- Decompile Settings.apk
Go to and paste this code below
- Settings/res/values/strings.xml
Code:
Change Logo
CHANGE PICTURE
CHANGE STATUS
- Settings/res/values/ids.xml
Code:
false
false
false
false
false
false
false
false
false
false
false
false
false
false
false
- Settings.apk/res/xml/display_settings.xml (you can change the place like in System and whatever you want)
add this line before
- Settings.apk/res/xml/device_info_settings.xml
add this line after xmlns:android="http://schemas.android.com/apk/res/android">
Code:
xmlns:android="http://schemas.android.com/apk/res/android">
- Settings.apk/AndroidManifest.xml
- After that, push all files from attachment in the right directory
- Recompile Settings
- Sign Settings.apk
- Decompile Settings.apk again
- Compare the code below with your public
Code:
smali/com/b16h22
Profile.smali
#1470x7f040096type="layout" name="profile_info"
#1520x7f0a0242type="id" name="photo_picker_k"
#1620x7f0a023dtype="id" name="owner_k"
#1730x7f0a0245type="id" name="name_field_k"
#1840x7f0a0246type="id" name="name_edit_k"
#1950x7f0a023ctype="id" name="image_k"
#2620x7f0200bdtype="drawable" name="ic_qs_default_user"
smali/com/android/settings/adi/about
ProfileName.smali
#230x7f0a0238type="id" name="profile_name"
ProfilePicture$1.smali
#860x7f0200bdtype="drawable" name="ic_qs_default_user"
ProfilePicture.smali
#250x7f0a0237type="id" name="profile"
#660x7f0200bdtype="drawable" name="ic_qs_default_user"
Recompile Settings
Sign Settings.apk