[UNOFFICIAL][RECOVERY]OrangeFox Recovery Project Unified[R11.0_5][11/02/2021] - OnePlus 7 & 7 Pro Cross Device Development

OrangeFox Recovery Project for OP7/PRO/T
{
"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, Oneplus OS
Downloads:
1. Download link: OrangeFox-Unofficial-guacamole/b/c V11.0_5
2. GitHub: https://github.com/Invernomut0/android_device_oneplus_guacamole_unified_OFOX
KNOW PROBLEMS:
* If used with OOS11 slot must be decrypted!
* With OOS11 seems "fastboot boot recovery.img" stop working.
INSTALLATION:
0. Backup your ROM, your data, your internal storage, and your settings/apps, to an external device
1. Download the OrangeFox zip file to your device
2. Reboot to your custom TWRP-based 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!
Guides; Frequently Asked Questions; Installation; Troubleshooting; Sundry Information:
* See https://wiki.orangefox.tech/en/guides
Credits
* Mauronofrio - for Oneplus TWRP Device Tree
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* All our testers - for your patience and help
FEATURES:
* Updated with latest TWRP commits
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* AromaFM
* Flashlight
* Password, torch, led
* Support for Miui and Custom ROMs
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!
XDA DevDB Information
OrangeFox Recovery Project, Tool/Utility for the Oneplus 7 series
Contributors
invernomut0
if you like my work, send me a beer
DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Version Information
Status: Stable
Current Stable Version: R11.0

Screenshots

cool, can you upload a .img so we can test it out?

dat_Noko said:
cool, can you upload a .img so we can test it out?
Click to expand...
Click to collapse
I'm building right now a fresh version... in 10 minutes will be online.
...
Online

invernomut0 said:
Online
Click to expand...
Click to collapse
Thanks, but the img is not booting for me with "fastboot boot OrangeFox-R11.0_4-Unofficial-guacamole.img" running OOS11 OB1

dat_Noko said:
Thanks, but the img is not booting for me with "fastboot boot OrangeFox-R11.0_4-Unofficial-guacamole.img" running OOS11 OB1
Click to expand...
Click to collapse
Same here OP7 OOS11 OB2.

dat_Noko said:
Thanks, but the img is not booting for me with "fastboot boot OrangeFox-R11.0_4-Unofficial-guacamole.img" running OOS11 OB1
Click to expand...
Click to collapse
I know... It seems no recoveries work with fastboot boot command with oos11 beta 1. I tried twrp img with same results.
But if you flash it from recovery, it works flawlessy.
Let me know.

invernomut0 said:
But if you flash it from recovery, it works flawlessy.
Let me know.
Click to expand...
Click to collapse
Would't work for me, since the OOS11 update TWRP is not booting anymore for me.

dat_Noko said:
Would't work for me, since the OOS11 update TWRP is not booting anymore for me.
Click to expand...
Click to collapse
Are you encrypted? Because I think no recoveries currently can decrypt oos11 beta. I'm fully decrypted

invernomut0 said:
Are you encrypted?
Click to expand...
Click to collapse
ah just checked, i am. totally forgot that

On oneplus 7 Guacamoleb i get :
E3004: This package is for guacamole. This device (oneplus 7) is not supported.

JudgeDread11 said:
On oneplus 7 Guacamoleb i get :
E3004: This package is for guacamole. This device (oneplus 7) is not supported.
Click to expand...
Click to collapse
Really strange, I'm on guacamoleb with dualboot without problems... Go to this telegram chat to get support:
Orangefox-DualBoot-Unified-Reborn
DualBoot-Unified-Reborn-OP6/OP7
You can view and join @OrangeFoxDualBootRebornOnePlus7 right away.
t.me

JudgeDread11 said:
On oneplus 7 Guacamoleb i get :
E3004: This package is for guacamole. This device (oneplus 7) is not supported.
Click to expand...
Click to collapse
Probably I found the problem. The zip check the ro.product.device to see if your device is compliant.
I used these values: guacamole, guacamoleb, guacamolec. But your ro.product.device is "oneplus 7".
I added "oneplus 7" in:
Code:
export TARGET_DEVICE_ALT="guacamoleb, guacamolec, oneplus 7"

invernomut0 said:
Probably I found the problem. The zip check the ro.product.device to see if your device is compliant.
I used these values: guacamole, guacamoleb, guacamolec. But your ro.product.device is "oneplus 7".
I added "oneplus 7" in:
Code:
export TARGET_DEVICE_ALT="guacamoleb, guacamolec, oneplus 7"
Click to expand...
Click to collapse
I solved it by using your dualboot recovery on my stock device, which worked perfect. Love the dual boot app btw, will use it when i change my mind again and swich backl to dualboot

invernomut0 said:
OrangeFox Recovery Project for OP7/PRO/T
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, Oneplus OS
Downloads:
1. Download link: OrangeFox-Unofficial-guacamole/b/c V11.0_5
2. GitHub: https://github.com/Invernomut0/android_device_oneplus_guacamole_unified_OFOX
KNOW PROBLEMS:
* If used with OOS11 slot must be decrypted!
* With OOS11 seems "fastboot boot recovery.img" stop working.
INSTALLATION:
0. Backup your ROM, your data, your internal storage, and your settings/apps, to an external device
1. Download the OrangeFox zip file to your device
2. Reboot to your custom TWRP-based 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!
Guides; Frequently Asked Questions; Installation; Troubleshooting; Sundry Information:
* See https://wiki.orangefox.tech/en/guides
Credits
* Mauronofrio - for Oneplus TWRP Device Tree
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* All our testers - for your patience and help
FEATURES:
* Updated with latest TWRP commits
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* AromaFM
* Flashlight
* Password, torch, led
* Support for Miui and Custom ROMs
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!
XDA DevDB Information
OrangeFox Recovery Project, Tool/Utility for the Oneplus 7 series
Contributors
invernomut0
if you like my work, send me a beer
DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Version Information
Status: Stable
Current Stable Version: R11.0
Click to expand...
Click to collapse
In other words this will work on Android 11 open beta's as long as you're decrypted right???

mjb337 said:
In other words this will work on Android 11 open beta's as long as you're decrypted right???
Click to expand...
Click to collapse
Yep, exactly

Related

[UNOFFICIAL][TWRP 3.2.1] OrangeFox Recovery Project [TREBLE / NON TREBLE][IDO]

OrangeFox Recovery Project [Treble] [Ido]
{
"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 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.
*
*/
OrangeFox Recovery Project is custom recovery based on Redwolf Recovery v26 and TWRP source code, however some things are working here slightly different then you might expected. The main objective of this project is to provide stable recovery with features which you have never seen before in a recovery and which have not been accepted for adding to the official source code of TWRP. This recovery is also first recovery on the world with password protection.​
Based on Redwolf Recovery v26 and TWRP version: 3.2.1
For devices (OFFICIAL) : Mido, Vince
For devices (UNOFFICIAL) : Santoni, Land
Authors build : @MrYacha, @DarthJabba9
Developers : @MrYacha, @DarthJabba9
Thanks: @ATG Droid & @dadi11 (Redwolf Developer), @MrYacha (Project Creator, UI Developer), @DarthJabba9 (Co-Creator, Programmer), @ManoloRey (Vince Developer) @joshua_M (English sub-grup, Graphics Designer), @Roker2 (Russian sub-grup, Tester) @vovcik3 (Russian sub-grup) , etc.
Features :
Code:
* Based on Redwolf 027 and TWRP 3.2.1.0
* Treble support
* Built-in support for installing init.d functionality
* Support for AromaFM
* White Flashlight
* Working password, torch, led
* Support for Miui and Custom ROMs
* Better language support
* Built-in support for installing Magisk
* Built-in support for installing SuperSU (v2.82-201705271822 - non-Treble ROMs only)
* Optimized versions of community scripts
* Bug fixes
UI changes and optimisations:
* Fox theme engine:
- choice of theme (black, dark, white)
- choice of color scheme
- choice of splash screen
* Full remake of community scripts; code optimisation
* Updated built-in Magisk
* Removed built-in Xposed (can be installed from Magisk)
* Added ROM Password removal patch
* Removed screen settings (this can be done in quick settings)
* Removed unused graphics and pages
* Moved adb button to OrangeFox menu
* Statusbar displays the powersave mode, if active
* Added alternative lockscreen
* Stroke the Fox!
Bugs :
Flashlight (Senter) Not Working
Downloads :
OrangeFox R5 Ido - GDrive
Installations :
Flash Zip file via TWRP before
and then it will reboot automatically to recovery
Enjoy
XDA:DevDB Information
Orangefox Recovery, Tool/Utility for the Xiaomi Redmi 3
Contributors
faizhifzhan, MrYacha, DarthJabba9
Source Code: https://gitlab.com/OrangeFox
Version Information
Status: Beta
Current Beta Version: R5
Beta Release Date: 2018-06-16
Created 2018-06-16
Last Updated 2018-07-05
Good Work
Strange, installed orangefox with official twrp and it booted into redwolf recovery not orange fox
Paleskin said:
Strange, installed orangefox with official twrp and it booted into redwolf recovery not orange fox
Click to expand...
Click to collapse
faizhifzhan said:
* Stroke the Fox!
Click to expand...
Click to collapse
Hello, in our telegram group write that after installation redwolf opens.
Recheck please
Paleskin said:
Strange, installed orangefox with official twrp and it booted into redwolf recovery not orange fox
Click to expand...
Click to collapse
Wait i will rececked again..
Sent from my Redmi 4X using Tapatalk
This is NOT an OrangeFox release. It is Redwolf v027 through and through.
The only thing that is from OrangeFox in this release is the zip installer used to install it (and some of the OrangeFox extra zip files that have been added). The actual recovery image is a Redwolf v027 recovery image.
DarthJabba9 said:
This is NOT an OrangeFox release. It is Redwolf v027 through and through.
The only thing that is from OrangeFox in this release is the zip installer used to install it (and some of the OrangeFox extra zip files that have been added). The actual recovery image is a Redwolf v027 recovery image.
Click to expand...
Click to collapse
Ok, i will ceck again leter
Sent from my Redmi 4X using Tapatalk
Try https://drive.google.com/open?id=19hr5bYeuGZvkt4P_LzIw4Z-t8d69KHZO
Paleskin said:
Strange, installed orangefox with official twrp and it booted into redwolf recovery not orange fox
Click to expand...
Click to collapse
sometimes got freezed after apply any setting, like changing language
Not freezed, just waiting for him long.
iKhan17 said:
sometimes got freezed after apply any setting, like changing language
Click to expand...
Click to collapse
Sent from my Redmi 4X using Tapatalk
Thanks, good work while everything works
did anyone having problem backup rom?
very nice work.. It works.
10/10
Ain't like fox / wolf :crying:
aeroredmob said:
did anyone having problem backup rom?
Click to expand...
Click to collapse
Me, always auto reboot in the process of making a nandroid, official twrp failed too
Seems like a kernel problem
When I click on theme I got brick devices. Tap2Wake and in "Fox Theme Engine" diffrence theme(black, dark, white) don't work. Colors also.
Paleskin said:
Me, always auto reboot in the process of making a nandroid, official twrp failed too
Seems like a kernel problem
Click to expand...
Click to collapse
Don´t let the screen turn off during backup. Try it this way. It works for me with official twrp.
freddie2000 said:
Don´t let the screen turn off during backup. Try it this way. It works for me with official twrp.
Click to expand...
Click to collapse
Is there an option in the setting which allows that ?
No, you must touch the screen from time to time to avoid screen turns off
Maybe, Ido user can use test build: https://sourceforge.net/projects/orangefox/files/test_builds/

[RECOVERY] [OFFICIAL] OrangeFox Recovery for Galaxy S8/S8+ (Exynos)

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 flashing Custom ROMs, zips, IMGs, making backups and more!
Downloads:
OrangeFox download site:
For dreamlte: https://orangefox.download/device/dreamlte
For dream2lte: https://orangefox.download/device/dream2lte
Notes:
Read very carefully the documentation (Guides, FAQ, etc - linked below), plus the build notes on the download site, before trying anything
INSTALLATION:
0. Backup your data, your internal storage, and your settings/apps, to an external storage medium, then unlock the bootloader
If you don't have any custom recovery installed:
1. Download OrangeFox Recovery for your device
2. Extract recovery.img file from the ZIP, compress it as TAR and flash with Odin in AP slot
3. While device reboots, hold the keycombo to enter the recovery, then FORMAT DATA!
4. Flash the full OrangeFox zip once again to apply essential patches.
And you're done!
But if you already have a custom recovery installed:
-Flash the zip and you're ready to go!
* For a more detailed installation guide, see Installing OrangeFox Recovery.
Guides; Frequently Asked Questions; Installation; Troubleshooting; Sundry Information:
* See https://wiki.orangefox.tech/en/guides or contact us at the Telegram Support group @OrangeFoxDreamlte
Credits
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* All our testers - for your patience and help
* Current maintainer - for the courage to keep 8895 platform alive!
* All of not mentioned helpers - We love you all!
FEATURES:
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* Password protection
* Support for Most of the Custom ROMs and the Stock ROM
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
* Alternative lockscreen
* "nano" text editor in terminal
* And many more!
Other useful information - see below
XDA: DevDB Information
OrangeFox Recovery Project, Tool/Utility for Galaxy S8(+) Exynos variant devices
Contributors
ksant0s, ZakosiliMiPeCeta, DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Version Information
Status: Stable
Current Version: R11.1_2
Release Date: 2022-07-29
Created: 2021-03-03
Last Updated: 2022-07-29
------------------:
Our group - https://t.me/OrangeFoxDreamlte, https://t.me/OrangeFoxChat
Our channel - https://t.me/OrangeFoxUpdates
Downloads - https://orangefox.download/device/dreamlte & https://orangefox.download/device/dream2lte
------------------:
Bonjour
super cool merci
le téléchargement
Spécifie l'erreur 404
Translation:
Hello
super cool thank you
the download
Specifies the 404 error
pendor24 said:
Bonjour
super cool merci
le téléchargement
Spécifie l'erreur 404
Translation:
Hello
super cool thank you
the download
Specifies the 404 error
Click to expand...
Click to collapse
All download links are working, and the site is also functional. Can you try again?
Hi
It works
Thank you for your help .Sorry
Make it for s8 plus
mmxandy said:
Make it for s8 plus
Click to expand...
Click to collapse
I don't have the device on hand, so it's not possible for me. Doing remote builds is not my thing too, I want to test stuff after the build first, to know if I didn't break anything before giving builds to testers
you beauty! ive opted to run this recovery on all my devices. im about to root etc my gf phone so this is timely fashion. thanks dev
Stable is up!
Check it out at https://orangefox.download/device/dreamlte
Also join our group at Telegram to be on par with every news possible and to get support
ZakosiliMiPeCeta said:
OrangeFox Recovery Project
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 flashing Custom Roms, zips, IMGs, making backups and more!
Downloads:
OrangeFox download site: https://orangefox.download/device/dreamlte
Notes:
Read very carefully the documentation (Guides, FAQ, etc - linked below), plus the build notes on the download site, before trying anything
INSTALLATION:
0. Backup your ROM, your data, your internal storage, and your settings/apps, to an external storage medium
1. Download the OrangeFox zip file to your device
2. Reboot to your Custom Recovery
3. Flash 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!
* For a more detailed installation guide, see Installing OrangeFox Recovery.
Guides; Frequently Asked Questions; Installation; Troubleshooting; Sundry Information:
* See 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
* All of not mentioned helpers - I love you all!
FEATURES:
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* Password protection
* Support for Most of the Custom ROMs and the Stock ROM
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
* Alternative lockscreen
* "nano" text editor in terminal
* And many more!
Other useful information - see below
XDA: DevDB Information
OrangeFox Recovery Project, Tool/Utility for dreamlte ( Samsung Galaxy S8 SM-G950(..) )
Contributors
ZakosiliMiPeCeta, DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Version Information
Status: Stable
Current Version: R11.0
Release Date: 2021-03-25
Created: 2021-03-03
Last Updated: 2021-04-07
------------------:
Our group - https://t.me/OrangeFoxDreamlte, https://t.me/OrangeFoxChat
Our channel - https://t.me/OrangeFoxUpdates
Downloads - https://orangefox.download/device/dreamlte
------------------:
Click to expand...
Click to collapse
does it work on sm-g955u ?
This project recently had some changes under the hood.
The biggest one is - new maintainer. Welcome ksant0s in our team!
And - Galaxy S8+ users - you also got official support for this recovery.
Exynos 8895 having already Android 12 roms available needs also a recovery decent enought to back up them. Don't worry, We got you covered. Flash the latest R11.1 stable release to enjoy full Android 12 support!
PS. This recovery is only for all of Exynos variants. Qualcomm is NOT supported.
Enjoy using our Recovery!
ZakosiliMiPeCeta said:
This project recently had some changes under the hood.
The biggest one is - new maintainer. Welcome ksant0s in our team!
And - Galaxy S8+ users - you also got official support for this recovery.
Exynos 8895 having already Android 12 roms available needs also a recovery decent enought to back up them. Don't worry, We got you covered. Flash the latest R11.1 stable release to enjoy full Android 12 support!
PS. This recovery is only for all of Exynos variants. Qualcomm is NOT supported.
Enjoy using our Recovery!
Click to expand...
Click to collapse
Just wanted say thanks, When I installed Lineage 19.0 few days back, latest TWRP got stuck on splash screen so I tried Orange Fox and it saved the day.
New build is up!!
Thank you so much, helped me out of a jam.
great work
thank you
New stable builds(R11.1_2) is up for both devices. Check telegram group for the changelogs.!!!
ksant0s said:
New stable builds(R11.1_2) is up for both devices. Check telegram group for the changelogs.!!!
Click to expand...
Click to collapse
Thank you for maintaining this piece of work.
Good job.
Quick question: I do not like Odin (as I have Linux , not Windows). So Can I use different installation steps ?
using heimdall like this:
Code:
Flash OrangeFox Recovery: heimdall flash --RECOVERY recovery.img --no-reboot
Reboot into OrangeFox by pressing and holding Bixby + Volume Up + Power buttons
Find and select the OrangeFox zip on your phone, tap on it, and swipe to install it (because OrangeFox Recovery needs some files from the zip).
Cheers
spyrou007 said:
Thank you for maintaining this piece of work.
Good job.
Quick question: I do not like Odin (as I have Linux , not Windows). So Can I use different installation steps ?
using heimdall like this:
Code:
Flash OrangeFox Recovery: heimdall flash --RECOVERY recovery.img --no-reboot
Reboot into OrangeFox by pressing and holding Bixby + Volume Up + Power buttons
Find and select the OrangeFox zip on your phone, tap on it, and swipe to install it (because OrangeFox Recovery needs some files from the zip).
Cheers
Click to expand...
Click to collapse
Yes you can.
ksant0s said:
Yes you can.
Click to expand...
Click to collapse
Thanks , all worked as a charm with the commands from my previous post.
Also , Big Thank you for the feature:
* Built-in support for installing Magisk
It makes things so much easier.
Hello dear dev.
Yesterday i installed orange fox recovery on a friend's phone (s8) and it was great
I have a samsung galaxy note 8 device, it uses the same cpu as s8 and s8+, is there a chance to adapt this recovery for note 8?
If you tell me how to do it maybe I can try it on my own device
I need your help on this.
@ksant0s, are there currently plans for new beta releases for the S8?

[OFFICIAL][RECOVERY] OrangeFox Recovery Project [R11.1][beryllium]

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
Supports Both Dynamic and Non-Dynamic Partitions
Downloads: HERE
Notes:
Read very carefully the documentation (Guides, FAQ, etc - linked below), plus the build notes on the download site, before trying anything
INSTALLATION:
0. Backup your ROM, your data, your internal storage, and your settings/apps, to an External storage medium [OPTIONAL]
1. Download the OrangeFox zip file to your device
2. Reboot to your Custom Recovery
3. Flash 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!
* For a more detailed installation guide, see Installing OrangeFox Recovery.
Guides; Frequently Asked Questions; Installation; Troubleshooting; Sundry Information:
* See 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
* @Sushrut1101 - Maintainer
* All the Other Helpers
FEATURES:
* Supports Both Dynamic and Non-Dynamic Partitions
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* Flashlight
* Password, torch, led
* Support for Most of the Custom ROMs and the Stock ROM
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!
Other useful information - See Below
XDA : DevDB Information
OrangeFox Recovery Project, Tool/Utility for beryllium ( Xiaomi POCO F1 )
Contributors
Sushrut Gupta ,DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://gitlab.com/OrangeFox/device/beryllium/tree/fox_9.0/
Kernel: https://gitlab.com/OrangeFox/device/beryllium/tree/fox_9.0/Image.gz-dtb
Version Information
Status: Stable
Current Stable Version: R11.1
Latest Stable Release Date: 26-June-2021
Created: 05-April-2021
Last Updated: 27-June-2021
------------------:
Our Group - https://t.me/OrangeFoxBeta
Our Channel - https://t.me/OrangeFoxBetaTracker
Downloads - Here
------------------:
R11.1 Stable Build [26-June-2021]
Changelogs:
New Maintainer - @Sushrut1101
Upgrade to R11.1 Stable
Add Support for Android 11 Miui 12.x Decryption
Disable App Manager for Android 11+ ROMs
Add Search Bar in Files
Enable post format Process for MTP
Many More... [ See R11.1 Changelog at https://wiki.orangefox.tech/en/changelog/ ] !
Reserved
Reserved
Does this support FBE encryption and decryption ?
greatcoder said:
Does this support FBE encryption and decryption ?
Click to expand...
Click to collapse
Yes!
Stable Build is Out!
Links and Info Updated!
Awesome!! Going to try this.
I don`t need to flash DFE, after flash OrangeFox Stable Version: R11.1 ? Won't be encrypted?
azkompira said:
I don`t need to flash DFE, after flash OrangeFox Stable Version: R11.1 ? Won't be encrypted?
Click to expand...
Click to collapse
I was on latest official twrp and simple flash worked for me
Hey @Sushrut1101 the recovery is working like a charm, specifically the decryption which we were waiting for so long.
Can we have the splash screen customization as we had in the unofficial version ? There were options to remove the background completely and only have the fox logo. It looks so nice.
charlessxavier said:
Hey @Sushrut1101 the recovery is working like a charm, specifically the decryption which we were waiting for so long.
Can we have the splash screen customization as we had in the unofficial version ? There were options to remove the background completely and only have the fox logo. It looks so nice.
Click to expand...
Click to collapse
I will try it on a Later Release!
I AM on latest PitchBlack RECOVERY. Can I flash this to overwrite it?
darkerm said:
I AM on latest PitchBlack RECOVERY. Can I flash this to overwrite it?
Click to expand...
Click to collapse
Yep!
OF is a great recovery with lots of tools. There's a problem though for us encrypted flashoholics. If your data is encrypted and you clean flash a rom that doesn't boot for whatever reason OF doesn't ask for decryption key and your data partition will remain encrypted. That means that you can't access your internal storage or your backups if they're on the internal storage. Other recoveries still ask for the decryption key like twrp and such.
JD. A said:
OF is a great recovery with lots of tools. There's a problem though for us encrypted flashoholics. If your data is encrypted and you clean flash a rom that doesn't boot for whatever reason OF doesn't ask for decryption key and your data partition will remain encrypted. That means that you can't access your internal storage or your backups if they're on the internal storage. Other recoveries still ask for the decryption key like twrp and such.
Click to expand...
Click to collapse
You have to format Data. It's Not an OrangeFox issue.
I'm going to upgrade the recovery to Android 10 Soon. That may fix the issue.
Sushrut1101 said:
You have to format Data. It's Not an OrangeFox issue.
I'm going to upgrade the recovery to Android 10 Soon. That may fix the issue.
Click to expand...
Click to collapse
It's not an issue on any other recovery they can decrypt the data partition without any rom flashed. Yes A10 based hopefully fixes it.
Is still required a Intel processor in order to unlock bootloader or can we do with AMD?
elfumondice said:
Is still required a Intel processor in order to unlock bootloader or can we do with AMD?
Click to expand...
Click to collapse
Idk
elfumondice said:
Is still required a Intel processor in order to unlock bootloader or can we do with AMD?
Click to expand...
Click to collapse
You can do it with AMD but you need to do a a fix before that.
Check the AMD Ryzen Fastboot Fix Guide at my POCO F1 Ultimate Collection & Guides thread and follow the steps there.

[RECOVERY][UNOFFICIAL] OrangeFox Recovery Project [surya|karna][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
Supports Both Dynamic and Non-Dynamic Partitions
Downloads:
SourceForge: https://sourceforge.net/projects/orangefoxrecovery/files/surya/
Notes:
Read very carefully the documentation (Guides, FAQ, etc - linked below), plus the build notes on the download site, before trying anything
INSTALLATION:
0. Backup your ROM, your data, your internal storage, and your settings/apps, to an External storage medium [OPTIONAL]
1. Download the OrangeFox zip file to your device
2. Reboot to your Custom Recovery
3. Flash 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!
* For a more detailed installation guide, see Installing OrangeFox Recovery.
Guides; Frequently Asked Questions; Installation; Troubleshooting; Sundry Information:
* See 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
* @Sushrut1101 - Maintainer / Developer ; For the Device Tree
FEATURES:
* Supports Both Dynamic and Non-Dynamic Partitions
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* Flashlight
* Password, torch, led
* Support for Most of the Custom ROMs and the Stock ROM
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!
Other useful information - See Below
XDA : DevDB Information
OrangeFox Recovery Project, Tool/Utility for surya|karna (Xiaomi POCO X3 NFC)
Contributors
Sushrut Gupta ,DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://github.com/OrangeFoxRecovery/device_xiaomi_surya.git
Kernel: Prebuilt in the DT
Version Information
Status: Stable ( Unofficial )
Current Stable ( Unofficial ) Version: R11.1_3
------------------:
Our Support Group - https://t.me/OrangeFoxRecoveryUnofficial/
Downloads - https://sourceforge.net/projects/orangefoxrecovery/files/surya/
------------------:
Reserved
Reserved
thank you!
does it support ArrosOS?
Can someone tell me how to update if I already installed it? The same procedure as for initial installation?
The already amazing recovery got an update! Thank you very much, will test soon
Wow... - is this really a fully working version of Orange Fox Recovery for surya/karna?
Including backup/restore?
In the description, I've seen no section like "currently not working".
nice thanks for your hard work
iakoboss7 said:
does it support ArrosOS?
Click to expand...
Click to collapse
Has anyone had any experience with this ROM in the meantime,
especially referring to the latest ArrowOS?
It's pretty quiet in this forum here...
just Nob said:
Wow... - is this really a fully working version of Orange Fox Recovery for surya/karna?
Including backup/restore?
In the description, I've seen no section like "currently not working".
Click to expand...
Click to collapse
It doesn't seem to work with Android 11 installed, at least it can't decrypt the data partition so you can't do much with it, like backup or restore, or flash magisk. I understand that Android 11 prevents any custom recoveries from decrypting the data partition though, so it's not OrangeFox's fault.
got OrangeFox-R11-Unofficial-Beta-surya-10-01 installed and decryption works with old version cr droid
drahtwurst said:
got OrangeFox-R11-Unofficial-Beta-surya-10-01 installed and decryption works with old version cr droid
Click to expand...
Click to collapse
link?
iakoboss7 said:
link?
Click to expand...
Click to collapse
dont have it anymore. OrangeFox-R11.1-Stable-Unofficial-surya.zip decryption works with lineage-18.1-20210906-UNOFFICIAL-microg-surya.zip

[ROM][13.0.0-r41][crownlte][OFFICIAL] DerpFest-13 Tango [04/23/2023]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a small project based on AOSP. We try to be a platform for beginners and support the Custom ROM community
with our own unique contributions as well.
This ROM exists thanks to inspiration of AOSiP, Thank you! #StayDerped
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 features included in this ROM
* before flashing it! 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.
*/
Features
Just flash and check "DerpSpace"
Known Issues
VoLTE
You tell me!​
SourceForge
OrangeFox for Note 9
DO NOT FLASH GAPPS, ALREADY INCLUDED
INSTRUCTIONS / CLEAN FLASH
Reboot to OrangeFox Recovery
Wipe System, Dalvik/Cache, Data, Vendor, ODM
Flash DerpFest.zip, Magisk (Optional), DFEv3 (Optional)
Reboot to OrangeFox Recovery again
Format your /data, then change your /data into f2fs.
Reboot and #StayDerped!
UPDATE / DIRTY FLASH
Reboot to OrangeFox Recovery
Flash DerpFest.zip, Magisk (Optional), DFEv3 (Optional / Needed if you already flashed DFEv3 in clean flash)
Or simply, update it using Updater in Settings
Reboot and #StayDerped!
Official Telegram Chat
9810 Support Group
Donate me!​Android OS Version: 13.0.0-r41
Security Patch Level: April 2023
ROM Source: DerpFest-AOSP
Kernel Source: PE Kernel
Created: 07/03/2023
Last Update: 07/03/2023
#Reserved for future changelogs & announcements
Hi, Thanks for posting this rom!
The link to the Orangefox is not working...
Harrienote9 said:
Hi, Thanks for posting this rom!
The link to the Orangefox is not working...
Click to expand...
Click to collapse
Hi, thanks for your question! It's seems to be my mistake.
I've already updated the link, check it again.
Bro this rom fukin rocksss, that taskbar feature is sooooooo neat
CyderXDA said:
This is a small project based on AOSP. We try to be a platform for beginners and support the Custom ROM community
with our own unique contributions as well.
This ROM exists thanks to inspiration of AOSiP, Thank you! #StayDerped
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 features included in this ROM
* before flashing it! 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.
*/
Features
Just flash and check "DerpSpace"
Known Issues
VoLTE
You tell me!​
SourceForge
OrangeFox for Note 9
DO NOT FLASH GAPPS, ALREADY INCLUDED
INSTRUCTIONS / CLEAN FLASH
Reboot to OrangeFox Recovery
Wipe System, Dalvik/Cache, Data, Vendor, ODM
Flash DerpFest.zip, Magisk (Optional), DFEv3 (Optional)
Reboot to OrangeFox Recovery again
Format your /data, then change your /data into f2fs.
Reboot and #StayDerped!
UPDATE / DIRTY FLASH
Reboot to OrangeFox Recovery
Flash DerpFest.zip, Magisk (Optional), DFEv3 (Optional / Needed if you already flashed DFEv3 in clean flash)
Or simply, update it using Updater in Settings
Reboot and #StayDerped!
Official Telegram Chat
9810 Support Group
Donate me!​Android OS Version: 13.0.0-r30
Security Patch Level: February 2023
ROM Source: DerpFest-AOSP
Kernel Source: PE Kernel
Created: 07/03/2023
Last Update: 07/03/2023
Click to expand...
Click to collapse
evolution features included in this rom?
Nice
Does anyone have bluetooth phone call issue? I have 2 pairs of tws and I can never hear the caller's audio.
apparently it's still buggy for anyone wondering
CatLover2411 said:
Does anyone have bluetooth phone call issue? I have 2 pairs of tws and I can never hear the caller's audio.
apparently it's still buggy for anyone wondering
Click to expand...
Click to collapse
It's seems to be an February Security Patch bug from Google. I hope the next patch fixed it.
Does BLE work in this ROM? I found that other A13 ROMs for the Note 9 had problems connecting to BLE devices like Smartwatches
Minibob said:
Does BLE work in this ROM? I found that other A13 ROMs for the Note 9 had problems connecting to BLE devices like Smartwatches
Click to expand...
Click to collapse
Have you a Fossil ?
aze2 said:
Have you a Fossil ?
Click to expand...
Click to collapse
what??
Minibob said:
what??
Click to expand...
Click to collapse
You spoke about a smartwatch, what is the model ?
I've a Fossil Hybrid HR (smartwatch from Fossil) and I have the same problem (not paring)
-- edit: after re-ready, lol
This is a wonderful rom! Works like a charm (except bluetooth, which is wellknown for these android13-roms). Can you do a version with March security?
In case you missed it, a new Update is now available!
Changelogs: here
Feel free to donate me at Paypal!
Is there a way to adjust the AOD brightness? The AOD is way too dim, barely readable in 30cm distance, and I cant locate any settings related to the AOD brightness. Thanks
Awesome ROM. I do note that the charging speed is very very low. Is there anything we can try to fix?
I sucessfully installed the rom and had it running for 3 Months, after which my Note 9 suddenly went off and woldnt boot to system, recovery or download mode any more. It powers on, shows the android logo and afterwards the orangefox recovery logo and stays there.
-I cant factory reset, as I cant boot to recovery
I cant reinstall, as i cant boot to download mode
- As for now phone is a brick
Any help will be appreciated. Thx

Categories

Resources