You can unlock it for yourself
You can unlock it for yourself
Tapatalked from a ZUK Z2 Pro ( by Lenovo)
You need to unlock you bootloader first.Can I use this on Amazfit A1602 version 1.2.37h?
I tried it, but got an error while trying to root the device:
C:\adb>fastboot boot boot-CN-adb-root.img
downloading 'boot.img'...
FAILED (remote: ED: The command is not allowed.)
finished. total time: 0.067s
Hi, forgive my ignorance. Been trying to no avail.
Follow instructions from:
gitlab.com/Neuer_User/PACEfied_AmazFit/wikis/permanent-install >>not allowed to post links.
I am stuck at Step 4.
I have pushed the files on to the watch. Watch is fresh out of box, China version.
What do I do now, please? I read the instructions in Link1 and Link2 but do not understand it.
Please help.
I will give xiaomi some time to update the English version. If they don't care about the US Pace version and stay at the old firmware, I will consider starting a project transferring the English language to the Chinese version.Finally I managed to FULLY TRANSFORM (100%) my watch Amazfit from CHinese firmware (ver. 1.2.4b) Model A1602 to ENglish firmware (ver. 1.3.0n) Model A1612 by following your instructions.
Thanks a lot Neuer_User! Outstanding work!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
The ENGlish version it seams to be older (does not have at Sports Section, Cycling and Cycling indoors) than the CHinese one but I hope to get them at the following update.
Hints: Avoid USB 3.0 slots - it does not let you push the files from the archive to the watch
Here are the instructions to do this:
1.) Get into a root shell on the device. Follow this tutorial: https://forum.xda-developers.com/sm...orial-howto-gain-root-access-via-adb-t3533892
2.) enter the following commands:
3.) then transfer the files to your PCCode:cd /sdcard dd if=/dev/block/platform/jzmmc_v1.2.0/by-name/boot | gzip -c > boot.0.9.50.img.gz dd if=/dev/block/platform/jzmmc_v1.2.0/by-name/system | gzip -c > system.0.9.50.img.gz md5sum boot.0.9.50.img.gz system.0.9.50.img.gz > md5s.0.9.50.txt exit
4.) when you are done you can upload the files somewhere and when we have them, you can delete them on your watch:Code:adb pull /sdcard/boot.0.9.50.img.gz adb pull /sdcard/system.0.9.50.img.gz adb pull /sdcard/md5s.0.9.50.gz
Code:adb shell rm /sdcard/boot.0.9.50.img.gz adb shell rm /sdcard/system.0.9.50.img.gz adb shell rm /sdcard/md5s.0.9.50.gz
Concerning the installation and usage of adb and fastboot, @Alex38000 and @mewzik86 or some other user can help you, I hope.