How to factory reset my device ?When my screen is not availableInstall adb (doc here)Reboot the device into recoveryadb shell twrp wipe data (doc here)/!\ This command format only app data. Files are still present on internal storage.adb shell rm -rf /sdcard/* remove files from internal storage