[CLOSED] [UNOFFICIAL] DivestOS-beryllium Untested (Experimental) - Xiaomi Poco F1 ROMs, Kernels, Recoveries, & Other

<Moderator Edit>: Thread closed and all links removed due to official ROM thread here -> [ROM] DivestOS 19.1+20.0 for beryllium.
DivestOS Mobile
A mobile operating system divested from the norm.
"take back (some) control of your device"
{
"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"
}
* Your warranty is now void.
* We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or kernels.
* You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers.
Key Features​DivestOS is a vastly diverged unofficial soft fork of LineageOS.
Security​Monthly Updates¶​All supported devices receive monthly security updates. Select devices support incremental updates for smaller update downloads. DivestOS however cannot and does not include all ASB patches as detailed here.
Automated Kernel CVE Patching¶​We've developed an automated patch checker along with an extensive database of fixes for over 3,150 Linux kernel security issues. These are automatically applied where possible to all devices.
Bootloader Relocking¶​Bootloader relocking is restored and has been tested working on 23 devices and is available for 26 more. Verified boot is also restored on 36 of those devices and is enforcing once locked.
System WebView¶​The Mulch hardened Chromium WebView is included with features like control-flow integrity and network state partitioning enabled. Furthermore Mulch is updated independently of the system image via an F-Droid repository for rapid security updates.
Privacy​Powerful Tracker Blocker¶​A custom wildcard-optimized hosts file created by analyzing over 180 million domains is included that blocks over 900,000 advertising and tracking servers.
Privacy Oriented Browser¶​Mull is a browser based on Mozilla technology that is hardened against fingerprinting techniques thanks to the Tor uplift project and arkenfox-user.js project.
Freedom​FOSS Focused¶​DivestOS ensures to uphold the four freedoms of free software through and through. We also encourage and help other projects in this space to re-use our work.
Deblobbed¶​Over 700 proprietary blobs are removed during build time. Removal of these proprietary blobs increase security by reducing attack surface and increase privacy by removing untrusted code.
F-Droid Included¶​F-Droid is an app catalog that specializes in delivery of FOSS apps. For the most part all apps available through F-Droid respect your privacy and device.
Extras​Free Space Eraser¶​Extirpater is the first free space eraser for Android. It helps prevent deleted files from being recovered. Perfect for migrating from an unencrypted install or before selling your device.
Malware Scanner¶​We created Hypatia, the first ever open source real-time malware scanner for Android. Backed by the standard and independent ClamAV signatures, it can detect over 450,000 Android-related malware signatures.

<Moderator Edit>: Thread closed and all links removed due to official ROM thread here -> [ROM] DivestOS 19.1+20.0 for beryllium.

beryllium​Xiaomi Poco F1​
Status: Untested (Experimental)
Install Method: Fastboot (Xiaomi)
Relockable: Will Brick
Verified Boot: 2.0
<Moderator Edit>: Thread closed and all links removed due to official ROM thread here -> [ROM] DivestOS 19.1+20.0 for beryllium.

<Moderator Note>:
Hi @TioCareca,
Thread closed and all links removed due to official ROM thread here -> [ROM] DivestOS 19.1+20.0 for beryllium.
Any questions, please PM me.
@roirraW "edor" ehT

<Moderator Note>:
Also, @TioCareca, note the stickied thread at the top of each forum section, especially regarding rules for Development / ROM threads, and most especially regarding the GPL, which requires that the Kernel's source code be linked directly from the OP of the thread for legal reasons.
Further, all credit to the original developers must be given, and the [UNOFFICIAL] tag be put in the thread title. Since there is now an official ROM thread by the developer, these points are moot, but I wanted to make sure you're aware of them for the future.

Related

[LINUX][Script][Official][Development]LinuxonAndroid - DLX

{
"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"
}
Welcome everyone! I would like to present you with the Official Support thread of the Linux On Android project for the HTC Droid DNA (DLX). In this thread I will answer questions among other things that you may require. I am available to help anyone of all levels. Please do not hesitate to ask questions or provide feature suggestions! This is also a development thread so remember this when you post! Just please remember the search function. Cheers!​
What is this all about?/Why put this on my device?
This projects aim is to bring a range of linux distros to your android device through a method known as 'chroot', see it has running a linux distro within a virtual machine on your phone (Although its not! its using native ARM ports and the Android kernel) . You can access this virtual machine and run it on your phone without causing any damage to your device, or having to overwrite anything. Why might you want this? well my apps are designed to make the install and set up process as easy as possible while still giving you some flexibility. Once you have the distro up and running then you can pretty much run and install any linux software you like (so long as there is an arm port or it is not architecturally dependent).
Wait this uses VNC why shouldn't I just VNC to a computer?
VNC is used to access the GUI as at the moment I have not yet implemented a native way of viewing the GUI. But the Linux distro itself is running within the phone and can be controlled via the terminal app so if your a seasoned Linux user you may never even want to use the GUI
What is Chroot?/How does this work?
"A chroot on Unix operating systems is an operation that changes the apparent root directory for the current running process and its children" - http://en.wikipedia.org/wiki/Chroot
This method of running linux distros with android has been around for some time. I have worked on my scripts to make the process more user friendly and give you far more options from the word go.
The scripts start by mounting the linux image file within the android file system and then mounts the sdcard and if you have it internal memory within the linux file system.
Chroot is then used to change the root directory to that of the mounted linux and a bash shell is then opened to allow you to control linux this is kind of like 'booting' the OS.
The likes of VNC and SSH are then set up when linux is 'booted' to allow you to connect to the GUI if you require it.
Interested?
Ok so you want to get one of the support linux distros on your device, great welcome to the team
But first you will need to find out if your device is compatible with the method before anything else, this method 'should' work with pretty much any device but some ROM's/kernels will not work as they do not have loop device support etc.
HERE is a list of working devices and ROM's/kernels but remember just because its not on the list simply means no one has told me its working, it could still work!
Free Apps/Files
App
The App can be download via google play or the open source version can be download via source forge.
Love the project?
Well there are plenty of places you can show your support, of cause you can buy the paid apps, but you can also 'follow' the project on a range of social networks and also keep up to date with news on the projects blog!
Main Site
Sourceforge
Facebook
Twitter
Google+
IRC Channel = #linuxonandroid-dev (This is only for development not support!) #linuxonandroid-help (for help!)
Current Contributors
Project Developers
Zac Powell aka zacthespack
Martin Møller aka tuxling
William Means(myself) aka WEM97
App Translators
Marco Robles - Spanish Translation
Quentin Khan - French Translation
Stefanie Jung - German Translation
Ove Grunnér - Swedish Translation
Nikolay Suknyarov (NikolayS) - Bulgarian Translation
Other Contributors
Johan Vromans
Marshall Levin
Barry flanagan
Device Fund Donators (Those that donated to the device fund that ran from 26/08/2012 till 26/09/2012 and selected a perk)
scottlsteele
aceler
kailuuu
mja747
chrisindie
buki1
mharris867
never__sleep__again
joe95
jmoran1
fedebot
vichev.jordan
apadsethlang
1llu510n157lynx
innovateworld
karrth
AlexanderBalakersky
normenkdindiegogo
MORAZA.E7575
FilipJoelsson
brousch
igray78756
hawkinja
sullytrny
Donators (Those who have donated £5 or more to the project)
Davide Amatobene
Helder Carreiro
Aaron Coakley
Leo Barnard
Gregory Harrison
Chirado OHG
Infamous Webs
Matthew Collins
Rene Donker
David Marceau
Roberto Colistete Jr
cnbuff410
Javier Orozco
Jicaraca
Mine as well!

[ROM] [GT-I9100] MoKee MM 6.0.1 [NIGHTLY] and MoKee LP 5.1.1 [STABLE]

NOTE: I DO NOT OWN ANY PART OF THIS ROM, OR HAVE ANYTHING TO DO WITH MOKEE OPENSOURCE. REPORTS REGARDING SERIOUS BUGS OR ERRORS SHOULD BE DIRECTED TO THE DEVELOPERS OF MOKEE. HOWEVER IN ANY INSTANCES THAT I CAN HELP, I WILL GLADLY ANSWER YOUR QUERIES TO THE BEST OF MY ABILITIES
{
"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"
}
MoKee Android Marshmallow 6.0.1 for Samsung Galaxy SII (GT-I9100)​
MoKee OpenSource is the biggest non-profit Android Open Source development team in China, with members from all parts of the world. We follow the latest development from Google closely and improve various parts of Android according to the users’ habits. Being a non-profit organisation, we utilise our spare time and own funds to keep this passion alive. Therefore, the costs for the forum and servers are solely beared by us. In order to provide a good user experience, we only included a few preinstalls in the ROM. Along with the advertisements in the forum; we hardly get enough to pay for the bandwidth. The point is, those are our only source of income, however many developers choose to exclude them when releasing unofficial builds. Unlike CyanogenMod, we did not accept monetary help at the early stages, as in China, most people do not understand the meaning of “making a donation”. They would think of it as buying a service, which is conflicting with our objectives. Anyways, we still made it until today, and even started to provide third party developers a chance to utilise our OTA system. All of these are the fruit of our hard work and passion. We are proud of the happy users, and we are also proud of the support given to MoKee OpenSource. Most importantly, we are proud of the improvements we have achieved all these while, and the advancements never stop.​
## NOTE ##
After flashing any Kernel or ROM let your phone cool down to normal temp. before you start using it.
Pls don't complain the phone is heating n lagging. Flashing anything have heavy CPU usage, thus result in heating.
## CHANGELOG ##​MM CHANGELOG: Click Herechangelog.mokeedev.com/index.php?mk_version=MK60
LP CHANGELOG: Click Herechangelog.mokeedev.com/index.php?mk_version=MK51​
Known bugs!​Alarm doesn't wake up the device if it's off.​
>>>>FLASHING GUIDE<<<<​FOLLWING PROCEDURE ASSUMES THAT YOU HAVE REPARTITIONED YOUR MEMORY TO SUPPORT INSTALLATION OF LOLLIPOP AND MARSHMALLOW ROM
1. Install custom recovery (IsoRec TWRP 2.8.7 Recommended)
2. Copy custom ROM zip file to sd-card (internal/external)
3. Boot into recovery mode
4. Now from recovery menu select backup
5. Take backup (previous stable)
6. Now select wipe
7. Advance wipe & select system, data, dalvik cache, cache
8. Now, swipe to wipe
9. Select install & select custom rom zip
10. Install success
11. Now install gapps
12. After installing gapps, wipe cache & dalvik cache
13. Reboot
14. That's all folk's, enjoy custom ROM
Note: First boot always take sometime, be calm:laugh:​
<<>>DOWNLOAD LINK<<>>​MARSHMALLOW ROM:MK60.1-i9100-201603041155-NIGHTLY
LOLLIPOP ROM: MK51.1-i9100-160302-RELEASE
GAPPS​Select either Marshmallow or Lollipop Depending on the ROM your are Installing (PICO Recommended)​
<<>>CUSTOM KERNELS<<>>​ANY WORKING SUGGESTIONS??
CREDITS:
MOKEE OPENSOURCE COMMUNITY
XDA Community​
Link to be Updated Periodically​
[RESERVED]
<<>>CHANGELOG<<>>
Marshmallow March 4, 2016
Project: kernel/samsung/smdk4412
Lanchon-Enable TRIM on the Galaxy S2 family
[reserved 3]
hello sir from philippines here
is multi user enable in your build?
Hi I'm from Philippines too. I'm currently testing the last build for LP 5.1.1. Thanks brother for this ROM!
This is going to be a little confusing, as there is already a thread for Mokee here:
http://forum.xda-developers.com/gal...ives/rom-official-mokee-rom-releases-t3293584

[ROM][OFFICIAL] HelixOS for Nexus 6 (shamu)

HelixOS Goes Open Source !!!​
{
"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"
}
HelixOS is a secured flavor of the Android Operating System.
It is a new ROM / Firmware currently based on AOSP 5.0.
HelixOS started as an Israeli Startup. Our goal was to make a flavor of Android which would be truly secured. We wanted to build a product which would change the constant cat & mouse chaise around vulnerabilities, to build a system that would not be vulnerable to the multitude of security problems constantly popping out. We strove to change the way the game is played.
We wanted to build an OS, using which one would feel safe, knowing that nothing can happen to the private data, nobody would be able to see ones private things.
We succeeded in doing the first step in this direction, but our product was not suitable for the enterprise market, as we painfully understood. Other business directions failed as well. Shutting down the project was one of the tougher decisions which I personally made, but we hope it would not be the end for HelixOS.
During our product development we used the information published by the open source community and learnt from it, and now it is our time to give back!
We decided to publish our full source code, architecture, design and documentation to the open source community, under the Appache 2 license, with the intention that anyone can freely use the code for any purpose - personal, research, or commercial, including our former competitors , and we do so with love! We wish that our effort would be fruitful and help advance security research, to make a safer mobile community, and help fellow companies and security Startups. No warranty or liability is provided of course under the license, you use it at your own risk; do read the license & installation instructions for more details.
It is our dream that HelixOS will be a basis upon which the open source community here would build, to make Android freely & truly secured for everybody.
Anyone who is interested to take HelixOS further, to lead its future open source development, be part of it, or contribute in any other way is very welcomed! We grew HelixOS to be what it is, and now it's you who will decide how it will grow.
Full Features list available at: https://github.com/HelixOS/HelixOS/wiki/3.-Existing-Features
Full source code available at: https://github.com/HelixOS/
Installation Instructions (Only for Nexus 6):
It is important to note that the current stable HelixOS version might not be suitable for the daily use (I hope this will change soon) - It was not planned for end users, but for enterprises - so for instance, there is currently no UI interface to change the list of apps which are protected, these are predefined during compile time,
Full details at the installation instructions page: https://github.com/HelixOS/HelixOS/wiki/4.-Installation-Instructions
Full documentation available at: https://github.com/HelixOS/HelixOS/wiki
Good Luck & All the Best to Everyone!​
XDA:DevDB Information
HelixOS, ROM for the Nexus 6
Contributors
HelixOS
Source Code: https://github.com/HelixOS/
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Unlocked Nexus 6
Based On: AOSP
Version Information
Status: Beta
Current Beta Version: 1.0
Beta Release Date: 2017-03-02
Created 2017-03-02
Last Updated 2017-03-02
Reserved
Reserved.
Reserved2
Reserved2
5.0?!
Yep
drmuruga said:
5.0?!
Click to expand...
Click to collapse
Planned to upgrade long ago to 6, but we prioritized it down as 7 was about to be released,
and eventually didn't have the time to upgrade to 7 neither..
Life of a Startup
Wanna help with this effort?
gapps
hello
gapps and roots?
HelixOS said:
Planned to upgrade long ago to 6, but we prioritized it down as 7 was about to be released,
and eventually didn't have the time to upgrade to 7 neither..
Life of a Startup
Wanna help with this effort?
Click to expand...
Click to collapse
No Root
Sorry Santo, No root. This is one of the cornerstones of HelixOS security actually
Read more in the documentation.
Any gapps for lollipop should work, it's not distributed with HelixOS, you can install it separately.
santo80s said:
hello
gapps and roots?
Click to expand...
Click to collapse
ok thanks
I will try.
HelixOS said:
Sorry Santo, No root. This is one of the cornerstones of HelixOS security actually
Read more in the documentation.
Any gapps for lollipop should work, it's not distributed with HelixOS, you can install it separately.
Click to expand...
Click to collapse

[ROM][UNOFFICIAL][11.0][CAS] DotOS 5.2 [2021-10-04 Newly Updated!]

{
"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"
}
" #DroidOnTime "
ROM Version: 5.2
Device: cas
Maintainer: Xayah
Build Status: UNOFFICIAL
Code:
* Your warranty is now void.
* We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or kernels.
* You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers.
"This is a user-friendly thread, all your suggestions are important to us and will be taken into consideration.."
dotOS is an Android ROM that focuses on performance, stability, and User Experience. We focus on making our rom look and feel great without struggling on Performance and Battery! So that one can get the most out of your device.....
First Time Install / Clean Flash
1. Reboot to Recovery
2. Download the proper ZIP for your device
3. Wipe Data/Cache/System when coming from non-AOSP ROMs
4. Flash the ROM
5. Reboot to System
Update / Dirty Flash
1. Reboot to Recovery
2. Download the proper ZIP for your device
3. Flash the ROM
4. Reboot to System
Note: GApps only has to be flashed once whereas Magisk/Su is to be flashed every time you Dirty Flash the OTA Update.
Download
Complete Changelogs: https://changelogs.droidontime.com/
AOSP
Lineage OS
Pixel Experience
Dirty Unicorns
And all other open-source Devs/Teams.
Mohan CM - Founder/Core Developer
Iacob Ionut - UI, UX Developer/ Core Developer
Sipun Kumar - Developer/Maintainer
Special thanks:
Manish Bajpai - Web Developer
Important Links
If you liked our Project, please consider supporting us. - Donate - https://www.paypal.me/MOHANCM
dot OS source
dotOS-Device Sources
Telegram Group
Telegram Channel
Website
Downloads page
REPORTING BUGS !
As soon as the problem occurs, take a LOGCAT!
for more READ THIS
and do not forget to send it to us
Contributors: Xayah
Source Code: https://github.com/DotOS
Kernel Source: - kernel source link
ROM OS Version: 11.0 Android R
Changelog:
1. SeLinux enforce now.
2. Firmware included.
Version Information
Status: STABLE
Current Stable Version: v5.2
Stable Release Date: 04-10-2021
All thanks and appreciation to those who have created and made this most wonderful system, which is characterized by everything that is required of it, but unfortunately I am facing one of the problems that tired me in dealing with many financial, banking and governmental applications, and that appears. A phrase in Google Play attached the image here and I do not know. How to bypass it hope for a quick solution
almlak32 said:
All thanks and appreciation to those who have created and made this most wonderful system, which is characterized by everything that is required of it, but unfortunately I am facing one of the problems that tired me in dealing with many financial, banking and governmental applications, and that appears. A phrase in Google Play attached the image here and I do not know. How to bypass it hope for a quick solutionView attachment 5376275
Click to expand...
Click to collapse
Well, it may due to the device tree's problem. I'll check it out
Xayah said:
Thank you very much for what you provide. Update, but this is what happened to me. I hope and hope that you will help me as soon as possible. You have all my respect and appreciation
Click to expand...
Click to collapse
Just downloaded this amazing ROM, but I'm facing 2 problems.
1. The fingerprint setup is a mess. I was never able to register a finger successfully (see attached error).
2. Magisk hide seems to be not working at all. I came to get the device registered in the Play Store through props, but still all apps are warning against root while being on the hide list.
Just remembered now, despite being activated, but WiFi Calling doesn't appear to be working. It was working normally on MIUI 12/12.5 on both Android 10 and 11.
@Xayah Is there any development on v5.2?
mnitpro said:
@Xayah Is there any development on v5.2?
Click to expand...
Click to collapse
Yes, I'll update it these days
we miss this rom
psykoly said:
we miss this rom
Click to expand...
Click to collapse
Will build one if available

