Help honor 4c no service - Honor 4C Questions & Answers

Honor 4c chm u-01 b120
locked bootloader
rooted with king root.
Phone still booting but no notwork service. NO SERVICE
Local update file found but cant flash update.app phone only restart.
recovery not comes up.
IMEI null
sorry bad english.

BinMgen said:
Honor 4c chm u-01 b120
locked bootloader
rooted with king root.
Phone still booting but no notwork service.
Local update file found but cant flash update.app phone only reboot.
recovery not working.
IMEI null
sorry bad english.
Click to expand...
Click to collapse
Hi You have made a big mistake by using KingRoot to root your device.
now you have got some serious issues but they can be solved.
First You need to make full wipe of your device currently and need to flash stock firmware.
1.Back up all your important data.
2.wipe current os by formatting.
3.Install the stock ROM version which you got initially.
4.you will get your IMEI number back.
if you are not clear about above or if the above proceess doesnt help help I will suggest another method.

miststudent2011 said:
Hi You have made a big mistake by using KingRoot to root your device.
now you have got some serious issues but they can be solved.
First You need to make full wipe of your device currently and need to flash stock firmware.
1.Back up all your important data.
2.wipe current os by formatting.
3.Install the stock ROM version which you got initially.
4.you will get your IMEI number back.
if you are not clear about above or if the above proceess doesnt help help I will suggest another method.
Click to expand...
Click to collapse
Thanks for your reply!
1 phone cant wipe current os by formatting, be cause recovery menu not comes up.
2 installing stock rom via local update not working phone restating only.

BinMgen said:
Thanks for your reply!
1 phone cant wipe current os by formatting, be cause recovery menu not comes up.
2 installing stock rom via local update not working phone restating only.
Click to expand...
Click to collapse
okay
First go to this link (https://forum.xda-developers.com/honor-4c/how-to/huawei-honor-4c-index-troubleshooting-t3293110) and install ADB / Fastboot and Necessary Drivers and unlock your bootloader(your warranty is void) and check whether your phones being detected by ADB Fastboot
After unlocking I will suggest you next step as per the result you get.

Hi bud .
I hope i can help u with this.kindly follow the instructions properly and u are good to go.
1) install proper usb drivers.
2) open command prompt
3)enable fastboot mode in ur device and connect it pc
4)type this command there.
If u are using mfastboot , then type
mfastboot.exe devices
If u are using fastboot
type
fastboot.devices
5) here ur device will be showed with some numbers. So now put twrp or any other recovery in fastboot folder or the location where u are accessing the fastboot from. Be sure u re named recovery to recovery.img
6)type these command after copying ur twrp to that folder
mfastboot.exe flash recovery recovery.img
mfastboot.exe boot recovery.img
7) Now ur phone will automatically boot to recovery , here u can wipe data.
The bootloop is just because the data partition is still unwiped and no rom will boot . Just format data after booting the recovery .
Thank me if i helped you
--regards--

miststudent2011 said:
okay
First go to this link (https://forum.xda-developers.com/honor-4c/how-to/huawei-honor-4c-index-troubleshooting-t3293110) and install ADB / Fastboot and Necessary Drivers and unlock your bootloader(your warranty is void) and check whether your phones being detected by ADB Fastboot
After unlocking I will suggest you next step as per the result you get.
Click to expand...
Click to collapse
I have try many times but still i get this msg "Please make sure the verification code and model number are correct. If your device has multiple IMEIs or MEIDs, please try another IMEI or MEID."is this site working ?.

gopinaidu77 said:
Hi bud .
I hope i can help u with this.kindly follow the instructions properly and u are good to go.
1) install proper usb drivers.
2) open command prompt
3)enable fastboot mode in ur device and connect it pc
4)type this command there.
If u are using mfastboot , then type
mfastboot.exe devices
If u are using fastboot
type
fastboot.devices
5) here ur device will be showed with some numbers. So now put twrp or any other recovery in fastboot folder or the location where u are accessing the fastboot from. Be sure u re named recovery to recovery.img
6)type these command after copying ur twrp to that folder
mfastboot.exe flash recovery recovery.img
mfastboot.exe boot recovery.img
7) Now ur phone will automatically boot to recovery , here u can wipe data.
The bootloop is just because the data partition is still unwiped and no rom will boot . Just format data after booting the recovery .
Thank me if i helped you
--regards--
Click to expand...
Click to collapse
Hi! im working with you but i think something wrong with me, when i put this command "fastboot.devices" the answer is fastboot.devices is not recognized as an internal or external command,operable program or batch file
plz hep where is my problem?

BinMgen said:
Hi! im working with you but i think something wrong with me, when i put this command "fastboot.devices" the answer is fastboot.devices is not recognized as an internal or external command,operable program or batch file
plz hep where is my problem?
Click to expand...
Click to collapse
Hi the command is "adb devices" not "fastboot.devices"
If you are fine with above author help you can proceed if not here is the detailed guide.
Firstly go to this link and download the stock ROM for your device.(the version previous than your current rom)
http://www.carbontesla.com/firmware...-ota-collection/huawei-honor-4c-firmware-ota/
Extract the zip and later extract update.app by using this tool
https://forum.xda-developers.com/showthread.php?t=2433454
Now copy all the files namely recover.img,boot.img,system.img,cust.img into adb folder.
Now go to this link and unlock your bootloader
https://forum.xda-developers.com/honor-4c/how-to/huawei-honor-4c-index-troubleshooting-t3293110
After unlocking now do the following procedure.
1.Enable developer's options in your device.
2.move to adb folder and right click and click on open command prompt here.
3.Now type this command "adb devices" -Displays some id of your device which makes sure your device is connected.(accept prompt on device)
4.type this command " ADB reboot bootloader " or manually boot into fastboot by shutting down your phone and restart by pressing Power+ vol+ buttons.
5.Now you are in fastboot menu.If not try again.
6.now type the following commands
7. "adb devices" -Displays some id of your device which makes sure your device is connected.
8. "fastboot flash recovery recovery.img" - Flashes stock recovery
9. "fastboot flash system system.img" - Replaces your custom rom with stock rom
10. "fastboot flash boot boot.img" - Flashes boot partition which is need to boot stock rom.
11. "fastboot flash cust cust.img"
Now wait for some time and your device will boot into system and your IMEI number is back.
Note:If in steps 8-11 if you can't get success use mfastboot instead of fastboot.

miststudent2011 said:
Hi the command is "adb devices" not "fastboot.devices"
Click to expand...
Click to collapse
faatboot devices is a command too. But he typed it as fastboot.devices

gopinaidu77 said:
Hi bud .
I hope i can help u with this.kindly follow the instructions properly and u are good to go.
1) install proper usb drivers.
2) open command prompt
3)enable fastboot mode in ur device and connect it pc
4)type this command there.
If u are using mfastboot , then type
mfastboot.exe devices
If u are using fastboot
type
fastboot.devices
5) here ur device will be showed with some numbers. So now put twrp or any other recovery in fastboot folder or the location where u are accessing the fastboot from. Be sure u re named recovery to recovery.img
6)type these command after copying ur twrp to that folder
mfastboot.exe flash recovery recovery.img
mfastboot.exe boot recovery.img
7) Now ur phone will automatically boot to recovery , here u can wipe data.
The bootloop is just because the data partition is still unwiped and no rom will boot . Just format data after booting the recovery .
Thank me if i helped you
--regards--
Click to expand...
Click to collapse
Update!
- Now when i put this comand "mfastboot.exe devices" device shown with some numbers.
- When itype "mfastboot.exe flash recovery recovery.img" the answer Failed partition no support flash
plz help!

BinMgen said:
Update!
- Now when i put this comand "mfastboot.exe devices" device shown with some numbers.
- When itype "mfastboot.exe flash recovery recovery.img" the answer Failed partition no support flash
plz help!
Click to expand...
Click to collapse
try my method above

miststudent2011 said:
try my method above
Click to expand...
Click to collapse
The problem of your method unlocking bootloader, i got this msg Please make sure the verification code and model number are correct. If your device has multiple IMEIs or MEIDs, please try another IMEI or MEID. when i submit my detail every time i do know what error

BinMgen said:
The problem of your method unlocking bootloader, i got this msg Please make sure the verification code and model number are correct. If your device has multiple IMEIs or MEIDs, please try another IMEI or MEID. when i submit my detail every time i do know what error
Click to expand...
Click to collapse
For once in a while KingRoot helped you go to this page
http://huaweip8lite.blogspot.com/2016/03/bootloader-huawei-p8-lite-14-huawei.html?m=1
and follow the guide from step 2
you will get the boot loader unlock code.
or else PM me your details of your device

BinMgen said:
Update!
- Now when i put this comand "mfastboot.exe devices" device shown with some numbers.
- When itype "mfastboot.exe flash recovery recovery.img" the answer Failed partition no support flash
plz help!
Click to expand...
Click to collapse
Ur bootloader is still locked

gopinaidu77 said:
Ur bootloader is still locked
Click to expand...
Click to collapse
Yes!

BinMgen said:
Yes!
Click to expand...
Click to collapse
U need to unlock bootloader inorder to run above command

gopinaidu77 said:
U need to unlock bootloader inorder to run above command
Click to expand...
Click to collapse
I have try many times to submit my detail but every time i got this msg Please make sure the verification code and model number are correct. If your device has multiple IMEIs or MEIDs, please try another IMEI or MEID. i don know the error

BinMgen said:
I have try many times to submit my detail but every time i got this msg Please make sure the verification code and model number are correct. If your device has multiple IMEIs or MEIDs, please try another IMEI or MEID. i don know the error
Click to expand...
Click to collapse
If u specify a wrong device model ,it will show that error

gopinaidu77 said:
If u specify a wrong device model ,it will show that error
Click to expand...
Click to collapse
It seems Huawei has messed up with their website even though we enter correct details it is showing error.
They really need to solve the problem or else many would be lost.

miststudent2011 said:
It seems Huawei has messed up with their website even though we enter correct details it is showing error.
They really need to solve the problem or else many would be lost.
Click to expand...
Click to collapse
Have u contacted their support?

Related

Bricked? Please help!

