[I9001][7.1.2] LineageOS for Galaxy S Plus - Galaxy S Plus I9001 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 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.

Related

[ROM][6.0.1] CyanogenMod 13.0 [NIGHTLY]

{
"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"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 6.0.1 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.
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.
*/
NOTE
Should you ever face any issues, provide logs (use Google to find out how to gather those). I also need to know what build you're on - hence, you should mention the build number (or at least a date).
Hint: "It doesn't work" is not a bug report and posts like this will be ignored (and eventually removed). To keep the thread clean, try to use DevDB for real bug reports
SUPPORT ME
If you like my work, feel free to buy me a beer.
You can also contribute to CM using gerrit.
DOWNLOAD
CyanogenMod
Important: Informations regarding the new adoptable storage feature.
Screenshots
SOURCE
CyanogenMod
Kernel: CyanogenMod/android_kernel_sony_msm8930 (branch cm-13.0)
XDA:DevDB Information
CyanogenMod 13.0 for Sony Xperia L, ROM for the Sony Xperia L
Contributors
Olivier
Source Code: https://github.com/CyanogenMod/android_kernel_sony_msm8930
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Nightly
Current Stable Version: RC1.2
Stable Release Date: 2016-10-07
Created 2015-11-22
Last Updated 2016-10-10
Not working/broken
NOT WORKING/BROKEN
- everything related to media/audio
- GPS
- FM radio
- Camera
- network types (only 3G works)
- internal storage
Reserved
CHANGELOG
20161004: RC1
- Fixed sound while recording videos (thanks to RonGokhale)
- Fixed sound in FM radio
20160830: BETA3
- Many upstream changes (incl. merge of Android 6.0.1_r61)
- Improved sepolicies
- Replaced the old Browser app with the new, shiny Gello
- Cleaned device tree and restructured it into fragments (thanks to AdrianDC for doing that)
- Adressed security vulnerabities in the kernel
- Switched to the new audio HAL (special thanks to Arne Coucheron, AdrianDC and RonGokhale) - WIP! (please report any audio issues)
20160707: BETA2
- Many upstream changes (incl. merge of Android 6.0.1_r46)
- Removed unnecessary kernel modules and moved the important ones to the kernel
- Cleaned and updated sepolicies & enabled enforcing SELinux (we can now hit the nightlies)
- Reverted to Camera2 since it's more stable and reliable than Snap
20160519: BETA1
- Many upstream changes (incl. merge of Android 6.0.1_r43)
- Fixed camera
- Fixed FM radio (again)
- Enabled zRAM and added various kernel patches for a little performance boost
- Adressed some security vulnerabilities in the kernel
- Switched to the new camera app, "Snap"
20160313: ALPHA5
- Many upstream changes (incl. merge of Android 6.0.1_r22)
- Fixed auto rotation issues
- Fixed some security vulnerabilities in the kernel
20160106: ALPHA4
- Fixed battery LED issues (should be fine now, thanks to AdrianDC)
20151220: ALPHA3
- Fixed network modes (they seem to be swapped, though)
- Enabled FM radio
20151219: ALPHA2
- Fixed internal storage
- Fixed media and audio
- Android 6.0.1
20151122: ALPHA1
- Initial public release.
Key Notes
Flashlight toggle works perfectly. Yay!!
Battery charging LED too works, but expecting CM to break it, again.
If you are going to install gapps, flash it just after flashing CM13. I used pico opengapps, flashed after CM13 booted up, got frequent Setup Wizard and GPServices error. Right then, did a factory reset. Working.
Guys, let's not forget that is a development thread.
It seems like the majority of users with bricked devices have partitioned SD cards.While I can't guarantee anything, this seems to be the only possible reason at the moment. I have been testing CM13 on my C2105 for weeks, but never had that issue. And no, it's not the model number - the differences between C2104 and C2105 are rather minimal and the ROM has been confirmed working on both variants anyway.
Nevertheless, I've locked the thread and removed the download link for now, but just for the future: Don't re-partition your SD cards - in case you have already done so, format your storage before flashing this ROM! Xperia L doesn't have storage galore and the apps get bigger and bigger, I know. But if you aren't satisfied with that you better buy a new device.
Anyway, I'm sorry for the hard bricks.
EDIT: Those who have ended up with hardbricks have probably played around with the new "adoptable storage" feature, it can destroy the emmc.
Thread cleaned per OPs request.
A new build (ALPHA2) is up. Everything should be working, except for bugs mentioned in the second post - although I have been testing the build myself (as usual), I'd appreciate useful feedback. Enjoy, thread reopened...
I might give it a try later today when I get home.
Oh, and what is this "adoptable storage" feature, and how do I know if I have it enabled? I'm afraid of a permabrick since I recently bought this device and I won't be able to buy a new one if something goes wrong...
Edit: Can this be installed with the TWRP from corphish's app?
I installed Alpha 2 (19/12 Build)....
And All Basic Features and My Favorites Apps Are Working Good...
I'm feeling that CM13 is very smooth and fast...
No problem in Power off and reboot to... :highfive:
I'm waiting for Camera Fix... :fingers-crossed:
Thank You So Much.... :good:
Huge improvement
Olivier said:
A new build (ALPHA2) is up. Everything should be working, except for bugs mentioned in the second post - although I have been testing the build myself (as usual), I'd appreciate useful feedback. Enjoy, thread reopened...
Click to expand...
Click to collapse
My review: Flashed it via TWRP and it supports f2fs too... (System was in ext4 though) Boot time was less compared to LP... And yeah everything's great. It's butter smooth. No lags or what so ever! Battery backup is good too... But the only thing I noticed was the network type remains on 3g no matter what i do. Rest all is fine. Fm radio is missing though. Looking forward for camera fix too. Overall a splendid ROM for alpha stage. Also no hardbricks or anything... Rebooted thrice till now and no issues. Great Work.
(Pardon me if i posted in wrong place..... I'm noob in XDA)
Well. the browser force closed for me thrice right after clicking the 'download' button..
Rest its great..
priyank.g said:
Well. the browser force closed for me thrice right after clicking the 'download' button..
Rest its great..
Click to expand...
Click to collapse
The issue is in the browser app itself. Found this on cyanogen forums: http://forum.cyanogenmod.org/topic/...ild-in-browser-crash-when-downloads-anything/
EDIT: If you mean the issue in the ROM
Sent from my LG-H815 using Tapatalk
Another day, another build
ALPHA3 is up, check the third post.
Olivier said:
Another day, another build
ALPHA3 is up, check the third post.
Click to expand...
Click to collapse
Gps works too?
rostifaner said:
Gps works too?
Click to expand...
Click to collapse
Yup. works for me.
Olivier said:
Yup. works for me.
Click to expand...
Click to collapse
Woohoo)) thank you :good:
I tried the Alpha 2 and it was pretty good for an alpha.. Jesus, I was VERY worried during the install, even of the tiniest error.
When it finished I was pretty ****ing relieved that I didn't experience a brick.
The alpha was 'stable'. I mean, things didn't force-close for me constantly, which was the experience for me with other alphas. I can't wait till the camera gets fixed.
Olivier said:
NOT WORKING/BROKEN
- everything related to media/audio
- GPS
- FM radio
- Camera
- network types (only 3G works)
- internal storage
Click to expand...
Click to collapse
I didn't read something about camera issue in this 'Not Working Post'...is it already fixed in Alpha 3?
Xperia_L said:
I didn't read something about camera issue in this 'Not Working Post'...is it already fixed in Alpha 3?
Click to expand...
Click to collapse
Well it says right there...
Not working: camera
Sent from my Taoshan using XDA

