Modify the Android device information. for example, change the mobile phone model to the iPhone 7 Gold and local version !. Modify the Android device information. for example, change the mobile phone model to the iPhone 7 Gold and local version! First, you must have the ROOT permission on your mobile phone. if there is a risk of misoperation, you must be cautious. enable USB debugging on your mobile phone and modify the Android device information. for example, you can change the mobile phone model to the iPhone 7 gold version!
First, you must have the ROOT permission on your phone. be cautious when misoperations are risky.
Enable USB debugging on the mobile phone to prevent repair failures caused by phone modification failures.
1. if you modify the file on your phone, use the RE File Manager to edit the/system/build. prop file and find
Ro. product. model = k333
Ro. product. brand = ss
Change
Ro. product. model = iphone7 Gold local ro. product. brand = apple
Save and restart the phone.
2. if you want to modify
Open CMD and enter
adb shell#su#mount -o rw,remount yassf2 /system/#chmod 777 /system
Open another CMD. do not close the last one.
adb pull /system/build.prop D:/build.prop
Find the file on disk D and open the editing page.
Find
Ro. product. model = k333ro. product. brand = ss
Change
Ro. product. model = iphone7 Gold local ro. product. brand = apple
Save, encode it as a UTF-8, otherwise garbled
In CMD, enter
adb push D:/build.prop /system/
At this time, the file of the mobile phone has been replaced, and then the permission must be authorized. otherwise, restart the mobile phone to enter the system and stay on the LOGO page. I will try it like this...
Therefore, in the original CMD window, enter
#chmod 755 /system/build.prop
Chmod 777 is useless. it must be 755
Restart your mobile phone and you will see the gorgeous iPhone 7. You can also modify other features and perform similar operations.
Success! First, your mobile phone must have the ROOT permission, and the misoperation is risky. be cautious when enabling USB debugging on the mobile phone ,...