My OPO is 100% stock currently running the second latest OTA update(coz I'd received a notification saying theres new update today but i haven't updated)
It was working perfectly fine until just now when I withdraw it from my pocket it shows the 1+ Powered by android loading screen.
I re-booted and it stuck at the same screen. I then boot into recovery and factory reset, wipe data wipe cache and boot and its still stucking at the same loading screen.
P/S : I was on wifi for a while in the cafe maybe it had downloaded the new OTA and maybe when the screen rubs against my pants in my pocket idk how it unlocks itself and it update itself with the downloaded(maybe) software update and eventually it dies. This might be one of the possibilities because if otherwise, it just dies itself without reason lel.
I've researched abit and someone suggested me to flash a stock rom using fastboot mode and PC adb command prompt which idk wtf is that lel. But in order to use that u need to unlock bootloader right, being 100% stock my bootloader is probably locked right?
omfg please guide me through this i need to solve this asap i dont have a backup phone. :silly::silly::silly::silly::silly::silly:
kingdew11 said:
My OPO is 100% stock currently running the second latest OTA update(coz I'd received a notification saying theres new update today but i haven't updated)
It was working perfectly fine until just now when I withdraw it from my pocket it shows the 1 Powered by android loading screen.
I re-booted and it stuck at the same screen. I then boot into recovery and factory reset, wipe data wipe cache and boot and its still stucking at the same loading screen.
P/S : I was on wifi for a while in the cafe maybe it had downloaded the new OTA and maybe when the screen rubs against my pants in my pocket idk how it unlocks itself and it update itself with the downloaded(maybe) software update and eventually it dies. This might be one of the possibilities because if otherwise, it just dies itself without reason lel.
I've researched abit and someone suggested me to flash a stock rom using fastboot mode and PC adb command prompt which idk wtf is that lel. But in order to use that u need to unlock bootloader right, being 100% stock my bootloader is probably locked right?
omfg please guide me through this i need to solve this asap i dont have a backup phone. :silly::silly::silly::silly::silly::silly:
Click to expand...
Click to collapse
Follow this
http://forum.xda-developers.com/oneplus-one/help/solved-how-to-recover-oneplus-soft-t2864800
OR
Agai u can manually download any cm firmware
Then go to recovery
Factory reset
And flash desired firmware
FOLLOW this ( this is cm12 os)
http://webtrickz.com/guide-to-update-oneplus-one-to-cm12-lollipop-os/
If u don't like lollipop u can flash cm11s
FOLLOW this
http://www.technobuzz.net/update-oneplus-one-cm-11s-44s-resolve-several-bug-fixes/
note: u can find most guides on Google just search with keywords of your problems
Second mentioned flashing methods are most easiest prrocess
Factory reset and flash u r zip file
Problem solved. Detailed solutions for noobs like me!
OKAY here is what I DID. it may not work for u, but it worked for me. so if ur gonna follow these steps do it at ur own risk. and please dont expect me to helpp u to counter any special circumstances i.e. any condition not stated here coz im a perfect noob too, lel.
FYI this is called flashing roms in fastboot mode. And i had successfully flashed my OPO back into CM12.
STEPS :
Using a windows PC:
1) Download the UNIVERSAL ABD driver for Windows and freaking INSTALL IT.
2) Download the OnePlus One CM12 factory image “cm-12.0-YNG1TAS0YL-bacon-signed-fastboot.zip” (fastboot flashable package).
3) Download the flashing tools. ( it contains 4 things: adb.exe AdbWinApi.dll AdbUsbWinApi.dll and fastboot.exe)
the download links are available from this link:
ok im not allowed to attach links but u can search for it " webtrickz[dot]com how to flash cm12 factory image fastboot mode"
however, the steps given in the above link are crappy as well so follow mine =P just do the downloadings only from there.
4) Extract the 4 things from the flashing tools zip file into a folder, name it whatever****ing folder u want. we call it folder X.
5) and then extract all the things in the CM12 rom zip file into folder X.
6) Boot ur phone into fastboot mode simply by pressing and holding down the power button and the volume up button simultanoesly until u see "fastboot mode" with an Android face appears.
7) Connect ur phone to your PC with a USB cable. Now ur phone should be connected to the pc in fastboot mode.
8) open up folder X. then right click in folder X while holding down the Shift button, and click on "Open command window here"
p/s : this, I think, is like a special way to open up a cmd prompt used specifically for abd/fastboot. U can also actually open up cmd prompt normally but in order to do that you need to install idk some **** so that ur NORMAL cmd prompt will recognise abd or whatever **** it is. however, if u do that, u do not need to extract the CM12 rom files into folder X as the NORMAL cmd prompt will have the ability to, sorta like detect the CM12 ****s. anyways, forget it, just ****ing use the special way i.e. go to folder X , shift + right click to open up the SPECIAL cmd prompt)
9) a command prompt(cmd) should appear, Now check if u are connected by keying in "fastboot devices" in the cmd. Then the serial number of ur phone should turn up, and not " waiting for device" "devices not found" or any messages of that sort.
If the latter appears, idk how to help u sort that out urself lel.
10) Now u have to unlock the OEM in order for this flashing process to work. idk whats unlocking oem but just unlock it FFS. To do this, simply key in "fastbook oem unlock"
11) I think that under normal circumstances, a pop-up will appear in ur phone to let u choose if u really wanna unlock this oem thingy. BUT for me, my phone just rebooted back into the ****ing 1+ Powered by android screen idk why, but its alright i was on the right track as my oem has been unlocked. Then i powered off my phone and booted in back into fastboot mode once again. (FYI whenever I have to boot my phone to fastboot mode I disconnect the usb cable idk if this is necessary but thats what i DID)
12) go back to the CMD just now, and freaking paste the commands listed below into the CMD.
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash oppostanvbk static_nvbk.bin
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot reboot
13) Wait for several minutes, and when everything's done, the commands will stop at the last command which is "fastboot reboot"
Press Enter! and ur phone will reboot normally! =)
walpanmad said:
Follow this
http://forum.xda-developers.com/oneplus-one/help/solved-how-to-recover-oneplus-soft-t2864800
OR
Agai u can manually download any cm firmware
Then go to recovery
Factory reset
And flash desired firmware
FOLLOW this ( this is cm12 os)
http://webtrickz.com/guide-to-update-oneplus-one-to-cm12-lollipop-os/
If u don't like lollipop u can flash cm11s
FOLLOW this
http://www.technobuzz.net/update-oneplus-one-cm-11s-44s-resolve-several-bug-fixes/
note: u can find most guides on Google just search with keywords of your problems
Second mentioned flashing methods are most easiest prrocess
Factory reset and flash u r zip file
Click to expand...
Click to collapse
I can't flash it with recovery, as i cant 'insert' any ROM into my internal memory, as i cannot access my Internal memory, coz the phone wont boot?
However thank you so much! problem solved =)
kingdew11 said:
I can't flash it with recovery, as i cant 'insert' any ROM into my internal memory, as i cannot access my Internal memory, coz the phone wont boot?
However thank you so much! problem solved =)
Click to expand...
Click to collapse
Phone wont boot means?
If u are able to get in to recovery then its always possible to flash any official firmware without root with factory reset its easiest process to solve soft bricked device
First method mentioned is the same process u had done
(fastboot recover) but its automated process with OPO tollbox
Again fastboot method is usefull if u already enabled usb debugging in developer option before u went in to bootloop
I think u have previously enabled usb debugging
So it is also a method to recover u r problem
Any way its great news u got it worked

can i hope to restart my huawei mate 7?

hi guys, i have done issues on issues on this phone, at begin I accindentally formatted the system by a cwm recovery, i tried all to make another one,after a lot of process i realized that it was not possible, i had first tried to flash a rom b cwm and he gived me and error like,func NO:10(func_BOOt_recovery)
error NO:2. I solved this with a program that gived me a recovery stock, I was 4.4 on my phone before the accident, i tried all the update, 4.4,5.1.6.0 with normal combination (power but, butt + butt-) with stock recovery, it start the process but at 98% stop, in every case. so I tried to create a flashable rom with cwm thanks to huawei update exatractor, tried the process, and now i'am really blocked, if i try to go in recovery the phone give me the problem error: NO:12 (func_load_iom3) error NO:1,I tried to change recovery by fastboot mode, but nothing, whit any recovery the phone say to me the same error. can u help me? sorry for my bad eng thank you.
Do you remember what firmware you have before format system in Cwm???? If you remember download that same firmware and extract using huawei update extractor and flash this partitions in fast boot.
If you have 4.4.2 flash system.img , boot.img , recovery.img, userdata.img and after this try go to recovery and write what it's happan
Send from ? . If I help you buy me ?
chudy_85 said:
Do you remember what firmware you have before format system in Cwm???? If you remember download that same firmware and extract using huawei update extractor and flash this partitions in fast boot.
If you have 4.4.2 flash system.img , boot.img , recovery.img, userdata.img and after this try go to recovery and write what it's happan
Send from . If I help you buy me
Click to expand...
Click to collapse
i have 4.4.2 but when i try to flash system.img or something else fastboot say to me
target reported max download size of 471859200 byte
error: cannot load 'recovery.img': No error
Unlock bootloader again with your code
Send from ? . If I help you buy me ?
chudy_85 said:
Unlock bootloader again with your code
Send from . If I help you buy me
Click to expand...
Click to collapse
in my phone screen appear fastboot and rescue mode phone unlocked, anyway i tried but adb don't recognize my phone
Install hi suite and then install adb on C:/
Cmd as admin and then write this command
cd C:/adb
Fastboot devices
And check do you have here your S/N number
Send from ? . If I help you buy me ?
chudy_85 said:
Install hi suite and then install adb on C:/
Cmd as admin and then write this command
cd C:/adb
Fastboot devices
And check do you have here your S/N number
Send from . If I help you buy me
Click to expand...
Click to collapse
when i try fastboot oem unlock it give me this error:
FAILED (remote: data parse fail)
finished. total time: 0.002s
It's mean you have unlocked bootloader. You break your system partition and you must flash only backup using twrp or you must try flash img file by fast boot. If you can you can try repair your mate 7 using DC unlocker. Search in google and check how they repair smartfone but you must buy some credits to work!!! 4 credits it's 4 euro. Read how much you need
Send from ? . If I help you buy me ?
chudy_85 said:
It's mean you have unlocked bootloader. You break your system partition and you must flash only backup using twrp or you must try flash img file by fast boot. If you can you can try repair your mate 7 using DC unlocker. Search in google and check how they repair smartfone but you must buy some credits to work!!! 4 credits it's 4 euro. Read how much you need
Send from . If I help you buy me
Click to expand...
Click to collapse
with a program i have flashed system.img cust.img recovery .img but I read on internet that the problem is the file senshorhub.img, this programm didn't flash it, and i can't by fastboot for various issues,also if i flash recovery or system recovery's phone doesn't work. i have an answer why fastboot should not work instead dc unlocker can work?
correct you must use dc phoenix. This program can flash full firmware. Read about here ----> https://www.dc-unlocker.com/DC-Phoenix-flash-repair-tutorial

(HELP ME ) Bricked

