[ROM][UNOFFICIAL][9.0.0] LineageOS 16.0 [BETA][20.09.2020]

Search This thread

hgunduz295

Senior Member
Jul 31, 2017
381
517
Here it's
https://gist.github.com/ChronoMonochrome/50debe637371006838468391dc958bf0#file-aex_q_i9300-txt-L1521

Crashes of netd are preventing further boot up.
As of now, either the kernel needs updating of the networking subsystem or we need to wait until it's fixed upstream in LOS 17.0.
thank you :highfive:

---------- Post added at 06:39 PM ---------- Previous post was at 06:30 PM ----------

Here it's
https://gist.github.com/ChronoMonochrome/50debe637371006838468391dc958bf0#file-aex_q_i9300-txt-L1521

Crashes of netd are preventing further boot up.
As of now, either the kernel needs updating of the networking subsystem or we need to wait until it's fixed upstream in LOS 17.0.
wow saw as much,android runtime failed on this logcat ı don't know how to fix this :silly:
 

abelenki

Senior Member
Jan 8, 2012
305
939
46
Perm
lowtrucks.net
hello,

how charging and low battery LEDs can be turned off?

in lineage-15.1-20190306-unofficial-i9300 these issues could be configured via \system\etc\init.d\94kernel file:

Code:
#--------------- LED notifications -----------------#

# Enable battery charge led notification
#echo 1 > /sys/module/leds_an30259a/parameters/led_switch

but there is no such file in 4-lineage-16.0-20190411-unofficial-i9300.
 
  • Like
Reactions: duttyend

m4v3r0ne

Member
Jan 26, 2015
31
16
Hey there, is this the same version that is linke on the official LineageOS page for I9300? (latest from there is from April, 10th 2019).
Because this one has a very bumpy start but seems to be working okay after that, so far.
Only I can't use the Google launcher (Pixel launcher) because it just keeps crashing. Is this normal for this old of a phone or is this some problem I'm having?
Thanks for great work anyway.
cheers

EDIT: It's just getting better and better, starts bumpy as I said (SIM problems, Wi-Fi problems, random reboot, storage recognized as 0B, etc.) but after letting it sit for a while and start using it more and more, restarting a couple times in between it's now become super stable.
Apps crash muss less frequent than on 14.1 and it's overall much smoother.
 
Last edited:
  • Like
Reactions: duttyend

m4v3r0ne

Member
Jan 26, 2015
31
16
there are no official LineageOS for i9300 anymore:

https://download.lineageos.org/

so, what are you talking about?

Hi, I'm talking about this one:
https://androidfilehost.com/?w=files&flid=286611&sort_by=date&sort_dir=DESC

Since it's linked from the LineageOS page (https://www.cyanogenmods.org/forums/topic/downlaod-lineage-os-16-for-galaxy-s3-i9300/) and the Author's name is given as "chrono" so I'm just asking if this is the correct thread for this ROM.
Thanks for any hints in the right direction.
 
Last edited:
  • Like
Reactions: duttyend

Nobby1960

Senior Member
Jun 3, 2016
847
406
Freiburg
I've tried this latest build from chrono: lineage-16.0-20190411-UNOFFICIAL-i9300.zip, a clean flash from scratch, TWRP 3.2.3-0. Stunningly stable for an alpha version. Everything works, even video recordings. Initially, the ROM runs very smoothly, but on the long run the RAM usage gets stuffed and the swap gets bigger and bigger. This costs performance, the phone is getting slower.
 
Last edited:

cRaZy-bisCuiT

Senior Member
Feb 25, 2013
210
58
Is there a way to compile LineageOS 16 / AOSP for a I9305 device? Is the device tree that different? I wonder why there're no Pie builds for that. :/
 
  • Like
Reactions: Bx16 and EeeK

ALEXIS_0071

Member
Nov 27, 2011
37
6
I'm about to buy a second-hand phone tell me that the samsung s3 9300 or lg g2, which one do you recommend and why? Beyond its characteristics which has a better technical support and support for future Android rom who has more and better rom developers, sorry for my bad English
 

m4v3r0ne

Member
Jan 26, 2015
31
16
I'm about to buy a second-hand phone tell me that the samsung s3 9300 or lg g2, which one do you recommend and why? Beyond its characteristics which has a better technical support and support for future Android rom who has more and better rom developers, sorry for my bad English

Hey there, don't know about the G2 but with the I9300 you'll be basically stuck on 4.4.4 (LOS12).
There's been some LOS14 development going on as well as 15 and 16 but if you want a *real* daily driver it'll be LOS12 (4.4.4) with that phone.
It's not officially supported by Lineage anymore.
cheers
 

