要unroot,手动删除root文件即可。

1、进入命令行(这个大家都会吧,win-R,后输入cmd,回车),首先输入adb shell,回车,进入shell。
2、输入mount -o remount rw system,回车,注意其中,-o 是字母喔,不是零。该步mount手机system。
3、输入rm system/app/Superuser.apk,回车。删除root的apk,注意大小写。
4、输入rm system/bin/su,回车,删除可执行文件。如果提示No such file or directory,请执行rm system/xbin/su,回车。
5、输入reboot,回车,该步会重启手机。


unroot完成。