[Q] adb sideload - Nexus 7 Q&A, Help & Troubleshooting

cant get adb to see n7 in sideload mode using google drivers any ideas?

trentreed said:
cant get adb to see n7 in sideload mode using google drivers any ideas?
Click to expand...
Click to collapse
I'm having the same issue. Trying to sideload the 4.2.2 update on Win 7 using the Android SDK USB drivers, and when I get to the ADB sideload screen on the phone, the N7 disappears from Windows.
At that point, "adb devices" shows nothing and there's a '?' in the Windows Device Manager.
What's the trick here?

You have to manually edit the driver to include the recovery hardware ID.

jaysus145 said:
You have to manually edit the driver to include the recovery hardware ID.
Click to expand...
Click to collapse
Thank you! That sounds like what was needed and helped me search for more details.
Here's a link to the process: http://blog.dantup.com/2012/10/fixing-adb-device-not-found-with-nexus-7-in-recovery-mode

Related

Cannot install drivers to make adb work

Hello. I'm trying to make adb work in Windows 7 x64 SP1 (updated) with my Nexus 4.
I enabled USB debugging and it shows up as "Nexus 4" under "Other devices" in Windows' Device Manager. I tried installing Google's drivers from the Android SDK, but it can't find any drivers. Same results with the "Universal Naked Driver".
The device ID it shows is USB\VID_18D1&PID_D002&REV_0228 (see attachment), which I couldn't find anywhere. Is this normal?
Thanks.
lopardo said:
Hello. I'm trying to make adb work in Windows 7 x64 SP1 (updated) with my Nexus 4.
I enabled USB debugging and it shows up as "Nexus 4" under "Other devices" in Windows' Device Manager. I tried installing Google's drivers from the Android SDK, but it can't find any drivers. Same results with the "Universal Naked Driver".
The device ID it shows is USB\VID_18D1&PID_D002&REV_0228 (see attachment), which I couldn't find anywhere. Is this normal?
Thanks.
Click to expand...
Click to collapse
You have to right click on the other drivers folder and then update drivers. But you have to have the adb drivers download for it. The only thing is that you need the drivers. Try to search for nexus 4 adb driver download.
Sent from my LG-P769(20F) using the xda-developers app. If I helped you please hit the "thanks" button.
Nathan.7118391 said:
You have to right click on the other drivers folder and then update drivers. But you have to have the adb drivers download for it. The only thing is that you need the drivers. Try to search for nexus 4 adb driver download.
Sent from my LG-P769(20F) using the xda-developers app. If I helped you please hit the "thanks" button.
Click to expand...
Click to collapse
What do you mean? I right clicked "Nexus 4" in the Device Manager, selected Update Driver Software, chose the sdk\extras\google\usb_driver folder, but nothing. Please see the attachments. Is that what you meant?
Same thing happens with the "naked" drivers. None of them has the VID_18D1&PID_D002&REV_0228 device ID.
That's right update driver but you need the adb drivers. Go to Google and search for nexus 4 adb drivers download.
Have you tried turning off your phone and then plugging the phone to your computer? That should automatically download the drivers but someone's you get errors. I could not do it done I soft bricked my phone and only the LG logo came on with security error. I flashed the prada adb drivers to get into fastboot.
Sent from my LG-P769(20F) using the xda-developers app. If I helped you please hit the "thanks" button.
the easiest way to install the drivers, imo, is reboot to the bootloader, then plug the usb cable in. it should automatically trigger them to be installed.
hp420 said:
the easiest way to install the drivers, imo, is reboot to the bootloader, then plug the usb cable in. it should automatically trigger them to be installed.
Click to expand...
Click to collapse
Doing this makes it work, thanks!
hp420 said:
the easiest way to install the drivers, imo, is reboot to the bootloader, then plug the usb cable in. it should automatically trigger them to be installed.
Click to expand...
Click to collapse
Thank you, So Much, spent about 30 mins trying to figure this out.

[Q] Issues with ADB

