• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

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

ChronoMonochrome

Elite Member
Jan 29, 2014
2,276
4,896
113
Stavropol
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 Note 2 (t0lte) based on LineageOS 16.0.


Most of the ROM features are working, but the overall state might be not fully stable or not suitable for a daily use.

This work is heavily based on works of PoisonNinja, Option58 (thanks for device tree, kernel and device patches for LOS 14.1).
A full credit for Pie bringup goes to rINanDO (thanks for device tree, kernel and device patches for LOS 16.0).

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
  • Compass / Magnetic Sensor
  • SIM might be not detected / Data might be not available upon boot (reboot to fix).
  • LTE is not currently supported
  • Gapps installation can cause boot issues (?) - not tested

Supported variants:
  • fully tested on t0lteatt (SGH-I317, AT&T variant)
  • SGH-I317M
  • SGH-T889
Should also work for the following variants (not tested as of now):
  • GT-N7105/N7105T
  • SGH-T889V
  • SHV-E250S/E250K/E250L
  • SC-02E (SGH-N025)

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.
Download:


Installation:
  1. Make sure you are using the latest TWRP version.
  2. Download the latest build and copy it to the phone
  3. Factory reset in TWRP (Very important! Do not skip)
  4. Flash LineageOS 16.0
  5. Optional: Flash root package
  6. Reboot
  7. Be patient. The first boot will take between 5 - 15 minutes.
  8. Set up everything and reboot again to get radio working

Credits:

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

Source code: LOS 16.0

XDA:DevDB Information
LineageOS 16.0, ROM for the Samsung Galaxy Note II

Contributors
ChronoMonochrome, rINanDO, Option58, PoisonNinja, LineageOS team
Source Code: https://github.com/CustomROMs/android_local_manifests_i9300/tree/lineage-16.0

ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.0.x
ROM Firmware Required: TWRP 3.2.x or newer

Version Information
Status: Testing

Created 2020-01-02
Last Updated 2020-01-02
 

sosodef_3000

Member
Oct 26, 2019
19
0
0
Hi,

thanks for your hardwork on this. Unfortunately doesnt work on SHV E250:

This package is for device: tolte, t0ltexx, gt-7105, t0lteatt, SGH-I317M...... this device is .
updater process ended with Error:7
 

qspitzer

New member
Mar 14, 2016
2
0
0
Hi,

thanks for your hardwork on this. Unfortunately doesnt work on SHV E250:

This package is for device: tolte, t0ltexx, gt-7105, t0lteatt, SGH-I317M...... this device is .
updater process ended with Error:7
I had a similar error with my t0lte. I was able to fix my error by installing the latest TWRP
 

KirikoSen

New member
Jan 8, 2020
3
1
3
i test this rom on my Samsung Note 2 SHV-e250k and it was good but sometimes buggy
You can activate the LTE option on *#*#4636#*#* but sometimes the "No Internet" appears
Pico is the best to install gapps because when you use other it was not working because of "System is full" message
sometimes the facebook, messenger and youtube crash and i encounter the Couldn't sign in on Google
again it's a good rom and need some several fix tho, it was good already just fix the Google Account issue, the partition of Sys on the memory and some app crashes.
 
  • Like
Reactions: sosodef_3000

CKTurbo128

Member
Jun 29, 2012
36
10
0
Minneapolis
Thanks for your work on this ROM ChronoMonochrome!

I tested out your ROM on my Verizon Galaxy Note II (t0ltevzw), another Note II LTE variant. I had to modify the updater-script to get this ROM to flash successfully on my device. Everything seems to be working (sound, wifi, BT), except for RIL. I seem to be seeing a dialog on launch saying that the SIM is voice only.

I'm guessing this is due to some specific differences with t0ltevzw compared to other t0lte devices.

Let me know if there's anything I can do to help with testing.

Sent from my GM1917 using Tapatalk
 

ChronoMonochrome

Elite Member
Jan 29, 2014
2,276
4,896
113
Stavropol
Thanks for your work on this ROM ChronoMonochrome!

I tested out your ROM on my Verizon Galaxy Note II (t0ltevzw), another Note II LTE variant. I had to modify the updater-script to get this ROM to flash successfully on my device. Everything seems to be working (sound, wifi, BT), except for RIL. I seem to be seeing a dialog on launch saying that the SIM is voice only.

I'm guessing this is due to some specific differences with t0ltevzw compared to other t0lte devices.

Let me know if there's anything I can do to help with testing.

Sent from my GM1917 using Tapatalk
Hi,

this variant of N7105 seems to be unsupported even by the official LineageOS sources.
You can try extract file libsec-ril.so from the stock and try use it (put the file in /system/lib).
If that works, it should be easy to add support for this phone variant as well.
 
  • Like
Reactions: CKTurbo128

CKTurbo128

Member
Jun 29, 2012
36
10
0
Minneapolis
Hi,



this variant of N7105 seems to be unsupported even by the official LineageOS sources.

You can try extract file libsec-ril.so from the stock and try use it (put the file in /system/lib).

If that works, it should be easy to add support for this phone variant as well.
Thanks @ChronoMonochrome. I've added the libsec-ril.so from the latest t0ltevzw KK stock ROM.

After doing so, the SIM card dialog warnings have gone away and the phone number is now detected on the Verizon SIM card.

Still no radio signal (at least for Verizon), but probably related to another issue.

t0ltevzw 4.4.2 KitKat Stock libsec-ril.so:
https://gitlab.e.foundation/e/devic...0ltecdma/proprietary/system/lib/libsec-ril.so

Sent from my GM1917 using Tapatalk
View attachment 4923377
 
Last edited:

ChronoMonochrome

Elite Member
Jan 29, 2014
2,276
4,896
113
Stavropol
Thanks @ChronoMonochrome. I've added the libsec-ril.so from the latest t0ltevzw KK stock ROM.

After doing so, the SIM card dialog warnings have gone away and the phone number is now detected on the Verizon SIM card.

Still no radio signal (at least for Verizon), but probably related to another issue.

t0ltevzw 4.4.2 KitKat Stock libsec-ril.so:
https://gitlab.e.foundation/e/devic...0ltecdma/proprietary/system/lib/libsec-ril.so

Sent from my GM1917 using Tapatalk
View attachment 4923377
I didn't know it's a CDMA device. CDMA is not supported by the ROM, however the following can make it work.
Edit /system/build.prop as following:
Code:
rild.libpath=/system/lib/libsec-ril.so
(change rild.libpath=/system/lib/libsecril-shim.so to rild.libpath=/system/lib/libsec-ril.so)
 
  • Like
Reactions: CKTurbo128

Ssegawa George

New member
Dec 1, 2019
1
0
0
This is very promising ROM even though the basic issue I can say it is constant need to restarting to use data and even the music app starting at any time to is also a problem. Apart from that, this is a dream come true
 

CKTurbo128

Member
Jun 29, 2012
36
10
0
Minneapolis
I didn't know it's a CDMA device. CDMA is not supported by the ROM, however the following can make it work.

Edit /system/build.prop as following:

Code:
rild.libpath=/system/lib/libsec-ril.so
(change rild.libpath=/system/lib/libsecril-shim.so to rild.libpath=/system/lib/libsec-ril.so)
Thanks for the suggestion! Yep, the Verizon Galaxy Note II is CDMA. I tried making the build.prop settings and then added the Verizon APN, but still no signal found.

Not a big deal, since I'm just using it on Wi-Fi at the moment.

As for Gapps issues, I have the Gapps pico package installed. However, I noticed that if you install a certain Google app (not sure, could be Google, Google Assistant, Gmail, etc), it causes bootloops to occur. I've had to factory reset a few times. Trying to figure which Google app causes this to occur.

Sent from my GM1917 using Tapatalk
 
Last edited:

sosodef_3000

Member
Oct 26, 2019
19
0
0
shv e250k

i test this rom on my Samsung Note 2 SHV-e250k and it was good but sometimes buggy
You can activate the LTE option on *#*#4636#*#* but sometimes the "No Internet" appears
Pico is the best to install gapps because when you use other it was not working because of "System is full" message
sometimes the facebook, messenger and youtube crash and i encounter the Couldn't sign in on Google
again it's a good rom and need some several fix tho, it was good already just fix the Google Account issue, the partition of Sys on the memory and some app crashes.
Hi thanks for this.
Did you change the updater script to get it to work? Because mine it justs stops trying to install and says this is for phones....etc
Also what bands (wcmda/LTe) did you select for the *#*#4636#*#* ? I tried this on my oreo 8.1 but this didnt find the IMEI or the sim :(

(Also it seems you tested this in the past...what new rom did you move on to?)
 
Last edited:

CKTurbo128

Member
Jun 29, 2012
36
10
0
Minneapolis
I've been investigating further into why this ROM starts bootlooping or experiences the display to blackout, particularly with t0ltevzw. One suspicious error seems to be with com.google.android.carriersetup:

2020-01-12 09:38:46.929 18771-18771/system_process E/PackageManager: updateAllSharedLibrariesLPw failed: Package com.google.android.carriersetup requires unavailable shared library com.verizon.provider; failing!
2020-01-12 09:38:49.606 18771-18879/system_process E/StorageManagerService: Failed to read field SystemLocale
android.os.ServiceSpecificException: Failed to read field SystemLocale (code 2)
at android.os.Parcel.createException(Parcel.java:1964)
at android.os.Parcel.readException(Parcel.java:1918)
at android.os.Parcel.readException(Parcel.java:1868)
at android.os.IVold$Stub$Proxy.fdeGetField(IVold.java:1112)
at com.android.server.StorageManagerService.getField(StorageManagerService.java:2427)
at com.android.server.StorageManagerService.copyLocaleFromMountService(StorageManagerService.java:984)
at com.android.server.StorageManagerService.handleDaemonConnected(StorageManagerService.java:977)
at com.android.server.StorageManagerService.access$900(StorageManagerService.java:173)
at com.android.server.StorageManagerService$StorageManagerServiceHandler.handleMessage(StorageManagerService.java:574)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
logcat: View attachment 4925079

These symptoms seems to start occurring if you install any of these `com.google.*` apps:
* Google Wellbeing
* Google Calendar
* Gmail
* Google Docs
* Google Slides
 

sosodef_3000

Member
Oct 26, 2019
19
0
0
Finally got this to load on SHV-E250K but unfortunately internet doesnt work.
If Chronomonochrome can kindly fix that would be great.

Tried to reflash the old modem from 4.4.2 but that didnt help.
tried murata fix and flashed together still didnt work

Have gone back to:
lineage-14.1-20171208-nightly-t0ltekor-signed with wifi and internet working.

Maybe someone can take the wifi files from there and plug into lineage 16.0 that would be great :)
 
Last edited: