Created The Unroot Guide (markdown)

HappyZ 2019-08-02 21:17:24 -05:00
parent 203ef62f54
commit b27e0b5ad9
1 changed files with 24 additions and 0 deletions

24
The-Unroot-Guide.md Normal file

@ -0,0 +1,24 @@
Here we want to unroot the device, for whatever reason.
# Step 1: Undo Customizations
Remove all your previously installed Android app.
Remove all your customized changes.
# Step 2: Undo Launcher Mod
```
adb shell mount -o rw,remount /system
adb shell rm -rf /etc/dp_extensions/AndroidSettings
adb shell rm -rf /etc/dp_extensions/Apps
adb shell rm /data/system/ExtMgr.db
adb shell rm /data/system/ExtMgr.db-journal
```
# Step 3: Flash official image (modded version)
Download [from here](https://github.com/HappyZ/dpt-tools/wiki/PKGs-I-Made#officials) and use `dpt-tools` to flash (i.e. `fw` command).
# Step 4: Reset
In the end, it is recommended to reset the device via `initialize DPT` in system settings.