when i type adb devices it says my device is offline but gives the serial number, but commands like adb reboot won't work, but when im in recovery it says recovery on my computer and commands work any ideas? thanks
https://www.google.com/search?q=adb+devices+offline
ksilver89 said:
https://www.google.com/search?q=adb+devices+offline
Click to expand...
Click to collapse
tried that guide/fix and didn't work, i think it's because i haven't gotten the screen where it says to accept adb or whatever but how can i get it to pop again?
http://forum.xda-developers.com/showthread.php?t=2401452
Check adb version, it should be 1.3.0 or something basically the latest version of adb, then switch on USB debugging mode, plug in phone and a window should pop up on the nexus 4, accept than do adb devices, should say online and good to go...
"iPhone=Boat shoes,sweaters over shirt/tie,whores,non prescriptive glasses with slicked hair,hipster concerts,too much ignorance"-sent from my NEXUS 4

Adb offine

I am trying to set up my adb and am having some problems. I am able to see my phone when I type adb devices, but it shows" offline". I am rooted and have twrp as my recovery but still my adb is offline.
I just updated my sdk but no lick. Anybody have any ideas?
Sent from my VS980 4G using Tapatalk 2
Connect your phone, go into device manager....do you have a G2 listed there with an exclamation next to it. If so, delete it and reconnect your phone and reinstall the drivers again
Remember that usb debug must be enabled as well.
mzimand said:
I am trying to set up my adb and am having some problems. I am able to see my phone when I type adb devices, but it shows" offline". I am rooted and have twrp as my recovery but still my adb is offline.
I just updated my sdk but no lick. Anybody have any ideas?
Sent from my VS980 4G using Tapatalk 2
Click to expand...
Click to collapse
Same issue here. I have a freshly updated version of ADB SDK installed and no yellow Exclamation mark in Device Manager. Still the command "adb devices" returns my serial number but says "offline". I'm using a Windows XP machine for this, as it seems it'd be much more difficult on my Windows 8 machine. Opinions?
I assume I won't be able to root until it reports as 'online" as well.
Ideas?
mzimand said:
I am trying to set up my adb and am having some problems. I am able to see my phone when I type adb devices, but it shows" offline". I am rooted and have twrp as my recovery but still my adb is offline.
I just updated my sdk but no lick. Anybody have any ideas?
Sent from my VS980 4G using Tapatalk 2
Click to expand...
Click to collapse
gbeardmore said:
Same issue here. I have a freshly updated version of ADB SDK installed and no yellow Exclamation mark in Device Manager. Still the command "adb devices" returns my serial number but says "offline". I'm using a Windows XP machine for this, as it seems it'd be much more difficult on my Windows 8 machine. Opinions?
I assume I won't be able to root until it reports as 'online" as well.
Ideas?
Click to expand...
Click to collapse
I don't have a G2 so my apologies for not knowing much about it but if you are on android version 4.2 or higher you need to authenticate the pc to allow USB debugging on the phone to get it to show as online.
Try disconnecting phone from PC, turn off usb debugging. Turn usb debug back on then connect to pc and send "adb devices" command, you should get this pop up screen on your phone (make sure you have screen unlocked)
If you still have issues I think it helps to be on newest version on ADB, try sending command "adb version" it should return 1.0.31
Hope this helps!
Which version of ADB are you using? I think that version 1.0.31 needs to be used for full connectivity with Android 4.2.2
Sent from my VS980 4G using Tapatalk 2
Klown80 said:
I don't have a G2 so my apologies for not knowing much about it but if you are on android version 4.2 or higher you need to authenticate the pc to allow USB debugging on the phone to get it to show as online.
Try disconnecting phone from PC, turn off usb debugging. Turn usb debug back on then connect to pc and send "adb devices" command, you should get this pop up screen on your phone (make sure you have screen unlocked)
If you still have issues I think it helps to be on newest version on ADB, try sending command "adb version" it should return 1.0.31
Hope this helps!
Click to expand...
Click to collapse
I gave up trying to update the SDK on my Win XP machine and installed it on my Windows 8 PC. Your suggestion worked after a couple of attempts. I think I've got it now, except that after my serial number it says "device" and not "online". Am I good to go? See the screenshot below...
Thanks!
gbeardmore said:
I gave up trying to update the SDK on my Win XP machine and installed it on my Windows 8 PC. Your suggestion worked after a couple of attempts. I think I've got it now, except that after my serial number it says "device" and not "online". Am I good to go? See the screenshot below...
Thanks!
Click to expand...
Click to collapse
Yes it should show "device" not "online" after the device ID number. Your adb is good to go with this device now.
Klown80 said:
Yes it should show "device" not "online" after the device ID number. Your adb is good to go with this device now.
Click to expand...
Click to collapse
Whew! I updated my SDK on my Win XP machine, must have taken 90 minutes. After running EVERY update available it still reported an older version. I'm guessing you can't run the newest version of ADB on XP. Anyway, thank you (all) for your help!
tgabaree said:
Which version of ADB are you using? I think that version 1.0.31 needs to be used for full connectivity with Android 4.2.2
Sent from my VS980 4G using Tapatalk 2
Click to expand...
Click to collapse
This was my problem. I was on version 1.0.29
I downloaded the latest ADT bundle and it updated the version to 1.0.31 and I was prompted to give the phone permission when I sent "adb devices". Now I am good to go.
Thanks

