hi there guys, i have tried on 3 pc, whenever i tried to do the temporary root, its always $
cant get # to appear.
whats wrong with my process?
cant get # to appear.
whats wrong with my process?
Search for posts about BIP, this one and others about Pace/Stratos/Verge won't help...my beep amazfit does not change the Chinese language into English. Who can help me?
If I where you I would unlock the bootloader and then flash the stock US rom.Hello all....just received my Amazfit Pace watch and its in chinese...the refrence is A1602 and the ROM is 2.6.7.0
Can you guys walk me through how to change the language to English as I am a newbie in this area and i dont want to break it![]()
Hi, would this work for Amazfit Area? ThanksWith the help of Neuer I was to flash my smartwatch with US Image!
I had some problems regarding android drivers while running fastboot and adb steps, this is how I solved them:
if fastboot is not detecting your device just download/install Google USB Driver at:
https://developer.android.com/studio/run/win-usb.html
Follow this guide on how to install the driver:
http://www.teamandroid.com/2012/07/30/how-to-set-up-adb-fastboot-with-android-sdk/3/
After booting into the modded recovery, adb was not detecting my smartwatch. All that i had to do was to go to "Step 35" of the previous guide and install the "Android Composite ADB Interface" driver and everything started to work again with ADB.
Big thanks to Neuer for his amazing hard work and patience! He did it! Also big thanks to everyone that provided useful information for this to work.
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.