This thread is the solution to ADB USB driver nightmare....
I hope
thanks to all
going from stock rogers to latest release....wish me luck
mostly i have been following open etna forum for help!
but this thread probably helped me get my PC and phone to talk in ADB
will confirm tomorrow
TANKS TO ALL!!!
EDIT
WIth USB debug off MY phone connects great ...with debug on...asks for modem driver...point it to sdk inf with patch...does not work?
ideas?
Last edited by Chewy11; November 13th, 2010 at 11:47 AM.
Reason: update
After much frustration trying to root my Eve on Windows 7 Pro 64bit, I gave up and used a linux distro (Linux Mint 9), suggested by another poster here...sorry can't remember who it was It was incredibly easy and took at most 30 minutes.
I used the LiveCD version but will probably put it on a USB key next time.
I've had some experience with linux but I consider myself a major n00b so I'll do my best to detail the issues I had experienced. It's a bit fuzzy now since it was pretty late when I finished. If something is incorrect, someone please correct me =)
I installed sdk on my Desktop.
1) When I installed sdk and jre, I was receiving errors, such as "adb not found" and java errors. I wasn't sure how to add the path to my profile.
2) I also received "error: insufficient permissions for device.
Type to restart the service: adb kill-server
Type to check whether the device is available: adb devices
3) I believe I had to login as root (Administrator for Windows) or "sudo su" on Mint to make these changes. I can't remember whether I received an error but I figured that I needed more access to make these changes.
I hope someone finds this helpful and thanks to everyone who worked on making rooting the LG Eve possible =)
ive been desperately trying to root my phone, but i cant get the computer (win7) to recognize the gw620r if i turn debug mode on. ive looked for the drivers but the linkhere is broken, also is the corected link later on in a comment, really frustrated, someone please help
Hey all,
I'm pretty new to Android. I got the LG GW620r (Rogers) and the first thing I did was to use the LG update tool to upgrade to 1.6. Big mistake. Now I can't load fastboot.
I tried the various tutorials found on OpenEtna and Guimmerl with no luck. The KDZ updater would either crash or give me the "lparam" and "wparam" error. I'm using Windows 7 64-bit and I tried to run as admin, run in Windows XP (both SP2 and SP3) compatibility mode, with and without Windows Enabler (whatever that does). Here's one of my error log files from KDZ_FW_UPD:
Quote:
[17:35:35:883] : =============================================
[17:35:35:883] : Log is started on 28.01.2011, at 17:35:35:883,
executable: C:\Users\Alfred\Desktop\New folder\KDZ_FW_UPD.exe (ProcID: 0x00000ab4),
compile time : Oct 6 2009 09:34:45
[17:35:35:883] : Version :
[17:35:35:885] : Get Usb Port
[17:35:35:890] : TYPE_WPARAM_UPGRADE_ERROR
[17:35:35:890] : ¸Þ½ÃÁö º¸³¿ - TYPE_WPARAM_UPGRADE_ERROR Error Code = 2
[17:35:35:924] : Log finished
Can anyone help me downgrade to a ROM that allows fastboot? I'm somewhat familiar with Linux so I can try that if it's the way to go.
I had 1.6 also i just used KDZ_FW_UPD with the windows enabler and vista 32bit and it went all the way through but now its sitting at the ANDROID screen on my phone?!!?!?!?!? How long do i have to wait?!?!?!?
I had 1.6 also i just used KDZ_FW_UPD with the windows enabler and vista 32bit and it went all the way through but now its sitting at the ANDROID screen on my phone?!!?!?!?!? How long do i have to wait?!?!?!?
You're on the right track! This is where you shut down your phone (remove battery) then turn it back on in FASTBOOT (i.e. hold space as soon as the screen lights up, before the LG logo).
Hi all;
Im new to this,so apologies in advance for any obvious bonehead moves.
Im following the instructions so kindly laid out by britbloke, but....... my xp sp2,with lg drivers installed and showing up in Device Manager will not show android phone in list , nor will it show me sdk usb driver to update driver with. I have usb debugging enabled, and root permissions enabled. I am following britblokes instructions to the letter as far as I can tell. Any thoughts?
rootless in Vancouver
Quote:
Originally Posted by Space Dog
This is my exact problem!
Quote:
Originally Posted by x5starblunt
I really dont see the android phone that's supposed to be listed. Im running windows 7, USB debugging is checked and im sure i installed everything, help?
Same problem here.
Quote:
Originally Posted by Jim_NZ
I had same problem, it was because none of the the vendor IDs defined in the android_winusb.inf file didnt match my device.
Back in device manager, right click the second LG USB Modem, properties, Details tab.
Mine shows USB\VID_1004&PID_6171&MI_01\6&AF0B60F&0&0001
which doesnt match any entries in the INF file.
eg this was the first set of entries in winusb.inf (scroll down a bit to see them)
; HTC Dream
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C01
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C02&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF
so I copied them & pasted in my vendor ID to make another set for my phone and inserted at the top:
; LG GW620
%SingleAdbInterface% = USB_Install, USB\VID_1004&PID_6171
%CompositeAdbInterface% = USB_Install, USB\VID_1004&PID_6171&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_1004&PID_0FFF
;
saved the file, and tried update driver again, again pointing it to usb_driver directory
=> bingo, it found it, installed an Android Phone device with a child of Android Composite ADB interface.
Tried exactly what you did. Even added the "&REV_0100" that was in my device dscription (it was otherwise the same as yours) - didn't work.
Quote:
Originally Posted by SpL3rG3
If you have windows 7 you need the file LG_Android_USB_Driver_Rebuilt.rar. which can be found at:
I still can't get "Android Device" to show up in the list of device types. That's not a big deal because I can still tell it where to find the android_winusb.inf file. Last night I wasn't able to even get it to find the file, even after pasting in my phone's details like Jim_NZ did.
I used the rebuilt drivers this time. I get a little bit further, but not much. Now I get this:
Quote:
Windows encountered a problem installing the driver software for your device
Windows found driver software for your device but encountered an error while attempting to install it.
Android ADB Interface
The system cannot find the file specified.
If you know the manufacturer of your device, you can visit its website and check the support section for driver software.
So where do I go from here? I guess the most important thing is, what specified file can windows not find? It clearly can find the file and knows it's a driver information file. But is it not finding something within the file that it's being pointed to? Here is some stuff from within the driver information file:
these are not file names that I can see anywhere. But I'm not an expert on the stuff found inside driver files. Is it supposed to be looking for these file names or creating them? I don't really know.
but my problem now is with Fastboot. I got the phone into Fastboot mode but WindowsXP prompt for driver. The same drivers that were working in non-fastboot mode won't work. So, I cannot connect to the phone in Fastboot mode.
Anyone know what I should do next??
Thanks!
Last edited by ohhboy416; January 1st, 2012 at 03:46 PM.
Reason: typo
but my problem now is with Fastboot. I got the phone into Fastboot mode but WindowsXP prompt for driver. The same drivers that were working in non-fastboot mode won't work. So, I cannot connect to the phone in Fastboot mode.
Anyone know what I should do next??
Thanks!
Nevermind my previous question! Finally figured it out.... all good now.
Got Froyo on it... new life to keep it going a little longer...
Thank you for signing up to receive updates for the 32
An email has been dispatched to confirm your signup. Please click the link in the email.
Buy the LG Eve
Sign up for instant notification when the LG Eve goes on sale!
The LG Eve was leaked on LG's own website through the User Agent Profile. Listing the device as having an "Android Webkit" browser, its pretty obvious that the Eve has Android. Other known specs include a QWERTY keyboard, 320×48... Read More