3568安卓系统如何改为默认非root?
系统烧写后默认是root用户。如何改位默认是非root。因为有些软件不能在root下安装。
- 固件默认应该是非root权限的
- 如果执行了adb root,那系统就是root权限了
firefly_zhongw 发表于 2022-2-23 18:01
- 固件默认应该是非root权限的
- 如果执行了adb root,那系统就是root权限了
It is detected that your device has been ROOT,which poses security risks, HW CloudLink cannot be used .To use this app,restore the system first.
我在系统中安装HW CloudLink APP,显示上边内容。就是说系统是root权限。这是为什么呢?
本帖最后由 firefly_zhongw 于 2022-2-24 10:19 编辑
尝试如下操作,前提是 adb shell 能使用
adb shell setprop persist.sys.root_access 3
adb root && adb remount
adb shell rm /system/xbin/su
adb shell reboot