[ROM + KERNEL][UNOFFICIAL][OPTIMIZED] LineageOS 17.1 - Nexus 5X Android Development

{
"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

Related

[ROM][addison] Official LineageOS 14.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"
}
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Moto Mods are not supported​
LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1.2 (Nougat), 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. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
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.
Working
Boots
RIL (Calls, SMS, Data)
Wifi
Bluetooth
Video Playback
LED Notifications
NFC
Not Working/Bugs
-
Installation
Make sure you have a nougat bootloader and modem else TWRP denies the installation by throwing a message about the wrong bootloader. Further details and a guide to upgrade what you need without losing data here.
Requires Unlocked Bootloader & a custom recovery
Place ROM & Gapps in your virtual SD
Reboot in Bootloader Mode
Go to "Recovery" (Vol +/Vol -) and confirm (power)
Wipe Data/Factory Reset
Wipe Dalvik cache
Install the ROM zip
Install su for root (get it here, you have to enable it from developer settings) [optional]
DO NOT REBOOT
Install the Gapps zip
Reboot
Downloads
download.lineageos.org/addison
AndroidFileHost
Sources
Device Tree
Kernel
XDA:DevDB Information
LineageOS 14.1, ROM for the Moto Z Play
Contributors
Alberto97
Source Code: https://github.com/LineageOS
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Version Information
Status: Beta
Created 2016-11-07
Last Updated 2017-10-08
Device Specific Changelog
02/04/2017
Switched back to Snap Camera
Now Moto Camera camcorder is fully working
Fixed call recording
25/03/2017
Switched back to QCamera2 HAL
3.18.48 kernel
Fixed some background, probably irrelevant, kernel crashes
16/03/2017
24 bit playback through headphones fixed
Switched to XML audio policy
Added back "comfort" (astronomy/night mode) color profile
09/03/2017
March Security patches
Reverted a patch that caused frequent high latency of wifi packets
25/02/2017
February Security patches
Enforcing SELinux
Switched to the fully working Snap Camera
Improved stability
Updated Adreno blobs
aptX support? (not tested)
18/02/2017
Camera is now working, more or less
SELinux is almost ready
Now using Nougat blobs (thanks a lot @felipevsw for his efforts)
18/01/2017
January security patches
QCOM Color Modes Support
Vulkan support
Fixed GLONASS (Satellites fixing time seems slower though)
Wlan drivers update
CyanogenMod Releases:
24/12/2016
Many CVE(s) have been fixed (kernel side)
Wlan drivers update (should improve the stability with Android 7.1.1 releases)
10/12/2016
Android 7.1.1 and December Security Patches
Switched back to 3.18.24 kernel
Blobs updated to the latest Marshmallow release (MPNS24.104-44-7)
03/12/2016
Fixed Fingerprint sensor
Kernel upgraded to v3.18.45 (just a test, I'll probably switch back to the previous one)
19/11/2016
Introduced the ability of using fingerprint sensor as Home Button (available under Settings -> Gestures)
LiveDisplay has been implemented (kernel side)
Added qcom IPA (Internet Protocol Accelerator)
All the kernel side Android security patches have been merged
Removed some camera hacks
Ramdisk cleanup
07/11/2016
Initial release
I think I love you. Thanks for the hard work.
For those are wondering, yes I've built the CM13 too but I have a weird and annoying bug there. For some reason Google's Location Provider causes random memory corruptions which lead to many random reboots when you're connected to a wifi network. Without a WiFi connection presence the device bootloops endlessly (we actually had a similar issue with moto msm8916 family but the problem was explicit there, here it's not). Nougat isn't affected by this bug, so that's why I'm directly publishing CM14.1 and skipping CM13
I think i love you too, very very thanks for the hard work :laugh:
Does this work for the dual sim model? ("retla release channel")?
Skipped right over 6.0 and 7.0 and right to 7.1, Heh. My moto x pure isnt even on 7.1 yet. Awesome work!
What about encryption, does CM 14.1 Will encrypt when I set up the fingerprint scanner? Because I don't want encryption in my phone, I want to get the most of the SD625. Thanks.
Uclydde said:
Does this work for the dual sim model? ("retla release channel")?
Click to expand...
Click to collapse
This is actually tested only on my dual sim device and it works fine
MuyKurioso said:
What about encryption, does CM 14.1 Will encrypt when I set up the fingerprint scanner? Because I don't want encryption in my phone, I want to get the most of the SD625. Thanks.
Click to expand...
Click to collapse
No, I've disabled forced encryption on cm but you have to erase userdata through fastboot to get rid of encryption. Wipe data from TWRP isn't enough.
Alberto97 said:
This is actually tested only on my dual sim device and it works fine
No, I've disabled forced encryption on cm but you have to erase userdata through fastboot to get rid of encryption. Wipe data from TWRP isn't enough.
Click to expand...
Click to collapse
Thanks for the reply. Do we need source code from Nougat to get camera working?
Thanks! I'll test it as soon as I get home.
MuyKurioso said:
Thanks for the reply. Do we need source code from Nougat to get camera working?
Click to expand...
Click to collapse
Camera stack is closed source on most of devices, motos included. On Nougat Google has done a lot of changes to the camera sources, so our prebuilt files find a new "unknown evnironment" while they expect the Marshmallow one.
There currently are some workarounds for this but nothing changes on this device; probably because of some changes made in our stack for the hasselblad camera module.
Do you think it will be possible to get moto mods working on custom roms? Is it something like the camera where we just need the blobs for 7.0 and integrate them into the kernel and all that or would it be a complicated mess to get them working at all?
Perhaps I'll be flashing this, how stable is it beside the camera and torch bugs? Are you using it as your daily driver?
Also, what gapps should I download? 64bit?
Hey bro, and Moto G 2015? ?
@Alberto97
MuyKurioso said:
Perhaps I'll be flashing this, how stable is it beside the camera and torch bugs? Are you using it as your daily driver?
Also, what gapps should I download? 64bit?
Click to expand...
Click to collapse
The Snapdragon 625 that's in our devices is 32-bit, so you wouldn't use the 64-bit GApps.
Uclydde said:
The Snapdragon 625 that's in our devices is 32-bit, so you wouldn't use the 64-bit GApps.
Click to expand...
Click to collapse
Im pretty sure our snapdragon 625 is not 32-bit, it is definitely built on aarch64. I think they just built the stock rom for armv7 or aarch32 which our processor is still compatible with. Probably because there isnt much of a reason to compile for aarch64. Taking a guess, I would think that this rom is 32-bit as well because the kernel source for our device would be based off of stock, I can easily be wrong about this though.
This is for Build Number MPN24.104-44 ? Indian Dual Sim.
Thank u so much man for working on this rom. Was regularly checking everyday for any Nougat rom and saw this. Very Happy. But I use my camera a lot so can't flash it right now. Hope the bugs get resolved pretty soon. Thanks for the rom again
mijing said:
This is for Build Number MPN24.104-44 ? Indian Dual Sim.
Click to expand...
Click to collapse
It doesn't matter.
---------- Post added at 01:39 AM ---------- Previous post was at 12:55 AM ----------
I tested it and everything works (except for the camera for reasons already stated). In order for me to get a similar experience to Moto Display I found this app and it works almost as good on CM.
https://play.google.com/store/apps/details?id=com.compass.ambiturner
The only bad thing is that you have to purchase Pro to get Wave to Wake, but it is worth it in my opinion.

