[ROM][UNOFFICIAL][9.0.0][LITHIUM] Bliss ROM Pie - Xiaomi Mi MIX ROMs, Kernels, Recoveries, & Other

{
"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"
}
BRING TO YOU A ROM WITH THE MOST CUSTOMIZE OPTIONS
BlissROM
BlissROM Website
BlissROM G+
BlissROM Telegram Group
BlissROM Gerrit/Review
SOURCES
ROM Base : https://github.com/BlissRoms
Device Tree : https://github.com/lineageos/android_device_xiaomi_lithium
Device Common : https://github.com/lineageos/android_device_xiaomi_msm8996-common
Device Kernel : https://github.com/JonasCardoso/android_kernel_xiaomi_msm8996
Device Vendor : https://github.com/Mi5Devs/proprietary_vendor_xiaomi
MEMOS
Hardware bringups based on CAF : Audio, Display, Media, Bluetooth, RIL, WLAN.
HAL and Kernel are EAS (Floppy Kernel).
Latest Adreno A530 Firmwares and Blobs : v331.
Better thermal configuration.
Dual Speaker MOD.
Interaction Boost disabled for better power saving.
Countless background error fixes on the frameworks and hals code that usually ignored by most builders. That way will bring you the best interface fluidity, energy efficient, and best performance.
DOWNLOADS
ROM : sourceforgenet
Floppy Kernel Manager : https://sourceforge.net/projects/he...nager-v0.9.10.3-17022019-release.apk/download
VERSION
Status : Unofficial Beta
ROM Last Update : 2019-MAR-01 12:53
Kernel Last Merge : 2019-FEB-22
Notes : Will be updated only when there're new Android Security Updates, Bugs Fixes, New Features, or Tweaks.
CREDITS
* BlissROM
* LineageOS
* Mi5Devs
* TheMuppets
* Ubuntu
* Jonas Cardoso
BUGS :
* weather provider is not working for now.
FOOTNOTES
* the best animation scale is 0.8x.
* if you encounter interface lags, try to switch to other cpu governor.
* thanks @musabcel for the video review of BlissROM https://youtu.be/5keqxKwSO34

[FIRST RELEASE]
Bliss-v11.4-Stable-lithium-UNOFFICIAL-20190121-0959.zip
First notes :
- android-9.0.0_r30
- for guys who love customizations, there's Blissify menu in it with many options to set
- latest GPU blobs v331 and latest GPU firmware
- vulkan 1.0.66 to prevent blackscreen on dolphin emulator
- HDRX Kernel v0.5
- Volte should be working, but i can't test
- Dual speaker mod
- add build prop lines for better GPU Performance
- add build prop lines for HAL3/Camera2API

Not an easy task to build this rom!
Thanks a lot for your effort! Any bugs so far?

mdssmario said:
Not an easy task to build this rom!
Thanks a lot for your effort! Any bugs so far?
Click to expand...
Click to collapse
Quiet true lol, it takes a couple days to make it bootable.
I haven't use it as my daily driver, so i can't tell.
But from my analysis through the logcats, main function should be working properly, but yeah i haven't do detailed test yet.

[UPDATE]
Bliss-v11.4-Stable-lithium-UNOFFICIAL-20190126-0053.zip
Changelog :
- minor sepolicy cleaning
- minor blobs update

heindrix said:
[UPDATE]
Bliss-v11.4-Stable-lithium-UNOFFICIAL-20190126-0053.zip
Changelog :
- minor sepolicy cleaning
- minor blobs update
Click to expand...
Click to collapse
Of all the Roms you build, which one is your daily driver now? Thanks bro...

rhong said:
Of all the Roms you build, which one is your daily driver now? Thanks bro...
Click to expand...
Click to collapse
this one bro

will try it tonight. New rom + your usual old lineage kernel settings
thanks
EDIT - so far so good. smooth and blissful. I had to flash November gapps to get it working (recent one ends up in bootloop even after rebooting to recovery).

I am looking for a new ROM to refresh my device, from stock. The BlissROM screenshots caught my attention! So, how stable is it for day to day operations? Anything not working? Battery life? Call quality? Thank you for your feedback!

Is this ROM the most customizable out of all the other pie ROMs?

[UPDATE]
Bliss-v11.5-lithium-UNOFFICIAL-20190211-1329.zip
- bump to Bliss v11.5
- added Wifi Display blobs and feature
- eliminate lots of background errors and unimportant logs for sleeker performance and better battery
- problem (not booting) when using latest GAPPS package should be fixed now
for this release, i really advise that you clean flash it, but feel free to try dirty flash as long as you know how to restore if it doesn't boot.
------------------------------------------------------------------------------------------------------------------------------------------------
guys, sorry for the delay of the rom upload, sourceforge have some problems right now, so i'll upload ASAP when sourceforge come back online.
------------------------------------------------------------------------------------------------------------------------------------------------
the rom has uploaded now, sorry for the delay.

Dear Developer: any plans to upload all those amazing changes to github (or wherever) so that the lowly wanna-be mere compilers can learn from the masters? In OP you say device and kernel trees are lineageos' ones and those might be the base but obviously not the actual trees you are using. Just asking, as this is xda and opensource development and hacking and all that.
Thank you very much.

Sourceforge ready?

albertoduqe said:
Dear Developer: any plans to upload all those amazing changes to github (or wherever) so that the lowly wanna-be mere compilers can learn from the masters? In OP you say device and kernel trees are lineageos' ones and those might be the base but obviously not the actual trees you are using. Just asking, as this is xda and opensource development and hacking and all that.
Thank you very much.
Click to expand...
Click to collapse
all of the works to fix the errors, get rid of unimportant or false log activity, and boost power-saving, is not in the device and kernel tree, most of the works done in the frameworks code and hals code, which is different between rom variant.
nothing much done in the device tree except updating gpu blobs and firmwares, tweaking sound xml, fixing selinux policy.
and the kernel, is already uptodate on my github source, not much to do, just nitpick some power-save and performance based commits, adding little features, the rest of the work should be done by the users to setting-up the kernel using kernel managers as i described on HDRX Kernel thread. it won't be much different compared to other kernel if the other kernel forked from los kernel too, except some features and a little better power-save and performance.
too lazy to play much on the kernel because the other devs already develop good kernel too, so i just improve los kernel a little bit and that's the end of it.

Roman_RO said:
Sourceforge ready?
Click to expand...
Click to collapse
yes it's ready now

heindrix said:
all of the works to fix the errors, get rid of unimportant or false log activity, and boost power-saving, is not in the device and kernel tree, most of the works done in the frameworks code and hals code, which is different between rom variant.
nothing much done in the device tree except updating gpu blobs and firmwares, tweaking sound xml, fixing selinux policy.
and the kernel, is already uptodate on my github source, not much to do, just nitpick some power-save and performance based commits, adding little features, the rest of the work should be done by the users to setting-up the kernel using kernel managers as i described on HDRX Kernel thread. it won't be much different compared to other kernel if the other kernel forked from los kernel too, except some features and a little better power-save and performance.
too lazy to play much on the kernel because the other devs already develop good kernel too, so i just improve los kernel a little bit and that's the end of it.
Click to expand...
Click to collapse
Thanks for your reply.
It had not even crossed my mind that you were touching the code of projects in the frameworks and hardware sections. Impressive. I'll check in case you have those uploaded in your github, I am very curious as to how on earth to do that.
Nice job. Congrats.

[UPDATE]
Bliss-v11.5-lithium-UNOFFICIAL-20190214-1055.zip
- fixing background/native audioserver crash loop. now all good, so when you use audio mod, the audio mod will keep active consistently
- remove unsupported media codecs, it's bugging me when it appears on logcat
- tweak thermal configurations, remove wrong config value and reduce the heat a little bit

Sorry for a noob question. Is smartbar integrated here ? I wanna use omniswitch for my recent via smartbar ?

I found a bug on navbar. I disabled it to use edgestures (that are working amazing) but after a reboot or device is locked for a few min. The navbar is visible again but setting still show that navbar is disabled. So have to reenable the option

ciberworm said:
I found a bug on navbar. I disabled it to use edgestures (that are working amazing) but after a reboot or device is locked for a few min. The navbar is visible again but setting still show that navbar is disabled. So have to reenable the option
Click to expand...
Click to collapse
thanks, will take a look.

Related

[ROM][FLO/DEB][7.1.2_r2] VanirAOSP+Commotio(06/04/17)

