1.#adb shell

   提示error: insufficient permissions for device

   解决办法:

    1)sudo gedit /etc/udev/rules.d/51-android.rules

    2)在51-android.rules文件加入下面一行

 

       #0471:21b2 Philips (or NXP)
     SUBSYSTEM=="usb",ATTRS{idVendor}=="0471",ATTRS{idProduct}=="21b2",MODE="0666" 

 

    3)上面的id是通过lsusb得来的

       ubuntu12.04_64bit adb shell

      

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2021-07-18
  • 2021-12-24
  • 2022-02-22
  • 2021-06-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-05
  • 2021-06-05
  • 2022-12-23
相关资源
相似解决方案