[HELP]Device not detecting in fastboot mode

I had installed Moto drivers and also enabled the usb debugging but my my device is not showing in fastboot mode.
Seriously need help.
Thank you.
Just to clarify, when you reboot your device into the bootloader (fastboot), if you type the command 'fastboot devices' (without quotes) in ADB, you get nothing showing up in the device list?
Which Moto drivers are you using, what device do you have and are you issuing the commands via minimal ADB or another ADB command tool?
echo92 said:
Just to clarify, when you reboot your device into the bootloader (fastboot), if you type the command 'fastboot devices' (without quotes) in ADB, you get nothing showing up in the device list?
Which Moto drivers are you using, what device do you have and are you issuing the commands via minimal ADB or another ADB command tool?
Click to expand...
Click to collapse
I am using Motorola device manager drivers and using minimal adb tools
When I type command mfastboot devices nothing shows.
And I am trying to flash TWRP recovery it's saying waiting for device
Robinson#2 said:
I am using Motorola device manager drivers and using minimal adb tools
When I type command mfastboot devices nothing shows.
And I am trying to flash TWRP recovery it's saying waiting for device
Click to expand...
Click to collapse
Turn on your phone and run " adb devices " then see if it's getting connected in power on mode or not.. if not then try to install Adb Drivers..
Tried with ADB drivers still not working. I think its a driver problem how to reset drivers in Windows 10 machine
Robinson#2 said:
Tried with ADB drivers still not working. I think its a driver problem how to reset drivers in Windows 10 machine
Click to expand...
Click to collapse
It's same as you do in other Windows, go to "Device Manager" you will find device related name in that Tree,
Uninstall it and update again..
____Mdd said:
It's same as you do in other Windows, go to "Device Manager" you will find device related name in that Tree,
Uninstall it and update again..
Click to expand...
Click to collapse
Tried that but didn't worked
Robinson#2 said:
Tried that but didn't worked
Click to expand...
Click to collapse
Is it same computer that you used to unlock?
Had it worked to get unlock data and for unlocking..?
____Mdd said:
Is it same computer that you used to unlock?
Had it worked to get unlock data and for unlocking..?
Click to expand...
Click to collapse
Yes it's the same computer I used to unlock bootloader and flashed stock nougat with fastboot method 3 months back.
Robinson#2 said:
Yes it's the same computer I used to unlock bootloader and flashed stock nougat with fastboot method 3 months back.
Click to expand...
Click to collapse
If installing drivers again, use of different USB port, different data cable don't work then better to use different PC..
____Mdd said:
If installing drivers again, use of different USB port, different data cable don't work then better to use different PC..
Click to expand...
Click to collapse
I am going to try with a bootable pendrive with linux mint.
Robinson#2 said:
Tried with ADB drivers still not working. I think its a driver problem how to reset drivers in Windows 10 machine
Click to expand...
Click to collapse
If you're on Windows 10 with an UEFI firmware, I recall you need to disable driver signature enforcement if you wish to use fastboot. Credit to: https://forum.xda-developers.com/showpost.php?p=70792544&postcount=2028
Hopefully it'll work with the Linux distro though
echo92 said:
If you're on Windows 10 with an UEFI firmware, I recall you need to disable driver signature enforcement if you wish to use fastboot. Credit to: https://forum.xda-developers.com/showpost.php?p=70792544&postcount=2028
Hopefully it'll work with the Linux distro though
Click to expand...
Click to collapse
This was very helpful. Took me hours to find it but glad I did. On to step 2. lol How I was able to fix not being able to load anything in fastboot was this.
1. I right clicked on the Motorola_Mobile_Drivers_64bit.msi and selected uninstall. Repair did nothing.
2. Rt click view properties of Motorola_Mobile_Drivers_64bit.msi.
3. On the general tab I noticed it was blocked so I unblocked it.
4. Then switched to Compatibility tab.
5. Selected run compatibility mode, any previous version of windows.
--This stops the version checker
6. Hit apply save and ran it.
MrTwigglesworth said:
This was very helpful. Took me hours to find it but glad I did. On to step 2. lol How I was able to fix not being able to load anything in fastboot was this.
1. I right clicked on the Motorola_Mobile_Drivers_64bit.msi and selected uninstall. Repair did nothing.
2. Rt click view properties of Motorola_Mobile_Drivers_64bit.msi.
3. On the general tab I noticed it was blocked so I unblocked it.
4. Then switched to Compatibility tab.
5. Selected run compatibility mode, any previous version of windows.
--This stops the version checker
6. Hit apply save and ran it.
Click to expand...
Click to collapse
Bro i didi not detecting please help

