Firefox OS/TCP/Reset: Difference between revisions
< Firefox OS | TCP
Jump to navigation
Jump to search
(Cleaner, easier instructions.) |
|||
Line 9: | Line 9: | ||
</pre></code> | </pre></code> | ||
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. | |||
<div style="color:white; border-width: 5px; border-style: solid; padding: 10px;border-color: rgba(0, 0, 0, 0.1); background:rgba(193, 56, 50, 0.85);">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.</div> | <div style="color:white; border-width: 5px; border-style: solid; padding: 10px;border-color: rgba(0, 0, 0, 0.1); background:rgba(193, 56, 50, 0.85);">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.</div> |
Revision as of 04:14, 3 July 2014
Resetting the tablet
We are working on finding a mechanism to enter recovery mode or otherwise fully reset the tablet (please lets us know if you discover how). See bug 1018574. For now you need to connect you 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.