[RECOVERY] TWRP 3.0 with F2FS and MultiROM - Nexus 6 Themes and Apps

{
"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"
}
Not much else to say except I made images of TWRP 3.0 for the Nexus 6 that have F2FS and MuliROM support.
All credit goes to TeamWin and the MultiROM team for their work. I just added F2FS support and made images.​
Download: TWRP 3.0. with F2FS Support
Download: TWRP with MultiROM and F2FS Support

Just used it to flash the newest CM13 nightly with F2FS DATA and CACHE, works great, thank you very much !

Can you have the primary ROM be non f2fs and secondary ROM be f2fs using this recovery? Or do all the ROMs need to be only 1 type? Oh and multirom twrp was updated on the 10th - is this based on the 2nd and newer version? Finally lol why does my keyboard auto capitalize ROM and no other word?

ROM = Read only memory

I thought TWRP natively supported f2fs type kernels? In any case thanks for this. been wanting to try f2fs for a while

@wolfeyes30 I know. Just find it funny that whoever created the dictionary for the android keyboard ensured that ROM was capitalized.

How to use TWRP 3.0. with F2FS Support?

khanam said:
@wolfeyes30 I know. Just find it funny that whoever created the dictionary for the android keyboard ensured that ROM was capitalized.
Click to expand...
Click to collapse
Lol. I didn't know how to take your question...if you were serious or not. [emoji106]

Running the version without multirom, everything is working fine. However, the status bar like to do this (attached image) a lot. It will spend a few seconds like this, Then go back to normal for a few seconds, and keep switching between those two.

Great job, sir. It looks and runs great. TWRP definitely needed an upgrade!

Great. Can someone tell me how to use it? I got normal TWRP3.
Is someone can add a few screenshots with benchmark CM13 on f2fs vs ext4?

DarkRazorr7 said:
Great. Can someone tell me how to use it? I got normal TWRP3.
Click to expand...
Click to collapse
If you've got regular TWRP, go into bootloader mode, fire up your ADB and:
1.) Back up everything you care about to your PC (everything will be erased, including sdcard)
2.) Install a kernel that supports f2fs. Get the boot.img and do "fastboot flash boot boot.img" in bootloader (Like you can use the CM13 boot.img file from the nightly zip file)
3.) Install the recovery with f2fs support (fastboot flash recovery twrp-recvery-f2fs.img)
4.) In TWRP, go to Wipe
5.) Do a full wipe by swiping right
6.) Go to Wipe -> Advanced Wipe
7.) Choose /cache
8.) Choose "Change Filesystem"
9.) Pick f2fs, proceed
10.) Do the same thing for /data
11.) While still in recovery, plug phone into PC and do this:
Code:
Code:
# adb shell
# mount -o rw /system
# cp /sbin/fsck.f2fs /system/bin/
# cp /sbin/mkfs.f2fs /system/bin/
# chmod a+x /system/bin/*f2fs*
12.) Reboot and you are done.
Steps obtained from: HERE. Confirmed to be working with the current CM13 nightly.

I need a recovery flashable zip if possible....no reason other than laziness.
Sent from my Nexus 6 using Tapatalk

Hi mates, I am interested at f2fs.
Must Rom and kernel support f2fs or do I need only kernel?
Gesendet von meinem Nexus 6

I miss fix permissions.

New TWRP
https://dl.twrp.me/shamu/

