[RECOVERY][lavender][UNOFFICIAL] TWRP touch recovery for Redmi Note 7 - Xiaomi Redmi Note 7 ROMs, Kernels, Recoveries, & O

{
"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"
}
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. It's a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* 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.
*
*/
Features:
All function in a normal TWRP
Multi-language support
Supports MTP
Support decrypt /data!
Install guide:
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode
3. Unlock your bootloader
4. Run "fastboot flash recovery recovery.img" in command line
5. Reboot and enjoy it
Download:
https://drive.google.com/uc?id=1rp_cgVuk6fsRybN0wDoOTbt_Pc-vOiHx&export=download
Source code:
https://github.com/omnirom/android_bootable_recovery
https://github.com/thelazyindian/android_device_xiaomi_lavender-twrp
Note:
Due to a bug in android pie, the recovery may ask for pattern if you have set PIN/password for encryption (and vice-versa). Unfortunately, to fix this you need to format your data partition and ask the developer of ROM to include this commit.
When you flash twrp for the first time in MIUI you need to goto Wipe > Format Data otherwise you won't be able to boot to system as it will ask for password.
GAPPS FIX: In TWRP, goto Mount > system_root and try reflashing.
FAQ:
How is it different from other TWRPs available for lavender ?
This build uses standalone decryption which is better than the recoveries using vold decrypt as vold decrypt will fail if system ROM is corrupt or wiped
Credits:
Huge thanks to @abhishek987 and @vasishath for helping
@tufadorin @faraz shafi (For testing)

Reserved

Work fine with encryption

This is working with Global Variant ? greatz ...

It works well. Just one detail. You can not see the clock, because it appears in the same place as the camera.
Thank you for everything.

Just 5 more days left to test this ?

Can you install official miui ota zip after installing twrp and magisk?
Would it brick the device?

Nice built.. I think official build arrives soon

strange behaviour: TWRP is asking for pattern decryption when PIN is used and vice versa.
Decryption via command line works fine.

vkmcondor said:
Can you install official miui ota zip after installing twrp and magisk?
Would it brick the device?
Click to expand...
Click to collapse
It won't brick the device, but no you can't install them.
The update will just fail and reboot you back into MIUI. Everything working as usual.
If you want TWRP/Magisk installed and get updates then you'll have to manually download the 'Recovery ROM' to the update you want to update to. Then flash it in TWRP like you would a custom ROM.
You'll want to reinstall Magisk after you flash the Recovery ROM to get root back.
TWRP remains intact

Enddo said:
It won't brick the device, but no you can't install them.
The update will just fail and reboot you back into MIUI. Everything working as usual.
If you want TWRP/Magisk installed and get updates then you'll have to manually download the 'Recovery ROM' to the update you want to update to. Then flash it in TWRP like you would a custom ROM.
You'll want to reinstall Magisk after you flash the Recovery ROM to get root back.
TWRP remains intact
Click to expand...
Click to collapse
Do I need to format or wipe data?

great work, just need a few days to unlock my bootloader and try this one

Diniodoc said:
strange behaviour: TWRP is asking for pattern decryption when PIN is used and vice versa.
Decryption via command line works fine.
Click to expand...
Click to collapse
same happend to me.can you explain how you fixed it via commandline ? i have to wipe phone and flashed successfully Xiaomi.eu rom . i have global device.
also i flashed now Magisk 19.0 .and it works.
much thx for your work admin ?

majo3000 said:
same happend to me.can you explain how you fixed it via commandline ? i have to wipe phone and flashed successfully Xiaomi.eu rom . i have global device.
also i flashed now Magisk 19.0 .and it works.
much thx for your work admin ?
Click to expand...
Click to collapse
I did not fix it, but you can decrypt your /data via terminal in TWRP : "twrp decrypt PIN"
But I didn't understand you, are you still facing that problem or did you solved it by reflashing MIUI?

Diniodoc said:
strange behaviour: TWRP is asking for pattern decryption when PIN is used and vice versa.
Decryption via command line works fine.
Click to expand...
Click to collapse
Due to a bug in android pie, the recovery may ask for pattern if you have set PIN/password for encryption (and vice-versa). Unfortunately, to fix this you need to format your data partition and ask the developer of ROM to include this commit.
Updated in OP

vkmcondor said:
Do I need to format or wipe data?
Click to expand...
Click to collapse
Not if you're just manually updating by flashing the Recovery ROM. Think of it as a dirty flash a custom ROM. Just install it on top of your current build and then flash your Magisk ZIP and any other mods that may have been overwritten (due to needing to patch the boot.img

Diniodoc said:
I did not fix it, but you can decrypt your /data via terminal in TWRP : "twrp decrypt PIN"
But I didn't understand you, are you still facing that problem or did you solved it by reflashing MIUI?
Click to expand...
Click to collapse
i was first on original rom.then i flashed TWRP from here.after reboot i hang on screen were i have to enter password to access android.so i never have set a password and tryed mi Pin and miui Account password...but none pin was acceptet.
then i wiped data ...reboot ...but android doesnt load.
so i flashed xuaomi.eu Rom . after flashing it .the phone startet succesfully....
the thing is.... i never entered a pin or password to dercrypt my device....and what helped was wipe and flash rom .... greatz..

