adb shell insufficient permissions for device
29 Mar 2013问题
adb shell – insufficient permissions for device
解决方法
sudo chown root:root adb
sudo chmod u+s adb
adb kill-server
adb start-server
adb shell – insufficient permissions for device
sudo chown root:root adb
sudo chmod u+s adb
adb kill-server
adb start-server