Unable to Boot Custom ROM after ZenUI Android 6.0.1 - Zenfone 2 Laser Q&A, Help & Troubleshooting

I have Asus Zenfone Selfie ZD551KL
I flashed ZenUi pre-rooted ROM and now after I flash other ROMs
(including Lollipop ZenUI) phone reboots as soon as boot finishes and loops.
I tried Restoring an old TWRP backup from when I used Resurrection Remix M, didn't work
I got ZenUI WW_21.40.0.1692 from www.asus-zenfone.com
Commands I used to flash ZenUi Android 6.0.1
Code:
fastboot erase userdata
fastboot erase system
fastboot flash aboot aboot.mbn
fastboot flash boot boot.img
fastboot flash hyp hyp.mbn
fastboot flash modem modem.bin
fastboot flash recovery recovery.img
fastboot flash rpm rpm.mbn
fastboot flash sbl1 sbl1.mbn
fastboot flash tz tz.mbn
fastboot flash system system.img
also I found that
Code:
fastboot oem reboot-recovery
command doesn't work any more.
How can I fix this?

Related

[Q] RSDLITE in windows 8 not working?

Hey I've seen lots of posts around XDA about Win8 and RSDLITE issues, I can do everything - fastboot, see SD Card on phone, EVERYTHING, but when I installed RSDLITE 6.1.4 onto my Win8 machine, it just won't recognise my Razr M (XT905).
Just trying to get the newly released firmware files for JB onto my razr...can you fastboot them or do you need to use RSDLITE on the XMLs?
HELP!!!
Just do it manually using command-line fastboot.
In your case full list will be:
fastboot flash partition gpt_main0.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash sbl2 sbl2.mbn
fastboot flash sbl3 sbl3.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot reboot-bootloader
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash logo logo.bin
fastboot flash devtree device_tree.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cdrom cdrom
fastboot erase tombstones
fastboot erase cache
If you want to delete user data, add:
fastboot erase userdata
After that continue booting by typing:
fastboot continue
and you've done.
You can make simply bat-file and just copy these lines there to simplify the procedure.
i'm running windows 8 and have never had any issues with rsdlite.
i'd try running usbdeview as admin and remove all moto drivers and then plug in phone to let the drivers load again.
another thing to be aware of is rsdlite asks for network access on first start, so make sure you allow access.
Q9Nap said:
i'm running windows 8 and have never had any issues with rsdlite.
i'd try running usbdeview as admin and remove all moto drivers and then plug in phone to let the drivers load again.
another thing to be aware of is rsdlite asks for network access on first start, so make sure you allow access.
Click to expand...
Click to collapse
Thanks Osmatic, just noticed there's a flash_fastboot.bat file in the folder...here goes!!!
Edit: JELLY BEANS JELLY BEANS JELLY BEANS!

Bootloader splash screen

hello,
I need to return the phone to retailer, but cannot get rid of the tux penguin, I need the old ZUK bootloader splash to return the phone. How can I do this? Would returning the phone to Stock COS 12.1 with a COS recovery do this?
cheers
I've updated to the unofficial CM13 ROM http://forum.xda-developers.com/zuk-z1/orig-development/unofficial-cm13-t3277885
I've also updated to the MM firware, Bootloader latest https://www.androidfilehost.com/?fid=24351979186684091
Just flash the original COS Version, if everything works, flash the stock Rom, then lock the bootloader and you should be on the safe side
---------- Post added at 03:22 PM ---------- Previous post was at 03:21 PM ----------
Stock recovery on ROM sry
Flash the emmc-appboot file from a COS fastboot package into the aboot partition, that should restore your previous Cyanogen screen.
You might have to also flash the sbl1 file into the same named partition when doing this.
MrColdbird said:
Flash the emmc-appboot file from a COS fastboot package into the aboot partition, that should restore your previous Cyanogen screen.
You might have to also flash the sbl1 file into the same named partition when doing this.
Click to expand...
Click to collapse
Thank you - Would flashing the whole cm-12.1-YOG4PAS3OH-ham-signed-fastboot.zip file via TWRP achieve the same result or would I need to flash the files only you mention via TWRP be needed?
EggZenBeanz said:
Thank you - Would flashing the whole cm-12.1-YOG4PAS3OH-ham-signed-fastboot.zip file via TWRP achieve the same result or would I need to flash the files only you mention via TWRP be needed?
Click to expand...
Click to collapse
This is what I did:
Download the fast signed image of COS 12.1 here http://builds.cyngn.com/factory/ham/...d-fastboot.zip
Unzip it
Open cmd or terminal
Go to the unzipped folder
Execute this step by step:
fastboot -i 0x2b4c flash aboot emmc_appsboot.mbn
fastboot -i 0x2b4c flash modem NON-HLOS.bin
fastboot -i 0x2b4c flash rpm rpm.mbn
fastboot -i 0x2b4c flash sbl1 sbl1.mbn
fastboot -i 0x2b4c flash dbi sdi.mbn
fastboot -i 0x2b4c flash splash splash.img
fastboot -i 0x2b4c flash tz tz.mbn
fastboot -i 0x2b4c flash persist persist.img
This will restore your bootloader with logo to stock Cyanogen. It will remain unlocked.

How to flash stock images - brick recovery

I managed to soft brick my Storm with one of the CM13 updates (both normal boot and recovery just resulted in a black flickering screen), it seems others are having similar issues so here are instructions for restoring your phone to the stock image, this fixed the brick for me.
You need fastboot so download and install the Android SDK if not already present: http://developer.android.com/sdk/installing/index.html
Download and uncompress the stock Cyanogen OS fastboot zip: https://cyngn.com/support
Boot your phone into fastboot mode, (plug in USB then hold down vol+ and power until rebooted, keep holding vol+ until in fastboot)
Start a shell/command prompt on your computer to execute the commands below.
THIS WILL WIPE EVERYTHING!!! - THIS IS A COMPLETE STOCK RESTORATION!!!
Execute these fastboot commands from within the extracted stock zip directory:
Code:
fastboot flash aboot emmc_appsboot.mbn
fastboot flash abootbak emmc_appsboot.mbn
fastboot erase DDR
fastboot flash sbl1 sbl1.mbn
fastboot flash sbl1bak sbl1.mbn
fastboot flash tz tz.mbn
fastboot flash tzbak tz.mbn
fastboot flash hyp hyp.mbn
fastboot flash hypbak hyp.mbn
fastboot flash rpm rpm.mbn
fastboot flash rpmbak rpm.mbn
fastboot flash modem NON-HLOS.bin
fastboot flash cache cache.img
fastboot erase splash
fastboot flash splash splash.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot flash boot boot.img
If the cache command gives an error try continuing anyway.
If you want to try to save your user data skip the userdata command, but no guarantees.
Search the other threads on XDA for instructions on booting or flashing custom recoveries, ROMs, root etc.
I've also bricked my Storm with cm13 update in January . I flashed every img using fastboot and it recovered. i skipped the other files and it still works. Good that someone written tutorial for others. I was planning to write it by myself but you were faster
I have made a simple batch script that executes the commands by itself. You need to unzip and place these 2 files into images direction. It should look like this:
View attachment 3656958
Click on picture to make it bigger
then just connect your device in fastboot mode and open the FLASH-ALL.bat file. Press enter. It will flash all the images. IT WILL ONLY WORK IF FILES WILL BE PLACED LIKE ON THE SCREENSHOT!!
I got blinking brick. I can not go into fastboot
@up Don't connect the usb cord. While it's blinking press and hold vol up+ power for 10 seconds, release power button and it should go into fastboot.
If no, let it fully discharge, and then try volup + power
95% of the time flashing system should do the trick. Otherwise the flashall argument should save you a lot of typing.
aciupapa said:
I've also bricked my Storm with cm13 update in January . I flashed every img using fastboot and it recovered. i skipped the other files and it still works. Good that someone written tutorial for others. I was planning to write it by myself but you were faster
Click to expand...
Click to collapse
my storm is dead, i cant get into recovery or download mode....any advice...i did get it rooted and the recovery...i flash the cm 13 kipper and it went dead...red light comes on when charging or usb connection.
miSAKe said:
I managed to soft brick my Storm with one of the CM13 updates (both normal boot and recovery just resulted in a black flickering screen), it seems others are having similar issues so here are instructions for restoring your phone to the stock image, this fixed the brick for me.
You need fastboot so download and install the Android SDK if not already present: http://developer.android.com/sdk/installing/index.html
Download and uncompress the stock Cyanogen OS fastboot zip: https://cyngn.com/support
Boot your phone into fastboot mode, (plug in USB then hold down vol+ and power until rebooted, keep holding vol+ until in fastboot)
Start a shell/command prompt on your computer to execute the commands below.
THIS WILL WIPE EVERYTHING!!! - THIS IS A COMPLETE STOCK RESTORATION!!!
Execute these fastboot commands from within the extracted stock zip directory:
Code:
fastboot flash aboot emmc_appsboot.mbn
fastboot flash abootbak emmc_appsboot.mbn
fastboot erase DDR
fastboot flash sbl1 sbl1.mbn
fastboot flash sbl1bak sbl1.mbn
fastboot flash tz tz.mbn
fastboot flash tzbak tz.mbn
fastboot flash hyp hyp.mbn
fastboot flash hypbak hyp.mbn
fastboot flash rpm rpm.mbn
fastboot flash rpmbak rpm.mbn
fastboot flash modem NON-HLOS.bin
fastboot flash cache cache.img
fastboot erase splash
fastboot flash splash splash.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot flash boot boot.img
If the cache command gives an error try continuing anyway.
If you want to try to save your user data skip the userdata command, but no guarantees.
Search the other threads on XDA for instructions on booting or flashing custom recoveries, ROMs, root etc.
Click to expand...
Click to collapse
Perfect, thanks.
Would have worked FIRST time if I'd read your instructions properly, instead it worked the SECOND time. Important to download "the stock Cyanogen OS fastboot zip" from the Cyngn support page - there are two similar looking files and obviously I picked the wrong one first.
Thanks again.
miSAKe said:
Hello,
As you know, cyngn.com is unavailable. i need kipper files, specially original recovery.img
do you know any alive link(s)? or can you upload/send to me?
thanks very much
Click to expand...
Click to collapse
ftabashir said:
miSAKe said:
Hello,
As you know, cyngn.com is unavailable. i need kipper files, specially original recovery.img
do you know any alive link(s)? or can you upload/send to me?
thanks very much
Click to expand...
Click to collapse
here
https://www.androidfilehost.com/?w=files&flid=59917
Click to expand...
Click to collapse
ghertas said:
ftabashir said:
here
https://www.androidfilehost.com/?w=files&flid=59917
Click to expand...
Click to collapse
thanks. but this is the whole ROM. i downloaded it and couldn't find "recovery.img". how can i find original recovery for kipper (wileyfox storm)?
Click to expand...
Click to collapse
ftabashir said:
ghertas said:
thanks. but this is the whole ROM. i downloaded it and couldn't find "recovery.img". how can i find original recovery for kipper (wileyfox storm)?
Click to expand...
Click to collapse
cm-13.1.2
instal via ADB Fastboot
youtube help you to how instal
recovery.
https://www.androidfilehost.com/?fid=24727376692773052
full rom
https://www.androidfilehost.com/?fid=24727369092694607
Click to expand...
Click to collapse
ghertas said:
ftabashir said:
cm-13.1.2
instal via ADB Fastboot
youtube help you to how instal
recovery.
https://www.androidfilehost.com/?fid=24727376692773052
full rom
https://www.androidfilehost.com/?fid=24727369092694607
Click to expand...
Click to collapse
Thanks. but I downloaded recovery from this link.
Then i tried to run "fastboot flash recovery cm-13.1.2-ZNH2KAS3NA-kipper-boot-debuggable-6c1a30b194.img"
but it said:
OEM locked device can't boot unsigned image. Do you want to continue?
Yes
No
I pressed no and it said:
target reported max download size of 268435456 bytes
sending 'recovery' (20866 KB)...
OKAY [ 0.791s]
writing 'recovery'...
FAILED (remote: Image could brick the device. Flashing canceled.)
finished. total time: 2.129s
I ran the command again and this time I chose Yes and it said:
target reported max download size of 268435456 bytes
sending 'recovery' (20866 KB)...
OKAY [ 0.783s]
writing 'recovery'...
OKAY [ 16.962s]
finished. total time: 17.751s
but as it said, when i try to boot recovery i saw this message: OEM locked device can't boot unsigned image. oem unlock or flash signed boot image.
I need a signed recovery, but i couldn't find such recovery anywher. Please help me
Also when i try to run fastboot oem unlock it says that: FAILED (remote: oem unlock is not allowed)
So the only solution would be installing a signed recovery.
Note: 3day ago i installed a custom recovery without oem unlock. now my device stops at boot animation and i cant boot into android. also i can't boot into recovery because oem is locked and recovery is not signed. I need a signed recovery.
Click to expand...
Click to collapse
miSAKe said:
I managed to soft brick my Storm with one of the CM13 updates (both normal boot and recovery just resulted in a black flickering screen), it seems others are having similar issues so here are instructions for restoring your phone to the stock image, this fixed the brick for me.
You need fastboot so download and install the Android SDK if not already present: http://developer.android.com/sdk/installing/index.html
Download and uncompress the stock Cyanogen OS fastboot zip: https://cyngn.com/support
Boot your phone into fastboot mode, (plug in USB then hold down vol+ and power until rebooted, keep holding vol+ until in fastboot)
Start a shell/command prompt on your computer to execute the commands below.
THIS WILL WIPE EVERYTHING!!! - THIS IS A COMPLETE STOCK RESTORATION!!!
Execute these fastboot commands from within the extracted stock zip directory:
Code:
fastboot flash aboot emmc_appsboot.mbn
fastboot flash abootbak emmc_appsboot.mbn
fastboot erase DDR
fastboot flash sbl1 sbl1.mbn
fastboot flash sbl1bak sbl1.mbn
fastboot flash tz tz.mbn
fastboot flash tzbak tz.mbn
fastboot flash hyp hyp.mbn
fastboot flash hypbak hyp.mbn
fastboot flash rpm rpm.mbn
fastboot flash rpmbak rpm.mbn
fastboot flash modem NON-HLOS.bin
fastboot flash cache cache.img
fastboot erase splash
fastboot flash splash splash.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot flash boot boot.img
If the cache command gives an error try continuing anyway.
If you want to try to save your user data skip the userdata command, but no guarantees.
Search the other threads on XDA for instructions on booting or flashing custom recoveries, ROMs, root etc.
Click to expand...
Click to collapse
How did you enter fastboot without enabling usb debugging/developer option?

[HELP] Broke my phone

Hello everyone,
My version is HM201413 EU could somebody gently provide me a zip for firmware update (*.bin) or zip ?
I flashed the following zip, thinking that it was for my phone version, which apparently is not:
https://drive.google.com/file/d/0B79XcvnRFAc5WldyYVJ0YWpVOU0/view
I was just thinking if it would be possible via fastboot to override these files with the latest ones for my phone, since I took some pictures which i do not want to loose therefore if someone could give me the way via fastboot to just override this elements it would be great:
Can somebody support me here?
Thank you!!
Hi guys,
Sorted it out already.
Basically I've downloaded the 201413 ROM and grabbed the same files that were replaced on the zip:
Code:
NON-HLOS.bin
emmc_appsboot.mbn
hyp.mbn
rpm.mbn
sbl1.mbn
tz.mbn
then I've downloaded Minibal adb and fastboot, putted my phone in fastboot and typed the following commands:
Code:
fastboot flash aboot emmc_appsboot.mbn
fastboot flash hyp hyp.mbn
fastboot flash rpmbak rpm.mbn
fastboot flash sbl1 sbl1.mbn
fastboot flash tz tz.mbn
fastboot reboot
That is it this way I could do my firmware upgrade without loosing any information.

Flashing Redmi note 4 (Mido) via CMD

