Here is a little mod to make your Device status show "Normal" instead of "Modified" under Setting->About device->Status->Device status
I found a post digiblur made (link), that shows you how to do this for the Note 2 so I deviced to try it on the S3. His mod require 3 edits but in the Sprint S3 (MB1) only required 1 edit. After hours and hours of testing trial and error, here it goes
Decompile SecSettings.apk and goto
Edit SecSettings/smali/com/android/settings/devinceinfo/Status.smali and modify the following
.
compile and push or flash and reboot. After reboot is will show you scanning for a few minutes but then change to "Normal":laugh:
Changing the last code in 0x7f09012a with the following will result in
0 - Select Activity
1 - Debug intent sender
2 and 5 - Device Info
3 - Battery Info
4 - Screen
6 - SD Card
7 - Proxy Setting
8 - Device status
9 - Normal - :good:
I am not responsible for anything that happens to your phone. Always backup and try and enjoy at your own risk.
I found a post digiblur made (link), that shows you how to do this for the Note 2 so I deviced to try it on the S3. His mod require 3 edits but in the Sprint S3 (MB1) only required 1 edit. After hours and hours of testing trial and error, here it goes
Decompile SecSettings.apk and goto
Edit SecSettings/smali/com/android/settings/devinceinfo/Status.smali and modify the following
.
Code:
method private changeSysScopeStatus()V
.locals 7
const-wide/16 v3, 0x3e8
const v6, 0x7f09012[B][U][COLOR="Red"]a[/COLOR][/U][/B]----> change to -----> const v6, 0x7f09012[B][U][COLOR="red"]9[/COLOR][/U][/B]
const/4 v5, -0x1
const-string v0, "sysscope_status"
Changing the last code in 0x7f09012a with the following will result in
0 - Select Activity
1 - Debug intent sender
2 and 5 - Device Info
3 - Battery Info
4 - Screen
6 - SD Card
7 - Proxy Setting
8 - Device status
9 - Normal - :good:
I am not responsible for anything that happens to your phone. Always backup and try and enjoy at your own risk.
Last edited: