[ROM] [12.1] [UNOFFICIAL] LineageOS 19.1 for S9, S9+ and N9

Search This thread

KkjSasuke

Member
Oct 22, 2022
8
12
68747470733a2f2f656e637279707465642d74626e302e677374617469632e636f6d2f696d616765733f713d74626e...png

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

Download:
Here

Sources:

Kernel
Tree
Tree common
Vendor common

Credits:
@mateobuteler por el tree s9
 
Last edited by a moderator:
Hello and good morning, @KkjSasuke

Not all XDA members are using Telegram and therefore I'd appreciate if you provide your support here in your XDA thread instead of pushing people to Telegram.
For further information, please refer to the announcement linked below and note that you will lose your privilege to reference your social media unless thorough support is provided on XDA. Thanks for your cooperation.

Update on 2022-12-25: Telegram link from OP removed as OP doesn't provide support in his thread.

Regards
Oswald Boelcke
Senior Moderator
 
Last edited:

ele3131

Senior Member
Feb 26, 2015
75
27
Bluetooth Fix:

With Root -> MiXplorer (or similar app) -> Vendor -> Build.prop -> Change ro.product.first_api_level to 29 -> Reboot.

Without Root -> TWRP -> Mount Vendor -> File Manager -> Same as above.
 

ZekeAdebayo

Senior Member
Sep 10, 2013
99
16
I'm currently running the latest stock rom on my S965U (I'm with T-Mobile). Is this rom stable as in minimal crashes/ basic functions like calls working? How does battery life compare to stock, and is the camera worth using? I heard that rooted roms for the S9+ don't perform as nicely in terms of quality compared to the stock rom.
 

SamQuocDoan

New member
Dec 15, 2022
1
0
h Hi. i flashed your rom. everything is fine until done and reboot the phone it boots into Bootloader. i tried changing to orangeFox and it's still the same?.

xin chào. mình flash rom của bạn rồi mọi thứ đều ổn cho đến khi hoàn tất và khởi động lại điện thoại, nó sẽ khởi động vào Bootloader. Mình đã thử đổi sang OrangeFox rồi mà vẫn vậy?.
 
Last edited by a moderator:
Since the Sim card is not inserted and operated, I do not know if the SIM is working, but the ROM itself is working almost perfectly except for Bluetooth.

For the problem of not being able to use Bluetooth, a fix Magisk module has been distributed by Telegram, the ROM builder. Please check it yourself.

And then, USB OTG, which seems to be an issue in other threads on other models, is not a problem either; both MicroSD and internal memory are properly recognized via USB connection.
 

undogooder

Member
Dec 14, 2014
7
1
Hello. I tried to flash rom and got an error saying the rom is for star2qltechn and my device is star2qlte. Also, using an app, it tells me star2qlteue. Is there a way to install or am I out of luck? Any help is appreciated!!
Screenshot_20230104-075624_Droid Info.jpg
Screenshot_20230104-075621_Droid Info.jpg
 
Hello. I tried to flash rom and got an error saying the rom is for star2qltechn and my device is star2qlte. Also, using an app, it tells me star2qlteue. Is there a way to install or am I out of luck? Any help is appreciated!!
View attachment 5801409View attachment 5801411
S9+ SM-G965U1 (star2qlteue) is probably a North American model, as inferred from the model number.

The ROMs introduced in this thread are East Asian and some other regional models such as starqltechn, star2qltechn, crownqltechn.

Perhaps the ROMs cannot be flashed because the vendor part is different.
 

undogooder

Member
Dec 14, 2014
7
1
Thank you! Any chance I could get a small tutorial on how to find? Sorry, I haven't edited a rom before.

Edit: I think I found it bit just to be sure...

assert(getprop("ro.product.device") == "star2qltechn" || getprop("ro.build.product") == "star2qltechn" || abort("E3004: This package is for device: star2qltechn; this device is " + getprop("ro.product.device") + "."););

If this is it, should I edit all 3 star2qltechn to star2qlte?
 
Last edited:

afaneh92

Senior Member
Jul 31, 2012
3,674
5,110
Thank you! Any chance I could get a small tutorial on how to find? Sorry, I haven't edited a rom before.

Edit: I think I found it bit just to be sure...

assert(getprop("ro.product.device") == "star2qltechn" || getprop("ro.build.product") == "star2qltechn" || abort("E3004: This package is for device: star2qltechn; this device is " + getprop("ro.product.device") + "."););

If this is it, should I edit all 3 star2qltechn to star2qlte?
yes,dont extract the zip just open and edit and save
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    68747470733a2f2f656e637279707465642d74626e302e677374617469632e636f6d2f696d616765733f713d74626e...png

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

    Download:
    Here

    Sources:

    Kernel
    Tree
    Tree common
    Vendor common

    Credits:
    @mateobuteler por el tree s9
    3
    Bluetooth Fix:

    With Root -> MiXplorer (or similar app) -> Vendor -> Build.prop -> Change ro.product.first_api_level to 29 -> Reboot.

    Without Root -> TWRP -> Mount Vendor -> File Manager -> Same as above.
    1
    Bluetooth Fix:

    With Root -> MiXplorer (or similar app) -> Vendor -> Build.prop -> Change ro.product.first_api_level to 29 -> Reboot.

    Without Root -> TWRP -> Mount Vendor -> File Manager -> Same as above.
    Awesome! Thank you!