[Rom] [Official] [10.0] AOSIP Derpfest for Payton - Moto X4 ROMs, Kernels, Recoveries, & Other Develop

About Drepfest
Derpfest is an heavily customized build of AOSiP. It uses a base of AOSiP and adds features that AOSiP doesnt have.
note: AOSiP and DerpFest teams are in no way related. ​
Installation​
[*]01. Download the ROM and Firmware from the links above.
02. If you're coming from Oreo Flash the PIE Firmware (Factory Image or Firmware_ONLY) for your device.
03. Use terminal to boot latest twrp.img "fastboot boot twrp.img"
04. Create backup. i.e. EFS
## YOU ONLY NEED THIS STEP ONCE.. When updating Firmwares ##
At this point Flash "Copy Partitions Zip" In TWRP "SLOT A"
05. Flash the ROM and TWRP installer.
06. Choose Reboot -> Recovery
07. Install Magisk.
08. Reboot -> Bootloader
09. fastboot -w
10. Reboot and Enjoy.
*Note-1: Slots, ROMS install to opposite (inactive) slot
If you FLASHED ROM from "Slot A", then ROM is installed to "Slot B", If you Flashed ROM from "Slot B", then ROM is installed to "Slot A"
*Note-2: Firmwares
* Recommended to install to "Slot A" unless you have PIE firmware fully installed on "Slot B" (you can achieve this with Firmware_ONLY Links or copypartitions.zip ran from Slot_A after a full stock update)
*Note-3: Updating "Dirty Flash"
01. Flash ROM + TWRP installer.
02. Reboot -> Recovery
02. Install Magisk
03. Reboot -> System
Links​ Derpfest 10 Official Payton
official twrp
Firmware_ONLY: [These Firmware Only Zips Update Just the Hardware on BOTH "Slot-A"&"Slot-B"]
** I.E. Bootloader, Radio, Bluetooth, Audio etc.. (Only whats needed for running Custom Roms)
PAYTON_RETAIL_9.0_PPWS29.69-26-4__A-B_FIRMWARE_ONLY.zip
XT1900-1_PAYTON_FI_9.0_PPW29.69-39-2__A-B_FIRMWARE_ONLY.zip
"Copy Partitions Zip" - courtesy of @filipepferraz
Copy Partitions Zip
Credit​ Mike Williams (founder and creator of AOSiP)
Google for Android and AOSP
LineageOS
AICP
ABC ROM
AquariOS
BootleggersROM
PixelExperience
OmniROM
Cory Collins
---------
Any others we may have forgotten to credit
And last but not the least, all our testers, who have helped us to squash many bugs so that we can try to release builds that as are flawless as possible
Source​
https://github.com/DerpLab
https://github.com/DerpFest-Devices
XDA:DevDB Information
derpfest payton, ROM for the Moto X4
Contributors
mhdaslam790, mhdaslam790, dhinesh_cool
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
Based On: AOSiP
Version Information
Status: Stable
Created 2020-05-04
Last Updated 2020-05-20

Good rom

How to remove the blank area in notification panel ?

Good ROM. Smooth working. Actually in use with no critical issue. Thank you for this ROM!
One issue exist. Fingerprint gesture working without enable this option in menu.
No change if I set up new gesture in menu. Still the same theme.
1 tap = home, on home screen Google Now
Long tap = Google assistant
Swipe <-- = back
Swipe --> = recent

Face lock
Can you add face lock like pixel plus roms

Related

Project Treble for Xperia XZs [G8321/2] [Pie 9.0] [no repartitioning]

