[ROM] CleanCore N5X | 100% Lean Stock | MHC19J - 03/8/2016 - Nexus 5X Android Development

Welcome to CleanCore
CleanCore is a rom series focused on a clean and lean version of the latest stock android builds.
Features
- Always sourced from stock factory images w/ stock kernel
- Trimmed out gapps & useless bloat
Donations
Donations are always appreciated!
Thank you for your support
Trimmings
Videos
YouTube
Books
Chrome
CloudPrint2
Drive
EditorsDocs
EditorsSheets
EditorsSlides
FitnessPrebuilt
GoogleEars
GoogleEarth
GoogleHindiIME
GooglePinyinIME
KoreanIME
Maps
Music2
Newsstand
Photos
PlusOne
PrebuiltGmail
PrebuiltKeep
PrebuiltNewsWeather
Street
Hangouts
Wallet
CleanCore Builds (flashable)
Download the latest and greatest!
Flashing Steps (Custom Recovery)
-> Flash Bootloader & Radio (as needed)
-> Flash CleanCore
-> Flash Modified Boot (named bullhead-xxxxxx-boot.zip) - only if you want root
-> Flash SuperSU or SuperSU Beta - only if you want root
-> Flash vendor.img using fastboot (ROM & Vendor builds need to match!)
Additional Resources
- Google's Factory Images
- TWRP
- SuperSU or SuperSU Beta
Fastboot Installation for IMG files
SYSTEM PREP (skip if you already have fastboot/adb setup):
Let's setup ADB and fastboot
Windows:
- Automated: http://forum.xda-developers.com/showthread.php?t=2588979 (follow the steps in the software)
- Manual Method:
Download this file and extract the folder called "adb" to your C: drive. Your path should look like this:
Code:
C:adb
You will need to open a command prompt window using this method:
Code:
- Go to the C:adb folder
- hold down SHIFT key and RIGHT-CLICK
- select "Open command window here".
In order to use ADB & Fastboot from anywhere - use the following steps to setup windows environment variables:
Navigate to & click on Start > Right-Click on Computer > click on Advance System Settings >
Click on Environment Variables (under the advanced tab) > Click on New (User Variables) >
Variables Name: ADB (Or anything you want) Variables Value: ;C:adb (this is the Path of my adb.exe file)
{
"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"
}
Mac & Linux:
Install ADB & fastboot using: this file
1. Extract the downloaded zip to your desktop
2. Open Terminal and type in:
Code:
su
cd Desktop/Android/ (note: Android is the directory extracted from zip file)
3. Now type
Code:
./ADB-Install-Mac.sh
Note: By using the method above, your adb and fastboot files are stored at this location on your Mac: /usr/bin/
Flashing Steps (for factory img files)
Boot into TWRP to wipe cache, dalvik, data (not internal storage/SD) and system.
Reboot to bootloader and flash the following:
fastboot flash bootloader <insert bootloader img name>
fastboot reboot-bootloader
fastboot flash radio <insert radio img name>
fastboot reboot-bootloader
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot flash boot boot.img // OR // fastboot flash boot <insert name of unecrypt boot.img>
fastboot flash cache cache.img
fastboot reboot
After you finish the above - reboot in to recovery (TWRP/CWM) and factory reset - then reboot
XDA:DevDB Information
CleanCore, ROM for the LG Nexus 5X
Contributors
vomer
ROM OS Version: 6.0.x Marshmallow
Version Information
Status: Stable
Created 2015-10-30
Last Updated 2016-03-08

Additional Goodies
- Multi Tool
- TWRP Development Thread

Nice to see you here! Can't wait for future works. Keep up the good work!

Thanks so much Vomer! Thus is greatly appreciated. I am already unlocked, rooted and have TWRP installed. Can I just flash this in TWRP? Sorry, I am a little confused by the directions.
Thanks

Has this rom addressed the tethering subscription request?
Sent from my Nexus 6P using Tapatalk

i'm freezing on google logo

stu5797 said:
Thanks so much Vomer! Thus is greatly appreciated. I am already unlocked, rooted and have TWRP installed. Can I just flash this in TWRP? Sorry, I am a little confused by the directions.
Thanks
Click to expand...
Click to collapse
yes, you should be able to. Just follow the steps in op - a modified boot.img is needed and i've linked it in op in the steps
mjondj said:
i'm freezing on google logo
Click to expand...
Click to collapse
did you flash the chainfire boot.img via fastboot?

vomer said:
did you flash the chainfire boot.img via fastboot?
Click to expand...
Click to collapse
yes. before and after installing the zip via recovery
edit: got it running, think i had an old supersu

added to index
[INDEX] LG NEXUS 5X Resources Compilation Roll-Up

how about an EvenCleanerCore with no google, no play services, no g framework

I Second the motion above me! ^^

mjondj said:
how about an EvenCleanerCore with no google, no play services, no g framework
Click to expand...
Click to collapse
I thought about this a while ago. Didn't go this route for 2 reasons:
1) CleanCore is meant to be a simplified version of stock android - it's ready to use out the box (removing play services limits users)
2) With each new version of android, it seems like removing core components like these causes more issues for users
Still, CleanCore is about 300MB leaner at any given time than the stock builds :good:

vomer said:
I thought about this a while ago. Didn't go this route for 2 reasons:
1) CleanCore is meant to be a simplified version of stock android - it's ready to use out the box (removing play services limits users)
Click to expand...
Click to collapse
yea, i get that. it would really be a different rom altogether i guess. and appeal to a certain group of people.
that being said- i bet there is a demand for it here. would love to see it.

flashing steps updated in op to include vendor.img
vendor.img uploaded to the ROM folder link in op - saves you from downloading the entire factory image zip

Nice to see @vomer here! But I'd ask what advantages has CleanCore got? Ie, "lean" is probably "better" than "fat", but... Thanks.
edit -
I think you (V) addressed this above..?

mjondj said:
how about an EvenCleanerCore with no google, no play services, no g framework
Click to expand...
Click to collapse
That sounds more like AOSP than stock android. Once google releases the binaries, you'll be able to build AOSP without any google parts.
I haven't flashed it yet, but I like the idea of cleanercore because I don't want all those google services on my phone. Plus they take to space twice-first in the system partition and then any updates are stored on the data partition.

ibilln said:
Nice to see @vomer here! But I'd ask what advantages has CleanCore got? Ie, "lean" is probably "better" than "fat", but... Thanks.
edit -
I think you (V) addressed this above..?
Click to expand...
Click to collapse
it's simple, lean and ready to modify to your liking

Flashed and perfectly working, I can happily say that it DOES feel faster without all of that bloat preinstalled!

MDB08M build added.
This new build includes vendor.img in the flash process - please backup your device and test. Report back if there are any issues with flashing.
Cheers :good:

By flashing this Rom am I updated to mdb08m or do I still need to flash the firmware ?
Thanks so much for everything Vomer!

Related

[ROM][OFFICIAL][redfin] LineageOS 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"
}
LineageOS is a free, community built, aftermarket firmware distribution of Android, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. LineageOS does still include various proprietary hardware-specific code.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Informations :
This ROM uses source built kernel, kernel modules, boot kernel modules (vendor_boot) and vendor image.
This ROM bundles the latest firmware so you don't have to worry about updating firmware.
To use the eSIM you need to install GApps
Instructions :
Follow https://wiki.lineageos.org/devices/redfin/install for how to install
Follow https://wiki.lineageos.org/devices/redfin/upgrade for how to upgrade from LineageOS 18
Downloads :
Official builds
Optional GApps: MindTheGapps
Reporting Bugs
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.)
If it is a random reboot, grab /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)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved.
Known Issues
None!
Contributors
mikeioannina
aleasto
The LineageOS team
Source Code: https://github.com/LineageOS
ROM OS Version: Android 13
Source code will be uploaded to LineageOS repos soon.
Meanwhile you can view my github
A Magisk module for GApps might fix the eSIM issue.
Hi,
That's excellent news, thank you for your work.
aleasto said:
Source code will be uploaded to LineageOS repos soon.
Click to expand...
Click to collapse
Does that mean it would then become official?
zemrwhite said:
Hi,
That's excellent news, thank you for your work.
Does that mean it would then become official?
Click to expand...
Click to collapse
Yes
Great work @aleasto!
Can't wait to try this Rom, I was waiting for it.
Just a quick question: maybe I'm just a noob, but how can I install the zip without a dedicated recovery? I mean, I'm stuck at point 4 in your instructions.
Thanks a lot!
sgnao said:
Great work @aleasto!
Can't wait to try this Rom, I was waiting for it.
Just a quick question: maybe I'm just a noob, but how can I install the zip without a dedicated recovery? I mean, I'm stuck at point 4 in your instructions.
Thanks a lot!
Click to expand...
Click to collapse
You can't.
Where exactly are you stuck? To reboot into recovery simply select "Recovery Mode" from the bootloader screen.
The previous steps installed Lineage Recovery.
I could not flash, I put the firmware on the stock, it gives an error with fastboot flash boot.img
Smrurbo said:
I could not flash, I put the firmware on the stock, it gives an error with fastboot flash boot.imgView attachment 5186989
Click to expand...
Click to collapse
fastboot flash boot boot.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash dtbo dtbo.img
I have not been able to download the files from Google Drive; "Sorry, you can't download this file a this time. Too many users have viewed or downloaded this file recently"
__
Edit: works again
got a "failed to read" error when flshing zip
Step 1/2 (47%)
after downloading the zip again the same error appeared but the third time it worked, !
the process in cmd hangs but the ROM is flashed. just wait until it's done.
Gaps?
Smrurbo said:
Gaps?
Click to expand...
Click to collapse
I decided that given the issues with flashing system addons, until a solution is found by our team i'll also be sharing builds with minimal gapps included. You can already find one in the drive folder.
ROM booted with me and magisk gapps working fine.
now everything is fine, everything you need is in the firmware, many thanks to the author for the work
Hey everyone, I wanna give an update on my experience with this Rom!
First of all: great job @aleasto!
This Lineage is definitely smoother than stock rom. Seriously, my Pixel 5 feels like a true flagship now, finally the 765 is working like a charm.
_
Now, some little features I do really enjoy:
- percentage only in the status bar (no battery icon needed)
- you can hide the navigation bar (the one at the bottom of the screen) but use the phone as if it was visible
- FINALLY no google assistant swipe-up from the bottom of the screen!
There are also some little bugs, nothing serious:
- with google camera, changing from portrait mode to standard mode (and viceversa) usually slows down a little bit. Maybe it's just my gcam version.
- vocal messages: recording vocal audio messages often does not work. The recording is muted, I haven't figure out how am I able to fix it, but sometimes I am able to do it.
_
A quick guide on how to install this ROM (for lineage os newbies like me):
Unlock the bootloader (here you can read how)
Download all the files from the first post and put them in the "platform tools" folder
Put the Pixel 5 in fastboot mode and connect it to the computer
Open a prompt window in the platform tools folder
Digit these commands:
- fastboot flash boot boot.img
- fastboot flash vendor_boot vendor_boot.img
- fastboot flash dtbo dtbo.img
Now you have to reboot into the recovery from the fastboot menu, just use the volume buttons to search the recovery option and select it with the power button.
You will enter the Lineage Recovery, then select "apply update" -> "apply from ADB"
Go back to your cmd window on your computer and write:
"ADB sideload xxxxxxxxx.zip" where the "x part" is the name of the ROM zip file (remember to put .zip at the end of the command)
Just wait until the end of the installation (around 5-8 minutes) and then reboot the phone from Lineage OS recovery.
Enjoy!
Personally I wasn't able to install magisk correctly, if anyone got it working just let me know!
Again, thanks Ale for the awesome rom, can't wait to see it becoming official!
Percent only
e: Screenshot from my home screen see the status bar
there was a problem with the microphone, they didn't hear me, but earlier on the proton firmware it was like that too, the solution: to flash another core. Here I also decided to replace the kernel
Smrurbo said:
there was a problem with the microphone, they didn't hear me, but earlier on the proton firmware it was like that too, the solution: to flash another core. Here I also decided to replace the kernel
Click to expand...
Click to collapse
That's a pity. I came from Galaxy S8 to Pixel 5 because I LineageOS on S8 had the same problem and I felt that switching to Pixel 5 I would be less likely to encounter problems with basic phone functions. The progress so far is incredible at such an early stage so hopefully this microphone issue can be ironed out eventually.

[ROM] [11] PixelExperience for Alldocube iPlay30 / Pro(T1012 & T1012C) [UNOFFICIAL]

