現象:
#sudo adb root
Error:insufficient permissions for device
#adb devices
List of devices attached
????????????? no permissions
解決方法:
$sudo –s
#adb kill-server
#adb start-server
#exit
$adb root
$adb devices
#sudo adb root
Error:insufficient permissions for device
#adb devices
List of devices attached
????????????? no permissions
$sudo –s
#adb kill-server
#adb start-server
#exit
$adb root
$adb devices