Chinaunix首页 | 论坛 | 博客
  • 博客访问: 236973
  • 博文数量: 72
  • 博客积分: 2592
  • 博客等级: 少校
  • 技术积分: 834
  • 用 户 组: 普通用户
  • 注册时间: 2005-04-28 00:16
文章分类

全部博文(72)

文章存档

2014年(1)

2012年(1)

2011年(6)

2010年(12)

2009年(19)

2008年(28)

2007年(4)

2005年(1)

我的朋友

分类: LINUX

2012-09-01 12:22:09

I had meet the same problem. My android phone is S899t, with usb id: 04cc:2323

lsusb's output:
Bus 007 Device 007: ID 04cc:2323 ST-Ericsson Ux500 serial debug port

I tryed the udev rule:
# cat /etc/udev/rules.d/51-android.rules 
SUBSYSTEMS=="usb", ATTRS{idVendor}=="04cc", ATTRS{idProduct}=="2323", MODE="0660", OWNER="lite"

while don't work.
Then I found:

cat ~/.android/adb_usb.ini 
{{{
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x04cc
}}}

with this modified, now I can "adb shell" in my archlinux.
haha.
Hope this help.

我擦,在国内网站上发这个tips都要审核,无语了。


阅读(776) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~