Hi everybody! I got permission from the developer to create this thread here on xda,
{
"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"
}
Quote:
VanirAOSP is a project coded by professional level developers and supported by the open source community that focus on bringing in improved versions of common features and improvements found in open source while focusing on writing new improvements and original coding with the highest standards
Vanir follows AOSP Upstream and mainly focuses on performance Tuning Android.
FEATURES
Quiet Hours
Volume Panel Overlay Options
Sound Options
Charge Sounds
Battery Light
Animation Controls
Notification Light Settings
Battery Saver Mode
Partition Info
Profiles(CM)
Quick Unlock
Scramble Pin
Privacy Guard
Blacklist
Stock Interface Mode
Advanced Reboot
Automatic Updater
Detailed Device Stats
Alarm Profile Switcher
Advanced Calculator
Camera Effects
DPS Manager
Reverse Lookup (Google-based)
Call Vibrate
Call Flip Action
Incoming Call Style
Speaker Proximity
HOWTO INSTALL
you need
+DEB or FLO
+ A little patience
-Make sure you are rooted.
-Make sure you have a custom recovery installed. (TWRP tested)
-Download Rom
-Download GApps package.
-Boot into recovery.
-FULL wipe recomended
-Flash ROM
-Flash android 6.0 GAPPS
-First boot may take up to 10 minutes
-next builds can be downloaded and installed from in settings(about phone)
DOWNLOADS
ROM DEB
ROM FLO
VanirAOSP for other devices
DHO GAPPS (take "60arm-DHO-GAPPs.zip")
BUGS
*This is not my ROM so please report bugs to the developer
*Report bugs here
*same as on CM13
*plz report bugs you find
SOURCE
http://www.vanir.co
Commotio B-105
Commotio VS Vanir:
Commotio is DHO's take on Vanir. Different UI, scripts, and often testing new features that may be merged into Vanir.
They are 100% compatible and users can pick their favorite. Commotio can be thought of as bleeding edge testing ground for new features and optimizations which may or may not make their way into Vanir
Donate to: DHO - Team Vanir
Follow on G+: Team Vanir
Commotio + Vanir Features:
- Multiple Devices
- Based on CM13 nightlies
Debloated
- All inclusive ~180 MB –> 60 MB of Bloat removed
- Fully featured LatinIME Keyboard, but only 2.2 MB (normally 16-20 MB), removed tracking/logging
- And soo much more
Butter
- Compiled with linaro keychain.
- Optimized with linaro 4.8
- GCC 4.8 w/ -O3 -fstrict-aliasing AKA highly optimized compiling for better results (like Linaro)
- Vanir.cfg – Set your CPU frequencies, colors, ZRAM, and much more. Set and once and forget; it stays on your SD card
- DHOtheory: Sets up the kernel/ROM the way I like it, then self destructs on first boot, so you can change it later
- Go-faster Axiom scripts
- Vanirice – makes everything just a bit smooth
- For every 1 user settings there are 5 power saving + performance tweaks tweaks
Gapps
- Included. See my Gapps post for further details.
Latest Version: B105
Commotio Downloads:
**Goo.im Mirror
http://www.emccann.net/dho/3-Vanir-mirror/4-nighties/
Install: Easy as 1, 2, 3
Everything is taken care of for you. No need to wipe cache.
1) Download
2) Flash it
3) Profit
Thread to be updated....
IMPORTANT
Currently SuperSU has issues, so kindly don't flash that and access root by enabling developer options by tapping multiple times on build number in about device and then enabling root access from there.
Thanks for this..will flash later....
Stupid question, but is it rooted? Can't get SuperSU working. Other than that, so far, so good.
Thanks for your work ?
deadwilder said:
Stupid question, but is it rooted? Can't get SuperSU working. Other than that, so far, so good.
Thanks for your work ?
Click to expand...
Click to collapse
Yeah its rooted. Just turn on the root from inside the developer options.
Vanir and commotio have been running well for flo for some time, but threadless since android L. Thanks for getting the ROM more exposure by creating a thread here.
quickdraw86 said:
Vanir and commotio have been running well for flo for some time, but threadless since android L. Thanks for getting the ROM more exposure by creating a thread here.
Click to expand...
Click to collapse
Yeah thats why I made this thread. I found out about this ROM from someone's comment and its currently the smoothest marshmallow ROM for me and focuses on just performance and battery life and doesn't have a plethora of useless features that I Don't even use. And if you look at the nightlies page you'll see that they build for countless devices and are the first ones to update to newer aosp bases.
htb2050 said:
Yeah thats why I made this thread. I found out about this ROM from someone's comment and its currently the smoothest marshmallow ROM for me and focuses on just performance and battery life and doesn't have a plethora of useless features that I Don't even use. And if you look at the nightlies page you'll see that they build for countless devices and are the first ones to update to newer aosp bases.
Click to expand...
Click to collapse
All that you've stated about vanir is true. Nuke and DHO are still killing it.
htb2050 said:
Yeah its rooted. Just turn on the root from inside the developer options.
Click to expand...
Click to collapse
out of curiosity, this is vanir specific? never seen it before
deadwilder said:
out of curiosity, this is vanir specific? never seen it before
Click to expand...
Click to collapse
No. Its in cyanogen mod. Every cm release from cm12 to 13 has this and all ROMs based on CM have this option. I haven't flashed superuser since Cm12 on any of my devices. I just activate root from here on all of them.
New builds are up for Commotio.
htb2050 said:
New builds are up for Commotio.
Click to expand...
Click to collapse
Nice thread . Good thing about these two roms is you can dirty flash them over each other if you get anxious to look at something different for a few days .
New builds of Commotio synced with latest CM changes and Android 6.0.1_r30 are up.
There's going to be lots of commotion when N drops.....
New updated builds for both Commotio and Vanir at the usual mirrors.
Thanks htb...will give it a runout later.
Cheers.
Get your updates. This fixes all the power button and other bugs that had been present in the previous builds.
http://www.emccann.net/dho/3-Vanir-mirror/4-nighties/04-25-2016_M6_beta/
htb2050 said:
Get your updates. This fixes all the power button and other bugs that had been present in the previous builds.
http://www.emccann.net/dho/3-Vanir-mirror/4-nighties/04-25-2016_M6_beta/
Click to expand...
Click to collapse
Thanks again htb...
Man I have been using this for over a week. Super fast, smooth and stable. Amazing work.
Sent from my Nexus 7 using Tapatalk

[ROM][6.0.1][UNOFFICIAL] Team OctOs Oct-M [FALCON][16/09]

