Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LG G2 vs980 not recognized by ADB devices command (Win7 on virtualbox)

I have been developing android mobile apps via eclipse in school for some time now, deploying the apps to virtual devices. However, I now want to deploy them to my LG G2 android device for testing and speed purposes. I know there are posts about other devices not working, but the solutions are to no avail for me.

I am on virtualbox running windows 7. I have the necessary vb extensions installed and vb DOES detect my LG G2 (asks to view folders..etc), however eclipse/adb on my vb cannot find it still.

I have put what I thought is the proper device vendor id (1004, 0232) in the adb_usb.ini file since some others found that to help get their device detected.

I have done the commands adb kill-server & start-server many times. I have restarted the phone and vb also. I have also tried all of the phones connection types (internet/ethernet, MTP)

Some help would be awesome, Thanks fellas

like image 623
karns Avatar asked Mar 06 '14 22:03

karns


2 Answers

When you plug the phone in, you are given options for the "USB connection method".

You must select Internet connection or Send Images (PTP) from the list in order to use USB Debugging tools.

For selecting Internet Connection, the other options sometimes include Charge phone, Media sync, and Camera.

For selecting Send Images (PTP), the other options sometimes include Charge Phone and Media Device (MTP).

like image 73
Daniel Smith Avatar answered Oct 18 '22 14:10

Daniel Smith


Here are may be several solutions:

1) When your device connected open Device manager(default windows tool) and found Unknown device or some not properly recognized device and try to setup driver manually.

2) Enable USB debugging option in phone settings:
go to Setting->About Phone and tap several times on Build Number,
then go back (Settings->Developer -> Options) and turn it on

3) Try to update your USB driver/adb via Android Manager launched from Eclipse.

like image 20
Laser Avatar answered Oct 18 '22 15:10

Laser