i dont know what to do??? plss help.. - Honor 4C Questions & Answers

i cant boot into my recovery i didnt know what happen.. pls help.. i just want to factory reset but it cant be done.. i have a rooted honor4c..

ichiboy said:
i cant boot into my recovery i didnt know what happen.. pls help.. i just want to factory reset but it cant be done.. i have a rooted honor4c..
Click to expand...
Click to collapse
If you have a rooted phone then you have an unlocked bootloader.
Download the latest firmware for your device.
Extract to get UPDATE.APP.
Use Huawei update extractor to extract boot.img, recovery.img, Cust.img and system.img from UPDATE.APP.
Download and install latest Android SDK and run it to install platform tools only. You dont need anything else.
Copy image files to platform-tools folder usually located in C:\program files(x86)\android\android-sdk
Turn off your phone and press and hold power+vol down to boot into bootloader mode.
Shift+right click platform-tools and select open command window here.
Fire these commands.
Fastboot flash boot boot.img
Fastboot flash custom Cust.img
Fastboot flash recovery recovery.img
Fastboot flash system system.img
copy dload folder containing UPDATE.APP to SD card.
Insert SD card in your phone.
Disconnect phone from pc and simultaneously press and hold power + vol down + vol up until your phone restarts. Let go of power but keep pressing the other two for 5 seconds more.
Forced update will start and you will have a new OS.

Related

i cant update my honor......

Hello,
I have a big problem why i can t update my honor H60-L02.
Version Android 4.4.2
Version Emui 2.3
Serial number H60-L02V100R001CHNC00B121SP06
MI THIS MODEL HAS BEEN GIVEN IN THESE CONDITIONS, BUT PROBABLY HAS INSTALLED A ROM AND I CAN NOT update.
BUT I WOULD LIKE TO ITS ORIGINS restore (WITHOUT ROM) FOR MAKING ALL THE NEWS AND HIS POWER.
PLEASE HELP GUYS.
You can get back to stock by following these steps:
Download your phone's latest firmware and extract system.img, boot.img, recovery.img, cust.img from UPDATE.APP using Huawei Update Extractor tool.
Boot into bootloader mode by switching off the phone then pressing only the Vol DOWN button, and connecting it to PC simultaneously.
Flash recovery first, using this command.
Code:
fastboot flash recovery recovery.img
Flash all other extracted files similarly firing these commands.
Code:
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash system system.img
After doing this put that very UPDATE.APP from which you extracted the files in dload folder of your external SDCARD.
Switch off your phone, and press Vol UP + Vol DOWN + Power button simultaneously.
Your device will now get to the full stock firmware.
NOTE: If the manual flashing doesn't works or you get any errors, then first try only the force update method, i.e Putting the UPDATE.APP from which you extracted the files in dload folder of your external SDCARD and pressing Vol UP + Vol DOWN + Power button simultaneously after switching off your phone.

Honor 6 H60-l12 not switching on anymore

Hello. My Honor 6 worked normally until i changed local.prop to make two sims able to use 4g.
Then, i rebooted it and now it doesnt go on. No logo screen, nothing.
Can someone help me or give me an idea?
Follow these steps, it might help you.
Download your phone's latest firmware and extract system.img, boot.img, recovery.img, cust.img from UPDATE.APP using Huawei Update Extractor tool.
Boot into bootloader mode by switching off the phone then pressing only the Vol DOWN button, and connecting it to PC simultaneously.
Flash recovery first, using this command.
Code:
fastboot flash recovery recovery.img
Flash all other extracted files similarly firing these commands.
Code:
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash system system.img
After doing this put that very UPDATE.APP from which you extracted the files in dload folder of your external SDCARD.
Switch off your phone, and press Vol UP + Vol DOWN + Power button simultaneously.
Your device will now get to the full stock firmware.
NOTE: If the manual flashing doesn't works or you get any errors, then first try only the force update method, i.e Putting the UPDATE.APP from which you extracted the files in dload folder of your external SDCARD and pressing Vol UP + Vol DOWN + Power button simultaneously after switching off your phone.

BRICK on HONOR 6(H60-L04), can't flashing ROMs

