[ROM][G950F/FD][7.1.2] UNOFFICIAL LineageOS 14.1 for Galaxy S8

Search This thread

bencebenedek

Senior Member
Feb 13, 2015
65
11
Budapest

DeKiesel

Senior Member
Feb 7, 2012
492
77
[100% 64449/64449] build bacon
Package Complete: /home/travis/android/lineage/out/target/product/dreamlte/lineage-15.1-20190109-UNOFFICIAL-dreamlte.zip

#### build completed successfully (02:58:12 (hh:mm:ss)) ####


Well it builds!!!!
https://androidfilehost.com/?fid=11410963190603894931

No idea or time to test if it boots and what not. I put all code on github for everyone to use/see

Thank you for the build. If we provide logs and commit to testing, would you consider developing the rom once you find the time?
 

travis82

Senior Member
Jan 8, 2011
1,537
1,694
41
Marysville, Washington
Thank you for the build. If we provide logs and commit to testing, would you consider developing the rom once you find the time?

I can dev on this device since I have it when I get time. If you know me than you know what can and or will happen.!!
just updated to another build. Yea give logs I know proprietary and ramdisk are major issues and "I think" i got that all fixed you all can find my git and check.

best regards,
Travis82

Source:
https://github.com/travismills82/android_device_samsung_dreamlte
https://github.com/travismills82/android_device_samsung_universal8895-common
https://github.com/travismills82/vendor_samsung_universal8895-common
https://github.com/travismills82/kernel_samsung_universal8895

https://www.androidfilehost.com/?w=files&flid=288399
 
Last edited:

DeKiesel

Senior Member
Feb 7, 2012
492
77
I can dev on this device since I have it when I get time. If you know me than you know what can and or will happen.!!
just updated to another build. Yea give logs I know proprietary and ramdisk are major issues and "I think" i got that all fixed you all can find my git and check.

best regards,
Travis82

Source:
https://github.com/travismills82/android_device_samsung_dreamlte
https://github.com/travismills82/android_device_samsung_universal8895-common
https://github.com/travismills82/vendor_samsung_universal8895-common
https://github.com/travismills82/kernel_samsung_universal8895

https://www.androidfilehost.com/?w=files&flid=288399
I tried to get a log but couldn't. Adb shows "waiting for device" in windows and Linux and ddms doesn't recognize the device at all.

Is there a better way to get a log?
 

DeKiesel

Senior Member
Feb 7, 2012
492
77
I can dev on this device since I have it when I get time. If you know me than you know what can and or will happen.!!
just updated to another build. Yea give logs I know proprietary and ramdisk are major issues and "I think" i got that all fixed you all can find my git and check.

best regards,
Travis82

Source:
https://github.com/travismills82/android_device_samsung_dreamlte
https://github.com/travismills82/android_device_samsung_universal8895-common
https://github.com/travismills82/vendor_samsung_universal8895-common
https://github.com/travismills82/kernel_samsung_universal8895

https://www.androidfilehost.com/?w=files&flid=288399

I got the crash logs, (thanks, @Arteush) should I upload them here? There are 49 but I think they are all the same. The crash message is


Abort message: 'CANNOT LINK EXECUTABLE "/vendor/bin/hw/rild": cannot locate symbol "ril_service_name" referenced by "/system/vendor/bin/hw/rild"...'
 
  • Like
Reactions: bamsbamx

travis82

Senior Member
Jan 8, 2011
1,537
1,694
41
Marysville, Washington
I got the crash logs, (thanks, @Arteush) should I upload them here? There are 49 but I think they are all the same. The crash message is


Abort message: 'CANNOT LINK EXECUTABLE "/vendor/bin/hw/rild": cannot locate symbol "ril_service_name" referenced by "/system/vendor/bin/hw/rild"...'

[100% 98576/98576] build bacon
Package Complete: /home/travis/android/lineage/out/target/product/dreamlte/lineage-15.1-20190113-UNOFFICIAL-dreamlte.zip

#### build completed successfully (04:23:43 (hh:mm:ss)) ####

https://github.com/travismills82/an...mmit/8aaa5cf30c5e91edae8dc57420f8077c88fa24c9

https://www.androidfilehost.com/?fid=11410963190603898554

I cant get slsi exynos 5 to build gralloc 5 i had to disable it so if one of you knows more fixes speak up. I could blob it out like I did exynos note 4 so so so long ago that was the last exynos I touched. But I prefer all by source.

