【发布时间】:2014-09-01 12:45:52
【问题描述】:
我已经为安卓设备做了root。我想将我的 android 设备恢复到 unroot 状态。 是否可以使用 adb 命令或任何其他方式取消 android 设备的根目录?
【问题讨论】:
-
这个问题只属于android,不是一般的硬件和软件
标签: android android-install-apk android-debug adb
我已经为安卓设备做了root。我想将我的 android 设备恢复到 unroot 状态。 是否可以使用 adb 命令或任何其他方式取消 android 设备的根目录?
【问题讨论】:
标签: android android-install-apk android-debug adb
现在让我们看看如何取消设备根目录(简单的方法):
1) First download ES File Explorer from Google Play and don’t move to SD card.
2) After that launch application and click on the slash button.
3) Now tap the phone menu button to reveal new options and Root Explore setting it to ON.
4) Next, allow Superuser to grant root privileges to the app.
5) Navigate to System folder, then “bin” folder, then find “su” file.
6) Select SU by pressing continuously on it and then delete.
7) Navigate into xbin folder, in the System folder and delete the “su” file.
8) In the app folder from System folder delete the Superuser.apk file.
9) Reboot your device. Your device is now unrooted.
【讨论】: