[Q] adb devices problem - Moto G Q&A, Help & Troubleshooting

Hi! Every time I need to use ADB I spend hours trying to get my device recognized. Whatever I do, I get "Waiting for Device". Eventually, after a long struggle, my device gets recognized and I can do what I wanted. But this time, I am not finding a way. Could someone please help?
Is there a step by step guide that I can follow to get this sorted out? I've googled to death but nothing I found works.
Thanks for any help!
PS: I've got the Motorola Device Manager installed (including drivers) + I have USB debugging enabled + in my PCs device manager I have not exclamation mark.

Try a different USB port in your computer, or try updating your adb drivers in android sdk
Sent from my XT1034 using Tapatalk

lowrider262 said:
Try a different USB port in your computer, or try updating your adb drivers in android sdk
Sent from my XT1034 using Tapatalk
Click to expand...
Click to collapse
Thanks, I did both but still no luck.

Only other suggestion I have is to go to device manager on your computer and uninstall the driver/device, then put the phone in fastboot and plug it in to the computer & let it install the drivers automatically
Sent from my XT1034 using Tapatalk

lowrider262 said:
Only other suggestion I have is to go to device manager on your computer and uninstall the driver/device, then put the phone in fastboot and plug it in to the computer & let it install the drivers automatically
Sent from my XT1034 using Tapatalk
Click to expand...
Click to collapse
Thanks for your help! I am giving up after spending 6 hours trying to get my device recognised...

StrangerWeather said:
Thanks for your help! I am giving up after spending 6 hours trying to get my device recognised...
Click to expand...
Click to collapse
This helped me once: http://forum.xda-developers.com/showpost.php?p=48275625&postcount=2
Especially: "boot into fastboot, choose the last point and let the several drivers install"

NxStep said:
This helped me once: http://forum.xda-developers.com/showpost.php?p=48275625&postcount=2
Especially: "boot into fastboot, choose the last point and let the several drivers install"
Click to expand...
Click to collapse
What do they mean by "choose the last point"?

StrangerWeather said:
What do they mean by "choose the last point"?
Click to expand...
Click to collapse
Just boot into fastboot, scroll down to the last menu item saying "BP Tools" with volume down and select it with volume up. Make sure the phone is connected to the PC.

NxStep said:
Just boot into fastboot, scroll down to the last menu item saying "BP Tools" with volume down and select it with volume up. Make sure the phone is connected to the PC.
Click to expand...
Click to collapse
Ahhh, ok, thanks!

Related

[Q] Not totally bricked yet, i really need to fix it

