No recovery access, No bootloader Access, no root but has USB debug & adb - General Questions and Answers

No bootloader access, no recovery access, no root access.
Has USB debug and adb.
The phone stucks on booting screen.
And the ROM is giving problems.
How to clean wipe?

Related

Bootlooping, Recovery Corrupted, Cant enable USB Debugging am I screwed?

After messing around with my shield last night and not being able to get root access on cm12. I tried to reinstall one of the ota updates from a while back. Now I am bootlooping and when I try to boot into CWM it looks to be corrupted and doesn't load. I cant use ADB because usb debugging is no longer active. Does anybody have any suggestions to re-install recovery or somehow enable debugging or am I dead in the water here? Any help would be greatly appreciated
Is your bootloader unlocked?
Can you get into fastboot mode?
HW method:
Turn off the device
Press and hold "Back"+"Home"+"SHIELD" buttons till device boots
Click to expand...
Click to collapse
If you can get into fastboot mode and your bootloader is unlocked, you can use a command like "fastboot boot recovery.img" to have the device boot a recovery.img from your computer without flashing anything.
If you can get into fastboot mode, but your bootloader isn't unlocked you could try unlocking your bootloader, but this will wipe your data - so only try this if you don't have anything important saved. The command is "fastboot oem unlock".
~Troop
The bootloader is unlocked Whenever I try fastboot mode the device is not recognized because USB debugging is disabled .
Update: Fixed

How to install cwm with no USB debugging enabled?

I don't have access to in phone settings
I don't have root
I don't have boot loader unlocked
I can sideload with Adb !
Please can some one help me get my handeset back working
*

Need to install TWRP without PC and root

My SM-J701F won't connect to PC through USB, but I can unlock its bootloader from Dev Options in the phone's Settings menu.
Is there a way to flash it without a PC? (The phone's Knox counter is blown, but it is NOT rooted)

Help

I recently deleted my stock rom and twrp off of my rooted asus 4max. I cant get adb to detect my device cause I'm stuck on the bootloader and fastboot options and cant access developer options to revoke usb debugging authorizations please if anyone can help.
boot into bootloader, flash recovery, ex. fastboot flash recovery recovery.img, after that boot into recovery and flash update package for your phone.

Unbrick Pixel 2 with locked bootloader

Hello, I have a vanilla Pixel 2 which corrupted itself and will not boot. It boots to recovery mode, but Bootloader is locked. I have not done a factory reset, and am attempting to recover the files. Fastboot mode works but will not allow temporary boot or unlocking of bootloader. I can access adb but only in sideload mode. OTA images successfully sideload but it still will not boot... After hours of scouring google I'm stumped. Any thoughts or suggestions welcome.
Hint: Add Pixel 2 to this thread's title thus mainly owners of such a phone get addressed.
jm001 said:
Hello, I have a vanilla Pixel 2 which corrupted itself and will not boot. It boots to recovery mode, but Bootloader is locked. I have not done a factory reset, and am attempting to recover the files. Fastboot mode works but will not allow temporary boot or unlocking of bootloader. I can access adb but only in sideload mode. OTA images successfully sideload but it still will not boot... After hours of scouring google I'm stumped. Any thoughts or suggestions welcome.
Click to expand...
Click to collapse
I see that u want to keep your files but sorry to say this but your gonna have to do a factory reset because their is no other way to fix this
To do this boot into recovery mode and perform a factory reset
If u can't boot into recovery mode u probably have to unlock bootloader than install twrp
But that's probably only gonna work if u enabled oem unlock and enabled usb debugger before your device got bricked
Because if u try to unlock the bootloader with oem unlock and usb debugger disenable your gonna receive error when trying to unlock bootloader
Try to start in recovery mode. Otherwise only restore is the option.
You can start mobile in fastboot mode. You can back up mobile.
adb backup -all
jm001 said:
Hello, I have a vanilla Pixel 2 which corrupted itself and will not boot. It boots to recovery mode, but Bootloader is locked. I have not done a factory reset, and am attempting to recover the files. Fastboot mode works but will not allow temporary boot or unlocking of bootloader. I can access adb but only in sideload mode. OTA images successfully sideload but it still will not boot... After hours of scouring google I'm stumped. Any thoughts or suggestions welcome.
Click to expand...
Click to collapse
On Android-side bootloader initializes ADB and mounts partitions. Hence check whether phone is accessible via ADB:
Code:
adb reboot
adb devices
If it is, and partitions got mounted, then you can fetch the user-data you are interested in by means of adb pull method.

Categories

Resources