General [SHARED] LineageOS 18.1 | UNOFFICIAL | Android 11 Updated: 04/12/22 - Xiaomi Mi 11 Lite 5G

{
"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"
}
First I'm not the developper of this rom and just share it here
credits go to @NeoArian
Be aware that it's a provisory thread and the dev will create his own when he decide the rom is ready....
LineageOS is a free, community built, aftermarket firmware distribution of Android 11, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review.
#LineageOS #Unofficial #R #ROM #Renoir
LineageOS 18.1 | UNOFFICIAL | Android 11
Updated: 06/11/'21
Download (https://sourceforge.net/projects/ep...1/lineage-18.1-20220412-UNOFFICIAL-renoir.zip)
Changelogs & Flashing Guide
(https://drive.google.com/file/d/13rLVqeowVTRWivrpgenl-7k60r7tVB66/view?usp=sharing)Notes:
• Images for flashing can be found here
Credits and thanks to @NeoArian
Installation Instructions:
Lineage Os Installation:
1- Install LOS Recovery: With the phone in FASTBOOT mode in the Platform-tool folder and the necessary files, open the CMD
2- Next we place in the window: fastboot flash boot_ab boot.img and then fastboot flash vendor_boot_ab vendor_boot.img to finish fastboot reboot recovery
3- The cell phone will restart in recovery mode with LOS recovery already installed (it is managed with the volume and power keys)
4- Perform Format Data (do not restart again)
5- Give Apply Update and then Apply Update from SDcard1 and look for the ROM
6- Then Reboot System Now (WILL INITIATE THE ROM)
7- Force restart in recovery to install Gapps (PICO Recommended)
8- Apply Update, Apply update from SDcard1 choose the gapps
9 Reboot System Now and enjoy XD
ALTERNATIVE WAY OF FLASHING THE ROM see post 2
Link for the boot.img too big for being attached here, look my AFH
first custom rom for our device.....enjoy...
******************************************************************************************************************************//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////********************************************************************************************************************************
signature spoofing is possible with last update and before....
here are the files you have to flash with magisk and reboot...
1st sppof and microG
its from HERE

ALTERNATIVE WAY OF FLASHING THE ROM
For those like me who have issue with flashing this rom here i what I do to bypass recovery issue..
after flash boot+vendor and start on LOS recovery and format data, I click update but I haven' apply update from sdcard1 but justapply from ADB..in advanced settings, there isn't such option....so I installed with ADB sideload
that what I do, and after 1 error I tried again and got error when I command adb reboot that system was not installed but I'm now on your rom....only issue is with my sdcard not recognized...have to backup on pc, format and recopy back, but certainly error on my side when I flash back miui rom.......
Install Custom ROM with ADB sideload
What is Android Debug Bridge?
ADB is a command-line tool included in the Android SDK development kit. It is used to communicate with any device that runs the Android operating system. You can use the ADB commands to perform various operations on your Android device.
With the help of the Android Debug bridge, you can install custom ROMs, mods, GApps, backup Android, flash official stock firmware, and install Android apps. Besides, you can also use ADB to uninstall bloatware without Root, downgrade an app, etc.
What is ADB Sideload?
ADB sideload, a command that transfer and install a zip file on an Android device from the PC. This command is handy for a custom ROM developer to push and install any installation zip file directly on a device.
The sideload feature was introduced with the Android Jelly bean recovery. Most importantly, this sideload mode requires a TWRP recovery version 2.3 or higher. Besides, it is also essential to install the latest ADB binaries on your PC.
How to Flash Custom ROM using ADB and Fastboot
Are you ready to use ADB and Fastboot for flashing custom firmware on your Android phone? Then let’s get started.
Warning
Ensure to install the right custom ROM on your Android phone. Do NOT proceed if the firmware is incompatible with your phone model number.
Requirements
A Windows PC and a standard USB cable.
Charge your device to a minimum of 50%.
Install mobile USB drivers on your computer.
Enable USB Debugging mode from your device settings.
Also, enable the OEM unlocking and Advance reboot mode.
Moreover, unlock your device bootloader.
Install TWRP 2.3 or higher on your Android device.
(Optional) Temporarily disable antivirus and firewall on your PC.
Steps to Install Custom ROM using ADB Sideload
Follow these step-by-step instructions to sideload the zip file on your Android phone.
1. Download Custom ROM
At first, download the mobile-specific Android custom ROM on your PC.
Ensure that the ROM file is in zip format.
Also, download the correct firmware that is compatible with your device’s model number.
2. Install ADB and Fastboot drivers
Download and install the latest ADB drivers on your computer.
Make sure that the ADB version is 1.0.29 or higher.
3. Transfer Custom ROM to ADB folder
Copy the downloaded custom ROM and paste it into the ADB folder.
The folder default location will be C:\Program Files\Minimal ADB and Fastboot.
4. Boot Android phone into Recovery mode
Switch off your Android phone.
Now, restart it into recovery mode.
Every device has different methods to boot into recovery.
You can either Google it or use the Recovery reboot app from Play Store.
5. Set the device into ADB sideload mode
As soon as you enter the recovery mode, click on the Advanced button.
On the next screen, click on the ADB sideload option.
6. Connect Android phone to PC
Now, connect your Android device to the computer using a USB cable.
Keep the device as it is in sideload mode.
After a successful connection, tick the Wipe Davik Cache and Wipe Cache options.
Then, swipe right on your device to start sideload.
7. Launch CMD window
Open the ADB folder, hold your keyboard’s Shift button, and right-click.
From the list of options, tap on the Open command window here option.
This will open the command prompt window on your PC.
8. Confirm the ADB connection
Furthermore, type the below command in the cmd window and press the enter key:
adb devices
You’ll see some random numbers with a ‘List of devices attached’ message.
This will confirm that your Android device is successfully connected to the PC.
9. Flash Custom ROM with ADB sideload command
To flash the custom ROM zip package file, enter the below command in the CMD:
adb sideload LineageOS18.zip
Make sure to type the exact name of the custom ROM file.
Also, don’t forget to add the zip extension at the end.
Here, I’m flashing LineageOS18 custom ROM.
Finally, hit the enter key to begin the ROM flashing process.
10. Reboot Android phone
On the installation finishes, your device will show a message saying, ‘ADB sideload complete.’
Tap on the Reboot System option to restart your device.
or those who don't know how to use ADB sideload here is a tuto you can read
How to Flash Custom ROM using ADB sideload [Easy Steps]
Flash Custom ROM zip file with ADB and Fastboot commands on any Android phone. Install Custom Firmware without TWRP recovery using CMD.
www.droidthunder.com

rayman95 said:
first custom rom for our device.....enjoy...
Click to expand...
Click to collapse
@rayman95
I've edited the OP of your thread and removed the reference to Telegram from it. As an exemption from the last bullet of rule no. 5 of the XDA Forum Rules, we grant only developers the privilege to share references to their social media in their own development threads. These conditions obviously don't apply to your thread or you. Please refrain from sharing of social media in future.
Additionally, I've added a tag [SHARED] to the thread title to clearly indicate already in the title that it's not your development. Please do not remove this tag.
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator

Be aware that it's a provisory thread and the dev will create his own when he decide the rom is ready....

simple twrp wont work?

new update from the dev @NeoArian ....HERE

I'm im still deciding to flash or not to flash custom rom on my phone
But can someone explain it to me how to do it? I mean I know how to flash rom but I cant find simple steps for flashing.
I'm currently on stock MIUI, didnt touched anything?
What are steps for me? For what I can understand
1. Unlock bootloader
2. steps from: https://drive.google.com/file/d/13rLVqeowVTRWivrpgenl-7k60r7tVB66/view
Is that it or am I missing something in between?

ilidari said:
I'm im still deciding to flash or not to flash custom rom on my phone
But can someone explain it to me how to do it? I mean I know how to flash rom but I cant find simple steps for flashing.
I'm currently on stock MIUI, didnt touched anything?
What are steps for me? For what I can understand
1. Unlock bootloader
2. steps from: https://drive.google.com/file/d/13rLVqeowVTRWivrpgenl-7k60r7tVB66/view
Is that it or am I missing something in between?
Click to expand...
Click to collapse
You forget to activate Dev option before flash, then you can go

rayman95 said:
new update from the dev....HERE
Click to expand...
Click to collapse
Hy, how in hell can you access to "Apply Update from SDcard1" ? I only can access to ADB Sideload, and it fails at 47% ? I try almost all of you tutos, and all are failing and I still don't get why, as I do everything as suggested. How do you transfer your rom on to SDCARD1 to begin with ?

Eightkiller said:
Hy, how in hell can you access to "Apply Update from SDcard1" ? I only can access to ADB Sideload, and it fails at 47% ? I try almost all of you tutos, and all are failing and I still don't get why, as I do everything as suggested. How do you transfer your rom on to SDCARD1 to begin with ?
Click to expand...
Click to collapse
you need to change phone or get an exorcism....
are you on W10??if yes I can help you with team viewer if you want....

Forget this or any gsi rom if you wanna enable banking app and nfc. I get 'missing security keys' as warning when I try to enable it.
Pitty!!

dwensch said:
Forget this or any gsi rom if you wanna enable banking app and nfc. I get 'missing security keys' as warning when I try to enable it.
Pitty!!
Click to expand...
Click to collapse
some people pass security with magisk hide....

rayman95 said:
some people pass security with magisk hide....
Click to expand...
Click to collapse
Thanks for the tip. But I see Magisk has stopped developing MagiskHide? Guess I need an older apk?

Thanks for sharing the ROM.
rayman95 said:
1- Install LOS Recovery
Click to expand...
Click to collapse
Wich LOS Recovery should I install?

DanielTheHam said:
Thanks for sharing the ROM.
Wich LOS Recovery should I install?
Click to expand...
Click to collapse
its the boot.img on first post

Thanks for answearing.
So I installed the ROM and Open GApps but when I reboot to the system the screen goes white and then black. The phone is on because I can hear the lock/unlock sounds but I have no screen.
I also tried to only install the ROM but the same thing happened.
Do you have any solution for this or any idea what the problem could be?

DanielTheHam said:
Thanks for answearing.
So I installed the ROM and Open GApps but when I reboot to the system the screen goes white and then black. The phone is on because I can hear the lock/unlock sounds but I have no screen.
I also tried to only install the ROM but the same thing happened.
Do you have any solution for this or any idea what the problem could be?
Click to expand...
Click to collapse
from which base you start, miui, gsi???
did you a full wipe?? have you followed correctly the tuto with boot and vendor, then flashed with recovery??
if not succeed, you can try GSI who is maybe easier to flash

rayman95 said:
from which base you start, miui, gsi???
did you a full wipe?? have you followed correctly the tuto with boot and vendor, then flashed with recovery??
Click to expand...
Click to collapse
The first try was from Pixel Experience Plus 11.0 v313 GSI and the second one from MIUI 12.0.5 Global.
I flashed the boot and vendor, went to recovery and did a factory reset and finally I flashed the ROM and OpenGApps using adb sideload.
rayman95 said:
if not succeed, you can try GSI who is maybe easier to flash
Click to expand...
Click to collapse
I used Pixel Experience Plus for 2 weeks and I really liked it but there was a really annoying problem with the vibration so I decided to try this ROM.

I tried the rom. Everything works well. GCam also works. ANX camera doesnt work though.

amit kattal said:
I tried the rom. Everything works well. GCam also works. ANX camera doesnt work though.
Click to expand...
Click to collapse
Can you try with a wired headset and USB-C adapter if you can change volume on the cable..
Thanks

Related

[WIP][Root+Recovery+Rom+Q&A]"Xiaomi Mi3 WCDMA"[Cancro]{ALL IN ONE}

XIAOMI MI3 WCDMA​
This thread is WIP
Anyone can ask questions about anything related to mi3 and i will try to figure out.
Specifications-Mi3 W
Chipset: Qualcomm MSM8274AB Snapdragon 800
Network: WCDMA (2G Network 850/900/1800/1900; 3G Network 850/900/1900/2100)
Display: 5.0 inches 1080*1920 pixels
CPU: Quad-core 2.3 GHz Krait 400
Carema: 13MPixel Sony Exmor RS/Front 2 MPixel
Battry: 3050mAh Non User-Interchangeable
RAM: 2GBROM: 16GB
SIM: Mini SIM
RECOVERY(for installing recoveries see rooting method below)
Stock Recovery by raimondomartire
CWM recovery 6.0.3.2 by raimondomartire and @m1cha
CWM 6.0.4.x(TDB) by @furniel
ROOTING
*If you are currently on Developers version then its pre-rooted.Or Just install recovery by below method and flash superuser update.zip
Rooting Stable Release:-
Download Super User Update Package from Here and put into storage.
Download any CWM recovery from above and put into storage.
Use updater app and choose "Select Update Package" and select recovery.
Now after successful update reboot your device to recovery by Updater App or by holding Power Button+ Vol(+) button when turned off.
When in recovery mode select install ZIP from SD and choose Super user update file.After installation it may ask to fix root then select yes.
Now reboot your device.Done.
"OR"​
Download the root file as per your ROM version - V18 ----- V23
Got to Updater app.
Select UPDATE PACKAGE and choose the downloaded file and let it apply the UPDATE and wait for REBOOT.
After reboot open SECURITY app
Select PERMISSION and ENABLE ROOT PERMISSION.
Now you have rooted.See below FAQs column for ROOT FAQs.
Disclaimer:-This post is Just a shareware and i do not own any credits of works that i have not done.If any owner of any stuff mentioned above have objection can PM me and i will take immediate action on it.
Also if anyone have suggestion to add stuffs in the post can PM me or comment below.
News/notice/important reminder
NEWS/NOTICE/IMPORTANT REMINDER​
MIUI 6 Launching on 16th Aug
Hugo Barra promised to release Kernel Sources by end of Year.
CyanogenMod 11 arrived to our device Mi3 by @varun.chitre15
MoKee ROM arrived to our device Mi3 by @Ruling
SlimKat arrived to our device Mi3 by @pandasa123
An awesome Xiaomi Tool made by @linuxxxx for troubleshooting and performing various tasks with PC help.
ROMs Download URLs
LATEST OFFICIAL ROMs
Stable- MIUI-KXDMIBF23.0 (V5)
Developer- MIUI 4.8.8
UNOFFICIAL/Custom ROMs
WiUi V5 by iolinux
CyanogenMod 11 4.4.4 by @varun.chitre15
SlimKat by @pandasa123
MoKee OpenSource Project by @Ruling
LATEST OFFICIAL Fastboot ROMs
HERE
DRIVERS
USB AND ALL NECESSARY DRIVERS INSTALLATION- DOWNLOAD
Steps-
(*)Simply install it by running exe file on windows.(The exe file you downloaded is MiPhone Manager.Although it is in Chinese but it will install all necessary drivers on Windows.See below Mi Phone manager section for converting this utility into English. )
FASTBOOT DRIVERS- DOWNLOAD
MiPhone Manager English
MiPhone Manager Chinese Version-Download
English Files- Download
Steps-
(*)Extract zip
(*)Copy replace all contents in C:\Users\YOUR_USER_NAME\AppData\Local\MiPhoneManager\.....
FAQs-
(*)If you cannot find AppData folder then show hidden files.
(*)If you get error message like File in use then terminate all Miphone processes and try.
MiPhone Tools
MiPhone Tools-Download
Steps-
(*)Install as normal Setup Wizard.
FAQ
FAQs​
1) Why My Antutu Score is low? How to increase?
Ans- Try benchmarking on performance mode with all other apps closed.Change mode under settings/battery..
2)How to enable True Dual Boot?
Ans- Use CWM TDB recovery and reboot into recovery and visit to ADVANCE/ENABLE True Dual Boot then choose it and select WIPE/MOVE DATA....
3)How TBD(True Dual Boot) Works?
Ans- True Dual boot is a feature of Recovery by which you can install TWO ROMs at a same time which will share same data partition.
4) What is difference between Mi3 TD and Mi3 W ?
Ans- Mi3 W(Cancro) is Snapdragon version of Mi3 which is Indian version.Mi3 TD (picses) is Nvidia Tegra version which is not sold in India.So do not flash Mi3 TD stuffs on Mi3W by mistake.:silly:
5) Does it have Corning Gorilla Glass 3 protection?And if then do i need screen protector?
Ans-Xiaomi confirmed that Devices sold on First sale of Mi3 W in India have Corning Gorilla Glass 3 protection but they never confirmed after that.Earlier they said Mi3 comes with Two Types of protection- A)Corning Gorilla Glass 3 B) Dragon-trail .But i received on first sale and i can feel it have Corning Gorilla Glass 3.But from my opinion you should use screen protector even if there is Corning Gorilla Glass 3 protection.
6)CPU 8274AB or 8974 AC?
Ans- Actually the processor is 8274AB.CPU Z identifies it wrong as these processors are too close and everything is same except LTE and some minor enhancements.
7)Developers version and Stable Version Official Roms difference?
Ans- There are two official builds of MIUI available for download: developers build, which is released every Friday, and the Stable build which is released when MIUI engineers agree it’s time!
8)How to install Gapps?Gapps missing!!!!
Ans- (*)Install this apk and Download suitable gapps.-Download
Or
4.4 Gapps- Download
9) Getting error while updateing via OTA after downloading package.Or getting error for flashing packages by updater app.
Ans- Use CWM recovery to flash those packages or try renaming the desired packages to update.zip and flash.But better option is CWM.
10)Forgot pattern lock!!!
Ans- Use AROMA file manager and delet pass.key under data folder.
11)Will Mi3 network work in US?
Ans- Yes
12)Will rooting Void warranty?
Ans- No,rooting is allowed from Xiaomi.:laugh:
13) Why weak vibration?
Ans- Tap Menu button then go to settings>sound and scroll down to vibrate on touch and enable it .There You will see an adjustable submenu with 3 options ::: Light/Medium/Strong.Choose the one you need.
14)How to see developers option?
Ans- Tap 10 times on build number under Setting>About phone
15)Gravity Box/Xposed Framework will work on MIUI?
Ans- No gravity box will not work on miui as MIUI is highly customized rom.but there is alternative WSM TOOLS(google it)
16)USB OTG not working!!!
Ans- Check your usb drive is formatted under fat32 or not.Or use stick-mount app from play-store to mount NTFS file systems.....
17) ......more to come
Unbricking
UNBRICKING​
If your Mi3 is bricked then Follow below methods to unbrick-
If your device is in bootloop and you have a rom package in your memory and CWM or another rom with TDB then follow-(SOFT BRICK)
In bootloop state Hold power button for 8 sec and your device will be turned off and again turn on but press vol+ button immediately before tuning on the screen and you will be able to enter recovery.Thats it wipe data,dalvic,cache partition and format system and flash your rom.
If you have another rom with TDB then just change active system partition and reboot.
IF your device is in boot-loop and you do not have any rom package into memory/no other rom with TDB or not booting into recovery or not turning on then follow-(HARD BRICK)
Install fastboot drivers ,MiPhone tools and fastboot rom from above download section and install fastboot drivers and MiPhone Tools
Now on device press the Volume– key and the Power button at the same time to enter Fastboot mode, then connect the phone to a computer.(if there’s a security prompt, please select Allow)
Extract the fastboot rom and copy address of folder from address bar.just like in pic
{
"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"
}
Open MiFlash.exe and paste the address copied in the last step into the address bar. Click on the first button to Refresh, and MiFlash will automatically recognize the phone. Then click the second button to flash.
Wait until the progress bar on MiFlash is green, which means the ROM is successfully flashed, and the phone will automatically boot.
In case you facing bootloop and you have no rom in storage and no rom on TDB but your CWM recovery is Opening then you can Mount OTG usb device formatted with Fat32 with rom inside and flash it and boot. (SOFT BRICK)
If no other method worked then you should search more on internet or PM me i will try to help as much i can.Or visit Service center.​
No custom ROM>???
i want AOSP/AOKP/CM roms....
michael9413 said:
No custom ROM>???
i want AOSP/AOKP/CM roms....
Click to expand...
Click to collapse
I am sorry but Xiaomi mi3 is a GSM phone.....not WCDMA !
Solution for those who are facing assert failed error
I was facing assert failed error so i followed below steps:
Extract recovery.img from the update.zip file.
Download fastboot download minimal adb and fastboot if you don't have it.
Keep the recovery.img in the same folder as fastboot resides
Download superuser update package and keep it in storage
Turn of the phone and press volume down +power then connect device to pc
Let it download drivers from windows update
Then using command promo navigate to the fastboot folder and type this command
fastboot boot recovery.img
Nothing will happen for few seconds on device then cwm will boot
After that flash superuser package using install zip option.
Reboot and enjoy your have rooted device.
P.S this will not install cwm permanently
Not able to Flash Developer ROM on WCDMA-Singapore MI3 16GB
digyvijaykumar123 said:
XIAOMI MI3 WCDMA​
This thread is WIP
Anyone can ask questions about anything related to mi3 and i will try to figure out.
RECOVERY(for installing recoveries see rooting method)
Stock Recovery by @raimondomartire
CWM recovery 6.0.3.2 by @raimondomartire and @m1cha
CWM 6.0.4.x(TDB) by @furniel
ROOTING
*If you are currently on Developers version then its pre-rooted.Or you can just download and install developer version to acquire root.
Rooting Stable Release:-
Download Super User Update Package from Here and put into storage.
Download any CWM recovery from above and put into storage.
Use updater app and choose "Select Update Package" and select recovery.
Now after successful update reboot your device to recovery by Updater App or by holding Power Button+ Vol(+) button when turned off.
When in recovery mode select install ZIP from SD and choose Super user update file.After installation it may ask to fix root then select yes.
Now reboot your device.Done.
LATEST OFFICIAL ROMs
Stable-MIUI-KXDMIBE18.0
Developer- MIUI-4.7.25
UNOFFICIAL/Custom ROMs
WiUi V5 by @iolinux
More To come....
Disclaimer:-This post is Just a shareware and i do not own any credits of works that i have not done.If any owner of any stuff mentioned above have objection can PM me and i will take immediate action on it.
Also if anyone have suggestion to add stuffs in the post can PM me or comment below.
Click to expand...
Click to collapse
I followed the steps as mentioned in the Guide: http://en.miui.com/thread-20100-1-1.html for flashing Developer ROM.
I downloaded the MiFlash.exe and latest Mi3 MIUI Developer Version ROM (http://bigota.d.miui.com/4.8.1/cancro_images_4.8.1_4.4_cn_90b2fd492f.tgz). I followed the steps for Falshing MIUI ROM in FASTBOOT Mode.
But, when I click on 'Flash' button in the MiFlash tool on my "WIN 8.1 HP Probook6470b" Laptop, I am getting message under the status column, "The system cannot find the file specified.(0x80070002: execute F:\Downloads\cancro_images_4.8.1_4.4_cn\images\flash_all_except_storage.bat"
Below mentioned are the files I have after decompressing the Developer ROM.
images {Folder}
flash_all.bat {File}
flash_all.sh {File}
flash_all_except_data_storage.bat {File}
flash_all_except_data_storage.sh {File}
Please help.
coolravsun said:
I followed the steps as mentioned in the Guide: http://en.miui.com/thread-20100-1-1.html for flashing Developer ROM.
I downloaded the MiFlash.exe and latest Mi3 MIUI Developer Version ROM (http://bigota.d.miui.com/4.8.1/cancro_images_4.8.1_4.4_cn_90b2fd492f.tgz). I followed the steps for Falshing MIUI ROM in FASTBOOT Mode.
But, when I click on 'Flash' button in the MiFlash tool on my "WIN 8.1 HP Probook6470b" Laptop, I am getting message under the status column, "The system cannot find the file specified.(0x80070002: execute F:\Downloads\cancro_images_4.8.1_4.4_cn\images\flash_all_except_storage.bat"
Below mentioned are the files I have after decompressing the Developer ROM.
images {Folder}
flash_all.bat {File}
flash_all.sh {File}
flash_all_except_data_storage.bat {File}
flash_all_except_data_storage.sh {File}
Please help.
Click to expand...
Click to collapse
I think this error is caused by wrong rom location(address in MiFlashTool)...
Please check the rom address....
digyvijaykumar123 said:
I think this error is caused by wrong rom location(address in MiFlashTool)...
Please check the rom address....
Click to expand...
Click to collapse
I double-checked even triple-checked the address in MiFlash tool. It is correct.
The point to be noted here is that the error message is seeking the file "flash_all_except_storage.bat" in the Images folder in the decompressed ROM Directory. Is there any such file in the Images folder? I could not find it in the Images folder when I decompressed the ROM.
Enable Root Mi3 (Indian) Stable Rom - Easiest and Fastest Method
Root Process:
1. First, download this file from here.
2. Your device must be charged up to 80%.
3. Now, put the downloaded file in the root i.e. the main folder of your sd card
4. Right after, Go to Tools>Updater>Select Update package
Clicking on menu in the updater will bring up the “chooseUpdater package” option
5. Choose the file you just downloaded. Tap Update.
6. Now, your phone will now Restartand update
7. Go to the Securities application. Choose Permission. Switch ON root permission.
8. Benefit!!!
Xiaomi supports rooted devices for warranty too so go ahead root your device.
If you ever require to unroot download this file and follow Step 2 to 6.
nexpired said:
Root Process:
1. First, download this file from here.
2. Your device must be charged up to 80%.
3. Now, put the downloaded file in the root i.e. the main folder of your sd card
4. Right after, Go to Tools>Updater>Select Update package
Clicking on menu in the updater will bring up the “chooseUpdater package” option
5. Choose the file you just downloaded. Tap Update.
6. Now, your phone will now Restartand update
7. Go to the Securities application. Choose Permission. Switch ON root permission.
8. Benefit!!!
Xiaomi supports rooted devices for warranty too so go ahead root your device.
If you ever require to unroot download this file and follow Step 2 to 6.
Click to expand...
Click to collapse
File (that we get on clicking the link) is only for version 18. We now have v23. Don't use the same file. http://goo.gl/fscQhV
nexpired said:
Root Process:
1. First, download this file from here.
2. Your device must be charged up to 80%.
3. Now, put the downloaded file in the root i.e. the main folder of your sd card
4. Right after, Go to Tools>Updater>Select Update package
Clicking on menu in the updater will bring up the “chooseUpdater package” option
5. Choose the file you just downloaded. Tap Update.
6. Now, your phone will now Restartand update
7. Go to the Securities application. Choose Permission. Switch ON root permission.
8. Benefit!!!
Xiaomi supports rooted devices for warranty too so go ahead root your device.
If you ever require to unroot download this file and follow Step 2 to 6.
Click to expand...
Click to collapse
Kapiljhajhria said:
File (that we get on clicking the link) is only for version 18. We now have v23. Don't use the same file. http://goo.gl/fscQhV
Click to expand...
Click to collapse
I think the safest and long existing method for rooting is Flashing Superuser update zip via CWM...which will work on all roms...(mentioned in OP)
I'm getting this error !!
Giridharbavana said:
I'm getting this error !!
Click to expand...
Click to collapse
Which update are you applying and getting this error?
What are you trying to do?
Extra Info needed,,,,,
Giridharbavana said:
I'm getting this error !!
Click to expand...
Click to collapse
I got the same error while using cwm mentioned, on v23.
---------- Post added at 06:36 PM ---------- Previous post was at 06:34 PM ----------
Kapiljhajhria said:
File (that we get on clicking the link) is only for version 18. We now have v23. Don't use the same file. http://goo.gl/fscQhV
Click to expand...
Click to collapse
Brother, its working on recent update v23 too. I rooted my device today via same file.
need help... i lost my google apps.. How can i get it back?
coolravsun said:
I double-checked even triple-checked the address in MiFlash tool. It is correct.
The point to be noted here is that the error message is seeking the file "flash_all_except_storage.bat" in the Images folder in the decompressed ROM Directory. Is there any such file in the Images folder? I could not find it in the Images folder when I decompressed the ROM.
Click to expand...
Click to collapse
If you do not see that .bat file in the decompressed folder then just choose any of the available .bat files there.
Just take note that the flash_all.bat will wipe the phone, the other one will keep the current files and will just flash (dirty install) the ROM.
coolravsun said:
I double-checked even triple-checked the address in MiFlash tool. It is correct.
The point to be noted here is that the error message is seeking the file "flash_all_except_storage.bat" in the Images folder in the decompressed ROM Directory. Is there any such file in the Images folder? I could not find it in the Images folder when I decompressed the ROM.
Click to expand...
Click to collapse
I just downloaded 4.8.1 Fastboot rom and i can see followning files and folders.You can verify yours.....
And you can try putting "flash_all_except_storage.bat" file under image folder by copying it from outside.
Code:
images//
//8974_msimage.mbn
//boot.img
//cache.img
//dummy.img
//emmc_appsboot.mbn
//flash.xml
//gpt_backup0.bin
//gpt_both0.bin
//gpt_main0.bin
//misc.img
//MPRG8974.mbn
//NON-HLOS.bin
//patch0.xml
//persist.img
//rawprogram0.xml
//recovery.img
//rpm.mbn
//sbl1.mbn
//sdi.mbn
//system.img
//tz.mbn
//userdata.img
flash_all.bat
flash_all.sh
flash_all_except_data_storage.bat
flash_all_except_data_storage
poran123 said:
need help... i lost my google apps.. How can i get it back?
Click to expand...
Click to collapse
See FAQs section for gapps....

OPX - No Access to Recovery or Bootloader. OOS 2.2.3 Booting normally.

I am on OOS 2.2.3 on my Oneplus X. Rooted with Twrp recovery. Was not able to flash the new and official OOS 3.1.3 zip file through TWRP, so flashed Blue_spark TWRP in recovery mode (read somewhere that it could have enabled me to flash OOS 3.1.3). Now the phone boots into OOS 2.2.3 normally, but I cant boot into recovery or bootloader and it gets stuck at the logo screen in both these modes.
Could someone please help me out with this?
Shalabh21 said:
I am on OOS 2.2.3 on my Oneplus X. Rooted with Twrp recovery. Was not able to flash the new and official OOS 3.1.3 zip file through TWRP, so flashed Blue_spark TWRP in recovery mode (read somewhere that it could have enabled me to flash OOS 3.1.3). Now the phone boots into OOS 2.2.3 normally, but I cant boot into recovery or bootloader and it gets stuck at the logo screen in both these modes.
Could someone please help me out with this?
Click to expand...
Click to collapse
As a result of this, I am not even able to do a manual factory reset from the setting menu in OOS 2.2.3, because when i try to initiate this the phone again gets stuck at the logo screen of recovery mode.
Shalabh21 said:
I am on OOS 2.2.3 on my Oneplus X. Rooted with Twrp recovery. Was not able to flash the new and official OOS 3.1.3 zip file through TWRP, so flashed Blue_spark TWRP in recovery mode (read somewhere that it could have enabled me to flash OOS 3.1.3). Now the phone boots into OOS 2.2.3 normally, but I cant boot into recovery or bootloader and it gets stuck at the logo screen in both these modes.
Could someone please help me out with this?
Click to expand...
Click to collapse
blu.spark TWRP v41 uses the updated Marshmallow bootloader from OOS3.1.3, and you are on the Lollipop bootloader.
Lollipop Bootloader recovery won't boot on Marshmallow bootloader and Marshmallow bootloader recovery won't boot on Lollipop bootloader.
If you wanna flash the 3.1.3 zip, then use these instructions.
Download Oxygen OS 3.1.3 full ROM
Download MM based unofficial TWRP
Downloaded Modded SuperSU if you want root
You will require a PC with WinRAR & Notepad++, because as we are running custom ROMs the zip will give an error 7 saying that The package is for OnePlus, this is an onyx, we need to remove that.
Don't worry, its super easy.
- Download the OOS3 zip, copy it to your PCs desktop
- Open it with winRAR, dont extract it, just open it
- There will be a META-INF folder, open it
- Then open com, then google, then android, there will be 2 files here, updater-binary & updater script
- Double click on updater-script
- It will ask which app to use to open the file, then select to open with Notepad++ (designate it from its installed directory if it isn't visible in the initial list)
- The file will look like this
{
"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"
}
- Delete the entire first line that starts with getprop
- Now it should look like this
- Now press Ctrl+S to save the file and close the window
- WinRAR will ask weather to update changes in the archive, say yes to that
- Let it finish its job
- Done !
Moving on to the flashing now...
Assuming you on OOS2.2.3, goto settings, enable Advanced Reboot.
Then reboot to bootloader, this is fastboot mode.
Flash this recovery.
Done, now...
- Copy the modded OOS3 zip into your Device
- Boot into TWRP recovery
- Wipe system, data, cache & dalvik/art cache
- Flash the modified OOS3 zip
- Let it complete
- After it completes, press the wipe cache/dalvik button below
- Now reboot to system
- Complete the initial setup
- Goto settings, unlock developer options by tapping 7 times on build number in about phone
- Enable advanced reboot
- Then reboot to bootloader
- Flash the MM based unofficial TWRP via fastboot
- Remember to boot into this newly flash TWRP before booting into system so that it doesn't overwite it
- Done
Now you are on OOS 3.1.3, and have a working TWRP, you can proceed to flash SuperSU etc to gain root
Joshwin Aranha said:
blu.spark TWRP v41 uses the updated Marshmallow bootloader from OOS3.1.3, and you are on the Lollipop bootloader.
Lollipop Bootloader recovery won't boot on Marshmallow bootloader and Marshmallow bootloader recovery won't boot on Lollipop bootloader.
If you wanna flash the 3.1.3 zip, then use these instructions.
Download Oxygen OS 3.1.3 full ROM
Download MM based unofficial TWRP
Downloaded Modded SuperSU if you want root
You will require a PC with WinRAR & Notepad++, because as we are running custom ROMs the zip will give an error 7 saying that The package is for OnePlus, this is an onyx, we need to remove that.
Don't worry, its super easy.
- Download the OOS3 zip, copy it to your PCs desktop
- Open it with winRAR, dont extract it, just open it
- There will be a META-INF folder, open it
- Then open com, then google, then android, there will be 2 files here, updater-binary & updater script
- Double click on updater-script
- It will ask which app to use to open the file, then select to open with Notepad++ (designate it from its installed directory if it isn't visible in the initial list)
- The file will look like this
- Delete the entire first line that starts with getprop
- Now it should look like this
- Now press Ctrl+S to save the file and close the window
- WinRAR will ask weather to update changes in the archive, say yes to that
- Let it finish its job
- Done !
Moving on to the flashing now...
Assuming you on OOS2.2.3, goto settings, enable Advanced Reboot.
Then reboot to bootloader, this is fastboot mode.
Flash this recovery.
Done, now...
- Copy the modded OOS3 zip into your Device
- Boot into TWRP recovery
- Wipe system, data, cache & dalvik/art cache
- Flash the modified OOS3 zip
- Let it complete
- After it completes, press the wipe cache/dalvik button below
- Now reboot to system
- Complete the initial setup
- Goto settings, unlock developer options by tapping 7 times on build number in about phone
- Enable advanced reboot
- Then reboot to bootloader
- Flash the MM based unofficial TWRP via fastboot
- Remember to boot into this newly flash TWRP before booting into system so that it doesn't overwite it
- Done
Now you are on OOS 3.1.3, and have a working TWRP, you can proceed to flash SuperSU etc to gain root
Click to expand...
Click to collapse
Thank you very much Joshwin Aranha. This worked like a charm.
However I modified the last step and flashed OOS recovery instead. Want to use the phone without root for a while, because the main reason I rooted it in the first place was to install Greenify and save battery (battery used to drain heavily in OOS 2.2.2 and all prior versions), but unfortunately it did not have a great impact on battery life. So going back to stock version for now.
Shalabh21 said:
Thank you very much Joshwin Aranha. This worked like a charm.
However I modified the last step and flashed OOS recovery instead. Want to use the phone without root for a while, because the main reason I rooted it in the first place was to install Greenify and save battery (battery used to drain heavily in OOS 2.2.2 and all prior versions), but unfortunately it did not have a great impact on battery life. So going back to stock version for now.
Click to expand...
Click to collapse
Whatever rocks your boat buddy, glad you sorted that out.
OPX stuck at oneplus logo after following the procedure
@Joshwin Aranha
Hi, I followed the exact same procedure you mentioned, and the process goes smoothly. But when i reboot the phone is stuck at oneplus logo (when i check through my PC for the status it says it is in fastboot mode).
I can easily flash OOS 2.2.3 and move to lollipop , but the problem occurs in OOS 3.1.3 MM
P.S. - i am not rooted.
hbansal24x7 said:
@Joshwin Aranha
Hi, I followed the exact same procedure you mentioned, and the process goes smoothly. But when i reboot the phone is stuck at oneplus logo (when i check through my PC for the status it says it is in fastboot mode).
I can easily flash OOS 2.2.3 and move to lollipop , but the problem occurs in OOS 3.1.3 MM
P.S. - i am not rooted.
Click to expand...
Click to collapse
Which recovery did you use to flash OOS3 ? And did you properly wipe everything ? Try re-flashing.
Joshwin Aranha said:
Which recovery did you use to flash OOS3 ? And did you properly wipe everything ? Try re-flashing.
Click to expand...
Click to collapse
I have used official TWRP that you mentioned in the procedure. I can easily flash CM13 and get my phone running. The problem is only coming in flashing OOS 3.1.3 after OOS 2.2.3.
And yes i have tried it multiple times. With factory reset, user data erase . Everything.
One quirk which i faced 1 time was that while flashing OOS 3 via official twrp 3.0.2.0 , during system verification stage i got an error "system partition has unexpected contents". I cleaned dalvik/cache/data and the error went away but the problem still persists
hbansal24x7 said:
I have used official TWRP that you mentioned in the procedure. I can easily flash CM13 and get my phone running. The problem is only coming in flashing OOS 3.1.3 after OOS 2.2.3.
And yes i have tried it multiple times. With factory reset, user data erase . Everything.
One quirk which i faced 1 time was that while flashing OOS 3 via official twrp 3.0.2.0 , during system verification stage i got an error "system partition has unexpected contents". I cleaned dalvik/cache/data and the error went away but the problem still persists
Click to expand...
Click to collapse
Does the OOS3 zip give any errors ? Or flashes properly ? This seems like a peculiar issue nonetheless..
Joshwin Aranha said:
Does the OOS3 zip give any errors ? Or flashes properly ? This seems like a peculiar issue nonetheless..
Click to expand...
Click to collapse
It does flash properly when i try to flash from OOS 2.2.3->3.1.3 . What i have observed is that as soon as the phone starts it gets stuck on oneplus logo without "android" written below. When i plug it into my system and check the device, it responds to "fastboot devices". I guess there is some issue with the bootloader or something
hbansal24x7 said:
It does flash properly when i try to flash from OOS 2.2.3->3.1.3 . What i have observed is that as soon as the phone starts it gets stuck on oneplus logo without "android" written below. When i plug it into my system and check the device, it responds to "fastboot devices". I guess there is some issue with the bootloader or something
Click to expand...
Click to collapse
Very the md5 of the OOS3 zip to check for a corrupted download.
Original md5 is 162f12d4dfef0142a184e761da868c5f
Joshwin Aranha said:
Very the md5 of the OOS3 zip to check for a corrupted download.
Original md5 is 162f12d4dfef0142a184e761da868c5f
Click to expand...
Click to collapse
MD5 is the same for UNCHANGED zip. i guess md5 will differ on a modified zip due to the changes you mentioned in the process.

[GUIDE][RECOVERY][ROOT] Install TWRP and Root (Magisk) Lenovo Z5 Pro GT [L78032]

How to Install TWRP:
Note: that version is UNOFFICIAL TWRP-3.3.0-0524
.Pre-Requirements
ADB means Android Debug Bridge, and it is software that you should always do have installed on your PC.
Pre-Requisite 1
Make sure that you have the drivers for your phone installed on your PC.
If not, you can download and install them from here https://devsjournal.com/usb-drivers-...d-devices.html
Pre-Requisite 2
You must also install: Minimal ADB & Fastboot, you can download the software
from here https://devsjournal.com/download-min...boot-tool.html
Pre-Requisite 3
Your device needs this with unlocked bootloader
if it is not unlocked do the tutorial to unlock HERE
Pre-Requisite 4
Make sure you have enabled 'USB Debugging' and OEM Unlocking on your device
Settings -> Advanced settings -> Developer Options
PAY ATTENTION: If you do not see the Developer Options menu you need to do this:
Settings -> Device Info -> tap 6 or 7 times on the 'ZUI version' entry
A pop-up should appear, telling you 'now you are a developer'
------------------------------------------------
1) Download TWRP: recovery-TWRP-3.3.0-0524-LENOVO_Z5PRO_GT-CN-wzsx150.img
2) After getting the TWRP file put it in the same ADB folder
3) Now start the phone in bootlader by doing this:
Connect the phone to the PC
Start the Minimal ADB & Fastboot program from the PC
On the PC screen, type:
adb reboot bootloader
(A request may appear on the phone screen with permission of USB debugging, accept it)
The phone will now restart in Bootloader mode.
4) Now that you are in bootloader mode, from the PC, from the screen
Minimal ADB and Fastboot type:
fastboot flash recovery recovery-TWRP-3.3.0-0524-LENOVO_Z5PRO_GT-CN-wzsx150.img
Sending 'recovery' (98304 KB) OKAY [ 5.970s]
Writing 'recovery' OKAY [ 0.539s]
Done !
---------
.How to Install Root Magisk:
{
"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"
}
Done !
Credits:
Maker: wzsx150
Developer Team: LR.Team
Is there any issues related to this recovery?
firemax13 said:
Is there any issues related to this recovery?
Click to expand...
Click to collapse
I had no problem with this recovery
My device was unlocked by vendor. I'm unable to boot into twrp to root my device. The flashing is successful but it will only boot in a simple recovery where I can only install an "update.zip".
Have tried this https://forum.xda-developers.com/z5...-guide-lenovo-z5-pro-gt-t3915945#post81055547 but the problem remains.
Hope anyone can help. I need to root my device. Thanks
BlueIce84 said:
My device was unlocked by vendor. I'm unable to boot into twrp to root my device. The flashing is successful but it will only boot in a simple recovery where I can only install an "update.zip".
Have tried this https://forum.xda-developers.com/z5...-guide-lenovo-z5-pro-gt-t3915945#post81055547 but the problem remains.
Hope anyone can help. I need to root my device. Thanks
Click to expand...
Click to collapse
Have the same scenario as you but I haven't done the tutorial yet as I read your post and I got concerned. Have you fix you issue? Is it safe to do this tutorial?
No solution so far. No twrp and no root
Now I have flashed the original rom with ZUI 10. Works well and updated to ZUI 11.
luigi0824 said:
Have the same scenario as you but I haven't done the tutorial yet as I read your post and I got concerned. Have you fix you issue? Is it safe to do this tutorial?
Click to expand...
Click to collapse
I've read somewhere that you need to flash vbmeta.img if verified boot is enabled, however I couldn't find the correct img to flash anywhere. Maybe if we ask someone that has the phone already rooted.
Can anyone post wzsx150's newest TWRP 3.3.1 from October 4? It's in this thread but the download link is for registered users only. I can't sign up for a Club Lenovo account.
BlueIce84 said:
No solution so far. No twrp and no root
Now I have flashed the original rom with ZUI 10. Works well and updated to ZUI 11.
Click to expand...
Click to collapse
What method would you follow to install the stock rom, like you, it comes with the bootloader unlocked by the seller and I don't know how to flash stock rom
Use this guide:
https://forum.xda-developers.com/z5-pro-gt/how-to/guide-unbrick-guide-lenovo-z5-pro-gt-t3915945
carlshark said:
Can anyone post wzsx150's newest TWRP 3.3.1 from October 4? It's in this thread but the download link is for registered users only. I can't sign up for a Club Lenovo account.
Click to expand...
Click to collapse
I gave up on clublenovo. They require SMS authentication to post so even when you log in you can't post and download. TWRP 3.3.1 is also available from 4PDA. That's what I used.
I was able to flash the TWRP 3.3.1 but i cant root nor i cant flash anything as the folders inside the sdcard directory is showing in weird names
luigi0824 said:
I was able to flash the TWRP 3.3.1 but i cant root nor i cant flash anything as the folders inside the sdcard directory is showing in weird names
Click to expand...
Click to collapse
You need to decrypt the internal storage.
normally this is done by entering to ping code to unlock the phone in TWRP on start up.
thorvall said:
You need to decrypt the internal storage.
normally this is done by entering to ping code to unlock the phone in TWRP on start up.
Click to expand...
Click to collapse
Will I lose any data if I decrypt my phone? And where do I find that pin code?
luigi0824 said:
Will I lose any data if I decrypt my phone? And where do I find that pin code?
Click to expand...
Click to collapse
Its the pin code you use to open the phone.
And enabling does not remove data, but it does give twrp read/write permission
Is it possible to implement support for OTA updates through TWRP?
BlueIce84 said:
My device was unlocked by vendor. I'm unable to boot into twrp to root my device. The flashing is successful but it will only boot in a simple recovery where I can only install an "update.zip".
Have tried this https://forum.xda-developers.com/z5...-guide-lenovo-z5-pro-gt-t3915945#post81055547 but the problem remains.
Hope anyone can help. I need to root my device. Thanks
Click to expand...
Click to collapse
i had the same issue and discover a solution
1) you have to manually go to your phone after you finish the flash below. DO NOT cmd fastboot reboot as it will flash stock
recovery
a) fastboot flash recovery twrp.img ( i rename the tweak recovery file to twrp.img)
b) http://4pda.ru/forum/index.php?showtopic=973179&st=0
(tweak recovery version 3.31)
2) after flash quickly go to your phone fastboot mode ( reminder again: do not tyoe fastboot reboot after flash successful appear in cmd)
3) manually select recovery , select english then select reboot and TWRP will appear
issues
1) i cannot manually tweak recovery via phone ( power +volume down ) as stock recovery will appear again.
A) so you need to go your PC to redo flash recovery again
B) i did a back up and redo PC flassh recovery again and mine files are stored successful
c) there is no install root in TWRP
D) about backup...
.best to back up via OTA-USB. pixel GCI crash ( QUALCOMM CRASH DUMP MODE ) my phone and my restore
file was missing as TWRP rename the restore file. spent one hour it so decide to do stock rom
current
a) I have not flash any rom yet and my original ANTUTU benchmark hovers around 300000 to 350000 based on vendor custom global rom
b) my phone model is 8gb 128gb android version 9 and lenovo version 11.0.084
c) updatess and NFC not supported
d) i opt not too root
e) bootloader still unlock
REQUEST...
would appreciate a ROM recommendation
a) have anyone flash a rom (not china stock rom) wirh an antutu beachmark abve 400000 ?
from a novice... after 2 weeks i can finally flash tweak recovery from the phonE.
about flashing stock rom..
i opt for stock rom and my antutu hovers around 409000 to 418000. from LENOVO app centre you can install play store
butterx2341 said:
i had the same issue and discover a solution
1) you have to manually go to your phone after you finish the flash below. DO NOT cmd fastboot reboot as it will flash stock
recovery
a) fastboot flash recovery twrp.img ( i rename the tweak recovery file to twrp.img)
b) http://4pda.ru/forum/index.php?showtopic=973179&st=0
(tweak recovery version 3.31)
2) after flash quickly go to your phone fastboot mode ( reminder again: do not tyoe fastboot reboot after flash successful appear in cmd)
3) manually select recovery , select english then select reboot and TWRP will appear
issues
1) i cannot manually tweak recovery via phone ( power +volume down ) as stock recovery will appear again.
A) so you need to go your PC to redo flash recovery again
B) i did a back up and redo PC flassh recovery again and mine files are stored successful
c) there is no install root in TWRP
D) about backup...
.best to back up via OTA-USB. pixel GCI crash ( QUALCOMM CRASH DUMP MODE ) my phone and my restore
file was missing as TWRP rename the restore file. spent one hour it so decide to do stock rom
current
a) I have not flash any rom yet and my original ANTUTU benchmark hovers around 300000 to 350000 based on vendor custom global rom
b) my phone model is 8gb 128gb android version 9 and lenovo version 11.0.084
c) updatess and NFC not supported
d) i opt not too root
e) bootloader still unlock
REQUEST...
would appreciate a ROM recommendation
a) have anyone flash a rom (not china stock rom) wirh an antutu beachmark abve 400000 ?
from a novice... after 2 weeks i can finally flash tweak recovery from the phonE.
about flashing stock rom..
i opt for stock rom and my antutu hovers around 409000 to 418000. from LENOVO app centre you can install play store
Click to expand...
Click to collapse
If you boot your ZUI system, your twrp will be overwritten by a stock recovery.
However if you flash magisk, your twrp won't be overwritten anymore. If you want to preserve your twrp after rebooting on ZUI, you need to flash magisk.
whatever I do.. the twrp wont be installed (let alone the root/magisk). ADB does say the twrp is flashed... but it will always boot to or the bootloader.. or the system (not the lenovo recovery or twrp recovery). Quiet frustrating... what can I do? Want this boy rooted!
Edit: done. The twrp linked in the tutorial is not correct use this one: https://drive.google.com/file/d/13mt0RLmT83BHSUBpH-J7EhaeZQ-MPYUu/view
That worked!
I want to unlock my bootloader but the site where you request the image file for unlocking it wont accept my IMEI1.. any idea guys?

[Q] Root & TWRP 3.4.0 for Android 10.

{
"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"
}
Root & TWRP 3.4.0 for Android 10.
Root and absolutely working TWRP 3.4.0 on Android 10!​
In the new TWRP and Root installation method described below, there is no need to format the Data partition to remove the encryption.
Thanks to TWRP's built-in FB Encryption (File Based Encryption), the contents of the Data partition are available with encryption preserved. The folders on the external memory have the correct names and structure.
Temporary flaw: each new firmware requires a new TWRP.
1. Download archive for up-to-date firmware (as of 09.12.20 - QPHS30.29-Q3-28-13-6) with files for installation TWRP and Magisk Root_TWRP_QPHS30.29-Q3-28-13-6.zip
2. Extract files:
- TWRP-Q-3.4.0-parker-nemo-nemo.img to the drivers adb & fastboot folder;
- Magisk-disable-dm-verity-v20.4.zip to the SD Card.
3. Boot the phone in fastboot mode, connect it to a PC and perform the following commands:
Code:
fastboot flash boot C:\adb\TWRP-Q-3.4.0-parker-nemo-nemo.img
4. After installation is complete, restart the phone in Recovery.
5. Go to the "Install" section. Click on "Select Storage" button, select Micro SD card, OK. Install Magisk-disable-dm-verity-v20.4.zip.
6. Reboot into the system.
Attention, it's important!
In case of release of new stock firmware RETEU, or you have a device for other regions, you can update TWRP yourself in the following way:
So, in order for you to have TWRP, mobile communications and Wi-Fi, you need to do the following:
- Copy to SD Card boot.img from Stok firmware archive, which is currently installed on your phone;
- Copy to the SD card twrp-installer-3.4.0-0-parker-nemo-nemo.zip;
- Follow step 3 of the basic instructions;
- Install directly in the TWRP boot.img itself under Boot;
- Install the twrp-installer;
- Install Magisk-disable-dm-verity-v20.4.zip.
Earlier versions of TWRP
QPHS30.29-Q3-28-13-2
QPHS30.29-Q3-28-13
Old Instruction:
1. Download archive with files for installation Magisk and TWRP Google Drive.
2. Extract files:
- boot_magisk_q.img to the drivers adb & fastboot folder;
- Magisk-ddmv-v20.4.apk, Magisk-disable-dm-verity-v20.4.zip, twrp-installer-3.4.0-0-parker-nemo-nemo.zip to the SD Card.
3. Boot the phone in fastboot mode, connect it to a PC and perform the following commands:
Code:
fastboot flash boot C:\adb\boot_magisk_q.img
4. Reboot into the system and install Magisk-ddmv-v20.4.apk.
5. Run the application Magisk Manager, go to the "Modules" tab and select twrp-installer-3.4.0-0-parker-nemo-nemo.zip.
6. After installation is complete, restart the phone in fastboot mode and then in Recovery.
7. Go to "Wipe" section and press "Format data" for decryption. Type "Yes" on request. Go to the TWRP Main Menu and reboot again in the Recovery.
8. Go to the "Install" section. Click on "Select Storage" button, select Micro SD card, OK. Install Magisk-disable-dm-verity-v20.4.zip.
9. Reboot into the system.
Updated TWRP to firmware version QPHS30.29-Q3-28-13-2.
Hey, thanks for doing this. I'm a newbie, but I got through your instructions and it worked! At least at first. After I OEM-unlocked and installed TWRP, Android seemed to be working fine. I went into TWRP installed Magisk and when I restarted it seems my wifi (wifi mac address is "unavailable") and the service state of my radio is off. I can't figure out how to get it back on.
I tried messing around with settings in *#*#4636#*#* , no luck.
I put my sim card in an old phone and it still works (I wondered if I got locked out by my carrier?)
Think it might be connected at all or do I have a separate issue going on here?
EDIT: Nevermind - I used Lenovo's Rescue Smart Assistant and got it fixed...
Thanks!
Wijitmaker said:
Hey, thanks for doing this. I'm a newbie, but I got through your instructions and it worked! At least at first. After I OEM-unlocked and installed TWRP, Android seemed to be working fine. I went into TWRP installed Magisk and when I restarted it seems my wifi (wifi mac address is "unavailable") and the service state of my radio is off. I can't figure out how to get it back on.
I tried messing around with settings in *#*#4636#*#* , no luck.
I put my sim card in an old phone and it still works (I wondered if I got locked out by my carrier?)
Think it might be connected at all or do I have a separate issue going on here?
EDIT: Nevermind - I used Lenovo's Rescue Smart Assistant and got it fixed...
Thanks!
Click to expand...
Click to collapse
What Software Channel intended your phone? I have a RETEU. If you have a different region, this is most likely the reason.
So, in order for you to have TWRP and work mobile communication and Wi-Fi, you need to do the following:
- from the Stock Firmware archive, which is currently installed on your phone, copy boot.img to SD Card;
- twrp-installer-3.4.0-0-parker-nemo-nemo.zip copy to SD Card (see at the attached files).
Install directly in TWRP boot.img and then install TWRP-installer.
Then reinstall Magisk-disable-dm-verity-v20.4.zip (see at the attached files) and whatever you want.
Hi do you have a way to apply OTA update without remove twrp?
Hey,
I have a brand new One Zoom here and like to root it.
Don't wanna brick it, so I have two silly noob questions:
Before performing step 3 in first post above
(fastboot flash boot C:\adb\TWRP-Q-3.4.0-parker-nemo-nemo.img)
I still have to unlock the bootloader, right???
On github, currently there is Magisk v21.1 out. Can I use this newer version or do I MUST use the version provided by ilia3367 in first post?
Thanks to all of you
Solo8000 said:
Hey,
I have a brand new One Zoom here and like to root it.
Don't wanna brick it, so I have two silly noob questions:
Before performing step 3 in first post above
(fastboot flash boot C:\adb\TWRP-Q-3.4.0-parker-nemo-nemo.img)
I still have to unlock the bootloader, right???
On github, currently there is Magisk v21.1 out. Can I use this newer version or do I MUST use the version provided by ilia3367 in first post?
Thanks to all of you
Click to expand...
Click to collapse
Yes your bootloader need to be unlock.
For me with use or twrp I can t install OTA update for résolve that I Have flash again m'y phone with stock Rom and use magisk patch way to Root m'y phone
I have write some instruction on that here
Updated TWRP to version QPHS30.29-Q3-28-13-6, updated the manual.
Solo8000 said:
On github, currently there is Magisk v21.1 out. Can I use this newer version or do I MUST use the version provided by ilia3367 in first post?
Click to expand...
Click to collapse
Use Magisk which is in the Instruction Manual.
This is a special version of Magisk for Motorola devices.
Magisk v21.4 刷机包 Motorola 修改版 | 云梦
介绍 Motorola 有个奇怪的 hab 保护技术,这个组件会保护系统不受侵害。如果不去除这个组件,在开机状态修改系统后,重启将会还原更改,在 TWRP 下修改系统,将无法开机。所以我做了一个修改版 Magisk,以彻底去除这个东西。 注意:仅适用于 Motorola 机型。 特性 - 强制去除 dm-verit
www.htcp.net
When I flash your version of TWRP my network connections go away. I had to reflash the original boot image to get it back.
finally got it. didn't realize you had included the modified zip file in another post.
Just a report:
did the process today, worked like a charme.
One caveat: unlocking bootloader via this stupid motorola web service did not work at first; yesterday evening submitting the correct unlock string always returned "Your Device Does Not Qualify For Bootloader Unlocking"; tried exact same procedure this morning - worked immediately; so I guess this is a problem with Motorola servers.
Right now I have TWRP, Magisk and as it looks ALL smartphone functions including wifi, radio, fingerprint.
My device: Moto Zoom, reteu, build number QPHS30.29-Q3-28-13-6; it's brand new and I did not set up any lock mechanism (like fingerprint) before this process (because some people complain that their fingerprint reader does not work anymore after flashing/rooting; maybe this is a solution to that problem)
Hello, I have a problem/question.
Recently I have a notification of system update available: QPH30.29-Q3-28-13-10, Im' currently on (QPH30.29-Q3-28-13-6) with TWRP an Magisk Installed.
When I try to make the update with the normal System Update it can't apply the update (no specific error).
So I would like to make the update manually; I downloaded the full image zip from here:
lolinet mirrors - firmware, software, iso etc.
lolinet mirrors - powered by h5ai
mirrors.lolinet.com
Then I think I could flash it with MotoFlashPro (using servicefile.xml), but what are the steps to keep everything working (TWRP, Magisk, and all network and fingerprint)?
Are these correct?
So, in order for you to have TWRP, mobile communications and Wi-Fi, you need to do the following:
- Copy to SD Card boot.img from Stok firmware archive, which is currently installed on your phone; (so I have to download the current full image and use the boot.img from this one and not the new firmware?)
- Copy to the SD card twrp-installer-3.4.0-0-parker-nemo-nemo.zip;
- Follow step 3 of the basic instructions;
- Install directly in the TWRP boot.img itself under Boot;
- Install the twrp-installer;
- Install Magisk-disable-dm-verity-v20.4.zip.
Sorry for the stupid questions but I don't want to start the process and brick the phone or lose something.
Thank you
TWRP already got official, is there a small chance to see custom roms like lineage os 18 in future?

How To Guide Unlock, Change from Chinese to Eu rom, and root guide with magisk

Unlocking your mi mix 4 :​
lets start by enabling developer options on our mix 4, to do that go to device settings,then tap on My device > All specs > keep tapping on miui version till u enable developer options.
{
"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 will enable developer options under additional settings,
go to developer settings and enable OEM unlocking, and
select mi unlock status, put in a sim card, disconnect from wifi, enable cellular data, and tap on add account and device
wait for a week, only then u are allowed to unlock.
on your windows pc download and install adb, fastboot and drivers using the 15 seconds adb install tool link
this should install device drivers,
boot your phone into fastboot mode,
to boot your phone into fastboot, power off your device, and while poweing on hold volume down button.
this will put your phone into fastboot mode, connect it to your windows pc, check if the drivers are installed properly by going into
device manager and see if android device is shown without any errors,
open power shell and see if the device is recognised by the system by typing in
Code:
fastboot devices
this should display your device id.
Warning : unlocking your phone will format the whole phone please take a bakcup of your daata.
now download mi unlock tool from this link
open the mi unlock tool select your device and tap on unlock, it will prompt for your credentials,
type in your mi account details that are binded to your device, and once your are logged in,
click on unlock again, this will start the unlock process
on your mix 4, you will be prompted with this,
tap on the first option and log in using your mi account credentials,
your phone is now unlocked.
Replacing the chinese rom with an EU rom:​now that the phone is unlocked, lets download the latest available EU fastboot flashable build from the following link
extract the downloaded rom, before we flash the rom, we need to reboot our phone to fastboot mode, to do that
as i told earlier, power off your device, and while powering the phone on, hold volume down, this will boot your mix 4 into fastboot mode.
lets reverify if your phone is unlocked by opening powershell and type in this command
Code:
fastboot oem device-info
Warning : the next step will format your device to factory settings, please backup the needed files.
now that we verified that the device is unlocked, lets flash the rom by clicking on
windows_fastboot_first_install_with_data_format.bat
this will start the flashing process. once the flash process is done, you can setup the mix 4 device.
Rooting mix 4 with magisk manager:​warning : to root the phone your phone should be having an unlocked bootloader, please dont try to root your phone without unlocking the bootloader.and also banking apps, and payment apps might not work, so do accordingly.
copy imgages/boot.img file from extracted eu rom folder to mix 4 device,
install magisk manager from magisk github link.
once the magisk manager is installed,
open magisk manager, tap on install button next to Magisk,
then tap on select and patch file,
from the file manager, select the copied boot.img, and tap on next.
this will patch the boot.img image file and generate a magisk_patched.img in the downloads folder.
copy the magisk_patched.img file from downloads folder on android to the desktop on windows,
reboot your mix 4 to fastboot mode, and connect it to pc.
now open power shell window in the desktop folder by howering your mouse in the empty space,
and while holding the shift key on your keyboard, right click on the mouse, this will show an option
of open power shell window. click on it, and see if the device is recognised in fastboot mode by typing in
Code:
fastboot devices
this should show your device code.
now that the device is in fastboot mode, type in the following command
Code:
fastboot flash boot magisk_patched*.img
this will flash the magisk patched boot image, you can reboot your phone by typing in
Code:
fastboot reboot
once the phones booted up, open magisk manager, it should say installed : yes under magisk
and also a hovering menu at the bottom which will give access to super su functionality, and magisk modules too.
so if you guys want a detailed video for the same, check out ,
Great tutorial, i did all this but did not use magisk or root the phone, is there any reason to ?
jrvenge said:
Great tutorial, i did all this but did not use magisk or root the phone, is there any reason to ?
Click to expand...
Click to collapse
If you want to use Google Pay or any other app that uses SafeNet API to detect root, you might want to use Magisk to add hide module to trick SafetyNet and hide. SafetyNet unfortunately detects even unlocked bootloader and/or flashed custom ROM.
inao said:
If you want to use Google Pay or any other app that uses SafeNet API to detect root, you might want to use Magisk to add hide module to trick SafetyNet and hide. SafetyNet unfortunately detects even unlocked bootloader and/or flashed custom ROM.
Click to expand...
Click to collapse
so most of the banking apps or payment apps only stop working if u have rooted your rom. so i am on eu rom and most of the banking apps work if i dont root it
I guess it depends. On my MIX 3 Google Pay wasn't working because I had bootloader unlocked even when nothing was flashed. I'm planning to experiment a bit when official TWRP comes out because I really hate CN XiaoAI and a lot of features missing.
vamsi209 said:
so most of the banking apps or payment apps only stop working if u have rooted your rom. so i am on eu rom and most of the banking apps work if i dont root it
Click to expand...
Click to collapse
It does? Maybe try this one...
wipe cache of google play services
then perform safetynet-check...
I use google Pay on a daily basis and my phone is rooted.
SanHelios said:
It does? Maybe try this one...
wipe cache of google play services
then perform safetynet-check...
I use google Pay on a daily basis and my phone is rooted.
Click to expand...
Click to collapse
ok but rooted phones how is ur safetynet check passing mate ?
vamsi209 said:
ok but rooted phones how is ur safetynet check passing mate ?
Click to expand...
Click to collapse
Yes, everytime...
I should mention, that i use magisk hide for all my playstore and banking apps too.
Will the wait time to unlock bootloader reset if the phone is turned off for 7 days?
Aleksanderbjorn said:
Will the wait time to unlock bootloader reset if the phone is turned off for 7 days?
Click to expand...
Click to collapse
No. I turned off my device too. Unlocking proceeded without any problems.
Can anybody give instruction on root and magisk without installing eu? If i wanna use ch?
flozzz said:
Can anybody give instruction on root and magisk without installing eu? If i wanna use ch?
Click to expand...
Click to collapse
so inorder to root, you have to have your bootloader unlocked for sure,
so unlock your device as shown in my post above,
then extract your boot.img from the rom( find the version of your rom, download that specific rom from https://mifirm.net/model/odin.ttt )
and follow the above instructions for root as shown in my post(basically install magisk manager on your phone, use magisk to patch the boot.img, and the finally flash the boot.img using the command in fastboot mode.
Code:
fastboot flash boot magisk_patched*.img
and your phone should be rooted.
What if I want to return a phone to stock?
Bootloader is unlocked and it is running MIUI 12.6 by xiaomi.eu.
So I want to lock the bootloader and install the official rom so I can get OTA updates.
I downloaded MiFlash2020-3-14-0 and China Fastboot ROM: odin_images_V12.5.12.0.RKMCNXM_20211021.0000.00_11.0_cn_0d71adc934.
In MiFlash I selected clean all and lock. When trying to flash I am getting an Antirollback check error.
Short update: it seems you can't have spaces in the file path. After fixing this it flashed with no errors
ferid said:
Short update: it seems you can't have spaces in the file path. After fixing this it flashed with no errors
Click to expand...
Click to collapse
thaanks for the update
By switching to the EU rom, does that mean I will not have to change any permission settings to get the gaps to work or will I still have to change permissions settings even after the ROM comes preinstalled with Google apps?

Categories

Resources