{
"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"
}
​PixelExperience for Alldocube iPlay30 / Pro(T1012 & T1012C)​Alldocube, please public kernel source according to GPL rules if you see this thread.​What is this?
Pixel Experience is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, icons, fonts, bootanimation)
Our mission is to offer the maximum possible stability and security, along with essential and useful features for the proper functioning of the device
Based on Android 11​Whats working?
Wifi
RIL
Mobile data
VoLTE
GPS
Auto Brightness
Camera
Camcorder
Bluetooth
Sound
Stylus
Faceunlock
Selinux
Enforced
Known issues
You tell me.
DON'T FLASH GAPPS, ALREADY INCLUDED
Download
AFH
Donation
https://paypal.me/sjllls
Flashing and updating
*/* Unlock bootloader
1. Exit your google account.
2. Enable OEM unlock in developer settings.
3. Enable adb debug in developer settings.
4. Download latest adb driver from google, install it to make sure your PC recognized your pad in adb mode.
5. Download latest platform-tools from google.
6.Run with adb:
Code:
adb reboot-bootloader
7. Download latest fastboot driver from google, install it to make sure your PC recognized your pad in fastboot mode.
8. Run with fastboot:
Code:
fastboot flashing unlock
9. Unlock bootloader according the tissues on screen.
10. Pad will reboot and all data will be wiped
*/* Flash ROM
1. All files needed was uploaded to AFH, copy vbmeta.img and recovery.img to the rootdir of platform-tools.
2. Enable adb debug in developer settings.
3. Run with adb:
Code:
adb reboot-bootloader
4. Run with fastboot:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash recovery recovery.img
fastboot reboot recovery
5. After entering recovery, you can control pad by volume keys and power keys, power keys is enter.
then choose Apply update - Apply from ADB
6. Connect your pad with PC via USB cable, then run with adb:
Code:
adb sideload <The-Path-of-ROM(Modify it according to your file path)>
7. Wipe data in recovery.
8. After finished flashing, reboot and enjoy.
If you met any issue, you need to try to flash this official ROM before flashing PE 11. (T1012 & T1012C)
iPlay30 Pro(T1012C)-Android10-210129. You can download from AFH.
Root permission
Sideload Magisk in recovery
Contributors
Sjll
Source Code:
ROM source: https://github.com/PixelExperience
Kernel source: Non, use stock prebuilt kernel.
ROM OS Version: Android 11
ROM Kernel: Linux 4.14
Version Information
Status: Stable
Created 2021-06-20
Last Updated 2021-06-20
Waw. Waiting for custom ROM for my alldocube. Do you mine to adding video how this ROM perform. Since I use my tablet for works what's the difference between this and stock.
Did it still have 4 axis orientation? Thank you before for your work
Hi, Thanks for the great work.
I installed the ROM and I encountered an issue that the tablet unable to adjust sound volume, it is always in maximum volume.
Thanks
ken1941716 said:
Hi, Thanks for the great work.
I installed the ROM and I encountered an issue that the tablet unable to adjust sound volume, it is always in maximum volume.
Thanks
Click to expand...
Click to collapse
I aleady fixed it, new build will be uploaded today after new build finish.
aiseno said:
Waw. Waiting for custom ROM for my alldocube. Do you mine to adding video how this ROM perform. Since I use my tablet for works what's the difference between this and stock.
Did it still have 4 axis orientation? Thank you before for your work
Click to expand...
Click to collapse
Orientation works.
Sjll said:
I aleady fixed it, new build will be uploaded today after new build finish.
Orientation works.
Click to expand...
Click to collapse
That's great, I will try to flash the tablet again tonight. Is it just go to recovery and use side load to push the ROM to tablet but without WIPE the data/cache?
Thanks again
0622 build uploaded, audio volume tweaking fixed.
ken1941716 said:
That's great, I will try to flash the tablet again tonight. Is it just go to recovery and use side load to push the ROM to tablet but without WIPE the data/cache?
Thanks again
Click to expand...
Click to collapse
Uploaded, yup , you do not need to wipe data if you do PixelExperience build update.
Sjll said:
Uploaded, yup , you do not need to wipe data if you do PixelExperience build update.
Click to expand...
Click to collapse
Great Thanks
ken1941716 said:
That's great, I will try to flash the tablet again tonight. Is it just go to recovery and use side load to push the ROM to tablet but without WIPE the data/cache?
Thanks again
Click to expand...
Click to collapse
Please let us know how it perform? Battery? Dual sim work? I'm using active stylus to take a note, is it palm rejection still working? Gesture navigation is it work in third party launcher? I'm still considering for install this ROM. Thank you in advance.
aiseno said:
Please let us know how it perform? Battery? Dual sim work? I'm using active stylus to take a note, is it palm rejection still working? Gesture navigation is it work in third party launcher? I'm still considering for install this ROM. Thank you in advance.
Click to expand...
Click to collapse
I feel the preformce is running smoother than stock rom, battery life seems no difference with stock rom.
However, I just use the tablet at home watch YouTube so I have not try dual sim and stylus
Hope this help
problem by installing ...."Total xfer: 1.00x" reinstall stock and new installation of PE with same result. device stucks in boot screen.
Groger said:
problem by installing ...."Total xfer: 1.00x" reinstall stock and new installation of PE with same result. device stucks in boot screen.
Click to expand...
Click to collapse
Did you wipe data in recovery?
Sjll said:
Did you wipe data in recovery?
Click to expand...
Click to collapse
yes wipe data done but no booting of device. the return to stock doesnt solve the problem, second machine, other cable, diff version of adb brings no booting...
Groger said:
yes wipe data done but no booting of device. the return to stock doesnt solve the problem, second machine, other cable, diff version of adb brings no booting...
Click to expand...
Click to collapse
Which stock firmware you flashed?
Sjll said:
Which stock firmware you flashed?
Click to expand...
Click to collapse
the verson which was installed by delivery "iplay30(T1012)-EN-20210119" the other from the op isnt available
Groger said:
the verson which was installed by delivery "iplay30(T1012)-EN-20210119" the other from the op isnt available
Click to expand...
Click to collapse
I provided the stock firmware I used, you might try it.
Sjll said:
I provided the stock firmware I used, you might try it.
Click to expand...
Click to collapse
thx,,,,,i will give it a try
(~47%) adb: failed to read command: Undefined error: 0
Same as rinat.nexus.
Tablet say "script succeeded: result was [1.000000]
Install completed with status 0.
Command prompt says
C:\android\platform-tools>adb sideload PixelExperience_iPlay30-11.0-20210622-0539-UNOFFICIAL.zip
serving: 'PixelExperience_iPlay30-11.0-20210622-0539-UNOFFICIAL.zip' (~47%) adb: failed to read command: No error
I have the same problem.
Can you help. I do not know.

