Created The Unroot Guide (markdown)
parent
203ef62f54
commit
b27e0b5ad9
|
|
@ -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.
|
||||
Loading…
Reference in New Issue