adb remount of system failed: Permission denied

fulinux發表於2015-05-11

問題:

[fulinux@ubuntu rk3288-5.1]$ adb remount 
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
remount of system failed: Permission denied
remount failed


解決方法:

[fulinux@ubuntu rk3288-5.1]$ adb root
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
restarting adbd as root
[fulinux@ubuntu rk3288-5.1]$ adb remount
remount succeeded

相關文章