[I9001][7.1.2] LineageOS for Galaxy S Plus

{
"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 14.1 for Samsung Galaxy S Plus (AriesVE - msm7x30)​
Code:
#include <string.h>
/*
* Your warranty is... expired
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
What works:
Boot
Touchscreen
Sensors (same bugs as in MM)
ADB, MTP
Vibration
Sound
Camera
RIL
SD mounting
WiFi
Deep Sleep
What's not working:
Bluetooth
GPS (or unstable - GPS HAL is just copied from Xperia Arc S)
720p video recording
Adaptable storage
Mobile Data
What's working, but needs some improvements:
Sensors
Camera (for 720p recording - use Footej Camera)
Camera Preview - wrong orientation sometimes
Memory management - LMK is not working as it should (kernel needs to be updated to nougat)
Recents button needs to be configured manually in settings (buttons tab)
'Bluetooth sharing' crashing at boot - to get rid of that annoying message:
go to settings > enable developer options > open dev opt > wait a second > click mute
How to install
Same as in MM, but...
If you come from latest MM beta (with block based OTA fix) - Wipe SYSTEM, CACHE, DALVIK CACHE
(if installation stops in half - flash MM from 10.05.2018, then wipe everything again and flash nougat - I don't know how, but it's somehow working)
If you come from earlier version - just wipe SYSTEM, CACHE, DALVIK CACHE
If you come from Lollipop... You can try leave data partition from LP, but probably it'll not work (bootloop)
If you come from KK, JB - Wipe everything
Screenshots
Download
LineageOS 14.1 AriesVE 22.05.2018 - Build 1
LineageOS 14.1 AriesVE 24.05.2018 - Build 2 CHANGE CACHE FILESYSTEM TO F2FS
LineageOS 14.1 AriesVE 27.05.2018 - Build 3 WIPE SYSTEM, CACHE (BUILDING & UPLOADING)
Changelog
22.05.2018 Initial release
24.05.2018:
- Fixed OpenGL bug (UI rendering should be smoother)
- Updated kernel to 3.4.113-stable
- Added F2FS filesystem support to cache partition (change filesystem in TWRP)
- Forced GPU only rendering (dynamic rendering is too slow in nougat)
- Back to old Healthd HAL (MM)
- Fixed SMS sending
- Improved video playback
27.05.2018:
- May security patches
- New LineageOS Features (Check LOS latest changelog)
- Reduced display voltage in kernel (lower min. brightness)
- Added optimizations from K^ kernel
- Removed zRAM compression
- min. CPU freq. set to 384
Special Thanks:
to Sir mordred - for ancora sources
to K_TECH - for lollipop aosp based device tree
and to LegacyXperia
Click to expand...
Click to collapse
XDA:DevDB Information
Nougat for AriesVE, ROM for the Samsung Galaxy S Plus I9001
Contributors
outofmemory13, Sir mordred, K_TECH, christopher83, DevConnection_Team
Source Code: https://github.com/MarcinDevelopment/android_kernel_samsung_msm7x30-common
ROM OS Version: 7.1.2 Nougat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: any MM rom
Based On: LineageOS
Version Information
Status: Alpha
Created 2018-05-22
Last Updated 2018-05-27
Wow! I will test it today.....thanks!
UPDATE: It works but it feels a little bit laggy.
omniaholic said:
Wow! I will test it today.....thanks!
UPDATE: It works but it feels a little bit laggy.
Click to expand...
Click to collapse
Disable LiveDisplay in settings (if enabled)
btw.
outofmemory13 said:
Disable LiveDisplay in settings (if enabled)
btw.
Click to expand...
Click to collapse
Thank you! Much better....
Awesome
Wow, i'll have to use my old s plus once more
Thanks for your work.
> Removed zRAM compression
Does that mean, zRAM is - generally spoken - without function or is there still any benefit running that way?
Beta123MAX said:
> Removed zRAM compression
Does that mean, zRAM is - generally spoken - without function or is there still any benefit running that way?
Click to expand...
Click to collapse
a bit faster random access. Even if LZ4 is fast - it still needs to be decompressed. 368MB of zRAM is enough to disable compression anyway.
This rom is EOL. I'm working about 10 days on Slim7 - after some benchmarks I'm shocked - 1,2k more points in antutu compared to LOS
The Mobile data still not working though.
outofmemory13 said:
[...] This rom is EOL. I'm working about 10 days on Slim7 - after some benchmarks I'm shocked - 1,2k more points in antutu compared to LOS
Click to expand...
Click to collapse
Slim rocks.:good:
outofmemory13 said:
The Mobile data still not working though.
Click to expand...
Click to collapse
Yeah, a showstopper. I really hope, this will work out well in the end.
outofmemory13 said:
This rom is EOL. I'm working about 10 days on Slim7 - after some benchmarks I'm shocked - 1,2k more points in antutu compared to LOS
Click to expand...
Click to collapse
And how is SLIM 7 compared to SLIM 6? Is it faster?
muggy1980 said:
And how is SLIM 7 compared to SLIM 6? Is it faster?
Click to expand...
Click to collapse
It's faster, but due to worse memory management every app needs to be running in swap, so... practically slower
Probably GCC Os flag will solve this problem. I'll test that today and will give some benchmarks results.
EDIT: Changes in RIL.java between MM and N are not that big. It's funny how one stupid change can break mobile data connection.
Code:
rr.mParcel.writeString(Integer.toString(radioTechnology [COLOR="Red"]+ 2[/COLOR]));
'+2' is already set in this commit
Not tested, but it may work
Will you open a new thread for Slim7 or will you post it in here..???
btw: THANKS a lot, for still developing.
Sadly less people are interested in a new / latest & functional ROM it seems.
PS: Yalp Store instant crashed in the latest LOS 14.1 ROM (B2) after fresh install, but I guess that's obsolete now, because of working on Slim7.
outofmemory13 said:
EDIT: Changes in RIL.java between MM and N are not that big. It's funny how one stupid change can break mobile data connection.
Code:
rr.mParcel.writeString(Integer.toString(radioTechnology [COLOR="Red"]+ 2[/COLOR]));
'+2' is already set in this commit
Not tested, but it may work
Click to expand...
Click to collapse
Unbelievable. Would like to see the review comments in the commit that remove it.
"'+2' looks unneeded to me. Will set some value anyway." :laugh:
Unfortunately mobile data is sill not working, but at least there's 3g indicator in statusbar(!) sometimes
https://github.com/SlimRoms/frameworks_opt_telephony/commit/ede5699637afffead01271a3520a3bd886fc6174 That commit message
RIL: Squash support for old RIL
Also clean up unused old RIL features.
commit 6536e023ed1523b6184da5d5704570fb3e24f01a
Click to expand...
Click to collapse
They removed what I needed at most. :laugh:
Seems that someone updated RIL to nougat before me
https://github.com/voidz777-pure/an...mmit/565afec388afac25506097f764c5d556f99adb22
I'll check that.
Vikingr87 said:
Will you open a new thread for Slim7 or will you post it in here..???
btw: THANKS a lot, for still developing.
Sadly less people are interested in a new / latest & functional ROM it seems.
PS: Yalp Store instant crashed in the latest LOS 14.1 ROM (B2) after fresh install, but I guess that's obsolete now, because of working on Slim7.
Click to expand...
Click to collapse
I'm the only developer for this device, so... it's hard.
I'll release slim here. No need to open another thread.
outofmemory13 said:
(...) I'm the only developer for this device, so... it's hard. (...)
Click to expand...
Click to collapse
Sadly, all the device-specific knowledge retired with the former devs. I wished, someone could make a (little) comeback and give a helping hand here and there.
But it must be said, that the state of Slim6 is a great success and I really appreciate your ongoing work here.
Bluetooth is working
EDIT:
Nah, pairing causes soft-reboot
Slimroms Slim7 Build #1 Optimized
First Slimroms build: DOWNLOAD
Works: same as in MM, but without mobile data
Not working - same as in MM
Bugs - Identical as in MM
Bluetooth, LMK, Adoptable storage are working.
Test and let me know how it's working
I'm wondering, if system's general memory footprint might be too much of a challenge.
Are there still options to optimize, like throw out non vital stuff and/or substitute sysapps with other lightweight FOSS versions?
Is a further update planned?
Sent from my [device_name] using XDA-Developers Legacy app
Download does not work
Sent from my [device_name] using XDA-Developers Legacy app
Robhein said:
Is a further update planned?
Click to expand...
Click to collapse
Robhein said:
Download does not work
Click to expand...
Click to collapse
LineageOS was too heavy. I'll update OP later
Download Slim7
https://drive.google.com/file/d/1DOAjBaYpumVh7oD1sBlc_uGvMedmYfgh/view
I'll release new build when I finish porting my marshmallow optimizations to nougat - As for now only audio doesn't work.

[ROM][H830|H850|RS988] UNOFFICIAL LineageOS-15.1 for G5

{
"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"
}
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 ROM before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
Introduction
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. More info.
These are my UNOFFICIAL builds of LineageOS-15.1 for LG G5 variants. I did NOT create this ROM. I am helping to contribute to this ROM. Thanks to all other coders who contributed to LineageOS.
IMPORTANT
BACKUP! These are UNTESTED builds. Please be ready to recover your previous ROM. If it kernel panic, boots into bootloader, etc... grab as much info as you can.
Builds are done periodically (see download below)
Do NOT be rude.
Respect all users.
Any and all users, please help each other. I have a rs988 variant, so other variants might have some issues.
Known items
VoLTE and WiFi calling do not work yet
Other known issues (same as OFFICIAL too):
WiFi or Bluetooth MAC is "00:00:00:00:00:00" - You wiped the misc partition, you'll need to fix: https://forum.xda-developers.com/showpost.php?p=70474540&postcount=12
5Ghz tether not working due to "error"
Enabling ADB Debugging in development setting can cause a kernel crash. If you are quick and press OK right away, it will take and still crash. On reboot, it will be enabled.
Install
You can upgrade from 14.1 (UNOFFICIAL) to 15.1. If you are not on my UNOFFICIAL yet, flash the to-x86cpu.zip first (and reboot recover before upgrade, not reboot into system).
Flash to-x86cpu.zip if you want. (See Downloads below)
Flash UNOFFICIAL ROM
Wipe cache, and dalvik cache
Magisk if you choose
Flash GAPPS (I use nano)
Reboot and wait....
Bugs
If you encounter issues/bugs that are not known, please report. This is not the OFFICIAL ROM, but I can help to get any issues fixed. I have a rs988 variant. If I can replicate your issue then I can track it down. If I cannot, please provide as much detail as possible. Logcats are great.
Please indicate what g5 variant you have (h830, h850, rs988) and what you are running (OFFICIAL or UNOFFICIAL) and date. Any mods (no judgment) as well.
I am aware people run mods or change things. I am not against it (as I do myself). However, if needed I may ask you to data wipe (you can say no), or remove a mod that might be interfering. I will do the best I can.
Thanks
Any and all users in this thread who contributed or will contribute to making this ROM as stable as possible
LineageOS Team
@Rashed97 for continuing
Downloads
ROM: UNOFFICIAL downloads (Note date and variant)
Gapps: arm64 nano 8.1
Sources
https://github.com/LineageOS
https://github.com/LineageOS/android_kernel_lge_msm8996
https://github.com/LineageOS/android_device_lge_msm8996-common
https://github.com/LineageOS/android_device_lge_g5-common
h830
h850
rs988
What is not working or problematic
What is not working or still wonky:
Encryption -- Works.
USB OTG -- Should be working.
Ambient display -- Disabled now.
Livedisplay -- Should be working.
IR will work, then timeout, then work again.
Video recording -- Should be working. Works sometimes, appears to record, but playing back audio is at the beginning, video at the end, and the duration is messed up.
5g tether -- Not working still.
No FM driver.
save
Does this contain any specific kernel fixes from you or Rashed? Latest one doesn't seem too great for battery
Kye2000 said:
Does this contain any specific kernel fixes from you or Rashed? Latest one doesn't seem too great for battery
Click to expand...
Click to collapse
This is my current pick list. Everything is in gerrit, some not merged yet. The EAS portion is helpful with the EAS additions to the kernel.
@x86cpu Yes, my friend! I'll soon close down my thread in favor of this one. Official status soon, tally-ho!
Tapatalk を使用して私の LG-RS988 から送信
I'm just wondering, at what point does Lineage get Official status for a device?
Jolt420 said:
I'm just wondering, at what point does Lineage get Official status for a device?
Click to expand...
Click to collapse
Code:
[B]Make sure your device meets the following requirements:[/B]
[LIST]
[*]Full hardware support - Everything that is supported by stock must be supported in LineageOS.
[/LIST]
NOTE: We are willing to make exceptions to this rule, however, any exceptions will be per device, and issues must be detailed in full.
[LIST]
[*]Stability - Nothing should crash. LineageOS has a reputation for stability and your port must be rock-solid.
[*]No overclocking/overvolting - Don’t alter clocks/voltages outside of the manufacturer’s default ranges.
[*]Enforcing SELinux - The device must work while SELinux is enforcing (which is the default).
[*]No non-PIE blobs - If your device requires executables which aren’t position-independent, it will not be accepted.
[/LIST]
[B][SIZE="5"]Maintainer[/SIZE][/B]
Make sure [B]you [/B]meet the following requirements:
[LIST]
[*]Continued support - Ask yourself: “Do I want to provide continuous support?” - LineageOS is not a “submit it and forget it” home. You need to be willing to continue maintaining the device by fixing bugs, applying security updates and eventually improving performance.
[/LIST]
[B][SIZE="5"]Making your device official[/SIZE][/B]
NOTE: Once you have successfully submitted your device, you will be given access to our internal tools (e.g. team chat, cve tracker, …) to help maintain your device and coordinate development of LineageOS. You only need to worry about these steps once you’ve been given access to them.
The following steps are necessary to finally make your device an official one:
[LIST]
[*]Patch it: Make sure the kernel is patched against all applicable CVEs.
[*]Prepare all the info: Add your device to the wiki.
[*]Make it build: Create a patch for the hudson project on our GitHub org and add your device to the lineage_build_targets file.
[/LIST]
https://wiki.lineageos.org/submitting_device.html
What we're stuck on is full hardware support, if anything.
question about screen burn
hi, I was wondering what you suggest to do to avoid screen burn after flashing this rom on a h830? I dont see a "screen" option in kernel auditor. Is there some settings I can change in display? thank you.
breakfrecell said:
hi, I was wondering what you suggest to do to avoid screen burn after flashing this rom on a h830? I dont see a "screen" option in kernel auditor. Is there some settings I can change in display? thank you.
Click to expand...
Click to collapse
Kcal needs to be implemented into the kernel for that
Kye2000 said:
Kcal needs to be implemented into the kernel for that
Click to expand...
Click to collapse
Could you please point me to the right direction to install or patch my kernel with kcal
breakfrecell said:
hi, I was wondering what you suggest to do to avoid screen burn after flashing this rom on a h830? I dont see a "screen" option in kernel auditor. Is there some settings I can change in display? thank you.
Click to expand...
Click to collapse
I use these setting and I get zero screen burn on my h830.
Settings>Display>LiveDisplay>Color calibration
Jolt420 said:
I'm just wondering, at what point does Lineage get Official status for a device?
Click to expand...
Click to collapse
NextDroid said:
https://wiki.lineageos.org/submitting_device.html
What we're stuck on is full hardware support, if anything.
Click to expand...
Click to collapse
Also new devices for 15.1 need to meet the charter: https://github.com/LineageOS/charter/blob/master/device-support-requirements.md
Cannot fastcharge?
aikons said:
Cannot fastcharge?
Click to expand...
Click to collapse
Can. Should.
Tapatalk を使用して私の LG-RS988 から送信
aikons said:
Cannot fastcharge?
Click to expand...
Click to collapse
Fast charging have been fixed for quite some time in Lineage, so unless you are running a different kernel or not using a fast charger, it does work.
x86cpu said:
Fast charging have been fixed for quite some time in Lineage, so unless you are running a different kernel or not using a fast charger, it does work.
Click to expand...
Click to collapse
NextDroid said:
Can. Should.
Tapatalk を使用して私の LG-RS988 から送信
Click to expand...
Click to collapse
The same adapter, the charge speed is slow than lineage14.1 (both default kernel, h830). Only me?
aikons said:
The same adapter, the charge speed is slow than lineage14 (both default kernel, h830). Only me?
Click to expand...
Click to collapse
I'd try another one. I fixed it quite a while ago. ( February 13 )
https://review.lineageos.org/206534
aikons said:
The same adapter, the charge speed is slow than lineage14.1 (both default kernel, h830). Only me?
Click to expand...
Click to collapse
Someone in other thread said something similar, then after reboot it worked for him.
@x86cpu
I can add daily builds for h830,h850,rs988 on my build server if you like. (buildyourownandroid.selfhost.eu)

[CLOSED][ROM][RAPHAEL][10.0][UNOFFICIAL] DerpFest 10 [2020-01-05]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* Disclaimer: I'm not responsible if you destroy your device. Use at your own risk!!!
* NOTE:
* I allow off topics in my thread. I'm also open for any fun.
* But still, discussion about the ROM itself is still would be prefered.
* However, what isn't tolerated is belittling of ANY developers and/or their work.
*
* Thank you. :)
DerpFest 10 For Redmi K20 Pro
About
Derpfest is a heavily customized build of AOSiP.
It uses AOSiP as a base and add more features on top of it.
note: AOSiP and DerpFest teams are in no way related.
Bug reporting
DO NOT REPORT BUGS DIRECTLY VIA PM/TELEGRAM PM.
DO NOT Report bugs if you're running a custom kernel, Xposed, or any external mods
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 dmesg. (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.
Please also do not report issues that already known
Download
Google Drive
Gapps : included, no need to flash gapps again
Vendor Recommended : 11.0.4.0 (because 11.0.5.0 are known to have some bt connection issues)
Installation
Clean Install
Wipe system and data
Flash the required vendor zip
Flash the ROM
Flash DFE (if decrypted)
Reboot into the system
Dirty Install (update)
Wipe dalvik cache
Flash the ROM
Flash DFE (if decrypted)
Reboot into the system
Source code
DerpFest Github
Devices Tree source
Kernel source
Credit and Thanks to
- @NurKeinNeid (DerpFest Founder) and all of the DerpFest Team
- @UtsavTheGreat for the raphael device-tree and vendor blobs
- @Star_king12 for the F1xy kernel
- @okitavera for the helps and guidance
- Google for Android and AOSP
- Mike Williams (founder and creator of AOSiP)
- LineageOS
- AICP
- ABC ROM
- AquariOS
- BootleggersROM
- PixelExperience
- OmniROM
- Cory Collins
XDA:DevDB Information
DerpFest 10 for Redmi K20 Pro, ROM for the Redmi K20 Pro
Contributors
nullxception
Source Code: https://github.com/nullxception/device_xiaomi_raphael
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: 11.0.4.0
Version Information
Status: Stable
Current Stable Version: 20200105
Stable Release Date: 2020-01-05
Created 2020-01-03
Last Updated 2020-01-05
Notes
- This ROM uses F1xy kernel which known to be blocking Screen OC by default. So, if you're fan of oc (I don't), you can flash other custom kernel
Changelogs
- Build 20200105
https://forum.xda-developers.com/showpost.php?p=81392363&postcount=27
- Build 20200103
An initial public release with some additional fixes and stuff under the hood like :
* Better UI paddings
* Fixed RIL (opt/Telephony)
* Fix USB Debugging not restored (vendor initscript problems)
* San Francisco Pro Fonts Added
* Follow dalvik-vm configurations from frameworks/native
* Included PixelExperience's Custom ANXCamera
* etc
is screen OC screen overclock?
sam00561 said:
is screen OC screen overclock?
Click to expand...
Click to collapse
Yup
Any screenshot for rom based customizations?
nullxception said:
Yup
Click to expand...
Click to collapse
Good I don't over clock anyhow
How's the fingerprint performance? Are you able to post some screenshots of this ROM?
sceryavuz said:
Any screenshot for rom based customizations?
Click to expand...
Click to collapse
classofbody said:
How's the fingerprint performance? Are you able to post some screenshots of this ROM?
Click to expand...
Click to collapse
Here's some screenshots, sorry can't post it all since it would be too much.
About fingerprint; on me, it quite fast just like any other aosp-based rom.
nullxception said:
Here's some screenshots, sorry can't post it all since it would be too much.
About fingerprint; on me, it quite fast just like any other aosp-based rom.
Click to expand...
Click to collapse
Amazing rom, it has everything I need to be a daily driver! But the FOD isn't working for some reason and the brightness is overall kinda finicky, is it a bug or just me? And can you please link the wallpaper that you're using?
classofbody said:
Amazing rom, it has everything I need to be a daily driver! But the FOD isn't working for some reason and the brightness is overall kinda finicky, is it a bug or just me? And can you please link the wallpaper that you're using?
Click to expand...
Click to collapse
Yes, the auto brightness is kinda sucks for now (still can't find the right solution for it), but I don't have any issues for the FOD, what's your vendor version ?
About that earthview wallpaper, it's a paid wall on the app called Abstruct.
sam00561 said:
is screen OC screen overclock?
Click to expand...
Click to collapse
no
nullxception said:
Yes, the auto brightness is kinda sucks for now (still can't find the right solution for it), but I don't have any issues for the FOD, what's your vendor version ?
About that earthview wallpaper, it's a paid wall on the app called Abstruct.
Click to expand...
Click to collapse
I'm on the latest global V11.0.1.0 firmware, fingerprint is working perfectly but in the always on display it's not. Also even without auto brightness, the brightness seems all over the place. Other than that it's a pretty good rom.
Edit: Flashing Immensity kernel seems to have fixed the FOD. But the brightness is still glitchy.
An initial public release with some additional fixes and stuff under the hood like :
* Better UI paddings
* Fixed RIL (opt/Telephony)
* Fix USB Debugging not restored (vendor initscript problems)
* San Francisco Pro Fonts Added
* Follow dalvik-vm configurations from frameworks/native
* Included PixelExperience's Custom ANXCamera
* etc[/QUOTE]
GREAT WORK DEV.:good:
classofbody said:
I'm on the latest global V11.0.1.0 firmware, fingerprint is working perfectly but in the always on display it's not. Also even without auto brightness, the brightness seems all over the place. Other than that it's a pretty good rom.
Edit: Flashing Immensity kernel seems to have fixed the FOD. But the brightness is still glitchy.
Click to expand...
Click to collapse
Nice to know, thanks.
Will diff utsav's implementation later.
Finally, the first custom ROM in which my FOD worked!
Many thanks for this ROM! It runs great aside from the mentioned brightness issue.
One super minor thing that you might want to consider is the icon for the ANX camera that you include. Right now it's the Google Camera icon, and it gets a little bit confusing for us that use a real Gcam app aside ANX. It's customisable in the launcher, but not when choosing standard app, for example setting the app for double tap to open camera.
Is this based on the ROM from kunalshah912?
I've found a prop called "magic brightness" or something like this. I can't remember in which file it was/is, but I could search and give feedback, if I found it. Maybe this will fix the autobrightness bug which is also in the ROM from kunalshah912.
Shortly played with it looks like a nice rom, keep up the good work dev.
Just wanted to let you and other people know that Android Auto is giving same problems as most other AOSP roms
I had high hopes seeing that the device tree had a bunch of commits of the guy from PE.
Psych Engel said:
Is this based on the ROM from kunalshah912?
I've found a prop called "magic brightness" or something like this. I can't remember in which file it was/is, but I could search and give feedback, if I found it. Maybe this will fix the autobrightness bug which is also in the ROM from kunalshah912.
Click to expand...
Click to collapse
Is mannual brightness working fine for you?
P12AV33N said:
Is mannual brightness working fine for you?
Click to expand...
Click to collapse
Brightness is a big issue in this build. Its changing too often and manual brightness is like 0% is 40% on other Roms. Its too Light.

[ROM][9.0.0_r46] AospExtended ROM V6.7 [UNOFFICIAL] Shieldtablet

Thread Title - [ROM][9.0.0_r46] AospExtended ROM V6.7 [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"
}
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Read the whole OP! Be respectful to each other and don't ask for ETAs, it's considered as being rude!
AOSP Extended is an AOSP based ROM which provides stock UI/UX experience with useful customizations. Being based on AOSP it provides a smooth experience. We have added useful customizations from various other open source projects and have tried to keep our things simple. A ROM by a user, for a user. #BeExtended
#ExtendYourDevice Here are the Extensions! on top of AOSP! We are constantly trying to update the list. Our aim is not to provide all the features available on earth. Our aim is to add important features that we think should be here and also what you think. For the addition of more tweaks or features, head on to our Telegram community and post the list of features that you want! Features with commits will be more helpful!
Features
Silky smooth Android experience
Tons of customisation
Pixel-like UI (Launcher, settings, Google Now swipe...)
Full Substratum/OMS support
And much more (check official AEX website)
HW Accleration working !!!
Camera working
Kernel Features
Added IO Schedulers:Zen,Sio,Maple,Tripndroid
Added Governours:ElementalX,SmartMax,Tripndroid
Added Filesystem:SDCardFS,F2fs
Removed:EXFat causes random Bootloops and compatibility problems
Modified Dtb for faster charging (Tested around 2.4A at 5 Volt Chargepower with Anker 20W Wallcharger and 2A at 9V with Anker Power Port+1) experimental QC2.0 enabled Tests needed
Optimized for Battery:SmartmaX Cququiet:runnable Maple IO Sheduler as default
If you need performance change to Interactive and Cpuquiet:Balanced
Download
Latest release here.
https://www.androidfilehost.com/?w=files&flid=306218 no Zram
https://www.androidfilehost.com/?w=files&flid=306219 with Zram
https://www.androidfilehost.com/?w=files&flid=305556 DTB with QC2.0
Installation
Be on the latest firmware - if you are not, or aren't sure just flash latest stock recovery image for your device (you will lose data and TWRP so back data up and prepare to reflash TWRP)
From TWRP3.3.1 wipe Cache, Dalvik, System, Data and Internal Storage
Flash ROM
Flash MindTheGapps-9.0.0-arm-20190615_031401.zip
Only needed if QC2 not working
Flash DTB with : fastboot flash dtb tegra124-tn8-p1761-1270-a04-e-battery.dtb
Netflix and Disney +:
Install latest Magisk
Download Props Fingerprint Mod
Install Busybox
after reboot run in Terminal with Root rights Props choose 1 Edit device fingerprint
f Pick a certified fingerprint
16 Nvidia after that choose your device
Reboot and download Netflix from Store
or easier Download Netflix/Disney+ from Apkpure
Fixed:
HW Accleration OMX working
DRM Widewine Level 1 working
Nvidia Games working
Camera full functional
LTE Fix no Sim Card detected
Boot Time increased now Dex2Oat Bug fixed
Bugs
Netflix HD Audio crackle sometimes and corupt video
Sound sometimes crackle offen happen when Usb is connected cause of Buffer Underun didnt find a fix for that yet
Report bugs if you find any, every opinion is welcome, try to describe problems with as much detail as possible
Thanks
AEX team, LineageOS team, and all people around this project and this device
Special thanks to Steel01 and Artemka2008 for there help with the OMX Fix
XDAevDB Information
AOSP Extended for Shield Tablet, ROM for the Nvidia Shield Tablet
Contributors
Triodexe, Steel01, Artemka2008
Source Code: https://github.com/aospextended
Vendor/Device Source Code:https://gitlab.incom.co/CM-Shield
Kernel Source: https://github.com/Triodex/TrioX-V04-Kernel
ROM OS Version: 9.0 Pie
ROM Kernel: Linux 3.10.x
Based On: AOSP+LineageOS
PLATFORM_SECURITY_PATCH := 2020-04-05
Version Information
Status: Testing close to everyday stability
Current Version: 6.7
Release Date: 2020-03-24
Created 2020-03-24
Last Updated 2020-04-21​
It boots ok.. never thought i would see android 9 on this device.. the only thing i can see they wrong is there is a notification "DolbyAudioService" showing.
Installed, boots OK and is working just fine so far, too! Playing YouTube videos (in the web browser) at 1080p without problems. Great work, thanks a lot!!
---------- Post added at 10:38 PM ---------- Previous post was at 10:33 PM ----------
This really gives new life to the Shield Tablet! Very, very cool work. Thanks again!
I installed the no Zram version of the ROM. I'm wondering if the Zram one makes a significant performance difference, given how little RAM the tablet has (1 GB); I thought that perhaps the storage performance gains are somewhat offset by the RAM used by the feature...
Hi, One bug i have found is if you search in settings it will crash each time.
Darkside281 said:
Hi, One bug i have found is if you search in settings it will crash each time.
Click to expand...
Click to collapse
Yep, can confirm this.
Can confirm the Settings search crash. com.android.phone is shown as the crashing app.
I have another "bug" (not sure what it actually means though).
On every reboot I'm greeted with the message from "Android System":
"There's an internal problem with your device. Contact your manufacturer for details."
As far as I can tell nothing is affected.
ksga said:
Can confirm the Settings search crash. com.android.phone is shown as the crashing app.
I have another "bug" (not sure what it actually means though).
On every reboot I'm greeted with the message from "Android System":
"There's an internal problem with your device. Contact your manufacturer for details."
As far as I can tell nothing is affected.
Click to expand...
Click to collapse
Hi
Have that too guess its a problem with the Build Fingerprint check will remove the check later from Framework
There are much more problems currently in this build NvcplHook still not working and shieldtech isnt found even with all patches from Steel01 LineageOs16 Widewine Crypto works but have problems too generate/locate Lvl1 Keys.
Maybe the nxt Build will fix most of the Problems when Steel01 finishes his Vendor/Device Tree cause im using most Parts from that
Greats Triodexe
ksga said:
Can confirm the Settings search crash. com.android.phone is shown as the crashing app.
I have another "bug" (not sure what it actually means though).
On every reboot I'm greeted with the message from "Android System":
"There's an internal problem with your device. Contact your manufacturer for details."
As far as I can tell nothing is affected.
Click to expand...
Click to collapse
Just installed and wanted to verify it wasn't just me!
Can it be flashed over 5.8?
WilderSu said:
Can it be flashed over 5.8?
Click to expand...
Click to collapse
Hi
Nope cause the Gapps isnt compatible
Greats Triodexe
Hi! Sweet rom
I found some problems with it tho. Firstly I found out headphones doesn't seem to work and then when I tried to play a game(Brawl Stars) all sort of glitchy things appear randomly in the screen, it was pretty glitchy. It's a shame cause it looks so good, i will stick with aex 5.8 which works flawlessly but when all of these problems are solved i won't think about it twice and I will jump straight to this rom. Great work!! Thanks a ton :good:
teolicht505 said:
Hi! Sweet rom
I found some problems with it tho. Firstly I found out headphones doesn't seem to work and then when I tried to play a game(Brawl Stars) all sort of glitchy things appear randomly in the screen, it was pretty glitchy. It's a shame cause it looks so good, i will stick with aex 5.8 which works flawlessly but when all of these problems are solved i won't think about it twice and I will jump straight to this rom. Great work!! Thanks a ton :good:
Click to expand...
Click to collapse
Hi
Yes this Rom isnt really close to stable only a try what already works with Steel01 Sources
for everyday usage better take the 5.8 or any Nougat based Rom
Atm i try to Get AICP14.0 to work but no chance only got it one time boot after that always Bootloop.
Thought Aicp would be easier cause they use more stuff from Lineage Tree but im wrong
Greats Triodexe
Hi
Short Info New Rom Version is out
Still not 100% stable but so far most stuff works now like Netflix,Disney+ HD;Youtube HD and Nvidia Games
Found a fix that helps me to play Videos without corrupted screen.
Change the renderer in Developer Options from OpenGL Skia to OpenGL.
Greats Triodexe
Triodexe said:
Hi
Short Info New Rom Version is out
Still not 100% stable but so far most stuff works now like Netflix,Disney+ HD;Youtube HD and Nvidia Games
Found a fix that helps me to play Videos without corrupted screen.
Change the renderer in Developer Options from OpenGL Skia to OpenGL.
Greats Triodexe
Click to expand...
Click to collapse
Great, Los 15.1 too?
Disrupthor said:
Great, Los 15.1 too?
Click to expand...
Click to collapse
Hi
Not from me the Los15.1 was only a Testbuild i stay on build AospExtended
Greats Triodexe
Tried this rom again! Saw it's much more improved than before but it's not stable for every day use just yet, as you said, not 100% stable but looking good! Great work, i'll just use AEX 5.8 which works great .
Last but not least, headphones still don't work on AEX 6.7 but well it's an experimental rom so I suppose that will be fixed sometime in the future, it's not that important. Well good luck! Keep up the good work! :good:
Youtube, airtel xtreme playback bug
Playing youtube videos doesn't work I can only hear audio, sometimes glitches sometimes plain green screen
I am attaching screenshot for your reference.
Triodexe said:
Hi
Short Info New Rom Version is out
Still not 100% stable but so far most stuff works now like Netflix,Disney+ HD;Youtube HD and Nvidia Games
Found a fix that helps me to play Videos without corrupted screen.
Change the renderer in Developer Options from OpenGL Skia to OpenGL.
Greats Triodexe
Click to expand...
Click to collapse
Hi
I flashed this rom AospExtended-v6.7-shieldtablet-20200324-1351.
My tablet has been booting for some time and does not start
can someone tell me what i did wrong?
I have lineageOs 15.1 on it before, flashed with twrp 3.3.1.0,
I only flashed ROM without Magisk and Gapps.
Lordzoit said:
Hi
I flashed this rom AospExtended-v6.7-shieldtablet-20200324-1351.
My tablet has been booting for some time and does not start
can someone tell me what i did wrong?
I have lineageOs 15.1 on it before, flashed with twrp 3.3.1.0,
I only flashed ROM without Magisk and Gapps.
Click to expand...
Click to collapse
I had problems too with this version. It wouldn't boot and boot back into recovery.
I went back to the previous aosp
Ive tried to follow the Magisk instructions to install Netflix to the letter, but am still unable to download it from the play store? Is this usual?
Also, even with my fastest chargers i get 'Charging slowly', but flashing the BTD file causes the device to not boot at all!
Thanks, though, everything else is great, and glad to see this device getting love!

Categories

Resources