Development [ROM] [13.0] DerpFest Tango for Pixel 6a [OFFICIAL] [bluejay] - Google Pixel 6a

{
"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"
}
This is a small project based on AOSP. We try to be a platform for beginners and support the Custom ROM community with our own unique contributions as well. This ROM exists thanks to inspiration of AOSiP, Thank you! #StayDerped
Code:
/* Your warranty is now void.
*
* I am 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 me for messing up your device, I will laugh at you.
*/
What is working:
Everything
If you want to report bugs, please send proper logs!
Installation:
Flash with "adb sideload ROM.zip" using recovery.
ROM Download
Testbuild Section
Screenshots
Kernel Source
If you like my work feel free to buy me some coffee HERE
Join our Derpfest telegram group here​
ROM OS Version: Android 13.0
ROM Kernel: Linux 5.10.149
Based On: AOSP
Version Information
Status: OFFICIAL
Current Build Version: 13.0
Build Release Date: 2023-05-10

I get this when i'm trying to flash. Can anyone help me?

jordan2333 said:
I get this when i'm trying to flash. Can anyone help me?
Click to expand...
Click to collapse
Did you flash boot and vendor_boot before sideload ?
I did a clean install with this way below:
(1) Extract boot.img, vendor_boot.img from payload.bin in ROM.zip
(2) fastboot flash boot boot.img
(3) fastboot flash vendor_boot vendor_boot.img
(4) reboot and goto recovery
(5) Factory reset -> Format data
(6) Install update -> ADB Sideload
(7) adb sideload ROM.zip

Derpfest Release Candidate
-Fixed Wifidisplay
-Launcher Optimizations
DOWNLOAD

E-sim is supported on this rom
Thanks

Thank you Derpfest for our Pixel 6a.
I installed 20230510 build (clean install, no restoration, completely newly seting up)
and then update to 20230522 build (dirty install),
and update to 20230524 build (dirty install)
3 days have passed since the 20230524 build, but there is no problem at all.
From the first time installation, there really is no problem, and it operates extremely smooth. Both of the 20230522 and 20230524 builds are also perfectly fine. Some bug fixes were done, but I didn't notice the bug itself.

klazyStrida said:
Thank you Derpfest for our Pixel 6a.
I installed 20230510 build (clean install, no restoration, completely newly seting up)
and then update to 20230522 build (dirty install),
and update to 20230524 build (dirty install)
3 days have passed since the 20230524 build, but there is no problem at all.
From the first time installation, there really is no problem, and it operates extremely smooth. Both of the 20230522 and 20230524 builds are also perfectly fine. Some bug fixes were done, but I didn't notice the bug itself.
Click to expand...
Click to collapse
How's your battery life compared to stock, vs. other roms? Just overall

mmead1143 said:
How's your battery life compared to stock, vs. other roms? Just overall
Click to expand...
Click to collapse
There's no problem in battery consamption.
It's not that Derpfest is good, but it's the same with Google's stock OS and other custom ROMs.

klazyStrida said:
There's no problem in battery consamption.
It's not that Derpfest is good, but it's the same with Google's stock OS and other custom ROMs.
Click to expand...
Click to collapse
Thanks a ton!

Hello! Dear developer, is there an "oriole" planned?

klazyStrida said:
Did you flash boot and vendor_boot before sideload ?
I did a clean install with this way below:
(1) Extract boot.img, vendor_boot.img from payload.bin in ROM.zip
(2) fastboot flash boot boot.img
(3) fastboot flash vendor_boot vendor_boot.img
(4) reboot and goto recovery
(5) Factory reset -> Format data
(6) Install update -> ADB Sideload
(7) adb sideload ROM.zip
Click to expand...
Click to collapse
1st newcomers should always make sure their on the latest official google firmware before flashing any custom rom.
Then the Dev could build with these commands and provide maximum compatibility for end user.
source build/envsetup.sh
Click to expand...
Click to collapse
Then
Brunch bluejay
Click to expand...
Click to collapse
This provides the Full OTA zip and is optimal in flashing via recovery, also provides a way for the Dev to develop his ota system. But if the dev doesn't clean his directory after it finishing brunch , would to be run these commands and build a full update image zip that's flash able via bootloader
croot
Click to expand...
Click to collapse
And then
m updatepackage
Click to expand...
Click to collapse
This builds the same identical builds , leaving end users better choices