So i did a stupid thing and flashed the wrong image when i was installing a new rom, I managed to lock myself out of ADB, TWRP and download mode. I'm in a bit of a pickle right now I've been trying everything I can to fix it, but I managed to do nothing. Is there anyone that can walk me through the steeps to get unbricked.
I've tried recovery through hisuite, but it says my device is not supported. My phone showed up via CMD command (fastboot devices) but not (adb devices). I have no idea what to do?
PLEASE HELP ME!!!
Nixonkai417 said:
So i did a stupid thing and flashed the wrong image when i was installing a new rom, I managed to lock myself out of ADB, TWRP and download mode. I'm in a bit of a pickle right now I've been trying everything I can to fix it, but I managed to do nothing. Is there anyone that can walk me through the steeps to get unbricked.
I've tried recovery through hisuite, but it says my device is not supported. My phone showed up via CMD command (fastboot devices) but not (adb devices). I have no idea what to do?
PLEASE HELP ME!!!
Click to expand...
Click to collapse
Give the all required information like Brand, model number in your post first.
Huawei honor 5x kiwi L24, I can't really acces the phone so finding some information is impossible. My main issue is when I boot it's failing to verify the Boot.img , recovery.img and system.img . I don't exactly know what all information I can give you
Nixonkai417 said:
So i did a stupid thing and flashed the wrong image when i was installing a new rom, I managed to lock myself out of ADB, TWRP and download mode. I'm in a bit of a pickle right now I've been trying everything I can to fix it, but I managed to do nothing. Is there anyone that can walk me through the steeps to get unbricked.
I've tried recovery through hisuite, but it says my device is not supported. My phone showed up via CMD command (fastboot devices) but not (adb devices). I have no idea what to do?
PLEASE HELP ME!!!
Click to expand...
Click to collapse
First open the tool
Select the update.app file
Then press Ctrl and select the imgs you want
And then right click and click extract selected
Like in here
https://up.harajgulf.com/imagef-149893652739431-png.html
-Hope- said:
First open the tool
Select the update.app file
Then press Ctrl and select the imgs you want
And then right click and click extract selected
Like in here
https://up.harajgulf.com/imagef-149893652739431-png.html
Click to expand...
Click to collapse
I have already done that, I've tried flashing it via SP flash tool but nothing, it won't show up. I've downloaded correct drivers and done what I could but my phone shows up as Lemobile android adb interface. It sometimes shows as a disk drive as well.
When I run CMD command (fastboot flash oem info) it shows everything but the recovery.img system.img and boot.img need verification how can I verify them without the debugging bridge active on the phone.
Nixonkai417 said:
I have already done that, I've tried flashing it via SP flash tool but nothing, it won't show up. I've downloaded correct drivers and done what I could but my phone shows up as Lemobile android adb interface. It sometimes shows as a disk drive as well.
When I run CMD command (fastboot flash oem info) it shows everything but the recovery.img system.img and boot.img need verification how can I verify them without the debugging bridge active on the phone.
Click to expand...
Click to collapse
What do you mean sir
Imgs are already verified cause they are official
And you don't need USB debug in fastboot mode
Your device is not has mtk processor so it won't work
-Hope- said:
What do you mean sir
Imgs are already verified cause they are official
And you don't need USB debug in fastboot mode
Your device is not has mtk processor so it won't work
Click to expand...
Click to collapse
I rooted my phone and was running xenon HD on my Huawei honor 5x, in the midst of switching ROMs I accidently targeted a TWRP recovery.img with the ROM and Gapps.
So what my phone dose now is when it powers on it an all green screen with a red box and a blue box. After a second it come up with " recovery image verify failed, please update to verified images." I can enter fastboot&rescue mode and a Huawei erecovery, but when i do try to download the recovery via WIFI it says package failure.
Nixonkai417 said:
I rooted my phone and was running xenon HD on my Huawei honor 5x, in the midst of switching ROMs I accidently targeted a TWRP recovery.img with the ROM and Gapps.
So what my phone dose now is when it powers on it an all green screen with a red box and a blue box. After a second it come up with " recovery image verify failed, please update to verified images." I can enter fastboot&rescue mode and a Huawei erecovery, but when i do try to download the recovery via WIFI it says package failure.
Click to expand...
Click to collapse
What happens when you try flashing through fastboot
Assuming that your bootloader is unlocked have you tried reflashing twrp?
-Hope- said:
What happens when you try flashing through fastboot
Assuming that your bootloader is unlocked have you tried reflashing twrp?
Click to expand...
Click to collapse
I had unlocked my bootloader but some research I was doing says, when you accidently flash wrong images it can relock the bootloader. I lost the original bootloader code and i don't exactly have the box anymore, so getting a new code will be difficult.
Nixonkai417 said:
I had unlocked my bootloader but some research I was doing says, when you accidently flash wrong images it can relock the bootloader. I lost the original bootloader code and i don't exactly have the box anymore, so getting a new code will be difficult.
Click to expand...
Click to collapse
As long as the bootloader says 'phone is unlocked' then its ok
-Hope- said:
As long as the bootloader says 'phone is unlocked' then its ok
Click to expand...
Click to collapse
I'm my case the bootloader has relocked, so in green it say phone status: locked.
Nixonkai417 said:
I'm my case the bootloader has relocked, so in green it say phone status: locked.
Click to expand...
Click to collapse
I've reread your previous post and you didn't mentioned what happens in the cmd window when trying to flash the files?
-Hope- said:
I've reread your previous post and you didn't mentioned what happens in the cmd window when trying to flash the files?
Click to expand...
Click to collapse
(REMOTE: command not allowed)
I have already sent an email to Huawei support, just waiting on a response to see if they can give me another unlock code. If I'm unable to unlock the boot loader again with the codes, what's my options for unlocling the boot loader without Huawei's help.

Micromax Canvas Infinity HS2 twrp and Root Magisk(finnaly root)

