Chinaunix首页 | 论坛 | 博客
  • 博客访问: 384583
  • 博文数量: 39
  • 博客积分: 1771
  • 博客等级: 上尉
  • 技术积分: 1231
  • 用 户 组: 普通用户
  • 注册时间: 2005-05-01 14:21
文章分类

全部博文(39)

文章存档

2013年(1)

2012年(4)

2011年(16)

2010年(6)

2009年(12)

分类: LINUX

2012-07-24 17:13:38

I encountered a problem when connecting to android devices:
leon@leonma-vm:t$ adb shell
error: insufficient permissions for device

Restart adb service as root solved the problem:
leon@leonma-vm:t$ adb kill-server
leon@leonma-vm:t$ sudo adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
leon@leonma-vm:t$ adb shell
root@android:/ #
阅读(2211) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~