Loading pages/how-tos.md +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ You can find links to the complete set of HOWTO's available on the /e/ community - [Get a “/e/ user” title on this forum](https://community.e.foundation/t/howto-get-a-e-user-title-on-this-forum/1024) - [Install F-Droid App](https://community.e.foundation/t/howto-install-f-droid-app/432) - [Report an issue](report-an-issue) - [Factory reset](how-tos/factory-reset) ## How to Build /e/ Loading pages/how-tos/factory-reset.md 0 → 100644 +17 −0 Original line number Diff line number Diff line --- layout: page title: Factory reset permalink: how-tos/factory-reset --- # How to factory reset my device ? ## When my screen is not available 1. Install `adb` (doc here (https://community.e.foundation/t/howto-installing-adb-and-fastboot-on-your-computer/3051)) 2. Reboot the device into recovery 3. `adb shell twrp wipe data` (doc here (https://twrp.me/faq/openrecoveryscript.html)) /!\ This command format only app data. Files are still present on internal storage. 4. `adb shell rm -rf /sdcard/*` remove files from internal storage Loading
pages/how-tos.md +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ You can find links to the complete set of HOWTO's available on the /e/ community - [Get a “/e/ user” title on this forum](https://community.e.foundation/t/howto-get-a-e-user-title-on-this-forum/1024) - [Install F-Droid App](https://community.e.foundation/t/howto-install-f-droid-app/432) - [Report an issue](report-an-issue) - [Factory reset](how-tos/factory-reset) ## How to Build /e/ Loading
pages/how-tos/factory-reset.md 0 → 100644 +17 −0 Original line number Diff line number Diff line --- layout: page title: Factory reset permalink: how-tos/factory-reset --- # How to factory reset my device ? ## When my screen is not available 1. Install `adb` (doc here (https://community.e.foundation/t/howto-installing-adb-and-fastboot-on-your-computer/3051)) 2. Reboot the device into recovery 3. `adb shell twrp wipe data` (doc here (https://twrp.me/faq/openrecoveryscript.html)) /!\ This command format only app data. Files are still present on internal storage. 4. `adb shell rm -rf /sdcard/*` remove files from internal storage