Top Liked Posts

  • There are no posts matching your filters.
  • 100
    Code:
    /*
     * Your (probably expired) 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.
     */

    IMPORTANT INFORMATION


    Hi all,


    This is an unofficial Pie build for the Galaxy S3 (i9300) based on LineageOS 16.0.


    Most of the ROM features are working, but the overall state might be not stable or not suitable for a daily use. This is an alpha quality build. Don't install this ROM as your daily driver.

    This work is heavily based on works of forkbomb444 (thanks for device tree, kernel and device patches for LOS 14.1), rINanDO (thanks for device tree, kernel and device patches for LOS 16.0) and A$teroid (thanks for cherry-picks I took from his kernel).

    What is working:
    • Boots
    • Audio (playback && recording)
    • Bluetooth
    • Graphics
    • Camera
    • Sensors
    • RIL (SMS, mobile data, calls)
    • Wifi
    • USB
    • Video playback (HW/SW)

    What is not working:

    • GPS
    • SIM PIN unlock doesn't work
    • maybe yet something

    Reporting bugs

    When reporting reboots, please produce log below as follows
    (using adb or terminal)
    Code:
    su
    cat /proc/last_kmsg > /sdcard/last_kmsg.txt
    and attach in this thread.

    If reporting another issues
    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.)
    A rough timestamp of when the issue occurred is also useful.

    to quickly & easily capture logcat (Main log), Kernel log (dmesg) & Last Kernel log (last_kmsg which is important in case of unwanted reboot) without using a computer + adb or use a Terminal emulator on the phone:
    1. Root the phone
    2. Developer Options > Store logger data persistently on device > select All. More info about it here on developer.android.com
    3. Install the free SysLog. (screenshot)

      View attachment 4644180
    4. Reboot the phone & reproduce the problem(s).
    5. Open Syslog & select logcat, dmesg & last_kmsg. Add some significant keywords in the bottom including in Notes describing the bug & hit Take log.
    6. The individual logs + a .zip of all of them will be saved in /sdcard/Syslog. You must rename them .txt to be able to attach them to an XDA post like logcat.log > logcat_log.txt for example. Or you can choose Share which will .zip them & then you can attach to a post or upload somewhere & link to in your post if the .zip is too big for XDA's attachment service (20 MB max).
    Done! And make the dev happy. :cool:
    ***

    Bug Reports & Logs?
    If the phone is not rooted you can grant this permission to enable Syslog using ADB (15 seconds ADB Installer) & a computer:
    • adb shell pm grant com.tortel.syslog android.permission.READ_LOGS
    You can also install an app like MatLog to analyse the logcat, filter it, search in it, export files etc but Syslog is fast & easy. If not rooted grant permission for MatLog:
    • adb shell pm grant com.pluscubed.matlog android.permission.READ_LOGS
    ***

    SIM PIN code unlock feature is disabled to locking issues in build #6. Make sure to unlock the SIM PIN before flashing this build.

    Download:


    Credits:

    If you like my work and want to thank me, feel free to buy a coffee :)

    Thanks to it'sup, someOn3 and leleobhz for donations!

    Source code:
    XDA:DevDB Information
    LineageOS 16.0, ROM for the Samsung Galaxy S III I9300

    Contributors
    ChronoMonochrome, rINanDO, A$teroid
    Source Code: https://github.com/CustomROMs/android_local_manifests_i9300/tree/lineage-16.0

    ROM OS Version: 9.x Pie
    ROM Kernel: Linux 3.x

    Version Information
    Status: Beta

    Created 2018-12-05
    Last Updated 2020-09-20
    37
    Changelogs

    Changelog



    20.09.2020 - build #7

    • Sources update (September 2020 ASB)
    • Enabled NearbyMessagingService back (this seemed to break google account login)
    • GPS fix (credits to @rINanDO)
    • Updated kernel to LK 3.4.67
    • Added CPU and GPU OC
    • Added more CPU governors (including ZZMoove)


    8.02.2020 - build #6

    • Sources update (January 2020 ASB)
    • Fixed gralloc / ION issue
    • Revert Lights HAL to passthrough implementation
    • Readded Boeffla Sound and LED charging indication (available in /vendor/etc/init/tweaks.rc, everything is disabled by default)
    • Disabled SIM PIN unlocking (please make sure to unlock SIM PIN before flashing this build)
    • Disabled NearbyMessagingService (thanks @SethGeckoXDA for pointing to this change)


    8.02.2020 - build #6

    • Sources update (January 2020 ASB)
    • Fixed gralloc / ION issue
    • Revert Lights HAL to passthrough implementation
    • Readded Boeffla Sound and LED charging indication (available in /vendor/etc/init/tweaks.rc, everything is disabled by default)
    • Disabled SIM PIN unlocking (please make sure to unlock SIM PIN before flashing this build)
    • Disabled NearbyMessagingService (thanks @SethGeckoXDA for pointing to this change)

    Known bugs:
    • GPS

    Download:
    https://androidfilehost.com/?fid=4349826312261719044


    3.01.2020 - build #5

    • Sources update (December 2019 ASB)
    • New kernel based on 3.0 (i9100) - credits to @rINanDO
    • LiveDisplay fix
    • SIM detection fix

    Known bugs:
    • GPS
    • LED charging indication doesn't work
    • Gralloc sometimes runs out of ION memory. This can cause uncorrect work of some WebView or 3D applications.

    Download:
    https://androidfilehost.com/?fid=4349826312261692243



    6.12.2019 - build #4

    • Sources update (November 2019 ASB)
    • Fix unlocking SIM PIN (credits to @rINanDO)
    • Fix incall audio

    Known bugs:
    • GPS
    • Gralloc sometimes runs out of ION memory. This can cause uncorrect work of some WebView or 3D applications.

    If you encounter any weird issues please make sure to make a clean install.


    4.12.2019 - build #3

    This build is using a new kernel (LK 3.18.140). The main differences I would like to list are following:
    • more adequate CPUfreq driver (no governors like PegasusQ are included, the default CPU governor is Ondemand).
    • CPUidle fixes (power consumption in deepsleep should be better than in 3.4 kernel)
    • possibly, better memory management (but don't expect too much, this ROM is really heavy for that small amount of RAM)

    Known bugs:
    • GPS
    • Gralloc sometimes runs out of ION memory. This can cause uncorrect work of some WebView or 3D applications.


    9.03.2019 - build #2

    • A long list of fixes that are common with LOS 15.1 (see "Known Issues" below)
    • Updated sources to 9.0.0_r31
    • PowerHAL improvements (credits to @rINanDO for original code)
    • Increase memory heap size for Gapps (credits to @linusdan)
    • Kernel init.d script 94kernel is moved as /vendor/etc/init/tweaks.rc
    • Removed in-built SU

    Known Issues
    • Graphical artifacts *
    • Camera often freezes when starting video record
    • Sometimes (rarely) magnetometer doesn't work
    • Maybe more
    There is also a rare bug with PackageInstaller that prevents installer window to be minimized (which is probably related to our buggy graphics libs).
    Warning: I have not tested installation with Gapps, but according to S2 thread, Gapps installation can cause some device lagging during the startup.


    5.12.2018 - build #1

    • initial release
    27
    New build is up!

    Hi, a lot of time spent since the latest release :)
    A lot of stuff have been fixed, but because I feel there are still some hard-to-debug bugs left, I'll leave the status of the build as Alpha (at least until I figure out a full list of bugs).


    9.03.2019 - build #2

    • A long list of fixes that are common with LOS 15.1 (see "Known Issues" below)
    • Updated sources to 9.0.0_r31
    • PowerHAL improvements (credits to @rINanDO for original code)
    • Increase memory heap size for Gapps (credits to @linusdan)
    • Kernel init.d script 94kernel is moved as /vendor/etc/init/tweaks.rc
    • Removed in-built SU

    Known Issues
    • Graphical artifacts *
    • Camera often freezes when starting video record
    • Sometimes (rarely) magnetometer doesn't work
    • Maybe more
    There is also a rare bug with PackageInstaller that prevents installer window to be minimized (which is probably related to our buggy graphics libs).
    Warning: I have not tested installation with Gapps, but according to S2 thread, Gapps installation can cause some device lagging during the startup.
    26
    Misc

    Screenshots


    thumb0001.png


    thumb0098.png


    thumb0136.png


    thumb0187.png


    thumb0197.png


    thumb0230.png




    WiFi Fix

    https://xdaforums.com/showpost.php?p=69018243&postcount=274
    25
    Mr @ChronoMonochrome
    Given that the lineageos team has begun merging LOS 16 to LOS 17 ...
    Will you be back to this device(S3 i9300) with Android 10?

    I have already attempted booting Android 10 preview, but haven't had enough luck to manage it pass the bootanimation.
    Another good news: many developers are still working on exynos4 mainline kernel, e.g. ReplicantOS team and even some people from CAF.
    So we probably must see some great things will come soon to this device.