Posted in multi rom as well...
Is there a certain of twrp with multi rom based on 3.0.0.1 (aka ability to flash system img files and also have the option to inject multi rom after flashing boot add an img? Currently there is no option to flash system from img and if you flash boot from img the only options are reboot and reboot twrp. No inject options.
Sent from my Nexus 6 using XDA Free mobile app

Update for 3.0.0.1?

adm1jtg said:
Posted in multi rom as well...
Is there a certain of twrp with multi rom based on 3.0.0.1 (aka ability to flash system img files and also have the option to inject multi rom after flashing boot add an img? Currently there is no option to flash system from img and if you flash boot from img the only options are reboot and reboot twrp. No inject options.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=65838009&postcount=1237

Version 3.0.1
xanaxdroid said:
Not much else to say except I made images of TWRP 3.0 for the Nexus 6 that have F2FS and MuliROM support.
All credit goes to TeamWin and the MultiROM team for their work. I just added F2FS support and made images.​
Download: TWRP 3.0. with F2FS Support
Download: TWRP with MultiROM and F2FS Support
Click to expand...
Click to collapse
Dear xanaxdroid,
Could you please update your version to 3.0.1 as there are some nice improvements from 3.0.0-0 ?
Thanks a lot for your time
EDIT : our dear developer has updated to version 3.0.2 !!! he hasn't updated the OP yet but you can grab it here in the meanwhile

Related

[RECOVERY] TeamWin Recovery Project (twrp) 2.2.0.1 [15-08-2012]

Team Win Recovery Project 2.1, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. 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.
I don't own any LG phone,so my support will be limited,but you can ask Great_Day for more as he's my tester.
If you want more informations and/or you want to donate,please go to this page
Phone look:
{
"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"
}
DOWNLOAD:
Great_Day's host
You can use GooManager to download and flash the recovery
INSTRUCTIONS:
If you want to do it manually
Download recovery.img and place it on root of your sdcard
Make sure your phone is rooted
Open a terminal(Terminal Emulator from market works perfectly)
Type
Code:
su
cd /sdcard
dd if=recovery.img of=/dev/block/mmcblk0p7
Reboot in recovery and enjoy
Otherwise,you can use GooManager Beta
Run it,press menu button
Tap on "Install OpenRecoveryScript"
Enjoy
CHANGELOG:
On-screen keyboard in recovery! -- supports long press, backspace repeat, and swipe left deletes everything left of the cursor
Name new backups and rename existing backups
Rename files and folders in the file manager
Pseudo-terminal emulator
Support decrypting an encrypted data partition on Galaxy Nexus (enter password using keyboard)
Backup archive splitting -- allows backup and restore of data partitions larger than 2GB
Simplified XML layout support between resolutions
Added dual storage selection radio buttons to zip install, backup, and restore pages
Improved zip install compatibility
Updated update-binary source code
Numerous small bug fixes and improvements
BUGS:
If you have found a bug, please consider posting it here,possibly with a recovery.log. It's very hard to keep up with multiple threads for multiple devices. Please search the issues list first. Your issue may have already been reported.
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link
If none answers there,please join #neopeek on Freenode.
CREDITS:
E3D for the hosting
TeamWin for making the recovery
Great_Day for testing
TeamKang for the device tree
Helicopter88, Thank you for doing this for us! Everyone should try this. TWRP is awesome!
Finally !
I will test and report here
Thank you Helocopter!
EDIT : WOOOW amazing !
Can you make boot the recovery directly in /emmc directory ? (just after choose "install")
Can you add an option to backup our ROM in the ExternalSD ?
Downloading now. Can't wait to check it out. Thank you!
Please let me know if you find any bug!
Recovery is now official on GooManager,please use it to flash!
Tried to flash a rom with aroma installer, the phone shutted off. maybe is aroma installer incompatible with this recovery?
Marsou77 said:
Finally !
I will test and report here
Thank you Helocopter!
EDIT : WOOOW amazing !
Can you make boot the recovery directly in /emmc directory ? (just after choose "install")
Can you add an option to backup our ROM in the ExternalSD ?
Click to expand...
Click to collapse
I don't have a device with dual storage,but I assume that if you toggle the storage to the external one,backups will go there
markop90 said:
Tried to flash a rom with aroma installer, the phone shutted off. maybe is aroma installer incompatible with this recovery?
Click to expand...
Click to collapse
Here aroma works,make sure you're flashing from the external storage
Any one try goomanager? If yes, working? Tks....
Sent from my Optimus 2X
orbital_71 said:
Any one try goomanager? If yes, working? Tks....
Sent from my Optimus 2X
Click to expand...
Click to collapse
Works perfectly!
i have temasek's latest cm7 build here with vadonka's latest stable kernel. after reboot it hangs @ blue TEAMWIN splashscreen...
any suggestions?
Ryukenden said:
i have temasek's latest cm7 build here with vadonka's latest stable kernel. after reboot it hangs @ blue TEAMWIN splashscreen...
any suggestions?
Click to expand...
Click to collapse
Not compatible for CM7?
Sent from my Optimus 2X
i dont think it was CM issue. anyway, i did kdz flash of clean v20s, and reflashed. it works now
Would it be possible to port to p999? very similar device.
it works great,, good job thanks dude
tahahawa said:
Would it be possible to port to p999? very similar device.
Click to expand...
Click to collapse
I'll try something,remember that I don't have a device,please join #neopeek on freenode
Edit: TWRP for LG P999
http://forum.xda-developers.com/showthread.php?t=1749678
What I like most is the file browser, so I missed in CWM
Now no need to use QtADB, rather, I will use it less. :fingers-crossed:
Thank you
EDIT:
Bug:
From GooManager it keeps out the recovery
Homero2 said:
What I like most is the file browser, so I missed in CWM
Now no need to use QtADB, rather, I will use it less. :fingers-crossed:
Thank you
EDIT:
Bug:
From GooManager it keeps out the recovery
Click to expand...
Click to collapse
GooManager recognizes only devices that are named p990,for now,so if yours is named p990-something,you can't use it,for now
OK, This is part of my build.prop file
ro.product.model=LG-P990
ro.product.brand=lge
ro.product.name=lge_star
ro.product.device=p990_EUR-xx
ro.product.board=p990
Click to expand...
Click to collapse
And that part have not changed
Great job, I use it on my transformer prime and it's a great recovery.
Installation flawless.
AWESOME Recovery...looks really good and has plenty more features than CWM

[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

[RECOVERY][x3_row] TWRP 3.1.0-0 Touch Recovery [24/3/17]

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"
}
FEATURES
Backup & Restore fully functional
MTP support
Micro SDcard and USB OTG storage support
exFAT file system support (read, write, format, backup & restore)
NTFS file system support (read, write, format)
All device-supported TWRP 3.1 features
BUGS
Touchscreen doesn't respond until you turn off the display once and wake it.
All TWRP bugs.
Report if you find another.
DOWNLOADS
Downloads section on top
INSTALLATION
Most devices can be updated quickly and easily within TWRP if you already have version 2.8.4.0 or higher installed
1) Download the latest version from our website on your device
2) Reboot to TWRP
3) Hit Install and tap the "Images..." button in the lower right
4) Browse to the location of the TWRP image on your device and select it
5) Select recovery from the partition list and swipe to flash
OR
Follow: http://forum.xda-developers.com/android/development/unlock-root-lenovo-vibe-x3-row-x3a40-t3350514
XDA:DevDB Information
TWRP, Tool/Utility for all devices (see above for details)
Contributors
arpit_nnd
Version Information
Status: Beta
Current Beta Version: 3.1.0-0-20170324
Beta Release Date: 2017-03-24
Created 2016-09-27
Last Updated 2017-03-25
Reserved
Reserved
arpit_nnd said:
Touchscreen doesn't respond until you let the display turn off once and wake it. Workaround: Set the display timeout to minimum from settings.
Click to expand...
Click to collapse
Going to fix this ?
noskojv said:
Going to fix this ?
Click to expand...
Click to collapse
Definitely!
But, I will look into it once CM is up and running.
@arpit_nnd
It is Support Aroma Installer?
leo.riv said:
@arpit_nnd
It is Support Aroma Installer?
Click to expand...
Click to collapse
It's vanilla TWRP from official sources. If the official ones do, so will this.
I haven't used Aroma from quite some time now.
Test it and let me know if it works.
arpit_nnd said:
It's vanilla TWRP from official sources. If the official ones do, so will this.
I haven't used Aroma from quite some time now.
Test it and let me know if it works.
Click to expand...
Click to collapse
Yes it's working perfectly.
I am testing it.
When flash any zip in recovery Show "E : string resource 'up_a_level' not found. using default value"
leo.riv said:
Yes it's working perfectly.
I am testing it.
When flash any zip in recovery Show "E : string resource 'up_a_level' not found. using default value"
Click to expand...
Click to collapse
That's fine, it's a theme related bug, not a big issue.
Aroma is working fine, right?
arpit_nnd said:
That's fine, it's a theme related bug, not a big issue.
Aroma is working fine, right?
Click to expand...
Click to collapse
Yes
Chinese TWRP 3.0.2-0 , problems with touch not.
Tested on X3a40 - 6.0.1.
Link
noskojv said:
Chinese TWRP 3.0.2-0 , problems with touch not.
Tested on X3a40 - 6.0.1.
Link
Click to expand...
Click to collapse
Who built it?
arpit_nnd said:
Who built it?
Click to expand...
Click to collapse
http://club.lenovo.com.cn/thread-1868620-1-1.html
@arpit_nnd
The Chinese TWRP 3.0.2.0 is quite big so I think they maybe use Lolilop prebuild kernel with build-in .dt file.
I don't know how your TWRP Build but the Chinese TWRP and Sevenmaxs's can not install Aroma.
But my TWRP 2.8 can install well.
https://1drv.ms/u/s!Aj_PXc4oM3zKgV_zw6pTazyWCySZ
ctheanh said:
@arpit_nnd
The Chinese TWRP 3.0.2.0 is quite big so I think they maybe use Lolilop prebuild kernel with build-in .dt file.
I don't know how your TWRP Build but the Chinese TWRP and Sevenmaxs's can not install Aroma.
But my TWRP 2.8 can install well.
https://1drv.ms/u/s!Aj_PXc4oM3zKgV_zw6pTazyWCySZ
Click to expand...
Click to collapse
My builds on the OP have unseparated dt too.
Aroma works well as tested by @leo.riv.
@arpit_nnd
Can you help me to flash TWRP/ other Custom Recovery on my X3c50 running on stock MM 6.0.1 (VIBEUI_V3.1_1626_5.565.1_ST_X3c50)...??
Is it possible or not?
Thanks in advance :good:
@arpit_nnd
Hi thanks for TWRP 3.0.2
Can you update TWRP 3.1.0?
leo.riv said:
@arpit_nnd
Hi thanks for TWRP 3.0.2
Can you update TWRP 3.1.0?
Click to expand...
Click to collapse
Yes, I would do it.
When? I can't say clearly but, not anytime soon.
arpit_nnd said:
Yes, I would do it.
When? I can't say clearly but, not anytime soon.
Click to expand...
Click to collapse
Thanks.....................
New build up!
TWRP-3.1.0-0-x3_row-20170324 is now available in downloads.
What's new:
https://twrp.me/site/update/2017/03/10/twrp-3.1.0-0-released.html
The touch bug still persists but workaround takes no time now.
Turn off display instantly, wake it and you are good to go.

[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.

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