First of all, your phone must have root authority, the risk of misoperation should be cautious
Please turn on the phone's USB debugging, prevent the phone from being modified and cannot be repaired.
1, if you are modified on the phone, directly using the RE file manager, edit the/system/build.prop file, find
ro.product.model=k333
Ro.product.brand=ss
Change into
Ro.product.model=iphone7 Gold Local tyrants version ro.product.brand=apple
Then save and restart your phone.
2, if you want to modify on the computer
Open cmd, enter
ADB shell#su#mount-o rw,remount yassf2/system/#chmod 777/system
Open a cmd again, don't close the last, in the new cmd-typed
ADB Pull/system/build.prop D:/build.prop
And then find this file on the D-Disk, open the editor
Found it
Ro.product.model=k333ro.product.brand=ss
Change into
Ro.product.model=iphone7 Gold Local tyrants version ro.product.brand=apple
then save it, encode it as UTF-8, or it will be garbled.
In cmd-typed
ADB push d:/build.prop/system/
At this time the phone's file has been replaced, and then need authorization permission to line, or restart the phone into the system, will stay in the logo page, I just try ...
So also need in the original CMD window, enter
#chmod 755/system/build.prop
chmod 777 useless, must be 755
Restart your phone to see the gorgeous Iphone7 , you can also modify the other, similar operations can
Modify Android device information, such as modify phone model for IPhone7 Gold Local tyrants version!