[TWRP][UNOFFICAL] OrangeFox Recovery Project [R10.0]

Search This thread

ken442266

Member
Jun 29, 2014
49
90
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 Recovery Project FOR PDX206 R10.0

About OrangeFox Recovery:

What`s working:
Data Encryption (Need to format data for the first time)
Fastbootd
ADB Sideload
Flashing ROM
mount point at /system
mount point at /product
mount point at /vendor
mount point at /ODM

Bugs:
SD Card (Permanent)
[Some SD Card May can read/write]


Download:
AFH

How to flash:
Flash it at fastboot or fastbootd using this command

Code:
fastboot flash recovery X.img

Then Reboot
Code:
// For fastbootd
fastboot reboot fastboot
// For recovery
fastboot reboot recovery


About Encryption (Read First!):

Source:
Recovery DT

Feel free to donate me:
Paypal
 
Last edited:

Yoannjap

Senior Member
Sep 20, 2017
78
10
Sony Xperia 5 II
Hey, thanks a lot for that ken442266 !
I have 2 questions:
* Does it work if I updated my Xperia 5 ii with Android 11 ?
* When you write SD card isn't recognized, is it whatever possible to backup a rom backup from internal memory?
* Is it possible, with OrangeFox recovery, to root your Xperia 5 ii with Magisk onto Android 11 stock rom?

Thanks a lot for your help,

Yoannjap
 

Jayram2000

Senior Member
Sep 14, 2015
95
21
Tampa
OnePlus 2
Sony Xperia 5 II
Hey, thanks a lot for that ken442266 !
I have 2 questions:
* Does it work if I updated my Xperia 5 ii with Android 11 ?
* When you write SD card isn't recognized, is it whatever possible to backup a rom backup from internal memory?
* Is it possible, with OrangeFox recovery, to root your Xperia 5 ii with Magisk onto Android 11 stock rom?

Thanks a lot for your help,

Yoannjap
Hi Yoannjap,

I can answer all three of these from my personal experience.

1. This works for me on Ken's Pixel Experience 11 Rom, which is android 11 based. However, it is using an android 10 vendor as a basis. I have yet to test it over Android 11 from stock.
2. You can do backups to internal storage, my SD card doesn't work yet and I was able to do that just fine.
3. Magisk should be flashable, but Magisk currently doesn't work with Stock android 11. I have it working with Pixel Experience 11 however.


Here is an issue a few other user's have commented on about Magisk on Stock A11
 

Yoannjap

Senior Member
Sep 20, 2017
78
10
Sony Xperia 5 II
Hi Yoannjap,

I can answer all three of these from my personal experience.

1. This works for me on Ken's Pixel Experience 11 Rom, which is android 11 based. However, it is using an android 10 vendor as a basis. I have yet to test it over Android 11 from stock.
2. You can do backups to internal storage, my SD card doesn't work yet and I was able to do that just fine.
3. Magisk should be flashable, but Magisk currently doesn't work with Stock android 11. I have it working with Pixel Experience 11 however.


Here is an issue a few other user's have commented on about Magisk on Stock A11

Thanks a lot for your response 🙂

1. Ok, I am very looking forward an OrangeFox recovery fully based on an Android 11 stock ROM (included a A11 vendor partition.
2. I also hope someday a version of OrangeFox could arrive with microSD compatibility...
3. finally, thanks for the link of the bootloop of Android 11 when you try installing MagiSK.

Good luck,

Yoannjap
 

Yoannjap

Senior Member
Sep 20, 2017
78
10
Sony Xperia 5 II
And sorry I asked you the same on your Kernel patched with Magisk.
Could you help me and other users, giving the complete step by step process from unlocking phone to get Orangefox and this new Kernel with Magisk installed on it?
 

Nezorflame

Senior Member

SirisRui

Member
Jun 11, 2019
17
6
I tried to flash this rec on 58.1.A.5.159 /A11 /xperia 5 ii.
Fortunately, it can run normally and there is no boot loop.
this rec still can manage magisk modules on A11.
However i found two issues:
1. The background theme does not work properly on A11.
2. Like running on Android 10, this rec resolution seems a bit wrong.
 
Thanx for sharing,man! is there anything new updates for A11 stock rom 222? Tried Orange Fox 10R, not working on my AS52 . Issued as mount problem, cant find device and so on.Any suggestions? if i want to install Los u posted before how do i do? Get lower version stock rom first or wait for new recovery supported?Many thanx
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    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 Recovery Project FOR PDX206 R10.0

    About OrangeFox Recovery:

    What`s working:
    Data Encryption (Need to format data for the first time)
    Fastbootd
    ADB Sideload
    Flashing ROM
    mount point at /system
    mount point at /product
    mount point at /vendor
    mount point at /ODM

    Bugs:
    SD Card (Permanent)
    [Some SD Card May can read/write]


    Download:
    AFH

    How to flash:
    Flash it at fastboot or fastbootd using this command

    Code:
    fastboot flash recovery X.img

    Then Reboot
    Code:
    // For fastbootd
    fastboot reboot fastboot
    // For recovery
    fastboot reboot recovery


    About Encryption (Read First!):

    Source:
    Recovery DT

    Feel free to donate me:
    Paypal
    3
    Nice thank you so much for that! Finally a working custom recovery for us, and much better than TWRP lol
    I spotted some bugs anyway :p

    1. We can't modify the splashscreen
    2. We can't select our sd card for backup or even mount it (i'm still in fat32 (from previous LOS installation and in stock rom)
    2
    You are the best man!