Folks,
My laptop does not load adb drivers successfully...anyone help ?
Did u enabled usb debugging
Sorted...issue with laptop...tried other and its done...
tharmor said:
Folks,
My laptop does not load adb drivers successfully...anyone help ?
Click to expand...
Click to collapse
Why are you trying to install twrp with adb. Use fastboot flash mode
Do you have root? I use Flashify for TWRP
No guys...i have still not rooted....is there any simple method or it has to be thru adb ?
Related
Ok, so I was flashing a rom with TWRP.... somehow I deleted my whole internal storage...... So I can access TWRP and fastboot it shows up on my pc win7 but it will not adb. My nexus works just fine. I tried pdanet and naked drivers but no dice. What am I doing wrong?
Thanks,
Danny
i am also have the same problem, please help!
Danny80y said:
Ok, so I was flashing a rom with TWRP.... somehow I deleted my whole internal storage...... So I can access TWRP and fastboot it shows up on my pc win7 but it will not adb. My nexus works just fine. I tried pdanet and naked drivers but no dice. What am I doing wrong?
Thanks,
Danny
Click to expand...
Click to collapse
got to the folder you have adb.exe in, press and hold shift, rightclick and select open command prompt here, then type adb devices if your tab shows up you have adb. Put rom in same directory (folder) as adb.exe. do adb push /name of rom/ sdcard after that you "should" be able to install rom alternately, if you have an external sd card, load rom on card, latest twrp can use external sdcards....
Ok, can't get adb to pickup the tablet in recovery or fastboot. If its just trying to boot it shows up in adb... but when I try to push anything it fails. I think I am on the latest twrp but its not seeing the external sd.
Danny80y said:
Ok, can't get adb to pickup the tablet in recovery or fastboot. If its just trying to boot it shows up in adb... but when I try to push anything it fails. I think I am on the latest twrp but its not seeing the external sd.
Click to expand...
Click to collapse
So when the tab is connected to the pc and it is in recovery, does it show up correctly in device manager?
Gage_Hero said:
So when the tab is connected to the pc and it is in recovery, does it show up correctly in device manager?
Click to expand...
Click to collapse
Yes, It says transformer prime in device manager when its in bootloader and twrp but I cant get adb to see it unless its trying to boot.
Danny80y said:
Yes, It says transformer prime in device manager when its in bootloader and twrp but I cant get adb to see it unless its trying to boot.
Click to expand...
Click to collapse
You have to be running twrp when you are trying to adb... I don't think you can adb while android is running though I have never tried it.
Ok, so adb would not work in recovery at all with twrp 2.0. I could acess fastboot so i just flashed the latest twrp recovery. Once that was done I just mounted the sd card and tada..... I don't know whats up with adb but its a problem if your not running the latest twrp. Just scraped by this time...thank god recovery can now mount sd cards......
Hey guys,
I can't get adb shell whenever I'm in recovery. I followed this guide to get root http://forum.xda-developers.com/showthread.php?t=1996389 however when I'm in recovery adb doesn't detect the device. I'm using linux and the latest sdk from google. Whenever the device is powered up normally, I have no issues... just when in recovery.
Any ideas?
thank you
latebeat said:
Hey guys,
I can't get adb shell whenever I'm in recovery. I followed this guide to get root http://forum.xda-developers.com/showthread.php?t=1996389 however when I'm in recovery adb doesn't detect the device. I'm using linux and the latest sdk from google. Whenever the device is powered up normally, I have no issues... just when in recovery.
Any ideas?
thank you
Click to expand...
Click to collapse
Well what recovery are you using? and what version
latebeat said:
Hey guys,
I can't get adb shell whenever I'm in recovery. I followed this guide to get root http://forum.xda-developers.com/showthread.php?t=1996389 however when I'm in recovery adb doesn't detect the device. I'm using linux and the latest sdk from google. Whenever the device is powered up normally, I have no issues... just when in recovery.
Any ideas?
thank you
Click to expand...
Click to collapse
When I was having that trouble, I disconnected my phone from the computer and reboot it and rebooting, I made sure I had Developer Options turned on before I connected to the computer and it worked for me. Hopefully it helps for you
I'm using ClockworkMod Recovery v6.0.2.7 Touch & Classic from here: http://forum.xda-developers.com/showthread.php?t=2051547
I can't reboot my computer right now but I'll check whenever I reboot again. That shouldn't be an issue though right? It's not like I'm in windows where I need to reboot cause of a new driver.
Just go into your device manager to make sure it is either installed correctly or even showing up. i won't be able to help until next week to make sure my adb works.
Sent from my ADR6425LVW using Tapatalk 2
Unofficial Clockworkmod Recovery version 6.0.4.4 for the Nexus 5
Current Build Not Booting I Will be Looking into a Solution. Thank you to everyone who has tested these!
Nexus 5 Stock Recovery Image
Downloads
Click to expand...
Click to collapse
Flashing Instructions
1. Download the above file.
2. Move the downloaded recovery file into the directory where you have ADB and Fastboot setup on your computer.
3. Navigate into the directory where you have ADB and Fastboot setup on your computer and run the following commands from the command prompt on your computer:
Code:
adb reboot bootloader
fastboot flash recovery hammerhead-cwm-6.0.4.4-unofficial.img
Congratulations you now have Clockworkmod Recovery running on your Nexus 5.
Credits: Koush for developing Clockworkmod Recovery
Cyanogenmod Team for their development of Clockworkmod Recovery
F.A.Q
Q. Is this the touch version of Clockworkmod Recovery?
A. No, this is the non-touch version of Clockworkmod Recovery once any bugs have been worked out and the non-touch has been properly tested I will look into compiling a touch version unless an official version of Clockworkmod for the Nexus 5 is released.
Click to expand...
Click to collapse
Perfect, thanks
Awesome! Thanks!
Here we go.. awesome!
That was fast. :good:
That was quick, Wow!
Great! ))
wow, great!
Gesendet von meinem GT-I9100 mit Tapatalk
Thank you for your work :good:
Let the flashing begin!!!
Thanks man
Silly stupid noob question:
How to install it?
I dont understand how to do it xD
nad4321 said:
Silly stupid noob question:
How to install it?
I dont understand how to do it xD
Click to expand...
Click to collapse
You have to boot into fastboot mode to install this custom recovery on your device. Do you have fastboot and ADB setup on your computer and the device drivers installer for the Nexus 5? If you don't have fastboot and ADB setup on your computer I would recommend taking a look at this simple fastboot and ADB installer . Once you have fastboot and adb setup, and the device drivers installed follow the following steps:
1. Download this file.
2. Move the downloaded recovery file into the directory where you have ADB and Fastboot setup on your computer.
3. Navigate into the directory where you have ADB and Fastboot setup on your computer and run the following commands from the command prompt on your computer:
Code:
adb reboot bootloader
fastboot flash recovery hammerhead-cwm-6.0.4.4-unofficial.img
After following this procedure you will then have Clockworkmod Recovery installed on your device. Let me know if you still have questions.
And make sure you
Code:
fastboot oem unlock
first!
I installed the recovery via fastboot.
When i try to boot into recovery i'm stuck at google screen.
I'm able to reboot the device.
Whats wrong?
Birba said:
I installed the recovery via fastboot.
When i try to boot into recovery i'm stuck at google screen.
I'm able to reboot the device.
Whats wrong?
Click to expand...
Click to collapse
Thats happening to me also.
Birba said:
I installed the recovery via fastboot.
When i try to boot into recovery i'm stuck at google screen.
I'm able to reboot the device.
Whats wrong?
Click to expand...
Click to collapse
Batfink33 said:
Thats happening to me also.
Click to expand...
Click to collapse
Are you too able to access recovery all? But you can reboot the device and still get into the bootloader for fastboot mode correct?
shimp208 said:
Are you too able to access recovery all? But you can reboot the device and still get into the bootloader for fastboot mode correct?
Click to expand...
Click to collapse
I can get into the bootloader,and flash the recovery but if i restart into recovery it sits at the Google screen. I then have to press the power button and restart the whole phone, Ive also tried booting into recovery using quickboot but again it sits at the Google screen.
sorry if this is a stupid question, but how do i boot into CWM? I have installed it correctly
shimp208 said:
You have to boot into fastboot mode to install this custom recovery on your device. Do you have fastboot and ADB setup on your computer and the device drivers installer for the Nexus 5? If you don't have fastboot and ADB setup on your computer I would recommend taking a look at this simple fastboot and ADB installer . Once you have fastboot and adb setup, and the device drivers installed follow the following steps:
1. Download this file.
2. Move the downloaded recovery file into the directory where you have ADB and Fastboot setup on your computer.
3. Navigate into the directory where you have ADB and Fastboot setup on your computer and run the following commands from the command prompt on your computer:
Code:
adb reboot bootloader
fastboot flash recovery hammerhead-cwm-6.0.4.4-unofficial.img
After following this procedure you will then have Clockworkmod Recovery installed on your device. Let me know if you still have questions.
Click to expand...
Click to collapse
Do i first have to root it? Or does it do it automatically?
Would my data be deleted too?
Batfink33 said:
I can get into the bootloader,and flash the recovery but if i restart into recovery it sits at the Google screen. I then have to press the power button and restart the whole phone, Ive also tried booting into recovery using quickboot but again it sits at the Google screen.
Click to expand...
Click to collapse
Interesting I'm curious to know if the TWRP build I posted does the same any hints from dmesg or last_kmsg would also be beneficial, is it possible for you use Android Debug Monitor (DDMS and Monitor in Android SDK tools folder if you have the sdk installed) and upload a log?
Okay so here is propably another noob question: On my HTC Sensation I had 4ext as recovery. What are the differences between this and 4ext or TWRP? Is there a thread somewhere I couldn't find!?
My z ultra has no recovery and it bootlooped.
trying fastbooting a kernel , the command prompt stuck on waiting for device.
Any idea to recover from this problem?
Sincerely
8-Incher
8-incher_note_n5100 said:
My z ultra has no recovery and it bootlooped.
trying fastbooting a kernel , the command prompt stuck on waiting for device.
Any idea to recover from this problem?
Sincerely
8-Incher
Click to expand...
Click to collapse
install fastboot drivers and look if drivers are loaded correctly in windows device manager when you connect your phone with your pc
MusterMaxMueller said:
install fastboot drivers and look if drivers are loaded correctly in windows device manager when you connect your phone with your pc
Click to expand...
Click to collapse
It detect as S1boot fastboot , I guess?
8-incher_note_n5100 said:
My z ultra has no recovery and it bootlooped.
trying fastbooting a kernel , the command prompt stuck on waiting for device.
Any idea to recover from this problem?
Sincerely
8-Incher
Click to expand...
Click to collapse
Flash a stock ftf with flashtool and reroot install recovery I had to do it today. If you're on windows 8+ you have to disable driver signature enforcement.
question-related
RealityFails said:
Flash a stock ftf with flashtool and reroot install recovery I had to do it today. If you're on windows 8+ you have to disable driver signature enforcement.
Click to expand...
Click to collapse
is it fine , if i just hotboot a custom kernel that has built-in recovery(example ZU doomkernel)
8-incher_note_n5100 said:
is it fine , if i just hotboot a custom kernel that has built-in recovery(example ZU doomkernel)
Click to expand...
Click to collapse
How do you hot boot
RealityFails said:
How do you hot boot
Click to expand...
Click to collapse
Flashtool has the option or through adb you use command boot boot img instead of flash boot img. It boots it only one time then reverts back to original one on next reboot.
I can't seem to unlock bootloader on mi a3 on android 10 i get a lot of things on the powershell but nothing happens on the device.
Thank you in advance
Which commands do you use? Locking and unlocking the bootloader should have nothing to do with the version of Android you have installed
TheVow said:
I can't seem to unlock bootloader on mi a3 on android 10 i get a lot of things on the powershell but nothing happens on the device.
Thank you in advance
Click to expand...
Click to collapse
I keep getting commands in the power shell like
Press w for
Press E for
Etc
TheVow said:
I keep getting commands in the power shell like
Press w for
Press E for
Etc
Click to expand...
Click to collapse
Probably you installed an old version of the adb/fastboot drivers.
Download the sdk from here https://developer.android.com/studio/releases/platform-tools and extract the files in the adb folder in the volume (C
Phil_gloves said:
Probably you installed an old version of the adb/fastboot drivers.
Download the sdk from here https://developer.android.com/studio/releases/platform-tools and extract the files in the adb folder in the volume (C
Click to expand...
Click to collapse
well i did this but the same results
Here is what it looks like.
https://imgur.com/a/6x33Qfq
TheVow said:
well i did this but the same results
Here is what it looks like.
https://imgur.com/a/6x33Qfq
Click to expand...
Click to collapse
You are still using old version of fastboot. Either search&replace fastboot.exe in all locations on your hard drive, or remove fastboot folder from Windows PATHS.
_mysiak_ said:
You are still using old version of fastboot. Either search&replace fastboot.exe in all locations on your hard drive, or remove fastboot folder from Windows PATHS.
Click to expand...
Click to collapse
Thank you that Worked ! but now when i flash twrp and try to boot to it it always boots to fastboot. anyidea how to force twrp boot even tho i keep pressing Vol up when i try to boot to it.
thank you in advance
TheVow said:
Thank you that Worked ! but now when i flash twrp and try to boot to it it always boots to fastboot. anyidea how to force twrp boot even tho i keep pressing Vol up when i try to boot to it.
thank you in advance
Click to expand...
Click to collapse
Use the proper twrp built for Android 10 from here https://forum.xda-developers.com/mi...y-unoffical-twrp-xiaomi-mi-a3-t3987759/page16
The twrp.img you used only works on Android 9.
Twrp.zip will work on any Android version so once you flash the correct .img then you can reboot recovery and if you want install twrp by flashing twrp.zip
garylawwd said:
Use the proper twrp built for Android 10 from here https://forum.xda-developers.com/mi...y-unoffical-twrp-xiaomi-mi-a3-t3987759/page16
The twrp.img you used only works on Android 9.
Twrp.zip will work on any Android version so once you flash the correct .img then you can reboot recovery and if you want install twrp by flashing twrp.zip
Click to expand...
Click to collapse
Thank you this worked! time to install custom roms
To unlock bootloader of Mi A3
What are all the softwares we need for Windows 8.1??? I tried one mi flashing tool softwere but when I tried command 'fastboot devices:,, pc is not detecting my phone
You will need mi usb drivers for detecting your phone in fastboot mode
aslamzbr said:
What are all the softwares we need for Windows 8.1??? I tried one mi flashing tool softwere but when I tried command 'fastboot devices:,, pc is not detecting my phone
Click to expand...
Click to collapse
Use this
https://androidfilehost.com/?fid=24269982087012538