[ROM][sunfish][OFFICIAL][11] StatiXOS v4.2

{
"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"
}
StatiXOS for Google Pixel 4a (sunfish)
What is StatiXOS?
StatiXOS is a custom ROM based on the Android Open Source Project aiming to be minimal while providing quality of life improvements and up to date security patches.
Spoiler: Known Issues
None.
Please report anything you run into!
Spoiler: Changelogs, Feature Screenshots
Changelogs
Screenshots
Spoiler: Download StatiXOS Here!
Primary
SourceForge Mirror
Spoiler: How To Flash
For flashing the ROM, you can either use our own recovery images found within the downloads folder and then sideload the build. Alternatively, you can use our fastboot packages: you can flash these directly from fastboot mode by using the command "fastboot update <zip_name.zip>"
Spoiler: Stay in touch with our Telegram channels!
Official Chatroom
Official Releases & Announcements Channel
​
Android version: 11
Linux Kernel Version: 4.14
Source code: GitHub
Code Review: Gerrit
Please use fastboot update packages instead of OTA packages.
Download: https://downloads.statixos.com/11-OFFICIAL/sunfish/fastbootimages/
General changelog: https://downloads.statixos.com/changelog/11/
Link download???
Pro man, very nice
Nice, is based on bliss ROM? Thanks!
0967894983 said:
Link download???
View attachment 5354911
Click to expand...
Click to collapse
Check in the “fastbootimages” folder, an OTA package should be up soon. Sorry for the inconvenience.
Tried via fastboot, with fastboot erase user data and without...failure of not enough space. Tried via recovery with and without erase data....same results. After every fail redid flash of factory image first too.
Appreciate your work, appears a partition space issue? Here's the screenshots of either approach, same fail.
kkjb said:
Tried via fastboot, with fastboot erase user data and without...failure of not enough space. Tried via recovery with and without erase data....same results. After every fail redid flash of factory image first too.
Appreciate your work, appears a partition space issue? Here's the screenshots of either approach, same fail.
Click to expand...
Click to collapse
Interesting, I flashed the fastboot update package here and it seems to be fine here. Also for erasing userdata, I'd recommend you use "fastboot -w". I am assuming you are flashing the package from the actual fastboot mode and then it should reboot to fastbootd and do it's thing.
Just tried... Used fastboot -w (old memory of old syntax) sorry.
And yep goes into fastbootd and flash via recovery automatically. Still same results. I had tried the flash boot, reboot fastboot, fastbootd then to lineage recovery and both erase or not ...same results (that was my first methods)
Wow thank you for the fast help!!.
Edit1... Thought maybe my adb tools was old. Was prev one so updated to current. Still same results. Darn
kkjb said:
Just tried... Used fastboot -w (old memory of old syntax) sorry.
And yep goes into fastbootd and flash via recovery automatically. Still same results. I had tried the flash boot, reboot fastboot, fastbootd then to lineage recovery and both erase or not ...same results (that was my first methods)
Wow thank you for the fast help!!.
Edit1... Thought maybe my adb tools was old. Was prev one so updated to current. Still same results. Darn
Click to expand...
Click to collapse
I failed to flash too
Used the fastboot update method and worked.
Edmontonchef said:
Used the fastboot update method and worked.
Click to expand...
Click to collapse
YAY! Good to know
Use the fastboot method installation, not recovery method, rom zip or recovery img on how partitions are incorrect, works but not many customizations also rom has some buggy issues, can you please also share on how you built the rom, made a thread in pixel 4a guides section
Edmontonchef said:
Used the fastboot update method and worked.
Click to expand...
Click to collapse
Your steps?
0967894983 said:
Your steps?
Click to expand...
Click to collapse
Boot to fastboot, fastboot -w, then fastboot update (rom zip from fastboot images) just drag and drop the zip
Edmontonchef said:
Boot to fastboot, fastboot -w, then fastboot update (rom zip from fastboot images) just drag and drop the zip
Click to expand...
Click to collapse
Not boot to recovery mod?
0967894983 said:
Not boot to recovery mod?
Click to expand...
Click to collapse
No, flash from fastboot with the fastboot update command. Similar to flashing a factory image
July update is here!
Download: https://downloads.statixos.com/11-OFFICIAL/sunfish/fastbootimages/
General changelog: https://downloads.statixos.com/changelog/11/
Device-specific changelog:
• Massive updates to the kernel; it's much more power efficient now as we use optimized frequencies and EAS costs obtained from Freqbench: a benchmark script made by Danny Lin. This improves jitter, overall system smoothness all while actually saving power when your device is not in use (or is being used lightly).
• Debloat qcacld-3.0 config and kill IPAv3 wake lock thus, significantly improving idle drain when connected Wi-Fi (especially 5GHz)
• Suppress various drivers from spamming the logcat and dmesg. Less lines printed per second by the logging services help conserve energy.
• Enable a tick haptic effect as present in stock when revealing the non-expanded QS.
• Boost the GPU when EXPENSIVE_RENDERING (Blur in this case) hints are parsed by the surfaceflinger
Please use the fastboot package and not the OTA package. Thanks for using StatiXOS!
Androbots said:
July update is here!
Download: https://downloads.statixos.com/11-OFFICIAL/sunfish/fastbootimages/
General changelog: https://downloads.statixos.com/changelog/11/
Device-specific changelog:
• Massive updates to the kernel; it's much more power efficient now as we use optimized frequencies and EAS costs obtained from Freqbench: a benchmark script made by Danny Lin. This improves jitter, overall system smoothness all while actually saving power when your device is not in use (or is being used lightly).
• Debloat qcacld-3.0 config and kill IPAv3 wake lock thus, significantly improving idle drain when connected Wi-Fi (especially 5GHz)
• Suppress various drivers from spamming the logcat and dmesg. Less lines printed per second by the logging services help conserve energy.
• Enable a tick haptic effect as present in stock when revealing the non-expanded QS.
• Boost the GPU when EXPENSIVE_RENDERING (Blur in this case) hints are parsed by the surfaceflinger
Please use the fastboot package and not the OTA package. Thanks for using StatiXOS!
Click to expand...
Click to collapse
My steps:
Reboot to bootloader
Fastboot -w
fastboot update .....
phone stuck at boot screen