Following this thread http://forum.xda-developers.com/android/general/guide-workaround-running-xposed-t3338765 I accidentally deleted from /sys app, framework and priv-app folders, the device stopped immediatly and I only could boot in recovery(TWRP). I go on following the thread but at the end I was stuck in bootloop. Following the suggestion of mfbcool and other users i tried to unbrick the device but nothing worked: when I tried to reboot from TWRP it said "No OS Installed". If i try to flash from TWRP it fail, doing the update, after flashing the stock recovery, with the three buttons combination it stops at 5%.
As mentioned above the device is a Honor 6 H60-L04 which mounted android M(the official beta version).
Ok now we try somthing difftrent
Did you ever did a backup via TWRP ? you can restore now?
Else...
Download ADB/FASTBOOT (attachment)
In this zip is also Huawei Update Extractor
Download B550 Firmware (e.g. https://mega.nz/#!DB4R3YjT!Fp3JDf1WwmiyNX7mYD_Rftu0BDtXnorNaggOqpRouZU )
Extract via Huawei Update Extractor recovery.img, boot.img and put them in ADB folder
Reboot your device in recovery
Wipe all (dalvik /art cache, cache, cust, system, data, boot, internal memory)
Connect your device with your computer
Open ADB and type "adb devices"
Is your device listed? If not, download the right driver
If yes, type "adb reboot bootloader"
"fastboot flash boot boot.img"
"fastboot flash recovery recovery.img"
Now reboot your device into recovery.
If you see the orginal recovery put the update.app on your sd card in dload folder an reboot your phone with the three button methode.
Now the update should start. It will take about 5-10 min.
RangerP7 said:
Ok now we try somthing difftrent
Did you ever did a backup via TWRP ? you can restore now?
Else...
Download ADB/FASTBOOT (attachment)
In this zip is also Huawei Update Extractor
Download B550 Firmware (e.g. https://mega.nz/#!DB4R3YjT!Fp3JDf1WwmiyNX7mYD_Rftu0BDtXnorNaggOqpRouZU )
Extract via Huawei Update Extractor recovery.img, boot.img and put them in ADB folder
Reboot your device in recovery
Wipe all (dalvik /art cache, cache, cust, system, data, boot, internal memory)
Connect your device with your computer
Open ADB and type "adb devices"
Is your device listed? If not, download the right driver
If yes, type "adb reboot bootloader"
"fastboot flash boot boot.img"
"fastboot flash recovery recovery.img"
Now reboot your device into recovery.
If you see the orginal recovery put the update.app on your sd card in dload folder an reboot your phone with the three button methode.
Now the update should start. It will take about 5-10 min.
Click to expand...
Click to collapse
i've never made a backup, i know it would solve this problem...
i did everything you wrote, but when i was trying to reboot in recovery the device showed me the screen "HONOR(with the red <h>) powered by android"
sl97 said:
i've never made a backup, i know it would solve this problem...
i did everything you wrote, but when i was trying to reboot in recovery the device showed me the screen "HONOR(with the red <h>) powered by android"
Click to expand...
Click to collapse
i've already tried to flash other version of recovery, but the only two version that work are TWRP for EMUI 4.0 and the Stock of B803
Download the ROM you were on before all this happened. It's compulsory you're downloading the ROM you were on to avoid any compatibility errors.
Make sure you have installed Huawei HiSuite.
Extract boot.img , system.img , cust.img and recovery.img from the ROM you downloaded using Huawei Update Extractor.
Move all the extracted .img to the Fastboot/ADB folder (folder where fastboot.exe or adb.exe is installed)
While your device is powered off, hold volume down button and plug your device to computer. Your device will boot to Fastboot Mode.
Enter the following commands one by one:
Code:
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash system system.img
fastboot flash recovery.img
After all commands have been executed, unplug your device from computer and hold Volume Up button. Your device will boot to Huawei's eRecovery (2nd Recovery).
Shutdown your device via the eRecovery.
Now hold Volume Up and Power button. As soon as you see Honor logo, leave the power button but continue to hold Volume Up button. Your device will now boot to recovery.
Perform a Factory Reset via the recovery.
Now reboot your device.
Done!!!
mfbcool said:
Download the ROM you were on before all this happened. It's compulsory you're downloading the ROM you were on to avoid any compatibility errors.
Make sure you have installed Huawei HiSuite.
Extract boot.img , system.img , cust.img and recovery.img from the ROM you downloaded using Huawei Update Extractor.
Move all the extracted .img to the Fastboot/ADB folder (folder where fastboot.exe or adb.exe is installed)
While your device is powered off, hold volume down button and plug your device to computer. Your device will boot to Fastboot Mode.
Enter the following commands one by one:
Code:
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash system system.img
fastboot flash recovery.img
After all commands have been executed, unplug your device from computer and hold Volume Up button. Your device will boot to Huawei's eRecovery (2nd Recovery).
Shutdown your device via the eRecovery.
Now hold Volume Up and Power button. As soon as you see Honor logo, leave the power button but continue to hold Volume Up button. Your device will now boot to recovery.
Perform a Factory Reset via the recovery.
Now reboot your device.
Done!!!
Click to expand...
Click to collapse
the problem is that i had android m beta update(B803) and i don't know where to find the full ROM. i have the update but cust and system are not ".img" but they are folders. i don't know how to flash them...
this is the link of the files i use https://drive.google.com/folderview?id=0B9EKeqAx6XkfRGdTVjlJQ1VyLUk#
sl97 said:
the problem is that i had android m beta update(B803) and i don't know where to find the full ROM. i have the update but cust and system are not ".img" but they are folders. i don't know how to flash them...
this is the link of the files i use https://drive.google.com/folderview?id=0B9EKeqAx6XkfRGdTVjlJQ1VyLUk#
Click to expand...
Click to collapse
Alright. That's the problem. You don't have the full ROM yet and the file you gave is an OTA zip. It's never gonna work.
But try my method again but this time with a Lollipop ROM EMUI 3.1 which you were having before Marshmallow.
mfbcool said:
Alright. That's the problem. You don't have the full ROM yet and the file you gave is an OTA zip. It's never gonna work.
But try my method again but this time with a Lollipop ROM EMUI 3.1 which you were having before Marshmallow.
Click to expand...
Click to collapse
i'm trying your method but i cannot boot into eRecovery. i unplug the device and keep pressed the vol + but nothing happened, it stay in fastboot mode
sl97 said:
i'm trying your method but i cannot boot into eRecovery. i unplug the device and keep pressed the vol + but nothing happened, it stay in fastboot mode
Click to expand...
Click to collapse
Then, just restart your device, boot to stock recovery, factory reset and again reboot.
mfbcool said:
Then, just restart your device, boot to stock recovery, factory reset and again reboot.
Click to expand...
Click to collapse
i cannot boot in recovery. the device vibrates but then shows me the logo screen.
the only recovery which works is for emui 4.0...
it seems that i need or a backup of someone of the same firmware in TWRP or the full ROM of the B803 update...
sl97 said:
i cannot boot in recovery. the device vibrates but then shows me the logo screen.
the only recovery which works is for emui 4.0...
it seems that i need or a backup of someone of the same firmware in TWRP or the full ROM of the B803 update...
Click to expand...
Click to collapse
Then use EMUI 4.0 recovery to factory reset the phone but use Android 5.1.1 ROM for system.img, cust.img and boot.img.
mfbcool said:
Then use EMUI 4.0 recovery to factory reset the phone but use Android 5.1.1 ROM for system.img, cust.img and boot.img.
Click to expand...
Click to collapse
while wiping fro factory reset it comes to 17% than stops showing a red exclamation mark in the middle of the circle
sl97 said:
while wiping fro factory reset it comes to 17% than stops showing a red exclamation mark in the middle of the circle
Click to expand...
Click to collapse
Try this using fastboot
Code:
fastboot erase cache
fastboot erase userdata
mfbcool said:
Try this using fastboot
Code:
fastboot erase cache
fastboot erase userdata
Click to expand...
Click to collapse
I was trying to restore a backup i found in another thread for TWRP and B804 and incredibly it work!! http://forum.xda-developers.com/honor-6/general/help-honor-6-bricked-b805-t3315247 here there are also other backups, in your opinion i should restore that B803 or is better to leave so?!
sl97 said:
I was trying to restore a backup i found in another thread for TWRP and B804 and incredibly it work!! http://forum.xda-developers.com/honor-6/general/help-honor-6-bricked-b805-t3315247 here there are also other backups, in your opinion i should restore that B803 or is better to leave so?!
Click to expand...
Click to collapse
Fine!
I would go back to LP and clear install MM. So you could be sure you have a new and clear ROM installed.
Ok! Thank you very much!
Sent from my H60-L04 using XDA-Developers mobile app
i couldnot flash stock recovery because of the fail command not alowed,
thalaraj1992 said:
i couldnot flash stock recovery because of the fail command not alowed,
Click to expand...
Click to collapse
Is your bootloader unlocked?
my bootboader show "phone unlocked"
What are you typing?
"fastboot flash recovery recovery.img"
Is your recovery.img in the ADB / FASTBOOT folder?

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

please help ?

hello brothers I need help, I do not know how to solve this, Installing a rom aosp, everything was fine, only when I started installing another Rom aosp, I could not change the default recovery stock installed through TWRP , That's when all these problems started. My version of my cell phone is L09 C432 single SIM .. E used HUAWEI extract and remains the same through FASTBOOT
up help please ....
Please grab your full firmware from XDA. Just search for your original stock build number. Extract the Update.app file from the update.zip (should be about 3-4 gb). Then, create "dload" folder in your microsd card. Move update.app file to that folder. Then, shut off phone. Turn on phone by holding all buttons (vol up, vol down and power). Once the screen is on, release power but continue to hold both vol buttons. It will force eRecovery to update software via that update.app file. Once it's done, do a factory reset via eRecovery. It should boot to stock rom after that.
drift08 said:
Please grab your full firmware from XDA. Just search for your original stock build number. Extract the Update.app file from the update.zip (should be about 3-4 gb). Then, create "dload" folder in your microsd card. Move update.app file to that folder. Then, shut off phone. Turn on phone by holding all buttons (vol up, vol down and power). Once the screen is on, release power but continue to hold both vol buttons. It will force eRecovery to update software via that update.app file. Once it's done, do a factory reset via eRecovery. It should boot to stock rom after that.
Click to expand...
Click to collapse
I already tried that method, and it does not work simply the phone gets stuck in the beginning .. I already tried the fastboot method and tap It did not work either ... I need help from a developer ...
Perhaps Oreo no longer allows to do that function ... ???
it works fine. I just did it on my Mate 9 w/o any issues. What do you mean by phone getting stuck at the beginning? Did the TWRP flash went through or not?
drift08 said:
it works fine. I just did it on my Mate 9 w/o any issues. What do you mean by phone getting stuck at the beginning? Did the TWRP flash went through or not?
Click to expand...
Click to collapse
I'm stuck here .. I watched ..
hi,this happened to me before.
i cant remember how i did fix it but try these things...
First extract recovery image(Recovery.img or boot.img) from ur UPDATE.APP Or Extract the recovery_Ramdisk.img and RAMDISK.IMG from ur UPDATE.APP.(for Oreo,its Ramdisk and for nougat,its recovery.)
#for the first case(nougat),after u extracted that recovery.img Or boot.img file,u should flash them through fastboot with this command :fastboot flash recovery recovery.img then reboot and see if works if it didnt work,then try boot.img and use this: fastboot flash recovery Boot.img
##for the second case(oreo),after u extracted that recovery_Ramdisk.img file,u should flash it through fastboot with this command :fastboot flash recovery_ramdisk recovery_Ramdisk.img Then
u should flash RAMDISK.IMG through fastboot with this command :fastboot flash ramdisk RAMDISK.IMG
Due to image,im assuming u r running Nougat and missing recovery partition so try the first method and hope for the best.
EDIT: This is my post : https://forum.xda-developers.com/mate-9/help/help-unbrick-oreo-t3704000
ezraiil1 said:
hi,this happened to me before.
i cant remember how i did fix it but try these things...
First extract recovery image(Recovery.img or boot.img) from ur UPDATE.APP Or Extract the recovery_Ramdisk.img and RAMDISK.IMG from ur UPDATE.APP.(for Oreo,its Ramdisk and for nougat,its recovery.)
#for the first case(nougat),after u extracted that recovery.img Or boot.img file,u should flash them through fastboot with this command :fastboot flash recovery recovery.img then reboot and see if works if it didnt work,then try boot.img and use this: fastboot flash recovery Boot.img
##for the second case(oreo),after u extracted that recovery_Ramdisk.img file,u should flash it through fastboot with this command :fastboot flash recovery_ramdisk recovery_Ramdisk.img Then
u should flash RAMDISK.IMG through fastboot with this command :fastboot flash ramdisk RAMDISK.IMG
Due to image,im assuming u r running Nougat and missing recovery partition so try the first method and hope for the best.
EDIT: This is my post : https://forum.xda-developers.com/mate-9/help/help-unbrick-oreo-t3704000
Click to expand...
Click to collapse
Thanks I will try .. !! I will be very grateful if this works for me ... I hope to find the exits, I am very sad ...
@Ezaraiil .. I see that your case shows you the number 10 and the number 2., In my case it is the number 11 and 2 .. we hope everything goes well

Categories

Resources