adb not working on pie - Nokia 7.1 Questions & Answers

I've been having issues with adb on pie. It just doesn't recognise my phone. I've tried uninstalling and reinstalling the drivers but it doesnt work for me. Although, the pc can recognise my phone but not in adb. Whenever i run a adb command i don't get a prompt on my phone asking to allow the pc which is weird. I need help here.

Just had the same issue. On Windows. Reinstalled the adb drivers, didn't help. This, I think, is what resolved it for me, YMMV:
While the phone is plugged to PC,
disabled USB Debugging in Developer Options,
observed a toaster notification on Windows about updating/installing drivers for my phone,
enabled USB Debugging again, clicked Allow on the dialog that popped up,
and I was back in business.

nameanyone said:
Just had the same issue. On Windows. Reinstalled the adb drivers, didn't help. This, I think, is what resolved it for me, YMMV:
While the phone is plugged to PC,
disabled USB Debugging in Developer Options,
observed a toaster notification on Windows about updating/installing drivers for my phone,
enabled USB Debugging again, clicked Allow on the dialog that popped up,
and I was back in business.
Click to expand...
Click to collapse
Thanks. I'll try this once i get back home.

Me too
mayankjet said:
Thanks. I'll try this once i get back home.
Click to expand...
Click to collapse
I have the same problem, and it waas not fixed disabling and enabling USB debugging. Did you found the solution? Or someone found? Or God if you are there listening? Or the devil, i am ready to sell my soul for this.

marcebil said:
I have the same problem, and it waas not fixed disabling and enabling USB debugging. Did you found the solution? Or someone found? Or God if you are there listening? Or the devil, i am ready to sell my soul for this.
Click to expand...
Click to collapse
I think i had to update the adb to its latest version.
Sent from my Nokia 7.1 using XDA Labs

Related

[Q] Unable to see device in adb

I received my replacement DNA last night and I am unable to get my Windows 8 laptop to recognize my phone in adb mode. I had no trouble with my original. Here is what I have done to try to fix it. I have downloaded and re installed htc sync, updated the drivers and uninstalled htc sync. I also re downloaded the platform tools and set it up on my c drive again. Any ideas?
It has to be a usb 3.0 port. Switch to another port on your computer. It needs to be usb 2.0
Sent from my HTC6435LVW using xda app-developers app
Yeah I tried that too. Its weird when its booted normally it can see it and be rebooted to fastboot. But after that it cant see it anymore. I feel like I'm forgetting to do something simple lol!
Booted normally adb devices should recognize it
Booted in bootloader adb devices won't recognize it
Booted in fastboot, fastboot devices should recognize it not adb devices
Where are you having issues. I guess I'm confused.
Sent from my HTC6435LVW using xda app-developers app
Thanks for that flip the light switch suggestion. Its been a long week.
Danzoman316 said:
I received my replacement DNA last night and I am unable to get my Windows 8 laptop to recognize my phone in adb mode. I had no trouble with my original. Here is what I have done to try to fix it. I have downloaded and re installed htc sync, updated the drivers and uninstalled htc sync. I also re downloaded the platform tools and set it up on my c drive again. Any ideas?
Click to expand...
Click to collapse
Enable USB debugging on your phone, if it is enabled already disable and re enable it.
Davyath said:
Enable USB debugging on your phone, if it is enabled already disable and re enable it.
Click to expand...
Click to collapse
I got it. Bootloader unlock great success! I was simply having a brain fart. Thanks for the help.

[Q] GS4 won't stay in installer mode