so to get f2fs going i need to revert it all the way down to .115 remove the crypto f2fs changes and reapply all other kernel version patches. About that patch 115 broke f2fs. This is why all kernels forked from TGP F2FS isn't working cuz of compile errors. Now a N kernel patched up with Oreo Binder patches to boot on O-P F2FS works no prob. So there are 2 choices to get F2FS working. I dont like either option... so much work.

Other questions asked about /VENDOR. We cant use cache cuz its about 300mb to small. It would have to come off of system and vendor files put there would be more logical. Than the kernel dt needs the vendor partition un-disabled and corrected. Than twrp needs that same kernel and dt built in to it. twrp boardconfig and fstab needs these partitions added also to view it. after the vendor partition needs work to make it treble happy. Kernel ramdisk also needs amended to reflect changes.
AFTER all that is done we should be able to boot gsi images just like S9.

I hope you users can get a grasp of the work required for the simple questions you all ask just being curious.

Best regards,
Travis Mills
 
Last edited:

DeKiesel

Senior Member
Feb 7, 2012
492
77
[100% 98576/98576] build bacon
Package Complete: /home/travis/android/lineage/out/target/product/dreamlte/lineage-15.1-20190113-UNOFFICIAL-dreamlte.zip

#### build completed successfully (04:23:43 (hh:mm:ss)) ####

https://github.com/travismills82/an...mmit/8aaa5cf30c5e91edae8dc57420f8077c88fa24c9

https://www.androidfilehost.com/?fid=11410963190603898554

I cant get slsi exynos 5 to build gralloc 5 i had to disable it so if one of you knows more fixes speak up. I could blob it out like I did exynos note 4 so so so long ago that was the last exynos I touched. But I prefer all by source.

so to get f2fs going i need to revert it all the way down to .115 remove the crypto f2fs changes and reapply all other kernel version patches. About that patch 115 broke f2fs. This is why all kernels forked from TGP F2FS isn't working cuz of compile errors. Now a N kernel patched up with Oreo Binder patches to boot on O-P F2FS works no prob. So there are 2 choices to get F2FS working. I dont like either option... so much work.

Other questions asked about /VENDOR. We cant use cache cuz its about 300mb to small. It would have to come off of system and vendor files put there would be more logical. Than the kernel dt needs the vendor partition un-disabled and corrected. Than twrp needs that same kernel and dt built in to it. twrp boardconfig and fstab needs these partitions added also to view it. after the vendor partition needs work to make it treble happy. Kernel ramdisk also needs amended to reflect changes.
AFTER all that is done we should be able to boot gsi images just like S9.

I hope you users can get a grasp of the work required for the simple questions you all ask just being curious.

Best regards,
Travis Mills

Abort message: 'no suitable EGLConfig found, giving up'

Let me know if you need the log. And thank you for your work!
 

travis82

Senior Member
Jan 8, 2011
1,537
1,694
41
Marysville, Washington
I know its not booting lol. But if any of YOU USERS want to help and point out my mistakes than please go ahead so I can fix it faster.

I cleaned up the tree's a bit. I'll make another build and see how it go's.

Source:
https://github.com/travismills82/android_device_samsung_dreamlte
https://github.com/travismills82/android_device_samsung_universal8895-common
https://github.com/travismills82/vendor_samsung_universal8895-common
https://github.com/travismills82/kernel_samsung_universal8895

Builds:
https://androidfilehost.com/?w=files&flid=288399

I just put one up a couple hours ago and no time to test yet.
 
Last edited:

LegendM

Senior Member
Jun 18, 2012
1,045
466
Ankara
I'm not crying, I'm not crying..

Thanks for new hopes @travis82

tenor.gif
 

Attachments

  • tenor.gif
    tenor.gif
    1.5 MB · Views: 441

urnamese3

Senior Member
Sep 25, 2013
397
270
81
I know its not booting lol. But if any of YOU USERS want to help and point out my mistakes than please go ahead so I can fix it faster.

I cleaned up the tree's a bit. I'll make another build and see how it go's.

Source:
https://github.com/travismills82/android_device_samsung_dreamlte
https://github.com/travismills82/android_device_samsung_universal8895-common
https://github.com/travismills82/vendor_samsung_universal8895-common
https://github.com/travismills82/kernel_samsung_universal8895

Builds:
https://androidfilehost.com/?w=files&flid=288399

I just put one up a couple hours ago and no time to test yet.

any chance you could make a build for dream2lte?
 

Awesomeslayerg