First read full steps iam not pro developer just share my experience(if step or missed just say)
Step 1. Download twrp Recovery for Your Device (HS2)From
Step 2. Download adb install.zip and extract From above adb and Fastboot driver Installer
Step 3. Now Install adb and fastboot Driver on Your pc, path(C:\Program Files\Minimal ADB and Fastboot or C:\Program Files (x86)\Minimal ADB and Fastboot)
Step 4. Go to Setting>about Phone>type 7 time Build number > Back>Developer Option and Enable Device Debugging And Oem Unlock
Step 5.Open the command on your PC. To open a command window in the current directory in Windows, press shift + Right Click anywhere on Windows explorer connect device into pc open CMD Here and type command :good:
Then follow Bellow Instructions be Remember Bootloader Must Unlock(open cmd " fastboot oem unlock-go" without qoutes)
Step 6. Unlock bootloader using below Code try first if fail then unlock using second Code
fastboot oem unlock-go
or
fastboot flashing unlock
And one think unlock bootloader if loss data and stoarge:silly:
Step7. Rename twrp into recovery.img and put in adb Folder
Step8.(cmd) fastboot boot recovery recovery.img (dont flash just boot)
Step9. Recovery is Now boot and copy magisk on stoarge
Download Magisk latest yours choice(but i prefer magisk 15.1). copy to Device storage [internatl/ external].
In the twrp Go to backup tab and Create a nadroid backup. Don’t forgot to include NVRAM or imei aka ESF in case any porblem or bootloop
Go to Install tab and Locate Download magisk and confirm Install, wait For Success Done.
[installed] make a System Reboot By this Command
fastboot reboot (if new member search how to recovery boot on android search youtube )
first boot may time pls just wait if sucess press thanks button
Error cannot load recovery.img
Plzzzz help
Hem97 said:
Error cannot load recovery.img
Plzzzz help
Click to expand...
Click to collapse
Screen shot
Hem97 said:
Error cannot load recovery.img
Plzzzz help
Click to expand...
Click to collapse
Unlock bootloder and say wat error
george.simbu said:
Unlock bootloder and say wat error
Click to expand...
Click to collapse
Yes i unlock bootloader...using cmd..
All okay but when i try 'fastboot boot recovery twrp.img'
Then 'permisen denied' shows
I am using xda app ..i dont know why says bad network cant upload screenshots
Hem97 said:
Yes i unlock bootloader...using cmd..
All okay but when i try 'fastboot boot recovery twrp.img'
Then 'permisen denied' shows
I am using xda app ..i dont know why says bad network cant upload screenshots
Click to expand...
Click to collapse
Usb debugging check and start
Hem97 said:
Yes i unlock bootloader...using cmd..
All okay but when i try 'fastboot boot recovery twrp.img'
Then 'permisen denied' shows
I am using xda app ..i dont know why says bad network cant upload screenshots
Click to expand...
Click to collapse
U have dnt unlock bootloder pls check that cmd using at post 2nd cmd
george.simbu said:
U have dnt unlock bootloder pls check that cmd using at post 2nd cmd
Click to expand...
Click to collapse
Bootloder issue
Yes i got it.....?
Factory data reset and then i do this tutorial....and i successfully flashed twrp
---------- Post added at 08:16 PM ---------- Previous post was at 08:11 PM ----------
Please port miui 9 or lineage os 15 for micromax canvas infinity hs2
Make time buddy my previous mobile hs2 but iam use still now mi a1 lets wait
george.simbu said:
Step1. Download twrp Recovery for Your Device (HS2)From
Step 2. Download adb folder From above and Fastboot driver Installer From above
Step 3. Go to Setting>about Phone>type 7 time Build number > Back>Developer Option and Enable Device Debugging And Oem Unlock.
Step 4. then follow Bellow Instructions, BE Remember Bootloader Must Unlock(open cmd " fastboot oem unlock-go" without qoutes)
Step 5. Now Install Correct adb and fastboot Driver on Your pc, Go to adb folder connect device into pc open CMD Here and type command .
tep7. Unlock bootloader using below Code try first if fail then unlock using second Code
fastboot flashing unlock
or
fastboot oem unlock-go
Step8. Rename twrp into recovery.img and put in adb Folder, To flash twrp Type-
fastboot boot recovery recovery.img(dont flash just boot)
Step9. Recovery is Now boot
Root Micromax Canvas Infinity-
Download Magisk latest(but i prefer magisk 15.1). Save it to Device storage [internatl/ external].
In the twrp Go to backup tab and Create a nadroid backup. Don’t forgot to include NVRAM or imei aka ESF.
Go to Install tab and Locate Download magisk and confirm Install, wait For Success Done.
[installed] make a System Reboot By this Command
fastboot reboot
first boot may time pls just wait if sucess press thanks button
thanks you xda
Click to expand...
Click to collapse
Are you sure this is the right recovery for micromax hs2, cuz i flashed this on my device and now its on bootloop, please don't put misleading stuff on xda. And moderators i request please dont allow people to fool others by promoting misleading tech stuff
Sudhangshu said:
Are you sure this is the right recovery for micromax hs2, cuz i flashed this on my device and now its on bootloop, please don't put misleading stuff on xda. And moderators i request please dont allow people to fool others by promoting misleading tech stuff
Click to expand...
Click to collapse
This right recovery and one member also sucess I am not fool mind you words
george.simbu said:
This right recovery and one member also sucess I am not fool mind you words
Click to expand...
Click to collapse
IAM just boot on recovery don't falshed
george.simbu said:
Step1. Download twrp Recovery for Your Device (HS2)From
Step 2. Download adb folder From above and Fastboot driver Installer From above
Step 3. Go to Setting>about Phone>type 7 time Build number > Back>Developer Option and Enable Device Debugging And Oem Unlock.
Step 4. then follow Bellow Instructions, BE Remember Bootloader Must Unlock(open cmd " fastboot oem unlock-go" without qoutes)
Step 5. Now Install Correct adb and fastboot Driver on Your pc, Go to adb folder connect device into pc open CMD Here and type command .
tep7. Unlock bootloader using below Code try first if fail then unlock using second Code
fastboot flashing unlock
or
fastboot oem unlock-go
Step8. Rename twrp into recovery.img and put in adb Folder, To flash twrp Type-
fastboot boot recovery recovery.img(dont flash just boot)
Step9. Recovery is Now boot
Root Micromax Canvas Infinity-
Download Magisk latest(but i prefer magisk 15.1). Save it to Device storage [internatl/ external].
In the twrp Go to backup tab and Create a nadroid backup. Don’t forgot to include NVRAM or imei aka ESF.
Go to Install tab and Locate Download magisk and confirm Install, wait For Success Done.
[installed] make a System Reboot By this Command
fastboot reboot
first boot may time pls just wait if sucess press thanks button
thanks you xda
Click to expand...
Click to collapse
Hello george simbu, actually you missed out couple of steps in this flashing process, when i tried using boot with recovery nothing happens, but when i flashed twrp the mobile goes into bootloop.
So how did i solved it, after flashing twrp i run the boot command in adb i.e. Fastboot boot recovery recovery.img, and then i finally be able to get my device out of bootloop
---------- Post added at 06:27 PM ---------- Previous post was at 06:24 PM ----------
george.simbu said:
This right recovery and one member also sucess I am not fool mind you words
Click to expand...
Click to collapse
And youre not fool, but next time when you try and make a tutorial please try put most of the processes into it, it actually helps the new people whose trying the flashing first time. Even i had a hard time sorting things with adb and fastboot command. It would be much appreciated if i would've got all of those command in just one place rather than going over and searching all of the internet for those commands
Foxhoundalpha said:
Hello george simbu, actually you missed out couple of steps in this flashing process, when i tried using boot with recovery nothing happens, but when i flashed twrp the mobile goes into bootloop.
So how did i solved it, after flashing twrp i run the boot command in adb i.e. Fastboot boot recovery recovery.img, and then i finally be able to get my device out of bootloop
---------- Post added at 06:27 PM ---------- Previous post was at 06:24 PM ----------
And youre not fool, but next time when you try and make a tutorial please try put most of the processes into it, it actually helps the new people whose trying the flashing first time. Even i had a hard time sorting things with adb and fastboot command. It would be much appreciated if i would've got all of those command in just one place rather than going over and searching all of the internet for those commands
Click to expand...
Click to collapse
yes iam re edits step if worng say iam changed
Error this device Micromax hs2
Milkhu said:
Error this device Micromax hs2
Click to expand...
Click to collapse
Factory reset and try again must bootloader unlock
Okay, for all those who are getting errors whatsoever, here i would like to tell you that i followed these steps and flashed twrp and rooted my device with magisk.. as explained by author..
1) unlock bootloader ( make sure to enable developer options, check unlock oem option, check debug option, check unknown sources in security option)
Use "fastboot oem unlock-go" as it worked for me on my canvas infinity hs2.
2) now after your fone is resetted after unlocking, do the initial setup with setting up account etc and once you at home screen go to settings and once again enable developer options, check unlock oem option, check debug option, check unknown sources in security.
Then connect fone to pc, you'll get adb promt on fone screen, allow it and on pc cmd type "adb reboot bootloader"
Then volume up on fone.
And on pc cmd type
Fastboot flash recovery twrp.img
(Well the author told to use boot command instead of flash, but boot didn't work for me so i used fastboot flash recovery twrp.img
Once this is done type
Fastboot reboot
And as the fone is about to reboot, quickly press volume down for twrp to load. Then you can transfer magisk from pc while twrp is on screen. And install magisk provided in the link.
Reboot and you will see your fone rooted. Voila. Done.
George.simbu did u ported any roms like lineage/RR for micromax canvas infinity
---------- Post added at 07:26 PM ---------- Previous post was at 07:25 PM ----------
I am just a noob and dont want to try porting roms on my hs2 as im afraid i might mess up my phone doing so
Foxhoundalpha said:
George.simbu did u ported any roms like lineage/RR for micromax canvas infinity
---------- Post added at 07:26 PM ---------- Previous post was at 07:25 PM ----------
I am just a noob and dont want to try porting roms on my hs2 as im afraid i might mess up my phone doing so
Click to expand...
Click to collapse
No brother

[need help] asus zc520kl [x00hd] any working rom with twrp

Update/Solved:
Currently the only way for people who deleted their OS completely in this phone model X00HD/ZC520KL is to restore the official firmware.
You can ask for a backup recovery folder in XDA Forums ( https://forum.xda-developers.com/zen...help?nocache=1) if you do not have made a backup with people who have the same phone model. You must have TWRP previously installed and bootloader unlocked. Flashing the official firmware via .zip files is not working with twrp, you must restore the folder. After having the files needed, your recovery folder will not appear on the RESTORE section so follow this simple tutorial to make it appear there (https://youtu.be/trlG3ZxwQxI)
This method will bring your phone back to life if you're stuck in TWRP Recovery Mode with "No OS installed". This method is working and it's the only way for you to use your phone again until developers create custom ROM's for this model.
DEVICE INFO:
ASUS ZENFONE 4 MAX ZC520KL [X00HD]
Please, can anyone reply? I need an answer. Thanks for your time.
https://forum.xda-developers.com/zenfone-4-max/how-to/zenfone-4-max-rom-twrp-flash-twrp-t3776287
jenere said:
https://forum.xda-developers.com/zenfone-4-max/how-to/zenfone-4-max-rom-twrp-flash-twrp-t3776287
Click to expand...
Click to collapse
This ROM is for is for the Asus model of ZenFone 4 Max ZC554KL [X00ID]. My device is the same but the model is ZenFone 4 Max ZC520KL [X00HD]. Will it work also on my device? :fingers-crossed:
jenere said:
https://forum.xda-developers.com/zenfone-4-max/how-to/zenfone-4-max-rom-twrp-flash-twrp-t3776287
Click to expand...
Click to collapse
Hello, I tried your solution. It did not work. I keep getting Error Number 7 when flashing the ROM. Plus I also tried to delete the assert line in the uptader-script of the ROM you gave me the link after learning from a tutorial how to solve Error Number 7 and after that I got another error: Invalid Zip Format. I don't know what do to more, is this ROM link really compatible with my device? I need urgent help.
ANDROIDMASTER67 said:
Hello, I tried your solution. It did not work. I keep getting Error Number 7 when flashing the ROM. Plus I also tried to delete the assert line in the uptader-script of the ROM you gave me the link after learning from a tutorial how to solve Error Number 7 and after that I got another error: Invalid Zip Format. I don't know what do to more, is this ROM link really compatible with my device? I need urgent help.
Click to expand...
Click to collapse
did you try the stock firmware in the official site for asus? i think installing the the official stock firmware will solve your problem just chose there the proper firmware for.. can i ask if already unlock your bootloader or already change you stock twrp?
jenere said:
did you try the stock firmware in the official site for asus? i think installing the the official stock firmware will solve your problem just chose there the proper firmware for.. can i ask if already unlock your bootloader or already change you stock twrp?
Click to expand...
Click to collapse
Thanks for the attention. I already tried tons of ROM's including the official one for this phone. I keep getting Error Number 7. Sometimes when I force an installation editing the uptader-script file it seems everything is working fine, but at the end of the ROM flash process the phone reboots and goes back to TWRP like everything had never happened. I have never seen a successful feedback, just the "Failed" message or a unexpected reboot that goes back to TWRP.
I don't know what do you mean with unlocking bootloader as I have no ROM installed and always I turn ON my phone I go to TWRP automatically. My TWRP version is 3.1.1.
ANDROIDMASTER67 said:
Hello, I tried your solution. It did not work. I keep getting Error Number 7 when flashing the ROM. Plus I also tried to delete the assert line in the uptader-script of the ROM you gave me the link after learning from a tutorial how to solve Error Number 7 and after that I got another error: Invalid Zip Format. I don't know what do to more, is this ROM link really compatible with my device? I need urgent help.
Click to expand...
Click to collapse
https://forum.xda-developers.com/showthread.php?t=2302599 did you try this?
---------- Post added at 01:50 AM ---------- Previous post was at 01:45 AM ----------
there's alot of tutorial video in google and youtube showing how to fix error code 7 when flashing rom
jenere said:
https://forum.xda-developers.com/showthread.php?t=2302599 did you try this?
---------- Post added at 01:50 AM ---------- Previous post was at 01:45 AM ----------
there's alot of tutorial video in google and youtube showing how to fix error code 7 when flashing rom
Click to expand...
Click to collapse
Not working, as I said before, I've already tried to solve this Error. Either 3 things happen: the installation seems to be running good but at some point the device automatically reboots to it's original condition of TWRP (Liniage OS flash and after editing the file to solve Error Number 7 + I get a message saying "Invalid zip format" (Official Asus Firmware flash after editing the file to solve Error Number 7) + I get Error Number 7.
Backup ROM
Hi, I have the same model and I have TWRP as well. I think I can make backup of my ROM an upload it so you can install it on your phone, would that work for you?
pantarz said:
Hi, I have the same model and I have TWRP as well. I think I can make backup of my ROM an upload it so you can install it on your phone, would that work for you?
Click to expand...
Click to collapse
Hello @pantarz, yes, give me your backup ROM you have in your phone, it should work on mine. I'm really thankful to see people like this these days. Just need the .zip file for the ROM. Thanks in advance.
Currently the only way for people who deleted their OS completely in this phone model X00HD/ZC520KL is to restore the official firmware.
You can ask for a backup recovery folder in XDA Forums ( https://forum.xda-developers.com/zenfone-4-max/help?nocache=1) if you do not have made a backup. You must have TWRP previously installed and bootloader unlocked. Flashing the official firmware via .zip files is not working with twrp, you must restore the folder. Your recovery folder will not appear on the RESTORE section so follow this simple tutorial to make it appear there (https://youtu.be/trlG3ZxwQxI)
This method will bring your phone back to live if you're stuck in TWRP Recovery Mode with "No OS installed". This method is working and it's the only way for you to use your phone again until developers create custom ROM's for this model.
Hi @ANDROIDMASTER67, @pantarz I also break my phone ZC520KL ( X00HD ). It shows "no os installed" and "error 7" when I try to install a ROM.
Can you please help me fix my phone? If there is a backup that I can get please let me know.
Many thanks in advance.
I've managed to fix it by doing the following:
Copy the original recovery from a firmware package.
I could find one in the file https://androidfilehost.com/?fid=11050483647474829889, location /Asus_Zenfone_4_Max_ZC520KL_20171225/Firmware/recovery.img
Load default recovery
fastboot flash recovery recovery/original-recovery.img
Restart to bootloader
fastboot reboot bootloader
Load flashboot mode
choose the option "update using adb"
ensure that adb can locate devices with
adb devices
load firmware with
adb sideload UL-ASUS_X00HD-WW-14.2016.1805.374-user.zip ( try download from: https://www.beritahuaja.com/2018/11/download-stock-rom-asus-zenfone-4-max-zc520kl.html )
Easy way with only fastboot
1. Get adb and fastboot drivers
2. go to this page h ttps://addrom.com/raw-rom-for-asus-zenfone-4-max-zc520kl/ Dowload the original firware
3. Extract the files inside the your disc C:Adb
4. Go to your celphone and enter in fastboot mode... then conect the celphone to your computer ... then use cmd " fastboot flash recovery recovery.img" .. this is for restore the original recovery if you have twrp.. if you dont have it , its no neccesary ..
5. in fastboot mode , go to Inside the firware search flashall_AFT.bat , double clik , wait until finish
6. go to recovery mode wipe/factory reset and tadaaaa! Your Os is restore again :bueno:
asus-zenfone-4-max-zc520kl
Luisanchez70 said:
1. Get adb and fastboot drivers
2. go to this page h ttps://addrom.com/raw-rom-for-asus-zenfone-4-max-zc520kl/ Dowload the original firware
3. Extract the files inside the your disc C:Adb
4. Go to your celphone and enter in fastboot mode... then conect the celphone to your computer ... then use cmd " fastboot flash recovery recovery.img" .. this is for restore the original recovery if you have twrp.. if you dont have it , its no neccesary ..
5. in fastboot mode , go to Inside the firware search flashall_AFT.bat , double clik , wait until finish
6. go to recovery mode wipe/factory reset and tadaaaa! Your Os is restore again :bueno:
Click to expand...
Click to collapse
i have unlock bootloader after flash this firmware relock it agin ?
Amadu said:
I've managed to fix it by doing the following:
Copy the original recovery from a firmware package.
I could find one in the file https://androidfilehost.com/?fid=11050483647474829889, location /Asus_Zenfone_4_Max_ZC520KL_20171225/Firmware/recovery.img
Load default recovery
fastboot flash recovery recovery/original-recovery.img
Restart to bootloader
fastboot reboot bootloader
Load flashboot mode
choose the option "update using adb"
ensure that adb can locate devices with
adb devices
load firmware with
adb sideload UL-ASUS_X00HD-WW-14.2016.1805.374-user.zip ( try download from: https://www.beritahuaja.com/2018/11/download-stock-rom-asus-zenfone-4-max-zc520kl.html )
Click to expand...
Click to collapse
It works. It really works. You have saved my Asus X00HD. Thank you.
Luisanchez70 said:
Easy way with only fastboot
1. Get adb and fastboot drivers
2. go to this page h ttps://addrom.com/raw-rom-for-asus-zenfone-4-max-zc520kl/ Dowload the original firware
3. Extract the files inside the your disc C:Adb
4. Go to your celphone and enter in fastboot mode... then conect the celphone to your computer ... then use cmd " fastboot flash recovery recovery.img" .. this is for restore the original recovery if you have twrp.. if you dont have it , its no neccesary ..
5. in fastboot mode , go to Inside the firware search flashall_AFT.bat , double clik , wait until finish
6. go to recovery mode wipe/factory reset and tadaaaa! Your Os is restore again :bueno:
Click to expand...
Click to collapse
you save me
THANK YOUUUU

Categories

Resources