[S-ON] Root .. - HTC ChaCha

I have UNLOCKED boatloader but S-On
i searched the whole forum to find a way to gain root without s-off , but I didn't find
I tried to flash CWM but it didn't work .. what should I do ???

http://forum.xda-developers.com/showthread.php?t=1452173to
This definitely works. Tested it myself.
Here is the link for recovery used to flash through fastboot: link
Extract recovery.img, put it in a folder where your fastboot tools are, connect your phone to pc in fastboot mode, open cmd, navigate to the folder where your recovery.img is and then execute this command: fastboot flash recovery recovery.img
After that, reboot into recovery and flash su-2.3.6.1-ef-signed.zip from the recovery (install from sd card option).
That's it.
Regards

Related

[Q] how to flash boot.img from adb ??

hi guys. i want to know how to flash boot.img from adb for dsire s with hboot 2.00.0002.
i unlock this device with htc site , and then root it and flash a custom rom from recovery. as you know now i must flash boot.img from the rom with adb.
how i do this ??
with witch command ???
Use fastboot ;-)
Root folder in cmd
-> cd c:/FolderWhereBoot.imgAndFastbootIs
-> fastboot flash boot.img
For more information about fastboot and using it thread is here
use the command for fastboot
contact me in that thread if something is wrong
http://forum.xda-developers.com/showthread.php?t=1590800

Odin

can i flash custom roms to my nexus I9023 using odin?
if i lost the recovery what should i do?
please help.
You can't use Odin with a Nexus S. Reflash your recovery using fastboot.
nexussgeek said:
can i flash custom roms to my nexus I9023 using odin?
if i lost the recovery what should i do?
please help.
Click to expand...
Click to collapse
Fastboot is much better then ODIN - If you loose access to recovery, you'd still be able to access fastboot/adb and then you can easily flash custom recovery using adb.If you have lost recovery then install pdanet on your computer.(It will also install Nexus S USB Drivers) then put your phone into fastboot mode by holding down both Volume Up and Power buttons together. When you are in fastboot mode connect your phone to your PC using USB cable.Download ADB and recovery you want to flash put it in your C:/recovery (Put adb and recovery image in this folder)
Then open cmd and type
1)CD C:/recovery
2)fastboot flash recovery recoveryname.img (replace recoveryname with actual file name of the recovery image).
2nd command will flash recovery to your phone and then you'd be able to access recovery.
Wow, you learn something every day. Never heard of anyone doing that before.
Thanks
Android-Junky said:
Fastboot is much better then ODIN - If you loose access to recovery, you'd still be able to access fastboot/adb and then you can easily flash custom recovery using adb.If you have lost recovery then install pdanet on your computer.(It will also install Nexus S USB Drivers) then put your phone into fastboot mode by holding down both Volume Up and Power buttons together. When you are in fastboot mode connect your phone to your PC using USB cable.Download ADB and recovery you want to flash put it in your C:/recovery (Put adb and recovery image in this folder)
Then open cmd and type
1)CD C:/recovery
2)fastboot flash recovery recoveryname.img (replace recoveryname with actual file name of the recovery image).
2nd command will flash recovery to your phone and then you'd be able to access recovery.
Click to expand...
Click to collapse
thanks

[Please help] help me to unbrick my phone

I have bricked my phone (Samsung galaxy fit). is there any way I can unbrick my phone. It is rooted but there no custom recovery installed on it. Please help!
Search for cwm recovery.img for your samsung galaxy fit.
Download it.
Search for android multi tool (u just need fastboot, if u have fastboot already installed on your computer, no need of this)
Copy recovery.img to fastboot folder.
Boot your phone to fastboot mode.
Open command prompt in fastboot.
Enter this code
Code:
fastboot flash recovery recovery.img
Now you will hav cwm recovery.
Copy stock/custom rom to your sd card via card reader.
And then flash with cwm.
Hit thanks.
a-ssassi-n said:
Search for cwm recovery.img for your samsung galaxy fit.
Download it.
Search for android multi tool (u just need fastboot, if u have fastboot already installed on your computer, no need of this)
Copy recovery.img to fastboot folder.
Boot your phone to fastboot mode.
Open command prompt in fastboot.
Enter this code
Code:
fastboot flash recovery recovery.img
Now you will hav cwm recovery.
Copy stock/custom rom to your sd card via card reader.
And then flash with cwm.
Hit thanks.
Click to expand...
Click to collapse
its hard bricked.. Not rebooting
skumar9296 said:
its hard bricked.. Not rebooting
Click to expand...
Click to collapse
you are not able to boot in fastboot mode?
a-ssassi-n said:
you are not able to boot in fastboot mode?
Click to expand...
Click to collapse
not starting nothing happening
can anyone help me

{GUIDE} HONOR 8 relock bootloader // back to stock / HARD BRICKED//VIDEO TUTORIAL

In this thread u can find "HOW TO COMPLETLY RELOCK DEVICE" / UNBRICK TUTORIAL
" ADB COMMAND METHOD":
In this method You can find how to unbrick device
If your device is only capable to access fastboot mode only
1.Find your stock firmware HERE
2.DOWNLOAD HuaweiUpdate extrator below in download section
3.open HuaweiUpdateExtractor select the update.app which was extracted from firmware zip
4.then extract the following files :::
1.boot .img
2.cust.img
3.recovery.img
4.system.img
Then boot your device into fastboot ,open adb command then flash
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash recovery recovery.img
fastboot flash system system.img
6. fastboot reboot
device is now working but bootloader is still unlocked.
to lock the bootloader reboot your device into fastboot mode type ::: fastboot oem lock (your 16 digit bootloader code)
if it fails then copy the update.app which was extrated earlier into sd card / dload
then force update by pow+volume +&volume-
THAT'S it UR DEVICE IS NOW FULLY LOCKED.
FOR VIDEO TUTORIAL :::https://youtu.be/OMKDnBqbi3U

Honor 6x stuck in Recovery

Hey Guys,
I've tried to root my phone and while falshing the TWRP Recovery an Error occured.
Code:
C:\adb>fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 0.754s]
booting...
FAILED (remote: Command not allowed)
finished. total time: 0.763s
So I thought I could exit the menu by typing "fastboot reboot". Now I'm stuck in in that startup window "Your device has been unlocked and can´t be trusted" and have 3 options:
(1) Press Power Key to continue.
(2) Press Vol...
(3) ...
If I press the power button its just rebooting and everything starts from beginning and if I'm trying to recover it my phone cant connect to the wifi "Getting package info failed".
HiSuite and usb debugging aren´t working.
Did I broke my Phone or is there a way to fix it?
Sorry for my bad englich ^^.
Thank you! Musark.
Hi,
Musark said:
fastboot boot twrp.img
Click to expand...
Click to collapse
this is the wrong command for flashing a recovery. You should type: "fastboot flash recovery twrp.img".
In case you still get this error then:
Musark said:
FAILED (remote: Command not allowed)
Click to expand...
Click to collapse
It's usually because your bootloader is still or again locked.
LinuxKernel said:
Hi,
this is the wrong command for flashing a recovery. You should type: "fastboot flash recovery twrp.img".
In case you still get this error then:
It's usually because your bootloader is still or again locked.
Click to expand...
Click to collapse
I followed the tutorial "How to Root Honor 6X [100% Working]" from CyberKey (can't post links at the moment).
Everything was fine until I wanted to boot my phone.
At least i want to use my Phone.
I rode a lot about dload but I've only found tutorials where i need access to my phone.
Could someone give me a link for a tutorial?
Musark said:
I followed the tutorial "How to Root Honor 6X [100% Working]" from CyberKey (can't post links at the moment).
Everything was fine until I wanted to boot my phone.
Click to expand...
Click to collapse
It's because the tutorial you followed is wrong when it comes to flashing the twrp recovery. It seems like you flashed the recovery image to the wrong partition (boot).
If you want to install a custom rom:
1. Put your phone into fastboot mode
2. Use the command: fastboot flash recovery twrp.img
3. Flash any custom rom
If you want to get the stock rom running again:
Way1:
1. Download the right stock recovery for your phone (marshmallow recovery if you want to flash marshmallow and nougat recovery if you want to install the nougat stock rom)
2. Put your phone into fastboot mode
3. Use the command: fastboot flash recovery recovery.img
4. Download the right firmware for your phone and extract the files
5. Create the "dload" folder on your external sd card
6. Put the update.app from the extracted files into your "dload" folder
7. Power off your phone
8. Hold volume up + volume down + power button until the honor logo appears. Wait until the phone boots into stock recovery and installs the stock rom.
Way2.
1. If you know which version of stock rom you had installed, e.g. B360 you can download the same firmware version again.
2. Use huawei firmware extractor to extract recovery.img and boot.img
3. Put your phone into fastboot mode
4. Use the command: fastboot flash recovery recovery.img
5. Use the command: fastboot flash boot boot.img
6. Reboot your phone (fastboot reboot)
In general you can also install any rom via fastboot:
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash system system.img
fastboot flash recovery recovery.img
LinuxKernel said:
If you want to get the stock rom running again:
Way1:
1. Download the right stock recovery for your phone (marshmallow recovery if you want to flash marshmallow and nougat recovery if you want to install the nougat stock rom)
2. Put your phone into fastboot mode
3. Use the command: fastboot flash recovery recovery.img
4. Download the right firmware for your phone and extract the files
5. Create the "dload" folder on your external sd card
6. Put the update.app from the extracted files into your "dload" folder
7. Power off your phone
8. Hold volume up + volume down + power button until the honor logo appears. Wait until the phone boots into stock recovery and installs the stock rom.
Click to expand...
Click to collapse
Wow Thanks, I've only 1 question. My computer isnt noticing that my phone is connected with him via usb.
How can i access my sd card without HiSuite or usb debugging? I could also put my sd card in a diffrent phone, but i think thats not the usual way.
Musark said:
Wow Thanks, I've only 1 question. My computer isnt noticing that my phone is connected with him via usb.
How can i access my sd card without HiSuite or usb debugging? I could also put my sd card in a diffrent phone, but i think thats not the usual way.
Click to expand...
Click to collapse
If you have no running rom on your phone, then as far as I know only via TWRP or as you already mentioned by another phone.
My phone is working fine now thanks.
Musark said:
My phone is working fine now thanks.
Click to expand...
Click to collapse
Good, next time, try installing it through TWRP app (if you are rooted) it's easier
LinuxKernel said:
It's because the tutorial you followed is wrong when it comes to flashing the twrp recovery. It seems like you flashed the recovery image to the wrong partition (boot).
If you want to install a custom rom:
1. Put your phone into fastboot mode
2. Use the command: fastboot flash recovery twrp.img
3. Flash any custom rom
If you want to get the stock rom running again:
Way1:
1. Download the right stock recovery for your phone (marshmallow recovery if you want to flash marshmallow and nougat recovery if you want to install the nougat stock rom)
2. Put your phone into fastboot mode
3. Use the command: fastboot flash recovery recovery.img
4. Download the right firmware for your phone and extract the files
5. Create the "dload" folder on your external sd card
6. Put the update.app from the extracted files into your "dload" folder
7. Power off your phone
8. Hold volume up + volume down + power button until the honor logo appears. Wait until the phone boots into stock recovery and installs the stock rom.
Way2.
1. If you know which version of stock rom you had installed, e.g. B360 you can download the same firmware version again.
2. Use huawei firmware extractor to extract recovery.img and boot.img
3. Put your phone into fastboot mode
4. Use the command: fastboot flash recovery recovery.img
5. Use the command: fastboot flash boot boot.img
6. Reboot your phone (fastboot reboot)
In general you can also install any rom via fastboot:
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash system system.img
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
i tried all previous mensioned method
i got stock firm ware and some custom rom from huawei support and xda developers
i tried dload method saying system update failed
itried fastboot flash recovery twrp.img
done
but i tried adb reboot recovery saying device not found
tried fastboot reboot done
my previous version was BLN-L22C675B360
please provied me with suitable firm ware and way to flash it
or tell me atleast how to go to twrp on fastboot mode when adb reboot recovery saying device not found
Thanks in advance
rom link plz
Musark said:
My phone is working fine now thanks.
Click to expand...
Click to collapse
give me rom link please on message or how did u get access to twrp tell me

Categories

Resources