I cannot find my HTC EVO 3D using fastboot. I just want to unlock my phone. I did following steps:
1. reboot into bootloader using:
Code:
adb reboot bootloader
2. use fastboot find device:
Code:
fastboot devices
or
Code:
sudo fastboot devices
3. nothing shows on the screen
At last, I am using Arch Linux. I can connect to my Nexus 5 with fastboot. It's nothing about my fastboot in my Android SDK.
Any help? Many thanks.
ADB Drivers
Try to reinstall your htc drivers and ADB Drivers
Related
Used ADB to unlock bootloader but now ADB can't "see" the phone in download mode
I have a Windows 7 PC and I used that with Android SDK to unlock the bootloader and that worked. Now (trying to install recovery) I can put the phone (5.1.1) in download mode and the PC registers the phone in Device Manager but ADB doesn't see it. I've changed nothing with the PC since unlocking the bootloader and I've confirmed USB debugging is enabled on the phone but the command 'adb devices' lists nothing below 'List of Devices Attached'. Has anyone heard of this? Any troubleshooting suggestions?
Try go to device manage and look for a device with a strange name using the Android ADB device driver, choose update and look for a driver for LGE ADB device instead.
I did t think think adb works in download mode, and it sure won't work in bootloader
If you are on lollipop then use fastboot to flash TWRP
fastboot flash recovery nameofrecovery.img
Sent from my LG-H901 using XDA-Developers mobile app
Ok, so here's my problem: I want to install twrp recovery on my z5c, the bootloader is unlocked and I can enter fastboot mode using the reboot bootloader adb command. But once I'm in fastboot mode and I enter fastboot devices, there is no response. I've downloaded the fastboot driver from the sony xperia site and placed it in my platform tools folder. Any ideas as to what might be the problem?
jonvdw said:
Ok, so here's my problem: I want to install twrp recovery on my z5c, the bootloader is unlocked and I can enter fastboot mode using the reboot bootloader adb command. But once I'm in fastboot mode and I enter fastboot devices, there is no response. I've downloaded the fastboot driver from the sony xperia site and placed it in my platform tools folder. Any ideas as to what might be the problem?
Click to expand...
Click to collapse
https://www.howtogeek.com/167723/ho...8.1-so-that-you-can-install-unsigned-drivers/
Then reinstall the flashtool drivers
if you get desperate, grab the sdk from google
I can use adb commands no problem, but with the phone being in fastboot, fastboot commands like
Code:
fastboot devices
don´t show anything.
I want to unlock the bootloader but I am stuck with
Code:
waiting for device
after the
Code:
fastboot flashing unlock
command.
Why is it that every time I try to follow a tutorial, I do the exact same things and it doesn´t work for me?
Anyways, I installed all drivers from here and Device Manager shows an Android ADB Interface with a yellow triangle when I connect my phone in fastboot mode.
I would like to install Android 11 or 10 on wiko wim lite, can you show me how to do it please?
notsmartphone said:
I would like to install Android 11 or 10 on wiko wim lite, can you show me how to do it please?
Click to expand...
Click to collapse
If
OEM unlock
Bootloader unlock
are sucessfully performed, then you flash an update/upgrade of Android OS via ADB
Code:
adb reboot recovery
adb sideload <FIRMWARE.ZIP>
jwoegerbauer said:
If
OEM unlock
Bootloader unlock
are sucessfully performed, then you flash an update/upgrade of Android OS via ADB
Code:
adb reboot recovery
adb sideload <FIRMWARE.ZIP>
Click to expand...
Click to collapse
KarlaPatton said:
I only prefer to use android 10 because of the great features it offers.
Click to expand...
Click to collapse
Thank you Karla and jwoegerbauer
now i can try upgrade to android 10 ,
then I'll try to update it tonight, because this phone need a change ,
if I understand correctly through the developer options I can unlock it , not software need , and then download adb for computer and connect the phone , but I don't have to download anything ? no rom ? does it update automatically ? if you have to upload some files, can you give me the link please there are too many files around the net ? thank you
@notsmartphone
Those are the steps
Find in Internet Android version that's suitable to your phone - FYI: I do NOT search for it - and download it onto PC
In phone's Developer options turn on OEM unlock and USB debugging and re-boot phone
On PC download and install ADB & Fastboot driver matching your phone from OEM's/Carrier's website.
Connect phone and computer by USB-cable what you got with phone.
Check connection
Code:
adb devices
Reboot phone into the bootloader
Code:
adb reboot bootloader
Check you can connect
Code:
fastboot devices
Unlock Android's bootloader
Code:
fastboot oem unlock
Reboot phone
Code:
fastboot reboot
Check unlock status
Code:
fastboot unlock-info
Reboot phone
Code:
fastboot reboot
Check connection
Code:
adb devices
Flash the downloaded Android firmware
Code:
adb sideload <FIRMWARE.ZIP>
Reboot phone
Code:
adb reboot
Happy flashing!
jwoegerbauer said:
If
OEM unlock
Bootloader unlock
are sucessfully performed, then you flash an update/upgrade of Android OS via ADB
Code:
adb reboot recovery
adb sideload <FIRMWARE.ZIP>
Click to expand...
Click to collapse
jwoegerbauer said:
@notsmartphone
Those are the steps
Find in Internet Android version that's suitable to your phone - FYI: I do NOT search for it - and download it onto PC
In phone's Developer options turn on OEM unlock and USB debugging and re-boot phone
On PC download and install ADB & Fastboot driver matching your phone from OEM's/Carrier's website.
Connect phone and computer by USB-cable what you got with phone.
Check connection
Code:
adb devices
Reboot phone into the bootloader
Code:
adb reboot bootloader
Check you can connect
Code:
fastboot devices
Unlock Android's bootloader
Code:
fastboot oem unlock
Reboot phone
Code:
fastboot reboot
Check unlock status
Code:
fastboot unlock-info
Reboot phone
Code:
fastboot reboot
Check connection
Code:
adb devices
Flash the downloaded Android firmware
Code:
adb sideload <FIRMWARE.ZIP>
Reboot phone
Code:
adb reboot
Happy flashing!
Click to expand...
Click to collapse
ok ) thanks
thanks for taking your time ,
the only thing guys, the reason why I contacted you is that I'm not in a position to find a version for the wiko wim lite, I don't really know which version to install and where to find it. I can't find anything, the only site that promised to download a version for this phone was fraudulent and installed dozens of programs on the computer, I had to do a system restore.
the alternative is to leave it as it is, but it doesn't work well with this software . android nougat 7.1
Non esiste rom per questo smartphone!
Just added some interesting device-related resources for this build request...
Hey all, I just got a G90 Pro that I want to put a ROM on, but something is up with the fastboot. I have the drivers installed according to what I found online, but when I go to fastboot there is no response from the cmd inputs. Nothing even shows up when I check fastboot devices. Has anyone had luck with these phones? I can't even unlock the bootloader!
If not already done yet, install the suitable BLUE USB Driver for Android:
Download BLU USB Driver for Windows (Latest Driver)
Download the latest and original BLU USB Driver to connect any BLU Smartphone and Tablets to the Windows Computer quickly.
androidmtk.com
jwoegerbauer said:
If not already done yet, install the suitable BLUE USB Driver for Android:
Download BLU USB Driver for Windows (Latest Driver)
Download the latest and original BLU USB Driver to connect any BLU Smartphone and Tablets to the Windows Computer quickly.
androidmtk.com
Click to expand...
Click to collapse
I have done this, but did it again just to be sure, and device manager recognizes the G90 Pro under USB devices, and ADB finds it, but when I do the 'adb reboot bootloader' the fastboot mode text is on the bottom, yet fastboot commands don't do anything, not even 'fastboot devices'.
Edit: Fastboot devices is recognized in fastbootd, but not regular fastboot, yet the other commands don't work.
In your case fastboot is located in Android's user-space, hence you run this command sequence
Code:
adb devices
adb reboot fastboot
fastboot reboot fastboot
fastboot <YOUR-COMMAND-HERE>
fastboot reboot
jwoegerbauer said:
In your case fastboot is located in Android's user-space, hence you run this command sequence
Code:
adb devices
adb reboot fastboot
fastboot reboot fastboot
fastboot <YOUR-COMMAND-HERE>
fastboot reboot
Click to expand...
Click to collapse
Fastboot reboot fastboot just brings up the fastboot command list. Assuming it's expecting me to try reboot bootloader.
That's really weird because your phone is running Android 10.
My info in settings definitely confirms that. Nothing seems to be working as expected though.
jwoegerbauer said:
That's really weird because your phone is running Android 10.
Click to expand...
Click to collapse
Is there any other possible solution? I still can't get fastboot commands to work after rebooting to fastboot mode from fastbootd.