Related
[size=+2]TWRP Custom Recovery for Vivo V3[/size]
This is an experimental custom recovery for Vivo V3 based on TWRP version 3.0.2-0. You can use this recovery to flash custom ROMs and other flashable ZIPs. Full root access is available via an ADB shell.
Important - read before flashing
This is an experimental recovery. Whilst it will not prevent your device from booting back in to its normal ROM, I am not responsible for anything that goes wrong. If you flash this recovery to your device you will no longer be able to receive OTA updates for Funtouch OS and will have to install ROM updates manually unless you flash back to original stock recovery.
DOWNLOAD LINK
TWRP Custom Recovery
Flashing Instructions
1. Go to Settings, then More Settings, About Phone, and then tap Software version 10 times. It should now say that you are a developer.
2. Go to Settings, then More Settings, Developer Options. Turn on USB Debugging and Enable OEM Unlock.
3. Connect your phone to your computer. Authorize the USB debugging request on your phone screen.
4. If you haven't already, install ADB/Fastboot drivers. See here for further instructions: http://forum.xda-developers.com/showthread.php?t=2317790
5. Place the TWRP file from the download links above in your current directory
6. Completely power off your phone.
7. Hold the VOLUME DOWN and POWER buttons together until you see a black screen with FASTBOOT options.
8. In a command line window (or using Minimal ADB Fastboot if you used the above instructions), run this command:
Code:
fastboot flash recovery recovery-v3.img
9. If all went well the custom recovery has now been flashed. Use the volume buttons on your phone to select "RECOVERY" from the FASTBOOT options on-screen, then press the power button to confirm. You should now be in recovery mode! Congratulations!
Going back to stock recovery
Currently I have no original recovery image, so you will not be able to go back to stock recovery unless Vivo release it (unlikely).
Note to testers:
You can make a backup of the stock V3 recovery by flashing this TWRP recovery like so:
Code:
fastboot flash boot recovery-v3.img
fastboot reboot
This flashes the recovery to your boot partition rather than the recovery partition. You'll then be able to make a backup of the stock recovery in TWRP. After saving a copy to your SD card, flash back to your original boot partition like so:
Code:
fastboot flash boot boot-original-v3-1.8.20.img
fastboot reboot
Afterwards you can flash this TWRP to your recovery partition as normal and then you also have a stock recovery file too. Please upload it to this forum if you make a backup of stock.
The original stock boot image can be downloaded here if you need it: https://drive.google.com/file/d/0B0TtHsl8vcaLYTJhZHNHTFVfdGs/view?usp=sharing
hi
sorry for my bad english
i am tried with my v3 but when press the recovery button reboot to agin fastboot mode i analyse the recovery it is v3 max recovery img plz upload the device tree i will develiop the recovery
vivo v3 are sd 616 chip set and v3 max are sd652
---------- Post added at 01:57 AM ---------- Previous post was at 01:56 AM ----------
provide step for making the recovery for v3 max i will port to this v3
prabaecepct said:
sorry for my bad english
i am tried with my v3 but when press the recovery button reboot to agin fastboot mode i analyse the recovery it is v3 max recovery img plz upload the device tree i will develiop the recovery
vivo v3 are sd 616 chip set and v3 max are sd652
---------- Post added at 01:57 AM ---------- Previous post was at 01:56 AM ----------
provide step for making the recovery for v3 max i will port to this v3
Click to expand...
Click to collapse
Hello.
Making of custom recovery can be very difficult to explain but this thread tells you how to build TWRP recovery from source code.
Some pointers for building for Vivo V3 SD616:
1. Use Omni 5.1 sources instead of CM (see thread for more info)
2. Download latest V3 firmware from www.vivoglobal.com. Extract boot.img from the ZIP file and then use software called Android Image Kitchen (or similar) to extract the contents of boot.img.
3. From boot.img, find fstab.qcom file and make a note of its contents. You will need this information to make recovery.fstab file for TWRP.
4. From boot.img, find the "device fingerprint" and make a note of it. It's usually in default.prop file or can be somewhere else.
5. Make a note of the kernel command line options from the boot.img zImage split as they may be useful.
Finally:
If you manage to compile a full TWRP recovery for your phone but it does not boot, simply replacing the kernel from boot.img of latest firmware into the TWRP image may fix this. (again use Android Image Kitchen or similar).
I hope this helps. Sorry I can't be of more assistance.
hi i am upload the orinal stock recovery
plz bulid to the twrp our vivo v3
https://docs.google.com/uc?export=download&confirm=2Gic&id=0B-Tl2AxV63-aOFNYTGZvMXQzQ3c
prabaecepct said:
hi i am upload the orinal stock recovery
plz bulid to the twrp our vivo v3
https://docs.google.com/uc?export=download&confirm=2Gic&id=0B-Tl2AxV63-aOFNYTGZvMXQzQ3c
Click to expand...
Click to collapse
Please try this one based on your stock recovery
https://drive.google.com/open?id=0B0TtHsl8vcaLR25fZkR1YkloUTA
Hi i flashed only stock recovery are booting
Can i flash this recovery for vivo y51l
Simple answer no
nimesh.batra93 said:
Can i flash this recovery for vivo y51l
Click to expand...
Click to collapse
you will brick your phone , Only flash your phone`s compatible ROMs and Recoveries i.e those of your phone model and cpu structure . Also Vivo has not open sourced its development as other phone makers so making it custom friendly is freakin pain in the >> A$% . anyhow :good: keep your hopes up someone might just make a custom rom for VIVO once they hack into it. Till then stay away from anything that is not VIVO
For those who need the official VIVO V3 (non-max) recovery, I have the latest version here:
Original recovery image (Global ROM, non max)
Hy @liamcrayden,
do i need to unlock bootloader before i flash the twrp?
Hy @liamcrayden @prabaecepct ,
Seem that i can't install twrp to this devices before unlock it's bootloader.
I've tried to enabled developer option > enable usb debugging > enable OEM unlock
Went to fastboot mode and type : " fastboot oem unlock "
And it just give error message "FAILED (remote: unknown command or device is lock)"
My Software Version is PD1524F_EX_A_1.12.14 Lolipop 5.11 Funtouch OS 2.5
Do i need to downgrade my version?
Really apprecited if anyone can help me.
langithitam said:
Hy @liamcrayden @prabaecepct ,
Seem that i can't install twrp to this devices before unlock it's bootloader.
I've tried to enabled developer option > enable usb debugging > enable OEM unlock
Went to fastboot mode and type : " fastboot oem unlock "
And it just give error message "FAILED (remote: unknown command or device is lock)"
My Software Version is PD1524F_EX_A_1.12.14 Lolipop 5.11 Funtouch OS 2.5
Do i need to downgrade my version?
Really apprecited if anyone can help me.
Click to expand...
Click to collapse
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Sithu Htun said:
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Click to expand...
Click to collapse
Finally I am also unlocked.
Sent from my Vivo vivo V3 using XDA Labs
Sithu Htun said:
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Click to expand...
Click to collapse
I flashed supersu using TWRP but its showing device not rooted
Can anyone provide me the twrp.img file for Vivo Y12
{
"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"
}
Note - Iam Not Responsible for bricked devices
About Team win recovery project
TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have a large support community with many people who are willing to answer questions and help people with their devices either through our IRC channel or on forums like xda-developers.
Team Win was originally formed to work on porting WiMAX to CM7 for the HTC EVO 4G. After our work on the EVO 4G we wanted to work on a project that would work on more devices than just the EVO 4G and we settled on working on a recovery. Today TWRP is the leading custom recovery for Android phones.
Installation procedure
1 . Download twrp-3.4.0-0-CTL_sprout.img & twrp-installer-3.4.0-0-CTL_sprout.zip copy in one folder
2. connect phone to pc boot your phone to download mode
3. open cmd in that folder
4. type fastboot devices
5. type fastboot boot twrp-3.4.0-0-CTL_sprout.img
6. now your phone will boot in to twrp
7. now copy twrp installer.zip in to your phone from pc using type c usb cable
8. now flash twrp installer zip ( this will make your twrp permanent )
10. now flash magisk or what ever your wish and press reboot system
11. now if you people want to boot in to twrp? power off your phone connect to pc or charger
& wait for battery logo and press volume up and power button for 8 seconds now you will boot in to twrp
Download Android 10 Twrp-3.4.0-0 From Here
For More Information About Status Official Click Here
XDA:DevDB Information
TWRP 3.4.0-0 , for the Nokia 7.1
Contributors
Raghu varma
Source Code: https://github.com/TeamWin/android_device_nokia_CTL_sprout
My build script https://github.com/RaghuVarma331/scripts
Version Information
Status: Stable
Current Stable Version: 3.x
Stable Release Date 2019-01-26
Created 2019-01-26
Last Updated 2020-06-25
Hi Raghu, I appreciate the work you are doing for the Nokia community!
I have a question... if I boot directly into TWRP instead of flashing TWRP over my stock recovery, is it truly necessary to reflash the stock recovery? Like for instance, I only want to load magisk on my device/create a nandroid backup and keep stock recovery and stock OS until the Android Q release. Though, from experience from other devices I have owned... booting directly into TWRP instead of flashing only is temporary and keeps the stock recovery intact. I am not sure from your tutorial if I truly need to flash my stock recovery after just booting TWRP temporarily?
usernamedoesnotexist said:
Hi Raghu, I appreciate the work you are doing for the Nokia community!
I have a question... if I boot directly into TWRP instead of flashing TWRP over my stock recovery, is it truly necessary to reflash the stock recovery? Like for instance, I only want to load magisk on my device/create a nandroid backup and keep stock recovery and stock OS until the Android Q release. Though, from experience from other devices I have owned... booting directly into TWRP instead of flashing only is temporary and keeps the stock recovery intact. I am not sure from your tutorial if I truly need to flash my stock recovery after just booting TWRP temporarily?
Click to expand...
Click to collapse
if you want to get back to your stock recovery just flash your stock boot.img of the respective security patch
for example you flashed twrp on may 2019 pie
and now you want to get back to stock recovery?
so just flash using fastboot flash boot boot.img ( may 2019 boot.img)
Raghu varma said:
if you want to get back to your stock recovery just flash your stock boot.img of the respective security patch
for example you flashed twrp on may 2019 pie
and now you want to get back to stock recovery?
so just flash using fastboot flash boot boot.img ( may 2019 boot.img)
Click to expand...
Click to collapse
Thanks for the info! Unfortunately, I couldn't pull my stock recovery from adb and had to use the terminal inside TWRP to pull my recovery. After successfully getting stock recovery, I patched the stock recovery (after copying) to my external SD with magisk and flashed that via adb. Magisk is now installed and I am satisfied.
Note: this is relatively the first time I am leaving stock recovery on my device vs custom recovery to keep the OTA updates. This is because there isn't much of a dev community here at the moment and not much to do on the device.
New Build Is Up
Based On R40
Android version - pie
twrp- based on June 2019
################ The final Main installation procedure #################
Note - this will work only On June 2019 Security Patch And From Now i will update Twrp Every Month
1 . Download twrp-3.3.1-0-CTL.img & twrp-installer-3.3.1-0-CTL.zip copy in one folder
2. connect phone to pc boot your phone to download mode
3. open cmd in that folder
4. type fastboot devices
5. type fastboot boot twrp-3.3.1-0-CTL.img
6. now your phone will boot in to twrp
7. now copy twrp installer.zip in to your phone from pc using type c usb cable
8. now flash twrp installer zip ( this will make your twrp permanent )
10. now flash magisk or what ever your wish and press reboot system
11. now if you people want to boot in to twrp? just power off your phone connect to pc or charger
& wait for battery logo and press volume up and power button for 8 seconds now you will boot in to twrp
congratulations now you are successfully booted in to twrp
@Raghu varma
Any telegram group for development? If that exist, please add me t.me/theHari08.
Note - Twrp Support is back for Nokia 7.1
Changelog
13-12-2019
* Initial android 10 twrp builds are up
* Twrp based on 3.3.1-0
* Supports on Android 10 stock roms and custom roms
* supports on Android 9 stock roms and custom roms
* Follow instructions as i mentioned above in the xda thread for installation
* Omni sources based on latest r47
* Decryption works
Hi,
I used to be into flashing phones back in the day but now I'm a bit rusty so my question is simple:
Do I have to unlock the bootloader first before I can flash twrp? It is a painpoint for me on this phone that there is no simple way to do that.
Thanks.
giant_karlik said:
Hi,
I used to be into flashing phones back in the day but now I'm a bit rusty so my question is simple:
Do I have to unlock the bootloader first before I can flash twrp? It is a painpoint for me on this phone that there is no simple way to do that.
Thanks.
Click to expand...
Click to collapse
Before you can modify anything on a phone you always have to unlock the bootloader. Since Nokia does not allow official bootloader unlocks, we have to go through a paid method (see other threads about unlocking the bootloader here).
this guy will do it for a small fee well worth it ...
Added official support
Android 10 TWRP doesn't work on 7.1 december update
Hey,
Thanks for all the hard work you're putting into this project, really helped me when I was using android 9.
But I can't seem to make the latest version you uploaded work now that I'm on android 10. When I try to boot the image file I'm stuck on the android one logo, no matter how much I wait.
So I was wondering if the latest update isn't supported yet or if I'm doing something wrong.
Really sorry to bother you if it's the former.
Have a nice day.
Reysen said:
Hey,
Thanks for all the hard work you're putting into this project, really helped me when I was using android 9.
But I can't seem to make the latest version you uploaded work now that I'm on android 10. When I try to boot the image file I'm stuck on the android one logo, no matter how much I wait.
So I was wondering if the latest update isn't supported yet or if I'm doing something wrong.
Really sorry to bother you if it's the former.
Have a nice day.
Click to expand...
Click to collapse
*make sure your phone bootloader is unlocked.
* make sure you downloaded twrp files from xda thread download links
* make sure you follow steps as i mentioned above
according to your info i tested again on my Nokia 6.1 Plus android 10 stock rom based on december security patch.
Nokia 7 Plus , Nokia 7.1 , Nokia 6.1 & Nokia 6.1 Plus all sources are same
so it should work on 7.1 too make sure you re flashed stock rom and test again because trying several times on same partition may corrupt and failed to boot.
Hey, thanks for your fast answer.
*make sure your phone bootloader is unlocked.
Click to expand...
Click to collapse
The bootloader is indeed unlocked
* make sure you downloaded twrp files from xda thread download links
Click to expand...
Click to collapse
I tried multiple versions from the sourceforge link.
* make sure you follow steps as i mentioned above
Click to expand...
Click to collapse
I'm stuck at "boot TWRP" step as there is only the android one boot screen and I can only reboot. Though for some reason I can still use some fastboot commands (such as fastboot reboot bootloader).
I never modified the system partition on my phone through fastboot, only flashed a magisk patched boot.img when I was still on android 9.
Before upgrading to android 10, I patched the stock boot.img and did a factory reset. Then I did all the available updates through the phone update system. Never used a custom rom, so everything should be stock.
Forgot to mention but the phone isn't bricked or anything, it work normally without any issue. I just can't run TWRP for some reason.
Here's the oem information if that can help you
Thanks and have a nice day
(Unfortunately I can't upload pictures or post links)
Reysen said:
Hey, thanks for your fast answer.
The bootloader is indeed unlocked
I tried multiple versions from the sourceforge link.
I'm stuck at "boot TWRP" step as there is only the android one boot screen and I can only reboot. Though for some reason I can still use some fastboot commands (such as fastboot reboot bootloader).
I never modified the system partition on my phone through fastboot, only flashed a magisk patched boot.img when I was still on android 9.
Before upgrading to android 10, I patched the stock boot.img and did a factory reset. Then I did all the available updates through the phone update system. Never used a custom rom, so everything should be stock.
Forgot to mention but the phone isn't bricked or anything, it work normally without any issue. I just can't run TWRP for some reason.
Here's the oem information if that can help you
Thanks and have a nice day
(Unfortunately I can't upload pictures or post links)
Click to expand...
Click to collapse
Well i don't want to waste my time infront of sitting xda and answering questions like customer care but still yes i will help you out in this
1. just don't use patched boot images
2. Flash stock rom again for fresh start
3. If you are confused about flashing stock rom process
Go ahead to this link
https://forum.xda-developers.com/nokia-7-1/development/tool-stock-rom-flash-tool-nokia-7-1-t4023959
4. After booting in to stock rom power of your phone & press volume down & power button for download mode
5. now open cmd in twrp download folder
6. type fastboot boot twrpname.img
7. Now your phone reboots to twrp
8. Decrypt your phone using your lock screen password,pin or pattern (if you keep security)
9. Now flash magisk of what ever you want but make sure you flash the stuff according to my loyal steps. Which i mentioned my xda threads in 7.1 xda forums
Peace !
Raghu varma said:
Well i don't want to waste my time infront of sitting xda and answering questions like customer care but still yes i will help you out in this
1. just don't use patched boot images
2. Flash stock rom again for fresh start
3. If you are confused about flashing stock rom process
Go ahead to this link
https://forum.xda-developers.com/nokia-7-1/development/tool-stock-rom-flash-tool-nokia-7-1-t4023959
4. After booting in to stock rom power of your phone & press volume down & power button for download mode
5. now open cmd in twrp download folder
6. type fastboot boot twrpname.img
7. Now your phone reboots to twrp
8. Decrypt your phone using your lock screen password,pin or pattern (if you keep security)
9. Now flash magisk of what ever you want but make sure you flash the stuff according to my loyal steps. Which i mentioned my xda threads in 7.1 xda forums
Peace !
Click to expand...
Click to collapse
Hi,
I flashed my nokia 7.1 like instructed and everything went well (though I noticed it wasn't the latest version, but that's a detail).
Went into the bootloader and tried running TWRP but still had the same issue as before (stuck on the android one boot, it was a totally stock ROM, the one provided on your other post).
So I used the boot.img from the stock ROM you uploaded and patched it, then flashed it in the bootloader and it worked.
So even though TWRP still doesn't work in the end I did what I wanted to do, so thanks for your help.
And again, thanks for all the work you're doing, sorry to bother you.
Have a nice day.
Same problem here - unlocked my sons' Nokia 7.1 today via techmestos service, rebooted into the downgraded Android, entered setup and started the mandatory Android upgrade, went through that successfully, activated ADB, got into Download mode and ran the following command:
Code:
fastboot boot twrp-3.3.1-0-CTL_sprout-10.0-20200109.img
downloading 'boot.img'...
OKAY [ 1.058s]
booting...
OKAY [ 5.058s]
finished. total time: 6.116s
Phone screen changed to the 'bootloader unlocked' screen and then the usual AndroidOne boot screen appeared. But neither TWRP nor Android came up ...
The downloaded files are OK, I checked the sha1sum on both of them
Any hints what to do here?`How can I help to track this down?
husky69 said:
Same problem here - unlocked my sons' Nokia 7.1 today via techmestos service, rebooted into the downgraded Android, entered setup and started the mandatory Android upgrade, went through that successfully, activated ADB, got into Download mode and ran the following command:
Code:
fastboot boot twrp-3.3.1-0-CTL_sprout-10.0-20200109.img
downloading 'boot.img'...
OKAY [ 1.058s]
booting...
OKAY [ 5.058s]
finished. total time: 6.116s
Phone screen changed to the 'bootloader unlocked' screen and then the usual AndroidOne boot screen appeared. But neither TWRP nor Android came up ...
The downloaded files are OK, I checked the sha1sum on both of them
Any hints what to do here?`How can I help to track this down?
Click to expand...
Click to collapse
TWRP went official so technically you can go to the TWRP site and download the current there
In addition to it going official, there is no need to download both the img and zip installer with it.
https://dl.twrp.me/CTL_sprout/
You can now just flash (fastboot flash recovery twrp-3.3.1-0-CTL_sprout.img).
https://twrp.me/nokia/nokia7.1.html
Things to keep in mind: If you have a PIN or Passcode you should disable it on the ROM before booting up to TWRP because of encryption.
If you flash another ROM such as Lineage OS shortly after flashing TWRP, it will replace the TWRP with the Lineage OS recovery. So you will probably have to flash TWRP again.
I hope that this works?!
i have android 9 is there a twrp image for 9?
Alas, this does not help, the same problem, the phone hangs on the logo)
P.S
executed the commands like this:
fastboot flash recovery (error issued)
fastboot boot
and successfully loaded into TWRP
I have a violet device.
That device bootloader is unlocked. Then I have try to flash custom recovery, but device can't boot into recovery, not custom & mi recovery.
Now device only showing redmi by xiaomi logo.
Then I have try to flash a latest fastboot rom, but its cannot done showing antirbpass error.
Also I trying to format user data by adb command it's showing my device is f2fs pertition format,it's cannot be done.
Now device only boot into fastboot mode, but not take a fastboot flash, show antirbpass error
How can I solve this issue.
Sorry for my bad English.
Download minimal adb & extract it in c drive & then extract fastboot into same folder then connect your phone to pc in fastboot mode & go to that folder & double click clean all.bat & wait for it to finish & you will boot to rom & unbrick your phone 100% tested by me
M.A. Kaium said:
I have a violet device.
That device bootloader is unlocked. Then I have try to flash custom recovery, but device can't boot into recovery, not custom & mi recovery.
Now device only showing redmi by xiaomi logo.
Then I have try to flash a latest fastboot rom, but its cannot done showing antirbpass error.
Also I trying to format user data by adb command it's showing my device is f2fs pertition format,it's cannot be done.
Now device only boot into fastboot mode, but not take a fastboot flash, show antirbpass error
How can I solve this issue.
Sorry for my bad English.
Click to expand...
Click to collapse
Please post this in the questions sub forum...this is not the place..
navi_58861170 said:
Download minimal adb & extract it in c drive & then extract fastboot into same folder then connect your phone to pc in fastboot mode & go to that folder & double click clean all.bat & wait for it to finish & you will boot to rom & unbrick your phone 100% tested by me
Click to expand...
Click to collapse
I have platform tools from.which i used to flash recovery etc. Should i copy the fastboot rom files in platform tools and click on flash all.bat because there is no .bat file of clean all.
Sent from my Redmi Note 7 Pro using XDA Labs
navi_58861170 said:
Download minimal adb & extract it in c drive & then extract fastboot into same folder then connect your phone to pc in fastboot mode & go to that folder & double click clean all.bat & wait for it to finish & you will boot to rom & unbrick your phone 100% tested by me
Click to expand...
Click to collapse
where i can download minimal adb ? I have the same problem.... thank.
https://forum.xda-developers.com/showthread.php?t=2588979
antibrpass error
joke19 said:
https://forum.xda-developers.com/showthread.php?t=2588979
Click to expand...
Click to collapse
good morning, my xiaomi redmi note 7 lew I did bootloader unlock and install the recovery "twrp", install a custom rom viperos, after it restarted it stayed in the redmi logo, I tried to install other rom via recovey and it doesn't recognize me zip, I managed install the crDroid but it stays in the startup logo, I tried to flash with xiaomi miflash tool and I get the error of flash anti-pass error and I can't get my RN7 back to life, who can help me thank you from now on.
Thank you
Which twrp? I hope orange fox
---------- Post added at 12:28 PM ---------- Previous post was at 12:24 PM ----------
Wipe system, data and cache.
Then flash the last firmware. Is ur choice Chinese beta or global.
After it ur rom, maybe a customer kernel, gapps and maybe magisk.
She first start need time and by havoc by me my phone reboot short by the first loading.
And every time u play with ur software, u must look for ur battery.
Hope it helps
Miui is not my.
thank
thanks, I managed to roll a custom rom, but I wanted to use another rom and in the recovery it gives invalid zip file format and it doesn't let me install, but at least I recovered the phone. now see how I do to install my rom viperos :good:
bro ur a ****ing genuis i spent like 6 hours trying various custom roms and trying all stock roms to fix this issue . love u finally my phone is working bro .
Since Our Mi Note 10 Lite got no fully working TWRP as yet, so here is the simple guide to root our note 10 lite without using TWRP.
First of all, you should unlock the bootloader on Mi Note 10 Lite. Then you can continue with the next steps.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Note:
This guide is for Mi note 10 lite global version only. If you are on any other firmware version, do upload the boot.img file from your stock firmware file here and I'll patch it. Then You can root via this method.
Method:
1: Download and setup ADB and Fastboot as guided here
2: Download patched-boot.img according to your Firmware version from 2nd Post.
3: Move the patched boot image to the platform-tools folder.
4: Navigate to platform-tools folde, Hold the Shift key and right-click on the mouse to open the command window/PowerShell.
5: Now boot your phone in fastboot mode. (Power Off then push Volume Down and Power keys for a few seconds.)
Enter the following command:
Code:
fastboot flash boot patched_boot.img
6: Once process is done, enter following command:
Code:
fastboot reboot
7: Download the latest Magisk Manager from here and install it.
You're now have your Mi Note 10 Lite rooted
Open magisk app
Let it complete the setup
It will ask for reboot
Reboot the device.
boot.img Collection for Mi Note 10 Lite
1: V11.0.5.0.QFNMIXM | boot.img | patched_boot.img
2: V11.0.7.0.QFNMIXM | boot.img | patched_boot.img
3: V11.0.8.0.QFNMIXM | boot.img | patched_boot.img
4: V12.0.2.0.QFNMIXM | boot.img | patched_boot.img
If I receive an OTA in the future MIUI 12, what is the update process if I am on patched boot img?
Calingo said:
If I receive an OTA in the future MIUI 12, what is the update process if I am on patched boot img?
Click to expand...
Click to collapse
from what I understand...
Wait for new patched boot image -> flash current unpatched boot -> update normally -> flash new patched image.
backup always strongly advised anyway.
Hi I did as described. I have magical installed but no app can obtain root access..any idea?
nfraccar said:
Hi I did as described. I have magical installed but no app can obtain root access..any idea?
Click to expand...
Click to collapse
Open magisk app
Let it complete the setup
It will ask for reboot
Reboot the device
Ijaz Farooq said:
Open magisk app
Let it complete the setup
It will ask for reboot
Reboot the device
Click to expand...
Click to collapse
It doesn't work.
Magical manager installed rebooted but no apps is requesting superuser...
Update
maxlieb said:
from what I understand...
Wait for new patched boot image -> flash current unpatched boot -> update normally -> flash new patched image.
backup always strongly advised anyway.
Click to expand...
Click to collapse
Ok, yes this is what I was asking, pretty clear instructions :good:
nfraccar said:
It doesn't work.
Magical manager installed rebooted but no apps is requesting superuser...
Click to expand...
Click to collapse
Give the screen shot of magisk
Hi
I finally managed to have root access to apps.
After all, after rebooting I updated to latest 20.4 version and then I got root access.
Thanks
It works, but i'm getting ctsProfile: false, some way to fix it?
On other phones you can also preflash the boot.img installed from the OTA on the other partition using magisk manager before you reboot but after OTA installation. Not sure yet if this will work on this phone as well but theoretically it should be the same procedure.
I have version 11.0.11.0 QFNEUXM, does anyone have the patched boot?
After unlocking the bootloader the fingerprint sensor is not working anymore.
Anyone know how to fix this?
update:
-> Only with update to 11.0.11.0, so no root anymore. Waiting for patched boot image
update:
for everyone who doesn't know (like me): You can patch the boot image yourself with Magisk, just extract it from the stock image and patch with Magisk Manager
Today I root my phone with this methods and my fingerprint sensor stop working. I cant add any new fingerprints. I have first system release
Can you please upload a patched boot img of miui12?
here are the links of the update https://forum.xda-developers.com/showpost.php?p=83409329&postcount=6
---------- Post added at 03:56 PM ---------- Previous post was at 03:55 PM ----------
Can you please upload a patched boot img of miui12?
here are the links of the update https://forum.xda-developers.com/showpost.php?p=83409329&postcount=6
Miui 12
Can you please upload a patched boot img for Miui12 V12.0.2.0QFNMIXM, and the unpatched/secure img as well?
here is the patched boot img for 12.0.2.0.QFNMIXM, i patched it with the Magisk app, the original boot.img was over 130MB and the patched one is around 17MB but it works.
Patched boot img:
https://drive.google.com/file/d/1_kS0XvL08F2es_k3U31cp8HKhVwIVtyf/view?usp=sharing
Original boot img:
https://drive.google.com/file/d/10z_Unq4KJEFGzvfsP_Nq_NWvGyH8TEIi/view?usp=sharing
Can i root xiaomi.eu custom rom this way? Is it possible to get patched boot.img for miui12 eu rom?
paq1170 said:
Can i root xiaomi.eu custom rom this way? Is it possible to get patched boot.img for miui12 eu rom?
Click to expand...
Click to collapse
Yes
I have seen many people facing this issue where they flashed a OxygenOS rom of different phone ( Due to a idiot youtuber said it can be flashed on all devices )
I recently recieved a POCO F1, with same condition where i cannot update MIUI over Oreo firmware.
So, this guide is for those people who cannot boot any new MIUI other than Oreo OTA
* First make sure you are on Oreo MIUI and your device is working fine.
* Download Latest MIUI A10 OTA and extract it.
* From the above latest OTA pick system, vendor and boot images and place them in any folder.
* Flash system, vendor and boot through fastboot mode using following commands:
fastboot flash system path_to_the_files\system.img
fastboot flash vendor path_to_the_files\vendor.img
fastboot flash boot path_to_the_files\boot.img
* Now Flash lastest recovery for Poco F1 (OOFGang TWRP Suggested ).
* Boot into twrp and flash this fiirmware only (also attached below).
* Format Data and reboot.
* You have A10 MIUI installed.
Notes:
* Dont do anything other than mentioned step else can hardbrick device.
* Dont flash any OTA directly on the device either from fastboot or recovery.
* Dont flash new firmware else you can hardbrick device.
* After insatlling MIUI A10 you can install any rom without any probllem just make sure they dont include any firmware.
DISCLAIMER NOTICE
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
I wanted to thank you very much for this collaboration, I had this problem for 4 months, I tried everything even edl auth flash and it was not solved, today I followed your procedure and I am now using version 11.0.9 miui, thank you very much !!!!
vinit99 said:
I have seen many people facing this issue where they flashed a OxygenOS rom of different phone ( Due to a idiot youtuber said it can be flashed on all devices )
I recently recieved a POCO F1, with same condition where i cannot update MIUI over Oreo firmware.
So, this guide is for those people who cannot boot any new MIUI other than Oreo OTA
* First make sure you are on Oreo MIUI and your device is working fine.
* Download Latest MIUI A10 OTA and extract it.
* From the above latest OTA pick system, vendor and boot images and place them in any folder.
* Flash system, vendor and boot through fastboot mode using following commands:
fastboot flash system path_to_the_files\system.img
fastboot flash vendor path_to_the_files\vendor.img
fastboot flash boot path_to_the_files\boot.img
* Now Flash lastest recovery for Poco F1 (OOFGang TWRP Suggested ).
* Boot into twrp and flash this fiirmware only (also attached below).
* Format Data and reboot.
* You have A10 MIUI installed.
Notes:
* Dont do anything other than mentioned step else can hardbrick device.
* Dont flash any OTA directly on the device either from fastboot or recovery.
* Dont flash new firmware else you can hardbrick device.
* After insatlling MIUI A10 you can install any rom without any probllem just make sure they dont include any firmware.
DISCLAIMER NOTICE
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
Click to expand...
Click to collapse
Thank you so much for this awesome guide! I haven't encountered the problem myself but I try to learn new things every day.
Just a little question: why wouldn't it be possible to flash new firmware (e.g. from https://xiaomifirmwareupdater.com/firmware/beryllium/) when they are released?
vinit99 said:
I have seen many people facing this issue where they flashed a OxygenOS rom of different phone ( Due to a idiot youtuber said it can be flashed on all devices )
I recently recieved a POCO F1, with same condition where i cannot update MIUI over Oreo firmware.
So, this guide is for those people who cannot boot any new MIUI other than Oreo OTA
* First make sure you are on Oreo MIUI and your device is working fine.
* Download Latest MIUI A10 OTA and extract it.
* From the above latest OTA pick system, vendor and boot images and place them in any folder.
* Flash system, vendor and boot through fastboot mode using following commands:
fastboot flash system path_to_the_files\system.img
fastboot flash vendor path_to_the_files\vendor.img
fastboot flash boot path_to_the_files\boot.img
* Now Flash lastest recovery for Poco F1 (OOFGang TWRP Suggested ).
* Boot into twrp and flash this fiirmware only (also attached below).
* Format Data and reboot.
* You have A10 MIUI installed.
Notes:
* Dont do anything other than mentioned step else can hardbrick device.
* Dont flash any OTA directly on the device either from fastboot or recovery.
* Dont flash new firmware else you can hardbrick device.
* After insatlling MIUI A10 you can install any rom without any probllem just make sure they dont include any firmware.
DISCLAIMER NOTICE
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
Click to expand...
Click to collapse
Sir, u said miui A10 ota is it mean miui Android 10 ota, if yes then can you send me the link please
I am also stuck in miui10. 8.10.25beta after flashing that bull**** OnePlus rom
chef.hira said:
Sir, u said miui A10 ota is it mean miui Android 10 ota, if yes then can you send me the link please
I am also stuck in miui10. 8.10.25beta after flashing that bull**** OnePlus rom
Click to expand...
Click to collapse
bro, just follow his tutorial, download the extract rom, flash boot, vendor, system dps enter twrp and flash the firmware he put here.
on flashing system.img it gives error cannot flash system.... while other partitions can be ... and can you please tell is it OTA package or fastboot package that we have to extract to get system files ??
mit_techie said:
on flashing system.img it gives error cannot flash system.... while other partitions can be ... and can you please tell is it OTA package or fastboot package that we have to extract to get system files ??
Click to expand...
Click to collapse
did you put the files inside the adb folder and use the commands with the device in Fastboot? the files have to be extracted from the fastboot version
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot flash boot boot.img
then go up the twrp and flash the firmware
duttyend said:
Thank you so much for this awesome guide! I haven't encountered the problem myself but I try to learn new things every day.
Just a little question: why wouldn't it be possible to flash new firmware (e.g. from https://xiaomifirmwareupdater.com/firmware/beryllium/) when they are released?
Click to expand...
Click to collapse
actually u can upgrade but need to remove 3 files corresponding to the bootloader!
Rafael-SJC said:
did you put the files inside the adb folder and use the commands with the device in Fastboot? the files have to be extracted from the fastboot version
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot flash boot boot.img
then go up the twrp and flash the firmware
Click to expand...
Click to collapse
Just flash abl.elf and then while flashing anyrom just delete abl.elf file from the zip file and it would work fine
vinit99 said:
actually u can upgrade but need to remove 3 files corresponding to the bootloader!
Click to expand...
Click to collapse
What are the files? abl.elf , xbl and xbl_config ???
vinit99 said:
I have seen many people facing this issue where they flashed a OxygenOS rom of different phone ( Due to a idiot youtuber said it can be flashed on all devices )
I recently recieved a POCO F1, with same condition where i cannot update MIUI over Oreo firmware.
So, this guide is for those people who cannot boot any new MIUI other than Oreo OTA
* First make sure you are on Oreo MIUI and your device is working fine.
* Download Latest MIUI A10 OTA and extract it.
* From the above latest OTA pick system, vendor and boot images and place them in any folder.
* Flash system, vendor and boot through fastboot mode using following commands:
fastboot flash system path_to_the_files\system.img
fastboot flash vendor path_to_the_files\vendor.img
fastboot flash boot path_to_the_files\boot.img
* Now Flash lastest recovery for Poco F1 (OOFGang TWRP Suggested ).
* Boot into twrp and flash this fiirmware only (also attached below).
* Format Data and reboot.
* You have A10 MIUI installed.
Notes:
* Dont do anything other than mentioned step else can hardbrick device.
* Dont flash any OTA directly on the device either from fastboot or recovery.
* Dont flash new firmware else you can hardbrick device.
* After insatlling MIUI A10 you can install any rom without any probllem just make sure they dont include any firmware.
DISCLAIMER NOTICE
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
Click to expand...
Click to collapse
Bro, i have same problem with my mi 8 devices, i follow u giude: my device working fine with miui global A8; dowload and extract latest MIUI A10 global OTA (.zip file) but don't have system.img and vendor.img, just system.patch and vender too, then i extract a latest fastboot rom and flash vendor, system, boot and it working fine, then i flash latest firmware for mi 8 miui A10. everything lock good but when i format device and :
-reboot system, my devices boot to fastboot mode and can't boot to recovery mode (twrp), i have to flash a old rom again because a new rom with A10 not worked.
-reboot recovery, have same problem like when i reboot system.
can u explain or help me fix this problem, thank you very much.
sorry for my bad english
Rafael-SJC said:
I wanted to thank you very much for this collaboration, I had this problem for 4 months, I tried everything even edl auth flash and it was not solved, today I followed your procedure and I am now using version 11.0.9 miui, thank you very much !!!!
Click to expand...
Click to collapse
can u tell me all step u did, i follow the guides but it not work to me
sorry for my bad english
Or
We can simply
Replace abl.elf file from miui 12 firmware with miui 9 firmware also when we flash any rom just replace abl.elf or don't flash firmware
For this process no need of miui 9 or 10 rom
Just flash abl.elf file via Fastboot mode
Helloindia3 said:
Or
We can simply
Replace abl.elf file from miui 12 firmware with miui 9 firmware also when we flash any rom just replace abl.elf or don't flash firmware
For this process no need of miui 9 or 10 rom
Just flash abl.elf file via Fastboot mode
Click to expand...
Click to collapse
Oh, lock so simply, can you instruct me in detail, please.
Helloindia3 said:
Or
We can simply
Replace abl.elf file from miui 12 firmware with miui 9 firmware also when we flash any rom just replace abl.elf or don't flash firmware
For this process no need of miui 9 or 10 rom
Just flash abl.elf file via Fastboot mode
Click to expand...
Click to collapse
the dev talked about 3 files to change when updating, when I need a flash rom I just remove the 3 files from the install zip and no problem
Mkuong said:
Bro, i have same problem with my mi 8 devices, i follow u giude: my device working fine with miui global A8; dowload and extract latest MIUI A10 global OTA (.zip file) but don't have system.img and vendor.img, just system.patch and vender too, then i extract a latest fastboot rom and flash vendor, system, boot and it working fine, then i flash latest firmware for mi 8 miui A10. everything lock good but when i format device and :
-reboot system, my devices boot to fastboot mode and can't boot to recovery mode (twrp), i have to flash a old rom again because a new rom with A10 not worked.
-reboot recovery, have same problem like when i reboot system.
can u explain or help me fix this problem, thank you very much.
sorry for my bad english
Click to expand...
Click to collapse
you have to download the .tgz file, where you can find the flash files on the fastboot. Before everything with the cel working releases usb debugging, put the twrp image and the firmware edited in the internal memory. Now you go into fastboot flash the system, vendor and boot .img, and flash twrp. enters recovery twrp flash edited firmware, format data and reboot
Helloindia3 said:
Or
We can simply
Replace abl.elf file from miui 12 firmware with miui 9 firmware also when we flash any rom just replace abl.elf or don't flash firmware
For this process no need of miui 9 or 10 rom
Just flash abl.elf file via Fastboot mode
Click to expand...
Click to collapse
Bro , this error occurred, can you tell me how to fix it? it was in Miui 12.0.3, this rom does not change the firmware there is nothing in the zip, I did not understand why the error
mit_techie said:
Just flash abl.elf and then while flashing anyrom just delete abl.elf file from the zip file and it would work fine
Click to expand...
Click to collapse
I'm trying to flash OctaviOS and asks for fw 12.0.2, I can just flash the abl. elf and keep the rest as it is? on which flash partition the abl. elf?
I want to install aex 8.0 official build but it's showing u need a firmware from miui A10 based please help me