Skip to content

Instantly share code, notes, and snippets.

@koumaza
Last active July 8, 2020 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koumaza/390cb390f671689219a98a15b7be4de9 to your computer and use it in GitHub Desktop.
Save koumaza/390cb390f671689219a98a15b7be4de9 to your computer and use it in GitHub Desktop.
Fix Ticwatch `Reboot in 1 second...` bug
# Reboot to Bootloader
adb reboot bootloader

# Remove cache
:if; fastboot oem unlock
fastboot format cache

# Reboot to System
fastboot reboot

And, Retry Download.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment