How to install cwm with no USB debugging enabled? - General Questions and Answers

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
*

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

No recovery access, No bootloader Access, no root but has USB debug & adb

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?

unloking bootloader Realme 5

please
i need for important help
i want to unlock bootloader method for realme5 RMX1191
i used depth test app for unlock but app lot of crash
My problem was same. But i successfully downgrade to color os 6. I guess you can try it too.
Enable USB Debugging and Allow unlock boot loader option in USB debugging.
Connect your mobile with PC and use following Command.
adb reboot bootloader
fastbook flashing unlock
Check mobile for unlock option.
not working for realme ui

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