Download Firmware From here---> http://en.miui.com/a-234.html
Extract everything , Copy all file & images into Adb Folder
Minimal ADB and Fastboot ---> https://forum.xda-developers.com/showthread.php?t=2317790
Commands
fastboot flash rpm rpm.mbn
fastboot flash rpmbak rpm.mbn
fastboot flash tz tz.mbn
fastboot flash tzbak tz.mbn
fastboot flash devcfg devcfg.mbn
fastboot flash devcfgbak devcfg.mbn
fastboot flash dsp adspso.bin
fastboot flash sec sec.dat
fastboot flash splash splash.img
fastboot flash aboot emmc_appsboot.mbn
fastboot flash abootbak emmc_appsboot.mbn
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash cache cache.img
fastboot flash mdtp mdtp.img
fastboot flash lksecapp lksecapp.mbn
fastboot flash cmnlib cmnlib.mbn
fastboot flash cmnlibbak cmnlib.mbn
fastboot flash cmnlib64 cmnlib64.mbn
fastboot flash cmnlib64bak cmnlib64.mbn
fastboot flash keymaster keymaster.mbn
fastboot flash keymasterbak keymaster.mbn
fastboot flash cust cust.img
fastboot reboot
Copy to a text File and save as .bat
Copy bat file to adb folder
Now open bat now it will getting flash
Sit Back & Relax
In My case mi tool was not working so i did this to flash
Thank You .
Is this method working fine bro?
Sent from my Redmi Note 4X using Tapatalk
abees said:
Is this method working fine bro?
Sent from my Redmi Note 4X using Tapatalk
Click to expand...
Click to collapse
Works Fine NO Issues Bro Tested On Three Different as well Devices
bparihar said:
Works Fine NO Issues Bro Tested On Three Different as well Devices
Click to expand...
Click to collapse
Thanks a lot man.. for me too the miflashtool is not working
Sent from my Redmi Note 4X using Tapatalk
Cool bro Thnkz
i have only flash system recovery cache n boot files ..my device is working fine..is there any problem
[email protected] said:
i have only flash system recovery cache n boot files ..my device is working fine..is there any problem
Click to expand...
Click to collapse
[no problem but a fresh clean flash is a must (have a backup)]
The extracted images package already includes .bat and .sh files for different purposes, why create another one?
Just execute flash_all.bat or flash_all.sh are you're done.
in my case in part "fastboot flash system system.img" notification "error " cannot load system.img"
before bootloop I used ROM epic miui 10 .
now my MIDO stuck in logo MI and restart again adn again ..
help me please fix this error..

Categories

Resources