Project Treble for Xperia XZs
With this project, you can run (almost) any Generic System Image(GSI) on your Xperia XZs. This means you can test LineageOS, Havoc, Pixel Experience...
No repartitioning necessary! This method is re-using the oem partition.
What is Project Treble?
Understanding Project Treble and Android updates
Talkin’ Treble: How Android engineers are winning the war on fragmentation
What are GSIs?
Android Source: Generic System Image (GSI)
Downloads:
ROM: Download the latest aosp_f8331_*-TREBLE-NIGHTLY.zip from sx.ix5.org/files/builds/keyaki/aosp/
TWRP: Download twrp-kagura-oem-to-vendor.img Wait until a treble-compatible recovery is made
How to install:
Back up your stuff
Wipe data and caches
Install the zip via TWRP (or unzip and install just the /boot and /vendor images via fastboot)
Install any GSI via "fastboot flash system your-gsi-image.img"
To use Magisk: Flash twrp-kagura-oem-to-vendor.img as recovery. Reboot into recovery and install Magisk like you usually would. If you want to go back to another ROM, you need to re-flash your old TWRP recovery as well.
Bugs: See post #2
DO NOT POST HERE FOR FLASHING HELP OR YOU WILL BE REPORTED. Read everything before posting.​
If you have questions, ask them in this thread: AOSP 9.0 Pie builds for F8331/F8332​
List of GSIs: phhusson's treble Generic System Image
Important: You need an A-Only, ARM64 GSI!
GSIs based on phhusson's work offer the best compatibility.
Magisk: For Magisk to work, you need to tweak your TWRP installation, since it doesn't know that we have shuffled /vendor to the oem partition. You need to change /oem to /vendor in TWRP's fstab file.
See above for a tweaked TWRP.
If you want to go back to any other AOSP-based ROM that is not a GSI, simply re-flash the regular oem image and install like you usually would.
For developers:
This method is repurposing the oem partition to hold /vendor and odm(blobs). There's 400mb of space on that partition and we are only using ~260mb for blobs, while vendor is only about 20-30mb.
Re-partitioning can be quite dangerous if you do not know what you are doing. This method should be safe for everyone.
Sources are up now.
local_manifests
kernel (with patches)
sony's repo_update
ix5_repo_update: run ix5_repo_update.sh and then treble_repo_update.sh
You need to tweak the following:
Kernel dtsi to disable "odm" and load /vendor from "bootdevice/by-name/oem"
PlatformConfig on tone
device-sony-common:
adreno-symlinks branch
symlink from /vendor/odm/lib to /vendor/lib instead of from /odm/lib: Extra symlinks for build.prop and radio (aosp already symlinks /odm to /vendor/odm, but it omits build.prop and our radio folder)
Misc fixes
PRODUCT_FULL_TREBLE_OVERRIDE needs to be "true"
device-sony-tone: treble fixes:
Mount oem as /vendor in fstab
"TARGET_COPY_OUT_VENDOR := vendor" needs to be set
Set VNDK versions, and override properties that get set because the build system is made to believe our XZ shipped with Oreo
device/sony/odm with odm files
Unpack the oem blobs under device/sony/odm/odm and follow the README in device/sony/odm/README.
We need to put the odm files("blobs") somewhere. They get symlinked from /vendor/odm to /odm; both locations need to be accessible.
sepolicy: Use the broad-updates branch (it's kinda hack-ish now because /odm/pm-service is using /dev/binder, which messes with sepolicy). Sepolicy is on permissive for these builds because of that issue.
Tested:
AOSP Extended (calling works, bluetooth may crash)
Havoc (no calling, bluetooth may crash)
Camera should work everywhere
Bugs are the same as the regular AOSP builds, plus some more if the GSI is not built well or doesn't have tweaks for Sony devices.
Happy holidays, I hope you have fun with this!​
XDA:DevDB Information
Project Treble for Xperia XZ F8331/2, ROM for the Sony Xperia XZ
Contributors
local__hero
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: .184 or later stock firmware
Based On: AOSP
Version Information
Status: Nightly
Created 2018-12-30
Last Updated 2018-12-30
XDA:DevDB Information
Project Treble for Xperia XZs [Pie 9.0], ROM for the Sony Xperia XZs
Contributors
local__hero
Source Code: https://git.ix5.org/felix/local-manifests-ix5
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: Stock Oreo firmware, best .184
Based On: AOSP
Version Information
Status: Nightly
Created 2019-01-28
Last Updated 2019-06-10
Reserved
Reserved
Gb321 single card installation error
Man, can you explain the installation better? I don't understand how it installs on the vendor, boot and twrp (I'm Brazilian, I'm sorry for my bad English)
There's three vendors and none of them is image how can I flash them
Thread closed at op's request.
Thank you for your contributions :highfive:
strongst
Forum Moderator

[ROM][WT88047][P][9.0][UNOFFICIAL] OmniROM [ARM/ARM64][DISCONTINUED]

Redmi 2/WT88047 OmniROM PIE 9.0
DOWNLOAD BUILD-28/12/2019 (ARM)
DOWNLOAD BUILD-05/01/2020 (ARM64)
RELEASES:
====================
18/08/19
====================
* Initial release
* Omni upstream as of 18/08
====================
25/08/19
====================
* Selinux enforcing
* Added Dirac support from MIUI
* ZRAM 4.18 backport from a6k kernel
* Fixed the janky flashlight toggle
====================
10/09/19
====================
* Initial ARM64 release
(Thanks to @Cecell3000 for his ARM64 works
and @karthik km for fixing RIL)
====================
28/12/19 - ARM | 05/01/2020 - ARM64
====================
* Fixed VoLTE
* Updated GPS HAL to A6020
* Omni upstream as of 28/12
(looks like the pie branch is no longer updated and is deprecated, maybe its time to discontinue omni pie)
REQUIREMENTS TO SUCCESSFULLY FLASH OMNIROM:
1. TWRP obviously (Use Cecell's ARM64 TWRP)
2. Latest device firmware (WT86047 | WT88047)
3. Repart /system to at least 1.5GB
(Go HERE to resize system partition)
INSTALLATION INSTRUCTIONS:
1. Reboot device to TWRP
2. Wipe everything except internal and external storage
3. Flash the ROM zip file
4. Flash the 3Expand-filesystem zip file (Available HERE)
5. (Optional) Flash a gapps package
6. Reboot device to system
CURRENT ISSUES:
* You tell me!?
SOURCES:
Device tree (ARM | ARM64)
Common tree (ARM | ARM64)
Kernel sauce (ARM | ARM64)
Vendor (ARM | ARM64)
BUG REPORTS:
REPORT BUGS ONLY IF
- AFTER A CLEAN INSTALL
- USING STOCK KERNEL
- NO MODS OF ANY SORT
OMNI GERRIT REVIEW:
https://gerrit.omnirom.org/
DISCLAIMER:
No one is responsible for any damage done to your device but YOU. You've been warned.
XDA:DevDB Information
OmniROM, ROM for the Xiaomi Redmi 2
Contributors
Rahif M
Source Code: http://github.com/omnirom
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
Version Information
Status: Testing
Created 2019-08-18
Last Updated 2020-01-17
Thank you!
Nice...
Thanks, I'm gonna try this :good:
Very good.
Onfire again.
Any review please.
Which rom is comptible arm or arm 64 ???
Flash BUILD-10/09/2019 (ARM64) using twrp 3.2.3.0 - 64 bit, get error 255 "error installing zip file"
system partition: resized to 1.5GB
device: redmi 2 1 GB ram
Wow arm64... I wanna try it
I guess need move rom zip file to internal storage, then flash.
thonipublic said:
Flash BUILD-10/09/2019 (ARM64) using twrp 3.2.3.0 - 64 bit, get error 255 "error installing zip file"
system partition: resized to 1.5GB
device: redmi 2 1 GB ram
Click to expand...
Click to collapse
That's weird, can u provide recovery logs pls?
also did you follow the flash procedure correctly?
flash rom.zip+expandfs.zip and then gapps?
Rahif M said:
That's weird, can u provide recovery logs pls?
also did you follow the flash procedure correctly?
flash rom.zip+expandfs.zip and then gapps?
Click to expand...
Click to collapse
Yes, i had follow the flash procedure.
I will try it again tomorrow to get recovery log.
Currently on other rom.
Rahif M said:
That's weird, can u provide recovery logs pls?
also did you follow the flash procedure correctly?
flash rom.zip+expandfs.zip and then gapps?
Click to expand...
Click to collapse
Successfully flash the rom after resize /system partition to 1.75 gb.
Thanks, for this smooth rom :good:
I am not able to flash and boot into the ARM64 TWRP recovery. It'd just hang at the logo. Meanwhile, the normal TWRP (3.3.1.0) works fine. Am I missing something?
I have a 2014817 1GB variant. Could it be misdetecting as a 2GB instead?
Edit: Figured it out
thank you so much for the arm64 bro, i am going to install and test it.
Managed to get it working by flashing latest MM firmware and then the 64bit TWRP. However, it gets stuck at Google Verifying Account page during setup. I can't get past it even using my own accounts to log in. Anyone else has this issue or knows how to get past this?
Edit: Never mind figured out to boot up first time and then flash Open GApps
conspibro said:
Managed to get it working by flashing latest MM firmware and then the 64bit TWRP. However, it gets stuck at Google Verifying Account page during setup. I can't get past it even using my own accounts to log in. Anyone else has this issue or knows how to get past this?
Edit: Never mind figured out to boot up first time and then flash Open GApps
Click to expand...
Click to collapse
MM firmware? WTF!? ?
nadimhd said:
MM firmware? WTF!? ?
Click to expand...
Click to collapse
My phone was still on its stock Kit Kat firmware. The ARM64 TWRP only works with the latest firmware (MM) it seems.
Firmware for the modem, wifi etc, not the OS.
For you information, the instruction isn't that clear. It pretty much take me one day to make it work
here's how I do it
1. Reboot device to TWRP
2. Flash 1Resize-System-Redmi2 zip (can be found at 3rd requirement link)
3. Resize to 1.75 gb
4. Wipe everything except internal and external storage
5. Flash the ROM zip file
6. Flash the 3Expand-filesystem zip file
7. Flash MindTheGapps gapps package (Don't use opengapps it causes bootloop)
8. Reboot device to system
Hope it helps you!

[ROM][OP5T][10]LuisROM Android 10 based on crDroid V6.x [DUMPLING]

My LuisROM based on cdDroid V6.x for Oneplus 5T (dumpling)​
Code:
*** Disclamer
/*
* 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.
*
*/
This is my personal custom rom. LuisROM based on the crDroid, LineageOS and other...
This is a ROM that works on Oneplus 5T (dumpling) snapdrgon only! This ROM comes with a highly-customized kernel, as well as some other very custom modifications.
I will NOT provide support if you install a custom kernel!
Changelogs: http://luis-builds.de/downloads/lineageos/cr/oneplus5t/changelog_dumpling.txt
Introduction
Hello Friends!
I had troubles to find current builds for my devices so I decided to make regular builds for my devices. When my friends told me about similar problems, I extended the builds to include their devices as well. So these builds were and are mainly for my friends and me, but I finally decided to provide them also for public download.
My ROMs
My LuisROM an awesome combination of performance, customization, power and the most new features, brought directly to your device. The LuisROM build server generates automaticly every 2nd days new builds directly from the sources.
Notice
Sometimes I get a lot of help or feature requests from users of my LuisROMs. My dog Luis and I try to fulfill most of the wishes, but that is not always possible. I do that as a little hobby and Luis does not always want to build ROMs . Please understand if I can not always answer directly.
ROM features:
Based on the latest cdDroid V6.x (Android 10), LineageOS and AOSP sources
Latest security patches and sources
OTA Updater
Compatible with EX Kernel Manager
Many other misc. performance and stability improvements under the hood
Kernel: Linux 4.4.x Kernel with many mods other devs and me (thanks for your incredible work!)
Removed lots of excessive bloat (improves security and performance)
Improved stability (several bugs not listed here have been fixed)
Boeffla Wakelock blocker driver V1.1.0
More I/O-Schedulers (fiops, sio, zen, maple)
Optimized for performance and battery life
Compatible with systemless root (recommend Magisk 20.x !!!)
Many other misc. improvements not listed here
Installation instructions:
Pre-installation:
TWRP Recovery of course (download here)
Tested with Oxygen OS 9.0.10 firmware. (download here)
Magisk 20.x and above (Link) can also be used just make sure you flash it after a first successful boot (after passed setup screen)
First time installation:
Unlock your bootloader
Install lates Oxygen firmware (tested 9.0.10)
Flash recovery zip (TWRP)
Flash my latest LuisROM (download here)
Optional: Flash Open GApps and Magisk 20.x and above
Reboot and enjoy
OTA App update installation (auto):
Go to crDroid > About cdDroid > Updates
Press reload button (right corner)
Select download on the new build list
After download select update/flash new build
Optional: Installed gapps and magisk will be moved into new system automaticaly !
TWRP update installation (manual):
Download latest LuisROM build (download here)
Boot into Recovery TWRP
Flash my updated LuisROM (download here)
Reboot and enjoy
Download
Latest builds: (http://luis-builds.de/downloads/lineageos/cr/oneplus5t/)
Latest Oxygen firmware: (download)
My other devices/ROMs: (http://luis-builds.de/downloads/lineageos/)
Download OpenGapps: (http://opengapps.org)
Flash latest TWRP Recovery: (download here)
Donate for my dog Luis, he is looking forward to an extra bone:
https://bw2.link/LuisDonation
Changelog
Developer: http://luis-builds.de/downloads/lineageos/cr/oneplus5t/changelog_dumpling.txt
Known Issus
..
Telegram group:
https://t.me/rr_luisrom
Thanks To/Credits
Special thanks to Teams:
LineageOS team: https://www.lineageos.org
crDroid Team: https://crdroid.net/
OMNI team https://omnirom.org/about/
SLIMROMS https://slimroms.org/#/about
topjohnwu (Magisk) https://forum.xda-developers.com/apps/magisk
Thanks to the best devs on earth:
LuK1337 (https://forum.xda-developers.com/member.php?u=5075128)
PeterCxy (https://forum.xda-developers.com/member.php?u=5351691)
francokernel (https://forum.xda-developers.com/member.php?u=3292224)
sultanxda (https://forum.xda-developers.com/member.php?u=4800121)
flar2 (https://forum.xda-developers.com/member.php?u=4684315)
nathanchance (https://forum.xda-developers.com/member.php?u=6842057)
zx2c4 for the wireguard vpn ROM Integration (https://forum.xda-developers.com/android/development/wireguard-rom-integration-t3711635)
phhusson for some blobs (https://github.com/phhusson)
and of course to all the supporters.
Thanks for the Sources/Blobs/Tweaks
crDroid (https://github.com/LineageOS)
Omnirom (https://github.com/omnirom)
TheMuppets (https://github.com/TheMuppets)
neobuddy89 (https://github.com/neobuddy89)
My Sources/Blobs/Tweaks
DEVICE (https://github.com/FraEgg/android_device_oneplus_dumpling)
KERNEL (https://github.com/FraEgg/android_kernel_oneplus_msm8998)
XDA:DevDB Information
[ROM][OP5T][10]LuisROM Android 10 based on crDroid V6.x [DUMPLING], ROM for the OnePlus 5T
Contributors
8224Freak
Source Code: Source Link: https://github.com/FraEgg
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: 9.0.11
Based On: LineageOS, crDroid, AOSP
Version Information
Status: Beta
Beta Release Date: 2020-03-24
Created 2020-01-26
Last Updated 2020-03-24
Reserved
Huge request to add TTL fixation support to the kernel
Thanks for the ROM!
But I have problem after flash your ROM. I'm stuck at setup wizard, my carrier not detected (Indonesia carrier network, already tried to remove then insert sim card again but still no luck). And at wifi setup it still searching and won't find any network (I have excellent wifi network here and detected with other ROM).
EDIT : after following flashing order by @sant03 now this rom running flawlessly on my 5t. very smooth and nearly haven't facing fps drop on gaming. thanks a lot @8224Freak !
wahing said:
Thanks for the ROM!
But I have problem after flash your ROM. I'm stuck at setup wizard, my carrier not detected (Indonesia carrier network, already tried to remove then insert sim card again but still no luck). And at wifi setup it still searching and won't find any network (I have excellent wifi network here and detected with other ROM).
Click to expand...
Click to collapse
Hi,
Pls check your firmware.
Cu Frank
8224Freak said:
Hi,
Pls check your firmware.
Cu Frank
Click to expand...
Click to collapse
i already flashed firmware 9.0.10 before flash the rom.
and the previous rom i used was OOS 9.0.10
wahing said:
i already flashed firmware 9.0.10 before flash the rom.
and the previous rom i used was OOS 9.0.10
Click to expand...
Click to collapse
I too came from OOS 9.0.10, NO issues here. Very smooth Rom.
hmm i think i know the problem, just notice the magisk point in pre install section.
so i assume the flashing order is :
1. flash rom
2. flash gapps
3. reboot
4. after successufully boot into OS and setup, then go back to recovery to install magisk
isn't it?
wahing said:
hmm i think i know the problem, just notice the magisk point in pre install section.
so i assume the flashing order is :
1. flash rom
2. flash gapps
3. reboot
4. after successufully boot into OS and setup, then go back to recovery to install magisk
isn't it?
Click to expand...
Click to collapse
That's what I did
[email protected] said:
Huge request to add TTL fixation support to the kernel
Click to expand...
Click to collapse
Done! Looking for the next builds...
Cu Frank
8224Freak said:
Done! Looking for the next builds...
Cu Frank
Click to expand...
Click to collapse
Type in the next kernel will already have support? And can I put me on the off version?
Does this ROM have the System Profiles like crDroid V5 does? That's a very useful feature I missed when I upgraded to other Android 10 ROMs, which is why I downgraded.
sant03 said:
That's what I did
Click to expand...
Click to collapse
alright, i'll try tomorrow. thank you so much!
Any plans for mirrors???......download speed very poor from given source, 2+ hours......:crying:
I can t find 9 .0.10 firmware in sourceforge,only 9.0.9.
Anybody can help with this or post another link?
broky said:
I can t find 9 .0.10 firmware in sourceforge,only 9.0.9.
Anybody can help with this or post another link?
Click to expand...
Click to collapse
here you go:
https://forum.xda-developers.com/showthread.php?t=3728665&p=81425595
Tnx for your hard.work
Thanks!!.. Great rom
I found a bug, when using the system profiles option the phone restarts
Enviado desde mi ONEPLUS A5010 mediante Tapatalk
Thanks for building to 5T. Are you skipping Resurrection Remix OS for Android 19 now? I've been a fan of those roms for several devices much because of the possibility to edit navbar behavior.
i found another issue, double tap to wake somtimes didnt work.

[ROM][11][RMX2001]CrDroid v7.7 [OFFICIAL] [UPDATE] June 20, 2021

​
Code:
*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today
Features:
https://github.com/crdroidandroid/crdroid_features/blob/11.0/README.mkdn
Flashing Instructions:
First time installation:
1. Disable AVB with fastboot (fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img)
2. Flash PBRP with fastboot (fastboot flash recovery recovery.img)
3. Reboot to Recovery
4. Wipe Data/Cache
5. Flash the ROM (Could need to unmount system before if it's mounted), then flash GAPPS
6. Format data
7. Reboot to System
Update installation:
1. Download the proper flashable ZIP for your device
2. Reboot to Recovery
3. Flash the ROM and GAPPS
4. Reboot to System
Sources:
ROM: https://github.com/crdroidandroid
Kernel: https://github.com/realme-kernel-opensource/realme6-kernel-source
Device: https://github.com/TheCloverly/device_realme_RMX2001
Download:
ROM: https://crdroid.net/RMX2001
Changelog: https://raw.githubusercontent.com/c..._vendor_crDroidOTA/11.0/changelog_RMX2001.txt
Known issues:
* Night light flickers
Visit official website @ crDroid.net
crDroid RMX2001 Telegram
crDroid Community Telegram
Donate to help our team pay server costs
crDroid Home - Revamped and customized launcher with Google now integration
crdroid_features/README.mkdn at 11.0 · crdroidandroid/crdroid_features
our main features (why you love us). Contribute to crdroidandroid/crdroid_features development by creating an account on GitHub.
github.com
if i dont install GAPPS is google now still integrated? in this build?
NFC on europe devices pls??
Thanks for your work! Will this work with realme 6s model? Also, does this rom pass safetynet check (for google pay)?
May month update is on the way.

Development [ROM] [TIRAMISU] [AOSP] [OOS12] [kebab] [lemonades] riceDroidOSS android project [OFFICIAL]

riceDroid for OnePlus 8T|9R [kebab][lemonades]
View attachment 5815623
What is riceDroid?
* Ricedroid is a FREE OPENSOURCE Android Operating System based on LineageOS and crDroid, that aims to provide necessary "ricing" aka customizations for ANDROID while being fast and stable. This operating system is highly inspired by Oxygen OS (10-11) and nothingOS, we strive to make things different but not too far from AOSP.
What is RiseUI?
* RiseUI is the name for our firmware skin/user interface.
Terminology
* The term \'rice\' is used to describe a person's unix desktop where \'ricing\' is an act where someone customizes their desktop such as the changing icons, panels or system interface.
source: https://jie-fang.github.io/blog/basics-of-ricing
Based on Android 13 | Tiramisu QPR1
What's working?
Most basic stuffs
Bugs and Issues
Please tell me with a logcat attached
Variants available
CORE build only - comes with basic gapps, no setupwizard
Device specific changes
Based on OOS 12 Firmware, Flashing OOS 12 firmware is a must before installing, boots on OOS13 firmware but touchscreen doesn't work
Shipped with OOS Camera - most features exposed working.
Shipped with Chaeyo.0 kernel - based from OOS 12 kernel source - CFS scheduler focused kernel.
Credits
LineageOS kebab team - for most of device/kernel tree changes
chandu078 - base device/vendor tree
cjh1249131356 - oneplus camera source
Notes
I will only maintain Official GMS core variant based on OOS 12 due to limited free time. Other variants will be officially maintained by sir manidreddy a.k.a Lord Itachi
If you have any type of concerns, please address it here, I'll try to accommodate as soon as I see the message.
Changelog
Source Changelog
Download link
riceDroid-13.0-202301210506-kebab-v10.1-CORE-OFFICIAL.zip
Installation Guide
Fastboot - recommended method
Download SDK platform tools here and follow this tutorial
Reboot to fastboot
Enter fastboot mode
Perform flashing commands listed on attached file: fastboot-commands
Enter recovery mode
Wipe data/cache/dalvik-cache
Sideload preferred zip files (magisk, gapps etc.)
Reboot to system
Sideload - recommended for those who were able to flash oos 12 on A/B slots
Fastboot flash recovery.img from firmware payload.bin
Reboot device into recovery mode
Enter ADB sideload mode
adb sideload ROM.zip
Wipe data/cache/dalvik-cache
Sideload preferred zip files (magisk, gapps etc.)
6. Reboot to system
Android OS version: 13.0.0_r24
Security patch level: January 2023
Build author/Device Maintainer: dlwlrma123
Device tree source code: https://github.com/ricedroidOSS-devices/device_oneplus_kebab
Device vendor source code: https://github.com/ricedroidOSS-devices/vendor_oneplus_kebab
Kernel source code: https://github.com/ricedroidOSS-devices/android_kernel_oneplus_sm8250
Firmware source code: https://github.com/ricedroidOSS
Firmware created by: The ricedroidOSS Team
Reserved for changelog purposes.
Bro! I love this rom. Working amazing without any problem. But remember, IU a.k.a Lee Ji-eun is mine (my). Rest is everything fine.
Currently I am on Elixir OS android 13 based so can I directly flash ricedroid over it ? Or do I have to roll back to oxygen os 12?
Can anyone help please ?
therajatshahare said:
Bro! I love this rom. Working amazing without any problem. But remember, IU a.k.a Lee Ji-eun is mine (my). Rest is everything fine.
Click to expand...
Click to collapse
Can you share the download link please?

Categories

Resources