Firefox OS/TCP/Reset: Difference between revisions
< Firefox OS | TCP
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Resetting the tablet == | == Resetting the tablet == | ||
Connect your tablet via USB to a PC with [https://developer.mozilla.org/en-US/Firefox_OS/Debugging/Installing_ADB Android's ADB program installed]. | |||
<code><pre>1. run a command prompt | <code><pre>1. run a command prompt |
Revision as of 20:23, 4 July 2014
Resetting the tablet
Connect your tablet via USB to a PC with Android's ADB program installed.
1. run a command prompt
2. adb shell // No need to sudo as you have root access
3. wipe data
4. reboot
This will wipe all the data, in essence resetting the device to its default state when it first was shipped. The first time user experience will run again.
Warning! Do not turn off ADB debugging in the settings or this reset will not work again and you'll be unable to reset your tablet. Debugging is on by default.