我该怎么办?如何删除超级用户?
我该怎么办?如何删除超级用户?
I rooted my phone a month ago and downloaded the SuperUser app yesterday.
However, when I use the app SuperSU, it is not running and it said i need to update a file. I could not update it.
What can I do? How can I remove SuperUser?
运行supersu应用程序。如果您卸载了任何一个原因,您需要做的就是从Google Play商店重新安装它。
单击右上角的"设置" 选项卡,然后单击"完整的UNOIT" 。用"继续" 确认。
一旦完成此操作,需要几分钟,即可重新启动您的Android。
卸载supersu。(如果存在.....)
Run the SuperSU app. If youxe2x80x99ve uninstalled it for whichever reason, all you need to do is Reinstall it from the Google Play Store.
Click on the Settings tab on the top right corner, and then click Full Unroot. Confirm with 'Continue'.
Once this operation is done, which takes a few minutes, you can reboot your Android.
Uninstall SuperSU.( If Exists.....)
如果已安装自定义恢复(ClockWorkMod或TWRP),则您应该能够刷新超级用户恢复zip,它将在过程中删除与其他超级用户应用程序相关的任何其他二进制文件/文件。
仍然可以安装supersu应用,但您可以根据任何其他应用程序取悦自己安装。
超级用户播放商店的报价描述:
使用恢复zip的手动安装:
如果您有安装问题或未植根,则建议 http://download.clockworkmod.com/superuser/superuser.zip
If you already have a custom recovery (ClockworkMod or TWRP) installed then you should be able to flash the Superuser recovery zip which will remove any other binaries/files related to other superuser apps in the process.
The SuperSu app may still be installed but you can un-install that yourself as you would any other app.
Quote from Superuser play store description:
Manual installation with the recovery zip:
Recommended if you are having installation issues or are not rooted http://download.clockworkmod.com/superuser/superuser.zip
如果已将它们安装为系统应用程序,请使用任何root浏览器并从/系统/应用程序中删除APK,删除它们/数据/应用程序,然后从播放商店安装您喜欢的任何内容。不要闪烁zip或google播放更新以及该应用程序的任何APK都不会安装。
p.s。 Supersu已卸载选项。
If you have installed them as system apps, use any root browser and delete apks from /system/apps, else, delete them from /data/app and then install anything you like from Play Store. Do NOT flash zip or Google Play updates and any apk of that app will not install.
P.S. SuperSU has uninstall option.
下载360安全性。确保您正在接受权限(不要拒绝它)。打开360安全 - >应用程序卸载 - >选择系统应用程序 - >选择超级用户 - >单击卸载。
Download 360 Security. Make sure that you are accepting the Permission (Don't Deny it). Open 360 Security--> Apps Uninstall--> select System Apps--> select Super User--> click on Uninstall.
更新supersu 如果出现提示,请忽略二进制安装 转到设置选择"清理其他Supersu应用程序(等待它卸载) 重新启动设备和voila我刚刚尝试了10分钟前。有一段时间我有这个问题,最后摆脱了我手机上的痕迹
Update supersu ignore binary installation if prompted go to settings select "clean up for other supersu app (wait for it to uninstall) Reboot device and voila I just tried that not 10 minutes ago. I've had that problem for some time and that finally got rid of it not a trace of it on my phone
下载Kingroot。如果它在手机上工作。然后使用kingroot root手机。一旦进入Kingroot,请单击更多选项,卸载工具,内置,选择"Supersu" ,并只需删除它。瞧,它已经消失了。
Download Kingroot. If it works on your phone. Then just root the phone using Kingroot. Once in Kingroot, click more options, Uninstall tool, built-in, select "supersu", and simply delete it. Voila, it's gone.
如何修复Supersu二进制文件问题(在MXIII-G播放器上的LEAT)
从PlayStore安装终端应用程序并连接,以便您获得提示。
成为root并检查/系统分区如何安装为只读(RO),特别是请注意设备
$ su # mount | grep system /dev/block/system /system ext4 ro,relatime,barrier=1,data=ordered 0 0
在读写模式(RW)中重新安装Partiton(RW)
# mount -o rw,remount /dev/block/system /system
最后检查它是否已安装在读写模式(RW)
中 # mount | grep system /dev/block/system /system ext4 rw,relatime,barrier=1,data=ordered 0 0
通过播放商店更新Supersu并在完成后重新启动。
How to fix the SuperSU binary file issue (at leat on the MXIII-G player)
Install a terminal app from the playstore and connect so you get the prompt.
Become root and check how the /system partition is mounted as read-only (ro), In particular note the device
$ su # mount | grep system /dev/block/system /system ext4 ro,relatime,barrier=1,data=ordered 0 0
Remount the partiton in read-write mode (rw)
# mount -o rw,remount /dev/block/system /system
Finally check if it was mounted in read-write mode (rw)
# mount | grep system /dev/block/system /system ext4 rw,relatime,barrier=1,data=ordered 0 0
Update the SuperSU via the Play Store and reboot when done.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有