[OFFICIAL][R10.0][Stable] OrangeFox Recovery Mi A3 [laurel_sprout]

Search This thread

alexandarpb

Member
Mar 8, 2016
43
7
in Orangefox my internal storage it shows "cjaldhskwjao" like this random characters. what to do?

Did you manage to resolve your problem.
I am having the same issue right now.
Аll my internal storage folder and file names have been replaced by some random letters and characters like encryption problem. Would erasing everything resolve the problem?
Also, i used the second method, using twrp and flashing the orangefox. zip, now i am reading the main method where it is saying to fastboot flash boot recovery.img. Where is that recovery.img ? it is not in the Download directory, there are only zip. and txt files.

Thank you in advanced!
 
Last edited:

sasukeob

Senior Member
Feb 4, 2019
202
29
Did you manage to resolve your problem.
I am having the same issue right now.
Аll my internal storage folder and file names have been replaced by some random letters and characters like encryption problem. Would erasing everything resolve the problem?
Also, i used the second method, using twrp and flashing the orangefox. zip, now i am reading the main method where it is saying to fastboot flash boot recovery.img. Where is that recovery.img ? it is not in the Download directory, there are only zip. and txt files.

Thank you in advanced!

Yeah i solved issue. i did a lot of things i dont remember what i did true :) but i will try to help you. Wipe dalvik cache data and click format data(This will wipe EVERYTHING on your internal storage). Dont reboot. Install rom zip, extract orangefox zip you will find recovery.img inside. flash it via pc. and flash orange.zip in orangefox. Flash magisk. dont reboot. flash nofdepatch10.zip try to reboot. I will be so hope if you succeed because i had same issue. it wasted my 1.5 months :/
 
  • Like
Reactions: alexandarpb

salyski

New member
Aug 24, 2013
2
0
Yeah i solved issue. i did a lot of things i dont remember what i did true :) but i will try to help you. Wipe dalvik cache data and click format data(This will wipe EVERYTHING on your internal storage). Dont reboot. Install rom zip, extract orangefox zip you will find recovery.img inside. flash it via pc. and flash orange.zip in orangefox. Flash magisk. dont reboot. flash nofdepatch10.zip try to reboot. I will be so hope if you succeed because i had same issue. it wasted my 1.5 months :/

I get the exact same problem. Really disappointed as I took time, get to understand everything, then follow step to the letter. I've always managed to do things safely on all my devices. But doing the same as usual I finally get this and get really afraid of bricking my brand new phone because I formatted data.

Is there any rom zip for official stock rom? As I want to keep the rom, I'm only trying to root it.

Hate to be that desperate guy asking for help but if someone could get me to the solution he/she would be my hero.

IMG-20191207-205647.jpg

IMG-20191207-205748.jpg

IMG-20191207-205921.jpg

IMG-20191207-205948.jpg
 
Last edited:

alexandarpb

Member
Mar 8, 2016
43
7
I get the exact same problem. Really disappointed as I took time, get to understand everything, then follow step to the letter. I've always managed to do things safely on all my devices. But doing the same as usual I finally get this and get really afraid of bricking my brand new phone because I formatted data.

Is there any rom zip for official stock rom? As I want to keep the rom, I'm only trying to root it.

Hate to be that desperate guy asking for help but if someone could get me to the solution he/she would be my hero.

IMG-20191207-205647.jpg

IMG-20191207-205748.jpg

IMG-20191207-205921.jpg

IMG-20191207-205948.jpg

Hey,

https://4pda.ru/forum/index.php?showtopic=962154could find zip rom from here, i wil recommend just to use root method without twrp, anyway twrp can conflict with ota( i am not sure)

Also you could use fastboot rom for fastboot method. :)
 

sasukeob

Senior Member
Feb 4, 2019
202
29
How to flash Magisk without causing encrypting device? Anybody know steps i should follow? should i also flash recovery?
 

Technical

Senior Member
Jun 2, 2008
3,469
1,222
Is it only me or we can't boot this OrangeFox Recovery R10.0_2.1 (fastboot boot recovery.img)?
I've tested also with twrp-3.3.1-2 image file and can't boot it also.

I was trying to load OrangeFox into RAM and make a nandroid before flashing it.
Thank you.
 

n.p.

Senior Member
Jul 25, 2013
122
25
stuck in fastboot

I had OrangeFox installed, but then lost it after installing a ROM. While attempting to reinstall OrangeFox, I somehow became stuck in fastboot (device will only boot to fastboot). Can someone tell my how to fix this?
 

Jhon_Locke

Senior Member
May 16, 2015
95
8
I had OrangeFox installed, but then lost it after installing a ROM. While attempting to reinstall OrangeFox, I somehow became stuck in fastboot (device will only boot to fastboot). Can someone tell my how to fix this?

I'm in the same boat as you, even tried installing the other TWRP recovery and still the same. Can boot the phone, it bootloops into fastboot.

EDIT: Fixed it flashing the stock package and then flashing everything again (OrangeFox, ROM, GApps and fde patch).
 
Last edited:

Typhus_

Senior Member
Is it only me or we can't boot this OrangeFox Recovery R10.0_2.1 (fastboot boot recovery.img)?
I've tested also with twrp-3.3.1-2 image file and can't boot it also.

I was trying to load OrangeFox into RAM and make a nandroid before flashing it.
Thank you.

Xiaomi Mi A3 doesn't allow fastboot boot on boot partition.

You can achieve that if you flash the recovery into boot partition on the inactive slot. Then boot to TWRP, change slot, don't reboot and perform a nandroid backup.
 
  • Like
Reactions: Technical

hani0722

Senior Member
May 21, 2019
82
5
setif
Xiaomi Mi 9
Xiaomi Mi A3
OrangeFox Recovery Project
logo.jpg
Redwolf fork​
Code:
/*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
OrangeFox is FREE SOFTWARE

Supports Treble, Miui, Custom Roms

Download:
Stable Builds
OrangeFox Recovery R10.0_2.1 [Latest]

INSTALLATION:

1- How to install OrangeFox Recovery ?

Method-1=
1. Download the OrangeFox zip file and copy it to your device (internal or external storage)
2. Extract the recovery.img from the zip and store it, on the folder where you have adb and fastboot files, on your PC
3. Open a cmd line and execute these commands (being on that folder, of course):
- adb devices (to make sure your device is detected)
- adb reboot bootloader (to reboot into fastboot mode)
- fastboot getvar current-slot (to check what's your current active slot)
- fastboot set_active b (if your active slot was a, if it was b then change it to a)
- fastboot erase boot
- fastboot flash boot recovery.img
- fastboot reboot (NOTE : Before hitting "Enter", long press Vol + on your device until you see the Android One logo. By doing this your device will be forced to boot into Recovery and not into System)
4. When OrangeFox recovery boots, if you have the stock boot.img that matches the build on this "currently active" slot, flash it into boot partition. If you don't have, then just ignore this step...(it's not mandatory)
5. Install the OrangeFox zip (always install the latest build available)
6. Change slot to the one that was active on the beginning of these steps and reboot to Recovery (just to make sure that the slot, in fact, was changed)
7. Reboot to System
8. Enjoy!

Method-2=
0. Backup your ROM and all your files
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!


2 -How to flash rom(s) using OrangeFox Recovery:

1. Format data (TIPPING YES).
2. Flash rom zip (PE, BEAST, ATOM
ETC...)
3. Flash OrangeFox-Recovery.zip again. ( INSTALLER, THE PHONE WILL REBOOT TO ORANGE RECOVERY (IF YOU DONT FLASH THIS AGAIN, RECOVERY WILL DISAPPEAR)
4. Flash Magisk v20.
5. Flash Gapps (optional).
6. Flash Patch_no_fde.


Frequently Asked Questions, MIUI OTA, Troubleshooting, and Sundry Information:
* See https://forum.xda-developers.com/showpost.php?p=76885728&postcount=3

Credits
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* ATG and Dadi11 - for Redwolf
* Kirillmaster4 - for graphics
* z31s1g - for TWRP theme
* @mauronofrio - for the decryption on Mi A3
* All our helpers and testers ( @prakaship78 , @nelinthon_Kekis , @Dvyhrs , @ihsaneDZ and the others ) - for your patience and help

FEATURES:
* Supports Treble and non-Treble ROMs
* Up-to-date Oreo kernel, built from sources
* Increased compatibility with TWRP
* Updated with latest TWRP commits
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* AromaFM [only for some devices]
* Password
* Support for Miui and Custom ROMs
* Better language support
* Optimized versions of community scripts
* Fox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!

Screenshots - see below

Visit to https://orangefox.tech/

hi guys,
i have a mi a3 and i installed pixel expirence on it for a while, then i wanted to try lineage os so i came across this forum but all i have to say is, it won't work for you, at least not the way described in the guide, everytime i tried it it got stuck on bootloop or it just keeps rebooting to recovery, i tried all combinations i could think of but finally i managed to somewhat get a successful install by doing the following :
- boot to bootloader
- plug phone
- fastboot devices
- fastboot getvar current-slot
-fastboot set_active a
- fastboot flash boot recovery.img
- fastboot reboot
- in ofox recovery wipe data and system and delvik cash
- make sure you're on slot a
- flash rom
- reboot to system
- after you boot to the custom rom, reboot to bootloader
- plug phone and excute fastboot flash boot recovery
- reboot to recovery
- flash gapps then reboot to system
- reboot to recovery again and flash magisk and no_fde
- reboot to system
this way worked for me and ofox recovery is still installed , i hope it works for you :cowboy:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 24
    OrangeFox Recovery Project
    logo.jpg
    Redwolf fork​
    Code:
    /*
    * Your warranty is now void.
    *
    * We're not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this recovery
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at us for messing up your device, we will laugh at you.
    *
    */
    OrangeFox is FREE SOFTWARE

    Supports Treble, Miui, Custom Roms

    Download:
    Stable Builds
    OrangeFox Recovery R10.0_2.1 [Latest]

    INSTALLATION:

    1- How to install OrangeFox Recovery ?

    Method-1=
    1. Download the OrangeFox zip file and copy it to your device (internal or external storage)
    2. Extract the recovery.img from the zip and store it, on the folder where you have adb and fastboot files, on your PC
    3. Open a cmd line and execute these commands (being on that folder, of course):
    - adb devices (to make sure your device is detected)
    - adb reboot bootloader (to reboot into fastboot mode)
    - fastboot getvar current-slot (to check what's your current active slot)
    - fastboot set_active b (if your active slot was a, if it was b then change it to a)
    - fastboot erase boot
    - fastboot flash boot recovery.img
    - fastboot reboot (NOTE : Before hitting "Enter", long press Vol + on your device until you see the Android One logo. By doing this your device will be forced to boot into Recovery and not into System)
    4. When OrangeFox recovery boots, if you have the stock boot.img that matches the build on this "currently active" slot, flash it into boot partition. If you don't have, then just ignore this step...(it's not mandatory)
    5. Install the OrangeFox zip (always install the latest build available)
    6. Change slot to the one that was active on the beginning of these steps and reboot to Recovery (just to make sure that the slot, in fact, was changed)
    7. Reboot to System
    8. Enjoy!

    Method-2=
    0. Backup your ROM and all your files
    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!


    2 -How to flash rom(s) using OrangeFox Recovery:

    1. Format data (TIPPING YES).
    2. Flash rom zip (PE, BEAST, ATOM
    ETC...)
    3. Flash OrangeFox-Recovery.zip again. ( INSTALLER, THE PHONE WILL REBOOT TO ORANGE RECOVERY (IF YOU DONT FLASH THIS AGAIN, RECOVERY WILL DISAPPEAR)
    4. Flash Magisk v20.
    5. Flash Gapps (optional).
    6. Flash Patch_no_fde.


    Frequently Asked Questions, MIUI OTA, Troubleshooting, and Sundry Information:
    * See https://forum.xda-developers.com/showpost.php?p=76885728&postcount=3

    Credits
    * TeamWin - for TWRP
    * The OrangeFox Team - for your hard work
    * ATG and Dadi11 - for Redwolf
    * Kirillmaster4 - for graphics
    * z31s1g - for TWRP theme
    * @mauronofrio - for the decryption on Mi A3
    * All our helpers and testers ( @prakaship78 , @nelinthon_Kekis , @Dvyhrs , @ihsaneDZ and the others ) - for your patience and help

    FEATURES:
    * Supports Treble and non-Treble ROMs
    * Up-to-date Oreo kernel, built from sources
    * Increased compatibility with TWRP
    * Updated with latest TWRP commits
    * Built-in support for installing init.d functionality
    * Built-in support for installing Magisk
    * AromaFM [only for some devices]
    * Password
    * Support for Miui and Custom ROMs
    * Better language support
    * Optimized versions of community scripts
    * Fox theme engine:
    - choice of theme (black, dark, etc)
    - choice of color scheme
    - choice of splash screen
    * Alternative lockscreen
    * And many more!

    Screenshots - see below

    Visit to https://orangefox.tech/
    7
    Anyone fix this error

    There is recovery.img

    I already changed name to .img and then try..but nothing happened

    On the first image your running commands on "C:\Program Files\Minimal ADB and Fastboot" folder.

    On the second image your showing the files on "C:\adb" folder.

    You must run the commands on the folder where you have the img file stored! Rename the file!!? WTF!?

    Besides, you didn't read the instructions carefully, not only your running the command to change slot wrong but, also, you've tried to flash recovery.img into currently active slot before trying to change slot (based on your command history on first image).

    PLEASE!

    If you're not comfortable doing these simple steps, or if you don't have patience to read all instructions carefully, then just DON'T DO ANYTHING!!

    People with this kind of behavior are the main reason why most devs often just drop development. How will you be able to successfully flash a ROM and/or report true bugs, if you're not able to just execute simple commands that have been explained step by step? Maybe my instructions weren't clear enough....perhaps I should have start the steps with:

    "Turn on your computer";
    "Put your hands on your keyboard and mouse";
    "Login to your account";
    etc....

    ALSO, the recovery on the OP has been updated. Even if you did everything correctly you would end up on fastboot since your trying to flash the wrong OF version!

    Please, search, please read, please...USE YOUR BRAIN!
    4
    OrangeFox Recovery R10.0_2.1 Changes
    * Fix stuck in fastboot mode after flashing OrangeFox with fastboot
    4
    Post Changes
    1. OrangeFox recovery installation made easier with explanations (Thanks to @Typhus_)
    2. Custom rom install method added (Thanks to @nelinthon)
    2
    ...bla bla bla...

    INSTALLATION:
    Method-1=
    1. Download the OrangeFox zip file, copy to your computer and your device.
    2. Unpack the zip and input recovery.img to your pc desktop.
    3. Open cmd and give this command "fastboot flash boot recovery.img"
    4. Reboot to recovery.
    5. When boot orangefox recovery install > OrangeFox-R10.0_2-laurel_sprout.zip [Download Latest Build] .
    6. Enjoy :)

    ...bla bla bla...

    Hello!

    Thanks for your work, truly appreciate it.

    Could you update the OP with the install method that I'm going to describe next? It's just to avoid future complications (lost of Wi-Fi, sound, etc...) for Noob users.

    1. Download the OrangeFox zip file and copy it to your device (internal or external storage)
    2. Extract the recovery.img from the zip and store it, on the folder where you have adb and fastboot files, on your PC
    3. Open a cmd line and execute these commands (being on that folder, of course):
      adb devices (to make sure your device is detected)
      adb reboot bootloader (to reboot into fastboot mode)
      fastboot getvar current-slot (to check what's your current active slot)
      fastboot set_active b (if your active slot was a, if it was b then change it to a)
      fastboot erase boot
      fastboot flash boot recovery.img
      fastboot reboot (NOTE : Before hitting "Enter", long press Vol + on your device until you see the Android One logo. By doing this your device will be forced to boot into Recovery and not into System)
    4. When OrangeFox recovery boots, if you have the stock boot.img that matches the build on this "currently active" slot, flash it into boot partition. If you don't have, then just ignore this step...(it's not mandatory)
    5. Install the OrangeFox zip (always install the latest build available)
    6. Change slot to the one that was active on the beginning of these steps and reboot to Recovery (just to make sure that the slot, in fact, was changed)
    7. Reboot to System
    8. Enjoy :)

    Why do I suggest this? Well, please read the hidden content:


    By doing this method (which seems more complicated but I've tried my best to explain it as if I were explaining it to a 4 years old kid...) we will flash the recovery.img into the "inactive" slot, thus, not breaking anything on the "currently active" slot. When OrangeFox boots, it will patch both slots boot ramdisks. But the thing is, on the "currently active" slot (the one inactive on the beginning) it will patch the recovery.img but, on the "currently inactive" slot (the one that was active on the beginning), it will patch the stock boot.img, thus, no bug will happen that usually appears when a user accidentally flashes the wrong boot.img into boot partition. On the other hand, if we have the stock boot.img, that matches the build on the "inactive" slot, we could flash it into boot partition before installing the zip that patches ramdisk. By doing this we will patch both stock boot.img present on both slots (instead of patching recovery.img and boot.img).

    Cheers!

    ---------- Post added at 12:04 ---------- Previous post was at 11:16 ----------

    Hello....again...

    I've just tested the install method that I've explained but, unfortunately, it's not working.

    OrangeFox recovery only boots if the installer zip is run through TWRP...don't really know why since I've tested a lot of times doing this exact same method with TWRP recovery, and it's working. It should be working here as well.

    Anyway the OF recovery boots but I think that it does not decrypt data. It doesn't gets frozen on the welcome screen (like before) but it doesn't decrypt (I see all the files with the "weird" names). This, of course, is only bad for those who want to remain on stock ROM. For anyone who wants to move on to custom ROMs, just format user data and your set to go.

    Cheers!