back to top

How to Enter Recovery Mode on Your Android Smartwatch Device

Follow Us
placeholder text

Android Smartwatch users have some major glitches, slowdowns, and other issues that most users have encountered multiple times. To rectify, develop, or tweak your smartwatch, you might need to boot into recovery mode.

You also don’t require TWRP; instead, you can simply use the adb sideload to flash or install anything on your smartphone. If you don’t know the button combination for your smartwatch, then this guide might help you with dealing with it and rectifying it.

Unlock the bootloader

  • Start by rebooting your device into Fastboot mode.
  • Now in the adb, execute the fastboot OEM unlock.
  • It will start processing, and after it executes successfully, do an adb reboot bootloader.

Enable USB Debugging in Developer Mode

  • Open Smartwatch Settings and head over to About.
  • Tap on the build number X7 times to activate developer mode on your watch.
  • Now, go to the previous menu, and then on the page, you will find the Developer Option menu.
  • Tap on it, and then under ADB Debugging, toggle to enable it.

Reboot your smartwatch into recovery mode.

  • Power off your smartphone, and then press the down-volume button and the centre button together.
  • Also, you can use the adm command adb reboot recovery to reboot your smartwatch into recovery mode.

Reboot your smartwatch into Fastboot.

  • Power off your smartwatch, and then press the up-volume button and centre button together.
  • Also, you can use the adb command adb reboot bootloader to reboot your smartwatch into Fastboot.

Unlock your smartwatch into Booloader.

  • Do put your smartwatch in fastboot mode by rebooting.
  • After that, execute the fastboot flash recovery recovery.img, or you can directly flash the fastboot boot recovery.img.

Perform Recovery/Stock ROM

  • Put your device into fastboot mode and then execute the following commands:
  • fastboot flash system system.img
  • fastboot flash boot boot.img
  • fastboot flash recovery recovery.img

So, this is how you can now reboot your device, get into recovery mode, or do some other things. These are so helpful, especially for developers to optimise and do experiments with the device. So, if there is anything you want to share, let us know in the comment section down below.