Hello,
I have a problem,
I would like to use fastboot commands, but impossible ....
the adb command "adb reboot bootloader" turn off my terminal but do not restart in fastboot
(my terminal is root, and the adb + adb shell + su commands work)
Do you have any ideas?
Related
I can run the initial ADB command via command prompt, but any other command like, kill-server, push, or devices causes my prompt to freeze up. My Thunderbolt is plugged in and is in charge mode. I am looking to root, but can not because it freezes on push command. Am I doing something wrong?
I'm a nube and trying to root my Coby Kyros MID 7036. I get as far as using the adb shell command: chmod 0755 rageagainstthecage-arm5.bin ./rageagainstthecage-arm5.bin. After that, it gets stuck at "adb connection will be reset. restart adb server on desktop and re-login." Then I close the elevated cmd, open a new one and restart the adb server. Typing in the same adb shell command, I get past "adb connection will be reset", but my device is marked as offline. I end up having to restart the device to get it online, but then I just repeat the process! What do I do?
ijmeurer said:
I'm a nube and trying to root my Coby Kyros MID 7036. I get as far as using the adb shell command: chmod 0755 rageagainstthecage-arm5.bin ./rageagainstthecage-arm5.bin. After that, it gets stuck at "adb connection will be reset. restart adb server on desktop and re-login." Then I close the elevated cmd, open a new one and restart the adb server. Typing in the same adb shell command, I get past "adb connection will be reset", but my device is marked as offline. I end up having to restart the device to get it online, but then I just repeat the process! What do I do?
Click to expand...
Click to collapse
Try this when it prompts you to restart the connection - don't close the terminal and use:
adb kill-server
adb start-server
and then try and continue.
There's more rooting info and a system dump if you get into serious trouble here: http://www.androidtablets.net/forum...ead-first-development-index-root-utility.html
So with my Verizon G3, when I enter ADB sideload in TWRP it disconnects the device from the shell.. If I cancel the sideload and do a 'adb devices' command it will show it connected, but as soon as I enter sideload, run the command again and there's nothing..
Anyone have a similar experience or solution? This is very annoying
Hi, I'm trying to learn to use adb/fastboot and here are a few random things I ran across I'd like to ask to understand better how it works.
Does adb work only when the phone's on and usb debugging also on or do some commands also work in other modes? Example: phone's off (Honor 6) and "adb devices" doesn't recognize it but all "adb reboot" commands work no problem, why?
Could some adb commands be blocked by the manufacturer? On another device (Prestigio), "adb reboot recovery" works but "adb reboot bootloader" doesn't do anything. Is there a way to safely stopping a running command?
Example: in the recovery mode, I accidentally started the adb sideload and the phone prompted me to enter the full path to the sideloaded file (in the PC terminal); trying to enter a non-existing path didn't do anything, the sideload screen on the phone was still there; holding the power button didn't help; removing the battery would probably do the trick but it's not removable so is there a safe way to stop the command? Maybe adb kill-server?
Hello Friends,
I have recently Purchased an Oppo F15, I have enabled developer mode, OEM Unlocked, and USB Debugging, with the latest adb drivers installed on my PC.
while I am running the command "adb devices" it returning with the device name I have connected i.e. Oppo F15 but when I am running the command "adb reboot fastboot", "adb reboot-bootloader", "adb reboot bootloader" the device reboots but not going to fastboot, it just reboots in normal mode.
Please help me if I am missing something in this. My device is running with Android version 9.
@Venomiest
Try this commands sequence
Code:
adb reboot
adb devices
adb reboot bootloader
fastboot devices
jwoegerbauer said:
@Venomiest
Try this commands sequence
Code:
adb reboot
adb devices
adb reboot bootloader
fastboot devices
Click to expand...
Click to collapse
Those are the proper commands
([emoji88]Havoc GSI[emoji88])
Venomiest said:
Hello Friends,
I have recently Purchased an Oppo F15, I have enabled developer mode, OEM Unlocked, and USB Debugging, with the latest adb drivers installed on my PC.
while I am running the command "adb devices" it returning with the device name I have connected i.e. Oppo F15 but when I am running the command "adb reboot fastboot", "adb reboot-bootloader", "adb reboot bootloader" the device reboots but not going to fastboot, it just reboots in normal mode.
Please help me if I am missing something in this. My device is running with Android version 9.
Click to expand...
Click to collapse
The bootloader is blocked by code combination. If you try to see more attentive you'll notice the tiny message on the black screen while rebooting.
Not Working
Alien object