分类: 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都要审核,无语了。