[ROM] stayboogy 12L Pixel 5 Lineage 19.1 SPA2 [ColorPerf]

Here's my latest build of Lineage 19.1 for the Pixel 5, UnOfficial
This has all the same great features of my other rom, but on the LIneageOS platform, with all their additions.
However, I also have themed icons and the option revealed in settings which they don't have, along with some other stayboogy goodies worked in already, such as call recording available in the US standard, custom wallpapers, and others...
No Signature Spoofing Supported.
GApps Compatible
Sources:
Kernel: https://github.com/LineageOS/android_kernel_google_redbull
GitHub - stayboogy/stayboogy_Redfin: Redfin
Redfin. Contribute to stayboogy/stayboogy_Redfin development by creating an account on GitHub.
github.com
stayboogy 12L Pixel 5 Lineage 19.1 SPA2 [ColorPerf]
{
"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"
}
DOWNLOAD:
stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
HOW TO INSTALL​
Code:
THIS IS A FULL SYSTEM IMAGE,
JUST LIKE A GOOGLE FACTORY IMAGE.
THIS IS BETTER THAN AN OTA PACKAGE
1) make sure you have platform tools / adb & fastboot downloaded
and installed or in your path
2) download the stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf.zip
3) extract stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf.zip.
you will have: bootloader.img, radio.img, install.sh, install.bat, stayboogy.zip
4) make sure your bootloader is unlocked,
reboot to bootloader,
run either, install.sh for linux, or install.bat for windows.
5) if you have errors with the sudo commands in linux,
just open the install.sh and run the commands manually
excluding "sudo"
6) any other errors are issues on your end
with either a corrupt download
or platform tools / adb & fastboot not properly installed
or in your path
​
link live
stayboogy_Officially said:
link live
Click to expand...
Click to collapse
How do we install this ROM?
Reboot to bootloader, Extract and you will have update.zip, radio.img, and bootloader.img and install.sh, and install.bat.
Run install.sh or install.bat depending on your computer
stayboogy_Officially said:
Reboot to bootloader, Extract and you will have update.zip, radio.img, and bootloader.img and install.sh, and install.bat.
Run install.sh or install.bat depending on your computer
Click to expand...
Click to collapse
Thank you.
stayboogy_Officially said:
Here's my latest build of Lineage 19.1 for the Pixel 5, UnOfficial
This has all the same great features of my other rom, but on the LIneageOS platform, with all their additions.
However, I also have themed icons and the option revealed in settings which they don't have, along with some other stayboogy goodies worked in already, such as call recording available in the US standard, custom wallpapers, and others...
No Signature Spoofing Supported.
GApps Compatible
Sources:
Kernel: https://github.com/LineageOS/android_kernel_google_redbull
GitHub - stayboogy/stayboogy_Redfin: Redfin
Redfin. Contribute to stayboogy/stayboogy_Redfin development by creating an account on GitHub.
github.com
stayboogy 12L Pixel 5 Lineage 19.1 SPA2 [ColorPerf]
View attachment 5651581View attachment 5651577View attachment 5651579View attachment 5651583
View attachment 5651585View attachment 5651587View attachment 5651589View attachment 5651591View attachment 5651593View attachment 5651595View attachment 5651597View attachment 5651599
DOWNLOAD:
stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
HOW TO INSTALL​
Code:
THIS IS A FULL SYSTEM IMAGE,
JUST LIKE A GOOGLE FACTORY IMAGE.
THIS IS BETTER THAN AN OTA PACKAGE
1) make sure you have platform tools / adb & fastboot downloaded
and installed or in your path
2) download the stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf.zip
3) extract stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf.zip.
you will have: bootloader.img, radio.img, install.sh, install.bat, stayboogy.zip
4) make sure your bootloader is unlocked,
reboot to bootloader,
run either, install.sh for linux, or install.bat for windows.
5) if you have errors with the sudo commands in linux,
just open the install.sh and run the commands manually
excluding "sudo"
6) any other errors are issues on your end
with either a corrupt download
or platform tools / adb & fastboot not properly installed
or in your path
​
Click to expand...
Click to collapse
How do we install GAPPS?
elong7681 said:
How do we install GAPPS?
Click to expand...
Click to collapse
Just install the gapps zip in recovery…not open gapps but something like mindthegapps
you can also use the magisk gapps method as well.
you can also install GSF from included Aurora store too
Friend, do you have a telegram group, or do you only publish the updates here?
Angelo Caicedo said:
Friend, do you have a telegram group, or do you only publish the updates here?
Click to expand...
Click to collapse
Just here
stayboogy_Officially said:
Just install the gapps zip in recovery…not open gapps but something like mindthegapps
you can also use the magisk gapps method as well.
you can also install GSF from included Aurora store too
Click to expand...
Click to collapse
Thank you
Hello, when are you going to release the new update?
rebuilding with GApps included right now. i'll have it uploaded sometime soon.
nothing much else has been updated other than a little polishing here and there

