[Recovery][Mi 9][Cepheus]Unofficial TWRP recovery 3.3.0 b8 by LR.Team/wzsx150 - Xiaomi Mi 9 Guides, News, & Discussion

Forgive My Poor English
It's For MI 9 (Not For MI 9 SE)
A Chinese Developer done this
The author's Email & Alipay Donate : [email protected]
The author's weibo :WEIBO
NEED UNLOCK BOOTLOADER and you can flash this recovery
Features and Notice:
1.NOT SUPPORT ENCRYPTED DATA PARTITION
2.Support Full Size offical MIUI ROM
3.NEED UNLOCK BOOTLOADER and you can flash this recovery
4.You can ROOT(magisk is the default) or UNROOT in this recovery
...
viberation not work in this recovery
More Partition in BACKUP/RECOVER
flash .bin & .mbn in Recovery(WARNING : DO NOT SELECT WRONG PARTITION)
...
and some other things
ps: DO NOT FORMAT VENDOR PARTITION (Or Do More Backup to Avoid this Situation)
DOWNLOAD
DOWNLOAD LINK
Beatryma said:
new update from wzsx150
TWRP 3.3.0 Beta 8:
https://mega.nz/#!CH5jgYTB!yNqOiVoo3cf0_15jIwZ-btO52cvpOG7iZrRCe19V2Nc
Click to expand...
Click to collapse
HOW TO FLASH
Power off your phone and press volume down key and press power key to boot to Fastboot Mode
Download Fastboot tools..
open a command line(cmd or powershell in windows) and change directory to the directory where fastboot tool locate(cd PATH/TO/FASTBOOT/TOOL), then you can use fastboot simplely
use
Code:
fastboot flash recovery [PATH TO THE IMAGE FILE YOU DOWNLOADED]
to flash(or grab that file into the cmd window, it will automaticly fill the full path of that file)
then use
Code:
fastboot reboot recovery
to boot the recovery(or just manually press volume up key and power key to reboot to recovery)
because this recovery is not support encrypted data partition, you can download flashable zip at computer and use
Code:
adb push THE/ZIP/FILE/YOU/DOWNLOAD /tmp/
(/tmp is a RAM-disk, means that the size of this partition is your free ram), you can push the flashable zip into your phone and flash it in recovery(or use otg storage devices, but the original author not mention it and Im not testing it)
IF YOUR BOOTLOADER IS LOCKED,but you wanna try it
You can use
Code:
fastboot boot [PATH TO THE IMAGE FILE YOU DOWNLOADED]
to only boot the recovery(not flash recovery)
(not sure 100% success)
Do anything on YOUR OWN RISK
Pictures(and How to set language to English )
I'm not the Author,again..
the author is wzsx150 from LR.TEAM
If you are using Xiaomi MI 9 SE OR OTHER PHONE,DO NOT FLASH THIS RECOVERY IN THIS THREAD.
First screen is 'Keep system partition read-only'
Left bottom is keep system RO,Right Buttom is change Language
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
this is the Main screen and you can follow these steps to change Language to ENGLISH

Great, will try it asap

finally, this works ... where i find magisk for mi 9
but I'm wrong something .... I can't start it with the volume down key + power button

baggino said:
finally, this works ... where i find magisk for mi 9
but I'm wrong something .... I can't start it with the volume down key + power button
Click to expand...
Click to collapse
if you wanna boot into recovery mode ,press volume up key + power button

q792602257 said:
if you wanna boot into recovery mode ,press volume up key + power button
Click to expand...
Click to collapse
how do i go about entering twrp? with volume up and power button does not work
I wanted to try installing magisk, but maybe it's too early....

I can't make a backup with this TWRP.
Verstuurd vanaf mijn MI 9 met Tapatalk

Did you change TARGET_OTA_ASSERT_DEVICE or whatever from xiaomimi9 to cepheus? If not, it's still broken in some way.

*justintime* said:
I can't make a backup with this TWRP.
Verstuurd vanaf mijn MI 9 met Tapatalk
Click to expand...
Click to collapse
This recovery not support encrypted data partition(data partition is encrypted by default),the only way yo backup is connect a otg storage device(i'm not testing and the original author not mention whether support otg device)

msdx321 said:
Did you change TARGET_OTA_ASSERT_DEVICE or whatever from xiaomimi9 to cepheus? If not, it's still broken in some way.
Click to expand...
Click to collapse
Maybe not , I cant upgrade by manually download full size rom and click reboot to install at the stock updater, but you can download at computer and use
Code:
adb push THE/ZIP/FILE/YOU/DOWNLOAD /tmp/
(/tmp is a RAM-disk, means that the size of this partition is your free ram), you can push full size package into it and flash it in recovery
ps: the recovery doesnt support data decrypt, and I cant use sideload to flash these zips(TAT)

q792602257 said:
This recovery not support encrypted data partition(data partition is encrypted by default),the only way yo backup is connect a otg storage device(i'm not testing and the original author not mention whether support otg device)
Click to expand...
Click to collapse
I have mounted OTG with microsd card. But backup is not possible.
Verstuurd vanaf mijn MI 9 met Tapatalk

Rommco05 said:
and flash from OTG is possible?
Click to expand...
Click to collapse
Did not try...... I am fine with Xiaomi.eu atm and have no sense in installing everything again. [emoji16]
So if you flash from OTG it would be possible to backup??

Is this twrp support format data to remove encryption?

q792602257 said:
Forgive My Poor English
It's For MI 9 (Not For MI 9 SE)
A Chinese Developer done this
The author's Email & Alipay Donate : [email protected]
The author's weibo :WEIBO
NEED UNLOCK BOOTLOADER and you can flash this recovery
Features and Notice:
1.NOT SUPPORT ENCRYPTED DATA PARTITION
2.Support Full Size offical MIUI ROM
3.NEED UNLOCK BOOTLOADER and you can flash this recovery
4.You can ROOT(magisk is the default) or UNROOT in this recovery
...
viberation not work in this recovery
More Partition in BACKUP/RECOVER
flash .bin & .mbn in Recovery(WARNING : DO NOT SELECT WRONG PARTITION)
...
and some other things
ps: DO NOT FORMAT VENDOR PARTITION (Or Do More Backup to Avoid this Situation)
DOWNLOAD
DOWNLOAD LINK
HOW TO FLASH
Power off your phone and press volume down key and press power key to boot to Fastboot Mode
Download Fastboot tools..
open a command line(cmd or powershell in windows) and change directory to the directory where fastboot tool locate(cd PATH/TO/FASTBOOT/TOOL), then you can use fastboot simplely
useto flash(or grab that file into the cmd window, it will automaticly fill the full path of that file)
then use to boot the recovery(or just manually press volume up key and power key to reboot to recovery)
because this recovery is not support encrypted data partition, you can download flashable zip at computer and use
(/tmp is a RAM-disk, means that the size of this partition is your free ram), you can push the flashable zip into your phone and flash it in recovery(or use otg storage devices, but the original author not mention it and Im not testing it)
IF YOUR BOOTLOADER IS LOCKED,but you wanna try it
You can use to only boot the recovery(not flash recovery)
(not sure 100% success)
Do anything on YOUR OWN RISK
Pictures(and How to set language to English )
I'm not the Author,again..
the author is wzsx150 from LR.TEAM
If you are using Xiaomi MI 9 SE OR OTHER PHONE,DO NOT FLASH THIS RECOVERY IN THIS THREAD.
First screen is 'Keep system partition read-only'
Left bottom is keep system RO,Right Buttom is change Language
this is the Main screen and you can follow these steps to change Language to ENGLISH
Click to expand...
Click to collapse
是b5那个版本吗?

baszu said:
Is this twrp support format data to remove encryption?
Click to expand...
Click to collapse
Yes it is.

So this is the recovery I should try on my chinese mi 9, then install the EU rom from here?

perryano said:
So this is the recovery I should try on my chinese mi 9, then install the EU rom from here?
Click to expand...
Click to collapse
There is no Difference on which version to put. Though the Transparent

I prefer using this TWRP version, because support OTG.
Sent from my Xiaomi MI 9 using XDA Labs

Does this version can be install in MI9 TE?

giangnamytb said:
Does this version can be install in MI9 TE?
Click to expand...
Click to collapse
There is no difference For this version. Similar to the normal version

Hi all,
I have mi9 with 8gb china version.
1. Can I use this tmrw version?
2. If yes, I would flash gapps micro because currently google contact won't sync. Maybe any users in here have experience, can be sync or not with this
Sent from my MI 9 using Tapatalk

Related

Lenovo K6 Power - Rooting,Unlock bootloader,Install TWRP and use Xposed on Stock Rom

Hello guys,
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Lenovo K6 Power k33a42 is a new device released by lenovo on Dec 16, as many of you have bought this phone i would like to share how this phone can be rooted and how we can install twrp on this phone
UNLOCKING BOOT-LOADER : ​
Unlocking your Android phones bootloader is the first step to rooting and flashing custom ROMs
WARNING: UNLOCKING YOUR BOOTLOADER VOIDS YOUR WARRANTY.PROCEED AT YOUR OWN RISK.
NOTE: Unlocking the bootloader will Wipe/ factory reset your device, and will delete all personal data from your device such as apps, photos, messages, and settings.
INSTRUCTIONS:
1) Download the View attachment K33a42_bootloader_unlock.zip and View attachment drivers.zip zip archive attached here
2) On your device, turn on USB debugging and allow OEMunlocking
if there is no developer options in settings - go to the " Settings -> Device Info " and click on the item " Build number " until the display shows that " you became a developer
go back to the device's main Settings menu and go to Developer options tick "OEM unlocking " and " USB debugging'
when you connect for the first time using debugging via USB you will need to confirm the RSA fingerprint key to trust the PC
3) Extract the Unlock bootloader zip to any directory
4) Connect the device (K33a42) to a PC via USB-cable.
5. Go to the extracted directory and execute Unlock_Bootloader.bat and expect to complete the unlock process.
after the process is completed the boot loader will be unlocked.
INSTALLING TWRP :​
1) Extract the folder View attachment TWRP.zip archive to any drive.
2)On your phone, turn on USB debugging (drivers for ADB must be installed).
Connect your phone to a PC via usb-cable
3) You have 2 options either you can try the TWRP (only run one time) or else you can replace the stock recovery with twrp
Use accordingly
run Flash-TWRP.bat (replace stock recovery) or
run Run-TWRP.bat (for one time only).
4) Wait for the phone to boot into TWRP.
You can now disconnect the usb-cord.
Installation is finished.
and also at the starting of the twrp recovery the language will be in Russian because the creator in SevenMaxs from lenovo-forums.ru (I'am looking forward to modify default lang to english)
here is the video which shows how to do so
https://www.youtube.com/watch?v=KOhR92EKD7A
* In the stock firmware Secure Boot is enabled by default , so any changes made to the system partiton lead to a bootloop. Therefore, when you first start TWRP set the system mode to Read Only !
So in order to proceed we need to disable the secure booting in the kernel
Now to disable Secure Boot verification in the boot.img
1. Extract boot.img using twrp backup of boot partition
(you can use android image kitchen for extracting)
2. Make changes in the ramdisk \ default.prop file
change the following line:
ro.secure = 1
to
ro.secure = 0
3. repacked boot.img and flash into the device using twrp.
I know this part may be tough for some uses hence voila i have the secure boot disabled boot image , flash this to boot partition using twrp​
ROOTING​
Flashing SuperSU zip via TWRP Recovery
Download and transfer the View attachment SuperSU-v2.79-201612051815.zip zip file attached here to your device’s storage.
Boot your device into TWRP recovery.
Tap on Install and select the SuperSU zip file that you transferred to your device in Step 1.
After selecting the .zip file, do Swipe to Confirm Flash on the bottom of screen to begin the flashing process.
Once SuperSU is flashed, you’ll get Reboot System option, select it.
Congratulations! Your device should be rooted now. Look for the SuperSU app in app drawer.
INSTALLING XPOSED​
1)Install the xposed installer from playstore
2)Open the installer, and tap the ‘Install/Update’ button. Don’t worry if the app seems stuck here; just give it time and it will eventually show you a Superuser request, which you should make sure to grant and click reboot
Almost all the modules should work on stock rom as it is close to Aosp
modules which i can confirm to work are
: Android N-ify
; Gravitybox
: Bootmanager
:fingers-crossed:
All the credit goes to SevenMaxs
for creating the recovery
and for his guides for proper installation
orginal forum thread
please thank him :fingers-crossed::fingers-crossed:
Thank you
Thankzz.
Sent from my CAM-L21 using Tapatalk
When i try to flash SuperSU-v2.79-201612051815.zip, it says that is corrupt. What can i do ?
Plzz, fix it
Sent from my CAM-L21 using Tapatalk
I found another SuperSU, that worked for me: https://www.androidfilehost.com/?fid=385035244224405790
Thank you again ArjunrambZ and SevenMaxs!
LoverOfLife said:
When i try to flash SuperSU-v2.79-201612051815.zip, it says that is corrupt. What can i do ?
Click to expand...
Click to collapse
i will take a look at the zip, may be upload problem, well any super su zip will work,, this was thw one that i tried
Sent from my VIBE K6 Power using XDA Labs
LoverOfLife said:
Thank you
Click to expand...
Click to collapse
taweng7 said:
Thankzz.
Click to expand...
Click to collapse
taweng7 said:
Plzz, fix it
Click to expand...
Click to collapse
will uplpad today
also the secure boot disabled boot img also
:laugh:
Sent from my VIBE K6 Power using XDA Labs
I'll add adb/fastboot instruction for those who don't use Windows:
Of course you have to enable developer options, adb debug, oem unlocking
UNLOCK:
> adb reboot bootloader
> fastboot oem device-info
> fastboot oem unlock-go
(and... yes you can lock it back with fastboot oem lock)
TWRP:
> fastboot flash recovery /path/to/your/twrp.img
> fastboot oem reboot-recovery
BOOT.IMG:
> fastboot flash boot /path/to/your/ro.secure=0/boot.img
> fastboot reboot
P.S. (to manipulate your boot.img and change the default.prop file under linux you can use abootimg)
ilfastidio said:
I'll add adb/fastboot instruction for those who don't use Windows:
Of course you have to enable developer options, adb debug, oem unlocking
UNLOCK:
> adb reboot bootloader
> fastboot oem device-info
> fastboot oem unlock-go
(and... yes you can lock it back with fastboot oem lock)
TWRP:
> fastboot flash recovery /path/to/your/twrp.img
> fastboot oem reboot-recovery
BOOT.IMG:
> fastboot flash boot /path/to/your/ro.secure=0/boot.img
> fastboot reboot
P.S. (to manipulate your boot.img and change the default.prop file under linux you can use abootimg)
Click to expand...
Click to collapse
you seems to be working on linux, do u have the sources synced on ur pc?
meanwhile i will update the thread to include these to the topic
Sent from my VIBE K6 Power using XDA Labs
ArjunrambZ said:
you seems to be working on linux, do u have the sources synced on ur pc?
meanwhile i will update the thread to include these to the topic
Click to expand...
Click to collapse
I only work on linux. Windows is evil.
I have a big question: why in the default.prop of the russian TWRP.img there is ro.secure=1 ?????
It should be set to 0.
I guess that's why I bricked exactly after flashing Supersu from TWRP...
ilfastidio said:
I only work on linux. Windows is evil.
I have a big question: why in the default.prop of the russian TWRP.img there is ro.secure=1 ?????
It should be set to 0.
I guess that's why I bricked exactly after flashing Supersu from TWRP...
Click to expand...
Click to collapse
as far as i know.. having ro.secure enabled on recovery wont have any effect as we aren't changing anything withrespect to recovery.. but when we change something in system partition with a secure boot enabled kernel we get boot loops
Sent from my VIBE K6 Power using XDA Labs
ArjunrambZ said:
as far as i know.. having ro.secure enabled on recovery wont have any effect as we aren't changing anything withrespect to recovery.. but when we change something in system partition with a secure boot enabled kernel we get boot loops
Click to expand...
Click to collapse
Certainly I'm wrong, but I keep on not understanding. When you are in recovery mode you are loading the kernel inside the recovery and, of course, the default.prop inside the recovery.
That means that you flashed, or are going to flash, a boot.img with ro.secure=0 but running a recovery with ro.secure=1
From recovery you can manipulate system... but with a r0.secure=1 . I don't see a sense in this. But I'm a donkey.
I checked other official releases of twrp, and they all have ro.secure=0 in the default.prop
ilfastidio said:
Certainly I'm wrong, but I keep on not understanding. When you are in recovery mode you are loading the kernel inside the recovery and, of course, the default.prop inside the recovery.
That means that you flashed, or are going to flash, a boot.img with ro.secure=0 but running a recovery with ro.secure=1
From recovery you can manipulate system... but with a r0.secure=1 . I don't see a sense in this. But I'm a donkey.
I checked other official releases of twrp, and they all have ro.secure=0 in the default.prop
Click to expand...
Click to collapse
okay, firstly im also ain't any expert, but i get your point
i dont know why secure boot was enabled in recovery
but when i tried the procedure as explained in the thread i didnt get bootloop ( keeping secure boot in recovery) hence i came to the conclusion that it may not be valid.,, and i may be completely wrong here, if some one could clarify if would be better
Sent from my VIBE K6 Power using XDA Labs
Rooting panasonic eluga note 32GB ROM
Please provide rooting mothod for panasonic eluga note
amnv said:
Please provide rooting mothod for panasonic eluga note
Click to expand...
Click to collapse
sorry i dont have the device
Sent from my VIBE K6 Power using XDA Labs
ArjunrambZ said:
sorry i dont have the device
Sent from my VIBE K6 Power using XDA Labs
Click to expand...
Click to collapse
Its ok brother.. Thanks
My wifi is not working can someone help me? I did this process and after that it's not working
foRgaK said:
My wifi is not working can someone help me? I did this process and after that it's not working
Click to expand...
Click to collapse
i havent experienced this issue
but if u can attach a log file of turning on tbw wifi ,we can help
Sent from my VIBE K6 Power using XDA Labs

[twrp] [montana] [G5s] 3.2.3-0

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Requirements
Unlocked bootloader
Fastboot drivers installed on PC
Instructions:
Download the TWRP image here: twrp-montana-3.2.3.0.img
Rename the downloaded img file recovery.img
Put phone into fastboot mode (hold vol down + power button).
Connect phone to PC.
Open a command prompt where you have fastboot and the TWRP image file located.
Type the following in command prompt (recovery.img is the name of your twrp img you downloaded & renamed).
Code:
fastboot flash recovery recovery.img
Normal output:
Code:
target reported max download size of 536870912 bytes
sending 'recovery' (14542 KB)...
OKAY [ 0.460s]
writing 'recovery'...
(bootloader) Image not signed or corrupt
OKAY [ 0.270s]
finished. total time: 0.730s
Select recovery using the volume keys and power button to select.
Note for Windows 10 users who use the powershell and not cmd
The command will become:
Code:
./ fastboot flash recovery recovery.img
Source Code:
Github
Contributors
@teamwin @sohamlad7 @GoldeneyeS2 @lohanbarth
Version Information
Status: Stable
Current Stable Version: TWRP 3.2.3-0
Stable Release Date: 2018-10-08
Created 2018-07-05
Last Updated 2018-10-08
I think i have found a error. Cant decrypt files. TWRP from Squid a could do that. Your TWRP gives failed password error with correct password.
lohanbarth said:
Requirements
Unlocked bootloader
Fastboot drivers installed on PC
Instructions:
Download the TWRP image here: LINK
Rename the downloaded img file recovery.img
Put phone into fastboot mode (hold vol down + power button).
Connect phone to PC.
Open a command prompt where you have fastboot and the TWRP image file located.
Type the following in command prompt (recovery.img is the name of your twrp img you downloaded & renamed).
Code:
fastboot flash recovery recovery.img
Normal output:
Note for Windows 10 users who use the powershell and not cmd
The command will become:
Source Code:
Github
Contributors
@[email protected]@[email protected]
Version Information
Status: Stable
Current Stable Version: TWRP 3.2.2-0
Stable Release Date: 2018-07-05
Created 2018-07-05
Last Updated 2018-07-05
Click to expand...
Click to collapse
Support on Arm64 rom's?
Adamask said:
I think i have found a error. Cant decrypt files. TWRP from Squid a could do that. Your TWRP gives failed password error with correct password.
Click to expand...
Click to collapse
go to wipes and click on data format.
rssxda said:
Support on Arm64 rom's?
Click to expand...
Click to collapse
Yes
twrp 3.2.3 in op.
after wipe data and reboot the phone twrp is not there
Cesarcami53 said:
after wipe data and reboot the phone twrp is not there
Click to expand...
Click to collapse
it's normal you have to flash a .zip file so that it stays
Where is the twrp zip..??
Hello ! guys ... I'm without pc can I flash it for this app?
zanduo said:
Hello ! guys ... I'm without pc can I flash it for this app?
Click to expand...
Click to collapse
if the twrp application does not work, used flasify, you have to be root and have the bootloader unlock
lohanbarth said:
if the twrp application does not work, used flasify, you have to be root and have the bootloader unlock
Click to expand...
Click to collapse
I have root and twrp and bootloader .... the problem and that I am without pc ...
---------- Post added at 03:50 PM ---------- Previous post was at 03:27 PM ----------
lohanbarth said:
if the twrp application does not work, used flasify, you have to be root and have the bootloader unlock
Click to expand...
Click to collapse
Thanks man i use flasify And Works! Thanks ! Now i waiting for 64 roms
I have another problem. I managed to flash the recovery.img sucessfully (as described) and I can start TWRP. It functions properly, however every time I do a backup (not recovery!) after reboot the TWRP is gone.
How is that possible? Why the recovery partition gets overwriten or damaged by a simple backup?
How do I permanently flash the recovery partition with TWRP without need to reflash it every time?
RuKlowd said:
I have another problem. I managed to flash the recovery.img sucessfully (as described) and I can start TWRP. It functions properly, however every time I do a backup (not recovery!) after reboot the TWRP is gone.
How is that possible? Why the recovery partition gets overwriten or damaged by a simple backup?
How do I permanently flash the recovery partition with TWRP without need to reflash it every time?
Click to expand...
Click to collapse
flash a .zip file (magisk or a custom rom) to fix it
ur backup gets the original recovery of stock rom.. then, if u recovery u lost the twrp, but, if u recovery and reinstall twrp from twrp for .img, u dont lose him..
lohanbarth said:
flash a .zip file (magisk or a custom rom) to fix it
Click to expand...
Click to collapse
Thanks, it worked! So the recovery partition won't really (permanently) flash unless you root the device, right? Do I always need to root to permanently flash any other partition, too?
ilovepanda said:
ur backup gets the original recovery of stock rom.. then, if u recovery u lost the twrp, but, if u recovery and reinstall twrp from twrp for .img, u dont lose him..
Click to expand...
Click to collapse
Sorry, I had difficulties to understand you :/
if you make a backup, the backup will also add the recovery stock, so when restoring, it will also restore the backup of the recovery stock, it would be better to install the stock and before the first boot, install the twrp via .img
is this recovery only fot the xt1792, or can i also use it for the xt1794 ?
PhoenixGamer said:
is this recovery only fot the xt1792, or can i also use it for the xt1794 ?
Click to expand...
Click to collapse
You can

Unofficial TWRP 3.4.2b Recovery for Redmi 9 (lancelot/Indian Prime) - Miui 11.

Source: https://unofficialtwrp.com/xiaomi-redmi-9-root-twrp-3-4-1/ The author wrote this: all issues fixed!
Thanks to the developer for the energy and time. Developer: wzsx150.
This is a working unofficial TWRP recovery for Redmi 9 for Miui 11. Tested on android 10, Miui Global 11.0.6 rom.
Miui 12 is work? I do not know. Everyone doesn't know. It probably won't work.
Original file: https://www.mediafire.com/file/auj2wh2lh8lzp47/3.4.2+Redmi+9+CN+EN.rar/file I modified this a bit.
What is required for installation:
Twrp img (blue) (recovery.img): Download
vbmeta_redmi9.img Download
1: Unlock bootloader
2: installed adb & fastboot drivers Download
3: Optional: Mtk usb driver Download
3a: Let the phone battery be charged to more than 50% !!!
(4: Everyone is at their own risk)
(5: Backup all data, recommended. Save idea 1, Save idea 2
6: Turn off the phone
7: Then press the volume down button + power on button to enter fastboot succes fastboot screen
8: Now connect your phone to your computer (windows emits a connection sound)
9: Open one a cmd/command line, where you downloaded the files cmd
10: Issue the two commands one after the other
fastboot flash recovery recovery.img
fastboot flash vbmeta vbmeta_redmi9.img
11: You ready. Restart the phone in recovery mode
fastboot reboot recovery
12: If you did everything right, this picture will welcome you
12.a: If recovery asks you for a security pattern, enter what you use on your phone.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
12: If you messed up something, don't worry. Someone here will help. (It can usually be restored with Adb or fastboot, which is broken)
13: A few pictures of the program
14: Four colors are available: blue, red, brown, purple.
Blue TWRP Recovery: Download
Red TWRP Recovery: Download
Braun TWRP Recovery: Download
Purple TWRP Recovery: Download
For now, only Chinese and English language are available! The other languages are being prepared. Soon. As there will be time for it.
It doesn't hurt to have these:
Qualcomm HS-USB QDLoader 9008 Driver 64-bit [Windows] Qualcomm driver
MediaTek MT65xx Preloader VCOM USB Driver [32-bit & 64-bit] Mediatek Vcom driver
[OFFICIAL][TOOL][WINDOWS] ADB, Fastboot and Drivers - 15 seconds ADB Installer v1.4.3 Adb & fastboot drivers
MTK usb driver Download
SDK Platform tools Download
Google usb driver Download
Thanks for watching. If you liked my job, you can invite me for a beer.
Paypal: [email protected]
Crypto: 3FJuZGaw98oefj45AiypytaJzyATuRn7dE
Reserved
I saw this at telegram yesterday
Is this updated version?
SunuWijaya said:
I saw this at telegram yesterday
Is this updated version?
Click to expand...
Click to collapse
Where did you see that? (I don't understand) Two versions of this have been made. This is the second.
short question,what have you modified and how did you testet which things,we have no custom rom,what about backup and restore,did you testet,what about flashing zips in general and are all partitions rw?Thanx!!!!
-CALIBAN666- said:
short question,what have you modified and how did you testet which things,we have no custom rom,what about backup and restore,did you testet,what about flashing zips in general and are all partitions rw?Thanx!!!!
Click to expand...
Click to collapse
Hello. Well ... there weren't many tests available yet.
What I modified:
1: Skins / colors
2: Spelling mistakes
3: Syntax errors 2-3 pieces
What I was able to test in recovery:
1: Install zip / img: works
2: Backup and restore partition / data: works
3: Mount partitions: works
4: Wipe / advanced wipe: works
5: Reboot "all: works
6: Terminal: works
7: ADB Sideload: works
8: File manager: works
9: Settings "all works, except multilanguage.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
Other. For everyone. It also became a fifth skin. Orange / black. Download
------------------------------------------------------------------------------------------------------------------------------------------------------------------------​It's different again. For everyone. I noticed a mistake yet. I haven’t used recovery in a long time, so I didn’t notice the error. After a while, twrp recovery disappears. And the original recovery will be again. I don't understand why .... If you twrp recovery in flash fastboot mode again, you have twrp again. For a while.
Can dis twrp flash kernel?
Meggyi said:
Hello. Well ... there weren't many tests available yet.
What I modified:
1: Skins / colors
2: Spelling mistakes
3: Syntax errors 2-3 pieces
What I was able to test in recovery:
1: Install zip / img: works
2: Backup and restore partition / data: works
3: Mount partitions: works
4: Wipe / advanced wipe: works
5: Reboot "all: works
6: Terminal: works
7: ADB Sideload: works
8: File manager: works
9: Settings "all works, except multilanguage.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
Other. For everyone. It also became a fifth skin. Orange / black. Download
View attachment 5164259
------------------------------------------------------------------------------------------------------------------------------------------------------------------------​It's different again. For everyone. I noticed a mistake yet. I haven’t used recovery in a long time, so I didn’t notice the error. After a while, twrp recovery disappears. And the original recovery will be again. I don't understand why .... If you twrp recovery in flash fastboot mode again, you have twrp again. For a while.
Click to expand...
Click to collapse
Ok,big thanx for info.Cheers!!!
SunuWijaya said:
Can dis twrp flash kernel?
Click to expand...
Click to collapse
Does it have a custom kernel? Modified kernel? Has anyone tried kernel flash? I don't think so. (Zip and img flash, it knows) Do you know of a modified kernel?
Meggyi said:
Does it have a custom kernel? Modified kernel? Has anyone tried kernel flash? I don't think so. (Zip and img flash, it knows) Do you know of a modified kernel?
Click to expand...
Click to collapse
Just try to flash stock kernel
Afaik the issue with the missing twrp recovery is normal and only on miui based rom,on custom roms there is no issue like that.Most Xiaomi/Redmi devices do that.
Meggyi said:
Does it have a custom kernel? Modified kernel? Has anyone tried kernel flash? I don't think so. (Zip and img flash, it knows) Do you know of a modified kernel?
Click to expand...
Click to collapse
Yes it is have custom kernel named Minati-Xenodrome
How to use twrp to flash GSI ?
-CALIBAN666- said:
Afaik the issue with the missing twrp recovery is normal and only on miui based rom,on custom roms there is no issue like that.Most Xiaomi/Redmi devices do that.
Click to expand...
Click to collapse
Yeah, I get it. I didn’t have many phones that miui had. That makes sense. Stupid miui
Good job....I flash custom kernal...and it successful...but can this twrp able to go fastbootd as you mentioned and flash gsi like stock recovery?
Have you flashed a rom?
The solution for the issue that twrp is gone after some times is to flash the no-verity-opt-encrypt file for the device directly after flash of recovery,after this twrp is permanent,for the file check source link in first post.Cheers!!!!
Thank you very much, but my Redmi 9 China version cannot boot after flashing into twrp.
On Redmi 9 China version, I sorted out this version to be available.It seems that it can only be used for MIUI11
zhihuiyuze channel
论坛附件,Redmi9 twrp且可以在中国版使用
t.me
Google Drive Education Edition cannot share files (so use Telegram
There is another problem. It seems that if I use your modified version, /cust fails.
What we can do with this TWRP on lancelot?
I have the Redmi 9 (lancelot) with MIUI 11 installed. My bootloader is unlocked, I've the adb & fastboot drivers installed. I would really like to install that TWRP. While I'm flashing both files, cmd gives no errors, everything is fine. But at the end, I can not boot into recovery with "fastboot reboot recovery" from the cmd, it gives me an error. If I leave fastboot mode and try to enter TWRP manually by holding the volume and power key, it doesn't work. My device will get stuck inside a bootloop.
I'm able to fix the bootloop with disabling DAA & SLA protection in the MTK mode and flashing back the stock firmware with SP Flashtool. I tried it 3 times, every time the same issue and having to flash back the stock firmware. Do you have any tips to fix that? Or is there another or updated version I could try?
Edit: Nvm, got it working

How To Guide [ROM][MIUI][odin] Xiaomi.eu ROM for Xiaomi MIX 4

How to install Xiaomi.eu ROM for Xiaomi MIX 4
We will release fastboot ROM versions until TWRP for odin is released
Steps to install xiaomi.eu ROM for first time from China ROM (All your data and files on internal storage will be deleted!)
- Update your stock ROM to the latest via updater app first..
- Unlock your bootloader by Mi Unlock tool https://en.miui.com/unlock/
- Download our ROM zip file BETA or STABLE
- If you are on Windows: Right click on downloaded zip - Settings - Unblock zip content
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- Unpack downloaded zip file in the PC
- Reboot your device to fastboot mode (press volume down + power)
- Connect to PC via original USB cable
- Run fastboot installation script as administrator from unpacked zip according your PC operating system
For Windows OS ./windows_fastboot_first_install_with_data_format.bat
For Linux ./linux_fastboot_first_install_with_data_format.sh
For MacOS ./macos_fastboot_first_install_with_data_format.sh
- After reboot its done (first boot may take up to 15min)
Steps to install update of xiaomi.eu ROM (All your data and files on internal storage will NOT be deleted!)
- Download our ROM zip file WEEKLY or STABLE
- Unpack downloaded zip file in the PC
- Reboot your device to fastboot mode (press volume down + power)
- Connect to PC via USB cable
- Run fastboot installation script from unpacked zip according your PC operating system
For Windows OS ./windows_fastboot_update_rom.bat
For Linux ./linux_fastboot_update_rom.sh
For MacOS ./macos_fastboot_update_rom.sh
Update guide on the video
- After reboot its done (first boot may take up to 10min)
Update via OTA:
Installation via OTA is currently not possible due to missing TWRP
Updater will notify you about new version and download it to your device for you
You have to copy it to your PC, unpack it and run fastboot_update_rom sctipt
Enjoy..
ingbrzy said:
How to install Xiaomi.eu ROM for Xiaomi MIX 4
We will release fastboot ROM versions until TWRP for odin is released
Steps to install xiaomi.eu ROM for first time from China ROM (All your data and files on internal storage will be deleted!)
- Update your stock ROM to the latest via updater app first..
- Unlock your bootloader by Mi Unlock tool https://en.miui.com/unlock/
- Download our ROM zip file BETA or STABLE
- If you are on Windows: Right click on downloaded zip - Settings - Unblock zip content
- Unpack downloaded zip file in the PC
- Reboot your device to fastboot mode (press volume down + power)
- Connect to PC via original USB cable
- Run fastboot installation script as administrator from unpacked zip according your PC operating system
For Windows OS ./windows_fastboot_first_install_with_data_format.bat
For Linux ./linux_fastboot_first_install_with_data_format.sh
For MacOS ./macos_fastboot_first_install_with_data_format.sh
- After reboot its done (first boot may take up to 15min)
Steps to install update of xiaomi.eu ROM (All your data and files on internal storage will NOT be deleted!)
- Download our ROM zip file WEEKLY or STABLE
- Unpack downloaded zip file in the PC
- Reboot your device to fastboot mode (press volume down + power)
- Connect to PC via USB cable
- Run fastboot installation script from unpacked zip according your PC operating system
For Windows OS ./windows_fastboot_update_rom.bat
For Linux ./linux_fastboot_update_rom.sh
For MacOS ./macos_fastboot_update_rom.sh
Update guide on the video
- After reboot its done (first boot may take up to 10min)
Update via OTA:
Installation via OTA is currently not possible due to missing TWRP
Updater will notify you about new version and download it to your device for you
You have to copy it to your PC, unpack it and run fastboot_update_rom sctipt
Enjoy..
Click to expand...
Click to collapse
there's no mix 4 rom to download.
For now BETA only
ingbrzy said:
For now BETA only
Click to expand...
Click to collapse
thanks waiting the days to unlock the bootloader..
Would changing over to EU rom affect the cellular bands on the phone?
Phaze1585 said:
Would changing over to EU rom affect the cellular bands on the phone?
Click to expand...
Click to collapse
nope..
bori22 said:
thanks waiting the days to unlock the bootloader..
Click to expand...
Click to collapse
how long before we get a stable one, you think?
bori22 said:
there's no mix 4 rom to download.
Click to expand...
Click to collapse
Many roms in miui china.But I don't know how to unpack the img files.
kin912 said:
Many roms in miui china.But I don't know how to unpack the img files.
Click to expand...
Click to collapse
I'm noob to all this, but was able to do the Ultra and have less than 20 hours to unlock the bootloader on the Mix 4.
Hey, guys... i have a question. Does the Mi Mix 4 a A/B-partition-configuration?
SanHelios said:
Hey, guys... i have a question. Does the Mi Mix 4 a A/B-partition-configuration?
Click to expand...
Click to collapse
Yes, it has an A/B-Partition. I flashed the xiaomi.eu-Rom yesterday and everything works like a charm
trakskills said:
Yes, it has an A/B-Partition. I flashed the xiaomi.eu-Rom yesterday and everything works like a charm
Click to expand...
Click to collapse
Okay, this is crucial, if i research twrp and maybe some custom roms...
I found a TWRP for MIX4. The instructions are the same as this except for the file name in step 3.
I just installed it and as usual work flawlessly. Awesome work and thanks a lot.
Hey ! Thanks for the Rom ! Can we use mi flash tool as it is a fastboot rom ?
Any news about twrp rom?
Is this version of twrp proper one?
unofficial twrp 3.7.0 Root Xiaomi Mi MIX 4 (Odin) - unofficial twrp
Download unofficial twrp 3.6.2 Root Xiaomi Mi MIX 4, user who own Xiaomi Mi MIX 4 can root it by following the below Instructions
unofficialtwrp.com
Kamilinho20 said:
Any news about twrp rom?
Is this version of twrp proper one?
unofficial twrp 3.7.0 Root Xiaomi Mi MIX 4 (Odin) - unofficial twrp
Download unofficial twrp 3.6.2 Root Xiaomi Mi MIX 4, user who own Xiaomi Mi MIX 4 can root it by following the below Instructions
unofficialtwrp.com
Click to expand...
Click to collapse
I don't get it... The Mi Mix 4 is an A/B-Device, so it's not supposed to have a recovery partition. Question is, how is "fastboot flash recovery recovery.img." supposed to work?
SanHelios said:
I don't get it... The Mi Mix 4 is an A/B-Device, so it's not supposed to have a recovery partition. Question is, how is "fastboot flash recovery recovery.img." supposed to work?
Click to expand...
Click to collapse
I don't know. I'm not an android developer, that's why I'm asking if it's the right twrp for this device or not.
Kamilinho20 said:
I don't know. I'm not an android developer, that's why I'm asking if it's the right twrp for this device or not.
Click to expand...
Click to collapse
Looks like we'll have to wait. I won't touch this one, or make any changes (except unlocking the bootloader) until a stable EU-Version is released.
mksreenath said:
I just installed it and as usual work flawlessly. Awesome work and thanks a lot.
Click to expand...
Click to collapse
I'm new to rooting . I have the mo mix 4. The bootloader is now unlocked and I cannot figure out how to root it or install ROMs I've tried everything. Getting my butt whipped

Xiaomi Redmi 6A root impossible

Hello everyone, problem.
after unbrick procedure
I am with miui 10 android 8.1.0.011019
boot in twrp format data wipe , yes
error failed to mont '/data' ( invalid argument )
install Magisk-v15.3 last line
failed to mont '/data' ( invalid argument)
... done
install MagiskManager-v5.5.5.apk
i don't get root permissions .
where am i wrong? thank you
patrizi said:
Hello everyone, problem.
after unbrick procedure
Click to expand...
Click to collapse
boot in twrp format data wipe , yes
Reboot Twrp
Format again
If still the same error.
Use this tool(does not lock the bootloader) :https://forum.xda-developers.com/t/flash-tool-guide-use-xiaomi-flash-tool.4262425/
Flash a fastboot rom https://xiaomirom.com/en/rom/redmi-6a-cactus-global-fastboot-recovery-rom/
and install twrp and try again
A thousand thanks . in order to perform the procedure I had to try 4 versions of MiFlash, to find the complete one .
i went back to miui 9.6 android 8.1.0 English / Chinese language .
now everything should be fine.
Thanks again, good evening everyone
same exact problem
failed to mont '/data' ( invalid argument)
... done
possible ?
NOSS8 said:
boot in twrp format data wipe , yes
Reboot Twrp
Format again
If still the same error.
Use this tool(does not lock the bootloader) :https://forum.xda-developers.com/t/flash-tool-guide-use-xiaomi-flash-tool.4262425/
Flash a fastboot rom https://xiaomirom.com/en/rom/redmi-6a-cactus-global-fastboot-recovery-rom/
and install twrp and try again
Click to expand...
Click to collapse
Drive with fastboot, I'm working on it
do I find on the forum? thank you
patrizi said:
Drive with fastboot, I'm working on it
do I find on the forum? thank you
Click to expand...
Click to collapse
What's the problem now?
NOSS8 said:
What's the problem now?
Click to expand...
Click to collapse
Good morning .
turned on this morning I find:
android system
there's an internal problem with your device. contact your manufacturer for details, ok. with audio notification
pressed ok everything seems to be OK / working
current firmware: miui 9.6 stable 9.6.3.0 (ocbcnfd). android version 8.1.0. android security patch level 2018-05-05
installed with MiFlash20210226 where I selected clean all in automatic configuration.
writes with 70 - 100 seconds the green line does not fill completely, shows reboot alert with pc notification sound, the phone is in fastboot
does not reboot, has not completed writing, the count does not stop I have waited up to 780 seconds does not reboot, does not
complete writing, stopped at that point, I unplugged the cable and restarted manually. as before failed to mont '/ data' (invalid argument)
TWRP always cactus Italian, previously I have tried others without Italian does not format DATA.
still write problem for protection? that zone (date) has not been overwritten.
you can do a deep format (eliminate protection problems) with fastboot or how?
thank you
patrizi said:
Good morning .
turned on this morning I find:
android system
Click to expand...
Click to collapse
Post the Miflash log.
If android 11 Use https://androidfilehost.com/?fid=14655340768118443054
NOSS8 said:
Post the Miflash log.
If android 11 Use https://androidfilehost.com/?fid=14655340768118443054
Click to expand...
Click to collapse
good morning , installed TWRP-3.3.0-0423-REDMI6A-CN-wzsx150
fixed format error , I install Magisk-v15.3 reboot does not install app MagiskManager-v5.5.5.apk goes into error starts in recovery
I try to delete everything again without errors ,
reboot, delete everything again
install lineageos without errors restart ,
vibrates does not turn on, I also tried detach / attach battery it's bricked now,
procedure for recovery
error: status_sec_img_type-mismatch (0xc002002a) hint verified boot is enabled please download signed image (cust-verified.img) or disable verified boot.
searched for info by mistake
everything is correct, i made no mistakes, i have to try with latest version of flasch tool
I can not understand . thank you
patrizi said:
good morning , installed TWRP-3.3.0-0423-REDMI6A-CN-wzsx150
Click to expand...
Click to collapse
If it's this rom, it's Magisk v21.4
https://forum.xda-developers.com/t/rom-unofficial-lineage-os-17-1.4252127/
Redmi 6a(cactus) Download
Magisk: Download
Recovery redmi 6a: TWRP OrangeFox
Google Apps: OpenGApps (use arm/10.0 nano gapps)
Or https://forum.xda-developers.com/t/...6-lineageos-16-0-for-xiaomi-redmi-6a.3982609/
Magisk version should be 19.3 or below only
NOSS8 said:
If it's this rom, it's Magisk v21.4
https://forum.xda-developers.com/t/rom-unofficial-lineage-os-17-1.4252127/
Redmi 6a(cactus) Download
Magisk: Download
Recovery redmi 6a: TWRP OrangeFox
Google Apps: OpenGApps (use arm/10.0 nano gapps)
Or https://forum.xda-developers.com/t/...6-lineageos-16-0-for-xiaomi-redmi-6a.3982609/
Magisk version should be 19.3 or below only
Click to expand...
Click to collapse
I followed all the info for the recovery.
with SP_Flash_Tool I always have the same error
I have tried with different versions of Global Recovery ROM (cactus)
error: status_sec_img_type-mismatch (0xc002002a) hint verified boot is enabled please download signed image (cust-verified.img) or disable verified boot.
with can I use instead of SP_Flash_Tool?
or a basic file to start in fastboot and send manually?
I can't get over the error
thank you
patrizi said:
I followed all the info for the recovery.
with SP_Flash_Tool I always have the same error
I have tried with different versions of Global Recovery ROM (cactus)
error: status_sec_img_type-mismatch (0xc002002a) hint verified boot is enabled please download signed image (cust-verified.img) or disable verified boot.
with can I use instead of SP_Flash_Tool?
or a basic file to start in fastboot and send manually?
I can't get over the error
thank you
Click to expand...
Click to collapse
with SP_Flash_Tool:
don't use that but Miflash or better download the Fastboot rom correspond to the rom you want to install (the last one seems) then extract the zip from the TGZ file and run the flash all.bat included in the zip.
NOSS8 said:
with SP_Flash_Tool:
don't use that but Miflash or better download the Fastboot rom correspond to the rom you want to install (the last one seems) then extract the zip from the TGZ file and run the flash all.bat included in the zip.
Click to expand...
Click to collapse
the phone, however, is in brik, it does not turn on, pressed the power key vibrates , nothing else
Does Miflash work with the unbrik procedure?
thank you
patrizi said:
the phone, however, is in brik, it does not turn on, pressed the power key vibrates , nothing else
Does Miflash work with the unbrik procedure?
thank you
Click to expand...
Click to collapse
I never told you about .SP_Flash_Tool.
Mi Flash only works if fastboot mode is possible otherwise only EDL Mode will be able to recover the phone.
NOSS8 said:
I never told you about .SP_Flash_Tool.
Mi Flash only works if fastboot mode is possible otherwise only EDL Mode will be able to recover the phone.
Click to expand...
Click to collapse
i noticed that the error always occurs after writing the same file
in my case "odmdtbo" at this point I have:
error : status_sec_img_too_large (0xc0020005)
hint
Verified boot in enabled .
Please download signed image(cust-verified.img) or disable verified boot .
I can't find info to disable verification.
the file is safe and I tried like this:
disconnect phone, uncheck write files before the error
connect phone, write, answer: writing completed disconnect phone
invert selection of file writing boxes (check for no selection errors)
connect phone write
writing completed disconnect phone
turn on phone in fastboot mode
turns on and enters fastboot
SP_Flash_Tool does not connect to the phone (first attempt)
test connection with Mi Flash, here it is ok
select file to write,
ok start writing never ends.
fastboot always ok
I'll try again tomorrow.
i can't understand these writing problems
patrizi said:
i noticed that the error always occurs after writing the same file
in my case "odmdtbo" at this point I have:
Click to expand...
Click to collapse
(again)can you post the log of Miflash!!!!!
Edit the flash all bat script and delete:
fastboot %* flash cust %~dp0images/cust.img || @ECHO "Flash cust error" && exit 1
save and exit.
NOSS8 said:
(again)can you post the log of Miflash!!!!!
Edit the flash all bat script and delete:
fastboot %* flash cust %~dp0images/cust.img || @ECHO "Flash cust error" && exit 1
save and exit.
Click to expand...
Click to collapse
I have edited, not complete writing, I insert log
thank you
NOSS8 said:
(again)can you post the log of Miflash!!!!!
Edit the flash all bat script and delete:
fastboot %* flash cust %~dp0images/cust.img || @ECHO "Flash cust error" && exit 1
save and exit.
Click to expand...
Click to collapse
The bootloader is locked you must unlock it before using Miflash.
Review the method post#2
image path:E:\android\6a\111new1111\ROOT\soft\cactus-8-11-8\cactus_global_images_8.11.8_20181108.0000.00_8.1_global
Path too long E:\Miflash\cactus11
if you manage to unlock it use this method post#11
NOSS8 said:
The bootloader is locked you must unlock it before using Miflash.
Review the method post#2
image path:E:\android\6a\111new1111\ROOT\soft\cactus-8-11-8\cactus_global_images_8.11.8_20181108.0000.00_8.1_global
Path too long E:\cactus11
if you manage to unlock it use this method post#11
Click to expand...
Click to collapse
bootloader is locked ??
I have already performed post procedure 2
not complete writing
I have to use a recent file or older?
I do not understand .
thank you
patrizi said:
bootloader is locked ??
I have already performed post procedure 2
not complete writing
I have to use a recent file or older?
I do not understand .
thank you
Click to expand...
Click to collapse
You have selected:
[12:37:55 bf4b07ea7d2a]:script :E:\android\6a\111new1111\ROOT\soft\cactus-8-11-8\cactus_global_images_8.11.8_20181108.0000.00_8.1_global\flash_all_lock.bat
result
[12:37:56 bf4b07ea7d2a]:err:FAILED (remote: not allowed in locked state)
You've made this mistake before.
Right path; E:\Miflash\cactus11
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Categories

Resources