[ROM][Official][12.1] ArrowOS [VANILLA/GAPPS][AOSP] - Xiaomi Mi 10T / 10T Pro ROMs, Kernels, Recoveries,

********READ INSTALL INSTRUCTIONS********​
{
"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"
}
ArrowOS​
Code:
/*
* We are 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.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
ABOUT
ArrowOS is an Android Open Source Project based Android mobile operating system started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
E-mail: arrowos.contact
PayPal: Donate to us
Blog: blog.arrowos.net
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
You tell me
Be sure to include a log : check how to
DOWNLOADS
Click here to Download
Tip: Select OEM -> Device, choose Arrow version, choose experiments (for beta), choose build type: "GAPPS" or "VANILLA" to download.
Recovery for OTA (custom recoveries cannot decrypt data) - included with ROM
Arrow Recovery: Gdrive link
FIRMWARE - included with ROM
Install Instructions:
Spoiler: Expand
Start with unlocked bootloader and grab a PC with windows, linux or macOS
Download platform-tools and extract it
Download ROM + recovery.img and place files in platform-tools folder, then connect your phone to PC.
1. Open CMD, and navigate to your platform-tools folder. Then fastboot boot arrow recovery:
Code:
fastboot boot recovery.img
2. On device, navigate to "Apply Update" & select "Apply from ADB"
3. On PC, sideload the ROM (copy paste the zip name)
Code:
adb sideload "ROM-name".zip
Wait for it to complete.
4. On device, navigate back to home screen (top left arrow) and find "Factory Reset"
This will factory reset the device, removing all user data
5. Boot and enjoy - firmware and recovery are included with the ROM
Dirty flashing:
Just adb sideload the zip and reboot, that's all!
OTA:
Use the OTA updater in the ROM
Tips:
- if adb sideload fails, unplug and replug the device to PC and try again
If you install magisk or other mods, do not ask for support
I discourage mods, but zips can be sideloaded like the ROM if you need custom kernels etc
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
GPL compliance:
ROM Source: https://github.com/ArrowOS
Kernel Source: https://github.com/ArrowOS-Devices
Device Source: https://github.com/ArrowOS-Devices
Credits:
Spoiler: Expand
- Sebaubuntu & Ramii for A12(.1) bringup
- Ramisky for Apollo tree + kernel additions
- Zidan44 for PE tree/ SELinux base
- SebaUbuntu for sm8250 trees/ kernel
- Everyone who contributes to Apollo/ sm8250 development
Ramisky's credit list:
- akshat28 for helping from time to time most notably GCam.
- sebaubuntu for ACTUAL TREES.
- dyneteve for realizing ****ty accidental touch driver by Xiaomeme & helping fix it & way more and guidance, dyne-san.
- JerzyD for server, testing too.
- ahmed_tohamy for helping.
- ejbtrd for helping.
- Jack1Player for helping.
- D_F_ApolloPro for helping.

res

res

Dobsgw said:
ArrowOS​
Code:
/*
* We are 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.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
ABOUT
ArrowOS is an Android Open Source Project based Android mobile operating system started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
E-mail: arrowos.contact
PayPal: Donate to us
Blog: blog.arrowos.net
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
You tell me
Be sure to include a log : check how to
DOWNLOADS
Click here to Download
Tip: Select OEM -> Device, choose Arrow version,, choose experiments (for beta), choose build type: "GAPPS" or "VANILLA" to download.
Recovery for OTA:
Arrow Recovery: Gdrive link
FIRMWARE
Install Instructions:
Spoiler: Expand
Start with unlocked bootloader and grab a PC with windows or linux, or mac if you're desperate
Download all files to your PC, not to device, place them in your platform-tools folder
1. Open CMD, and navigate to your platform-tools folder. then fastboot flash arrow recovery (file name may differ from example command)
Code:
fastboot flash recovery recovery.img
Then boot recovery
Code:
fastboot boot recovery.img
2. On device, navigate to "Apply Update" & select "Apply from ADB"
3. On PC, issue the command to sideload the ROM
Code:
adb sideload "name of file".zip
Wait for it to complete. Stuck at 47% is normal as the process completes on device.
4. On device, navigate back to home screen (top left arrow) and find "Factory Reset"
Factory reset the device, formatting data
5. Boot and enjoy
Dirty flashing:
Just adb sideload the zip and reboot, that's all!
Tips:
- if adb sideload fails, unplug and replug the device to PC and try again
If you install magisk or other mods, do not ask for support
I discourage mods, but zips can be sideloaded like the ROM if you need custom kernels etc
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
GPL compliance:
ROM Source- https://github.com/ArrowOS
Kernel Source: https://github.com/ArrowOS-Devices
Device Source: https://github.com/ArrowOS-Devices
Credits:
Spoiler: Expand
- Sebaubuntu for A12 bringup
- Ramisky for Apollo tree + kernel additions
- Zidan44 for PE tree/ SELinux base
- SebaUbuntu for sm8250 trees/ kernel
- Everyone who contributes to Apollo/ sm8250 development
Ramisky's credit list:
- akshat28 for helping from time to time most notably GCam.
- sebaubuntu for ACTUAL TREES.
- dyneteve for realizing ****ty accidental touch driver by Xiaomeme & helping fix it & way more and guidance, dyne-san.
- JerzyD for server, testing too.
- ahmed_tohamy for helping.
- ejbtrd for helping.
- Jack1Player for helping.
- D_F_ApolloPro for helping.
Click to expand...
Click to collapse
Great! Can I extract the stock camera app from MIUI and then installing it in this rom? I would love to switch to Arrow OS but I don't want to lose the 108mp photo mode. (I've tried ANXCamera but it doesn't support that photo mode)

Can I install it VIA TWRP over eu ROM? Or do i need back to stock ROM?

Hello.I have a problem.After flashing this rom my recovery stopped working.It just loops.Twrp version is 3.4.0.1.What's a problem,maybe twrp compatibility?(this twrp for 11 android)

Thank you for agood job
i want boot splash screen arrow os

Dobsgw said:
ArrowOS​
Code:
/*
* We are 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.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
ABOUT
ArrowOS is an Android Open Source Project based Android mobile operating system started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
E-mail: arrowos.contact
PayPal: Donate to us
Blog: blog.arrowos.net
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
You tell me
Be sure to include a log : check how to
DOWNLOADS
Click here to Download
Tip: Select OEM -> Device, choose Arrow version,, choose experiments (for beta), choose build type: "GAPPS" or "VANILLA" to download.
Recovery for OTA:
Arrow Recovery: Gdrive link
FIRMWARE
Install Instructions:
Spoiler: Expand
Start with unlocked bootloader and grab a PC with windows or linux, or mac if you're desperate
Download all files to your PC, not to device, place them in your platform-tools folder
1. Open CMD, and navigate to your platform-tools folder. then fastboot flash arrow recovery (file name may differ from example command)
Code:
fastboot flash recovery recovery.img
Then boot recovery
Code:
fastboot boot recovery.img
2. On device, navigate to "Apply Update" & select "Apply from ADB"
3. On PC, issue the command to sideload the ROM
Code:
adb sideload "name of file".zip
Wait for it to complete. Stuck at 47% is normal as the process completes on device.
4. On device, navigate back to home screen (top left arrow) and find "Factory Reset"
Factory reset the device, formatting data
5. Boot and enjoy
Dirty flashing:
Just adb sideload the zip and reboot, that's all!
Tips:
- if adb sideload fails, unplug and replug the device to PC and try again
If you install magisk or other mods, do not ask for support
I discourage mods, but zips can be sideloaded like the ROM if you need custom kernels etc
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
GPL compliance:
ROM Source- https://github.com/ArrowOS
Kernel Source: https://github.com/ArrowOS-Devices
Device Source: https://github.com/ArrowOS-Devices
Credits:
Spoiler: Expand
- Sebaubuntu for A12 bringup
- Ramisky for Apollo tree + kernel additions
- Zidan44 for PE tree/ SELinux base
- SebaUbuntu for sm8250 trees/ kernel
- Everyone who contributes to Apollo/ sm8250 development
Ramisky's credit list:
- akshat28 for helping from time to time most notably GCam.
- sebaubuntu for ACTUAL TREES.
- dyneteve for realizing ****ty accidental touch driver by Xiaomeme & helping fix it & way more and guidance, dyne-san.
- JerzyD for server, testing too.
- ahmed_tohamy for helping.
- ejbtrd for helping.
- Jack1Player for helping.
- D_F_ApolloPro for helping.
Click to expand...
Click to collapse
Can I dirty flash this over the A11 version? or should I clean flash?

Bluetooth don't work

Kometso said:
Bluetooth don't work
Click to expand...
Click to collapse
fixed in the latest build

Dudewithoutpug said:
Hello.I have a problem.After flashing this rom my recovery stopped working.It just loops.Twrp version is 3.4.0.1.What's a problem,maybe twrp compatibility?(this twrp for 11 android)
Click to expand...
Click to collapse
Flash arrow recovery

Error Twrp

Wasinzz said:
Error Twrp
Click to expand...
Click to collapse
Read install instructions

Dudewithoutpug said:
Hello.I have a problem.After flashing this rom my recovery stopped working.It just loops.Twrp version is 3.4.0.1.What's a problem,maybe twrp compatibility?(this twrp for 11 android)
Click to expand...
Click to collapse
Read install instructions

BuidenH said:
fixed in the latest build
Click to expand...
Click to collapse
HOW CAN I GET THE LATEST

How to download? Both Vanilla and Gapps doesnt work.

Grifef said:
How to download? Both Vanilla and Gapps doesnt work.
Click to expand...
Click to collapse
Everything is on telegram
I don't give much attention to xda

bonjour,
bon travail, de mon coté Android Auto ne fonctionne pas

Dobsgw said:
Everything is on telegram
I don't give much attention to xda
Click to expand...
Click to collapse
Link to download or Telegram?

Onkar Ingale said:
Link to download or Telegram?
Click to expand...
Click to collapse
Link is at first post.

Related

[ROM] [11.0] [OFFICIAL] AICP 16.1 [kebab]

{
"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"
}
AICP
Android Ice Cold Project
AICP is known by everyone as the "Ice Cold Project" that started on a Desire HD years ago (2012) and since then has evolved into a mature ROM with the BEST community that you can find!!!
Until Android Lollipop, the ROM has always been based on AOKP. Unfortunately, since AOKP stopped development (but made a comeback later), we changed our base to CM.
With the re-brand of CM to LineageOS (LOS), we became LineageOS based with some tweaks from AOSP and then changed to be based on the "Ground Zero Open Source Project" (GZOSP) for Android Pie.
We changed again for Android Q-R with a base of AOSP repositories and some additions from LineageOS for device-specific repositories.
If there are any bugs we will sort them out if it concerns our codebase. This ROM isn't LineageOS supported, so there is no need to report errors/bugs to them!!
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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. Hard & a lot.
*
*/
Feature list (rough overview)
In the beginning we would like to thank:
LineageOS & CM (R.I.P.) team
@maxwen and the rest of the OmniRom team
Pixel Experience Team
AOSiP team
Community
@LorD ClockaN
@eyosen
@semdoc
@SpiritCroc
@wartomato
@Miccia
plus the rest of the crazy bunch that we call "team"
We are paying for servers that build weeklies and everything that comes with this, so EVERY DONATION will really be appreciated and be used to cover those expenses.
Thank you!!
Latest Stable Release Version 16.1
Download link: https://dwnld.aicp-rom.com/
Please note that official builds will be deleted from our servers every month due to maintenance services.
Starting with AICP 15 we will be storing a copy of the most recent release here: https://media.aicp-rom.com/vault/.
Full Changelog link: https://dwnld.aicp-rom.com/
(Just click the changelog button next to the download link in the list of builds available for your device)
Google Apps:
We recommend MindTheGapps as it has been thoroughly tested and it works well with the ROM, some other minimal GApps packages still have issues, however feel free to try other GApps if you want to, just try MindTheGapps if you have any GApps related issues
MindTheGapps: https://androidfilehost.com/?w=files&flid=322935
Mirror: http://downloads.codefi.re/jdcteam/javelinanddart/gapps
You tell...
FAQ:
Before using the ROM:
Q. Can I have an ETA for the next build?
A. Yes, just look here to see what day your device is built on.
Q. Does this ROM support custom kernels officially?
A. No. You can still use them, but the discussion should go in the thread of the respective kernel. We don't offer support for bugs you might encounter while using them!
Q. Does this ROM include GApps or do I have to flash them separately?
A. No, we do not include prebuilt GApps, because of possible licensing issues with Google Software and because some users do not want GApps preinstalled as they want to use alternative services like MicroG or just prefer flashing a GApps "flavor" of their liking.
Q. Does this ROM use the camera or gallery app from stock?
A. It depends on the device. In most cases these apps include proprietary libs/code and cannot be included in the device trees on Github or we risk having the ROM banned from Github. In this case, we might try to make them installable (separate from the ROM zip), or we might provide a version of these apps with the ROM that doesn't include any proprietary libs. It's also sometimes the case that these apps are simply not included because we didn't feel the need to do so for the device in question.
Q. Does this ROM have Extended/Scrolling screenshot?
A. No, extended screenshot was implemented using an app extracted and modified from manufacturer firmware/system images and is proprietary as well. It led to the closing of many ROM's sources on GitHub.
Q. Does this ROM have FaceUnlock?
A. No, FaceUnlock was also an app extracted and modified from some manufacturers. Even Google removed the Trusted Face (FaceUnlock) feature for security reasons on Android 9.0/10.x. Adding the modified feature did the same to ROM sources as described above.
Q. Can you add (insert favorite weather provider)?
A. No, we cannot add more weather providers as the implementations change and we (the ROM) now have to pay for most services, and that is not cheap, so we decided to use the best free service that we could find, the only way to add your own is for users to apply for their own API key to use their preferred service.
Q. Does this ROM have private official builds with the above proprietary libs included?
A. No, we believe in open source software, this way users know what's in the build and can replicate it themselves, all official builds are built on our build servers using the public sources from github and no one can (or would) add their own private sources to the build.
Flashing the ROM:
Q. What do I need to know before flashing?
A. Check the flashing instructions...
Q. Can the builds be dirty flashed over each other?
A. Yes, this is the usual behavior on flashing a new official build by (or using) the build-in updater service.
Q. How do I 'dirty flash' builds?
A. Wipe the System, Cache, and ART/Dalvik cache. Flash the ROM, GApps (only needed if you wipe the system), your preferred root solution, and reboot. Or just use the OTA app to perform that task for you.
Q. How do I flash kernel builds?
A1. If it's a .img file, boot into TWRP and go to the install page in TWRP, in the bottom right corner select "install image", select the desired kernel, then select "boot" as the destination, then swipe to flash, then go back to the install screen and install your root method again, if you don't want to lose root and reboot.
A2. If it's a flashable ZIP, you can flash it together with a ROM update or separately. Go to the install page in TWRP, choose the kernel zip (or add it to the flash queue right after the ROM zip). Then add your root method to the queue if you don't want to lose root. Now swipe to flash and reboot afterward.
Using the ROM:
Q. Do I need to provide a logcat if I'm reporting a bug?
A. If you want it to be fixed faster (or at all) then yes, you should definitely provide a logcat AND the model name. (Note: Please just link the logcat from your GDrive, Dropbox, etc. Do not post the content here. Thanks.)
Q. How do I get a logcat, what type should I get, and more questions that can conveniently be answered by my pre-determined answer?
A1. Read this thoroughly. Also, here's a good app for getting logs: https://play.google.com/store/apps/details?id=com.tortel.syslog (Root needed).
A2. If you are already rooted, you can use the built-in feature to make a logcat and provide that. Just look into the others section on the AICP Extras main page.
The ROM should contain everything you need to enjoy Android R. You don't need to install any Add-ons, simply download the latest ROM and GApps, then follow the flashing instructions and go!
If you want the device to run the ROM "rooted", you can flash a root solution of your choice after the ROM zip file.
It is STRONGLY recommended to fully wipe your device before flashing and please avoid restoring system apps and system data with Titanium Backup (or with any backup/restore app) as this can cause stability issues that are very hard to debug, restoring regular apps is fine though.
If you believe you know what you're doing - then fine, go ahead, but please don't complain if you experience any strange behavior.
How to flash for the first time:
(Again: Don't do it if you don't know!)​
On Clean Flash: mandatory for first install !!!​At the beginning, if you are on Stock OOS 11 ROM with locked bootloader, please follow the instructions for unlocking bootloader here: https://wiki.lineageos.org/devices/kebab/install
1. Download the ROM and GApps to your PC with proper adb & fastboot setup.
Also download to your PC kebab-recovery.img from HERE
2. Boot to bootloader and run in cmd (windows) / terminal (linux)
fastboot flash recovery kebab-recovery.img
4. Boot to recovery. Tap on Factory Reset (this will erase everything on your device) then return to main menu
3. Connect your device to your PC and tap on Apply Update -> Apply from ADB and
4. Flash the ROM zip file using
adb sideload aicp_kebab_r-16.1-WEEKLY-{date}.zip
5. Once its finished, reboot to recovery to flash the GApps (optional, needed for e.g. Google Playstore to work). This is mandatory becoz will switch automatically current slot and will flash GAPPS.
Once it boots to recovery, tap on Apply Update -> Apply from ADB then run
adb sideload GAPPS.zip
6. Reboot and set up your device.
7. Reboot back into recovery.
8. Flash the root solution of your choice (optional).
9. Reboot your device.
The main workflow for flashing via recovery:
reboot to recovery -> adb sideload ROM.zip -> reboot recovery -> adb sideload GAPPS.zip -> reboot to system
Click to expand...
Click to collapse
The procedure may vary from device to device and is a bit different on system updates!
The ROM has GApps persistence in between dirty flashes, so you only have to flash them once! This might differ on AvB Devices.
Currently supported Root Solution:
Magisk stable
Magisk versions >= 21.4 don't usually need to be flashed on every dirty flash.
Depending on the device, you may need to flash it every time, unless your maintainer says otherwise, you should be fine.
PREREQUISITE FOR OTA ("Over-The-Air" Updates):
Go to Aicp Extras -> Update Centre then install new Weekly Build.
If you want to contribute to AICP, or if you want to see what is being worked on/merged, feel free to visit our Gerrit code review system. (Link is at the bottom!!!)
Kernel source: We are building Neutrino Kernel adopted to our sources with permission by Kernel Dev
GitHub - AICP/kernel_oneplus_sm8250
Contribute to AICP/kernel_oneplus_sm8250 development by creating an account on GitHub.
github.com
Kebab Device tree source:
GitHub - AICP/device_oneplus_kebab
Contribute to AICP/device_oneplus_kebab development by creating an account on GitHub.
github.com
Common Device tree source:
GitHub - AICP/device_oneplus_sm8250-common
Contribute to AICP/device_oneplus_sm8250-common development by creating an account on GitHub.
github.com
Vendor source:
AICP/proprietary_vendor_oneplus
Contribute to AICP/proprietary_vendor_oneplus development by creating an account on GitHub.
github.com
GAPPS source:
Semavi Ulusoy / android_vendor_gapps · GitLab
GitLab.com
gitlab.com
Kernel source: We are building Netrino Kernel adopted to our sources with permission by Kernel Dev.
GitHub - AICP/kernel_oneplus_sm8250
Contribute to AICP/kernel_oneplus_sm8250 development by creating an account on GitHub.
github.com
Device tree source:
GitHub - AICP/device_oneplus_kebab
Contribute to AICP/device_oneplus_kebab development by creating an account on GitHub.
github.com
Common device tree source:
GitHub - AICP/device_oneplus_sm8250-common
Contribute to AICP/device_oneplus_sm8250-common development by creating an account on GitHub.
github.com
Vendor source:
AICP/proprietary_vendor_oneplus
Contribute to AICP/proprietary_vendor_oneplus development by creating an account on GitHub.
github.com
ROM & Additional links:
AICP's Homepage
AICP Gerrit Code Review
AICP sources on Github
AICP Download page for official builds and media content
AICP Discord Community
AICP Telegram channel for server notifications on official builds
Join us on our Discord Channel
Contributors:
(mention all the devs who have contributed to your device tree, kernel, vendor, etc,
only mention the main ones though, probably the top four or so, otherwise this list will be a mile long xD)
Information:[/U[
ROM OS Version: 11.1
Kernel: Linux 4.19.176 (for example: 4.19.y)
ROM {Firmware|Vendor} Latest Stock Required:
Status: {STABLE}
Release Date: 28-02-2021
You want to see a "normal" night at the "DEV office", click here!!​
semdoc said:
AICP
Android Ice Cold Project
AICP is known by everyone as the "Ice Cold Project" that started on a Desire HD years ago (2012) and since then has evolved into a mature ROM with the BEST community that you can find!!!
Until Android Lollipop, the ROM has always been based on AOKP. Unfortunately, since AOKP stopped development (but made a comeback later), we changed our base to CM.
With the re-brand of CM to LineageOS (LOS), we became LineageOS based with some tweaks from AOSP and then changed to be based on the "Ground Zero Open Source Project" (GZOSP) for Android Pie.
We changed again for Android Q-R with a base of AOSP repositories and some additions from LineageOS for device-specific repositories.
If there are any bugs we will sort them out if it concerns our codebase. This ROM isn't LineageOS supported, so there is no need to report errors/bugs to them!!
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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. Hard & a lot.
*
*/
Feature list (rough overview)
In the beginning we would like to thank:
@LuK1337 and LineageOS Team
@maxwen and the rest of the OmniRom Team
@chandra1.jd from Pixel-Experience Team
@firebird11 from crDroid Android Team
DU team
AOSiP team
Community
@LorD ClockaN
@eyosen
@semdoc
@SpiritCroc
@wartomato
@Miccia
plus the rest of the crazy bunch that we call "team"
We are paying for servers that build weeklies and everything that comes with this, so EVERY DONATION will really be appreciated and be used to cover those expenses.
Thank you!!
Latest Stable Release Version 16.1
Download link: https://dwnld.aicp-rom.com/
Please note that official builds will be deleted from our servers every month due to maintenance services.
Starting with AICP 15 we will be storing a copy of the most recent release here: https://media.aicp-rom.com/vault/.
Full Changelog link: https://dwnld.aicp-rom.com/
(Just click the changelog button next to the download link in the list of builds available for your device)
Unofficial builds can be found on 2nd post.
Google Apps: Included in ROM. Extracted from latest OnePlus 8 Pro dump available at: https://git.rip/dumps/oneplus/oneplus8pro
You tell... ​
FAQ:
Before using the ROM:
Q. Can I have an ETA for the next build?
A. Yes, just look here to see what day your device is built on.
Q. Does this ROM support custom kernels officially?
A. No. You can still use them, but the discussion should go in the thread of the respective kernel. We don't offer support for bugs you might encounter while using them!
Flashing the ROM:
Q. What do I need to know before flashing?
A. Check the flashing instructions...
Q. Can the builds be dirty flashed over each other?
A. Yes, this is the usual behavior on flashing a new official build by (or using) the build-in updater service.
Q. How do I 'dirty flash' builds?
A. Wipe the System, Cache, and ART/Dalvik cache. Flash the ROM, GApps (only needed if you wipe the system), your preferred root solution, and reboot. Or just use the OTA app to perform that task for you.
Q. How do I flash kernel builds?
A1. If it's a .img file, boot into TWRP and go to the install page in TWRP, in the bottom right corner select "install image", select the desired kernel, then select "boot" as the destination, then swipe to flash, then go back to the install screen and install your root method again, if you don't want to lose root and reboot.
A2. If it's a flashable ZIP, you can flash it together with a ROM update or separately. Go to the install page in TWRP, choose the kernel zip (or add it to the flash queue right after the ROM zip). Then add your root method to the queue if you don't want to lose root. Now swipe to flash and reboot afterward.
Using the ROM:
Q. Do I need to provide a logcat if I'm reporting a bug?
A. If you want it to be fixed faster (or at all) then yes, you should definitely provide a logcat AND the model name. (Note: Please just link the logcat from your GDrive, Dropbox, etc. Do not post the content here. Thanks.)
Q. How do I get a logcat, what type should I get, and more questions that can conveniently be answered by my pre-determined answer?
A1. Read this thoroughly. Also, here's a good app for getting logs: https://play.google.com/store/apps/details?id=com.tortel.syslog (Root needed).
A2. If you are already rooted, you can use the built-in feature to make a logcat and provide that. Just look into the others section on the AICP Extras main page.
The ROM should contain everything you need to enjoy Android R. You don't need to install any Add-ons, simply download the latest ROM and GApps, then follow the flashing instructions and go!
If you want the device to run the ROM "rooted", you can flash a root solution of your choice after the ROM zip file.
It is STRONGLY recommended to fully wipe your device before flashing and please avoid restoring system apps and system data with Titanium Backup (or with any backup/restore app) as this can cause stability issues that are very hard to debug, restoring regular apps is fine though.
If you believe you know what you're doing - then fine, go ahead, but please don't complain if you experience any strange behavior.
How to flash for the first time:
(Again: Don't do it if you don't know!)
GAPPS are included in ROM. As we still don't have TWRP for eleven builds, flashing process is a "little bit" different than usual.
If you are comming from Stock ROM.
** Be sure you have adb enabled from Developper Settings
** Download AICP Recovery from HERE
** Boot to Download mode.
$ fastboot flash recovery recovery.img
** Now boot to recovery
-- 1. Factory Reset
-- 2. Apply Update -> Apply from ADB
-- 3. flash your build using adb sideload ROM.zip from your PC
If you are comming from other Custom ROM:
** boot to recovery
-- Factory Reset
-- Apply Update -> Apply from ADB
-- flash your build using adb sideload ROM.zip from your PC. Please note that it will ends with following error: "adb: failed to read command: Success" Ignore it.
-- Reboot and Enjoy !!!
PREREQUISITE FOR OTA ("Over-The-Air" Updates):
For flash using the built-in OTA app: Till we start official builds from AICP servers:
** Connect your device, enable USB debugging and Adb Root under Settings -> Developper Options
** move the downloaded build to your internal sdcard
** Open cmd window (for Windows) or terminal (for Linux systems) - make sure you have adb drivers installed !!!
** $ adb root
$ adb shell setenforce 0 (your device will switch to Permissive selinux mod till Updater finishes flashing local update)
** Go to AicpExtras -> Update Center -> Click on 3 dots on right upper corner -> Choose File.. -> Choose your builld from local storage -> Start update
** After reboot your device will boot in Enforcing Selinux mode again.
or Flash via adb sideload:
** reboot to recovery
** enable ADB and flash downloaded build using adb sideload
** Please note that it will ends with following error: "adb: failed to read command: Success" (becoz of recovery itself). Ignore it.
** Reboot and Enjoy !
No need to flash clean on every update from older builds.
Currently supported Root Solution: Only ADB ROOT !!!
Magisk versions >= Magisk 21.1 zip is the key.
ADB Root is working fine, but you can flash, test and report your experience with Magisk
** Check 2nd post for further information.
If you want to contribute to AICP, or if you want to see what is being worked on/merged, feel free to visit our Gerrit code review system. (Link is at the bottom!!!)
Kernel source: We are building Netrino Kernel adopted to our sources with permission by Kernel Dev
GitHub - AICP/kernel_oneplus_sm8250
Contribute to AICP/kernel_oneplus_sm8250 development by creating an account on GitHub.
github.com
Kebab Device tree source:
GitHub - AICP/device_oneplus_kebab
Contribute to AICP/device_oneplus_kebab development by creating an account on GitHub.
github.com
Common Device tree source:
GitHub - AICP/device_oneplus_sm8250-common
Contribute to AICP/device_oneplus_sm8250-common development by creating an account on GitHub.
github.com
Vendor source:
AICP/proprietary_vendor_oneplus
Contribute to AICP/proprietary_vendor_oneplus development by creating an account on GitHub.
github.com
GAPPS source:
Semavi Ulusoy / android_vendor_gapps · GitLab
GitLab.com
gitlab.com
ROM & Additional links:
AICP's Homepage
AICP Gerrit Code Review
AICP sources on Github
AICP Download page for official builds and media content
AICP Discord Community
AICP Telegram channel for server notifications on official builds
Join us on our Discord Channel
Contributors:
(mention all the devs who have contributed to your device tree, kernel, vendor, etc,
only mention the main ones though, probably the top four or so, otherwise this list will be a mile long xD)
Information:[/U[
ROM OS Version: 11.1
Kernel: Linux 4.19.176 (for example: 4.19.y)
ROM {Firmware|Vendor} Latest Stock Required:
Status: {STABLE}
Release Date: 28-02-2021
You want to see a "normal" night at the "DEV office", click here!!​
Click to expand...
Click to collapse
The download link doesn't have the link for OnePlus 8T
New build guys
10.04.2021 UPDATE​
Download aicp_kebab_r-16.1-WEEKLY-20210410.zip from HERE.
Changelog: link HERE.
What's new:
1. April '21 ASB merged
2. Added ALipay fingerprint payment support
3. Screenbrightness fixes for all 3 devices
4. Many fixes including SafetyNet (fixed again)
All feedbacks are appreciated, as always.
Dirty flash is enough. Flash it via Updater or adb sideload in recovery.
Or.... you can flash aicp_kebab_r-16.1-FASTBOOT-20210410.zip in fastbootd mode using
$ fastboot update aicp_kebab_r-16.1-FASTBOOT-20210410.zip
Download the build from HERE
Cheerz
-----------------------------------------------------------------------------------------------------------------------------
As we still have issues with sideload installation, with big thanx to @RayInkube for his patience with testing, I want to introduce a temporary solution for flashing our kebab builds.
Please download kebab-recovery.img from HERE and aicp_kebab_r-16.1-FASTBOOT-20210404.zip build from HERE
Then...
1. Boot to Download mode.
2. fastboot flash recovery kebab-recovery.img
3. Boot to recovery
3. Factory reset (for clean flash). Not needed if you will flash dirty over our previous builds.
4. switch to fastbootd mode
5. fastboot update aicp_kebab_r-16.1-FASTBOOT-20210404.zip
6. fastboot reboot.
Enjoy !!!
--------------------------------------------------------------------------------------------------------------
For those who want to root their devices:
Download Magisk 21.4 zip: link HERE
Please go for this once you are fully booted.
** boot to recovery
** flash via adb sideload magisk.zip:
** reboot.
** Note that you HAVE to do this on every update.
** Safety Net is fixed !!!
Enjoy !!
------------------------------------------------------------------------------------------------------------------
Which Camera we can use:
1. Using this Camera: GCam_7.3.018_Urnyx05-v2.1_Wichaya_V3.1.1_snapcam.apk
2. Also I have thix xml file under GCam/Configs7 : nrG Wichaya 7.3.018_v3.1.1.xml
_idiosyncratic_313 said:
The download link doesn't have the link for OnePlus 8T
Click to expand...
Click to collapse
2nd post dude..
The download link will work when we start official builds... Soon I hope
semdoc said:
AICP recovery: link HERE
--------------------------------------------------------------------------------------------------------------
Initial Build:. aicp_kebab_r-16.1-WEEKLY-20210228.zip link HERE.
--------------------------------------------------------------------------------------------------------------
SAfetyNet fixed build will be posted later today
-------------------------------------------------------------------------------------------------------------
For those who want to root their devices:
Download Magisk 21.4 zip: link HERE
** boot to recovery
** flash via adb sideload magisk.zip:
** reboot.
** Note that you may need to do this on every update.
** Safety Net is broken currently !!!
Enjoy !!
Click to expand...
Click to collapse
Thanks!!
3rd post updated with the link for new, updated build:
** SafetyNet fixed:
aicp_kebab_r-16.1-WEEKLY-20210301.zip link HERE
-------------------------------------------------------------------------------------------------------------
Does this rom have faceunlock?
Does this ROM has OnePlus Settings and DC dimming?
yyws2012 said:
Does this ROM has OnePlus Settings and DC dimming?
Click to expand...
Click to collapse
Yes.
abalam said:
Does this rom have faceunlock?
Click to expand...
Click to collapse
Nope. This feature needs proprietary libs from sone manifacturers which may cause violation of GPL.
Great Day!
Is the weekly build has GMS or Pixel Default apps? Or AOSP one?
Looking forward to Flashing AICP on my 8T.
EmperorEye said:
Great Day!
Is the weekly build has GMS or Pixel Default apps? Or AOSP one?
Click to expand...
Click to collapse
GAPPS are included in the build. Except Markup Google & SetupWizard (they are extracted from latest RedFin dump), all apps are extracted from latest Op8 Pro dump.
Well... After trying all the other roms for the 8t i went back and decided to stay on OOS.
But now I'm tempted
@semdoc hi. I would like to ask you if it's possible to you make feature builds working on the other 8 series. I like very much aicp rom and I have the 8P version. It would be very nice and cool to have this rom to all 8series. I'm sure many people would join to it. Please think about it ( and make it )
Thanks keep strong, healthy and keep doing your stuff
alex moymoy said:
@semdoc hi. I would like to ask you if it's possible to you make feature builds working on the other 8 series. I like very much aicp rom and I have the 8P version. It would be very nice and cool to have this rom to all 8series. I'm sure many people would join to it. Please think about it ( and make it )
Thanks keep strong, healthy and keep doing your stuff
Click to expand...
Click to collapse
which version are you talking about ? Oneplus 8 Pro ? Or instantnoodle (OnePlus 8) ?
semdoc said:
which version are you talking about ? Oneplus 8 Pro ? Or instantnoodle (OnePlus 8) ?
Click to expand...
Click to collapse
8Pro. I wrote it in my last post (8P). You missed it
Delete. Gonna try it. Tnx for the rom
can use pixel rom installer?
kuto232 said:
can use pixel rom installer?
Click to expand...
Click to collapse
Dont know what this is... Why do you need it ?
Just go to recovery and flash using adb sideload ROM.zip....
Everything working on my 8t..very smooth

[OFFICIAL][RECOVERY] OrangeFox Recovery Project [R11.1_2][phoenix][phoenixin]

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
* @HimanshuRaj - Device Trees
* @Sushrut1101 - Maintainer / Developer
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 phoenix ( Xiaomi POCO X2 / Redmi K30 )
Contributors
Sushrut Gupta ,DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://gitlab.com/OrangeFox/device/phoenix.git
Kernel: https://gitlab.com/OrangeFox/device/phoenix/-/tree/fox_10.0/prebuilt/
Version Information
Status: Stable
Current Stable Version: R11.1_2
Latest Stable Release Date: 29-August-2021
Created: 05-April-2021
Last Updated: 29-August-2021
------------------:
Our Group - https://t.me/OrangeFoxChat
Our Channel - https://t.me/OrangeFoxUpdates
Downloads - Here
------------------:
New OrangeFox Recovery Stable Release for phoenix!
Date: 29-August-2021
Build Type: Stable
Version: R11.1_2
Changelogs:
Fixed MTP Issues after Formatting Data!
Added Support for Multi-User Decryption.
Build Notes:
You MUST flash the ZIP. Do NOT try to bypass this instruction by extracting the img file from the ZIP and flashing that img instead as It may cause some issues (eg. Recovery Stuck at Splash Screen etc. etc.).
====================== Older Changelogs ======================
OrangeFox Recovery Stable Release for phoenix!
Date: 01-July-2021
Build Type: Stable
Version: R11.1_1
Changelogs:
Fixed Duplicates in the Wipe Menu.
Build Notes:
You MUST flash the ZIP. Do NOT try to bypass this instruction by extracting the img file from the ZIP and flashing that img instead as It may cause some issues (eg. Recovery Stuck at Splash Screen etc. etc.).
Date: 01-July-2021
Version: R11.1
Changelogs:
Upgrade to Stable
Added support for MIUI 12.x Android 11 Decryption
Enabled Flashlight Feature
Updated Magisk Addon to v21.4
Added Backup, Restore and Image Flash Option for Splash (Boot Logo)
Added XZ Utilities
Build Notes:
You MUST flash the ZIP. Do NOT try to bypass this instruction by extracting the img file from the ZIP and flashing that img instead as It may cause some issues (eg. Recovery Stuck at Splash Screen etc. etc.).
Guys,
Please Note that Decryption on Android 12 ROMs will NOT work and Android 12 isn't supported yet.
Thanks
Reserved
WIping internal storage after formatting /data gives error.
Mycroft2046 said:
WIping internal storage after formatting /data gives error.
Click to expand...
Click to collapse
You'll Have to Reboot to Recovery Once
In that case, maybe consider disabling wipe of Data and Internal Storage after format of /data.
Deleted
I am having trouble in mounting the partitions on OF after flashing it. It just shows a "Fox" folder in the /sdcard and I can't mount any of the partitions from the mount menu except usb-otg. I followed the instructions as given and just saw the /sdcard folder once just after flashing the recovery. I think its a data encryption error as that's the only time it prompted me to enter the password(in my case the pattern). Can I get some help regarding this please?
Stable Release is Out! Links and Info Updated!
Still having problem mounting internal storage after formatting. Anyone else has the problem?
Mycroft2046 said:
Still having problem mounting internal storage after formatting. Anyone else has the problem?
Click to expand...
Click to collapse
Yes, It is Known.
Will be Fixed Soon.
Any progress on this? Even the beta releases of OrangeFox had this problem with X2.
Sushrut1101 said:
Yes, It is Known.
Will be Fixed Soon.
Click to expand...
Click to collapse
Apparently "soon" is more than a month!
Mycroft2046 said:
Apparently "soon" is more than a month!
Click to expand...
Click to collapse
I've applied the fixes but need more tests.
Sushrut1101 said:
I've applied the fixes but need more tests.
Click to expand...
Click to collapse
Oh, great to know that! I was worried it might've been abandoned!
wow
Sushrut1101 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 Treble, Miui, Custom Roms
Supports Both Dynamic and Non-Dynamic Partitions
Downloads:
OrangeFox Download Website: https://orangefox.download/device/phoenix/
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
* @sush1101 and @DarthJabba9 - for this XDA Template
* @HimanshuRaj - Device Trees
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 phoenix ( Xiaomi POCO X2 / Redmi K30 )
Contributors
Sushrut Gupta ,DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://gitlab.com/OrangeFox/device/phoenix.git
Kernel: https://gitlab.com/OrangeFox/device/phoenix/-/tree/fox_10.0/prebuilt/
Version Information
Status: Stable
Current Stable Version: R11.1_1
Latest Stable Release Date: 01-July-2021
Created: 05-April-2021
Last Updated: 01-July-2021
------------------:
Our Group - https://t.me/OrangeFoxChat
Our Channel - https://t.me/OrangeFoxUpdates
Downloads - https://orangefox.download/device/phoenix/
------------------:
Click to expand...
Click to collapse
MTP issues After Formatting Data are Fixed!
All the Links, Info and Changelogs are Updated!
Mycroft2046 said:
Oh, great to know that! I was worried it might've been abandoned!
Click to expand...
Click to collapse
Finally Fixed!
Sushrut1101 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 Treble, Miui, Custom Roms
Supports Both Dynamic and Non-Dynamic Partitions
Downloads:
OrangeFox Download Website: https://orangefox.download/device/phoenix/
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
* @HimanshuRaj - Device Trees
* @Sushrut1101 - Maintainer / Developer
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 phoenix ( Xiaomi POCO X2 / Redmi K30 )
Contributors
Sushrut Gupta ,DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://gitlab.com/OrangeFox/device/phoenix.git
Kernel: https://gitlab.com/OrangeFox/device/phoenix/-/tree/fox_10.0/prebuilt/
Version Information
Status: Stable
Current Stable Version: R11.1_2
Latest Stable Release Date: 29-August-2021
Created: 05-April-2021
Last Updated: 29-August-2021
------------------:
Our Group - https://t.me/OrangeFoxChat
Our Channel - https://t.me/OrangeFoxUpdates
Downloads - https://orangefox.download/device/phoenix/
------------------:
Click to expand...
Click to collapse
I recently installed the orange fox recovery and flashed android 12 evo x. After that the orange fox is not showing the internal storage. I tried everything from the internet, nothing is working. Formatted data multiple times and also reinstalled the OF recovery again but nothing seems to work. Now i am stuck with the same ROM and can't do anything. Please do something quick about this. Thank You.

Development [CLOSED][DISCONTINUED][RECOVERY][UNOFFICIAL][ALPHA] OrangeFox Recovery Project [R11.1][sweet][sweetin][sweetinpro]

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
Credits:
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* @Nebrassy for the intial tree
FEATURES:
* Updated with latest TWRP commits
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* Support for managing Magisk modules
* Aroma FM
* Password
* 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!
INSTALLATION
1. Download the OrangeFox zip to your device
2. Reboot to your existing OrangeFox/TWRP (or other custom TWRP-based) Recovery
3. Install the OrangeFox zip as a normal zip installer
4. The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
5. Enjoy!
Build Notes:
• If you want to access Internal Storage and/or use Fox add-ons + themes, flash a decrypted vendor via fastbootd (Lineage Recovery was tested for having working fastbootd (others might work too) and format data before flashing ofox
Bugs:
• Haptic feedback aka Vibration doesn't work.
• Backing and restoring all partitions will break RIL. (Try to only back up and restore the necessary partitions )
• Decryption doesn't work.
FAQ and Guides:
https://wiki.orangefox.tech/en/guides
Device Tree:
GitHub - Yilliee/android_device_xiaomi_sweet: Recovery Device tree for Xiaomi Redmi Note 10 pro /pro max
Recovery Device tree for Xiaomi Redmi Note 10 pro /pro max - GitHub - Yilliee/android_device_xiaomi_sweet: Recovery Device tree for Xiaomi Redmi Note 10 pro /pro max
github.com
Kernel Source:
***Was extracted from recovery image of EEA firmware
GitHub - MiCode/Xiaomi_Kernel_OpenSource at sweet-r-oss
Xiaomi Mobile Phone Kernel OpenSource. Contribute to MiCode/Xiaomi_Kernel_OpenSource development by creating an account on GitHub.
github.com
XDA:DevDB Information
OrangeFox Recovery Project, Tool/Utility for the Xiaomi Redmi Note 10 Pro/Pro Max
Contributors of OrangeFox Recovery Project
MrYacha, DarthJabba9
Source Code:
https://gitlab.com/OrangeFox
Version Information for sweet
Status: Alpha
Current Latest Version: R11.1
Beta Release Date: 2021-04-17
Created 2021-04-17
Last Updated 2021-04-17
Changelog :
Initial Build for sweet/sweetin/sweetinpro
Recovery Download :-
SourceForge
Telegram (In case someone prefers that)
Decrypted Vendors
Indian :-
V12.0.8.0
EEA :-
V12.0.10.0
thx for bringing the best recovery for xiaomi devices to us
Thanks @Yillié for OF recvoery for this device... gonna flash and see...waiting for stable build though
I am on EU rom 12.0.12 is there any decrypted Vendor available ?
b0mb said:
thx for bringing the best recovery for xiaomi devices to us
Click to expand...
Click to collapse
You're welcome
ZainBilq said:
Thanks @Yillié for OF recvoery for this device... gonna flash and see...waiting for stable build though
Click to expand...
Click to collapse
Stable build probably won't be available till OrangeFox Android 11 sources come out which won't be anytime soon. Also, TWRP will probably get a stable build way sooner than OrangeFox
aksclusive said:
I am on EU rom 12.0.12 is there any decrypted Vendor available ?
Click to expand...
Click to collapse
Not right now but I will create one if I get time.
Yillié 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
Credits:
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* @Nebrassy for the intial tree
FEATURES:
* Updated with latest TWRP commits
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* Support for managing Magisk modules
* Aroma FM
* Password
* 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!
INSTALLATION
1. Download the OrangeFox zip to your device
2. Reboot to your existing OrangeFox/TWRP (or other custom TWRP-based) Recovery
3. Install the OrangeFox zip as a normal zip installer
4. The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
5. Enjoy!
Build Notes:
• If you want to access Internal Storage and/or use Fox add-ons + themes, flash a decrypted vendor via fastbootd (Lineage Recovery was tested for having working fastbootd (others might work too) and format data before flashing ofox
Bugs:
• Haptic feedback aka Vibration doesn't work.
• Backing and restoring all partitions will break RIL. (Try to only back up and restore the necessary partitions )
• Decryption doesn't work.
FAQ and Guides:
https://wiki.orangefox.tech/en/guides
Device Tree:
GitHub - Yilliee/android_device_xiaomi_sweet: Recovery Device tree for Xiaomi Redmi Note 10 pro /pro max
Recovery Device tree for Xiaomi Redmi Note 10 pro /pro max - GitHub - Yilliee/android_device_xiaomi_sweet: Recovery Device tree for Xiaomi Redmi Note 10 pro /pro max
github.com
Kernel Source:
***Was extracted from recovery image of EEA firmware
GitHub - MiCode/Xiaomi_Kernel_OpenSource at sweet-r-oss
Xiaomi Mobile Phone Kernel OpenSource. Contribute to MiCode/Xiaomi_Kernel_OpenSource development by creating an account on GitHub.
github.com
XDA:DevDB Information
OrangeFox Recovery Project, Tool/Utility for the Xiaomi Redmi Note 10 Pro/Pro Max
Contributors of OrangeFox Recovery Project
MrYacha, DarthJabba9
Source Code:
https://gitlab.com/OrangeFox
Version Information for sweet
Status: Alpha
Current Latest Version: R11.1
Beta Release Date: 2021-04-17
Created 2021-04-17
Last Updated 2021-04-17
Click to expand...
Click to collapse
Nice I wonder when the build will show up in the orangefox recovery website
OrangeFox Recovery Downloads
OrangeFox Recovery is one of the most popular custom recoveries in android ecosystem, with amazing additional features that are not present in other recoveries. We support a host of devices
orangefox.download
how to flash Decrypted Vendors.img ?
I will wait decrypted
Thanks for your work!
Just let me know as soon as you can decipher the date !!!
What is decrypted vendor and why we need it?
Austinredstoner said:
Nice I wonder when the build will show up in the orangefox recovery website
OrangeFox Recovery Downloads
OrangeFox Recovery is one of the most popular custom recoveries in android ecosystem, with amazing additional features that are not present in other recoveries. We support a host of devices
orangefox.download
Click to expand...
Click to collapse
After A11 sources come out + build is stable and more importantly when I feel like putting it there lmao
inuer said:
how to flash Decrypted Vendors.img ?
Click to expand...
Click to collapse
Flash los recovery , Go to advanced >> reboot to fastboot , then via pc run the command ` fastboot flash vendor vendor.img `
lilprince said:
Thanks for your work!
Just let me know as soon as you can decipher the date !!
Click to expand...
Click to collapse
If you mean the A11 source release then it won't be happening anytime soon. So expect bout more than 6 months before there's any news.
Sabuj45 said:
What is decrypted vendor and why we need it?
Click to expand...
Click to collapse
It's need to decrypt your internal storage and access it via recovery
Yillié said:
You're welcome
Stable build probably won't be available till OrangeFox Android 11 sources come out which won't be anytime soon. Also, TWRP will probably get a stable build way sooner than OrangeFox
Not right now but I will create one if I get time.
Click to expand...
Click to collapse
Thank you. I will waiting for the decryption version of twrp
Yillié said:
If you mean the A11 source release then it won't be happening anytime soon. So expect bout more than 6 months before there's any news.
Click to expand...
Click to collapse
Hello!
Nebrassy release twrp with decrypted "data"
DuongKha said:
Thank you. I will waiting for the decryption version of twrp
Click to expand...
Click to collapse
lilprince said:
Hello!
Nebrassy release twrp with decrypted "data"
Click to expand...
Click to collapse
I might have missed writing it before but till orangefox comes out with Android 11 source there's not much that can be done with regards to decryption. It doesn't currently support keymaster4 and the branch Nebrassy is using for twrp the under development 11 branch so until twrp releases that as stable , ofox A11 branch development won't start so it won't be anytime soon that these things get fixed.
Yillié said:
I might have missed writing it before but till orangefox comes out with Android 11 source there's not much that can be done with regards to decryption. It doesn't currently support keymaster4 and the branch Nebrassy is using for twrp the under development 11 branch so until twrp releases that as stable , ofox A11 branch development won't start so it won't be anytime soon that these things get fixed.
Click to expand...
Click to collapse
So sad to hear that, anyway, thank you for support the comunity of sweet. Best wish for you and make many good things for redmi note 10 pro
@Yillié Hi, thanks for this recovery, I just love OFOX, can you please do a little modification and remove the second entry for the super partition in the New backup section?
One is called Super and second is called Super (Product, Vendor, System, System_ex...), and we only need one (both are producing bit by bit identical output of the super partition).
There is also a bug present which can make your backup significantly bigger, because if you mark partitions you want to backup and you will mark for example Super and then you decide to make some change to backup name, after you confirm your backup name changes, second entry called Super (Product, Vendor, System, System_ex...) is automatically selected and instead of 8GB of "super data" you have 16GB of "super data" to backup if unnoticed.
Thanks
jeryll said:
@Yillié Hi, thanks for this recovery, I just love OFOX, can you please do a little modification and remove the second entry for the super partition in the New backup section?
One is called Super and second is called Super (Product, Vendor, System, System_ex...), and we only need one (both are producing bit by bit identical output of the super partition).
There is also a bug present which can make your backup significantly bigger, because if you mark partitions you want to backup and you will mark for example Super and then you decide to make some change to backup name, after you confirm your backup name changes, second entry called Super (Product, Vendor, System, System_ex...) is automatically selected and instead of 8GB of "super data" you have 16GB of "super data" to backup if unnoticed.
Thanks
Click to expand...
Click to collapse
I tried to remove it last time but it was added by the source and not me on as a normal ext4 partition and one as an emmc image partition

Development [RECOVERY][UNOFFICIAL] OrangeFox Recovery Project [BETA][sweet|sweetin]

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/sweet/
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
* @Yillié - Also 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 sweet|sweetin ( Xiaomi Redmi Note 10 Pro | Pro Max )
Contributors
Sushrut Gupta ,DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://github.com/OrangeFoxRecovery/device_xiaomi_sweet.git
Kernel: https://github.com/OrangeFoxRecovery/device_xiaomi_sweet/tree/fox_10.0-R/prebuilt/
Version Information
Status: Beta ( Unofficial )
Current Beta ( Unofficial ) Version: R11.1_2
Latest Beta (Unofficial ) Release Date: 25-June-2021
Created: 25-June-2021
Last Updated: 25-June-2021
------------------:
Our Support Group - https://t.me/OrangeFoxRecoveryUnofficial/
Downloads - https://sourceforge.net/projects/orangefoxrecovery/files/sweet/
------------------:
Known Issues:
- Decryption
- Vibration / Haptic Feedback
Else You Tell Me...
Reserved
Reserved
What is the issue with decryption? Can you not format data?
Sushrut1101 said:
Known Issues:
- Decryption
Else You Tell Me...
Click to expand...
Click to collapse
also vibration isn't working, otherwise good job, thanks
Sushrut1101 said:
Known Issues:
- Decryption
Else You Tell Me...
Click to expand...
Click to collapse
I thought you found a fix for decryption on MIUI ROMs, but sad it's still not fixed.
jeryll said:
also vibration isn't working, otherwise good job, thanks
Click to expand...
Click to collapse
Noted.
Thanks
ZainBilq said:
I thought you found a fix for decryption on MIUI ROMs, but sad it's still not fixed.
Click to expand...
Click to collapse
I did. But Only For The Devices Shipped with Android 10 or Below
Sushrut1101 said:
I did. But Only For The Devices Shipper with Android 10 or Below
Click to expand...
Click to collapse
Ok, thanks.
Cheers!
Sushrut1101 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 Treble, Miui, Custom Roms
Supports Both Dynamic and Non-Dynamic Partitions
Downloads:
SourceForge: https://sourceforge.net/projects/orangefoxrecovery/files/sweet/
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
* @Yillié - Also 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 sweet|sweetin ( Xiaomi Redmi Note 10 Pro | Pro Max )
Contributors
Sushrut Gupta ,DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://github.com/OrangeFoxRecovery/device_xiaomi_sweet.git
Kernel: https://github.com/OrangeFoxRecovery/device_xiaomi_sweet/tree/fox_10.0-R/prebuilt/
Version Information
Status: Beta ( Unofficial )
Current Beta ( Unofficial ) Version: R11.1_2
Latest Beta (Unofficial ) Release Date: 25-June-2021
Created: 25-June-2021
Last Updated: 25-June-2021
------------------:
Our Support Group - https://t.me/OrangeFoxRecoveryUnofficial/
Downloads - https://sourceforge.net/projects/orangefoxrecovery/files/sweet/
------------------:
Click to expand...
Click to collapse
Hi, I would like to know if it is correct to install orange fox through twrp, and if not what might happen if it is installed through twrp, I would also like to know if you have a problem installing orangefox with a custom rom on the device, you need a stock ?
Sushrut1101 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 Treble, Miui, Custom Roms
Supports Both Dynamic and Non-Dynamic Partitions
Downloads:
SourceForge: https://sourceforge.net/projects/orangefoxrecovery/files/sweet/
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
* @Yillié - Also 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 sweet|sweetin ( Xiaomi Redmi Note 10 Pro | Pro Max )
Contributors
Sushrut Gupta ,DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://github.com/OrangeFoxRecovery/device_xiaomi_sweet.git
Kernel: https://github.com/OrangeFoxRecovery/device_xiaomi_sweet/tree/fox_10.0-R/prebuilt/
Version Information
Status: Beta ( Unofficial )
Current Beta ( Unofficial ) Version: R11.1_2
Latest Beta (Unofficial ) Release Date: 25-June-2021
Created: 25-June-2021
Last Updated: 25-June-2021
------------------:
Our Support Group - https://t.me/OrangeFoxRecoveryUnofficial/
Downloads - https://sourceforge.net/projects/orangefoxrecovery/files/sweet/
------------------:
Click to expand...
Click to collapse
I accidentally installed orange fox on my device via twrp, but now my phone just turns on up to the manufacturer's logo and turns off immediately, I can still go into bootloader and recovery mode normally, but all the roms I install, whatever custom or stock, my device just starts up to the logo and shuts down, I know I could post just about that, but I need feedback from a developer, or someone who understands, please reply and I'm sorry for the bother.
ocod said:
I accidentally installed orange fox on my device via twrp, but now my phone just turns on up to the manufacturer's logo and turns off immediately, I can still go into bootloader and recovery mode normally, but all the roms I install, whatever custom or stock, my device just starts up to the logo and shuts down, I know I could post just about that, but I need feedback from a developer, or someone who understands, please reply and I'm sorry for the bother.
Click to expand...
Click to collapse
Try to flash the latest Stockrom with MiFlash. After this you have to flash your recovery again.
deleted
decryption is impossible to fix?
lilprince said:
decryption is impossible to fix?
Click to expand...
Click to collapse
Right now, yes.
As OrangeFox Right now, doesn't have A11 Manifest.
https://twitter.com/i/web/status/1462456083377758214
The wait's finally over. fox_11.0 sources are finally public! We've also begun rolling out releases for some devices that shipped with Android 11.
Click to expand...
Click to collapse
Sushrut1101 said:
As OrangeFox Right now, doesn't have A11 Manifest.
Click to expand...
Click to collapse
@Sushrut1101, do you have any plans to continue orangefox development for our device?

Development [ROM][13][UNOFFICIAL][9.9.22 New Build] ArrowOS 13 for Xiaomi Mi 11

ArrowOS 13 for Xiaomi Mi 11​
Code:
/*
* We are 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.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
ABOUT
ArrowOS is an Android Open Source Project based Android mobile operating system started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
E-mail: arrowos.contact
PayPal: Donate to us
Blog: blog.arrowos.net
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
You tell me
Be sure to include a log : check how to
DOWNLOAD (GAPPS VARIANT)
https://sourceforge.net/projects/yairpatch/files/ArrowOS/arrow_venus-ota-eng.yair.zip/download
Guide for flash ROM:
Flash provided boot.img using the command - fastboot flash boot_ab boot.img
Reboot to recovery
Factory reset
Apply Update using adb sideload
Reboot system now
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
GPL compliance:
ROM Source- https://github.com/ArrowOS
Kernel Source- https://github.com/PixelExperience-Devices/kernel_xiaomi_venus
4.6.22 build:
Moved to Evo X device tree and kernel.
FOD working when screen is off.
ROM changelog:
ArrowOS | Changelog
ArrowOS source changelogs
www.arrowos.net
yairpatch said:
ArrowOS 12.1 for Xiaomi Mi 11​
Code:
/*
* We are 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.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
ABOUT
ArrowOS is an Android Open Source Project based Android mobile operating system started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
E-mail: arrowos.contact
PayPal: Donate to us
Blog: blog.arrowos.net
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
You tell me
Be sure to include a log : check how to
DOWNLOAD (ONLY GAPPS VARIANT)
https://drive.google.com/file/d/1zdoMo2xphFSbcLTVDB74xZEigulKbzHY/view?usp=sharing
Guide for flash ROM:
Flash provided boot.img using the command - fastboot flash boot_ab boot.img
Reboot to recovery
Factory reset
Apply Update using adb sideload
Reboot system now
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
GPL compliance:
ROM Source- https://github.com/ArrowOS
Kernel Source- https://github.com/Demon000/kernel_xiaomi_sm8350/tree/lineage-18.1-LA.UM.9.14.r1-18600-LAHAINA.0
Click to expand...
Click to collapse
Good morning @yairpatch!
Creating a ROM development thread about 10 minutes after creating an account, that always has me intrigued.
Who is @yairpatch? Tell us a bit about yourself Are you a first hand developer? Builder? Just making your first steps? Seasoned dev?
Timmmmaaahh! said:
Good morning @yairpatch!
Creating a ROM development thread about 10 minutes after creating an account, that always has me intrigued.
Who is @yairpatch? Tell us a bit about yourself Are you a first hand developer? Builder? Just making your first steps? Seasoned dev?
Click to expand...
Click to collapse
I would consider myself as seasoned dev, from time to time, when I have time i really like to build roms for my own device, especially when I really don't like the oem OS (MIUI).
yairpatch said:
I would consider myself as seasoned dev, from time to time, when I have time i really like to build roms for my own device, especially when I really don't like the oem OS (MIUI).
Click to expand...
Click to collapse
Cool beans Welcome to the XDA family! Though I'm getting the impression you're feeling right at home here
Excellent! Thanks @yairpatch been watching your progress in Telegram. Very happy to have you here! your ArrowOS build looks like a keeper!
Face Unlock doesn't work
inae25 said:
Face Unlock doesn't work
Click to expand...
Click to collapse
turns out this feature isn't even in arrowos, hopefully they add it
New Build:
Arrow-v12.1-venus-UNOFFICIAL-20220603-GAPPS.zip
drive.google.com
Any plans to build a vanilla version?
The system partition is not unlocked after flashing magisk
nelvinchi said:
Any plans to build a vanilla version?
Click to expand...
Click to collapse
why not
changelog?
Sage said:
changelog?
Click to expand...
Click to collapse
ROM changelog can be found here
ArrowOS | Changelog
ArrowOS source changelogs
www.arrowos.net
First beta build of Arrow A13 for venus
https://github.com/yairpatch/device_xiaomi_venus/releases/download/arrow/Arrow-v13.0-venus-UNOFFICIAL-20220822-GAPPS.zip
bugs:
failing cts test
proximity sensor not working
Amazing!!
Arrow 13 update 9.9.2022
fixed proximity sensor
rom changes - https://www.arrowos.net/changelog.php
download link - https://sourceforge.net/projects/yairpatch/files/ArrowOS/arrow_venus-ota-eng.yair.zip/download
"boot.img" link not works
mainstreet210 said:
"boot.img" link not works
Click to expand...
Click to collapse
boot.img
drive.google.com
Is there any updated version of Arrow for Venus? I love Arrow but can't seem to find anyone maintain it for Venus

Categories

Resources