Thanks to @gharrington for his S3 guide... His Thread found Here!
This Guide will show you how to Disable the annoying increasing ringtone on your Note 3.
Decompile SecPhone.apk / or baksmali the odex.
Go to: smali\com\android\phone\Ringer$1.smali
Search for: setStreamVolume(III)V - There will be 2 entries. - Remove or Comment out the first one... See code Below.
Recompile, and Enjoy.
I DONT PROVIDE FLASHABLES, AS MMY STUFF IS HEAVILY THEMED JELLYBOMB... THIS IS SIMPLY A GUIDE FOR DEVS, HENCE IN THE DEVELOPMENT SECTION!
This Guide will show you how to Disable the annoying increasing ringtone on your Note 3.
Decompile SecPhone.apk / or baksmali the odex.
Go to: smali\com\android\phone\Ringer$1.smali
Search for: setStreamVolume(III)V - There will be 2 entries. - Remove or Comment out the first one... See code Below.
Code:
.line 837
iget-object v1, p0, Lcom/android/phone/Ringer$1;->this$0:Lcom/android/phone/Ringer;
iget-object v1, v1, Lcom/android/phone/Ringer;->mAudioManager:Landroid/media/AudioManager;
[COLOR="Red"]--invoke-virtual {v1, v6, v2, v3}, Landroid/media/AudioManager;->setStreamVolume(III)V
[/COLOR]
.line 838
const-wide/16 v1, 0x7d0
Recompile, and Enjoy.
I DONT PROVIDE FLASHABLES, AS MMY STUFF IS HEAVILY THEMED JELLYBOMB... THIS IS SIMPLY A GUIDE FOR DEVS, HENCE IN THE DEVELOPMENT SECTION!
Last edited: