- Forum
- LG Android Phones
- More LG Phones
- LG Optimus Series
- Virgin Mobile Optimus V
- Optimus V Rooting, ROMs, and Hacks
[FIXED]Can't access ADB with any IHO ROM?
- Redbaron2005Jr. Android DeveloperSo just recently in my ROM development I noticed I cannot access ADB with my phone if I'm running any IHO ROM, That goes for "Inferior Human Organs unofficial CM7.1", and "Harmonia 2 (IHO Gingerbread)", even when cooking a fresh IHO from my ubuntu.... ADB works fine with my Fryo stock rom's like StockOV and OverDrive.
Any solution to this problem?
I have had my Optimus V linked in with my Computer for a long time now, and have accessed ADB many times before these ROM's.... I'm a little confused, I even tried turning off USB Debugging and turning it back on, this makes the USB Mass storage turn on then off and pop up... Interesting?.. I even tried flashing diffident kernels to see if that was the problem, and no dice.03-06-2012 06:28 PMLike 0 - Windows 7? Probably 64bit?
TDM suspects it's an issue with a hardware ID somewhere, but basically the system doesn't recognize the OV as an OV. You can play with drivers until you find one, also, turn the phone off and connect it, sometimes that works.
Otherwise you have one of three options...
Find an XP computer, re-install Froyo, or you can compile a small script that will work. I haven't used that method myself.03-06-2012 06:34 PMLike 0 - Here is the post regarding the script, it's from a thread on XDA, but this is all I know about it.I used gscript to make a button using the following code and had no problem getting it to show up as a port.
echo 1 > /sys/devices/virtual/usb_composite/diag/enable
If that doesn't work you can use
echo 1 > /dev/qct_diag_enable
To turn it off just change echo 1 to echo 003-06-2012 06:44 PMLike 0 - The weird part is what works for one person, might not the next.
It doesn't seem rom or even necessarily OS dependent. My guess is it has something to do with the motherboard in your computer and those drivers that decide if it works or not.
On mine, I have to use Froyo and have the phone turned off, then it sees it fine.03-06-2012 06:47 PMLike 0 - Redbaron2005Jr. Android DeveloperHmmm I see,
Windows 7 64 bit is really screwing me with ADB... and phones...03-06-2012 06:54 PMLike 0 -
- Redbaron2005Jr. Android Developer
But all of my hard work went down the drain when I found this file... 64 bit ADB Driver for the Optimus V
Now I don't even need to hassle with my Virtual Machine
I hope someone out there can use this file to their advantage!
I know I sure needed it.03-08-2012 03:32 PMLike 0
- Forum
- LG Android Phones
- More LG Phones
- LG Optimus Series
- Virgin Mobile Optimus V
- Optimus V Rooting, ROMs, and Hacks
[FIXED]Can't access ADB with any IHO ROM?
LINK TO POST COPIED TO CLIPBOARD