[KERNEL] SpeedMod N7000 Jelly Bean [K5-5 CWM CIFS ROOTNO-ROOT]

    xiaoxiao2021-03-29  36

    Here is how to change some of the kernel configurations: [HOW TO ENABLE LOGCAT] If you are a developer or want to re-enable logcat for whatever reason, do this: adb shell su mount -o remount,rw /system echo ANDROIDLOGGER >> /system/etc/tweaks.conf mount -o remount,ro /system [HOW TO DISABLE AUTO-ROOT] Create a file called ".noautoroot" in either /system or /data. This will disable the auto root installation. This example, shows how to remove root completely: adb root adb shell mount -o remount,rw /system rm /system/xbin/su rm /system/app/Superuser.apk rm /data/app/Superuser.apk touch /system/.noautoroot mount -o remount,ro /system sync reboot [HOW TO RE-ENABLE AUTO-ROOT] adb root adb shell mount -o remount,rw /system rm /system/.noautoroot mount -o remount,ro /system sync reboot
    转载请注明原文地址: https://ju.6miu.com/read-664834.html

    最新回复(0)