Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Amazfit Stratos ====== This is a custom ROM for the Huami AmazFit Smartwatch 2 (A1609) and the (to be announced) international Xiaomi AmazFit STRATOS (A1619). * https://forum.xda-developers.com/smartwatch/amazfit/fw-tool-stock-international-firmware-t3764636 * https://nicolasagliano.com/lo-sblocco-del-bootloader-e-arrivato/ * https://nicolasagliano.com/stratos-1-0-rom-italiana-per-lamazfit-stratos/ * https://forum.xda-developers.com/smartwatch/amazfit/rom-stratosfied-amazfit-amazfit-2-t3758506 * [[https://goo.gl/sJ6tsX|ita]] <code> adb shell reboot bootloader fastboot devices fastboot getvar all fastboot oem unlock xxxxx # Factory Reset fastboot erase data fastboot erase cache fastboot reboot </code> push firmware <code> adb push update.zip /sdcard/ adb push recovery.img /sdcard/ adb push start_update.sh /sdcard/ adb push md5s.txt /sdcard/ adb root adb shell cd /sdcard/; sh start_update.sh </code> <code> # avoid loop adb root adb shell rm /data/system/packages.xml adb reboot adb shell setprop persist.sys.language en adb shell setprop persist.sys.country US </code> tips/android/stratos.txt Last modified: 2018/06/06 13:25by scipio