maximusfoa said:
Hello! Dear developer, is there an "oriole" planned?
Click to expand...
Click to collapse
Not from me. I only build for devices i own.

pete80pro said:
Not from me. I only build for devices i own.
Click to expand...
Click to collapse
Ok, thnk

Related

[RECOVERY][UNOFFICIAL[pyxis and vela][v2.9.0] Pitch Black Recovery [05/02/20]

{
"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:
/*
*Disclaimer
*
* 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 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.
*/
Introduction
Pitch Black Recovery is a fork of TWRP with many improvements to make your experience better. It's more flexible & easy to use.
Based on TWRP version: 3.3.1
PitchBlack version: 2.9.0
For device: pyxis and vela
Maintainer/Authors build: @UnparallelSKY
PitchBlack Source Code: https://github.com/PitchBlackRecoveryProject
Device tree: https://github.com/Mashopy/android_device_xiaomi_pyxis-pbrp
PitchBlack Team: @rezaadi0105, @firewolfxda, @manjot.gni, @androiabledroid, Arbaz Khan
Features
Supports Treble and non-Treble ROMs
Up-to-date Oreo kernel, built from sources (Pie is on the way)
Full dark theme with changeable accents
Reorganized menus
MIUI OTA support
Disable DM Verity
Use AromaFM as default file manager
Various tools are include
Universal flash-able file for all variant of a device
Many bug fixes & optimization & much more
Click to expand...
Click to collapse
Installation Instructions
From PC
Download vbmeta.img and pbrp-2.9.0-pyxis-vela.img
Reboot to fastboot, plug your phone to your PC and open powershell or cmd
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash recovery pbrp-2.9.0-pyxis-vela.img
Reboot to recovery
Enjoy
From previous version or other recovery
Download the PitchBlack zip to your device
Reboot to your current custom recovery
Flash the PitchBlack zip
The device will automatically reboot into PitchBlack Recovery after installation
Enjoy
Changelog
Code:
v2.9.0
- Update kernel
- Update DM Verity Logic
- Update magisk
- Update unroot magisk
- Some bug fixed
Code:
05/02/20 Build
- Fix up mounting of data on some devices
- Fix ueventd.qcom.rc name (previously was ueventd.qcom.rc.rc)
15/01/20 Build
- Initial build
Downloads
vbmeta : https://github.com/Mashopy/android_.../releases/download/v2.9.0-05/02/20/vbmeta.img
recovery : https://github.com/Mashopy/android_...oad/v2.9.0-05/02/20/pbrp-2.9.0-pyxis-vela.img
Flashable zip
https://github.com/Mashopy/android_...lack-pyxis-2.9.0-20200205-1721-UNOFFICIAL.zip
Well done, looks good
Here some screenshots
i love it
Many thanks Bro.
Hey all,
Thanks for the amazing job done here!
I'm having issue to wipe devices data, when I try it gives me and error:
Failed to mount data, no such device.
Any idea?
Thanks
topfreitas said:
Hey all,
Thanks for the amazing job done here!
I'm having issue to wipe devices data, when I try it gives me and error:
Failed to mount data, no such device.
Any idea?
Thanks
Click to expand...
Click to collapse
I had same error and return to previous TWRP
Sent from my MI 9 Lite using Tapatalk
Which one are you using now? I'm having issues with like "Could not mount /data and unable to find crypto footer". I tried to wipe all data but i'm not able to format it, same issue.
any ideas?
Can this twrp bypass arb check on rom downgrade?
editheraven said:
Can this twrp bypass arb check on rom downgrade?
Click to expand...
Click to collapse
pyxis and vela doesn't have arb ;___;
topfreitas said:
Which one are you using now? I'm having issues with like "Could not mount /data and unable to find crypto footer". I tried to wipe all data but i'm not able to format it, same issue.
any ideas?
Click to expand...
Click to collapse
Try to switch to ext4
I don't know. I think it has.
I had miui global 11.3.5.0 PFCEUXM then I installed mi-globe.com_v11_pyxis_20.1.16 from miui rom builder site. I had a twrp backup of 11.3.5 and flashed it back. I had to pay an authorised account user to flash stable eu rom in edl mode. (no fastboot no recovery).
fastboot getvar anti returns value "1" so I thought it's ok.
I found another thread with a similar problem
https://forum.xda-developers.com/mi-cc9/help/bricked-cc9-anti-rollback-help-edl-t4019819
editheraven said:
I don't know. I think it has.
I had miui global 11.3.5.0 PFCEUXM then I installed mi-globe.com_v11_pyxis_20.1.16 from miui rom builder site. I had a twrp backup of 11.3.5 and flashed it back. I had to pay an authorised account user to flash stable eu rom in edl mode. (no fastboot no recovery).
fastboot getvar anti returns value "1" so I thought it's ok.
I found another thread with a similar problem
https://forum.xda-developers.com/mi-cc9/help/bricked-cc9-anti-rollback-help-edl-t4019819
Click to expand...
Click to collapse
Because you bricked ;__; and this device doesn't have arb enabled
UnparallelSKY said:
Because you bricked ;__; and this device doesn't have arb enabled
Click to expand...
Click to collapse
I bricked what?
editheraven said:
I bricked what?
Click to expand...
Click to collapse
Your phone, because you bought a authorized account for flash in edl
UnparallelSKY said:
Your phone, because you bought a authorized account for flash in edl
Click to expand...
Click to collapse
I bricked my phone after restoring an older twrp backup. But this is already offtopic I think.
It didn't work with the pixel experience GSI!
maosilva said:
It didn't work with the pixel experience GSI!
Click to expand...
Click to collapse
Then you did something wrong
Don't have arb but will brick if you flash 9 over 10 with easy or if you restore backup, flash some roms.. ??
Is there any way to backup-restore a fastboot rom with pattern encryption?
is it possible to backup with second space\dual app?

[DISCONTINUED][ROM][UNOFFICIAL] LineageOS 17.1 for Xperia 5 II

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am 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 me for messing up your device, I will laugh at you.
*/
About LineageOS
LineageOS is a free, community built, aftermarket firmware distribution of Android 10.x (Q),
which is designed to increase performance and reliability over stock Android for your device.
All the source code for LineageOS is available in the LineageOS GitHub repo.
And if you would like to contribute to LineageOS, please visit our Gerrit Code Review.
Official LineageOS website : http://lineageos.org
About LineageOS Legal : http://lineageos.org/legal/
Important Information
1. This ROM has nothing related to ODM images! So you don't need to ask/install anything like that, just follow the instructions.
2. This ROM will never work with any versions of Google Camera (GCam)!
3. You need to flash Stock Android 10 before flashing this ROM.
4. For VoLTE, you need to boot into stock firmware and enable it before flashing this ROM!
5. If you came from SODP ROMs, you need to go back to official Android 10 firmware, and boot into launcher.
6. High Refresh Rate switch is opposite due to my bad while hack sony vendor into LineageOS (NOT A BUG)
Downloads Links
LineageOS 17.1:
Unofficial-build: Link (AFH)
Looking For CinemaPro And PhotoPro:
Click Here
Google Applications (optional):
OpenGapps: http://opengapps.org/ (ARM64->Android 10.0->Pico, Nano or Micro)
Information: Flash the GApps before the first boot. If not, a clean flash is recommended.
Flashing and updating
How to flash
Make sure you upgraded to Official Android 10.0 from Sony
Unlock bootloader is necessary.
Download latest platform-tools from google
1. Install fastbootd drivers, guidance
2. Put your device into fastboot by volume up key.
3. Enter fastbootd:
Code:
fastboot reboot fastboot
4. Flash LineageOS:
Code:
fastboot set_active a
fastboot flash boot boot.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot --disable-verity --disable-verification flash vbmeta_system vbmeta_system.img
fastboot erase metadata
fastboot flash system system.img
fastboot flash product product.img
5. If you are first time to flash LineageOS, Wipe the old userdata:
Code:
fastboot erase userdata
Gapps:
Download Lineage Recovery
Flash and boot into Recovery then choose Apply update - Apply from ADB, then sideload the gapps package on your PC with adb tool:
Code:
adb sideload <PATH OF GAPPS>
Root access:
Flash Magisk in recovery.
SD CARD Notice:
If your SD card can NOT use in this system
Just format it into 'FAT32' (On PC)
It will works
DO NOT format by android
(Android will format it into 'ExFat' and seems to be some 'reading' issue)
Issues and reports
Report issues only if you are using the ROM kernel
If an additional mod is installed, make sure it's unrelated, and mention it
Make sure the issue wasn't discussed earlier in the threads
Share a log of the error with CatLog for example
Also thanks to:
Shion Sjll
The LineageOS Team
The CyanogenMod Team
Source:
Kernel Source
Device vendor
Device Tree
Screenshots:
{
"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"
}
Damn what a surprise !
A big thank you for your build! I will test it as soon as I can
A member asked me if the stock camera was working properly, is it the case ?
Can't wait to test this! Does this work regardless of which model you have? I have the HK dual sim model, the XQ-AS72.
Will this rom work with the Sony Cinema Pro and Photo Pro apps? I can get the APK from my stock software easily. I wanted to know if I could expect the stock camera performance on this rom.
Jayram2000 said:
Will this rom work with the Sony Cinema Pro and Photo Pro apps? I can get the APK from my stock software easily. I wanted to know if I could expect the stock camera performance on this rom.
Click to expand...
Click to collapse
Just a small question: are these apps that good so you want to keep them?
Are they better than GCam?
danfauca said:
Just a small question: are these apps that good so you want to keep them?
Are they better than GCam?
Click to expand...
Click to collapse
They are nice because they provide lots of extra controls for both photo and video. Getting the apps on are easy, just was curious if the ROM had anything that would inhibit them from working.
I'm super excited to try this out. Thank you ken442266 !!!
I've got it up and running, and its nice and smooth. However, SD support seems bugged. Its asking me to format and no matter how many times I try, it keeps showing as corrupt and prompts for format again.
Another little thing is the status bar being kind of inset, where the icons don't reach out to the edges of the screen.
Jayram2000 said:
I've got it up and running, and its nice and smooth. However, SD support seems bugged. Its asking me to format and no matter how many times I try, it keeps showing as corrupt and prompts for format again.
Click to expand...
Click to collapse
SD Card seems to be a problem .
But I don`t have any SD card.
So this bug will be fixed when I back to school or release lineageos18.1
It will be a long wait.
Jayram2000 said:
Another little thing is the status bar being kind of inset, where the icons don't reach out to the edges of the screen.
Click to expand...
Click to collapse
No a bug. I adding some padding between the edges
flyl0 said:
A member asked me if the stock camera was working properly, is it the case ?
Click to expand...
Click to collapse
I have sony vendor camera inside. But NOT cinema pro && photo pro.
They all have to do some hack in order to make it wok on non-sony ROM
ken442266 said:
SD Card seems to be a problem .
But I don`t have any SD card.
So this bug will be fixed when I back to school or release lineageos18.1
It will be a long wait.
Click to expand...
Click to collapse
It's really sad cause i have a sd card of 256 go so i have to wait to install this build till the bug is fixed
ken442266 said:
No a bug. I adding some padding between the edges
Click to expand...
Click to collapse
I see, is there any way to change that?
Jayram2000 said:
I see, is there any way to change that?
Click to expand...
Click to collapse
No, But i will reduce the padding in LineageOS 181
ken442266 said:
No, But i will reduce the padding in LineageOS 181
Click to expand...
Click to collapse
Thanks, I appreciate it.
flyl0 said:
It's really sad cause i have a sd card of 256 go so i have to wait to install this build till the bug is fixed
Click to expand...
Click to collapse
Hey, I just test sdcard function. It works fine on my phone. And you have to format before use it.
It is likely a initial for a sdcard on LineageOS or something.
Jayram2000 said:
Thanks, I appreciate it.
Click to expand...
Click to collapse
After looking into source. The padding or the status bar is by default. So I won`t change it. Sorry.
EDIT: May will reduce in some future release
Great to see this! Appreciate the work done here, I won't be using it yet but I'll love to install it in future with stable release..

[ROM][12][OFFICIAL][HOTDOGB]KOSP 2.2

Code:
/*
* DISCLAIMER: Read this carefully
* Your warranty is now void.
* I am 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 me for messing up your device, I will laugh at you.
*/
{
"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"
}
KOSP is a small project based off AOSP and we intend to improve upon AOSP to provide a stable and better alternative to OEM roms with additional features.
Features
There are some cool features, see for yourself
Truth is I'm just lazy to write a long list of features and we intend to focus on the stability rather than adding a ton of features.
Gapps is included!
Note:
hotdogb has dropped sdcardfs
We are enforcing and safety net passes out of the box
What's broken?
You tell me
Bug reporting:
DO NOT report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
Do not approach us without any logs for reporting bugs
If it is a random reboot, grab everything from /sys/fs/pstore. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
Downloads: GDrive, Sourceforge
Magisk: https://github.com/topjohnwu/Magisk/releases
INSTRUCTIONS
First time installation:
Download the fastboot zip, It ends with -img.zip.
Boot to bootloader
fastboot update --skip-reboot --skip-secondary zipname
Now reboot to recovery
Factory reset in the recovery
Reboot system
Upgrading:
It is recommended to update using updater
Via recovery:
Reboot to recovery
Sideload with ADB (preferred)
Reboot to recovery
Reboot
Via updater app:
Open Settings -> System -> KOSP Updater
Download the ota if available or if you have already downloaded the zip then use it for local upgrade
Install the update
Flash magisk to inactive slot (optional)
(optional) Reboot to recovery if you have anything else to flash
Reboot
Follow us on Telegram
Credit/Thanks:
Google for AOSP
LineageOS
YAAP
DerpFest
MSM-Xtended
And all others we may have forgotten to credit
Special thanks to @npv12 and also to @AnnoyingZlatan for his amazing kernel.
Thanks to @Mohammed_Gabr for making our awesome banner.
Last but not the least, thanks to all our testers, who have helped us to squash many bugs as possible
XDA:DevDB Information
KOSP, ROM for the OnePlus 7T
Contributors: @Joker123##, @npv12
Device maintainer: @npv12
ROM source: https://github.com/AOSP-Krypton
ROM Kernel: Dora kernel
Kernel source: https://github.com/AOSP-Krypton/kernel_oneplus_sm8150
ROM Firmware Required: OOS 11.0.4.1
Android Version: 12
Based On: AOSP
Version Information
Version: 2.2
Status: Beta
Created 2021-10-31
Last Updated 2021-12-18
Reserved
Woah? Andorid 12 already? Pretty fast. Any screenshots/feature list of the ROM?
Edit: found some in the tg channel, looks cool.
Amazing....thanks so much...
Is nfc payment working fine?
Do I have to install recovery after installing the -img.zip? (Which recovery?)
Hey, so I just wanted to confirm, do I need a custom recovery for this or will the commands in the install instructions flash a recovery, sorry if this is a very basic question!
Ayush Neek said:
Hey, so I just wanted to confirm, do I need a custom recovery for this or will the commands in the install instructions flash a recovery, sorry if this is a very basic question!
Click to expand...
Click to collapse
It'll include Los type recovery for sideloading. Also change txt file in zip to "msmnile" if "fastboot update kosp.zip" doesn't flash due to device mismatched
srizodiac said:
Do I have to install recovery after installing the -img.zip? (Which recovery?)
Click to expand...
Click to collapse
Above
HueyT said:
It'll include Los type recovery for sideloading. Also change txt file in zip to "msmnile" if "fastboot update kosp.zip" doesn't flash due to device mism
Click to expand...
Click to collapse
HueyT said:
It'll include Los type recovery for sideloading. Also change txt file in zip to "msmnile" if "fastboot update kosp.zip" doesn't flash due to device mismatched
Click to expand...
Click to collapse
Do i change the android info text to msmnile or do i change the contents inside?
gillim74 said:
Do i change the android info text to msmnile or do i change the contents inside?
Click to expand...
Click to collapse
Content inside device=msmnile
HueyT said:
Content inside device=msmnile
Click to expand...
Click to collapse
I tried that still failed.
HueyT said:
Content inside device=msmnile
Click to expand...
Click to collapse
This is what stock one says...board=OnePlus7T so i changed it to board=msmnile and it failed.
gillim74 said:
This is what stock one says...board=OnePlus7T so i changed it to board=msmnile and it failed.
Click to expand...
Click to collapse
fastboot update rom.zip
(Coming from oos11)
Make sure u downloaded the img zip:
https://sourceforge.net/projects/kosp/files/A12/hotdogb/KOSP-2.0-hotdogb-user-OFFICIAL-GAPPS-20211031-1628-img.zip/download
Per kosp telegram:
Peeps getting this error with fastboot update:
Checking 'product' FAILED
Device product is 'msmnile'.
"Unzip the zip file. Change the board=whatever_it_is to board=msmnile inside android-info.txt file. Save the file, repack it to the zip and then continue with the same command"
HueyT said:
Per kosp telegram:
Peeps getting this error with fastboot update:
Checking 'product' FAILED
Device product is 'msmnile'.
"Unzip the zip file. Change the board=whatever_it_is to board=msmnile inside android-info.txt file. Save the file, repack it to the zip and then continue with the same command"
Click to expand...
Click to collapse
I did that but it still fails.i just fastboot flashed each partition.do you know what the super_empty img is.thats the only thing that wouldnt flash
gillim74 said:
I did that but it still fails.i just fastboot flashed each partition.do you know what the super_empty img is.thats the only thing that wouldnt flash
Click to expand...
Click to collapse
Skip that and userdata
HueyT said:
Skip that and userdata
Click to expand...
Click to collapse
Ok cool.any way you can share your zip if you gotta to flash through fastboot update command? I wouod really appreciate it!! Did they make a a12 for the 5g mclaren? I know your alot more active than me so i figured id ask.
gillim74 said:
Ok cool.any way you can share your zip if you gotta to flash through fastboot update command? I wouod really appreciate it!! Did they make a a12 for the 5g mclaren? I know your alot more active than me so i figured id ask.
Click to expand...
Click to collapse
https://sourceforge.net/projects/kosp/files/A12/hotdogb/KOSP-2.0-hotdogb-user-OFFICIAL-GAPPS-20211031-1628-img.zip/download
Op7t only

[ROM][13.0]CherishOS-4.2[UNOFFICIAL][Oneplus 8]

{
"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"
}
CherishOS is an AOSP based rom focusing on Unique and Smooth UI with handy features. CherishOS is a reborn of pie based Dot-ExtendedOS.
* Your warranty is now void.
* I am 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.
WHAT WORKS?​Everything.
KNOWN ISSUES:
U tell me?
DO NOT FLASH GAPPS, ALREADY INCLUDED
DOWNLOADS​DOWNLOAD LINKS BELOW:
ROM - Click
TELEGRAM - https://t.me/CherishOS8P
INSTRUCTIONS​First Time Install / Clean Flash
1. Have an unlocked bootloader & be on the latest OOS 12 (C33-C36)
2. Download copy_partitions, vbmeta, recovery, and rom for your device from here
3. Reboot to bootloader
4. fastboot flash recovery recovery.img
- fastboot flash vbmeta vbmeta.img
- fastboot reboot recovery
5. While in recovery, navigate to Apply update -> Apply from ADB
6. adb sideload copy_partitions.zip
7. adb sideload rom.zip (replace "rom" with actual filename)
8. Format data, reboot to system
Update / Dirty Flash
1. Reboot to recovery
2. adb sideload rom.zip (replace "rom" with actual filename)
3. Reboot to system
SOURCE
Android version: 13.0.0
Security patch level: November 2022
Kernel Source: https://github.com/LineageOS/android_kernel_oneplus_sm8250
NOTE: ROM is now based on OOS12 fw. Do not try to dirty flash from 3.9. Follow fresh install instructions.
Dirty flash is fine if coming from version 4.0
reserved
Awesome!!!
Enjoy op8 peeps!!
another one? less goo!!!! more to test!
Can I flash this using twrp?
ac386 said:
Can I flash this using twrp?
Click to expand...
Click to collapse
Nope.. twrp is not fully functional for A12. Use the recovery mentioned in the thread.
it says package is for instant noodle but expected instantnoodlep
harrysingh87 said:
it says package is for instant noodle but expected instantnoodlep
Click to expand...
Click to collapse
I have updated recovery link in op. Use that
kumar akarsh said:
I have updated recovery link in op. Use that
Click to expand...
Click to collapse
I did, new recovery, but same error
harrysingh87 said:
I did, new recovery, but same error
Click to expand...
Click to collapse
Sorry I had posted wrong one. Try now. This will work
that error gone, now it says update error 21, error code: : kdownloadinvalidmetadatamagicstring
harrysingh87 said:
that error gone, now it says update error 21, error code: : kdownloadinvalidmetadatamagicstring
Click to expand...
Click to collapse
I'm on one plus 8
[email protected] platform-tools % ./adb sideload chs.zip
serving: 'chs.zip' (~0%) adb: failed to read command: Undefined error: 0
harrysingh87 said:
[email protected] platform-tools % ./adb sideload chs.zip
serving: 'chs.zip' (~0%) adb: failed to read command: Undefined error: 0
Click to expand...
Click to collapse
Maybe try using recovery from arrow os thread. I don't know why you are facing this issue. I do not have this device to test but the person who tested the ROM on op8 did not face any issue in sideloading
kumar akarsh said:
Maybe try using recovery from arrow os thread. I don't know why you are facing this issue. I do not have this device to test but the person who tested the ROM on op8 did not face any issue in sideloading
Click to expand...
Click to collapse
ok. will try that too. it only Sideload official rom. all other Roms give error.
harrysingh87 said:
ok. will try that too. it only Sideload official rom. all other Roms give error.
Click to expand...
Click to collapse
ahhh, finally got it. Figured out the mail reason - Macbook was unpacking the zip every time I downloaded. I re zipped all the Roms. now I uncheck that option and all is well. Thanks for timely replies. I posted first time here, but ur response time was awesome. Thanks , loading....
Trying to flash this and getting a message in recovery that it was expecting instantnoodle p but got instantnoodle. I am on an IN2017 it shows as that in device info. Not sure what I'm doing wrong. I am using the linked recovery.
kumar akarsh said:
CherishOS is an AOSP based rom focusing on Unique and Smooth UI with handy features. CherishOS is a reborn of pie based Dot-ExtendedOS.
* Your warranty is now void.
* I am 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.
WHAT WORKS?​Everything.
KNOWN ISSUES:
U tell me?
DO NOT FLASH GAPPS, ALREADY INCLUDED
DOWNLOADS​DOWNLOAD LINKS BELOW:
ROM - click
RECOVERY - click
TELEGRAM - https://t.me/CherishOS8P
INSTRUCTIONS​FLASHING INSTRUCTIONS :-
USE PLATFORM TOOLS FOR ADB AND FASTBOOT COMMANDS
1. Download recovery provided here
2. Reboot to bootloader and flash recovery
'fastboot flash recovery recovery.img'
'fastboot reboot recovery'
3. Select apply update/apply from ADB
4. Connect device to PC
5. Sideload rom.zip
'adb sideload rom.zip'
6 Do Factory reset/format data from recovery
7. Restart to system
*If need to root - sideload magisk V23.0 from recovery (AFTER FIRST BOOT)
SOURCE
Android version: 12.0_r27
Security patch level: January 2022
Kernel Source: https://github.com/Chris-kona-A12/kernel_oneplus_sm8250
ROM Source: https://github.com/CherishOS
CREDITS
@sauaditi & @Swp1996 for support in resolving build issues
Chris for device trees
@tejkumarvusirikala for testing build for oneplus 8
Click to expand...
Click to collapse
no verizon/visible support, beware
please help, when trying to flash Magisk it gives error 21

Development SparkOS 13.2 | Android 13 | [UNOFFICIAL] - [11/29/2022]

{
"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"
}
SparkOS is an AOSP based ROM, packed with many features without sacrificing stability and performance.
In short a fully functional operating system as stable and customizable as it should be.
Code:
/* Your warranty is now void.
*
* I am 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 me for messing up your device, I will laugh at you.
*/
Device Specific Issues:
• eSIM issues with some carriers
* FaceUnlock doesn't work yet
Requirements
• baseband and bootloader from November stock firmware
Downloads
SparkOS Build for cheetah: Spark-13.2-BETA2-Cheetah-11292022_fastboot.zip
Magisk (optional): Magisk.apk
Note: GApps are included, don't flash separately.​
Notes
• Nothing yet...
Flashing Instructions
Clean flash (coming from a different ROM):
* download zip and place in same folder in fastboot.exe
* open command prompt inside same folder
* reboot phone to bootloader (adb reboot bootloader)
* fastboot -w update <rom.zip>
Updating to a newer build (dirty flash):
* download zip and place in same folder in fastboot.exe
* open command prompt inside same folder
* reboot phone to bootloader (adb reboot bootloader)
* fastboot update <rom.zip>
Join our Telegram Group PANTAH ROMs (Pixel 7/Pro)
Buy me a Coffee Donate to Albinoman887
Source Code
https://github.com/Spark-Rom
https://github.com/Albinoman887/android_device_google_gs201
https://github.com/Albinoman887/android_device_google_pantah
Reserved
Reserved 2
albinoman887 said:
Reserved 2
Click to expand...
Click to collapse
Thx for ur hard work.... already installed....
asre the 5G and volte working in unsupported countires or only with root?
Thanks man, this is the freaky ultimate ROM!
Everything seems to be working great other than my fingerprint reader. It says "Couldn't process fingerprint. Please try again later." Is anyone else having this issue? Had the same issue on PA but it works perfectly on stock.
Manalow88 said:
Everything seems to be working great other than my fingerprint reader. It says "Couldn't process fingerprint. Please try again later." Is anyone else having this issue? Had the same issue on PA but it works perfectly on stock. View attachment 5775275
Click to expand...
Click to collapse
Fingerprint works perfectly fine on both Spark and PA.
Manalow88 said:
Everything seems to be working great other than my fingerprint reader. It says "Couldn't process fingerprint. Please try again later." Is anyone else having this issue? Had the same issue on PA but it works perfectly on stock. View attachment 5775275
Click to expand...
Click to collapse
Try to be sure you have correct STOCK before, so flash stock to A, flash stock to B(boh novmeber), then boot one of them, reboot to recovery, wipe data, boot to BL, fastboot update spark......zip and try again to add FP.
oh, you tried to register FP in 1080p or 1440p display settings?
You need to set 1440p.
vlubosh said:
Try to be sure you have correct STOCK before, so flash stock to A, flash stock to B(boh novmeber), then boot one of them, reboot to recovery, wipe data, boot to BL, fastboot update spark......zip and try again to add FP.
oh, you tried to register FP in 1080p or 1440p display settings?
Click to expand...
Click to collapse
I've tried setting in in both. I did not flash stock to both a and b nor did I flash spark to both. Could that be my issue?
Manalow88 said:
I've tried setting in in both. I did not flash stock to both a and b nor did I flash spark to both. Could that be my issue?
Click to expand...
Click to collapse
just flash stock to both, and then flash spark to just one slot, but format data before flashing spark
Hello, Rom Install with success without any problems, root without any problems, thank you for your work and your sharing.
edit: @albinoman887 Small donation given for your work.
Loved Spark on my OP8. Nice to see it on Pixels. Any plans on bringing it to panther?
stompysan said:
Loved Spark on my OP8. Nice to see it on Pixels. Any plans on bringing it to panther?
Click to expand...
Click to collapse
it already exists : https://mega.nz/file/GwZ2HC4R#-eejENxgasBpHPE7AWaV61VXGwlDfjvEN1kHRL2LQWk
jejemc said:
it already exists : https://mega.nz/file/GwZ2HC4R#-eejENxgasBpHPE7AWaV61VXGwlDfjvEN1kHRL2LQWk
Click to expand...
Click to collapse
Yeah, I checked everywhere shortly after making this post. I should learn to look before immediately asking silly questions. Thanks for the link!
For some reason when i try to install it will not boot into fastbootd? It goes into a bootlop. What would cause this. i have both slots flashed with stock.
rlivin said:
For some reason when i try to install it will not boot into fastbootd? It goes into a bootlop. What would cause this. i have both slots flashed with stock.
Click to expand...
Click to collapse
Try different cables (suggest A to C) and ports (suggest USB 2.0).
Also make sure your Platform Tools are up-to-date.
Nice rom. Perfect. Thanks from Vietnam
trungpda93 said:
Nice rom. Perfect. Thanks from Vietnam
Click to expand...
Click to collapse
Hi
How is the battery life?
ON screen hours?
Greattings

Categories

Resources