Hi all,
I'm planning to root my GS4 but I noticed that when I plug my phone into my computer (win 7) it switches to Media Device instead of staying in Installer mode. I have USB debugging checked and install from unknown sources checked. I've tried to uninstall the drivers and then plug back in to reinstall the drivers but have had the same result.
Has anyone heard of this and know a possible solution or something I could try? I really don't want to start rooting my phone if its not staying in debug mode.
Thanks!
lewbrah
lewbrah said:
Hi all,
I'm planning to root my GS4 but I noticed that when I plug my phone into my computer (win 7) it switches to Media Device instead of staying in Installer mode. I have USB debugging checked and install from unknown sources checked. I've tried to uninstall the drivers and then plug back in to reinstall the drivers but have had the same result.
Has anyone heard of this and know a possible solution or something I could try? I really don't want to start rooting my phone if its not staying in debug mode.
Thanks!
lewbrah
Click to expand...
Click to collapse
You could try to Odin the Stock image and then try to root from there.
DarkMenace said:
You could try to Odin the Stock image and then try to root from there.
Click to expand...
Click to collapse
Thanks for the reply. I am on Stock image (haven't done anything to my phone yet). It's just weird why it won't stay on installer mode if I have debug mode checked.
lewbrah said:
Thanks for the reply. I am on Stock image (haven't done anything to my phone yet). It's just weird why it won't stay on installer mode if I have debug mode checked.
Click to expand...
Click to collapse
Try getting the latest USB drivers from my signature. You should be in MTP mode when it's connected to the PC I do believe. It will then show a picture of you phone and you can browse the device then.
DarkMenace said:
Try getting the latest USB drivers from my signature. You should be in MTP mode when it's connected to the PC I do believe. It will then show a picture of you phone and you can browse the device then.
Click to expand...
Click to collapse
Ok i'll try that. I thought if USB debugging was checked that there was a third mode (installer) that it stayed in besides the Media or Camera options that can be selected because I was reading another post on XDA about the root tool by a post from user Jondoyle24:
http://forum.xda-developers.com/showthread.php?t=2301720&page=11
lewbrah said:
Ok i'll try that. I thought if USB debugging was checked that there was a third mode (installer) that it stayed in besides the Media or Camera options that can be selected because I was reading another post on XDA about the root tool by a post from user Jondoyle24:
http://forum.xda-developers.com/showthread.php?t=2301720&page=11
Click to expand...
Click to collapse
Use the Recovery's/Root tools in my signature. I'll also PM you.

VZW G3 not detected by ADB

My phone isn't being detected by adb. Almost as if USB Debugging isn't even enabled (which it is). ADB is just blank when I run adb devices.
I've installed the LG VZW G3 drivers. Any suggestions?
Make sure you change the USB mode to internet and then Ethernet. Took me a while to figure that out.
Make sure you have developer options visible
Enable USB debugging
Connect your phone to your computer
Pull down and change the USB connection from installer/MTP to internet > ethernet
Open Command Prompt window where ADB is installed, and type in "adb devices"
Allow when you see the RSA prompt
Run the batch file for ioroot, type "adb reboot recovery", install from adb, run sideload command, and then reboot
Also, make sure you're running the latest version of the SDK. Mine wouldn't work until I updated. HTH!
mjforte said:
Make sure you change the USB mode to internet and then Ethernet. Took me a while to figure that out.
Click to expand...
Click to collapse
+1
Sent from my VS985 4G using Tapatalk
mjforte said:
Make sure you change the USB mode to internet and then Ethernet. Took me a while to figure that out.
Click to expand...
Click to collapse
+1 - This was my problem too...many thanks!
usb drivers
blmartin said:
+1 - This was my problem too...many thanks!
Click to expand...
Click to collapse
Use the LG USB drivers for Verizon Wireless!
Change the usb connection mode to Internet/Ethernet
My adb was the problem on mine. I had to reinstall java jdk and the sdk and worked perfectly the first time I tried after that
asialove2013 said:
Use the LG USB drivers for Verizon Wireless!
Change the usb connection mode to Internet/Ethernet
Click to expand...
Click to collapse
Either I'm completly blind or ... my G3 doesn't have that option. I only got "Charge Phone", "Media Device (MTP)", and "Send images (PTP)" to configure the USB PC CONNECTION. I also have the option to switch on USB tethering, but that doesn't change anything for the better, either.
Where's that Internet/Ethernet connection mode hidden?
The internet option might not appear until the usb is connected to the pc. Recheck available options while connected.
-Set phone for PTP connection
-Plug phone into PC via USB. You should see a driver loading/loaded message on your PC
-On the phone, change USB connection to Internet, then select Ethernet on the submenu that will appear
(PTP seems to "wake up" the ADB driver on the PC side for me. This was mandatory on a couple of prior phones/tablets, so it's what I did with the G3.)
Or switch to Linux and never hear about drivers ever again!
Verizon on Windows 8.1
So, the problem I had on windows 8.1 was that when you connect the device and it asks you what action to take automatically, you need to click that and install the Verizon stuff. I had my phone in USB debugging and Ethernet mode while doing this install. After it installed everything, the window on my phone for debugging permission showed up, and I allowed it. The phone now shows up in adb. I don't know if this was obvious but I thought Id mention it anyway
After the last G3 update from Verizon, the Ethernet option is gone. I can't get it to talk with ADB any longer. I see the developer mode come up on the phone, but it never asks for security key or appears in the ADB list. Anybody have any good ideas? This is on a Mac and I've never had a problem before doing this.
EDIT: After juggling back and forth from PTP to MTP to PTP, restarting ADB, I got it to connect. No clue what the key was, but working again for the moment. The Ethernet option is still gone from the phone though so that simple fix is no longer an issue.
Averix said:
After the last G3 update from Verizon, the Ethernet option is gone. I can't get it to talk with ADB any longer. I see the developer mode come up on the phone, but it never asks for security key or appears in the ADB list. Anybody have any good ideas? This is on a Mac and I've never had a problem before doing this.
EDIT: After juggling back and forth from PTP to MTP to PTP, restarting ADB, I got it to connect. No clue what the key was, but working again for the moment. The Ethernet option is still gone from the phone though so that simple fix is no longer an issue.
Click to expand...
Click to collapse
I installed the skydragon rom, which is based on stock so probably the same. I found that PTP worked but MTP did not. This is in Ubuntu Linux.

PTP, MTP, adb no longer works after root obtained

was able to root my phone using the steps described in the forums where the PC recognized the device with no problems every step of the way. however after getting root whenever I plug in the phone to a PC I no longer see it connected via Windows or via adb. I've tried rebooting both PC and phone, changing between MTP and PTP, as well as reinstalling the LG and adb driver, but no dice. Interestingly though I can use fastboot on the PC to update TWRP and boot TWRP, but nothing else. I feel like a setting somewhere might need to be changed, but it seems I've done everything I know of... any suggestions?
dimm0k said:
was able to root my phone using the steps described in the forums where the PC recognized the device with no problems every step of the way. however after getting root whenever I plug in the phone to a PC I no longer see it connected via Windows or via adb. I've tried rebooting both PC and phone, changing between MTP and PTP, as well as reinstalling the LG and adb driver, but no dice. Interestingly though I can use fastboot on the PC to update TWRP and boot TWRP, but nothing else. I feel like a setting somewhere might need to be changed, but it seems I've done everything I know of... any suggestions?
Click to expand...
Click to collapse
Re enable adb debugging on the phone settings.
Sent from my LG-H901 using XDA Premium HD app
cameljockey1 said:
Re enable adb debugging on the phone settings.
Sent from my LG-H901 using XDA Premium HD app
Click to expand...
Click to collapse
tried revoking USB debugging authorizations and toggling the USB debugging option... Windows now sees it in 'Device Manager', but I don't see any way to access it when I go to 'My Computer'! Also tried toggling between MTP and PTP, no luck...
dimm0k said:
tried revoking USB debugging authorizations and toggling the USB debugging option... Windows now sees it in 'Device Manager', but I don't see any way to access it when I go to 'My Computer'! Also tried toggling between MTP and PTP, no luck...
Click to expand...
Click to collapse
Unplug from computer. Disable usb debug adb. Connect in computer in different port and see if it installs anything. If so wait till done. Then unplug and enable adb and plug in same port from before.
Sent from my LG-H901 using XDA Premium HD app
cameljockey1 said:
Unplug from computer. Disable usb debug adb. Connect in computer in different port and see if it installs anything. If so wait till done. Then unplug and enable adb and plug in same port from before.
Sent from my LG-H901 using XDA Premium HD app
Click to expand...
Click to collapse
argh, no dice! everything you detailed happened, but still nothing listed in 'My Computer'!
dimm0k said:
argh, no dice! everything you detailed happened, but still nothing listed in 'My Computer'!
Click to expand...
Click to collapse
Try this have it unplugged. Turn off. Hook up to computer. Let it do its thing then turn on phone while plugged in
Sent from my LG-H901 using XDA Premium HD app
Device Manager
Do you see the phone in device manager when it is plugged in?
cameljockey1 said:
Try this have it unplugged. Turn off. Hook up to computer. Let it do its thing then turn on phone while plugged in
Sent from my LG-H901 using XDA Premium HD app
Click to expand...
Click to collapse
Tried this with no luck =(
bkgibby said:
Do you see the phone in device manager when it is plugged in?
Click to expand...
Click to collapse
yes, before creating this post it also showed in Device Manager, but it showed up with an exclamation saying the device could not be started. now it shows up as working properly, but no way to access it.
anyone have any other solutions/suggestions?
dimm0k said:
anyone have any other solutions/suggestions?
Click to expand...
Click to collapse
Try to unroot and see if it works.
sully9292 said:
Try to unroot and see if it works.
Click to expand...
Click to collapse
same error, i unroot this phone and works fine again debbuging...
---------- Post added at 10:17 PM ---------- Previous post was at 09:41 PM ----------
dimm0k said:
was able to root my phone using the steps described in the forums where the PC recognized the device with no problems every step of the way. however after getting root whenever I plug in the phone to a PC I no longer see it connected via Windows or via adb. I've tried rebooting both PC and phone, changing between MTP and PTP, as well as reinstalling the LG and adb driver, but no dice. Interestingly though I can use fastboot on the PC to update TWRP and boot TWRP, but nothing else. I feel like a setting somewhere might need to be changed, but it seems I've done everything I know of... any suggestions?
Click to expand...
Click to collapse
i fix this using this, download magisk16.zip and re-root using twrp, before that reboot phone and usb debbuing will come works again! if you use latest Magisk16.6 you lost again USB debbugging

Accessing ADB

I'm aware there is another thread on this, but his solution was simply switching the cable. For me, adb is currently working on multiple other phones, but on the G8X, it simply doesn't list the device. Any idea?
I do NOT have the full Android SDK, only the "minimal ADB and Fastboot" package, which just comes with adb, fastboot, and a couple other things. I love it and hope I don't have to install the full SDK for fastboot to work. D:
USB debugging is enabled, the device is connected as "File Transfer," and everything else is as it should be.
1337haXXor said:
I'm aware there is another thread on this, but his solution was simply switching the cable. For me, adb is currently working on multiple other phones, but on the G8X, it simply doesn't list the device. Any idea?
I do NOT have the full Android SDK, only the "minimal ADB and Fastboot" package, which just comes with adb, fastboot, and a couple other things. I love it and hope I don't have to install the full SDK for fastboot to work. D:
USB debugging is enabled, the device is connected as "File Transfer," and everything else is as it should be.
Click to expand...
Click to collapse
Same issue. Trying to use the Button Mapper app, and windows Button Mapper Setup keeps saying "Make sure the device is connected and USB Debugging is enabled."
Help?
You must try multiple times until a notification shows up to trust your PC.
hasso96 said:
You must try multiple times until a notification shows up to trust your PC.
Click to expand...
Click to collapse
Actually it was more "complicated" than that, as it said it ran an older version of the server than the phone at first. I googled some more, and managed to solve it. It was the installation of the LG USB mobile driver. I tried with the windows stock one at first, then tried Google USB driver from the SDKmanager, and even an universal driver didn't work. And even then when it was installed, THEN it said "unauthorized" and I had to just accept the connection on my phone
It's sorted now!
THANK YOU SO MUCH! Man, I wasn't expecting a reply after all this time, figured my unit was somehow defective or something. This worked perfectly! To others suffering, here's the direct link to the LG drivers, current version as of now, 4.4.2: tool.lime.gdms. lge .com/dn/downloader.dev?fileKey=UW00120120425 (Remove the spaces before and after the "lge").
Now I can tweak my system settings, debloat, use Button Mapper. Thanks again!

Categories

Resources