linux下使用adb調試S899t的設置_tbfly-ChinaUnix博客

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都要審覈,無語了。


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章