Senior Member
Jul 5, 2014
796
373
Los Angeles
[100% 98576/98576] build bacon
Package Complete: /home/travis/android/lineage/out/target/product/dreamlte/lineage-15.1-20190113-UNOFFICIAL-dreamlte.zip

#### build completed successfully (04:23:43 (hh:mm:ss)) ####

https://github.com/travismills82/an...mmit/8aaa5cf30c5e91edae8dc57420f8077c88fa24c9

https://www.androidfilehost.com/?fid=11410963190603898554

I cant get slsi exynos 5 to build gralloc 5 i had to disable it so if one of you knows more fixes speak up. I could blob it out like I did exynos note 4 so so so long ago that was the last exynos I touched. But I prefer all by source.

so to get f2fs going i need to revert it all the way down to .115 remove the crypto f2fs changes and reapply all other kernel version patches. About that patch 115 broke f2fs. This is why all kernels forked from TGP F2FS isn't working cuz of compile errors. Now a N kernel patched up with Oreo Binder patches to boot on O-P F2FS works no prob. So there are 2 choices to get F2FS working. I dont like either option... so much work.

Other questions asked about /VENDOR. We cant use cache cuz its about 300mb to small. It would have to come off of system and vendor files put there would be more logical. Than the kernel dt needs the vendor partition un-disabled and corrected. Than twrp needs that same kernel and dt built in to it. twrp boardconfig and fstab needs these partitions added also to view it. after the vendor partition needs work to make it treble happy. Kernel ramdisk also needs amended to reflect changes.
AFTER all that is done we should be able to boot gsi images just like S9.

I hope you users can get a grasp of the work required for the simple questions you all ask just being curious.

Best regards,
Travis Mills
So are you saying project treble would be possible on this phone then? So what do we exactly have to do make this possible? I understood you need to allot of kernel changes and update the fstab.


Edit: https://iwf1.com/how-to-re-partitio...ll-options-included-change-size-fs-type-etc/2

Edit 2:And theres a github to port it into any device. I got it from a Chinese discussion thingy
https://github.com/cjybyjk/Treble_Any_Device
From here https://www.coolapk.com/feed/7398520
Found this
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 103

    QCgMClH.png


    Code:
    [COLOR="red"]Your warranty is now void.[/COLOR]
    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. 
    A lot.

    WARNING: THIS ROM IS NOT FOR DAILY USAGE, IT'S ONLY A ALPHA AND A LOT OF THINGS ARE BROKEN. ALSO, IT'S POSSIBLE THAT YOU WON'T BE ABLE TO RESTORE A NANDROID BACKUP AFTER FLASH THIS ROM. FLASH AT OWN RISK!​

    /* What’s working */
    Audio
    Bootanimation
    Brightness Level
    Bluetooth
    Microphone
    MTP
    Wi-Fi
    LED
    All sensors except fingerprint reader
    SD Card
    Capacitive buttons

    /* What’s not working */
    Bluetooth audio
    RIL (calls, sms, microphone, data) *works only in first boot
    NFC
    Camera
    Fingerprint reader
    Torch
    Wi-Fi Hotspot

    Install Instructions
    1. Download ROM from the link below.
    2. Wipe dalvik/cache/data/factory reset.
    3. Flash the rom in recovery.
    4. Flash OpenGApps in recovery.
    5. Reboot device.
    6. Now you can help me to find bugs :)

    Quick Look


    Downloads

    Latest Build​


    If you are happy with my work, please:





    Thank You! :victory:

    XDA:DevDB Information
    UNOFFICIAL LineageOS 14.1 for Galaxy S8, ROM for the Samsung Galaxy S8

    Contributors
    Fevax, briann_cs
    Source Code: https://github.com/Fevax

    ROM OS Version: 7.x Nougat
    ROM Kernel: Linux 4.x
    Based On: LineageOS

    Version Information
    Status: Alpha

    Created 2017-10-06
    Last Updated 2017-10-06
    29
    LineageOS 15 developement for s8 has started!
    28
    IThis ends now. If people are not happy with this rom. Either make your own or find another one.
    As such this thread is closed to clean up everyones negative comments......

    Now that the thread is cleaned... To every one who thinks its ok...
    It is rude to ask for ETAs,deal with it.... It is rude to say Oh this dont work fix it, Post some logs and maybe work with the devs to fix it, Every expierenced modder knows there are bugs, Knows there are bugs in lineage,If you dont like it find another rom As such No more of this behavior will be tollerated!!!!!
    26
    Sorry for the long period of inactivity, my personal life was a mess, i will try to speed up the things soon!
    23
    Changelog:

    06/10
    - Initial Release.