[ROM][BERYLLIUM] CarbonRom CR-8.0 [10] [AOSP]

{
"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"
}
CarbonROM is an aftermarket firmware based on the Android Open Source Project. We are dedicated to fast, stable, and feature-filled ROMs, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best ROM we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Please feel free to look, build, and use our code at CarbonROM's GitHub
What is PAX?
Our release of Android 10, titled CR-8.0, is codenamed PAX after the latin word for peace and Pax, the roman godess for peace.
PAX provides you with the features you need while keeping the focus on delivering an elegant, smooth, and well polished experience. PAX delivers a set of unique features, like a systemwide font engine that also allows for applying fonts on user apps while supporting user fonts through custom APKs generated on fonts.carbonrom.org. We are confident you'll love it, and there's many more things to discover
Disclaimer:
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash! As always, make sure to do backups.
Support:
We spend an astonishing amount of time developing this software. We can't spend much time on XDA as a result, so if you need support, please try the following:
1) Search. Search, search, search. Yes, you. I don't care how unique or important your question is, it's very likely someone has addressed it already. Especially if you're even close to new at this.
2) Ask a question in your device forum. Someone will no doubt try to help you. Warning: this help may come in the form of telling you it's a dumb question that has been asked before. See step 1 - such are the perils of asking questions when you haven't done the research yourself. Android is about helping yourself.
3) Join our Discord server or Telegram group! There, you can connect with other Carbon users and our developers, and you can get quicker responses to your bug reports. The invite link is right below.
Notes:Only vanilla build available for now..
Installation
CLEAN FLASH :
Download the latest build and GApps
Reboot to recovery
Make nandroid backup (Not Necessary)
Wipe System, Data, Cache, Dalvik
Flash the latest build and GApps(optional)
Reboot
Download
Rom
SOURCEFORGE
Gapps
FlameGapps | NikGapps | OpenGapps​
Source Code: https://github.com/CarbonROM
Kernel Source: https://github.com/DevMashru/android_kernel_xiaomi_sdm845
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
Based On: AOSP
Security patch level: February 2022
Build author: silent_eyes
Version Information
Status: Stable
​
Changelog:
1/03/2022
Latest Carbon changes
Merge February security patch
Reduced notification led blinking frequency
fixed colors section in display settings
bug fixes

			
				
SyntaxError said:
Click to expand...
Click to collapse
deym..still remembering bananadroid,huh?xD
pimmelbingo said:
look here mr.!!!!
https://sourceforge.net/projects/xs-unofficial-builds/
you not developer!!!
Click to expand...
Click to collapse
that's my sourceforge,sir
pimmelbingo said:
look here mr.!!!!
https://sourceforge.net/projects/xs-unofficial-builds/
you not developer!!!
Click to expand...
Click to collapse
check my sourceforge profile plox :3

Categories

Resources