diff --git a/The-Unroot-Guide.md b/The-Unroot-Guide.md new file mode 100644 index 0000000..e6bbb5d --- /dev/null +++ b/The-Unroot-Guide.md @@ -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.