Development [OFFICIAL] [A13] [sake] LineageOS 20.0

Search This thread

frauhottelmann

Inactive Recognized Developer
Yes it's for my question about model?
Yes, I have the same model.
Screenshot_20230603-125956_Einstellungen.png
 

kolakd

Member
May 20, 2023
5
1
Hello, is it possible to make Asus camera work like in StatiXOS and OmniROM?
Like @ micky387 posted a hack for this, so maybe it could work on LOS?
 
  • Like
Reactions: sirozan

darkreaper476

Senior Member
Jun 24, 2010
75
10
Any one else having an issue with MMS on USA Tmobile? When I try to send an MMS the entire network stack crashes and resets for a second. Message never sends. APN settings look good compared to what I can find online. Not sure whats going on here..
 

nirolan

Member
May 22, 2023
6
3
Hello, I have a question. In Asus Stock ROM I can set in battery setting the battery charge limit. Can I do the same also in lineageos? The stock setting has also shown the battery life.
 

nirolan

Member
May 22, 2023
6
3
Thank you @darkreaper476 and @Meepaco,

"/sys/class/asuslib/charging_suspend 0 1" looks like an Asus device or system file. Is it possible to enable it at the system level and push it with the future lineage build? Or do we need magisk and do that manually?
 

frauhottelmann

Inactive Recognized Developer
Thank you @darkreaper476 and @Meepaco,

"/sys/class/asuslib/charging_suspend 0 1" looks like an Asus device or system file. Is it possible to enable it at the system level and push it with the future lineage build? Or do we need magisk and do that manually?
Maybe wait for the next build. There are a lot of changes regarding the charging.
 

darkreaper476

Senior Member
Jun 24, 2010
75
10
Good to know! Do you mean I have to add a line to a bash script? lol leaving out a lot of details there.
 
Last edited:

DD3Boh

Recognized Developer
Feb 16, 2017
334
1,423
Italy
Moto Z
Lenovo ZUK Z2 (Plus)
Hey everyone, there's some new cool features coming to lineage that I also just saw asked in the previous questions here.
Starting from today's build (2023-06-09), there's a brand new switch to toggle or untoggle fast charging, so that you can now force slower charging on customs, just like on stock. This forces the charging to be limited to 10w (often it's around 8W and it goes lower towards the last 15% of charging).

Other than that, the other big feature, still charging related, is the charging control HAL being added, props to the whole LineageOS team. That unfortunately will only be available from next week's build since it wasn't merged soon enough to be in today's.
Check the pictures attached for more details about the various modalities.

Also, now the screen on charging reduction should work consistently when fast charging is enabled, limiting screen on charge to 8/9W just like stock (mostly) does.

Enjoy :)
 

Attachments

  • Screenshot_20230609-204008_Settings.png
    Screenshot_20230609-204008_Settings.png
    47.8 KB · Views: 51
  • Screenshot_20230609-204028_LineageOS Settings.png
    Screenshot_20230609-204028_LineageOS Settings.png
    47.2 KB · Views: 48
  • Screenshot_20230609-204101_LineageOS Settings.png
    Screenshot_20230609-204101_LineageOS Settings.png
    47.2 KB · Views: 46
  • Screenshot_20230609-204110_LineageOS Settings.png
    Screenshot_20230609-204110_LineageOS Settings.png
    77.9 KB · Views: 51

Top Liked Posts

  • There are no posts matching your filters.
  • 19
    2okPze5.png

    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.
    */

    LineageOS is a free, community built, aftermarket firmware distribution, 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.

    Instructions:
    Checkout the lineage website for full installing instructions: here

    Downloads:

    Notes:
    • Only Clean Installation Please
    • Bug Report Without logs means nothing

    Reporting Bugs:
    • DO NOT Report bugs if you installed Xposed or weird magisk modules
    • Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
    • If it is a random reboot, grab /sys/fs/pstore/console-ramoops-0 and /sys/fs/pstore/dmesg-ramoops-0. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)

    Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. Any bug not reported in the bug report format below may be ignored.

    Sources:

    7
    Hey everyone, there's some new cool features coming to lineage that I also just saw asked in the previous questions here.
    Starting from today's build (2023-06-09), there's a brand new switch to toggle or untoggle fast charging, so that you can now force slower charging on customs, just like on stock. This forces the charging to be limited to 10w (often it's around 8W and it goes lower towards the last 15% of charging).

    Other than that, the other big feature, still charging related, is the charging control HAL being added, props to the whole LineageOS team. That unfortunately will only be available from next week's build since it wasn't merged soon enough to be in today's.
    Check the pictures attached for more details about the various modalities.

    Also, now the screen on charging reduction should work consistently when fast charging is enabled, limiting screen on charge to 8/9W just like stock (mostly) does.

    Enjoy :)
    5
    Thank you!

    One note: it says android 10 in the thread
    One question: How is Widevine and google wallet working on the phone when it's not rooted?

    Cheers and thank you!
    Fixed the thread for the android 10 thing.

    About safetynet/play integrity API, LineageOS doesn't allow supporting workarounds or hacks to make it pass on it. You can still pass it using magisk and some modules to override the device's properties.

    I could have released a ih8sn package to change properties on bootup so that the safetynet passes by default, but due to one specific vendor blob in our display stack (taken from stock), all the display color changes would break if properties don't match stock (such as night light or livedisplay).
    In the future I might figure out how to fix this and release a ih8sn flashable or just make an unofficial build with safetynet workarounds in place. But for now that isn't the case.

    Tldr: official LineageOS builds don't pass safetynet by default, you can make it pass with magisk. Once safetynet passes the L1 DRM certification is present.
    4
    @DD3Boh
    Thank you very much for the effort and development.

    I want to report an error with the "double tap to wake" it is intermittent, on occasions it reacts or stops working, in addition to the fact that it takes approximately two seconds to react after the screen turns off, I attach evidence and the log.

    greetings.
    I've just been told that the same happened on Lineage 19.1, I'll look into it when I can.
    4
    Warning: this weeks weekly did not boot for me. After pressing reboot in the updater it restarted and showed a warning that it wasn't able to boot. It says retry or do a system reset. You don't have to do that though. Just go into the recovery and fastbootd and then issue a
    Code:
    fastboot set_active other
    And it'll boot the last version just fine...