I installed TWRP on my LG G2 D802 to install a custom rom, but i format my internall sd card by accident (which had contained the custom rom Zip file) and now i need adb to copy the zip file into my phone (which is not turning on because of sd card format).
but when i try to connect to my phone with adb in order to use adb push or adb sideload, adb is not finding my phone and i figured that it is because of driver problems. I have already installed LG G2 drivers (file name is: LGUnitedMobileDriver_S50MAN310AP22_ML_WHQL_Ver_3.10.1.exe) and u can see that in attachment 1.jpg, but in the device manager i get warning icon for LG-D802 and windows tells me that no driver is found for LG-D802 as you can see in the attachment 2.jpg.
Does anyone know why this is happening and how can i fix it?
I really need this guys, Any help is appreciated.
Try installing the adb driver itself.
Also, questions do go in general. There's a Q&A board.
Classic windows bull****
Sent from my LG-D802 using Tapatalk
Hid3rs said:
Try installing the adb driver itself.
Also, questions do go in general. There's a Q&A board.
Click to expand...
Click to collapse
thank u very much, it worked.After installing adb drivers I can see my device in adb devices command. I'm going to check if i can use sideload of adb push or not. Again thank u, it was a great help.
Hid3rs said:
Try installing the adb driver itself.
Also, questions do go in general. There's a Q&A board.
Click to expand...
Click to collapse
It worked exactly as i wanted, i used sideload and now i have a kitkat custom rom on my device. thanks for your help. You saved me lots of time and nerve!
Same problem, troubleshooting didn't work
kamran00f said:
It worked exactly as i wanted, i used sideload and now i have a kitkat custom rom on my device. thanks for your help. You saved me lots of time and nerve!
Click to expand...
Click to collapse
I have the same problem but when I run the adb driver installer it gives me the error "Incompatible with Win 8 x64"
Looking for the solution in other forums, they send me to the same adbdriver installer
@fbinimelis 8
I think you probably tryed to install the 32 bit adb driver.
I am not a big fan of automatic installers/tools if its not neccesary but this is an good tool since it also automatically detect which kind of windows u are using (x86 or x64) and then it will automatically install the right adb drivers for your os version.
http://forum.xda-developers.com/showthread.php?t=2588979
This might help you since it also works fine for me windows 8.1 x64
Related
I tried installing the latest builds of Haykuro into my G1, they install fine however I lose adb I keep getting "error: device not found" when I revert to the latest JesusFreak build it starts working again just fine, any ideas why? Thank you in advance.
Sometimes adb.exe stay open in windows process close it reboot your phone and plug it again all is good.
did this fix it?
If not i updated to the new spl and got the new drivers and now adb works fine.
I am using Windows 7 64bit... I could get ADB working one time, and two mins later not at all.
I found this "tip" in a prior thread and I cannot remember who to credit (sorry).... but this worked for me last night without a problem....
When you reboot... hit F8, and scroll all the way down and disable Digital Driver Signing.
After I booted ADB was working great.
Thank you all
Thank you for all your responses I will try them tonight =]
Do0zman said:
did this fix it?
If not i updated to the new spl and got the new drivers and now adb works fine.
Click to expand...
Click to collapse
quick question can u point me in da right direction for the new adb driver....ive searched cant find it
im still getting the problem ive tryed disable driver signing uninstalling reinstall drivers reboot after reboot process kills. And stil cant mount adb. Vista Ultamite 32 bit with update drivers from haykuro
jmotyka said:
im still getting the problem ive tryed disable driver signing uninstalling reinstall drivers reboot after reboot process kills. And stil cant mount adb. Vista Ultamite 32 bit with update drivers from haykuro
Click to expand...
Click to collapse
I'm trying to get this to work also. I have Vista Ultimate 32 bit, where is this new driver that i've read about?
I7oobie said:
I'm trying to get this to work also. I have Vista Ultimate 32 bit, where is this new driver that i've read about?
Click to expand...
Click to collapse
Its in the driver package, just unzip it to C:\ then plug in your phone, go to device manager and look for Android Device, then install the driver from that folder on C:\
works for me and im on XP Laptop and an Vista Ultimate X64 Machine
Dantehman said:
Its in the driver package, just unzip it to C:\ then plug in your phone, go to device manager and look for Android Device, then install the driver from that folder on C:\
works for me and im on XP Laptop and an Vista Ultimate X64 Machine
Click to expand...
Click to collapse
Thanks for the response. I could've swore I've done that, but maybe I'll try it again.
Hi all,
I've searched the forums (honestly), but I can't find an answer to my problem.
I have a Vodafone branded 32B phone.
I installed the AndroidSDK as supposed to, added the path, made the phone root, booted into the recovery console using fastboot and flashed my phone with different operating systems... but during all this time I hever got ADB to work.
Whatever I do, adb never finds the phone. Fastboot works and finds it, when it's in fastboot mode, but ADB never. So, I can't permanently install the recovery console nor do any of the other funky stuff.
ADB doesn't work when the phone is in fastboot mode nor normally operating. I have USB Debugging turned on. The phone works normally and I can access the SDCard just fine.
Any help?
Suggestion.
Look into purchasing a G1 to be kept as a spare and used for development. That's what I've done with my G1. GParted is within most recovery images nowadays, therefore you can do most anything there, well...important functions that is. Keep that in mind.
You might need to uninstall the driver that recognizes your phone, then manually install the updated driver.
Reignzone said:
You might need to uninstall the driver that recognizes your phone, then manually install the updated driver.
Click to expand...
Click to collapse
that's what i had to do to get it to recognise my phone.
i'm pretty sure the driver came with SDK. either way i've attached the one i used.
go into device manager and update the driver it's currently using with the attached one.
Incorrect driver.
It should be the 1st driver listed in the Android SDK file.
As far as I know, you could also choose to push ADB to your system32 file folder under the C: drive in your computer. That is if you're using a Windows machine.
just a thought
Are you on windows or linux? If you're in ubuntu try sudo adb ... the default unprivilaged user doesnt automatically have access to the device.
If you're in Windows I would uninstall the Android Phone device in device manager and reboot with the phone disconnected. Then connect it and install the usb driver from the sdk when prompted. Might also pay to download the sdk again.
Install HTC Sync
Another known way to fix the issue is to download and install HTC Sync http://www.htc.com/au/SupportViewNews.aspx?dl_id=573&news_id=169
This seems to install the correct drivers
For more info check the Wiki:
http://wiki.xda-developers.com/index.php?pagename=HTC_Sapphire_Hacking#sec02
Hey Guys,
Forgot to mention I'm on Windows Vista 64 bits.
That last suggestion did the trick. I went to the site and downloaded the HTCDriverUpdate_Vista_64bits.exe, and within seconds I had an ADB connection.
Thanks for your help!
My nexus cannot be rooted because the adb drivers WON'T install.
I downloaded the sdk and installed the google usb drivers.
But, when my PC finds NEW hardware I point to the google usb drivers and I get the error CANNOT INSTALL HARDWARE. Running VISTA.
I have been reading and trying everything but I just cannot figure it out.
I finally said I will just have to post and HOPE you guys can give me a hand here.
Thanks.
My nexus cannot be rooted because the adb drivers WON'T install.
I downloaded the sdk and installed the google usb drivers.
But, when my PC finds NEW hardware I point to the google usb drivers and I get the error CANNOT INSTALL HARDWARE. Running VISTA.
I have been reading and trying everything but I just cannot figure it out.
I finally said I will just have to post and HOPE you guys can give me a hand here.
Thanks.
BTW, Im on 2.1.3. Is that why perhaps I'm having issues?
JasjarMan said:
My nexus cannot be rooted because the adb drivers WON'T install.
I downloaded the sdk and installed the google usb drivers.
But, when my PC finds NEW hardware I point to the google usb drivers and I get the error CANNOT INSTALL HARDWARE. Running VISTA.
I have been reading and trying everything but I just cannot figure it out.
I finally said I will just have to post and HOPE you guys can give me a hand here.
Thanks.
Click to expand...
Click to collapse
JasjarMan said:
BTW, Im on 2.1.3. Is that why perhaps I'm having issues?
Click to expand...
Click to collapse
try installing the drivers this way, i havent seen this not work for any android phone. install the free pdanet software from their site onto your computer http://junefabrics.com/android/ follow the instructions that they give you. it will install the proper drivers in a few minutes. btw, pdanet is a tethering program that works side by side with a android app, but you dont need it. you are just using it so that itll install the driver. good luck!
btw, you can get the answer here too http://forum.xda-developers.com/showpost.php?p=12657095&postcount=2
i answered you in your other thread with the same title
http://forum.xda-developers.com/showpost.php?p=12657038&postcount=3
simms22 said:
i answered you in your other thread with the same title
http://forum.xda-developers.com/showpost.php?p=12657038&postcount=3
Click to expand...
Click to collapse
THANKS, GOT IT! Now when I type adb shell it works, BUT than I type SU and I get PERMISSION DENIED?
I just want some SIMPLE instruction and I don't find anything.
Btw, I cant get SUPERSUSER installed. I did go to the market and installed it that way and I can see it in the app drawer but now what?
You have to flash superuser.zip in recovery (install zip from sdcard then choose zip from sdcard and you have to choose your superuser.zip on your internal memory). BEFORE you have to mount /system in recovery.
Sent from my Nexus S using Tapatalk
I don't want to look rude, but I think both of these threads will be cleaned in less than a few hours...
JasjarMan said:
THANKS, GOT IT! Now when I type adb shell it works, BUT than I type SU and I get PERMISSION DENIED?
I just want some SIMPLE instruction and I don't find anything.
Click to expand...
Click to collapse
I don't want to be rude. But
Why for ****s sake are you so damn desperate.
It seems like you demand something.
And just flash a custom rom and you will have superuser
Sent from my Google Nexus S using XDA App
Hi, im trying to set up adb on my windows 7 computer and i have installed the update packages but when i try a command to my phone i get an error saying "error: device not found" even tho i have it connected via usb and i have debugging on. How can i fix it?
theminikiller said:
Hi, im trying to set up adb on my windows 7 computer and i have installed the update packages but when i try a command to my phone i get an error saying "error: device not found" even tho i have it connected via usb and i have debugging on. How can i fix it?
Click to expand...
Click to collapse
plug the phone, open a terminal as administrator/root and type
adb stop-server
adb start-server
adb devices
the last command must return your device name-id
If not there is smth wrong with your installation
The device didn't show up do you know what I could have done wrong? Do I have to turn on mass storage? Could it have something to do with my drivers, can't remember installing any... And in the device manager I see four android with a orange triangle with am exclamation mark inside.
Sent from my U8800 using Tapatalk 2
theminikiller said:
The device didn't show up do you know what I could have done wrong? Do I have to turn on mass storage? Could it have something to do with my drivers, can't remember installing any... And in the device manager I see four android with a orange triangle with am exclamation mark inside.
Sent from my U8800 using Tapatalk 2
Click to expand...
Click to collapse
No you don't need to enable mass storage, but you need to enable USB debugging from dev settings from the device. Use these drivers
https://www.dropbox.com/s/ryn7l7z0nfc842g/u8800_pc_drivers.zip
emmm... feeling kinda stupid right now... but how do i install the drivers? xD
theminikiller said:
emmm... feeling kinda stupid right now... but how do i install the drivers? xD
Click to expand...
Click to collapse
You have to install them manually from device manager.
Sent from my U8800
After i choose the folder with the drivers i only get a message saying it didnt find any drivers. Do you know why i cant install them?
Is it the same drivers when I'm using aurora ics as gingerbread roms?
Sent from my U8800 using Tapatalk 2
theminikiller said:
Hi, im trying to set up adb on my windows 7 computer and i have installed the update packages but when i try a command to my phone i get an error saying "error: device not found" even tho i have it connected via usb and i have debugging on. How can i fix it?
Click to expand...
Click to collapse
I had the same issue. This tutorial worked for me: http://goo.gl/OS3Vi
Hope it helps
kross666 said:
I had the same issue. This tutorial worked for me: http://goo.gl/OS3Vi
Hope it helps
Click to expand...
Click to collapse
Thanks alot! That worked perfectly, now i can start using adb on my phone xD
btw i have a question for adb... what does reboot to download mode mean? is that pink screen?
theminikiller said:
Thanks alot! That worked perfectly, now i can start using adb on my phone xD
btw i have a question for adb... what does reboot to download mode mean? is that pink screen?
Click to expand...
Click to collapse
I think its safe mode
Sent from my Impulse 4g running vPure Professional CM7.
kross666 said:
I had the same issue. This tutorial worked for me: http://goo.gl/OS3Vi
Hope it helps
Click to expand...
Click to collapse
Thank you the instructions in the link provided worked for me. I am able to see my listed by adb device command...
help
i have been trying to root my acer iconia tablet A100 for a week now, i ve tried and followed a dozen of ways. this is were it has brought me,
Device connected. Preparation for executing of the main script.
mkdir failed for /data/local/tools, Permission denied
push: tools/su -> /data/local/tools/su
failed to copy 'tools/su' to '/data/local/tools/su': No such file or directory
Unable to chmod /data/local/tools/*: No such file or directory
remote object '/data/local/tools/mempodroid' does not exist
The file "mempodroid" isn't created!
-
Not getting root!
-
Error!
-
Press any key.
please help me, what did i do wrong
thanks in advanced
jakk181571 said:
i have been trying to root my acer iconia tablet A100 for a week now, i ve tried and followed a dozen of ways. this is were it has brought me,
Device connected. Preparation for executing of the main script.
mkdir failed for /data/local/tools, Permission denied
push: tools/su -> /data/local/tools/su
failed to copy 'tools/su' to '/data/local/tools/su': No such file or directory
Unable to chmod /data/local/tools/*: No such file or directory
remote object '/data/local/tools/mempodroid' does not exist
The file "mempodroid" isn't created!
-
Not getting root!
-
Error!
-
Press any key.
please help me, what did i do wrong
thanks in advanced
Click to expand...
Click to collapse
this is not the forum for ur device..
then please tell then where is the correct forum.
i only when to this one because google brought me here, and it was on adb, which is what i am have trouble with.
Re: Adb - device not found (I had same problem) Fixed
theminikiller said:
Hi, im trying to set up adb on my windows 7 computer and i have installed the update packages but when i try a command to my phone i get an error saying "error: device not found" even tho i have it connected via usb and i have debugging on. How can i fix it?
Click to expand...
Click to collapse
I had the same issue updating my Nexus 7 in adb download mode device not found. You will also notice in system setting device driver is showing an error. You can download Adb driver installer which should detect any missing driver and fix the issue.
It worked for me straight away otherwise I had no way round getting to solve the problem. Fheww!! hope it works for you
Many Thanks.
adbdriver.com/downloads
---------- Post added at 05:55 PM ---------- Previous post was at 05:43 PM ----------
You may be missing the device driver when switching to USB Debugging mode using ADB Command prompt device not found.
Please download and intsall adb driver installer. It found my device and installed missing driver straight away problem fixed now I dont seem to have any issue.
adbdriver.com/downloads/
Glory be to Almighty God. Thank you!!
theminikiller said:
Hi, im trying to set up adb on my windows 7 computer and i have installed the update packages but when i try a command to my phone i get an error saying "error: device not found" even tho i have it connected via usb and i have debugging on. How can i fix it?
Click to expand...
Click to collapse
same problem...
Ok I've been following every step some posts follow in order to upgrade every Android SDK component to the last version (adb, sdk manager, avd manager, usb driver, web driver and ALMOST EVERYTHING fetched in the sdk manager). I have my Nexus 4 on stock 4.2.2 (JDQ39) working like a charm with its USB driver with my PC, the debugging is on, also the unknown sources option (if any), the phone is properly linked with the "adb fingerprint protection" thing (can't remember the correct name), and last I can see my Nexus 4 detected on adb devices command AND STILL I can't install a sole apk, in this case I'm using Android Commander 0.7.9.11 and nothing, I've tried with Droid Explorer or even Moborobo and nothing.
However in my cousin's laptop I can successfully install apps.
I thought it must be something wrong or corrupted with my OS, so I reinstalled Windows 8 (x64) and take care about all the drivers and everything mentioned above and still... I get the same, so I'm running desperate here.
Maybe it's something simple, I just need someone to help me.
Sorry if I writed so much... I only did it to avoid Android's ABC related questions.
Thanks in advance for your time.
Best regards.
Does "adb install path/to/app.apk" work?
chromium96 said:
Does "adb install path/to/app.apk" work?
Click to expand...
Click to collapse
When I do it I get this:
Code:
C:\sdk\platform-tools>adb install C:\mxvideoplayer.apk
2752 KB/s (6930955 bytes in 2.458s)
pkg: /data/local/tmp/mxvideoplayer.apk
Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE]