[RECOVERY] Official TWRP for ZUK Z2 Pro - Lenovo Zuk Z2 Pro ROMs, Kernels, Recoveries, & Oth

{
"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 our ZUK Z2 Pro (z2_row, Z2121).
I recently became the maintainer for the official TWRP images, and as such I am opening this thread to centralize all support/questions.
Known Issues
....
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
Frequently Asked Questions
...
Based on varotone thread for z2_plus.

Does aroma installer work without issues with this recovery?

Thanks for make it official
Topogigi said:
Does aroma installer work without issues with this recovery?
Click to expand...
Click to collapse
Ex Optimus 2x user here still remember your work
Enviado desde mi ZUK Z2121 mediante Tapatalk

enyx.es said:
Thanks for make it official Ex Optimus 2x user here still remember your work
Enviado desde mi ZUK Z2121 mediante Tapatalk
Click to expand...
Click to collapse
Ahahah nice to meet you here! It was long time ago...

thanks

Still can't decrypt my encrypted partition with the latest official TWRP, i have to use an older Chinese version of TWRP for it to work

Restoring backup always give me SystemUI error at start then reboot.

1944 said:
Restoring backup always give me SystemUI error at start then reboot.
Click to expand...
Click to collapse
this may not be an issue of twrp but more an issue of switching different roms. Some roms change partitions that become incompatible when switching back to roms that dont touch these partitions..

Partions used and TWRP on ZUK Z2 Pro with AospExtended v5.1
Hi
I asked this already but probably in the wrong thread . So :
Until today I used TWRP 3.1.0.0 (TWRP3.1.0.0_ZUK_Z2_pro.img) on my ZUK Z2 Pro with AospExtended v5.1. In that version TWRP shows these partitions in the backup menu:
Data
Cache
System
System Image
Boot
Recovery
Bootloader (1 MB)
Firmware (81 MB)
Persist
Splash (32 MB)
Rpm
Tz
xbl (3 MB)
msdap
apdp
cmnlib64
cmnlib
keymaster
bluetooth
dsp (4 MB)
pmic
sec
hyp
factory
devcfg
Now I installed TWRP 3.2.1.0 (twrp-3.2.1-0-z2_row.img from the TWRP download website) and now TWRP shows these partitions in the backup menu:
Boot
Cache
Recovery
System
System Image
Data
Firmware
EFS
Now I'm confused -- why is the list of partitons different ?
And, more important: Can I restore my Z2 with TWRP 3.2.1.0 and the backups created with TWRP 3.1.0.0 (I selected all partitions to backup)?
regards
Bernd

Same question. Does anybody know the answer?
bnsmb said:
Hi
I asked this already but probably in the wrong thread . So :
Until today I used TWRP 3.1.0.0 (TWRP3.1.0.0_ZUK_Z2_pro.img) on my ZUK Z2 Pro with AospExtended v5.1. In that version TWRP shows these partitions in the backup menu:
Data
Cache
System
System Image
Boot
Recovery
Bootloader (1 MB)
Firmware (81 MB)
Persist
Splash (32 MB)
Rpm
Tz
xbl (3 MB)
msdap
apdp
cmnlib64
cmnlib
keymaster
bluetooth
dsp (4 MB)
pmic
sec
hyp
factory
devcfg
Now I installed TWRP 3.2.1.0 (twrp-3.2.1-0-z2_row.img from the TWRP download website) and now TWRP shows these partitions in the backup menu:
Boot
Cache
Recovery
System
System Image
Data
Firmware
EFS
Now I'm confused -- why is the list of partitons different ?
And, more important: Can I restore my Z2 with TWRP 3.2.1.0 and the backups created with TWRP 3.1.0.0 (I selected all partitions to backup)?
regards
Bernd
Click to expand...
Click to collapse

New build:
* Add support for a pseudo-vendor partition (mount /factory as /vendor) which allows us to install ROMs with partial/full treble support.
* Fixup partitions sizes. Thanks to @DD3Boh.
* Update to O-mr1 based kernel (cosmedd/[email protected]) which also fixes the Aroma installer upside down bug.
Due to the change in the size of the partitions you should redo your backups, if you have any.
Enjoy! ^_^

cosmedd said:
New build:
* Add support for a pseudo-vendor partition (mount /factory as /vendor) which allows us to install ROMs with partial/full treble support.
* Fixup partitions sizes. Thanks to @DD3Boh.
* Update to O-mr1 based kernel (cosmedd/[email protected]) which also fixes the Aroma installer upside down bug.
Due to the change in the size of the partitions you should redo your backups, if you have any.
Enjoy! ^_^
Click to expand...
Click to collapse
Thanks for your work !!!
This new release has not been published yet ?
It seems it's always the last one available on https://eu.dl.twrp.me/z2_row/

cosmedd said:
New build:
* Add support for a pseudo-vendor partition (mount /factory as /vendor) which allows us to install ROMs with partial/full treble support.
* Fixup partitions sizes. Thanks to @DD3Boh.
* Update to O-mr1 based kernel (cosmedd/[email protected]) which also fixes the Aroma installer upside down bug.
Due to the change in the size of the partitions you should redo your backups, if you have any.
Enjoy! ^_^
Click to expand...
Click to collapse
where to download this version please?

cosmedd said:
New build:
* Add support for a pseudo-vendor partition (mount /factory as /vendor) which allows us to install ROMs with partial/full treble support.
* Fixup partitions sizes. Thanks to @DD3Boh.
* Update to O-mr1 based kernel (cosmedd/[email protected]) which also fixes the Aroma installer upside down bug.
Due to the change in the size of the partitions you should redo your backups, if you have any.
Enjoy! ^_^
Click to expand...
Click to collapse
Sounds great, but @cosmedd you still haven't explained where to download it from... Presumably this is newer/different than the 20180311 build on your github?
Where can we download the new release from?

I would say official twrp page but seems like that page is down (twrp.me).

Oriwen said:
I would say official twrp page but seems like that page is down (twrp.me).
Click to expand...
Click to collapse
Except that download has been the same release date since long before the current announcement, at least as of yesterday.
edit: Looks like the release is still forthcoming, but it looks like it's the changes he made to his unofficial 20180311 fork that got merged into the official TWRP github, so if you're running the 20180311 release from his personal github, you've got the features of the new release already. At least, if I'm reading that right (I am not an expert githubber quite yet).

Hit Thanks if i help you
Dark Obsessions said:
where to download this version please?
Click to expand...
Click to collapse
https://github.com/cosmedd/android_...eases/download/20180311/20180311_recovery.img

Sorry for the delay. I just learn that the TWRP admins make manual releases when you need a build ahead of their official releases.
You already have the new build available on their servers: https://twrp.me/zuk/zukz2row.html

cosmedd said:
Sorry for the delay. I just learn that the TWRP admins make manual releases when you need a build ahead of their official releases.
You already have the new build available on their servers: https://twrp.me/zuk/zukz2row.html
Click to expand...
Click to collapse
Sorry. It seems that TWRP made an invalid build without the changes that I merged.
This build should work, since it is the one I was using: https://github.com/cosmedd/android_...eases/download/20180311/20180311_recovery.img

Finally, TWRP fixed the official build.: https://twrp.me/zuk/zukz2row.html

Related

[DEV][RECOVERY]TWRP Recovery[2.7.1.0-fixed] upd. 20140629

[DEV][RECOVERY]TWRP Recovery[2.7.1.0-fixed] upd. 20140629
TWRP Recovery​
{
"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"
}
As a result of trying to compile Omnirom for Galaxy Ace, i got the TWRP recovery (needed to fix some things in onmiarmv6 sources to get a working TWRP
Warning : Only works on Cyanogenmod/Omnirom based roms, IT WON'T WORK ON STOCK BASED ROM'S, i have just warned you !
Changelog:
2.7.1.0
Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. You will find this option under Wipe -> Advanced Wipe, then select only one partition and then press the Repair or Change File System button.
Various bugfixes to backup and restore
Improvements to USB storage handling
Added a class to search for files to make finding the correct brightness file automatic in most cases
Various other bugfixes and tweaks
Faster graphics rendering by disabling alpha blending on fully opaque objects thanks to Tassadar
Allow sideloading from /tmp on encrypted devices
2.7.0.0
Check crypto footer before offering to decrypt
Add word wrap to console output and fix scrolling in console
Restore capabilities to run-as binary
Tweak 240x240 theme
Change qcom time error messages to info
Check auto generated backup names for invalid characters
Remove unneeded logging
Allow sideloading from /tmp
Remove some unneeded code
Add capslock support to keyboard
Add word wrap to console output and fix scrolling in console
Fix "nn" string in gui_print(), remove unused gui_print_overwrite()
Remove size parameter from substr call
Sources:
Device Source
Recovery Source
Kernel Source
Credits:
Thx to TWRP team for base recovery sources, team omniarmv6 & team androidarmv6
Mirrors are not allowed also sharing direct links on other forums/sites is not allowed!
If you want to share, only share the link to this thread.
Buy me a Beer
XDA:DevDB Information
TWRP Recovery for Galaxy ACE, Tool/Utility for the Samsung Galaxy Ace S5830
Contributors
Mardon, team omniarmv6
Version Information
Status: Stable
Current Stable Version: 2.7.1.0
Stable Release Date: 2014-06-29
Created 2014-02-27
Last Updated 2014-06-29
TWRP-2.7.1.0-cooper-fixed.zip
md5: c023c1ca07eb5f3870876a6afa0a9803
older release
TWRP-2.7.1.0-cooper.zip (reboot problems, working on it)
md5: 72582ea1692ac4d62f8608f4b412e23b
TWRP-2.7.0.0-cooper.zip
md5: 3a26df54b42e03644b901089f625c4cc
TWRP-2.6.3.0-cooper-fix.zip
md5: 5ab19f414af0c246489da52f41c3ca0d
TWRP-2.6.3.0-cooper.zip
md5: 2286beb73b992bba079470c9d523dd77
Screenshots
Good job ..
is it working only on cm10.1/10.2/11 from androidarmv6 or it is working on cm9 and cm7 also ?
Salim El Yabouri said:
Good job ..
is it working only on cm10.1/10.2/11 from androidarmv6 or it is working on cm9 and cm7 also ?
Click to expand...
Click to collapse
Hmm didnt tested on older cm versions.
But if someone tested it plz report back
I think you must flash kernel after restoring twrp backup. There is same issuie as on previouse version. TWRP cant find /boot and /recovery partition.
BTW good job :good:
graineeg said:
I think you must flash kernel after restoring twrp backup. There is same issuie as on previouse version. TWRP cant find /boot and /recovery partition.
BTW good job :good:
Click to expand...
Click to collapse
I'll take a closer look at this.
TWRP 2.6.3.0 fix
Added new fixed TWRP 2.6.3.0 DL link to 2nd post.
No more mount errors for /boot and /recovery
Mardon said:
Added new fixed TWRP 2.6.3.0 DL link to 2nd post.
No more mount errors for /boot and /recovery
Click to expand...
Click to collapse
Android file host is down.
Sent from my GT-S5830 using xda app-developers app
Mardon said:
Added new fixed TWRP 2.6.3.0 DL link to 2nd post.
No more mount errors for /boot and /recovery
Click to expand...
Click to collapse
:good:
MARDON you are awesome.Thanks.
CHEERS.
When You show us omnirom for ace ? I can't wait.
Wysłane z mojego Nexus 7 przy użyciu Tapatalka
Look here, downloads in post 40
Somebod y said:
Look here, downloads in post 40
Click to expand...
Click to collapse
New build is in post 48
Gesendet von meinem Xperia Arc S mit Tapatalk
TWRP-2.7.0.0-cooper
TWRP Recovery updated to version 2.7.0.0
DL link added in 2nd post
Changelog see 1st post
Mardon said:
TWRP Recovery updated to version 2.7.0.0
DL link added in 2nd post
Changelog see 1st post
Click to expand...
Click to collapse
Blue Screen
Mardon said:
TWRP Recovery updated to version 2.7.0.0
DL link added in 2nd post
Changelog see 1st post
Click to expand...
Click to collapse
If you have time can you compile for mini also?
Sent from my GT-S5570 using XDA Premium 4 mobile app
not working for cm10.1
Other roms
Is it possible to make TWRP flashable other roms like cm7 cm9 cm10... then only android 4.4??
Salim El Yabouri said:
Blue Screen
Click to expand...
Click to collapse
Blue-Screen here too.
This caused me to go on a little adventure and figure out how to flash a ROM without a recovery at all. Managed to flash omni-4.4.2-cooper-NIGHTLY-PS completely via ADB.
pwndave said:
Blue-Screen here too.
This caused me to go on a little adventure and figure out how to flash a ROM without a recovery at all. Managed to flash omni-4.4.2-cooper-NIGHTLY-PS completely via ADB.
Click to expand...
Click to collapse
LOOOOL the PS version is my CWM 5.0.2.6 compatible version

[Tool][ROM] A-ONE 8.0 - OPR1.170623.026.8.2.8 Beta Feb 8/2018 [Fastboot ROM]

Good day XDA users.
These days I'm try to understand Mi A1 system partitions, and it's quite difficult and new for me.
My main goal is to get MIUI working on my Mi A1 phone.
I was able to save leaked Oreo ROM to system sparse format, also I prepare an easy tool for flashing that Oreo ROM via fastboot scripts.
{
"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"
}
ROM Version:
OPR1.170623.026.8.2.8 Beta
Instructions to install Oreo ROM under unlocked bootloader:
-Install adb drivers for Mi A1
-Unpack MiA1-Tool-Flasher-Oreo.7z tool
-Reboot your Mi A1 on fastboot mode (Hold Vol - & Power)
-Execute Rom-Flasher.bat
-Select one of 3 flashing options (option 2 for avoid conflicts, data will be erased)
-Enjoy Oreo ROM
Disclaimer: do at your own risk, it could erase your data files. Make a backup first
Advantages of use this tool/ROM:
-No need TWRP
-No need to lost your data
-Just reboot on fastboot mode and enjoy
-You can re-lock your bootloader
Changelog OPR1.170623.026.8.1.10 Modded:
1# Debloated
2# Power Menu
3# Touch status bar clock to lock the screen or see Power Menu
4# All system applications updated to latest version
5# Build.prop Tweaks
6# Added MIUI main applications like Mi Remote, Mi File Explorer and Music
7# Root with Magisk
8# TWRP In-built
Download:
8.2.1 - OPR1.170623.026 new Oreo beta:
https://www.androidfilehost.com/?fid=889964283620778036
Changelog OPR1.170623.026.8.2.1:
1# February 2018 android security patch
Bugs:
-Camera is slow again, please root and use SELinuxModeChanger
-Download apk here: View attachment com.mrbimc.selinux_20171031.apk
Downloads:
8.2.8 - OPR1.170623.026 new Oreo beta TWRP zip:
http://www.mediafire.com/file/y0q2f72h9m26xhb/A-One_tissot_8.2.8_v8.0_beta.zip
8.2.6 - OPR1.170623.026 new Oreo beta:
http://www.mediafire.com/file/qy0269twz5emmbm/Mi-A1-OPR1.170623.026.8.2.6-beta.7z
8.2.1 - OPR1.170623.026 new Oreo beta:
https://www.androidfilehost.com/?fid=962187416754458083
8.1.10 - OPR1.170623.026 Modded new Oreo beta Modded:
https://www.androidfilehost.com/?fid=889964283620778036
8.1.10 - OPR1.170623.026 new Oreo beta:
https://www.androidfilehost.com/?fid=889964283620777529
7.12.29 - OPR1.170623.026 new Oreo stable V2:
https://www.androidfilehost.com/?fid=745849072291700464
7.12.27 - OPR1.170623.026]:
https://www.androidfilehost.com/?fid=673791459329069648
3 kernel options to choose from for 7.12.27 version:
https://www.androidfilehost.com/?fid=673791459329069652
7.12.22 - OPR1.170623.026:
https://www.androidfilehost.com/?fid=745849072291696926
3 kernel options to choose from for 7.12.22 version:
https://www.androidfilehost.com/?fid=962021903579500640
7.12.20 - OPR1.170623.026:
https://www.androidfilehost.com/?fid=745849072291696129
Patched boot.img with root and TWRP in built for 7.12.20 version:
https://www.androidfilehost.com/?fid=889964283620773632
7.12.8 version, first Oreo release:
https://www.androidfilehost.com/?fid=817906626617953758
Credits:
Xiaomi
Google
Last version date:
Feb 8 - 2018
Reserved
JamFlux said:
Reserved
Click to expand...
Click to collapse
Hi,
It's possible to flash with FlashFire?
We7dy said:
Hi,
It's possible to flash with FlashFire?
Click to expand...
Click to collapse
Hi.
May be, but you have to unpack system.img and boot.img from .7z tool.
thnks.........
Where is the download link it's not working
Edit-link is working now . Will I have to unlock and root the previous OS . Please tell me in detail. Thanks for your hard work.
dipakd said:
Where is the download link it's not working
Click to expand...
Click to collapse
Use this:
http://qc4.androidfilehost.com/dl/9.../817906626617953758/MiA1-Tool-Flasher-Oreo.7z
Will I be able to get ota?
dipakd said:
Will I be able to get ota?
Click to expand...
Click to collapse
No idea cause Oreo OTA is for beta testers members.
Is This rom is the latest oreo update ?
EPIC Share bro, nice to see you with MIA1, hope in near future we will be able to run Epic rom in our MIA1
talk2indrajit said:
EPIC Share bro, nice to see you with MIA1, hope in near future we will be able to run Epic rom in our MIA1
Click to expand...
Click to collapse
Yeah, I would like MIUI.
I'm analizing how to proceed...
ariefabuzaky said:
Is This rom is the latest oreo update ?
Click to expand...
Click to collapse
Nope. This is repack of leaked backup. So this is one of the first builds.
Displax said:
Nope. This is repack of leaked backup. So this is one of the first builds.
Click to expand...
Click to collapse
Yeah, you right.
This ROM had magisk root removed too.
JamFlux said:
Yeah, I would like MIUI.
I'm analizing how to proceed...
Click to expand...
Click to collapse
I'm really super excited bro :fingers-crossed: today I came to realize that I made a right choice to have a MIA1 after looking you here :fingers-crossed: I know you can find the way to bring MIUI 9 for us soon :fingers-crossed: :good::good::good:
unable to flash
Unable to flash. The massage is "target reported max download size of 536870912."
And I am unable to select 1 & 3 option. Only I could slect 2 no option. What may be problem?
its working i flash it with mi flash tool but it was prerooted and from rom-flasher.bat is not working
dipakd said:
Unable to flash. The massage is "target reported max download size of 536870912."
And I am unable to select 1 & 3 option. Only I could slect 2 no option. What may be problem?
Click to expand...
Click to collapse
Hi.
Make sure you have adb drivers installed for fastboot mode: https://forum.xda-developers.com/showthread.php?t=2588979
Bro @JamFlux im sharing my noob knowledge on mi a1 partiton system.
Bro our mi a1 have skip_initfs on kernel side.
Ab partiton use initfs or ramdisk from system partition intead of boot.img the boot.img ramdisk is only there for recovery only and whole root fs is changed on mia1
And selinux policy also devide into various location on system and boot.img. bro u can see chainfire and topjohn theory how they root ab partiton device they expailed every thing on thier thread "they expailed in pixel thread"
Mi 5x dev able to boot our whole system image and boot.img only changes with ramdisk.
U are the creator of epic miui.
I can wait to see miui on our mia1 now u are looking on our mia1 soo im very happy to see u here to develop for our mia1.
After installing ADB drivers still I am not able to flash Oreo. What should I do now. Same massage is there.
---------- Post added at 03:17 AM ---------- Previous post was at 03:13 AM ----------
Sahil132 said:
its working i flash it with mi flash tool but it was prerooted and from rom-flasher.bat is not working
Click to expand...
Click to collapse
How did you do that can you please explain me?

[ROM][PORT][9.0.0] Xperia 5 - 55.0.A.7.115 [04.10.19]

Xperia 5 for OnePlus 6!
{
"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"
}
Features:
Stock Xperia 5 Firmware
Debloated
Automated Flasher
Custom Kernel Support
Full GCam 7 Support
Decrypted
Performance tweaks
Dolby Atmos!
Xperia AOD!
Xperia Loops!
Game Enhancer!
3D Creator with Face Animation!
Side Sense!
What works:
Almost everything, check bugs!
What doesn't work / Bugs:
Framework bugs (Auto Rotation, Night Light etc)
Brightness is same as in Pixel Port so use built in JRC app for 100%
DT2W Fix:
Flash a custom kernel & run this command:
adb shell echo 1 > /proc/touchpanel/double_tap_enable
How to Install:
Make sure You're on Open Beta 8 Pie
Note: Backup Your nudes before flashing the ROM!
Boot TWRP
Flash OB8 OTA.zip
Format data/Wipe data (if decrypted)
Reboot to fastboot
Run flasher.bat
Wait for flasher to reboot automatically
Enjoy!
You can root after going through SetupWizard!
Download:
Xperia5 for OnePlus6 - October 4
Warning! DO NOT flash Xperia OTA's! They may brick Your phone! If You end up flashing one anyway, just use EDL mode or fastboot to go back to stock firmware.
If You have any other problems, just ask here on XDA or for the fastest support PM me or ask someone in my group on Telegram
Join my group!
If You'd like to support this and my other projects, You can donate
https://www.paypal.me/protodevnano
Credits:
Guzram for partial RIL fix and support and help!
erfanoabdi for vendor patcher idea.
FunkWizard/OnePlus for latest firmwares!
OnePlus for creating OP6!
My friend Dylan for always supporting me
If I forgot anyone, just PM me on Telegram!
​
XDA:DevDB Information
[ROM][PORT][9.0.0] Xperia 5 [04.10.19], ROM for the OnePlus 6
Contributors
ProtoDeVNan0
Source Code: https://github.com/OnePlusOSS/android_kernel_oneplus_sdm845/tree/oneplus/SDM845_P_9.0_Beta
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: OxygenOS Open Beta 8
Based On: Xperia
Version Information
Status: Stable
Created 2019-10-04
Last Updated 2019-10-04
I've used many phones (Galaxy Nexus, Galaxy S2, Galaxy Note 3, Mi Note 3,Mi A1... and many mores) and I've never been spoiled with so many ROMs like I have been with this phone and this incredible developer
You're doing God's work my man!
İncredible !!
Wow, wasn't expecting this at all. Reminds me of the good old XOSP, nice !
Thanks!
What custom kernel do you suggest to use this with? Is anything okay?
Thanks a lot
Coming from an Xperia fanboy - this is great!
Excitement
October security?
Looks great!!. Face unlock?
Thanks a lot for the ROM.
Unfortunately the framework bug is a big no-go for me, if it wouldn't be, it would definitely be my daily driver.
Looks Great!
Gonna try it out.
MDomokos said:
Looks Great!
Gonna try it out.
Click to expand...
Click to collapse
Wasn't able to get it to boot.
I used the MSM tool to go back to Oreo, updated to Open Beta 8, and then installed the Xperia Firmware. But I ended up in Qualcomm Crash Dump Mode both times I tried.
Do u Flash OB8 OTA.zip in both slot?
Author said that it's a MUST!
after flash it, wipe data and do the .bat flashing, good luck!
MDomokos said:
Wasn't able to get it to boot.
I used the MSM tool to go back to Oreo, updated to Open Beta 8, and then installed the Xperia Firmware. But I ended up in Qualcomm Crash Dump Mode both times I tried.
Click to expand...
Click to collapse
I just wonder why this ROM needs OB8 as Base which is quite old if I am not wrong or??
Which security Patch level has this Xperia 5 Port?
Invalid sparse file format at header magic. What's this, and why is it happening?
sky104hk said:
Do u Flash OB8 OTA.zip in both slot?
Author said that it's a MUST!
after flash it, wipe data and do the .bat flashing, good luck!
Click to expand...
Click to collapse
Thanks, got it to boot.
Here's what I did:
-Format data
-Flash OB 8 + TWRP
-Reboot recovery
-Flash OB 8 + TWRP
-Reboot Recovery
-Format data
-Boot to Fastboot Mode
-Flash .bat
I got stuck on setup wizard as it froze the phone. Then I modified build.prop to skip it, but now the phone keeps freezing and re starting.
Can someone give me the link to the Google Camera 7 that works on this system? I can't find it.
MDomokos said:
Thanks, got it to boot.
Here's what I did:
-Format data
-Flash OB 8 + TWRP
-Reboot recovery
-Flash OB 8 + TWRP
-Reboot Recovery
-Format data
-Boot to Fastboot Mode
-Flash .bat
I got stuck on setup wizard as it froze the phone. Then I modified build.prop to skip it, but now the phone keeps freezing and re starting.
Click to expand...
Click to collapse
After flashing u can go back to TWRP and wipe data, install MAGISK and see
or u can flash custom kernel to see if solve the auto reboots and freeze
sky104hk said:
After flashing u can go back to TWRP and wipe data, install MAGISK and see
or u can flash custom kernel to see if solve the auto reboots and freeze
Click to expand...
Click to collapse
Thanks, I'll try it when I have some time.
Just to make sure, I should go into TWRP after the first boot of the Xperia Firmware. Then wipe data, not format data, then flash Magisk and later kernel if still not working?
MDomokos said:
Thanks, I'll try it when I have some time.
Just to make sure, I should go into TWRP after the first boot of the Xperia Firmware. Then wipe data, not format data, then flash Magisk and later kernel if still not working?
Click to expand...
Click to collapse
Yes exactly and Wipe data not Format.
Guess I will give that ROM a try as well.

How To Guide [SCRIPT][FLASHABLE] Encryption disablers for Redmi Note 10 Pro (MIUI vendor, OSS vendor) [SWEET]

So, here is a little script, which I modified to work on Redmi Note 10 Pro (tested and working on sweet). I didn't create this, only modified it, so all credits goes to ghostrider_reborn.
Edit:
found another working encryption disabler (rmcrypt.zip), working out of the box, so no edit by me, main difference is better error handling - all credits goes to [email protected]
Edit2:
just to have all bases covered, and all info on one place, I attached encryption disabler script for OSS vendor based ROMs, originally created for POCO X3 NFC, but working as well on sweet, created by ghostrider_reborn, so all credits belongs to him...
DISCLAIMER: You know the drill - You are responsible for your own actions - if you choose to use this script on your phone - I am not responsible for any damage that may occurs while (or after) using this script - it works on my device, but I can't guarantee it will work on yours. Also removing encryption off your /data partition may have unforeseen consequences - for you, your data, your phone - this is a serious modifications of your phone - do it only if you know what you are doing - AT YOUR OWN RISK!
Requirements: unlocked bootloader, flashed custom recovery (OFOX, TWRP), flashed prebuilt MIUI vendor or OSS vendor
Installation: flash attached file in custom recovery
First use:
- flash attached file in custom recovery as the last thing before you reboot recovery (for example flash custom ROM, flash GAPPS, MAGISK and then as the last thing this script)
- mandatory! - do a FORMAT DATA confirmed by YES - this is one time only and needed to remove encryption from internal storage (/data partition) - WARNING! - FORMAT DATA will destroy all content on your internal storage - do a backup before you do so!
Usage:
- flash attached file in custom recovery as the last thing before you reboot recovery EVERY time you flashed a new custom ROM, flashed OTA of your installed custom ROM...
- - if you forget to do that, on the next boot to system your internal storage WILL BE ENCRYPTED!
Tested on:
Redmi Note 10 Pro (sweet) + custom ROMs
Not tested/supported :
MIUI itself
Credits:
encryption-disabler-sweet.zip: ghostrider_reborn
Disable_Dm-Verity_ForceEncrypt_20210320.zip: ghostrider_reborn
rmcrypt.zip: [email protected]
{
"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"
}
˅˅˅ Important: for OSS vendor based ROMs use Disable_Dm-Verity_ForceEncrypt_20210320.zip ˅˅˅​
Good work...I will try
Thank you for the post/modiciation and the original developer too for his work!
So when i want to change rom, I don't need to do a format data over and over again right?
*On my previous device (ginkgo) when i flashed a custom rom, I don't need to do a format data, i just need to flash this Disable dm verity zip and rom successfully booted without wiping my internal
galileogarin said:
So when i want to change rom, I don't need to do a format data over and over again right?
Click to expand...
Click to collapse
yes, hopefully
(on my previous device (surya) there was this one specific custom ROM (RRemix), for which wipe data was not enough and you must format data even on decrypted storage if you wanted to have clean flash/installation, so I do hope this will not be the case on sweet)
Hallo,
Can somebody confirm this script working?
i tried everything on the world but no suc6
format data x times not working
But i am tired to complete install a rom and all other stuff again and again
Fred Vlippenstein said:
Hallo,
Can somebody confirm this script working?
i tried everything on the world but no suc6
format data x times not working
But i am tired to complete install a rom and all other stuff again and again
Click to expand...
Click to collapse
You can check attached screenshots in OP, there you can see status of my phone - NOT ENCRYPTED. I achieve that by flashing the attached script and FORMAT DATA confirmed by YES. So yes, this script works, at least on my phone did...
added another working encryption disabler script (tested on sweet), check the OP
so which should i use?
rachadiadi said:
so which should i use?
Click to expand...
Click to collapse
- try rmcrypt.zip, it has at least some error handling, which can tell you, if something is wrong with the process of the disabling encryption
- the first one modified by me, is very basic, super simple one, which only blindly try to copy necessary files to the needed location, but never check if that is actually accessible or not, so in the end you'll never know, if that copy process really did what it should (I encountered at least one case, where first script says it finished successfully, but in the end, after reboot to system, my /data partition ended encrypted)
same here,update to miui 12.5 and flash the needed files phone is incrypted again but if i restore the miui v12.0.15 who was decrypted its decryped after reboot
strainge situationaa
no other solution found try every other options
MIUi stock indonesian is not SUPPORTED ?
arifn82 said:
MIUi stock indonesian is not SUPPORTED ?
Click to expand...
Click to collapse
MIUI in general not supported
jeryll said:
MIUI in general not supported
Click to expand...
Click to collapse
any known alternative work-around for miui?
arifn82 said:
any known alternative work-around for miui?
Click to expand...
Click to collapse
AFAIK not ATM
jeryll said:
AFAIK not ATM
Click to expand...
Click to collapse
previously i had a poco x2 and this was possible for that device
arifn82 said:
previously i had a poco x2 and this was possible for that device
Click to expand...
Click to collapse
you can also try latest Orange Fox recovery, which has built in switch for disable forced encryption and is optimized for work with MIUI, but if that actually works you'll need to find out by yourself...
jeryll said:
you can also try latest Orange Fox recovery, which has built in switch for disable forced encryption and is optimized for work with MIUI, but if that actually works you'll need to find out by yourself...
View attachment 5323251
Click to expand...
Click to collapse
will try and inform you !
arifn82 said:
will try and inform you !
Click to expand...
Click to collapse
did it work?
added another working encryption disabler script - this time for OSS vendor based ROMs (tested and working on sweet), check the OP
jeryll said:
added another working encryption disabler script - this time for OSS vendor based ROMs (tested and working on sweet), check the OP
Click to expand...
Click to collapse
Thank you

Development [Recovery] [13] [BETA] [venus]・ OrangeFox - UNOFFICIAL

{
"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"
}
OrangeFox Recovery is one of the most popular custom recoveries, with amazing additional features, fixes and a host of supported devices.​- Warnings :
​ Your warranty is now void, or not... (i have no idea bruh)
・ I'm not responsible for bricked devices, thermonuclear war or alarm app fails.
・ If it's your first time or you're unexperienced with flashing ROMS, please do some search before flashing!
・ YOU are choosing to make these modifications, you're the only responsible guy for messing up if you do so.
- Informations :
- Was built on the 11th of September 2022.
- Maintained by kota. (me)
- Used Kernel : Here!
- What's broken ?
- The Status Bar can now be totally seen but doesn't totally fit.
- Vibration still doesn't work normally (there have been changes to it tho)
- Please report anything else if you do find an issue!
- Installation Guides :
- Notes :
A glitch may happen where booting it via fastboot makes touch doesn't work sometimes.
To fix that, i also provided a flashable zip via sideloading (tested on TWRP) that directly installs it.
- First way to install : (Casual way, if touch works okay | .img )
1 · Reboot into bootloader and boot OrangeFox by using this command : fastboot boot OrangeFox.img
2 · Once the Recovery boots up, go to 4th menu (3 lines), and on it, click "More".
3 · Then click More, and Flash Current OrangeFox Recovery, then swipe and reboot!
- Second way : (More tricky, but always works out fine | .zip )
1 · Reboot into Recovery Mode with TWRP installed.
2 · Prepare an ADB Session on your PC and add to it the .zip version of OrangeFox.
3 · Get into Sideload Mode and do this command on adb : adb sideload OrangeFox_Name_Example.zip
- You're now done with flashing!
- Download Links :
- OrangeFox Folder (ZIP + IMG version) : Here!
- End :
Well, here it is! Real working OrangeFox for Mi 11.
At first it was just a random idea that went threw my head two month ago.
Now it's a real thing, it was really time consuming and head scratching but it was all worth it!
Enjoy and have a nice day!
By kota.
Please note!
For the second flashing method, TWRP isn't really "required", it's more to assure that your recovery let's you sideload any unsigned packages. You should be able to flash from some recoveries such as Pixel Experience and ArrowOS recovery.
As for unsupported ones such as CherishOS, RiceDroid, etc... They'll probably throw an Error 21 when trying to sideload any unsigned packages. (in this case, Orangefox but could also be Magisk) For them, simply use TWRP.
Reserved! #2
does this allow full backup and restore of the ROM?
Sage said:
does this allow full backup and restore of the ROM?
Click to expand...
Click to collapse
The "quick backup" (whatever it is) provides a backup of data and boot partitions. I'm not totally sure that the quick backup option is related to the one on main screen tho
Hello, thanks for your work, this recovery is amazing !
Appreciate the great work!
Is this recovery working fine for A12 custom roms? (In terms of data/internal storage decryption)
bongmeiister said:
Appreciate the great work!
Is this recovery working fine for A12 custom roms? (In terms of data/internal storage decryption)
Click to expand...
Click to collapse
Yup it works, at least with Pixel Experience it works. You just have to type in your code because the partition is encrypted
Nysioko said:
Yup it works, at least with Pixel Experience it works. You just have to type in your code because the partition is encrypted
Click to expand...
Click to collapse
Great, currently I'm running Evolution X with newest TWRP and there the recovery has problems with decrypting the internal storage - no matter what I try. I think it was not made for Android 12. https://wiki.orangefox.tech/en/guides/encryption Android 12 Custom Recoveries
What code do you mean to decrypt the partition? - Thanks for your response
bongmeiister said:
Great, currently I'm running Evolution X with newest TWRP and there the recovery has problems with decrypting the internal storage - no matter what I try. I think it was not made for Android 12. https://wiki.orangefox.tech/en/guides/encryption Android 12 Custom Recoveries
What code do you mean to decrypt the partition? - Thanks for your response
Click to expand...
Click to collapse
The code to decrypt the partition is the same you had to put in to lock your phone. Say you have a pin code of 3926, just type 3926 to unlock the score from orangeFox
bongmeiister said:
Appreciate the great work!
Is this recovery working fine for A12 custom roms? (In terms of data/internal storage decryption)
Click to expand...
Click to collapse
Of course it's made for A12
First link is dead
Nysioko said:
First link is dead
Click to expand...
Click to collapse
Oops! Fixing that
kotalol said:
Oops! Fixing that
Click to expand...
Click to collapse
Thanks
Excellent, working perfectly!
(other than vibration, which is very weird indeed!)
Hoping you will continue your great work, and build for A13...
nelvinchi said:
Excellent, working perfectly!
(other than vibration, which is very weird indeed!)
Hoping you will continue your great work, and build for A13...
Click to expand...
Click to collapse
Yep, A13 is coming soon...
With A13 decryption support, fix trial to vibration, removal of flashlight button, base on latest sekaiacg TWRP and much better holepunch handle!
Does it recognize and mount USB OTG? So I can do backups to USB storage?
seemebreakthis said:
Does it recognize and mount USB OTG? So I can do backups to USB storage?
Click to expand...
Click to collapse
Not yet because of the used kernel in pre-release, the next version will probably support ExFat USB OTG.
Hi, does anyone knows that this recovery works for Xiaomi EU roms ? Thank you !
epcwong said:
Hi, does anyone knows that this recovery works for Xiaomi EU roms ? Thank you !
Click to expand...
Click to collapse
It does!

Categories

Resources