• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help ADBStill can't find device(driver installed)

connora

Newbie
I've already installed the drivers and adb,but adb shell shows no device.

The 2nd LG USB Modem installed as an Android Phone.

I'm using winXP,SP2 PRO, these are my steps.
enable USB Debugging mode,dial 3845....and enable root permission,restart my phone,connect my phone to PC,install the drivers.
win+R TO open CMD window,cd to the sdk tools directory,adb shell,shows device not found...

in my device manager,there's an android phone class,under it is an android Adb..


I've failed adb in ubuntu....

help,help....
 
In ubuntu 9.04,logged in as root,I added a 11-android.rules in etc/udev/rules.d , content is

SUBSYSTEMS=="usb", SYSFS{idVendor}=="1004", SYSFS{idProduct}=="6171", MODE=="0666", OWNER="ubuntu"

then

chmod a+rx /etc/udev/rules.d/11-android.rules

then

sudo /etc/init.d/udev restart
killall adb
rmmod ehci_hcd
./adb kill-server
./adb start-server

run adb shell,still show no device.

nearly crazy...
 
Back
Top Bottom