Hello guys, i am new here, yes its my first post, yes i have been posting on forums in the past, and yes i want to cry.
I just got this brand new nexus s from Videotron a couples of months back, someone told me to look for Cyanogenmod, i did, i installed it, with superuser rooted/unlocked. loved it, untill recently i rebooted the device due to battery outage, and it was stuck to the google logo, then i opened clockworkmod and did a restore, it worked!
Then, last week, an update was pushed to the phone about jelly beans, (4.1.1), i clicked INSTALL NOW, i was at home, plugged in.
The install failed (Android logo on his back with red triangle warning) i waited 2 hours, it was still there, i had to remove the battery.
Now, Clockworkmod is not starting. (Its the default bootloader (as usual) and the next page (in the RECOVERY option) its the default "Android system recovery <3a>" with those 4 options
-reboot system now
-apply update from /sdcard
-wipe data/factory reset
-wipe cache partition
...
i did them all, tried everything its still not booting.
I tried everything i could find on all the forums, fastboot, adb nvflash... but. when i plug in my device in the pc i don't think its seen by the maching (unless i click the "Turn on USB Storage) BUT I CANT CLICK IT :'(
Model # is GT-i9020T
I really need a pro to help me out, and i promise to give you compensation if you can fix it, via paypal.
I am on facebook daily, on IRC too. msn too,
I don't care if we manage to install ice cream sandwich, jellybean or even freaking BBq peanuts..
I just need a working "facebook machine"
Thank you and ill be looking at this post every hour.
Use odin?
Sent from my Nexus S using xda premium
al_madd said:
Use odin?
Click to expand...
Click to collapse
I looked at some tutorials about odin, but i cannot find all the appropriate files for my phone.
Would you be able to point me in the correct direction?
Free advice : you need to install fastboot on your computer.
You can fix this by holding volume up, and then hold power at the same time until you see the bootloader menu.
Then, connect usb, and on computer type fastboot devices
You should get two lines of output. One device is listed something like 359G7HF6824
That means fastboot can see your device.
You need to download cwm recovery.img
Flash it to your phone by typing fastboot flash recovery recovery.img
...which will send recovery.img to 'recovery' partition on your phone.
Now use the volume keys to select recovery option, press power key to select.
In recovery flash a new ROM. Download one from development section if you need to.
If you find any of these steps difficult, please ask for more help.
However, all the help you need can be found by reading through the stickies in Q&A, General, and Development.
SebLemery said:
I looked at some tutorials about odin, but i cannot find all the appropriate files for my phone.
Would you be able to point me in the correct direction?
Click to expand...
Click to collapse
try to install the correct drivers: http://forum.xda-developers.com/showthread.php?t=1901617
and follow this thread (fastboot is better than ODIN!): http://forum.xda-developers.com/showthread.php?t=1572307
hit thanks and ask for help if u need
Cascabreu said:
try to install the correct drivers: http://forum.xda-developers.com/showthread.php?t=1901617
and follow this thread (fastboot is better than ODIN!): http://forum.xda-developers.com/showthread.php?t=1572307
hit thanks and ask for help if u need
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=10000936
Found this one in general sticky rollup too.
Cascabreu said:
try to install the correct drivers: http://forum.xda-developers.com/showthread.php?t=1901617
and follow this thread (fastboot is better than ODIN!): http://forum.xda-developers.com/showthread.php?t=1572307
hit thanks and ask for help if u need
Click to expand...
Click to collapse
I tried to use fastboot, but the pc is not seeing the device when in bootloader. ("fastboot devices" returns nothing)
i tried to install the drivers, but its a bunch of .dll files, what am i suppose to do with that..
i am really sorry if its noob, but i am noob.
SebLemery said:
I tried to use fastboot, but the pc is not seeing the device when in bootloader. ("fastboot devices" returns nothing)
i tried to install the drivers, but its a bunch of .dll files, what am i suppose to do with that..
i am really sorry if its noob, but i am noob.
Click to expand...
Click to collapse
Install the PDANet Android drivers, this usually works well.
http://junefabrics.com/android/
Then use fastboot to flash a recovery as bedalus wrote.
SebLemery said:
I tried to use fastboot, but the pc is not seeing the device when in bootloader. ("fastboot devices" returns nothing)
i tried to install the drivers, but its a bunch of .dll files, what am i suppose to do with that..
i am really sorry if its noob, but i am noob.
Click to expand...
Click to collapse
check the link i gave u, there is step by step images and some tips to better understand.
(im running windows 8 but its the same as 7)
Cascabreu said:
check the link i gave u, there is step by step images and some tips to better understand.
(im running windows 8 but its the same as 7)
Click to expand...
Click to collapse
i did, and it still failed, im running XP.
SebLemery said:
i did, and it still failed, im running XP.
Click to expand...
Click to collapse
the installation failed or fatsboot still doesnt recognize?
polobunny said:
Install the PDANet Android drivers, this usually works well.
Then use fastboot to flash a recovery as bedalus wrote.
Click to expand...
Click to collapse
This will only install if the phone is in debugging mode...
i cannot install PdaNET.
SebLemery said:
This will only install if the phone is in debugging mode...
i cannot install PdaNET.
Click to expand...
Click to collapse
i think ur are not installing the drivers well... give me ur skype name
Cascabreu said:
i think ur are not installing the drivers well... give me ur skype name
Click to expand...
Click to collapse
I do not use Skype.
SebLemery said:
I do not use Skype.
Click to expand...
Click to collapse
....
so i dont know how to show u... i think u are just installing the drivers the wrong way.
put your phone in fastboot mode (power off, vol+ and power), plug it in, dievice manager, right click on Android 1.0, update drivers, navigate to teh folder i gave u in the link, let me pick, have disk and navigate to the folder again select open and chose the first one option and install it.
did you did that?
Cascabreu said:
....
so i dont know how to show u... i think u are just installing the drivers the wrong way.
put your phone in fastboot mode (power off, vol+ and power), plug it in, dievice manager, right click on Android 1.0, update drivers, navigate to teh folder i gave u in the link, let me pick, have disk and navigate to the folder again select open and chose the first one option and install it.
did you did that?
Click to expand...
Click to collapse
i think i did yes, but look at what is missing... puu.sh/1lyEo (screenshot without the http)
I do use TeamViewer if you could show me.
SebLemery said:
i think i did yes, but look at what is missing... puu.sh/1lyEo (screenshot without the http)
I do use TeamViewer if you could show me.
Click to expand...
Click to collapse
u are doing it right, now use the drivers i gave and not the pda net (they never worked for me)
in my drivers u will find the fastboot, adb and bootloader, just install one off them
Cascabreu said:
u are doing it right, now use the drivers i gave and not the pda net (they never worked for me)
in my drivers u will find the fastboot, adb and bootloader, just install one off them
Click to expand...
Click to collapse
you have so many files there i am not sure what to get, and i am not finding the EXACT file its asking for....
could you help me with teamviewer? i learn a lot better like this? here is my TeamViewer ID: 967 077 759 i will give you the pass in PM if u say yes.
SebLemery said:
you have so many files there i am not sure what to get, and i am not finding the EXACT file its asking for....
could you help me with teamviewer? i learn a lot better like this? here is my TeamViewer ID: 967 077 759 i will give you the pass in PM if u say yes.
Click to expand...
Click to collapse
give me 3 min to install teamviewer
send the PM to me
UP AND RUNNING, waiting the password
Cascabreu said:
give me 3 min to install teamviewer
send the PM to me
UP AND RUNNING, waiting the password
Click to expand...
Click to collapse
I just want to say Thanks to Cascabreu for helping me fix it.

[Q] Bricked my Nexus 5 using cwm. Help!!!!

Long story short, installed clockwork mod recovery in attempt to install a cyanogen nightly. I stupidly formatted everything including data and SYSTEM! Now I can only boot to recovery. When I plug the nexus into any PC it's not picked up as an unidentified piece of hardware on windows so I can't push another rom or adb sideline commands result in "waiting for device". Any suggestions? Should I attempt to RMA?
Reinstall drivers. Boot into the bootloader and flash the factory image.
El Daddy said:
Reinstall drivers. Boot into the bootloader and flash the factory image.
Click to expand...
Click to collapse
Thank you!! I never used the USB cable that actually came with the NEXUS until just now, the PC finally detected the phone as i was in the Bootloader and start automatically Download and Writing, rebooting itself and looks like it's booting up. Thanks again. Very quick response.
I accidentally formatted system as well, slip of the finger. I am unable to get my computer to recognize my device, "fastboot devices" lists nothing. Have tried flashing factory software, but it just says "waiting for device". Any suggestions???
Check USB drivers. Might not be working
Sent from my Nexus 5 using Tapatalk
wltnkyl said:
I accidentally formatted system as well, slip of the finger. I am unable to get my computer to recognize my device, "fastboot devices" lists nothing. Have tried flashing factory software, but it just says "waiting for device". Any suggestions???
Click to expand...
Click to collapse
If you are on windows 8 or 8.1 you have turn of driver signiture enforecment. http://sixcolumns.com/how-to-disable-and-bypass-driver-signature-enforcement-in-windows-8/
To make adb works when you are in recovery you need the naked usb drivers. Turn on sideload in the recovery and on a cmd type this: adb sideload path_to_your_rom_file.zip end hit enter.
bitdomo said:
If you are on windows 8 or 8.1 you have turn of driver signiture enforecment. http://sixcolumns.com/how-to-disable-and-bypass-driver-signature-enforcement-in-windows-8/
To make adb works when you are in recovery you need the naked usb drivers. Turn on sideload in the recovery and on a cmd type this: adb sideload path_to_your_rom_file.zip end hit enter.
Click to expand...
Click to collapse
Thank you so much!! Unfortunately I am only able to hit the THANKS button once. I thought for sure that it was done for!
I have bricked my phone before, but have always been able to find a workaround. This time, not so much.
Again, Thank You!!
wltnkyl said:
Thank you so much!! Unfortunately I am only able to hit the THANKS button once. I thought for sure that it was done for!
I have bricked my phone before, but have always been able to find a workaround. This time, not so much.
Again, Thank You!!
Click to expand...
Click to collapse
you can also try unlock bootloader, flash factory images. and bumm your phone works again.
install fastboot and etc... http://forum.xda-developers.com/showthread.php?t=2588979
guide to return stock http://forum.xda-developers.com/showthread.php?t=2513701
Oh and send me an e-mail: [email protected] then I will instruct you to downlaod teamviewer, so I could resolve your driver problems
You should give wag tool a try it completely brings you back to stock
Sent from my Nexus 5 using XDA Premium 4 mobile app

Softbrick? some custom rom advice please

Hello everyone,
I have done something utterly stupid with my Nexus 5, I wiped the internal storage and lost my roms, I really wasnt thinking.
I have tried looking at options like adb sideload but cant find a decent tutorial
Could I just get a micro usb to usb adapter and install a rom off that?
Would anyone be able to point me in the right direction with adb sideload?
Other problems are I can't get on the android SDK because the CMD box only flashes up.
Does the adb sideload option in TWRP actually do anything if you wait for it? Its been waiting for about 1 hour now and nothings happening.
Please guys any help is appreciated
osamarchie2000 said:
Hello everyone,
I have done something utterly stupid with my Nexus 5, I wiped the internal storage and lost my roms, I really wasnt thinking.
I have tried looking at options like adb sideload but cant find a decent tutorial
Could I just get a micro usb to usb adapter and install a rom off that?
Would anyone be able to point me in the right direction with adb sideload?
Other problems are I can't get on the android SDK because the CMD box only flashes up.
Does the adb sideload option in TWRP actually do anything if you wait for it? Its been waiting for about 1 hour now and nothings happening.
Please guys any help is appreciated
Click to expand...
Click to collapse
Why don't you flash the factory image using fastboot?
The Cmd box you are referring to happens because you need to navigate to that directory using Cmd and run it from there. You cannot just click it.
Thanks but I cant get the SDK to work at all. Im still looking into it but at the moment it wont work
Please somebody help me with the SDK, I dont know what else to do.
I cant open the SDK manager and I cant open it through eclipse either.
Someone else must have had this problem before
Click the link in my signature and then "adb and fastboot. What is it?"
This will help you configure adb properly. It also helps you learn commands. Like adb push.
adb sideload is the same as push but you type sideload instead.
FYI as much as people round here say it, there is no such thing as a soft brick. Its brick or not brick.
Sent from my Nexus 5 using Tapatalk < Yes, I want you to know that I'm using a mobile client
Switched off my phone and now I cant get it into recovery mode. Only the google logo which just stays there for ages
What do I do now?
osamarchie2000 said:
Switched off my phone and now I cant get it into recovery mode. Only the google logo which just stays there for ages
What do I do now?
Click to expand...
Click to collapse
Show down and don't panic. Your device is easily fixed. Hold the power button for 20 seconds. This will shut down the phone. Then press and hold the vol down then press the power button. That'll bring your into the bootloader.
Sent from my Nexus 5 using XDA Free mobile app
osamarchie2000 said:
Switched off my phone and now I cant get it into recovery mode. Only the google logo which just stays there for ages
What do I do now?
Click to expand...
Click to collapse
Power + volume down button brings you in the bootloader, from there go into recovery (navigate with volume buttons and select with power button)
In recovery follow this guide: http://forum.xda-developers.com/showthread.php?t=2559200.
Or flash the factory image in the bootloader. (that should work because you need to unlock your bootloader in fastboot)
Thanks guys,
It wasnt working because water damage had interfered with the volume buttons previously.
I have a micro usb to usb adapter now.
Can i put a rom on a USB drive and install that way?
Thanks guys
osamarchie2000 said:
Thanks guys,
It wasnt working because water damage had interfered with the volume buttons previously.
I have a micro usb to usb adapter now.
Can i put a rom on a USB drive and install that way?
Thanks guys
Click to expand...
Click to collapse
Yeah that will work too. Water damage is never good for a phone even if it stil works after that. But that's another story
osamarchie2000 said:
Thanks guys,
It wasnt working because water damage had interfered with the volume buttons previously.
I have a micro usb to usb adapter now.
Can i put a rom on a USB drive and install that way?
Thanks guys
Click to expand...
Click to collapse
Yes you can. You'll have to "tell" twrp where to find the rom zip.
Sent from my Nexus 5 using XDA Free mobile app
Only problem now is I cant get the SDK to work for my life. Ive spent 5 hours trying to fix my phone already today, I have the JDK installed. I open the eclipse thingy and when i try to open the SDK with eclipse it wont work either. Please somebody help with this
osamarchie2000 said:
Only problem now is I cant get the SDK to work for my life. Ive spent 5 hours trying to fix my phone already today, I have the JDK installed. I open the eclipse thingy and when i try to open the SDK with eclipse it wont work either. Please somebody help with this
Click to expand...
Click to collapse
You don't need the SDK. You're not developing here
Sent from my Nexus 5 using Tapatalk < Yes, I want you to know that I'm using a mobile client
TWRP cant find any of the files on my USB-OTG
with the CMD, it gives me my device and its serial number and says recovery for
C:\adb devices
but for C:\fastboot devices
I get nothing.
Any ideas please?
osamarchie2000 said:
with the CMD, it gives me my device and its serial number and says recovery for
C:\adb devices
but for C:\fastboot devices
I get nothing.
Any ideas please?
Click to expand...
Click to collapse
Did you read my thread that I told you to read?
Sent from my Nexus 5 using Tapatalk < Yes, I want you to know that I'm using a mobile client
osamarchie2000 said:
with the CMD, it gives me my device and its serial number and says recovery for
C:\adb devices
but for C:\fastboot devices
I get nothing.
Any ideas please?
Click to expand...
Click to collapse
Here's a hint, read rootSU's sticky rollup and look for the 15 second fastboot adb installer.
Sent from my Nexus 5 using XDA Free mobile app
Very sorry, Ive just re-read what Im looking for
Appologies
thankyou all, phone is well and good and im on CM11.
Thanks guys, anyone who helped is the best

Ultra Hard Bricked OPO

Hey guys how are you?
Well a friend gave me an OPO that is really bricked.
Seems like it went to 0% of battery. I charged it to 100% but it does not boot. It stays in loop with the "cyanogen" logo
I tried every solution in every "hard brick resolution" thread.
Instaled ColorOS drivers, Samsung drivers, etc etc etc. nothing works, why? Well..
When i plug the phone on my computer, its recognized has MTP device. The "update driver" option is disabled. Its never recognized as qhsusb_bulk our adb or anything.
It does not seems to enter in fastboot mode ether, has i press vol up + power and it goes to the cyanogen logo again.
Im trying to do this recovery with an windows 10 64bit computer.
I tried to install qualcomm drivers also, but not compatible with my OS.
Not really sure what to do next..
I had the same issue. Tried VOLUME+DOWN multiple times until it worked and showed up as "QHSUSB_BULK" and then used the OnePlusRestoreTool to unbrick the phone.
Manually selected these drivers for Windows 10 64bit through the Device Manager here:
Qualcomm HS-USB QDLoader 9008 2.1.0.5
x86: http://download.windowsupdate.com/ms...af53d237ff.cab
x64: http://download.windowsupdate.com/ms...ac311facc0.cab <-------- this one if you are on 64bit Windows 10
http://forum.xda-developers.com/oneplus-one/general/tool-oneplusrecovery-tool-v1-0-restore-t2991851
Good luck.
hea9vy said:
I had the same issue. Tried VOLUME+DOWN multiple times until it worked and showed up as "QHSUSB_BULK" and then used the OnePlusRestoreTool to unbrick the phone.
Manually selected these drivers for Windows 10 64bit through the Device Manager here:
Qualcomm HS-USB QDLoader 9008 2.1.0.5
x86: http://download.windowsupdate.com/ms...af53d237ff.cab
x64: http://download.windowsupdate.com/ms...ac311facc0.cab <-------- this one if you are on 64bit Windows 10
http://forum.xda-developers.com/oneplus-one/general/tool-oneplusrecovery-tool-v1-0-restore-t2991851
Good luck.
Click to expand...
Click to collapse
Thank you! But the download links aren't working
cheveux_ said:
Thank you! But the download links aren't working
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=58145465&postcount=48
You can find them in the post above. :fingers-crossed:
hea9vy said:
http://forum.xda-developers.com/showpost.php?p=58145465&postcount=48
You can find them in the post above. :fingers-crossed:
Click to expand...
Click to collapse
yeah i searched and downloaded the x64 version of qualcomm
But i tried 20 something times to power on the mobile phone with vol up and no luck. still appears in the device manager as MTP device
Steps im taking:
1- Connect the phone with USB cable. Its starts charging.
2-let the screen go off then power + vol up. I let go power button has soon as the phone vibrates.
3-goes to cyanogen log and appears on the device manager as mtp usb device
tried that for 20 times
cheveux_ said:
yeah i searched and downloaded the x64 version of qualcomm
But i tried 20 something times to power on the mobile phone with vol up and no luck. still appears in the device manager as MTP device
Steps im taking:
1- Connect the phone with USB cable. Its starts charging.
2-let the screen go off then power + vol up. I let go power button has soon as the phone vibrates.
3-goes to cyanogen log and appears on the device manager as mtp usb device
tried that for 20 times
Click to expand...
Click to collapse
Try it on a native USB port, so try different ports. Or if you have access to more than one pc/laptop try it on different ones.
I had the same issue a couple of months ago on my wife's oneplus. Spent an hour on my laptop and no go. Fired up the desktop and worked first time.
cheveux_ said:
yeah i searched and downloaded the x64 version of qualcomm
But i tried 20 something times to power on the mobile phone with vol up and no luck. still appears in the device manager as MTP device
Steps im taking:
1- Connect the phone with USB cable. Its starts charging.
2-let the screen go off then power + vol up. I let go power button has soon as the phone vibrates.
3-goes to cyanogen log and appears on the device manager as mtp usb device
tried that for 20 times
Click to expand...
Click to collapse
Read the answers that people give you " Tried VOLUME+DOWN " , did you try that ?
Cholerabob said:
Read the answers that people give you " Tried VOLUME+DOWN " , did you try that ?
Click to expand...
Click to collapse
Yes. i Tried both :/
1st thing if it shows the cyanogen logo its not hard brick as per my knowledge.
Yes as suggested try different ports.
hea9vy said:
I had the same issue. Tried VOLUME+DOWN multiple times until it worked and showed up as "QHSUSB_BULK" and then used the OnePlusRestoreTool to unbrick the phone.
Manually selected these drivers for Windows 10 64bit through the Device Manager here:
Qualcomm HS-USB QDLoader 9008 2.1.0.5
x86: http://download.windowsupdate.com/ms...af53d237ff.cab
x64: http://download.windowsupdate.com/ms...ac311facc0.cab <-------- this one if you are on 64bit Windows 10
http://forum.xda-developers.com/oneplus-one/general/tool-oneplusrecovery-tool-v1-0-restore-t2991851
Good luck.
Click to expand...
Click to collapse
hi. my friend. will this work for a 100% bricked? the phone cannot even show anything on screen
Sent from my ONE A2003 using Xparent BlueTapatalk 2
https://m.youtube.com/watch?v=O2_x9SnJ1Ak
This guide helped me in getting my dead opo back....
sanjeev7 said:
https://m.youtube.com/watch?v=O2_x9SnJ1Ak
This guide helped me in getting my dead opo back....
Click to expand...
Click to collapse
not working for me.
my PC cannot detect my opo
Sent from my ONE A2003 using Xparent BlueTapatalk 2
Can you get to fastboot?
evertking said:
Can you get to fastboot?
Click to expand...
Click to collapse
no. 100%bricked. go see the YouTube link above my pervious post
Sent from my ONE A2003 using Xparent BlueTapatalk 2
thx. my opo is un bricked. but now back to the problem before I bricked it.
the phone baseband is unknown (no efs save)
and the opo keeps rebooting every few second. is there a way to fix it?
Sent from my ONE A2003 using Xparent BlueTapatalk 2
So still no luck.
I have no fastboot and no recovery.
Has i connect the cable, it starts to charge.
If i click vol up + power it goes to the cyanogen logo and stays there...forever..
The problem is it is always recognized has "mtp device". I'm using an windows xp installation now...
Send me a PM and I'll try to help you!
Jeffrey98 said:
Send me a PM and I'll try to help you!
Click to expand...
Click to collapse
I think i can't send you messages, so here it goes
Hey Jeffrey! Has you asked, here is the pm.
So, in advance, thanks for your help. font know if this can be solved but its nice having someone interested in helping.
So, what i have:
- An OPO that doesn't boot.
- When i press the power button, it shows the one plus logo, and then the cyanogen logo, staying there forever..
- When i press vol up + power, it does the exactly same thing, never entering fastboot
- When i press vol down + power, it does the same thing. never entering recovery
I've prepared an old notebook with windows xp to unbrick the opo. Its completly clean.
The phone is always recognized has mtp device. I've installed all drivers on the internet. ColorOS, samsung, qualcomm, etc etc, everything. nothing works has its never detected in msm8974 or anything.
what can i do?
Thanks in advance
This might help!
If nothing works email oneplus and request for a remote session i did that and they flashed the os, and ps. while doing that they will tell you to download some files and in that some will be password protected and after completing the process they will delete the file so that we cant use it. If possible, after installing drivers they will tell u to reboot the system and log in back but after rebooting just copy the file to another place and then log in back so they can continue the process. Those files may be helpful for a lot of people.I have attached screen shots. Never mind the first folder, the remaining zip files are to be downloaded and in that two are password protected.

LG Aristo SDK fastboot issues

Okay, so I'm currently trying to unlock my bootloader using SDK platform and the commands needed to unlock my bootloader. However my computer refuses to detect my device in fastboot mode, the same goes for my LGK7, I've uninstalled and reinstalled everything to no avail. Any help would be greatly appreciated.
Someone has to know something lol
I figured it out, if you can please delete this thread
Wow!
KyleBryant said:
I figured it out, if you can please delete this thread
Click to expand...
Click to collapse
IF you figured it out do you think mabye you could share some knowledge with the rest of us who are working timelessly trying to unlock our ****.....B==========D--:silly:
I went to my device manager on my PC and update every single usb driver
Hello guys i from indonesia, i bought LG aristo in USA 1 week ago. And my device has locked Local GSM Carrier some one help me please? I do not have paypal acount help me (
I'm not sure how to help you man.
KyleBryant said:
I went to my device manager on my PC and update every single usb driver
Click to expand...
Click to collapse
could you please share the drivers that need to be used? which sdk i cant get it to work using sdk 25 it won't see it my aristo
Yeah when I get near my computer I will, also I ended up using admin command prompt and adb.
KyleBryant said:
Yeah when I get near my computer I will, also I ended up using admin command prompt and adb.
Click to expand...
Click to collapse
thanks I really appreciate it ?
Sent from my LGLS676 using Tapatalk
I literally can't find the file I used or the link but when I do I'll post it.
Try using this https://forum.xda-developers.com/showthread.php?t=2588979
Solved for Windows 10
KyleBryant said:
Okay, so I'm currently trying to unlock my bootloader using SDK platform and the commands needed to unlock my bootloader. However my computer refuses to detect my device in fastboot mode, the same goes for my LGK7, I've uninstalled and reinstalled everything to no avail. Any help would be greatly appreciated.
Click to expand...
Click to collapse
WINDOWS 10 RESOLUTION
My LG was undetected in fastboot in spite of every ADB driver I downloaded. I resolved this by:
1. Uninstalling all downloaded LG driver software
2. Installing LG PC SUITE!
Run the suite and hit "connect". It'll then tell you that a driver is missing and give an option to "Reinstall driver" from within itself. Once you install from the PC suite, your device will be discovered in fastboot. I have finally rooted my aristo!
Please let us know.
KyleBryant said:
I figured it out, if you can please delete this thread
Click to expand...
Click to collapse
Hi!
Could you possibly tell me how you got the device to stay in fastboot recognition?
Courtney86shaw said:
Hi!
Could you possibly tell me how you got the device to stay in fastboot recognition?
Click to expand...
Click to collapse
It should automatically remain as a recognized device.
It'll only recognize the device as a fastboot device if it is in fastboot mode in the first place.

Categories

Resources