[ROM][6.0.1][UNOFFICIAL] Team OctOs Oct-M [FALCON][16/09]
{
"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"
}
Team OctOs presents Oct-M.
We maintain a current release record and change-log on our website: http://www.teamoctos.com
- Please Do Not Mirror our files without talking to us. We can do that ourselves should we desire to. -​
FEATURES :
Android 6.0.1
Optimized for the best efficiency (battery and performance)
Smooth as hell!!
Live Display
Ambient Display
Separate customization menu, which can be hidden
Omniswitch
Clear-all recents
Immersive recents
Status bar clock/date customization (format, colour, etc)
Battery icon customization
Status Bar Header Image
QS Tiles customization
App Circle Bar
Buttons customization
Volume Steps
Gesture Anywhere
Kernel Adiutor
Lock Screen customization
Toast Icon
Power menu customization
SuperSU
Privacy Guard
Status Bar Greeting
Battery Bar
Traffic Indicator
Theme Engine
More to come!
PS : Despite all these, believe me, the ROM is buttery smooth!
FAQ :
Frequently Asked Questions
Q: Is this Android 6 (Marshmallow)?
A: Yes, this is Android 6.0.1
Q: What code is Oct-M based on?
A: Starting with Oct-L, we've rebased OctOs on the CyanogenMod 12 code. Oct-M is based on CyanogenMod 13.
Q: What happened to AOSP?
A: All Android code is based on the Android Open Source Project (AOSP). Under previous releases, we tried very hard to limit the number of "Not from Google directly" repositories that we used. Unfortunately, issues with devices, the need for Code Aurora Foundation (CAF) repositories for Qualcomm devices, and compatibility issues meant fighting code more often than not. We decided that since the code-base for many repositories were the same across most ROMs, picking a starting point to build the user experience on outweighed the desire to craft code from scratch, or fix broken code to make it work with other changes we already had.
Q: Why isn't there XYZ feature?
A: Shoot us a Suggestion if you want to see something added. While we are not going to promise to implement, we will always look into it
Q: But XYZ and all the others have..
A: ROM developers build something they want to use. The ROM developer that includes something they won't run implies less than 100% effort to ensure it does work. As a team, we have similar goals and objectives. If XYZ ROM has a feature you want, and we don't include (or don't want to include), feel free to use XYZ ROM, or build your own custom version of Oct-M.
Q: Superuser or SuperSU?
A: Team OctOs uses SuperSU and is installed automatically.
Bugs:
Bugs happen. Our testers are very good at breaking things, but no where near as good as the rest of the Android public. In order to investigate and fix issues, we need the help of the users who are going to report them. The Android OS has many nifty features to help us in this, but only if we can engage the user to assist us.
Logs, Logcat, and the Android Debugging Bridge (ADB)
Like any other OS, Android has multiple log files that are generated and record the goings-on of the system. As a user, you have two basic ways to view and pull these to send to us. Without the information in the logfiles, there simply is not a whole lot of information to go on.
Log file APKs
Team OctOs recommends SysLog from the Android Market. This application will allow you to selectively pick any (or all) of the system logs, compress them into a .ZIP file, and allow you to save, email, move to your Copy/DropBox/Cloud Storage account, etc.
ADB Logcat
The Android Debugging Bridge (ADB) is a powerful tool available from Google as part of the Android Software Development Kit (SDK). Used for many things, being able to selectively see, in real-time, what your device is doing cannot be downplayed. While there is more setup involved, if you are doing consistent ROM flashing, you really should invest the time to get setup properly to do it.
Basic Instructions :
1. Download ROM .zip file and GApps.
2. Reboot to Recovery
--- TWRP is the ONLY recovery Team OctOs uses - We do not support flashing on CWM ---
3. Wipe system, cache, dalvik, and data.
4. Flash ROM and GApps .ZIP files.
5. Reboot.
Enjoy!
DOWNLOADS :
ROM
SCREENSHOTS :
Check out in the screenshots tab! Here
The foundation of the Android OS is the fact that is it open-source. We have all code we use internally in the creation of Oct-M available on our GitHub repositories.
Unless otherwise specified, all Oct-M builds use the device's stock CyanogenMod 13 kernel.
Team OctOS Github - https://github.com/Team-OctOS
Team OctOS Gerrit Review - http://review.teamoctos.com:8080/#/q/statuspen
Team OctOS GPLv2 License - https://www.teamoctos.com/license/
Team OctOS Patreon Campaign - https://www.patreon.com/TOctOs?ty=h
Want To Build Your Own?
Check out the ReadMe on our GitHub for Instructions.
Follow Us at the various websites below!
XDA:DevDB Information
Oct-OS, ROM for the Moto G
Contributors
Sanjay Varun
Source Code: https://github.com/Team-OctOS
ROM OS Version: 6.0.x Marshmallow
Based On: CyanogenMod
Version Information
Status: Stable
Stable Release Date: 2016-09-16
Created 2016-07-31
Last Updated 2016-09-16
Reserved
Reserved
I want to use faux sound but its only possible with custom kernel .
I tried hurtsky valkryie L2 but it drains battery .
What would you suggest I should do after flashing OctOs in order to have faux sound and good battery performance together ?
aki_007 said:
I want to use faux sound but its only possible with custom kernel .
I tried hurtsky valkryie L2 but it drains battery .
What would you suggest I should do after flashing OctOs in order to have faux sound and good battery performance together ?
Click to expand...
Click to collapse
No idea! Someone using a custom kernel could help you!
i suggest kaminari kernel without over clock, hey i am seem so happy to see new devs, but i dont like any rom based on cyanogen mod... so i cant test it, but if you made something based on aosp or caf rom i promise i will be the first tester...
STR4NG3R-GUY said:
i suggest kaminari kernel without over clock, hey i am seem so happy to see new devs, but i dont like any rom based on cyanogen mod... so i cant test it, but if you made something based on aosp or caf rom i promise i will be the first tester...
Click to expand...
Click to collapse
But doesn't Kaminari kernel work only on Idcrisis rom ?
Thanks!
Downloading!
aki_007 said:
But doesn't Kaminari kernel work only on Idcrisis rom ?
Click to expand...
Click to collapse
Check the aosp and cm13/12 version thread
Very smooth! I'm testing the ROM, and I miss this features:
RAM usage in Aosp recents
Double Tap in Lockscreen to screen off
Powermenu tile in qs tiles (important)
Floating windows (important)
I also wanted to ask, the smoothness in this rom comes from kernel, just rom, por both? To see if it worth it changing the kernel as I like more features as GPU OC
Btw congratulations for such a good rom
Sent from my Moto G using XDA Labs
Guillosd said:
Very smooth! I'm testing the ROM, and I miss this features:
RAM usage in Aosp recents
Double Tap in Lockscreen to screen off
Powermenu tile in qs tiles
I also wanted to ask, the smoothness in this rom comes from kernel, just rom, por both? To see if it worth it changing the kernel as I like more features as GPU OC
Btw congratulations for such a good rom
Sent from my Moto G using XDA Labs
Click to expand...
Click to collapse
What about battery life?
kasth said:
What about battery life?
Click to expand...
Click to collapse
Idk because I installed it and I changed the kernel few hours later.
With this kernel (kaminari) in other roms I got better battery life but it's not bad. Maybe 4 hs Sot
Sent from my Moto G using XDA Labs
New build
DOWNLOAD
Check github for the changelog!
Happy flashing!
cm themes not working!!!
tutul2336 said:
cm themes not working!!!
Click to expand...
Click to collapse
Can anyone please confirm this?
Sanjay Varun said:
Can anyone please confirm this?
Click to expand...
Click to collapse
really really good rom. constant snappy and stable. BUT, yes it's true theming doesn't work. didn't yammer cuz the whole rest's flying. cheers
does it work with xt1032 bootloader 41.18?
NeoPreacher said:
really really good rom. constant snappy and stable. BUT, yes it's true theming doesn't work. didn't yammer cuz the whole rest's flying. cheers
Click to expand...
Click to collapse
Thanks for reporting!
I'll be releasing a test build soon.
New TEST build is up!
DOWNLOAD LINK
Someone please test this and tell me if everything is working fine.
If there are no issues I'll update the OP.
Thanks in advance!
Happy weekend!
Thanks!
Downloading.

[DISCONTINUED][ROM][UNOFFICIAL][9.0.0][LITHIUM] GZOSP Pie

{
"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"
}
Ground Zero Open Source Project
GZOSP G+ Community
GZOSP Gerrit/Review
SOURCES
ROM Base : https://github.com/GZOSP
Device Tree : https://github.com/lineageos/android_device_xiaomi_lithium
Device Common : https://github.com/lineageos/android_device_xiaomi_msm8996-common
Device Kernel : https://github.com/heindrix/android_kernel_xiaomi_msm8996
Device Vendor : https://github.com/Mi5Devs/proprietary_vendor_xiaomi
MEMOS
Hardware bringups based on CAF : Audio, Display, Media
DOWNLOADS
sourceforgenet
VERSION
Status : Unofficial Beta
Last Update : 2018-DEC-28 21:35
Notes : Will be updated only when there're new Android Security Updates, Bugs Fixes, New Features, or Tweaks.
CREDITS
* GZOSP
* LineageOS
* Mi5Devs
* Ubuntu
FOOTNOTES
You guys can request features listed on here : gerrit/review
Or from another source is fine too.
I will try to implement the features and build the rom for you guys.
Cheers!
Great! Is that AOSP based ?
Maybe I will build DotOS Pie again soon.
llinn said:
Great! Is that AOSP based ?
Maybe I will build DotOS Pie again soon.
Click to expand...
Click to collapse
Hi lin!
I believe it's mixes of AOSP and CAF, as the GZOSP team stated.
I haven't ran a pie ROM yet, but I'm very tempted...
Sent from my MI MIX using Tapatalk
heindrix said:
Ground Zero Open Source Project
GZOSP G+ Community
GZOSP Gerrit/Review
SOURCES
ROM Base : https://github.com/GZOSP
Device Tree : https://github.com/lineageos/android_device_xiaomi_lithium
Device Common : https://github.com/lineageos/android_device_xiaomi_msm8996-common
Device Kernel : https://github.com/lineageos/android_kernel_xiaomi_msm8996
Device Vendor : https://github.com/Mi5Devs/proprietary_vendor_xiaomi
DOWNLOADS
GOOGLE DRIVE
VERSION
Status : Unofficial Beta
Last Update : 2018-NOV-23 14:05
CREDITS
* GZOSP
* LineageOS
* Mi5Devs
Click to expand...
Click to collapse
NICE!!!
Great job Hendrix
Downloading and will try it out soon...
super fast, no animation stuttering like in other Pie roms. Minuses - Magisk cant install modules and no battery percentage show option. I hope I sort those out and this would be a perfect daily driver
AmokPL said:
super fast, no animation stuttering like in other Pie roms. Minuses - Magisk cant install modules and no battery percentage show option. I hope I sort those out and this would be a perfect daily driver
Click to expand...
Click to collapse
i will take a look at the problem ASAP.
thanks for reporting.
______________________________
Hi there,
As i test, the magisk works fine, i can install magisk module successfully.
For battery percentage feature, i will upload the rom tomorrow.
Whats the diff. Between this rom, POSP and ArrowOs?
sexlord89 said:
Whats the diff. Between this rom, POSP and ArrowOs?
Click to expand...
Click to collapse
There's no answer to that except you have to try it yourself.
[UPDATES]
Gzosp-lithium-9.Beta.2.0-UNOFFICIAL-20181127-2141.zip
Changelog :
- added battery percentage in status bar
thanks for the update. I will try to reflash Magisk to see if this will help
UPDATE - it didnt help. everytime I try to install the module it comes with data/adb/magisk_merge.img mount failed. Installation failed. WTH?
AmokPL said:
thanks for the update. I will try to reflash Magisk to see if this will help
UPDATE - it didnt help. everytime I try to install the module it comes with data/adb/magisk_merge.img mount failed. Installation failed. WTH?
Click to expand...
Click to collapse
Hi there,
I suggest update your TWRP : http://www.mediafire.com/file/lv7sncx1np9d41u
And use latest Magisk beta : https://github.com/topjohnwu/Magisk/releases/download/v17.3/Magisk-v17.3.zip
thanks for the suggestion but I have both updated. Magisk was working fine on Nougat and Oreo Roms. When I started playing with Pie roms some of them make Magisk unusable. Not sure if this is maybe a firmware thing?
AmokPL said:
thanks for the suggestion but I have both updated. Magisk was working fine on Nougat and Oreo Roms. When I started playing with Pie roms some of them make Magisk unusable. Not sure if this is maybe a firmware thing?
Click to expand...
Click to collapse
hi there,
shouldn't have problems like that on pie, i've on so many pie roms and never encountered problems like you.
you should ask on magisk thread, they will help you.
are you on Pie now? what firmware are you on?
oh and thanks for the battery percentage. apart from that Magisk issue (dont think it is rom related) it is perfect.
AmokPL said:
are you on Pie now? what firmware are you on?
oh and thanks for the battery percentage. apart from that Magisk issue (dont think it is rom related) it is perfect.
Click to expand...
Click to collapse
Hi there,
Yes i'm on Pie.
I'm using AOSCP as my daily driver, for the other roms i just maintain it, but i'll make sure all is good by test it before post it up.
I'm sure my Magisk issue is not rom related. Happy with this one but will flash AOCSP to see how good is it. thanks for all the work.
[UPDATE]
Gzosp-lithium-9.Beta.2.0-UNOFFICIAL-20181208-2039.zip
Changelog :
- updated to android-9.0.0_r21
- updated gpu blobs to latest google marlin gpu blobs
- updated vulkan blobs to fix blackscreen on dolphin emulator
- changing kernel to HDRX kernel (latest caf LA.UM.7.5.r1-03700-8x96.0 and LA.UM.7.6.r1-03600-89xx.0, latest linux 3.18.128)
- some tweaks to save up more power
- some tweaks to remove kernel error that causing high resource using
- another changelog please see it at gerrit/review site or github trees
If you guys prefer better performance than the default one, just tweak the kernel by yourself using Kernel Adiutor or another app, i've added many features in HDRX kernel so you guys have more options to tweak.
NOTES :
I haven't check but, if you guys encounter random reboots, you can use other kernel such as Pepsy Kernel or KernelX.
HDRX Kernel still on development and sorry if you guys have that happen.
[UPDATE]
Gzosp-lithium-9.Beta.2.0-UNOFFICIAL-20181228-2135.zip
Changelog :
- added several options (3 finger swipe screenshot, CustomSeekBarPreference, etc)
- merge with HDRX Kernel v0.5
- add build prop lines for better GPU Performance
- add build prop lines for HAL3/Camera2API
- kang better camera blobs
- make Dual Speaker (main speaker + handset speaker) as default audio profile. when you play music or video, handset speaker will produce sound too
- fixing a couple sepolicy issues
- eliminate hundreds error logs when to reduce resources used and give better smoothness
- another changelog please see it at gerrit/review site or github trees

[DISCONTINUED][ROM][UNOFFICIAL][9.0.0][LITHIUM] CypherOS Pie

{
"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"
}
Android Open Source Cypher Project
AOSCP Website
AOSCP G+ Community
AOSCP Gerrit/Review
SOURCES
ROM Base : https://github.com/CypherOS
Device Tree : https://github.com/lineageos/android_device_xiaomi_lithium
Device Common : https://github.com/lineageos/android_device_xiaomi_msm8996-common
Device Kernel : https://github.com/heindrix/android_kernel_xiaomi_msm8996
Device Vendor : https://github.com/Mi5Devs/proprietary_vendor_xiaomi
MEMOS
Hardware bringups based on CAF : Audio, Display, Media
DOWNLOADS
sourceforgenet
VERSION
Status : Unofficial Beta
Last Update : 2019-JAN-26 09:40
Notes : Will be updated only when there're new Android Security Updates, Bugs Fixes, New Features, or Tweaks.
CREDITS
* AOSCP
* LineageOS
* TheMuppets
* Mi5Devs
* Ubuntu
FOOTNOTES
If you guys encounter bootloop on fresh flash, don't flash gapps immediately after flash the rom. after you flash the rom, reboot into recovery once again, and after that you can flash the gapps.
[UPDATE]
aoscp_lithium-7.0.0-20181130-unofficial.zip
Changelog :
- cleaning selinux denial
- fixed greyed out USB Preferences options when plug in usb
Question what apps come with it Google Messenger, "Google Phone"? If it is same as LineageOS or other than it is doh. I like if custom rom comes with default google apps where is good you can update from store.
Sent from my MI MIX using Tapatalk
---------- Post added at 01:01 PM ---------- Previous post was at 12:54 PM ----------
And someone can give hint how to backup custom rom and how to restore? I done backup, System, Data and Boot but after restore not bootup.
Sent from my MI MIX using Tapatalk
[UPDATE]
aoscp_lithium-7.0.0-20181207-unofficial.zip
Changelog :
- updated to android-9.0.0_r21
- updated gpu blobs to latest google marlin gpu blobs
- changing kernel to HDRX kernel
- some tweaks to save up more power
- another changelog please see it at gerrit/review site or github trees
If you guys prefer better performance than the default one, just tweak the kernel by yourself using Kernel Adiutor or another app, i've added many features in HDRX kernel so you guys have more options to tweak.
thx will update tomorrow. magisk working. awesome rom.
update - tried the dirty flash but it reboots after 5-10 seconds of system running and getting really hot. Pretty sure it is a kernel issue as I flashed Pepsy and running fine so far.
I will try clean flash on Monday. Oh and that Magisk issue is kernel related. Same problem with Pepsy running.
so many of these but what are the major differences if any? i dont wanna try them all
Is anyone using this at all?
I am. I tried Gzosp but this one is much smoother. Great battery life. Just dont flash the latest version with HDRX kernel - random reboots.
AmokPL said:
I am. I tried Gzosp but this one is much smoother. Great battery life. Just dont flash the latest version with HDRX kernel - random reboots.
Click to expand...
Click to collapse
Yes, i will fix the kernel on the next release.
Very sorry for that.
I tried but issues persist. Launcher errors with recents disappearing and weather not working on at a glance on the home screen. This one seems OK but for now crdroid has the slight edge over this. This is more of a vanilla experience with no customs.
I find this better than CRDroid in terms of smoothness. No lag and stutter. Miss few options from CR like battery percentage inside the icon or advanced restart but i can live without it.
[UPDATE]
aoscp_lithium-7.0.0-20181213-unofficial.zip
Changelog :
- removed fingerprint navigation (for now) that causing several problems (fingerprint navigation is a different thing with fingerprint authentication, the fingerprint authentication is still working and have no problems)
- updated gpu blobs to latest google marlin gpu blobs (this time kanged with the gpu firmware too, not just the blobs)
- updated vulkan blobs to fix blackscreen on dolphin emulator
- updated HDRX Kernel to eliminate random reboots and better power saving
- another changelog please see it at gerrit/review site or github trees
If you guys prefer better performance than the default one, just tweak the kernel by yourself using Kernel Adiutor or another app, i've added many features in HDRX kernel so you guys have more options to tweak.
[UPDATE]
aoscp_lithium-7.0.0-20181221-unofficial.zip
Changelog :
- change default aoscp launcher to luna launcher
- merge with HDRX Kernel v0.5
- add build prop lines for better GPU Performance
- add build prop lines for HAL3/Camera2API
- kang better camera blobs
- make Dual Speaker (main speaker + handset speaker) as default audio profile. when you play music or video, handset speaker will produce sound too
- fixing a couple sepolicy issues
- eliminate hundreds error logs when to reduce resources used and give better smoothness
- another changelog please see it at gerrit/review site or github trees
Merry Christmas!
------------------------------------------------------------------------------------------------
notes : guys, my internet connection down in the middle of uploading the rom. i'll upload it tomorrow, so sorry!
-------------------------------------------------------------------------------------------------------
rom uploaded!
awesome. will flash it as soon as you upload it. thanks!
AmokPL said:
awesome. will flash it as soon as you upload it. thanks!
Click to expand...
Click to collapse
uploaded now
Do you have any instruction of how to flash if I come from Syberia OS?
AmokPL said:
I find this better than CRDroid in terms of smoothness. No lag and stutter. Miss few options from CR like battery percentage inside the icon or advanced restart but i can live without it.
Click to expand...
Click to collapse
Hi there,
For advanced reboot option, you can hold the reboot button and the options will appear.
So this is great, but is there a way I can change navbar layout and invert it?
heindrix said:
Hi there,
For advanced reboot option, you can hold the reboot button and the options will appear.
Click to expand...
Click to collapse
wow thx. didnt think about that
EDIT - installed but it is not as smooth as previous version (kernel?). I will give it a few days and tweak a bit to check.
Do you have any set for kernel adiutor settings or would using the ones you posted on Lineage thread a while ago would be sufficient?
AmokPL said:
wow thx. didnt think about that
EDIT - installed but it is not as smooth as previous version (kernel?). I will give it a few days and tweak a bit to check.
Do you have any set for kernel adiutor settings or would using the ones you posted on Lineage thread a while ago would be sufficient?
Click to expand...
Click to collapse
Hi there,
I use the same settings as the one i posted on LOS thread.
Give it some time and it will become smooth.

[ROM + KERNEL][UNOFFICIAL][OPTIMIZED] LineageOS 17.1

{
"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 10 (Q), 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. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review.
Code:
/* *** Disclaimer
* 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 KERNEL
* 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.
* BOOM goes the Dynamite
*/
Working
Same as PixelExperience
Broken
Same as PixelExperience
Difference between stock lineageos 17
Stripped ART debugging
Bionic improvements from AOSPA
Remove some debugging from framework_base
device tree changes
zram 1gb -> 512mb
lazytime support for EX4 (enabled by default)
custom dalvik props:
dalvik.vm.heapstartsize=8m -> 16m
dalvik.vm.heapminfree=512k -> 2m
lMemory Optimizations (am.reschedule_service & sys.fw.bservice_enable both enabled)
Simplified version of GlassCannon interactive profile
Tune sched parameters
Cpuset tweaks
kernel changes (pop kernel):
see second post
DOWNLOAD ROM
DOWNLOAD KERNEL
Installation:
Make full wipe (Format data and also normal wipe)
Flash rom
Flash GApps if needed
Flash Magisk if needed
Flash kernel
reboot
Telegram group
Credits:
All devs that did the ten bringup,
@theandroid02 for the device tree and vendor,
@mr.ace for his shadow kernel,
Many others
XDA:DevDB Information
UNOFFICIAL OPTIMIZED LineageOS 17.1, ROM for the LG Nexus 5X
Contributors
linckandrea
Source Code: https://github.com/linckandrea
ROM OS Version: 10.x Q
Version Information
Status: Beta
Created 2020-09-15
Last Updated 2020-09-15
Features
-based on the latest shadow kernel
-Cpu governors: electron,chill,relaxed,blu_active + all stocks
-Ioscheds: maple,bfq + all stocks
-dsync
-adreno idler (disabled by default)
-cpuboost optimization
-touchboost disabled (msm_performance module)
-wakelock blocker by boeffla
-wake gestures
-many other check source
NOTE: the kernel is compatible with oreo-pie-ten so it can be flashed in other roms
reserved 2
Hey,
thanks for your ROM and kernel! I am looking forward to test it.
You say everything works like PE ROM, great.
Has someone confirmed that VoLTE and more importantly to me is Google Camera with encryption enabled actually working?
[edit] Clarified that it is a question if someone has tested if Google Camera is working is encryption enabled.
That is great, thank you!
Just flashed the kernel on my Nexus ROM and seems very smooth, maybe I'll try also the ROM!
Just to know, does your kernel ha voltage control enabled, making undervolting possible?
I ask because the section and the values appears inside Ex Kernel Manager, but I can't edit them.
RelentlesS747 said:
Hey,
thanks for your ROM and kernel! I am looking forward to test it.
You say everything works like PE ROM, great.
Has someone confirmed that VoLTE and more importantly to me Google Camera with encryption enabled is actually working.
Click to expand...
Click to collapse
Unfortunately my provider doesn't support VoLTE so i can't test it however if it works on PE i don't see why it shouldn't work here
Punkiderma said:
That is great, thank you!
Just flashed the kernel on my Nexus ROM and seems very smooth, maybe I'll try also the ROM!
Just to know, does your kernel ha voltage control enabled, making undervolting possible?
I ask because the section and the values appears inside Ex Kernel Manager, but I can't edit them.
Click to expand...
Click to collapse
Undervolting/Overvolting is not possible since kernel sysf provide only the information about voltages
i tried manual undervolting on ether(nextbit robin msm8992) and it was very unstable so it should be the same with bullhead
Can you test if Google Camera is working with encyption enabled because svlogs LOS17.1 ROM does not work for me in that regard.
Nice ROM and nice kernel.
I installed this ROM on LineageOS 17.1 by equlog and it works very well. Thank for your great work
linckandrea said:
Undervolting/Overvolting is not possible since kernel sysf provide only the information about voltages
i tried manual undervolting on ether(nextbit robin msm8992) and it was very unstable so it should be the same with bullhead
Click to expand...
Click to collapse
Sphinx kernel had working voltage control but it was never updated to support android Q.
I used it for a long time under Oreo and after finding the right values the device remained very stable.
Can this be a useful source to get voltage control working also under android Q or there are other issue that makes this not possible? I'm not a dev so sorry if this is a silly question
EDIT: I noticed that live display stops working if i flash this kernel, and also if I flash shadow kernel, so maybe there's a bug in the base. I'm on nexus rom.
GPS Problems
linckandrea said:
Installation:
Make full wipe (Format data and also normal wipe)
Flash rom
Flash GApps if needed
Flash Magisk if needed
Flash kernel
reboot
Click to expand...
Click to collapse
Hello again
I moved from NexusROM to your ROM and kernel. Encryption and Google Camera is working fine and switching from mobile data to WiFi and back is also working good (I had problems with that in the past). Thank you very much!
GPS Problems:
However I cannot get GPS working. It just never picks up a signal to locate me. Attached you can find a looong logcat log file. I think it has some gnss, Loc_hal_worker, Gps, LocSvc_eng errors in it. I suggest you start taking a look from the end of the log file. I had to split the file into two because of a 512kB *.txt file size limit.
Punkiderma said:
Sphinx kernel had working voltage control but it was never updated to support android Q.
I used it for a long time under Oreo and after finding the right values the device remained very stable.
Can this be a useful source to get voltage control working also under android Q or there are other issue that makes this not possible? I'm not a dev so sorry if this is a silly question
EDIT: I noticed that live display stops working if i flash this kernel, and also if I flash shadow kernel, so maybe there's a bug in the base. I'm on nexus rom.
Click to expand...
Click to collapse
this kernel doesn't support lineage livedisplay, in futures release i will implement klapse...
RelentlesS747 said:
Hello again
I moved from NexusROM to your ROM and kernel. Encryption and Google Camera is working fine and switching from mobile data to WiFi and back is also working good (I had problems with that in the past). Thank you very much!
GPS Problems:
However I cannot get GPS working. It just never picks up a signal to locate me. Attached you can find a looong logcat log file. I think it has some gnss, Loc_hal_worker, Gps, LocSvc_eng errors in it. I suggest you start taking a look from the end of the log file. I had to split the file into two because of a 512kB *.txt file size limit.
Click to expand...
Click to collapse
i see, thank you for the logs.. using this should fix the issue
https://github.com/LiteApplication/hardware_qcom_gps
linckandrea said:
i see, thank you for the logs.. using this should fix the issue
https://github.com/LiteApplication/hardware_qcom_gps
Click to expand...
Click to collapse
cool
I also have lots of stability issues with Google Camera.
Crashes after two Pictures or so.
RelentlesS747 said:
cool
I also have lots of stability issues with Google Camera.
Crashes after two Pictures or so.
Click to expand...
Click to collapse
i have the same issues with the google play store version, on other phones
camera NX works without problems if is installed as system app
in fact the next build i will include it by default
linckandrea said:
i have the same issues with the google play store version, on other phones
camera NX works without problems if is installed as system app
in fact the next build i will include it by default
Click to expand...
Click to collapse
Nice, do you plan to maintain this for some time?
For Volte question: there was a specific patch on PE10 for that in the device tree. i.e.: https://github.com/PixelExperience-...ackages/apps/CarrierConfig/res/xml/vendor.xml
Have you merged that changes?
linckandrea said:
this kernel doesn't support lineage livedisplay, in futures release i will implement klapse...
i see, thank you for the logs.. using this should fix the issue
Click to expand...
Click to collapse
How do you install the GPS fix? Install zip from TWRP?
Nice one! Thanks for keeping this device alive!
@linckandrea
have you found some time and passion to tackle the GPS and / or Camera Problems?
no stress, i am just wondering
@linckandrea I wonder does this ROM include live caption since I am deaf and need those feature. let me know. thanks
Updated: Ignore my asking question, i got it working and thanks
New update
download links are updated in the first post
Rom changes
Some bionic improvements from AOSPA
Stripped out some debugs in framework_base
device tree changes
radio power saving
sensors: Don't wake on significant motion
kernel changes
see this github history
i can't test the gps since... well you know the lockdown
anyway i created a telegram group where i will release early my rom/kernel builds
linckandrea said:
New update
download links are updated in the first post
Rom changes
Some bionic improvements from AOSPA
Stripped out some debugs in framework_base
device tree changes
radio power saving
sensors: Don't wake on significant motion
kernel changes
see this github history
i can't test the gps since... well you know the lockdown
anyway i created a telegram group where i will release early my rom/kernel builds
Click to expand...
Click to collapse
I just mentiond you in the other thread. I will try your build and report back about the GPS.
I'm curious if my banking apps work with your updated rom, because they don't with @berom his build and also don't work with PixelExperience

Categories

Resources