[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.

[ROM] [UNOFFICIAL] LineageOS 11.0 - edison

{
"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 11.0 (Based on KitKat 4.4.4) for Motorola Atrix 2 (edison)
​
DISCLAIMER
Code:
#include <std/disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
*/
* you point the finger at me for messing up your device, I will laugh at you.
ROM INFO
This is unofficial source-built LineageOS 11 aka CM11 for Motorola Atrix 2 (edison). Build is identical to CM11 builds by @alteredlikeness , in fact this build is built using his manifests. Huge thanks to him.
I literally did nothing to get this build works - everything works flawlessly out of the box.
Builds won't be updated unless I found problems that I could fix it myself, or I felt that there's nice features that I could cherry-pick to this build. Since Android 4.4.4 no longer receive updates, thus I don't see there's a necessity to have regular builds - means no updates or ETAs. Every build is considered a Final release.
This build is here to give our beloved Atrix 2 a beautiful ending. At least, she gets to taste LineageOS now :good:
ROM FEATURES
It is just like previous CM11 builds, highly identical. Nothing special. No magic sauce.
That's not true anyway, I can't resist from adding features that I love to have it on my phone Check changelogs or build highlights for added features
ROM BUGS
Code:
- WiFi : 5GHz not working, disabled in build
- Display : Casting is not working (codec-related problem)
Every release is personally tested on my Atrix 2 in System 2/3. Sometimes I'm steam enough to install on System 1 (this is not good, I lost my WhatsApp chats ).
Thus, this build is confirmed safe to install on both System 1, System 2 and System 3. Please perform clean flash if possible.
ROM INSTALLATION
*NEW USERS: Backup your CID from BMM Recovery is you haven't done so! (under Firmware Flashing section)
1. Prepare SD Card, root access (ICS root or KingRoot) and Install BMM (available from my Google Drive)
2. Proceed booting into BMM.
3. Configure system as per your needs. For Boot Options, enable all except Insecure ADB (recommended)
4. Enter BMM recovery. Format /system, /data and /cache.
5. Proceed to flash ROM and other ZIPs.
6. Reboot system. First boot won't take too long, you are good to go then!​
SIDE NOTES
- ART works very well. :laugh: but latest 4.4 GAPPS won't work well with ART on 4.4 (Play Store will FC)
- No more arm libs error for some modern apps (such as Flutter based apps), which exists in previous CM builds.
- Xposed is working on this ROM. Use the official Xposed only, do not use SolarWarez's
- This build works pretty fluid with GAPPS installed. However if you need maximum performance, you may use MicroG instead.
- Signature spoofing is available out of the box, useful for MicroG users. Enable it in development settings.
SOURCES
Full credits to @alteredlikeness, LineageOS, long-lived CyanogenMod, and other Atrix 2/OMAP4 developers.
https://github.com/leewp14/local_manifests
https://github.com/leewp14/android_device_motorola_edison
https://github.com/leewp14/android_device_motorola_omap4-common
https://github.com/leewp14/android_kernel_motorola_omap4-common
https://github.com/leewp14/proprietary_vendor_motorola
XDA:DevDB Information
[ROM] [UNOFFICIAL] LineageOS 11.0 - edison, ROM for the Motorola Atrix 2
Contributors
lee.wp14, alteredlikeness
Source Code: https://github.com/leewp14
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
Based On: LineageOS
Version Information
Status: Stable
Stable Release Date: 2018-12-26
Created 2018-12-28
Last Updated 2018-12-28
Reserved
Reserved
DOWNLOADS
Builds are uploaded to my Google Drive. Click here to access.
Look under directory : edison > lineage
Compatible GAPPS, MicroG and other installers can also be found in directory : edison > misc
*DO NOT MIRROR WITHOUT MY PERMISSION. Thank you.
CHANGELOG
Code:
[U][B]20181226 [FINAL][/B][/U]
- edison : Use back uevent for audio jack handling
[U][B]20181221[/B][/U]
- omap4-common : Generate bootanimation according to edison's actual display resolution
- edison : Configure wifi refresh rate to every 150secs
- edison : Disabled hardware acceleration
- edison : Tweaked display auto-brightness value
- edison : Configure zram according to Intel's paper
- edison : Enabled battery status LED notification
- frameworks/apps-settings : Added signature spoofing support with switch in Developer Options
- frameworks : Bring back vm methods required by Xposed
- dalvik : Do required whitelisting when Xposed is detected
[U][B]20181209[/B][/U]
- edison : ZRAM Enabled. disksize 400MB, swappiness 90
- edison : vm and misc prop configs
- edison : remove wifi dual band option
- edison : minimum brightness is now 1 instead of 10 (more dim)
- frameworks : merged Sony Kitkat firmware's system animations
[U][B]20181208[/B][/U]
- edison : Disable entropy
- edison : Reduce VM page cluster to single only
- omap4-common : (attempt) fix instagram video upload issue
- kernel : optimize kernel clock tick
- kernel : disable cpu governor hotplug
[U][B]20181206[/B][/U]
- Added CPU governor : Lionheart, Hotplug
[U][B]20181205[/B][/U]
- Initial build
I will only write changelog for tested working builds :good: try at your own risk if you want to test it before me :3
Those inside .trash folder are my test builds. Please, avoid this folder and other no changelog written build if you want to play safe. Thanks
Miscellaneous
Screenshot
Attached to this post
Tweaks
Coming Soon...
Wow! Sweet! And nice job!:good:
I was very surprised to receive a mention notification today. Glad my long-forgotten past work could be of assistance in building this.
Long live Edison!
alteredlikeness said:
Wow! Sweet! And nice job!:good:
I was very surprised to receive a mention notification today. Glad my long-forgotten past work could be of assistance in building this.
Long live Edison!
Click to expand...
Click to collapse
Thanks for dropping by!
Without devs like you and other Atrix 2/OMAP4 developers, this won't be possible Would like to thank you all for the hard works :good:
Recently I bricked my Samsung S Advance, so I get back to use Atrix 2 as my daily driver. Available ROMs for Atrix 2 are quite outdated, thus I decided to give LineageOS 11 a shot.
Anyway, may I have your advice on this device's file system? Is it that we must stick with the stock ext3 or we can actually use other file systems? Because I see that the BMM is made not to format partitions.
Sorry, I didn't really know much about this device, I'm just a new Atrix 2 user
New Build 20181209
Highlights
- Removed unused system apps :good:
- Sony Xperia 4.4.4 system animations (identical to Xperia Z1 4.4.4)
- Lowered minimum brightness; you can now use your phone more comfortable in darker place
Check second post for changelogs.
EDIT : Removed irrelevant stuffs
EDIT : Removed irrelevant stuffs
lee.wp14 said:
Update of last post :
I can't imagine this happened to my CID... ahhhhh!
Mixed feelings..... :crying:
EDIT : I wonder if CID will be outputted on early boot? Anyone knows this? Or anyone knows how a CID looks like?
Click to expand...
Click to collapse
Yes every time you boot this cid error will appear. Even i lost this cid and at time my mobile was under warrenty. So i replaced with motorola service centre.
mithun23 said:
Yes every time you boot this cid error will appear. Even i lost this cid and at time my mobile was under warrenty. So i replaced with motorola service centre.
Click to expand...
Click to collapse
Oh, so lost CID also can replace device thru warranty, hmm this is really interesting
But since I can still use the phone, not a big deal to me as long as I don't plan to give/sell my phone to other people.
Last build has tons of codec problems. Will be fixed in upcoming build.
lee.wp14 said:
Oh, so lost CID also can replace device thru warranty, hmm this is really interesting
But since I can still use the phone, not a big deal to me as long as I don't plan to give/sell my phone to other people.
Last build has tons of codec problems. Will be fixed in upcoming build.
Click to expand...
Click to collapse
Yes it can...But I flashed stock ROM. And said motorola service centre some story tat ...after my battery was drained and after charging. Mobile is not booting and getting this cid error.
And what ... They replaced mobile
New Build 20181221
Highlights
- Built-in Signature Spoofing support with ON/OFF switch in Developer Options (useful for MicroG)
- Enabled battery status LED notification feature
- Official build of Xposed framework is NOW SUPPORTED :laugh:
- Fixed video playback (that's due to one of my previous stupid commit )
- Fixed video recording (also, that's due to the previous stupid commit too )
- Better backlight adjustment when auto-brightness is enabled
Notes
- Use the official Xposed only, do not use the SolarWarez's patched version of xposed.
- Display casting seems won't work all the time, further testing needed! I only tested on a Bravia non-android smart tv which only established successful connection once in about my 50 attempts (and that one time working is not 100% working also due to codec problems).
- Video playback should be relatively fine now. However, do bear in mind that this doesn't means that you won't get any codec related problems anymore. Old omap4 devices are well-known for its codec problems.
- Video recording is relatively fine now. H264 based recording is not an issue anymore. But, the above thing applies to this too
New Build 20181226
No major changes on this build, however if you happen to use the audio jack, please apply this build. Build 20181221 breaks the audio jack.
Greetings to those who are using this ROM :
Thank you for using this ROM. I don't really want this, but recently I just received another Samsung Note 1.
So... that means I won't be using Atrix 2 anymore, and no more updates are to be expected.
Thanks again, and have a nice day!
Thanks brother for all thee contribution you have given to this phone. Am really impress after flashing this rom and playing it.
Thanks a ton for this Rom. I am new to this but I could follow instructions in this post and the tutorial :
https://forum.xda-developers.com/t/...deo-for-motorola-atrix-2-mb865-me865.2602229/
Thanks to all contributors.
lee.wp14 said:
Greetings to those who are using this ROM :
Thank you for using this ROM. I don't really want this, but recently I just received another Samsung Note 1.
So... that means I won't be using Atrix 2 anymore, and no more updates are to be expected.
Thanks again, and have a nice day!
Click to expand...
Click to collapse
Thanks so much for creating it at all. I had mokee on mine from ages ago. Im just glad to be able to use it as a remote for home automation at this point

[ROM][9.0.0][UNOFFICIAL][M7-ALL] LineageOS 16.0 [STABLE]

{
"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.
*
* 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.
*
*/
Introduction
LineageOS is a free, community built, aftermarket firmware distribution of Android 9 (Pie), 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.
Bugs
What's working:
Boot
Camera / Camcorder
RIL (LTE/CALL/SMS)
In-Call Voices/Mic
WiFi
Hotspot (2.4Ghz)
Bluetooth
Audio recording
GNSS GPS
USB (ADB/MTP/PTP)
Audio Playback
Video Playback
IR Blaster
NFC
Sensors / Proximity Sensor
Touch
What's not working:
FM Radio
Hotspot (5Ghz)
SELinux is Permissive.
You tell me.
Installation instructions
Download the zip(s).
Install a compatible Recovery
Perform a NANDroid backup of your current ROM (Optional)
Wipe data & cache partitions of your device (required when coming from stock!).
Flash ROM.
Optional: Install the Google Apps addon package.
Supported models:
m7: m7ul, m7spr, m7vzw
Downloads
Recovery : Official TWRP
Gapps : Open Gapps Arm 9.0
Rom : Download
Sources
HTC MSM8960 Android Dev
Donate
DONATE To Me
Big Thanks
LineageOS Team.
@Flyhalf205
@icxj1
@R1ghtC
@gimmeitorilltell
All M7/MSM8960 contributors.
XDA:DevDB Information
LineageOS 16 for One M7, ROM for the HTC One (m7)
Contributors
tarkzim
Source Code: https://github.com/LineageOS
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Stock 5.X
Based On: LineageOS
Version Information
Status: Stable
Created 2019-08-24
Last Updated 2019-09-07
Changelogs
2019/09/09
Fixed charging/overall heating problems.
2019/09/08
Improvements of charging speed and battery level calculating.
Set default home button actions (Open recents / Open assistant).
2019/09/05
Upstream updates and fixes with September Security Patches.
Fixed Vibration.
Optimized Display driver for smoother UI/video playback.
Fixed memory heap settings, no more unexpected GC which was causing apps killing.
Fixed an GPS HAL issue.
2019/08/29
Fixed CPU default governor, and battery draining issues (CPU always running at max frequencies).
2019/08/27
Fixed GNSS GPS.
Fixed Light HAL for Button Backlight.
Set vendor security patch level.
2019/08/25 - V.2
Fixed Footej Camera.
Reduced UI Lags / Instability issues.
2019/08/25
Upstream updates and fixes.
Fixed booting issues.
2019/08/24
Initial build LOS 16.0 for m7 single sim variants.
Untested, but should be working on all single sim M7 variant and stable.
Screenshots
Screenshots here! by @R1ghtC
Reserved
Credits goes to @Flyhalf205 @icxj1 @R1ghtC @gimmeitorilltell
@JamesBott for providing old M7.
DELETED

			
				
Great work man!
Booted just fine. The only thing I noticed is the screen flikker/stutter and instability of the UI.
The screen also suffers from screen tearing. Like some drivers haven't installed
Anyways, keep up the awesome work :highfive:
rmw98 said:
Great work man!
Booted just fine. The only thing I noticed is the screen flikker/stutter and instability of the UI.
The screen also suffers from screen tearing. Like some drivers haven't installed
Anyways, keep up the awesome work :highfive:
Click to expand...
Click to collapse
Yep, I'm working on the fix, should be improved soon.
tarkzim said:
Yep, I'm working on the fix, should be improved soon.
Click to expand...
Click to collapse
Great man! If I can help with testing stuff, I'm available to do so! Have a great day!
new build released
2019/08/25 - V.2
Fixed Footej Camera.
Reduced UI Lags / Instability issues.
new build released
Fixed GNSS GPS.
Fixed Light HAL for Button Backlight.
Set vendor security patch level.
new build released
Fixed CPU default governor, and battery draining issues (CPU always running at max frequencies).
nice to see pie on the m7 :good::good::good:
does not show icon bluetooth
install GAAP slows down UI
Can I flash this on m7 dual sim version? Thanks
skyraider said:
does not show icon bluetooth
install GAAP slows down UI
Click to expand...
Click to collapse
it's Pie feature, icon will become visible when you connected to your Bluetooth devices.
hafifzein said:
Can I flash this on m7 dual sim version? Thanks
Click to expand...
Click to collapse
I won't be supporting Dual SIM variant of this phone, since i don't even have it, sorry.
Flashed it on my phone It's Clean and Smooth but after installing Gapps its to laggy..tried Mini pico etc..
XDA labs keeps crashing
xda logs - pastebin.com/3Shf9xR0
Twitter, YouTube, messenger and more are lagging
Twitter logs - pastebin.com/JAQvMUjc
Vibrations don't work
Habte said:
Flashed it on my phone It's Clean and Smooth but after installing Gapps its to laggy..tried Mini pico etc..
Click to expand...
Click to collapse
the same for me
---------- Post added at 08:37 PM ---------- Previous post was at 08:34 PM ----------
FM radio does not work

[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