[ROM][10.0][OFFICIAL] LineageOS-17.1 [PL2]

theimpulson

Forum Moderator - Recognized Developer
Staff member
Sep 22, 2014
1,315
3,129
153
22
Bhilai, India
CTS works fine for me with Magisk at this moment, safetynet passed...
NFC not works when try to pay at POS terminal with GooglePay like it was with AOSP Extended 9.0 ROM...
Is it possible to migrate to NXP NFC implementation in later releases to make the NFC working? Many thanks in advance!
It is. Currently I am working on building vendor from source. As soon as my builds start booting, I will work on it.
 
  • Like
Reactions: colorprint

T_I

Senior Member
Mar 22, 2012
901
1,267
93
Hmmm, interesting, never tried to call with the image and today I noticed I can't with either the 14-02 and 08-03 version. Logcat caught. Device is a TA1043.

Correction: I could call 5 days ago... today it just disconnects the moment I try to make a call. I doubt it's the network, as my wife has the same provider and can make calls...
 
Last edited:

Tsuragi

Senior Member
May 26, 2016
57
8
0
Santiago
I made downgrade to oreo to release the bootloader, and I proceeded with your steps but I failed, I could not change the slot, restart fastboot to change it and I did it but the recovery never started again, every time I did it it blinked and stayed in loop , as I read you said something about not updating to android 10 but I was in oreo, now I try to install pie stock and see if from there I can install the rom
Update:
nope i cant boot twrp after flash slot A and reboot to bootloader twrp dont boot anymore
 
Last edited:

Machi007

Member
Aug 4, 2017
48
49
0
Hmmm, interesting, never tried to call with the image and today I noticed I can't with either the 14-02 and 08-03 version. Logcat caught. Device is a TA1043.

Correction: I could call 5 days ago... today it just disconnects the moment I try to make a call. I doubt it's the network, as my wife has the same provider and can make calls...
I have the same problem... Just flashed latest LineageOS ony my TA-1043 with pl2_community_vendor_r2.5 and without gapps... And I can't make any calls, I don't know why. Call is ended immediately. :confused:

EDIT: It looks like that this is vendor related problem. I just flashed pl2_community_vendor_r2.4 and calling works fine... :)
 
Last edited:

Tsuragi

Senior Member
May 26, 2016
57
8
0
Santiago
notes on TA-1016
sim card dont work only if re-insert on every boot works fine
random freeze when cast screen and use youtube or netflix
strange high battery drain
sometimes the screen turns on by itself every 15 seconds or 10 minutes (already turn off ambient screen, lock screen, notifications on screen, etc)
I could send a logcat but i have magisk, i thought I could fix the simcard.
everything else works perfect especially the sound and the boot speed and gcam :D
 

T_I

Senior Member
Mar 22, 2012
901
1,267
93
I have the same problem... Just flashed latest LineageOS ony my TA-1043 with pl2_community_vendor_r2.5 and without gapps... And I can't make any calls, I don't know why. Call is ended immediately. :confused:

EDIT: It looks like that this is vendor related problem. I just flashed pl2_community_vendor_r2.4 and calling works fine... :)
My problem seemed to have been linked by the preferred network type. I set it to LTE and I was unable to call. Looks like it's not interpreted as preferred but forced.

However, I just updated Magisk from 20.3 to 20.4 and the device is bootlooping. Just a heads-up.

Edit: To solve the bootloop I had to format data, wipe system and cache and reinstall from scratch. Both Magisk 20.3 will work fine.
 
Last edited:

T_I

Senior Member
Mar 22, 2012
901
1,267
93
I solved the Magisk issue. However I am having some trouble with my network. The phone won't detect my sim network. I think I have a TA-1016 Single sim. It just does not connect or find any network.
Magisk 20.4 bootloops on the march image, for the sim you have to set the correct network. I had to set my preferred network to global to have voice. (T1043)
 
  • Like
Reactions: Vedanth Padmaraman

knchmpgn

Member
Dec 14, 2018
5
2
0
You can get around the single-sim card problem by editing the build.prop file in the vendor folder using a root file explorer.

Just look for this line:
"persist.radio.multisim.config=dsds"

Change to:
"persist.radio.multisim.config=NA"

Reboot. The sim should now be detected without having to reinsert the card every reboot. Found this solution on another rom forum and it works for all roms with my TA-1016.
 
  • Like
Reactions: Tsuragi
Dec 14, 2018
15
0
1
17
Bengaluru
Root

I did notice that you mentioned not to report bugs relating to Magisk on this particular build. However, I would like to have root while running this on my phone (because your build is simply awesome).
I tried to flash the official Magisk zip installer from TWRP recovery, but to no avail. How can I get root?
Thanks

EDIT: Sorry for the trouble, I didn't read this thread carefully enough... Installed Magisk v20.03 after reading T_I's post, and all is well now.
 
Last edited:
Dec 14, 2018
15
0
1
17
Bengaluru
Hello,
I've been running this build on my PL2 for around a week now, and I've been noticing that every time the phone boots up, system time is wrong. It needs to set the time from the network upon every (re)boot.
I tried
Code:
# hwclock -w
, but it throws
Code:
hwclock: ioctl 4024700a: Invalid argument
Help would be appreciated
Thanks in advance:good:
 

theimpulson

Forum Moderator - Recognized Developer
Staff member
Sep 22, 2014
1,315
3,129
153
22
Bhilai, India
Hey guys! New test builds are here: https://github.com/HyperTeam/android_device_nokia_PL2/releases

Considering vendor is now compiled, you don't need to flash community vendor zips anymore. However, this also brings bugs. NFC is totally broken as of now. I am on way to clean tree and move to source built libs as much as possible. It will take time to make it totally stable. In case you want to help, feel free to test this builds and report back.
 
  • Like
Reactions: atmin and Tsuragi