I am getting error 64 when flashing arm64 gapps.

ebautista said:
I am getting error 64 when flashing arm64 gapps.
Click to expand...
Click to collapse
Why did you even flash gapps?

thelazyindian said:
Due to a bug in android pie, the recovery may ask for pattern if you have set PIN/password for encryption (and vice-versa). Unfortunately, to fix this you need to format your data partition and ask the developer of ROM to include this commit.
Updated in OP
Click to expand...
Click to collapse
Good to know THX. I'm still using original MIUI so I think there is nothing to do than waiting or better use a custom ROM
One more question. Does anybody know if there is the possibility to use a separate password for encryption different from the lock screen? This was possible in earlier versions of Android.

Related

[OFFICIAL][RECOVERY][12/13]OrangeFox Recovery Project [R11.1]

OrangeFox Recovery Project
{
"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"
}
Code:
/*
* Your warranty is now void.
*
* We're 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 recovery
* 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.
*
*/
OrangeFox is FREE SOFTWARE​
Supports Treble, Miui, Custom Roms
Download:
OrangeFox download site: https://orangefox.download/device/polaris/
INSTALLATION:
0. Backup your ROM; backup; backup; backup!
1. Download the OrangeFox zip file to your device
2. Reboot to your custom Recovery
3. Install the OrangeFox zip file as a normal zip
4. The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
5. Enjoy!
FAQ and Guides: https://wiki.orangefox.tech/en/guides
Credits
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* All our testers - for your patience and help
FEATURES:
* Built-in support for installing Magisk
* White Flashlight
* Password, torch, led
* Better language support
* Optimized versions of community scripts
* Fox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!
Donations:
Support the OrangeFox Project by donating at our OpenCollective page.
The OrangeFox App - App Downloads | App Discussions
Contributors
DarthJabba9
Source Code: https://gitlab.com/OrangeFox
Version Information
Status: Stable
Current Stable Version: R11.1_2 (A12)
Stable Release Date: 2022-11-26
Created 2019-02-15
Last Updated 2022-11-26
OrangeFox R11.1_2 Stable released
I have released OrangeFox R11.1_2 Stable.
Downloads:
OrangeFox download site: https://orangefox.download/device/polaris
Changelog for R11.1_2 Stable: https://forum.xda-developers.com/t/...y-project-r11-1.3900524/page-12#post-87779451
FAQ and Guides: https://wiki.orangefox.tech/en/guides
Donations:
Support the OrangeFox Project by donating at our OpenCollective page.
The OrangeFox App - App Downloads | App Discussions
Reserved
Oooooh <3
This will work as great as TWRP official when it comes to flashing files and security or it's still a little buggy ?
Thanks in advance for your answer cause I really want to try this out!!
Mheca said:
This will work as great as TWRP official when it comes to flashing files and security or it's still a little buggy ?
Thanks in advance for your answer cause I really want to try this out!!
Click to expand...
Click to collapse
Just go for it
DahakePL said:
Just go for it
Click to expand...
Click to collapse
Oks I trust you !!
Flashed zip and can boot into recovery but phone won't start, went back to TWRP phone still won't start.
Edit: dirty flashed ROM and still won't boot. Won't be using orangefox again.
Edit2: ended up having to do a full wipe, not sure why orangefox screwed my phone up so bad, I'll stick with TWRP for now.
teaken said:
Flashed zip and can boot into recovery but phone won't start, went back to TWRP phone still won't start.
Click to expand...
Click to collapse
Did you flash to correct partition?
DJ-Tumor said:
Did you flash to correct partition?
Click to expand...
Click to collapse
I flashed as per the first post, had no issues booting into orangefox.
teaken said:
I flashed as per the first post, had no issues booting into orangefox.
Click to expand...
Click to collapse
I am indeed sorry to hear about your troubles. It is quite surprising that you have had such issues, because the polaris build has been tested to the 1000th degree, over a long period of time, and no such problem arose. Can you please give some more details about your situation ;
1. Encrypted or not;
2. What filesystem;
3. What ROM;
4. What display panel (ebbg or nt35596s ?)
5. Did you flash a ROM, or just flash OrangeFox
6. Do you have a copy of the install.log that was created upon installation of OrangeFox?
Thanks.
teaken said:
Flashed zip and can boot into recovery but phone won't start, went back to TWRP phone still won't start.
Edit: dirty flashed ROM and still won't boot. Won't be using orangefox again.
Edit2: ended up having to do a full wipe, not sure why orangefox screwed my phone up so bad, I'll stick with TWRP for now.
Click to expand...
Click to collapse
Same here
fugazza said:
Same here
Click to expand...
Click to collapse
Can you please give the information requested in the post immediately before yours? Thanks.
Ok, two people with the same problem shows that there is a problem, even if other people haven't had those problems. Therefore, I am going to remove the download until we get to the bottom of this.
Haptic feedback and aroma file manager option doesn't work. Anyway I didn't encrypt my phone and I don't have problem to use this recovery...
IAmWolf94 said:
Haptic feedback and aroma file manager option doesn't work. Anyway I didn't encrypt my phone and I don't have problem to use this recovery...
Click to expand...
Click to collapse
Thanks. I suspected that this might be something to do with encryption, although there is no reason I know of why that should cause a problem. I am awaiting details from those who have experienced the problems, so that I can at least know where to start looking.
I installed this and when it booted to orangefox recovery it didn't ask for a decryption password. I tried to reboot but I ended up in a bootloop. I then flashed twrp again but still, it wouldn't decrypt and system won't boot. To fix I had to dirty flash rom again.
I tried to decrypt manually both from orangefox and twrp using "twrp decrypt password" but it doesn't work
On the other hand, I flashed it through TWRP and it works as intended.
Boots into system just fine, no odd issues on my side.
DahakePL said:
On the other hand, I flashed it through TWRP and it works as intended.
Boots into system just fine, no odd issues on my side.
Click to expand...
Click to collapse
Is your storage encrypted?
XDRdaniel said:
I installed this and when it booted to orangefox recovery it didn't ask for a decryption password. I tried to reboot but I ended up in a bootloop. I then flashed twrp again but still, it wouldn't decrypt and system won't boot. To fix I had to dirty flash rom again.
I tried to decrypt manually both from orangefox and twrp using "twrp decrypt password" but it doesn't work
Click to expand...
Click to collapse
If encryption was done with a password, then you will be asked for that password, else it will normally decrypt the storage automatically with the default password - just like any other TWRP.
As for the bootloop, I can assume from what you have said above that your storage is encrypted. Which ROM are you using? Can you please attach a copy of the install.log that was created during the installation (it will be in /sdcard/Fox). Thanks.

[OFFICIAL] TeamWin Recovery Project 3.3.1 For Zuk Z2 Pro

{
"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"
}
Disclaimer
Code:
/**
* What you do with your device is your choice.
* None of the developers of this software will be held accountable for any damages to your device or to third parties.
* You should know this by now.
**/
What's this?
This is TeamWin Recovery Project for ZUK Z2 Pro (z2_row).
This is an official recovery support thread.
Known Issues
MTP broken in 3.3.0 and newer builds because of a TWRP issue with 4.4 kernel (you can still use adb push and adb sideload)
Requirements
Unlocked bootloader
Common sense and a Z2 Pro
Downloads, changelogs, installation info
All of this info can be found at the official info page.
If you use fastboot to install TWRP, you may have to specify a vendor ID in the commandline, like so:
Code:
fastboot [B]-i 0x2b4c[/B] flash recovery twrp.img
fastboot [B]-i 0x2b4c[/B] reboot
Thanks
@varotone for the initial z2_plus TWRP device tree (and also for the thread template )
@kubersharma for some commits in the device tree
cosmedd for his work on the TWRP tree for z2_row
Frequently Asked Questions
Is this recovery compatible with both treble and non-treble ROMs?
Yes, this recovery is compatible with both non-treble and treble ROMs mounting /factory as vendor (the most updated ones are doing so), while it isn't compatible with the ROMs renaming /factory as /vendor. If the ROM you're using is still using /vendor instead of mounting /factory as vendor, report this to the maintainer and tell them to update.
gg
*Insert some random thx sentence*
I'am using TWRP 3.2.3 since weeks without problems. Is this another version? Why should I use this one?
robert_b said:
I'am using TWRP 3.2.3 since weeks without problems. Is this another version? Why should I use this one?
Click to expand...
Click to collapse
As first because this has the factory mounted as vendor support instead of factory renamed as vendor. If you're already using a build with this support and you downloaded it recently it means that the build is the exact same as this one. I created a thread so that things can get out of Telegram only and also because soon it'll become official (the old one is deprecated pretty much)
Thread updated with the official tag and a new official build on the TWRP.me website. Enjoy
Encryption with latest AEX is not working.
rower19 said:
Encryption with latest AEX is not working.
Click to expand...
Click to collapse
What do you mean with "is not working"? What happens when you try to encrypt?
DD3Boh said:
What do you mean with "is not working"? What happens when you try to encrypt?
Click to expand...
Click to collapse
I have sucessfull encrypted my data partition with aex rom.
But twrp isn't able to decrypt it. Twrp asks for the password but after entering the right pass, i responds with password invalid.
Theres something that was changed in Android encryption (and twrp 3-2-3-1 should it fix for many other devices, here not).
Should not be a big thing.
Perhaps this helps:
review(dot)lineageos(dot)org/q/topic:%22bacon-twrp%22
Thanks for your work!
rower19 said:
I have sucessfull encrypted my data partition with aex rom.
But twrp isn't able to decrypt it. Twrp asks for the password but after entering the right pass, i responds with password invalid.
Theres something that was changed in Android encryption (and twrp 3-2-3-1 should it fix for many other devices, here not).
Should not be a big thing.
Perhaps this helps:
review(dot)lineageos(dot)org/q/topic:%22bacon-twrp%22
Thanks for your work!
Click to expand...
Click to collapse
Hi, sorry for the late answer. Can you pm me on telegram so that we can discuss the issue and I can eventually send you some builds to test? t.me/DD3boh
Thank you!
rower19 said:
I have sucessfull encrypted my data partition with aex rom.
But twrp isn't able to decrypt it. Twrp asks for the password but after entering the right pass, i responds with password invalid.
Theres something that was changed in Android encryption (and twrp 3-2-3-1 should it fix for many other devices, here not).
Should not be a big thing.
Perhaps this helps:
review(dot)lineageos(dot)org/q/topic:%22bacon-twrp%22
Thanks for your work!
Click to expand...
Click to collapse
Checked with @DD3Boh and decryption for pie is working in a test build. He gonna push the new version after some more testing.
But be patient, we will be finally able to encrypt our device and decrypt it in twrp.
Thanks to him,
G0r3t3x
TWRP 3.3.0 just got released
Encryption was fixed, although mtp is broken because of 4.4 kernel (which is a must for encryption)
Instead of mtp you can just use adb push to push files to the internal memory, or either adb sideload <package path> to flash them directly without transferring to the internal storage (works only after having enabled adb sideload in the advanced TWRP tab)
Download link in the first post
Hi, thanks for your work.
I've tried to reinstall baseband but log says it's not installing nothing. Using twrp 3.3.0, i'm on ArrowOS.
A new update has been released! TWRP-3.3.0-1 is present in the website
Changelog:
- Added edl reboot option (download mode)
- Don't wipe data if the command isn't sent by the user
- Sign the build with aosp keys
Go update your recovery
DD3Boh said:
A new update has been released! TWRP-3.3.0-1 is present in the website
Changelog:
- Added edl reboot option (download mode)
- Don't wipe data if the command isn't sent by the user
- Sign the build with aosp keys
Go update your recovery
Click to expand...
Click to collapse
Perfectooo :good:
..btw: what about MTP? ..it works now?
satmaster said:
Perfectooo :good:
..btw: what about MTP? ..it works now?
Click to expand...
Click to collapse
It doesn't work on official builds for some reasons, so I had to disable it
I could though make a build locally where for some reasons it should work fine
I need some help with the Zuk Z2 Pro. I've flashed TWRP 3.3.0.1 and it seemed to work.
However, I'm unable to get the phone detected on my pc in TWRP, or ADB sideload. The phone gets connected while rebooted in system in Zui. Using zuk2pro driver.
I've also not able to mount data.
So i followed some instructions and reformat the partitions, but i forgot the phone could not be detected in TWRP.
I'll like to know if ROMs can be flashed using OTG-USB.
lunloon said:
I need some help with the Zuk Z2 Pro. I've flashed TWRP 3.3.0.1 and it seemed to work.
However, I'm unable to get the phone detected on my pc in TWRP, or ADB sideload. The phone gets connected while rebooted in system in Zui. Using zuk2pro driver.
I've also not able to mount data.
So i followed some instructions and reformat the partitions, but i forgot the phone could not be detected in TWRP.
I'll like to know if ROMs can be flashed using OTG-USB.
Click to expand...
Click to collapse
I tried USB-OTG and it worked. Thankfully.
Can't make any sense out of the driver game.
Sideload isnt working for me either, same as with the previous version, rendering TWRP essentially unusable when running a 4.4 kernel.
Resolve that first please, prior to adding more features. There arent THAT many kernels to choose from.
Dolour said:
Sideload isnt working for me either, same as with the previous version, rendering TWRP essentially unusable when running a 4.4 kernel.
Resolve that first please, prior to adding more features. There arent THAT many kernels to choose from.
Click to expand...
Click to collapse
Probably you don't know why I even switched to 4.4 kernel, which is because 3.18 kernel in TWRP breaks decryption, which is quite an important thing.
Anyway I can build TWRP locally and send a build as that will somehow have mtp and USB in general working.

TWRP[UNOFFICAL]-BETA-BUILD-[12-03-2019]

Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
{
"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"
}
Main Highlights
✪ MTP support
✪ Can flash stock os Images
✪ Backup/restore works with any os
✪ Restore your old twrp backup
✪ Optimized and faster
✪ Build On A29 Pre Built Kernel By Realme
✪ Full compatible with color os
ScreenShots
Download Link:
https://mega.nz/#!5gYnjQSB!YhC_ZTHuopwwP50LxTvJ1VOq4zYSfG0LAudWr6gatUA
Code:
Bugs
:GSI Flashing Has Some Issues
:If You Finds Any Other Bug Then Report Me
Credits;
AnuragRai(Developer)
Hamza(Tester)
RK(Tester)
Jatin(Tester)
MKS(RM2p Dev,Always Supported Me)
And Whole Realme Tester Team
XDA:DevDB Information
TWRP[UNOFFICAL]-BETA-BUILD-[12-03-2019], Tool/Utility for the Oppo Realme 1
Contributors
anurag rai, hamza
Version Information
Status: Beta
Current Beta Version: 01
Beta Release Date: 2019-03-12
Created 2019-03-12
Last Updated 2019-03-12
Flashing Guide
Code:
[CENTER]
:adb reboot bootloader
:fastboot flash recovery recoveryname.img
:reboot phone manually ,not from fastboot
:After phone boots up,power off it
:Press Power Button+Volume UP &Down For Approx 20 seconds
:After You Are Inside Of Twrp,do this
:Wipe-Format Data-Yes And reboot manually by power off the device
:And Press Power Button+Volume UP & Down
:Flash Magisk And Reboot [/CENTER]
Caution
Code:
:Never Reboot directly to recovery by adb or fastboot commands as it will cause soft brick,
:always manually reboot
Reserved
Thankyou bro..
Finally we are getting working twrp recovery for rm 1:highfive: keep up the good work mate
anabhi said:
Finally we are getting working twrp recovery for rm 1:highfive: keep up the good work mate
Click to expand...
Click to collapse
Bro can you help me with fixing reboot to recovery issue
anurag rai said:
Flashing Guide
Code:
[CENTER]
:Wipe-Format Data-Yes And reboot manually by power off the device
:And Press Power Button+Volume UP & Down
:Flash Magisk And Reboot [/CENTER]
Caution
Code:
:Never Reboot directly to recovery by adb or fastboot commands as it will cause soft brick,
:always manually reboot
Click to expand...
Click to collapse
After wiping data and turning off. My phone wont boot. I doesnt even show the logo. Please help.
It's Working ! Thanks Alot Mate.:victory:
awesome work bro.. thnks a lot u r too fast..
Why wiping data ? Also if we wipe data then won't it take time to setup the device after that only we could reboot. And I just need to put some some apps into system, I dont want to flash magisk. Can I just boot into recovery once using fastboot boot twrp.img command /
Awesome man!??
svsexodia said:
Why wiping data ? Also if we wipe data then won't it take time to setup the device after that only we could reboot. And I just need to put some some apps into system, I dont want to flash magisk. Can I just boot into recovery once using fastboot boot twrp.img command /
Click to expand...
Click to collapse
Yes you can
manavkush said:
Flashing Guide
Caution
After wiping data and turning off. My phone wont boot. I doesnt even show the logo. Please help.
Click to expand...
Click to collapse
Charge it bro
Realme 1 - Treble Rom
'TREBLE', let's talk about it.
Realme 1 supports treble, we have unlocked bootloader, a working TWRP, and several Treble Roms available, so why haven't anyone tried flashing a Treble Rom yet on Realme 1? Those are the only things we need to flash a Treble Rom on this device right? Am I missing something?
I don't have a backup phone nor do we have official firmware for Realme 1 to recover from soft brick, so I am not willing to risk my device yet. If someone else could do it instead I would appreciate it a lot.
P.S. Someone should start a pinned thread for 'Realme 1 - Treble Roms'
johndoe5 said:
'TREBLE', let's talk about it.
Realme 1 supports treble, we have unlocked bootloader, a working TWRP, and several Treble Roms available, so why haven't anyone tried flashing a Treble Rom yet on Realme 1? Those are the only things we need to flash a Treble Rom on this device right? Am I missing something?
I don't have a backup phone nor do we have official firmware for Realme 1 to recover from soft brick, so I am not willing to risk my device yet. If someone else could do it instead I would appreciate it a lot.
P.S. Someone should start a pinned thread for 'Realme 1 - Treble Roms'
Click to expand...
Click to collapse
I've Flashed Phh's GSI Treble Roms.All Of Em Seems To Work Fine But Volte Is Not Working On Any Of Em So I Had To Switch Back To Stock. I Tested AOSP 9.0,RR 9.0 And Lineage 8.1:silly:
It's_Shawn said:
I've Flashed Phh's GSI Treble Roms.All Of Em Seems To Work Fine But Volte Is Not Working On Any Of Em So I Had To Switch Back To Stock. I Tested AOSP 9.0,RR 9.0 And Lineage 8.1:silly:
Click to expand...
Click to collapse
Which TWRP did you use?
And where can I find the stock firmware?
johndoe5 said:
Which TWRP did you use?
And where can I find the stock firmware?
Click to expand...
Click to collapse
That Time I Didn't Use Any Recovery,I Used Fastboot Commands
Hey I successfully installed TWRP recovery but I didn't flash magisk yet. But even now there is a message in status bar saying "Rooting of your phone has been detected. Tap to fix" and that screen is showing me to install 2.1GB OTA update. Idk what is happening I never faced such thing in any of my earlier phone while twrp flashing . What is this ? Can I install the update ? And why is it showing. Will there be possible bootloops if I install the update or willI I still be having TWRP or stock recovery get flashed. Please answer so i can proceed with my choice.
5s4rnv33r said:
Hey I successfully installed TWRP recovery but I didn't flash magisk yet. But even now there is a message in status bar saying "Rooting of your phone has been detected. Tap to fix" and that screen is showing me to install 2.1GB OTA update. Idk what is happening I never faced such thing in any of my earlier phone while twrp flashing . What is this ? Can I install the update ? And why is it showing. Will there be possible bootloops if I install the update or willI I still be having TWRP or stock recovery get flashed. Please answer so i can proceed with my choice.
Click to expand...
Click to collapse
https://forum.xda-developers.com/re...l-method-root-realme-1-install-t3908030/page3
try the solution written in soham028 's post.
it worked for me and updating os will remove root.
vikas2316 said:
https://forum.xda-developers.com/re...l-method-root-realme-1-install-t3908030/page3
try the solution written in soham028 's post.
it worked for me and updating os will remove root.
Click to expand...
Click to collapse
Updating OS will remove root but will it also remove TWRP ???
One more question I followed all the steps correctly (including wiping data) but from TWRP I can't mount DATA.
---------- Post added at 10:01 PM ---------- Previous post was at 09:13 PM ----------
After wiping data if I just reboot to TWRP recovery then I can mount the DATA but once I have started the phone and set it up then again I boot into TWRP recovery and when I try to mount DATA I am not able to do so. Can't mount /data invalid argument. Please suggest something.

[RECOVERY][RMX1971][UNOFFICIAL] TWRP 3.3.x for Realme 5 Pro / Realme Q

Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
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.
*
*/
Features:
- Decryption works
- Otg works
- Backups works
- Flash Rom works
- Sdcard works
Download:
TWRP
To Flash the TWRP:
Code:
fastboot flash recovery twrp-RMX1971-20191017.img
Then reboot in TWRP manually.
Source code:
https://github.com/omnirom/android_bootable_recovery
https://github.com/thesprintster/device_realme_RMX1971/commits/android-9.0
Precompiled Stock Kernel in use
Credits:
Thanks to other testers for the tests and the support
Created 2019-10-17
{
"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"
}
XDA:DevDB Information
[RECOVERY][3.3.1-14][RMX1971]Unofficial TWRP for Realme 5 Pro (Stable), Tool/Utility for the Realme 5 Pro
Contributors
thesprintster, mauronofrio
Source Code: https://github.com/thesprintster/device_realme_RMX1971/commits/android-9.0
Version Information
Status: Stable
Created 2019-10-17
Last Updated 2019-10-17
Reserved
Why is there 3.3.1-9 in the download and 3.3.1-14 in the title? Did you share accidentally an older version or mistake in title?
greenys' said:
Why is there 3.3.1-9 in the download and 3.3.1-14 in the title? Did you share accidentally an older version or mistake in title?
Click to expand...
Click to collapse
mistake in title
thesprintster said:
mistake in title
Click to expand...
Click to collapse
Ah, I see. Thank you.
Edit.: You accidentally edited the title wrong. Noe it's 3.3.1-19 instead of 3.3.1-9.
Thanks dev for recovery. My phone has been trapped in bootloop after flashing magisk 20.0 . I have twrp back-up in my sd card and I'm restoring backup again. I was flashing to install titanium plus and vanced YouTube
Amot00 said:
Thanks dev for recovery. My phone has been trapped in bootloop after flashing magisk 20.0 . I have twrp back-up in my sd card and I'm restoring backup again. I was flashing to install titanium plus and vanced YouTube
Click to expand...
Click to collapse
How did you flash magisk? I mean first you gotta unlock bootloader. Did you successfully use in-depth test.
will try it soon..
On screen shot its lineage os.. ?
How to unlock the bootloader on Realme 5 Pro?
I mean there's no any tutorial to unlock it yet.. I found some tutorials on google but it doesn't look trusted..
Mustn't we unlock it first then eventually can install twrp ?
jijoejoe123 said:
will try it soon..
On screen shot its lineage os.. ?
Click to expand...
Click to collapse
Yes! I definitely need it!
New build guyz, fixed external sd card mounting. Link in 1st post.
Aizenmas said:
How to unlock the bootloader on Realme 5 Pro?
I mean there's no any tutorial to unlock it yet.. I found some tutorials on google but it doesn't look trusted..
Mustn't we unlock it first then eventually can install twrp ?
Click to expand...
Click to collapse
Go through : https://www.youtube.com/watch?v=FyEEmaaQZh8
Finally , a good news
Failed backup system image (size 5GB).. how to do?
thesprintster said:
New build guyz, fixed external sd card mounting. Link in 1st post.
View attachment 4847759
Click to expand...
Click to collapse
After bootloader unlock and following instructions it says failed to mount system_root and can't flash anything. Especially not lineage os, opengapps and magisk.
greenys' said:
After bootloader unlock and following instructions it says failed to mount system_root and can't flash anything. Especially not lineage os, opengapps and magisk.
Click to expand...
Click to collapse
Yes, this twrp is junk
i can not flash rom lg16 or stock rom ( stock rom convert opzip to zip) ,devices bug mount system_root
I got bootloop after install Rom Lineage, how to fix it?
29y6145 said:
Yes, this twrp is junk
i can not flash rom lg16 or stock rom ( stock rom convert opzip to zip) ,devices bug mount system_root
Click to expand...
Click to collapse
-----------------------------
TWRP flashing and LenageOS installation REALME 5 pro/Q
1)make sure that your bootloader is unlocked.
you can vist this link https://c.realme.com/in/post-details/1184734239149522944 OR
this youtube video
for referance
2)after you have a unlocked bootloader, download the neccessory files required in your PC
===>platform tools (fastboot files) link: https://dl.google.com/android/repository/platform-tools-latest-windows.zip
===>TWRP recovery img . link: https://drive.google.com/drive/folders/1_pRUK4bj74N6xErkpFLr--2GoKyGxUtl
===> vbmeta img . link: https://drive.google.com/file/d/1kq9rV3eF8rYAUwmUvXo-8vttYIhVcQCb/view
===>Leneage OS for realme 5 pro . link:https://drive.google.com/drive/folders/1wa4bllIa6WgH1STAszdxC_xkBTEHDSiT
3) once you have all the files
flash the vbmeta.img with fastboot..
COMMAND : fastboot flash vbmeta vbmeta.img
4) after that flash the recovery
COMMAND: fastboot flash recovery twrp-RMX1971-20191018.img
5) after that reboot into recovery by pressing the volume button on your phone and see " reboot recovery" in a red font
and press power button when u see that.
--.OPTIANAL AND RISKY step {IF YOU WANT TO BOOT INTO COLOROS AFTER INSTALLING TWRP, FLASH THE TWRP RECOVERY IMG AS BOOT ,i dont know this work in new twrp.but worked for me(fastboot flash boot twrp-RMX1971-20191018.img )}
6)after u successfully get the twrp menu make a backup of your whole system(all partitions) in case something goes wrong and move the backup into a lap or memory card
7)install the LenageOS and gapps . and reboot into fastboot mode and do step 3 again but this time flash vbmeta.img from this link:https://drive.google.com/drive/folders/1wa4bllIa6WgH1STAszdxC_xkBTEHDSiT
8) wipe the whole data partition
9) reboot normally.
IN CASE YOU ARE STUCK IN THE RECOVERY MODE OR FASTBOOT MODE FEEL FREE TO CONTACT ME @azharsalim135
---------- Post added at 05:22 PM ---------- Previous post was at 05:21 PM ----------
DnZX said:
I got bootloop after install Rom Lineage, how to fix it?
Click to expand...
Click to collapse
For non indian version Need seperate twrp to flash lineage.. It will be available soon. Dev working on it
working instal magisk in stock rom?
puturaya20 said:
working instal magisk in stock rom?
Click to expand...
Click to collapse
Dont try to install in stock rom.. I heard ita giving problems.. Backup stock before trying..

[Recovery][Unofficial][A715F]OrangeFox Recovery 11.0.0

OrangeFox Recovery Project
{
"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"
}
Huge thanks to @geekmaster21 for making this a reality​
Code:
/*
* Your warranty is now void.
*
* I am 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 doing this to your device
* 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.
*/
Disclaimer:
- I do not claim this work as my own, this thread was created to have an XDA thread for A71 OrangeFox Recovery. I will try my best to keep it up to date with @geekmaster21 's work, but can't promise that will remain for ever. If you want the latest OrangeFox Recovery and to be notified as soon as its published, be sure to join the Telegram channel.
- I am not responsible about any damage of any kind that this custom binary may cause.
- Please read the whole main post & related ones before proceed and follow the guide as it is wrote. I will not offer support for any issues that have been already stated.
- Your Knox Warranty Bit will be blown once you flash this or others custom binaries, preventing you to use Knox Features. It can't be resetted in any way, so think twice before flashing this.
- Bugs can be reported here in XDA or via our Telegram Group. Please be more clear as possible and make sure you provide detailed info when reporting bugs (device variant and logcat).
How to Install:
First, you need to unlock the bootloader. Here's how to do it:
- Backup all media before proceeding, this will erase everything in your internal storage including music and photos
- Go to developer settings and enable [OEM Unlock]
- Reboot to download mode
- When prompted, press and hold VOL + to enter bootloader unlock mode
- Press VOL + to confirm you want to unlock bootloader, this will wipe your data
- If you think the bootloader is fully unlocked, it is actually not! Samsung introduced VaultKeeper, meaning the bootloader will still reject any unofficial partitions before VaultKeeper explicitly allows it.
- Go through the initial setup. Skip through all the steps since data will be wiped again later when we flash OrangeFox and magisk
- Enable developer options, and confirm that the OEM unlocking option exists and is grayed out. This means the VaultKeeper service has unleashed the bootloader. This step is MANDATORY
- Your bootloader now accepts unofficial images in download mode.
After finally unlocking the bootloader, proceed with installing OrangeFox Recovery(tar) with Odin:
- Boot to download mode and load OrangeFox Recovery tar file and VBMeta disabler tar file in AP and BL of Odin, doesn't matter which goes where
- Disable [Auto Reboot] in Odin
- Flash
- Force a reboot by pressing VOL+, VOL - and POWER buttons at the same time
- After the screen goes black, IMMEDIATELY let go of all buttons and IMMEDIATELY press and hold VOL+ and POWER button at the same time to boot to OrangeFox Recovery
- After booting to recovery successfully, go to WIPE in OrangeFox
- You should see an option to FORMAT DATA. After you select it, you will be asked to type "yes" in your keyboard. If you do not see this, you probably selected the wrong option.
- After formatting data, flash the Multidisabler zip with OrangeFox. This is done to avoid future bootloops.
(Optional) Flash magisk.zip to root (google where to find it)
- Reboot to system
- Wait patiently for the device to boot for the first time
How to flash OrangeFox Recovery (img) or (zip):
- Reboot to recovery
- Select Install
- Select Install Image or zip and search for the OrangeFox Recovery img or zip file
- Flash as recovery
- Reboot to recovery
- Done
Downloads:
OrangeFox Recovery img by @geekmaster21
OrangeFox Recovery tar by @geekmaster21
OrangeFox Recovery zip by @geekmaster21
Multidisabler zip by Ianmacd
VBMeta disabler
Source Code: https://github.com/geekmaster21/OrangeFox-tree-Galaxy-A715F.git
Source Code: https://github.com/ianmacd/twrp_a71
Source Code: https://gitlab.com/OrangeFox
Credits:
- Samsung for kernel source code
- TeamWin for their awesome recovery
- @ianmacd for compiling, updating, and maintaining TWRP for A71
- @geekmaster21 for compiling, updating and maintaining OrangeFox for A71
Join our A71 Telegram group​
Code:
Check out the latest projects on our Telegram, where we share our advancement on new things and try to help as best as we can.
For anything already released, please ask here in XDA
Link: Telegram Group
Join our Spanish General Android Telegram group​
Code:
Grupo para los que hablamos español en donde discutimos Android en general /// Group made for Spanish speakers to discuss Android in general
Link: Telegram Group​
In case you only want TWRP, you can get it from here: https://forum.xda-developers.com/t/recovery-a715f-twrp-3-5-0-ianmacd.4221253/
I am confused in the 8th part. Can i use orangefox to flash Multidisabler or install twrp again to flash it?
Spoiler: Screen shots
RobensonL said:
I am confused in the 8th part. Can i use orangefox to flash Multidisabler or install twrp again to flash it?View attachment 5202593
Click to expand...
Click to collapse
Let me fix that, I just copied over the TWRP tutorial since they practically do the same thing
EACH TIME I TRY TO INSTALL ORANGEFOX, ODIN NOT RESPONDING AND DISAPPEAR AFTER FEW SECOND. ANY HELP PLEASE?
RobensonL said:
EACH TIME I TRY TO INSTALL ORANGEFOX, ODIN NOT RESPONDING AND DISAPPEAR AFTER FEW SECOND. ANY HELP PLEASE?
Click to expand...
Click to collapse
Try using another version of Odin.
Any luck using a different version? I've tried the one in the first post, 3.13.3 patched, 3.13.3, 3.13.1 patched and 3.13.1 and it still just closes when I click start
vulcanrvn said:
Any luck using a different version? I've tried the one in the first post, 3.13.3 patched, 3.13.3, 3.13.1 patched and 3.13.1 and it still just closes when I click start
Click to expand...
Click to collapse
It the same for me. I try the older version of odin anyone working.
Is this recovery work on android 11 ???
Im rom said:
Is this recovery work on android 11 ???
Click to expand...
Click to collapse
There is no Android 11 for the A71. If you are referring to the 5G version, then this recovery won't work on that device at all.
wow my storage encrypted after install -_-
ngojntol.zip said:
wow my storage encrypted after install -_-
Click to expand...
Click to collapse
Storage is always encrypted by default from stock, this recovery doesn't encrypt anything
ShaDisNX255 said:
Storage is always encrypted by default from stock, this recovery doesn't encrypt anything
Click to expand...
Click to collapse
before flash orange i already flash dm verity encryption disabled using twrp and multi disabler
ShaDisNX255 said:
There is no Android 11 for the A71. If you are referring to the 5G version, then this recovery won't work on that device at all.
Click to expand...
Click to collapse
thank you There is no OrangeFox Recovery 11.1?
This thing cannot boot on my Android 11 Based galaxy a71 4G. Help!
I reverted back to twrp because of this
Does it support partitioned SD Card?
not working any odin
after install zip its looping

Categories

Resources