天天看點

user-debug不能remount

android系統在lunch的時候可以選擇eng、user-debug、user。

都知道eng是本身root的,user是不可以root的;

那麼user-debug是否可以root呢?

user-debug不能remount

【配圖攝于深圳西湧惠州三門島】

root歸root,user-debug在root後如果不能remount也是不可以push,隻是隻讀。

那麼user-debug如何才可以root呢,

就需要在編譯make的時候加上這個參數:MTK_BUILD_ROOT=yes

eg.

make MTK_BUILD_ROOT=yes -j8 2>&1 | tee build.log
           

才可以通過:adb disable-verity

然後reboot

進行remount

eg.

adb root
adb disable-verity
adb reboot
adb root
adb remount