Fastboot wont recognize my OP5

Windows 10 laptop.....ADB and fastboot are installed, ADB recognizes device. Fastboot will not, Googled this problem and tried several things still no fastboot... any help will be greatly appreciated.
TENlll423 said:
Windows 10 laptop.....ADB and fastboot are installed, ADB recognizes device. Fastboot will not, Googled this problem and tried several things still no fastboot... any help will be greatly appreciated.
Click to expand...
Click to collapse
What device? which oos version? What steps did you take exactly? Did you tried switching firewalls off? Did you tried other pc? Did you follow this guide https://forum.xda-developers.com/oneplus-5/how-to/oneplus-5-unlock-bootloader-flash-twrp-t3624877 and use the drivers provided there? Can you reboot your device to fastboot mode? Is your bootloader unlocked already or never?
OnePlus 5... Nougat custom rom... Encrypted.... Rooted.... ADB fastboot from Snoop on windows 10... I'm going to disable firewall and uninstall ADB and reinstall. Then see if that helps.
ADB recognizes device... Fastboot does not.. my phone is unlocked and I can get it into fastboot by doing the power and volume up..
I reset my computer last night so I work nights when I get home this morning I'm going to give it another whirl .....thanks for the help.
TENlll423 said:
Windows 10 laptop.....ADB and fastboot are installed, ADB recognizes device. Fastboot will not, Googled this problem and tried several things still no fastboot... any help will be greatly appreciated.
Click to expand...
Click to collapse
I had similar problem I was able to fix it by following below steps,
Go to fastboot
Connect phone to pc
Open device manager
Find your device and uninstall device
Click scan for hardware changes in device Manger
Then it will again show your device in device Manger
Now right click device and select update drivers
Device Manger will automatically download and update drivers for device.
Chamaka said:
I had similar problem I was able to fix it by following below steps,
Go to fastboot
Connect phone to pc
Open device manager
Find your device and uninstall device
Click scan for hardware changes in device Manger
Then it will again show your device in device Manger
Now right click device and select update drivers
Device Manger will automatically download and update drivers for device.
Click to expand...
Click to collapse
thanks. I'm going to give it a try.
Chamaka said:
I had similar problem I was able to fix it by following below steps,
Go to fastboot
Connect phone to pc
Open device manager
Find your device and uninstall device
Click scan for hardware changes in device Manger
Then it will again show your device in device Manger
Now right click device and select update drivers
Device Manger will automatically download and update drivers for device.
Click to expand...
Click to collapse
Thank you so much... Your instructions solved my issue..

Categories

Resources