How To Factory Reset Firestick With ADB

Amazon Firestick runs on FireOS that is a customized version of Android. That’s why you can install all Android apps on Fire TV Stick. Now, you’re aware of Android rooting, so probably you have got a question in your mind- can you root or jailbreak Firestick?

The answer to this question is a bit tricky. If you search for how to jailbreak a firestick then you’ll find lots of tutorials. But, none of them will tell you the exact method to jailbreak FireOS. Because it requires root-level access and lots of technical skills.

But, you can sideload any Android apps on Firestick via ADB or downloader.

Yes…

Firestick supports ADB debugging and you can perform various tasks with ADB commands. If your firestick is not performing well then you can factory reset your firestick with ADB commands.

How To Factory Reset Firestick

Always perform a factory reset from the device settings menu using your remote. Follow these steps to perform a factory reset on Firestick-

  1. Go to Settings.
  2. Select My Fire TV.
  3. Scroll down and find- Reset to Factory Defaults.
  4. Now click on Reset to confirm the action.
  5. Wait for a few minutes and your Firestick will be reset.

Remote Shortcut For Firestick Factory Reset

Follow these steps to factory reset firestick quickly-

Shortcut for Firestick Factory Reset

  1. Press and hold the Back button and Right navigation button together for 10 seconds.
  2. Now choose Reset.
  3. Wait for a few minutes and your firestick will be reset.

How To Factory Reset Firestick With ADB

How to factory reset firestick

If you want to learn how to reset the firestick with ADB, then this tutorial is for you. Follow these steps to reset Amazon firestick with your pc-

  1. Turn ON Firestick.
  2. Go to Settings.
  3. Select My Fire TV.
  4. Open Developer Options.
  5. Enable ADB Debugging.
  6. Turn ON Allow apps from unknown sources.

Now your Firestick is ready to be controlled by your PC. Now follow these steps to launch Firestick settings and manage installed applications.

  1. Download ADB developer tools.
  2. Set path of the device.
  3. Connect your PC to the same WiFi network.
  4. Go to Firestick Settings>My Fire TV> About> Network.
  5. Note down the IP address of Firestick.
  6. Run adb commands to perform the actions.

ADB Shell Commands List For Firestick

1. Connect your Firestick via ADB

adb connect <ip address>

2. List connected devices

adb devices

3. Open Firestick settings

adb shell am start -n com.amazon.tv.launcher/.ui.SettingsActivity

4. Factory reset Firestick

adb shell am broadcast -a com.amazon.tv.intent.action.MASTER_CLEAR

5. Install Apk on Firestick

adb shell install filename.apk

Note– If you’re not experienced in rooting and ADB control then do not try the Master Clear command. It’ll delete everything from your Firestick and your firestick might brick.