Loading pages/factory-reset.md +6 −8 Original line number Diff line number Diff line --- layout: page title: Factory reset title: How to factory reset my device ? 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)) 1. Reboot the device into recovery 1. `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. > /!\ This command format only app data. Files are still present on internal storage. 4. `adb shell rm -rf /sdcard/*` remove files from internal storage 1. `adb shell rm -rf /sdcard/*` remove files from internal storage Loading
pages/factory-reset.md +6 −8 Original line number Diff line number Diff line --- layout: page title: Factory reset title: How to factory reset my device ? 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)) 1. Reboot the device into recovery 1. `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. > /!\ This command format only app data. Files are still present on internal storage. 4. `adb shell rm -rf /sdcard/*` remove files from internal storage 1. `adb shell rm -rf /sdcard/*` remove files from internal storage