hey people,
I just tried to flash twrp on my z3c.
however I accidentally used something along the lines of
Code:
fastboot flash boot twrp.img
instead of
Code:
fastboot flash recovery twrp.img
can I easily get back to the stock boot image?
the bootloader is unlocked and I can still access fastboot..
cheers!
You can try flash a correct kernel for your device and firmware
Let's call it by "kernel.img", so use the follow command: fastboot flash boot kernel.img
Then you can flash your recovery as you wish
Related
Hi, can anyone clarify this instruction, I have just finished unlocking bootloader and about to install custom recovery:
Install the build of TWRP using your method of choice, but you must actually flash TWRP to recovery. No fastboot booting it. We need it in recovery so that this build of TWRP will be flashed to your boot. This new build of TWRP has features in it to easily restore your original boot.
shadow071506 said:
Hi, can anyone clarify this instruction, I have just finished unlocking bootloader and about to install custom recovery:
Install the build of TWRP using your method of choice, but you must actually flash TWRP to recovery. No fastboot booting it. We need it in recovery so that this build of TWRP will be flashed to your boot. This new build of TWRP has features in it to easily restore your original boot.
Click to expand...
Click to collapse
The statement means you have to flash(install) the custom recovery by using a command like:
Code:
fastboot flash recovery recovery.img
Or by using a toolkit, however you can't just boot the recovery with a command like this:
Code:
fastboot boot recovery.img
crushalot said:
The statement means you have to flash(install) the custom recovery by using a command like:
Code:
fastboot flash recovery recovery.img
Or by using a toolkit, however you can't just boot the recovery with a command like this:
Code:
fastboot boot recovery.img
Click to expand...
Click to collapse
thanks ..that really helped
Strange, maybe I am missing something but not aware of what...
I've been on Revolution OS and as being curious I gave Android Q a try....means, I flashed "Q" successfully yesterday -through Mi flashing tool- but wasn't happy at all, therefore I went back to Global Dev (again via Mi Flashing tool) to reinstall Revoultion.....Regardless of which TWRP version I' am trying to flash, even after Fastboot is indicating a successful TWRP flash I am not able to access the Recovery. Trying to use adb reboot recovery ends-up in the stock recovery....also fastboot boot recovery.img dosn't help....
even trying to flash the TWRP version I used to install Revolution recerntly does not work.
flyingjack said:
Strange, maybe I am missing something but not aware of what...
I've been on Revolution OS and as being curious I gave Android Q a try....means, I flashed "Q" successfully yesterday -through Mi flashing tool- but wasn't happy at all, therefore I went back to Global Dev (again via Mi Flashing tool) to reinstall Revoultion.....Regardless of which TWRP version I' am trying to flash, even after Fastboot is indicating a successful TWRP flash I am not able to access the Recovery. Trying to use adb reboot recovery ends-up in the stock recovery....also fastboot boot recovery.img dosn't help....
even trying to flash the TWRP version I used to install Revolution recerntly does not work.
Click to expand...
Click to collapse
What I've found is normal commands to boot into recovery do not work for this phone. Boot into fastboot, flash recovery then use volume up and power combination to boot into recovery. Hopefully that will get you back in.
flyingjack said:
Strange, maybe I am missing something but not aware of what...
I've been on Revolution OS and as being curious I gave Android Q a try....means, I flashed "Q" successfully yesterday -through Mi flashing tool- but wasn't happy at all, therefore I went back to Global Dev (again via Mi Flashing tool) to reinstall Revoultion.....Regardless of which TWRP version I' am trying to flash, even after Fastboot is indicating a successful TWRP flash I am not able to access the Recovery. Trying to use adb reboot recovery ends-up in the stock recovery....also fastboot boot recovery.img dosn't help....
even trying to flash the TWRP version I used to install Revolution recerntly does not work.
Click to expand...
Click to collapse
I escaped from the FASTBOOT loop by flashing the FASTBOOT ROM using command.
ROM I used
cepheus_global_images_V10.2.6.0.PFAMIX_20190327.0000.00_9.0_global_9cc39b4570.tgz
The command I used
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash cust cust.img
fastboot flash dtbo dtbo.img
fastboot flash dummy dummy.img
fastboot flash logo logo.img
fastboot flash metadata metadata.img
fastboot flash misc misc.img
fastboot flash persist persist.img
fastboot flash vbmeta vbmeta.img
fastboot flash vendor vendor.img
fastboot erase userdata
fastboot flash userdata userdata.img
fastboot reboot
Finally I found a TWRP version that is working (3.3.0-0423 by wzsx150 -thx mate!) and got back to Revolution OS!!
Thx also for your support!
Hi everybody,
I have used the command fastboot boot TWRP.img on my macbook connected to the MI9 and now I cannot bypass the TWRP screen. 3.3.1-1siankatabg.
I can only have the fastboot mode or the TWRP screen.
My bootloader is unlocked.
I don't have windows.
Thanks for the help;
May be because it's recovery.img and not TWRP.img Try to reflash TWRP (you may try different versions) if you will be able to boot TWRP but not system, reflash your rom, if not just flash fastboot ROM, it can be flashed in fastboot mod.
And i'm just guessing.
Flash TWRP again.
Connect your phone in Fastboot mode and use fastboot commands in this order:
Code:
fastboot flash recovery twrp.img
Code:
fastboot boot twrp.img
And now before u put this command, hold "Volume +" button until vibration:
Code:
fastboot reboot
Then in TWRP if your memory is encrypted, put the password in, and reboot to system from TWRP Menu.
Hi,
I managed to start but I had to erase data
Thanks!
After i erase recovery partition trough fastboot, now if i try to flash recovery twrp It says error no such partition.
Already try to flash stock with xiaomiflash and also Boot twrp and try to flash inside twrp but nothing
Anyone know how to solve?
Mancix said:
After i erase recovery partition trough fastboot, now if i try to flash recovery twrp It says error no such partition.
Already try to flash stock with xiaomiflash and also Boot twrp and try to flash inside twrp but nothing
Anyone know how to solve?
Click to expand...
Click to collapse
•when you flash stock rom they hash # out the line in the programmer .xml that tells miflash to flash to recovery partition. open the .xml and search for the line with "recovery" and change the "filename" line to include recovery.img
•you can also use the "repair" partition and advanced format option in twrp to repair it by booting it
fastboot boot recovery.img
•you can flash it in fastboot by
fastboot flashing unlock_critical
then manually flash the image in fastboot
fastboot flash recovery recovery.img
-are you sure you have Wayne ?
*Jasmine does not have a recovery partition and the recovery goes in the boot partition .........
MAKE SURE TO FLASH IN MIFLASH USING EDL
fastboot oem edl
Hello,
I deciden to install Android 10 Beta 3 then install a custom rom. I succesfully installed Android 10 Beta 3, and tried to install Magisk as told in here. After the patched boot.img step, my device stopped booting.
When I press Power+Volume Up or Down, it always goes to fastboot mode. I can't boot into recovery from fastboot, I can't boot TWRP from fastboot. I tried:
fastboot oem reboot-recovery
fastboot boot twrp.img
fastboot flash recovery twrp.img
As shown in the image rebooting into recovery always failing. What can I do?
same problem here... were you able to fix it?
You might have to use the QFIL method to get your phone going again. Remember you MUST backup the EFS partition and anything associated with your phones imei and SN
Lirimaer said:
Hello,
I deciden to install Android 10 Beta 3 then install a custom rom. I succesfully installed Android 10 Beta 3, and tried to install Magisk as told in here. After the patched boot.img step, my device stopped booting.
When I press Power+Volume Up or Down, it always goes to fastboot mode. I can't boot into recovery from fastboot, I can't boot TWRP from fastboot. I tried:
fastboot oem reboot-recovery
fastboot boot twrp.img
fastboot flash recovery twrp.img
As shown in the image rebooting into recovery always failing. What can I do?
Click to expand...
Click to collapse
flash the boot partition then flash stock recovery then try to flash twrp then try to flash a custom or stock rom what you want.
Lirimaer said:
Hello,
I deciden to install Android 10 Beta 3 then install a custom rom. I succesfully installed Android 10 Beta 3, and tried to install Magisk as told in here. After the patched boot.img step, my device stopped booting.
When I press Power+Volume Up or Down, it always goes to fastboot mode. I can't boot into recovery from fastboot, I can't boot TWRP from fastboot. I tried:
fastboot oem reboot-recovery
fastboot boot twrp.img
fastboot flash recovery twrp.img
As shown in the image rebooting into recovery always failing. What can I do?
Click to expand...
Click to collapse
Anyone solve this problem?
Juninalilla said:
有人解决这个问题吗?
Click to expand...
Click to collapse
这两个可怕的重锁码吓了我一跳,以为手机没电了。幸运的是,我找到了解决方案。你可能需要找个老股rec,跟着视频操作,不用拆机,重点解压。进入adb文件夹,生效
Lirimaer said:
Hello,
I deciden to install Android 10 Beta 3 then install a custom rom. I succesfully installed Android 10 Beta 3, and tried to install Magisk as told in here. After the patched boot.img step, my device stopped booting.
When I press Power+Volume Up or Down, it always goes to fastboot mode. I can't boot into recovery from fastboot, I can't boot TWRP from fastboot. I tried:
fastboot oem reboot-recovery
fastboot boot twrp.img
fastboot flash recovery twrp.img
As shown in the image rebooting into recovery always failing. What can I do?
Click to expand...
Click to collapse
Hey guy,
My phone was running the rom "UL-ASUS_X00QD-ASUS-AOSP-17.0615.2005.25-1.1.1-user.zip" (downloaded from Asus Web). I tried to install the TWRP ver 3.3.1 unofficial and my phone was stuck on the fastboot mode only.
After a lot of searching on how to fix the issue, I didn't change anything and almost gave up, until I've read this thread.
My Asus Zenfone 8 flip is STUCK in CSC FASTBOOT MODE PLZ HELP!, RAW FIRMWARE ANYONE???
These are what I did to get the phone into the recovery mode:
1. Extract the rom zip file that my phone was running on.
2. Copy the file boot.img to adb folder.
3. On PC, at adb folder enter CMD, connect the phone then type
fastboot -w
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot reboot recovery
4. After that, my phone can be booted into the recovery mode.
Hope you can solve the same problem as me.
Bye bye ...