Cant use fastboot / bricked bootloader? - General Questions and Answers

Hi
My problem is that I can access fastboot on my phone (computer) I have tried in windows and as inserted in Linux. My phone is bricked, OS (CM-10) is not running and just dark screen in recovery mode. As you can see, i can access adb device and adb reboot to recovery, but not to fastboot that I will need to flash my phone (ZTE NUBIA Z5)
Help is very much appreciated THANKS!!!
[email protected] ~ $ adb devices
List of devices attached
NX40X recovery
[email protected] ~ $ fastboot devices
[email protected] ~ $ adb devices
List of devices attached
NX40X device
Basmand

Driver Missing!
USB Drivers Are Missing That's Why :fingers-crossed: DO Your Best!
Google For Drivers :victory:

Related

rebooting in into recovery or boot loader directly from ABD For beginners

Yeah so i wrote this guide back in 2012, it is probably very out of date, i did update some stuff but id probably look elsewhere if these are not working. you should get newer adb files anyhow, i post modern ones on my loggingkit package here Github , there are binaries for windows, linux and mac
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands
It is pretty easy
1-Download adb and install adb drivers for your phone
2-extract the files to your c directory in a folder named adb(make one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-do cd c:\adb
5-check for connectivity
adb devices
if your device is not listed, the drivers are not there
6-Finally, to reboot
For download mode (it varies from device to device)
adb reboot download (Samsungs)
or
adb reboot-bootloader ( HTC )
For Recovery Mode (it is mostly the same for most phones)
adb reboot recovery
thanks for reading.
Actually, the commands to reboot into bootloader are:
adb reboot-bootloader
or
adb reboot bootloader
Sent from my Desire S
I know thanks for replaying
BillGoss said:
Actually, the commands to reboot into bootloader are:
adb reboot-bootloader
or
adb reboot bootloader
Sent from my Desire S
Click to expand...
Click to collapse
I actually use the command ADB reboot-boot loader
but since reboot recovery won,t work like reboot-boot loader
i removed the slash so people can remember these commands easily
most of the roms are having this inbuilt now,
but those who dont have, its really good to use.. :good:
surinder.oberoi28 said:
most of the roms are having this inbuilt now,
but those who dont have, its really good to use.. :good:
Click to expand...
Click to collapse
you are right
these codes helped me alot
and i'm thinking if i can use the terminal emulator with these.
If yes then i can simply do a quickly reboot into recovery or bootloader using my Stock rom
Booting with Adb
ananjaser1211 said:
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands!!!!:victory::victory::victory:
It is pretty easy
1-Download adb and install adb drivers for your phone (iam using htc)
2-extract the files to your c directory in a folder named adb(creat one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-type in
cd c:\adb then click enter
5-type in
adb devices it will show the connected devices
it should be bunch of numbers
6-if you can,t see them it means adb drivers for your device are NOT INSTALLED
7-THEN FINALY IF YOU WANT TO REBOOT
Boot loader
type in
adb reboot boot loader
if you want recovery
type in
adb reboot recovery
thanks for reading :good:
If i actually helped you some how please kick the **** out of that thanks button :highfive:
Click to expand...
Click to collapse
Thanks for the help. This certainly worked for rebooting but unfortunately I need the menu to reset. It just stuck on the android logo again.
Thanks
Korimako
Ok so i tried installing CyanogenMod 10.1 on my HOX and i must have did something wrong coz it didnt boot the first time and i did backup it and recovery it but to no avail it still stuck on boot screen and restarts and stuck and restart and so on.. how can i access my phone when my pc cant even locate it? any help is greatly appreciated
Originally Posted by ananjaser1211
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands!!!!
It is pretty easy
1-Download adb and install adb drivers for your phone (iam using htc)
2-extract the files to your c directory in a folder named adb(creat one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-type in
cd c:\adb then click enter
5-type in
adb devices it will show the connected devices
it should be bunch of numbers
6-if you can,t see them it means adb drivers for your device are NOT INSTALLED
7-THEN FINALY IF YOU WANT TO REBOOT
Click to expand...
Click to collapse
also im stuck on 6 here coz adb drivers are not installed on my device, i didnt see a bunch of numbers
this is really helpfull. I managed to screw my phone with some bad recovery so now i can hardly get to the recovery..
ananjaser1211 said:
hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands!!!!:victory::victory::victory:
It is pretty easy
1-download adb and install adb drivers for your phone (iam using htc)
2-extract the files to your c directory in a folder named adb(creat one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-type in
cd c:\adb then click enter
5-type in
adb devices it will show the connected devices
it should be bunch of numbers
6-if you can,t see them it means adb drivers for your device are not installed
7-then finaly if you want to reboot
boot loader
type in
adb reboot boot loader
if you want recovery
type in
adb reboot recovery
thanks for reading :good:
If i actually helped you some how please kick the **** out of that thanks button :highfive:
Click to expand...
Click to collapse
how to exit recovery mode by adb commands ????
I think...
adb reboot
Should do it. Will someone confirm?
adb reboot recovery does not goes into recovery.
ananjaser1211 said:
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands!!!!:victory::victory::victory:
It is pretty easy
1-Download adb and install adb drivers for your phone (iam using htc)
2-extract the files to your c directory in a folder named adb(creat one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-type in
cd c:\adb then click enter
5-type in
adb devices it will show the connected devices
it should be bunch of numbers
6-if you can,t see them it means adb drivers for your device are NOT INSTALLED
7-THEN FINALY IF YOU WANT TO REBOOT
Boot loader
type in
adb reboot boot loader
if you want recovery
type in
adb reboot recovery
thanks for reading :good:
If i actually helped you some how please kick the **** out of that thanks button :highfive:
Click to expand...
Click to collapse
Hi, I tried adb reboot recovery and the phone rebooted, shows the boot screen twice and booted into normal mode. What did I miss out?
ananjaser1211 said:
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands!!!!:victory::victory::victory:
It is pretty easy
1-Download adb and install adb drivers for your phone (iam using htc)
2-extract the files to your c directory in a folder named adb(creat one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-type in
cd c:\adb then click enter
5-type in
adb devices it will show the connected devices
it should be bunch of numbers
6-if you can,t see them it means adb drivers for your device are NOT INSTALLED
7-THEN FINALY IF YOU WANT TO REBOOT
Boot loader
type in
adb reboot boot loader
if you want recovery
type in
adb reboot recovery
thanks for reading :good:
If i actually helped you some how please kick the **** out of that thanks button :highfive:
Click to expand...
Click to collapse
Sorry to let you know that "ADB" cmd have killed my samsung S5570i boot so plz "Pay Attention"
wahid2 said:
Sorry to let you know that "ADB" cmd have killed my samsung S5570i boot so plz "Pay Attention"
Click to expand...
Click to collapse
ouch!
that bad!!!
i guess this only works 100% for HTC devices
but it actually works with me on my android tablet to to reboot to recovery/bootloader
Hello i am having also problem. It shovs my device- bunch of numbers, and when i type adb boot recovery it goes only to the LG logo screen.
I would like to come to recovery mode to load new ROMon my LGoptimus 2x.
Can someone help me?
ADB worked for my S7500 !
Works !
Works perfectly on my Samsung Galaxy S4 mini (not rooted) ! Thanks !
Nice Tutorial
Thanks. Nice tutorial.
bro i tried this i was on the last step bro :'( it said "error:device not found" please somebody help
Thanks a lot, it is very useful as the combination button doesn't work anymore, thanks again !

Fastboot does not find device [Zync Z930 tablet]

Hi there,
I am trying to access my device (Zync Z930 tablet) in fastboot mode. Therefore I started it by pressing Vol Up + Power until blue light appears and connect it to the PC (running Lubuntu 64bit).
Verifying connectivity with lsusb results in:
Code:
[email protected]:/home/badday/Downloads# lsusb
(...)
Bus 002 Device 011: ID [B]1b3f[/B]:8300 Generalplus Technology Inc.
So the device seems to be present. I also added /etc/udev/rules.d/51-android.rules with
Code:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b3f", ATTRS{idProduct}=="8300", MODE="0666", OWNER="badday"
and made sure that rights are correct:
Code:
[email protected]:/home/badday/Downloads# chmod a+r /etc/udev/rules.d/51-android.rules
[email protected]:/home/badday/Downloads# service udev restart
However, fastboot does not find the device:
Code:
[email protected]:/home/badday/Downloads# ./fastboot devices
[email protected]:/home/badday/Downloads# ./fastboot -i 0x1b3f getvar VERSION
< waiting for device >
As you can see I am running it as root. When booted normally, device is recognized (of course with different vendor ID etc.) with adb and I can make it boot to recovery mode, but not to bootloader mode. Trying to do so will result in a normal reboot (from what I can see).
Anyone having some idea?
Thanks a lot,
badday
root
badday2 said:
Hi there,
I am trying to access my device (Zync Z930 tablet) in fastboot mode. Therefore I started it by pressing Vol Up + Power until blue light appears and connect it to the PC (running Lubuntu 64bit).
Verifying connectivity with lsusb results in:
Code:
[email protected]:/home/badday/Downloads# lsusb
(...)
Bus 002 Device 011: ID [B]1b3f[/B]:8300 Generalplus Technology Inc.
So the device seems to be present. I also added /etc/udev/rules.d/51-android.rules with
Code:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b3f", ATTRS{idProduct}=="8300", MODE="0666", OWNER="badday"
and made sure that rights are correct:
Code:
[email protected]:/home/badday/Downloads# chmod a+r /etc/udev/rules.d/51-android.rules
[email protected]:/home/badday/Downloads# service udev restart
However, fastboot does not find the device:
Code:
[email protected]:/home/badday/Downloads# ./fastboot devices
[email protected]:/home/badday/Downloads# ./fastboot -i 0x1b3f getvar VERSION
< waiting for device >
As you can see I am running it as root. When booted normally, device is recognized (of course with different vendor ID etc.) with adb and I can make it boot to recovery mode, but not to bootloader mode. Trying to do so will result in a normal reboot (from what I can see).
Anyone having some idea?
Thanks a lot,
badday
Click to expand...
Click to collapse
Hey can you please guide me how did you root this device? I am having the same and I need to root it. Thanks.
badday2 said:
Hi there,
I am trying to access my device (Zync Z930 tablet) in fastboot mode. Therefore I started it by pressing Vol Up + Power until blue light appears and connect it to the PC (running Lubuntu 64bit).
... [CUT FOR SPACE] ...
Thanks a lot,
badday
Click to expand...
Click to collapse
I have the exact problem badday has, but with the Ainol Novo7 Paladin. Any help will be appreciated in my corner as well!
Unable to root Zync z930
I have the same need to root the Zync z930 tab, currently there is nothing available on the internet to root this tab. If anyone of you manages to crack it please let me know, thanks!
---------- Post added at 08:27 PM ---------- Previous post was at 08:22 PM ----------
I have the same need to root the Zync z930 tab, currently there is nothing available on the internet to root this tab. If you managed to crack it please let me know, thanks!
To clarify things: I did not root my device so far.
Some additional information I found out:
Try to reboot in adb via "reboot-bootloader" results in normal startup. Furthermore, booting to fastboot mode (with vol-up-button down) with Micro-SD-Card inserted makes the device not to appear any more in lsusb.
Anyway, that made me having even less clues than more :crying:
This is cheap chinese phone with an equally defective android implementation. The battery just lasts about an hour, I am sick of it.
abdulmomin said:
This is cheap chinese phone with an equally defective android implementation. The battery just lasts about an hour, I am sick of it.
Click to expand...
Click to collapse
Anyone found any method to root z930?
I'm not sure for linux but I think you will have to download drivers ,,,,,,,I had to do this for my computer (running win 7) to read my phone in fast boot
I downloaded an app called driver tools and that fixed it ....hope this helps
Ps : It maybe that your running 64 bit Os
@abdulmomin, jaydeepkhalpada: Rooting thread can be found here: http://forum.xda-developers.com/showthread.php?t=2028740
@fredworxz: Yes, I use a 64bit OS. However, for GNU/Linux drivers should not be needed as adb runs out of the box (please correct me if I am wrong).
Resolved! - See my post! http://forum.xda-developers.com/showthread.php?t=2045173
I've not only installed JB in Z930 but also successfully ADB'd it to root it
Here:
http://forum.xda-developers.com/showthread.php?t=2045173
Actually I cannot install the driver which might be some problem as I use 64bit OS and have no 32bit available. Anyhow, according to the name scheme, there should also be a 64bit version included.
Apart from that I have also problems with this Chinese software, does it need adb drivers to be installed? Actually when I boot in this mode with vol-up-button, there appears absolutely nothing in the device manager.
Would be great if you could help me out as I need this tablet for some sort of NGO project.
Greetings from Delhi,
badday
This is not fastboot mode
as your trying to unlock fastboot ,but this is not fastboot mode
this is for flashing firmware through G+massprotection tool..
There is no fastboot mode in Z930..
but you can goto recovery menu by pressing
1st press & release Power button then press and hold vol+ button

[Q]Why does fastboot fail to detect my device?

I have Asus Fonepad 7 dual sim (Build ver. 5.5.1).
I want to root my device.
Code:
adb devices
recognizes my device properly.
Debugging mode is on.
Even device enters in fastboot mode by executing
Code:
adb reboot-bootloader
in terminal (I am using Ubuntu 14.04).
I have set up android rules in /etc/udev/rules.d/99-android.rules .
I've found out my vendor id and product id using
Code:
lsusb
(when the device is in fastboot mode). I've made corresponding entry in android rules file. But even that didn't help
I've tried
Code:
sudo fastboot devices
also. Every time I get nothing but a blank line.
Somebody please help!!
2ndGenCore_i5 said:
I have Asus Fonepad 7 dual sim (Build ver. 5.5.1).
I want to root my device.
Code:
adb devices
recognizes my device properly.
Debugging mode is on.
Even device enters in fastboot mode by executing
Code:
adb reboot-bootloader
in terminal (I am using Ubuntu 14.04).
I have set up android rules in /etc/udev/rules.d/99-android.rules .
I've found out my vendor id and product id using
Code:
lsusb
(when the device is in fastboot mode). I've made corresponding entry in android rules file. But even that didn't help
I've tried
Code:
sudo fastboot devices
also. Every time I get nothing but a blank line.
Somebody please help!!
Click to expand...
Click to collapse
This link solved my problem . It is a correct version of fastboot which works just fine for my device.

tf300t fastboot vs usb cable

My problem is my tablet is visible in normal mode on my pc. Bootloader 4.2.1, The Device is unlocked ok. adb devices: #serie ok, and adb reboot-bootloader function works. The tablet will reboot into fastboot mode, but I am unable to find a driver that works on my pc. I installed 1.97 pc asus sync, google sdk, minimal adb fasboot driver, all indicates error code 10
"fastboot devices" does not work. Rck is on and the icon does not flashes, the fastboot reboot feature is '' Waiting for device ". So if I disconnect and reconnect the USB cable, the tablet will restart on the OS...
Even tried with a live linux cd and still the same problem...
Note my usb cable has been replaced by a generic for my original cable had become unstable.
It can be the cause of my problem. Of course I tested with 2 cables? Factory reset and unlocke with v7 and v8 apk, and also an OEM recovery to latest firmware 10.6.1.27.5-20130902
I would like to set up a recovery to try others Roms,
Thanks for your help.
cyborg3691 said:
I would like to set up a recovery to try others Roms,
Click to expand...
Click to collapse
First of all, your boot loader must end with 27.5. Check it out when you are unsure before you do anything more.
Then try to flash Kang TWRP from your SD Card with Terminal Emulator using the following code:
dd if=/sdcard/ twrp_tf300t_kang_2.8.7.2.img of=/dev/block/mmcblk0p4
For more information have a look at Josh’s thread http://forum.xda-developers.com/transformer-tf300t/development/recovery-twrp-t3046479
For this soluce the tablet need to be root...
I have make this but not working, the terminal not see the file on sd card....
On terminal i see
[email protected]:/ $ su
[email protected]:/ # dd if=/sdcard/foo.img of=/dev/block/mmcblk0p4
/sdcard/foo.img cannot open for read: no such file or directory
1 [email protected]:/ #
help me
SOLUCE With another computer...
My problem was my computer z87 motherboard with incompatible usb port? I try front and rear usb ports,
with a generic usb cable, I have solutioned this problem, with a other old computer and minimal adb fastboot v. 1.3.1 with a netbook msi wind u100 runing xp and now, tf300t was detected in adb and fastboot mode the command devices works fine. I intall twrp and intall and try another rom.
Thanks for your help.

Android 10 ADB

Hey guys so question.
Is ADB broken with Android 10 at the moment? I updated through the installer.
Now when I get on fastboot mode and type fastboot devices, I see my phone poop up. But I can't see ADB devices it gives me a no devices found.
*ADB debugging is on
If I do ADB reboot bootloader while the phone is on, it works and it also gives me the device under list when I type it while the phone is on.
Any of you have seen this?
I'm trying to disable some apps through ADB but when the
Cj214 said:
Hey guys so question.
Is ADB broken with Android 10 at the moment? I updated through the installer.
Now when I get on fastboot mode and type fastboot devices, I see my phone poop up. But I can't see ADB devices it gives me a no devices found.
*ADB debugging is on
If I do ADB reboot bootloader while the phone is on, it works and it also gives me the device under list when I type it while the phone is on.
Any of you have seen this?
I'm trying to disable some apps through ADB but when the
Click to expand...
Click to collapse
You can't see the device while on fastboot mode of you type adb devices.
You need to make sure debugging is on in the developer preferences.
ADB appears to be working just fine for me.
When using adb make sure you have debugging enabled and grant the popup on screen
adb is not fastboot. You can use adb on twrp or booted system. Fastboot is on bootloader mode.
Also need to make sure that the proper USB drivers on the computer are installed/updated.
Cj214 said:
Hey guys so question.
Is ADB broken with Android 10 at the moment? I updated through the installer.
Now when I get on fastboot mode and type fastboot devices, I see my phone poop up. But I can't see ADB devices it gives me a no devices found.
*ADB debugging is on
If I do ADB reboot bootloader while the phone is on, it works and it also gives me the device under list when I type it while the phone is on.
Any of you have seen this?
Click to expand...
Click to collapse
This is working exactly as intended, and not exclusive to Android 10, but rather has been the case as long as I can remember (Jelly Bean? KitKat? Maybe much earlier?):
adb: Only works when booted to OS or in TWRP. Debugging required to be toggle on in phone settings. Does not work in bootloader-fastboot mode.
fastboot: Only works in bootloader-fastboot mode. Debugging is not required to be toggled on.
D:\OnePlus3\Fastboot>adb sideload stock7.zip
opening 'stock7.zip'...
connecting...
adb server version (40) doesn't match this client (39); killing...
* daemon started successfully *
falling back to older sideload method...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Thats what adb gives to me...
Bringer1 said:
D:\OnePlus3\Fastboot>adb sideload stock7.zip
opening 'stock7.zip'...
connecting...
adb server version (40) doesn't match this client (39); killing...
* daemon started successfully *
falling back to older sideload method...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Thats what adb gives to me...
Click to expand...
Click to collapse
Sounds like another adb server is still running. What does adb kill-server and then trying again do
a second adb server was running.
TNX
Can I mount system rw using adb enabled recovery img from the following link:
https://forum.xda-developers.com/7t-pro/development/recovery-oxygen-os-stock-recovery-adb-t3991865

Categories

Resources