CrDroid-v9.0 Pixel 4 XL

crDroid-v9.0 android 13.0
INSTALLATION.
1. download boot image and crDroid-v9.0 zip file
2. reboot bootloader
3. fastboot -w
4. fastboot flash boot boot.img --slot all
5. reboot into recovery
6. sideload zip file (adb sieload zip file)
7. reboot to recovery if you want to install gapps
8. reboot system
DOWNLOADS
official builds can be found here = https://sourceforge.net/projects/crdroid/files/coral/9.x
boot.img & build.zip = https://www.androidfilehost.com/?w=files&flid=336916
GAPPS
13.0 = https://androidfilehost.com/?fid=14871746926876840643
CREDITS
crDroid devs
LineageOS Team
Alessandro Astone
SOURCES
Kernel: https://github.com/putzwon/android_kernel_google_msm-4.14
Device tree: https://github.com/putzwon/android_device_google_coral
Vendor: https://github.com/putzwon/proprietary_vendor_google_coral
ElmyraService: https://github.com/putzwon/android_packages_apps_ElmyraService
putzwon said:
crDroid-v9.0 android 13.0
INSTALLATION.
1. download boot image and crDroid-v9.0 zip file
2. reboot bootloader
3. fastboot -w
4. fastboot flash boot boot.img --slot all
5. reboot into recovery
6. sideload zip file (adb sieload zip file)
7. reboot to recovery if you want to install gapps
8. reboot system
DOWNLOADS
boot.img & build.zip = https://www.androidfilehost.com/?w=files&flid=336916
GAPPS
13.0 = https://androidfilehost.com/?fid=14871746926876840643
CREDITS
crDroid devs
LineageOS Team
Alessandro Astone
SOURCE
device=https://github.com/LineageOS/android_device_google_coral
kernel=https://github.com/LineageOS/android_kernel_google_msm-4.14
vendor=https://github.com/TheMuppets/proprietary_vendor_google_coral
Click to expand...
Click to collapse
what about flame? is it updated build?
cRdroid rocks the PX4!!! Thank you putzwon!!!
what the different with this version..?
link
Thank you so much sir
putzwon said:
crDroid-v9.0 android 13.0
INSTALLATION.
1. download boot image and crDroid-v9.0 zip file
2. reboot bootloader
3. fastboot -w
4. fastboot flash boot boot.img --slot all
5. reboot into recovery
6. sideload zip file (adb sieload zip file)
7. reboot to recovery if you want to install gapps
8. reboot system
DOWNLOADS
boot.img & build.zip = https://www.androidfilehost.com/?w=files&flid=336916
GAPPS
13.0 = https://androidfilehost.com/?fid=14871746926876840643
CREDITS
crDroid devs
LineageOS Team
Alessandro Astone
SOURCE
device=https://github.com/LineageOS/android_device_google_coral
kernel=https://github.com/LineageOS/android_kernel_google_msm-4.14
vendor=https://github.com/TheMuppets/proprietary_vendor_google_coral
Click to expand...
Click to collapse
thaaaaaaaaaaaaaaaaaaaaaanks
can i just boot into twrp and install this firmware as usual? wipe system/wipe data/install crdroid/reboot? Or does it have to be done exactly as instructed?
very good
{
"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"
}
anonras said:
what the different with this version..?
link
Click to expand...
Click to collapse
This is the latest Android 13 (crDroid-v9.0 android 13.0), your link is the older 12.1 Android
vlbr said:
can i just boot into twrp and install this firmware as usual? wipe system/wipe data/install crdroid/reboot? Or does it have to be done exactly as instructed?
Click to expand...
Click to collapse
It might work, but stick with OP steps, those 110% WORK, but up to you. I gave up on TWRP when A/B partitions came out and chose to just stick with and use stock ROM recovery. That will always work, TWRP, maybe not so much, IDK, it might, but you wont get the same type of help if you choose your own path (TWRP).
Also, just an FYI on nomenclature, this isn't firmware, but ROM, firmware contains all partitions, drivers, ETC., this is just the OS (ROM).
Thank good bro. Please you can create a version same this version V9, but face id use camera, same same this version 7.2 so you made ( https://androidfilehost.com/?w=files&flid=333516). Because i not enough money to buy the normal 4xl, i just enough to buy one no face id. Thank you for your time
tonyhieu said:
Thank good bro. Please you can create a version same this version V9, but face id use camera, same same this version 7.2 so you made ( https://androidfilehost.com/?w=files&flid=333516). Because i not enough money to buy the normal 4xl, i just enough to buy one no face id. Thank you for your time
Click to expand...
Click to collapse
huh?
GROOVYJOSHCLARK said:
huh?
Click to expand...
Click to collapse
My 4XL can't face id 3d as normal different 4XL. So have a way to use face unlock, It's using font camera to use face unlock.
tonyhieu said:
My 4XL can't face id 3d as normal different 4XL. So have a way to use face unlock, It's using font camera to use face unlock.
Click to expand...
Click to collapse
Interesting, this is new to me (unable to scan face for a PX4), what type of pixel 4 XL is it then? Or are there hardware issues I missed? I cant comment on this fix (I am not the dev here) but I might be able to help you once I know the scope of work.
@putzwon, I have used this OS (ROM) since Friday, and thoroughly testing EVERYTHING! WOW, I am literally floored at how well EVERYTHING works!!
I have NO ISSUES, NO BUGS, NO SHOWSTOPPERS, nada. Even Now Playing works, I am floored by all of this! It is amazing, and I rarely say that about a ROM (with no bugs also being reported - at the same time), and as I noted earlier, in the past, cRdroid wasn't great for me (random bugs, and/or missing features I rely on). NOT this version, this version IS GREAT FOR ME, I have EVERY SINGLE possible tweak I want/need/use, PLUS functional services / RIL (Radio Interface Layer) I.E. CALLs/TXT/MMS, PLUS no bugs, or FCs, or anything that would keep me away!
Normally, I use LOS, and LOS only (while testing all other ROMs for users and myself), but always landing back with LOS, not this time! I am STICKING WITH cRdroid for the foreseeable future, it is my DailyDriver and will remain so until something changes (but doubtful at this point)!! I have everything I need, baked right into the ROM, so I don't even need my LSPosed modules (other than SafetyNetFix once ROOT'ng)!
EXTREMELY WELL DONE and THANK YOU FOR THIS ROM!!!! For the rest of XDA users, this ROM WORKS! It works EXTREMELY WELL, is bug-free (from my extensive testing and standpoint). I haven't found any bugs yet (not a single one)!
GROOVYJOSHCLARK said:
Interesting, this is new to me (unable to scan face for a PX4), what type of pixel 4 XL is it then? Or are there hardware issues I missed? I cant comment on this fix (I am not the dev here) but I might be able to help you once I know the scope of work.
Click to expand...
Click to collapse
Yes, this is a type of 4XL, it's cheaper to 20% .
Installed it yesterday and almost everything is working perfectly. The only feature that seems to be missing Soli which is a shame since it's a fun novelty.
best rom ever love you
thaaanks
Thanks for the rom. Perhaps anyone could advice me if there is an easy switch from LOS 20 to this rom? If possible I'd like to avoid installing all apps again ... including the "security" features for a couple of sensitiv apps like bank apps.
Perhaps someone knows if restoring a swiftbackup would work.
Thanks
ojessie said:
Thanks for the rom. Perhaps anyone could advice me if there is an easy switch from LOS 20 to this rom? If possible I'd like to avoid installing all apps again ... including the "security" features for a couple of sensitiv apps like bank apps.
Perhaps someone knows if restoring a swiftbackup would work.
Thanks
Click to expand...
Click to collapse
it is easy
i do it everytime I flash a custom rom
you need to root your phone using magisk
then instal
Migrate - ROM backup 5.0.1​from play store
open it and take a full backup of your installed apps
copie this backup to your laptop
and after flashing this perfect rom
copie the backup from the laptop to the phone
and root the phone again
and instal
Migrate flasher​from play store
open it
and flash the file you backed up
this way you will have allll your apps including your banking apps with all your data
you will not have to instal anything twise...
good luck
it is easy
don't worry..

Categories

Resources