现象:

#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

相关文章:

  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-01
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-20
  • 2021-09-24
  • 2022-02-10
  • 2021-07-16
  • 2021-06-17
  • 2021-10-28
  • 2022-12-23
相关资源
相似解决方案