Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:android:stratos [2018/06/05 15:49] – scipio | tips:android:stratos [2018/06/06 13:25] (current) – scipio | ||
---|---|---|---|
Line 3: | Line 3: | ||
This is a custom ROM for the Huami AmazFit Smartwatch 2 (A1609) and the (to be announced) international Xiaomi AmazFit STRATOS (A1619). | This is a custom ROM for the Huami AmazFit Smartwatch 2 (A1609) and the (to be announced) international Xiaomi AmazFit STRATOS (A1619). | ||
+ | * https:// | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * [[https:// | ||
< | < | ||
adb shell reboot bootloader | adb shell reboot bootloader | ||
Line 14: | Line 15: | ||
fastboot oem unlock xxxxx | fastboot oem unlock xxxxx | ||
+ | |||
+ | # Factory Reset | ||
+ | fastboot erase data | ||
+ | fastboot erase cache | ||
+ | |||
fastboot reboot | fastboot reboot | ||
</ | </ | ||
Line 29: | Line 35: | ||
</ | </ | ||
| | ||
+ | < | ||
+ | # avoid loop | ||
+ | adb root | ||
+ | adb shell rm / | ||
+ | adb reboot | ||
+ | adb shell setprop persist.sys.language en | ||
+ | adb shell setprop persist.sys.country US | ||
+ | </ |