Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LG G3 device not recognized by Eclipse on Windows

I recently bought LG G3 and I have enabled debugging mode but Eclipse is still not recognizing it, back when I used the Galaxy S3 for development I had to install Samsung Kies. The G3 drivers are installed and I can see it in My Computer, do I need something like the Kies but for the LG? If so can someone please post a link for that?

like image 312
Tal Hindi Avatar asked Jul 17 '14 10:07

Tal Hindi


10 Answers

See update below


I found the answer that worked for me.

When you plug in the phone, bring down the status shade, pick the USB item ("USB connected") then, from there, pick "Internet connection" -- I chose Ethernet, but I'm not sure the choice matters on the dialog that pops up..

This enables USB debugging to become active; leaving it on Charging, MTP, or PTP does not work.

Once you do this, you can follow @Siddharth's steps to setting the ADB drivers, if needed. (You may need to use the actual LG drivers and not the Google drivers, but once I got this far, it was just like any other phone.)

Caveat

For me, even after going through this once, I still get the "installer" first and then have got go in and choose the "Internet connection" again. But, at least it works.


Update 10 Dec 2014

A recent firmware update has, indeed, removed the "Internet connection" as an option. Instead, PTP now works. I still get the "Connected as an installer" notification every time I plug in the phone and have to click on the notification then click on "Camera (PTP)" -- or wait about a minute. It's slightly better than what It was.

Also note: When this change occurred I had to install the drivers again for the phone, since it comes up as a different type of device when "Camera (PTP)" is chosen than when I used the "Internet connection" option.

like image 194
lilbyrdie Avatar answered Oct 04 '22 05:10

lilbyrdie


For me, this has solved the problem: simply go to LG's website, http://www.lg.com/us/support/software-manuals, select the model (I have selected 'D850') and go to Software Updates tab where you can download the driver. I have installed it and then Eclipse recognized my device. I'm working on Windows 8.1, by the way.

yakobom

like image 29
yakobom Avatar answered Oct 04 '22 04:10

yakobom


After a lot of searching and trying all solutions still I couldn't connect my LG G3 to eclipse on mac. Finally I find this solution, it works for me hope for you works too:

  1. Install LG USB driver for mac

  2. Go and enable developer mode in your G3 (Setting->About phone (in General Tab)--> Software information --> Tap 8 times on Build Number) then you will see the message which says the Developer option is enabled

  3. In this step you expect that after connecting your mobile via USB cable, the Eclipse detect it But for me it didn't happen

  4. in this step you need to go (Setting--> Developer Options--> and turn off this option from above green (on/off) switch then again switch on this option from same place (If you don't do this step the "USB Debugging" mode will stay fray and you can not enable it)

  5. In Developer Options menu scroll down until find the "USB Debugging" then tic it and enable it.

  6. almost finished , you should back and configure running mode for your application and see the G3 in your connected usb devices

like image 28
Seyed Yashar Banihashem Avatar answered Oct 04 '22 04:10

Seyed Yashar Banihashem


Try this solution :

  1. Right click on My Computer --> Properties --> Device Manager
  2. Right Click on your device --> Update driver software
  3. Click on "Browse my computer for driver software"
  4. Give path of your android sdk like "D:\Android_Sdk\sdk\extras\google\usb_driver" and tick "Include subfolders"
  5. Click
  6. Now repeat the steps till "Browse my computer for driver software".
  7. Then click on "Let me pick form list of device drivers on my computer". Click on the first option and click next and then click yes. Drivers will be installed for your device.

Hope this helps.

like image 20
Siddharth_Vyas Avatar answered Oct 04 '22 06:10

Siddharth_Vyas


Change the USB mode to PTP and you will get the RSA prompt.

Within the prompt, select allow it > ok and you are done.

This worked for me when I had the same problem on a Mac computer.

like image 45
Sanjeevcn Avatar answered Oct 04 '22 05:10

Sanjeevcn


To contribute to possible solutions for this fix: I am using an LG G3 on a Mac.

In my case, ADB saw it as a device when I checked, and the Mac showed the device information in the System Information window, yet Eclipse did not see it. I also did not get the RSA confirmation pop-up when I connected the device through USB.

To fix, with my G3 connected, I selected the USB PC Connection (either from the navigation bar or through the settings) and changed it to be Send Images (PTP). Once this was on, I was given the RSA pop up and Eclipse recognized the phone in the Run Configurations window.

like image 20
Daniel Gruici Avatar answered Oct 04 '22 05:10

Daniel Gruici


If you have this problem on Ubuntu; here is what I did to get it working:

  1. Switch to PTP from MTP on the phone (this assumes you're connected via USB)
  2. Disconnect the USB cable
  3. Go to settings -> developer options and select revoke usb authorizations then ok
  4. Make sure USB Debugging is checked
  5. Reconnect the USB cable and your phone will say its connected as an installer; wait a minute or three and debugging mode should appear on the status bar (on the phone)
  6. Open Eclipse and go to DDMS
  7. Select "reset adb" in the dropdown if your phone isn't appearing yet
like image 45
Paul Gregoire Avatar answered Oct 04 '22 05:10

Paul Gregoire


Working on Windows 7. All of the solutions from other sites didn't help (i.e. restarting adb and switching between MTP, PTP, Charing). In the end, I found this article (http://www.technobuzz.net/install-lg-g3-lg-drivers-windows-mac-usb-adb/), which contains links for the necessary drivers for the lg g3 (and some others I think). This did the trick and made the RSA key fingerprint dialog appear finally. After confirming, adb and eclipse recognize my device perfectly!

like image 26
ethan123 Avatar answered Oct 04 '22 05:10

ethan123


I had this buggy error with my LG Optimus L3 phone connecting to Win7/8 machines!

Cause: Device Driver was missing as it seemed at the end when I fixed it!

How to Fix:

  1. Search through web (using Google) "LG < Your_Phone_Model Number > Drivers Download".(Ex.:- Go to About phone in your settings list > Model Number, for me it's LG-E400f)
  2. Mostly the first few links are related to the required Device Driver download page.(Ex.:- for me I got the following link and for each device driver LG or most of the other vendors/manufactures have that kind of a Manuals and Drivers Page) Visit that page mentiioning about software update and drivers downloads.
  3. Scroll down to the section of "Manuals and Software Update" and doing just the Step 1 was enough for me, which is "Install the USB DRIVERS "
  4. Download it(for Mac or Windows) > Install It > Check Your Eclipse ADT > and it should be visible under Devices tab by now

Cheers!!!
Hope this helps to someone else to clearly get to the solution!

like image 1
Randika Vishman Avatar answered Oct 04 '22 06:10

Randika Vishman


it seems that Eclipse shows the offline mode for lg G3 and some newer devices and there is no way no use these devices for ADB debugging

there is a way

I am using windows 10

1- download this 11 MB file < http://dl2.uncox.com/android/upload/platform-tools-v22.zip>

2- then go to the directory that you installed the SDK

3- extract the zip file in to the platform-tools folder , override all files(click yes to all) be sure that Eclipse doesn't running

4- open Eclipse and select your android device that stands in devices tab at the right-top corner of your screen and then you can see the arrow near the screen- capture icon and you will find the reset-ADB. click on it ,after that your phone will ask you to allow android debugging for your device click on it

5- congratulations .now you can see that your device shown online

i hope this will help .sorry for my english

like image 1
moein Avatar answered Oct 04 '22 04:10

moein