[ROM][UNOFFICIAL][P][F500,LS991,H81x,US991,VS986] LineageOS 16.0

busattovini

Senior Member
You mean external sd card i guess , not sd card ???
And how did you put the songs there in the first place ?
adb push or mtp transfer ?
Grab one logcat while you move a song there and wait 3 sec and stop logcat.
A second logcat when you open the file manager and you go find the song and move it there in the desired folder.
A 3rd logcat when you open the music app and you go find the song.

Try this too. After you place the song in external sd card, reboot and check the music app if it can find it.
If last one works, then the bug must be reported to all los devs group chat so that they fix it asap.
Okay, I'll do the logcats later ?

Edit: somehow the songs are in the Music App again.
Edit 2: it happened again. I'll provide a logcat as soon as I get home.

Sent from my LG-H815 using XDA Labs
 
Last edited:

busattovini

Senior Member
Bruno M;80053137 [user=5545101 said:
@steadfasterX[/user] could you add fm radio to the rom, if you don´t want to add it´s fine, and at least could you make a updated version of the rom with latest android security patch thanks.
I think there's a reason why FM Radio isn't in the ROM... Maybe they need something to port it. @steadfasterX and @kessaras are working on the kernel and in the security patch. ?

Sent from my LG-H815 using XDA Labs
 
  • Like
Reactions: jjcdennis and gkg2k

steadfasterX

Recognized Developer
Nov 13, 2013
5,570
14,795
263
@steadfasterX could you add fm radio to the rom, if you don´t want to add it´s fine, and at least could you make a updated version of the rom with latest android security patch thanks.
That has been requested several times in several threads . It's not that I don't want it. It's pure LG proprietary stuff. We can't port it easily if possible at all and so it's not there and will not come .


Sent from my OnePlus 6T using XDA Labs
 

Bruno M

Member
Aug 8, 2019
12
7
0
I think there's a reason why FM Radio isn't in the ROM... Maybe they need something to port it. @steadfasterX and @kessaras are working on the kernel and in the security patch. ?

Sent from my LG-H815 using XDA Labs
If they make the battery last more time and make the patches it's fine.:D

---------- Post added at 06:38 PM ---------- Previous post was at 06:25 PM ----------

That has been requested several times in several threads . It's not that I don't want it. It's pure LG proprietary stuff. We can't port it easily if possible at all and so it's not there and will not come .


Sent from my OnePlus 6T using XDA Labs
I understand, it's fine. :)

One more question I installed the rom and works fine, thanks for make it, but I don't know if is the lineage os or android but I don't see the carrier name in the notification bar, mobile data works fine and my carrier is vodafone, why carrier name not showing ?
 

busattovini

Senior Member
If they make the battery last more time and make the patches it's fine.:D

---------- Post added at 06:38 PM ---------- Previous post was at 06:25 PM ----------



I understand, it's fine. :)

One more question I installed the rom and works fine, thanks for make it, but I don't know if is the lineage os or android but I don't see the carrier name in the notification bar, mobile data works fine and my carrier is vodafone, why carrier name not showing ?
My carrier isn't showing as well, but I didn't notice it until you say it. lol



Sent from my LG-H815 using XDA Labs

---------- Post added at 07:53 PM ---------- Previous post was at 07:51 PM ----------

Several fixes coming with the next build also reg crashing services causing battery drain in specific circumstances.

So atm you can just reboot when that happens and pray that I finish the TWRP decrypt soon then adding brighness adjustments here besides some other minor things . I may even wait until the security patches of August are implemented as well before building again.
He's working on it, @Bruno M ?

Sent from my LG-H815 using XDA Labs
 
Last edited:

busattovini

Senior Member
Logcats

You mean external sd card i guess , not sd card ???
And how did you put the songs there in the first place ?
adb push or mtp transfer ?
Grab one logcat while you move a song there and wait 3 sec and stop logcat.
A second logcat when you open the file manager and you go find the song and move it there in the desired folder.
A 3rd logcat when you open the music app and you go find the song.

Try this too. After you place the song in external sd card, reboot and check the music app if it can find it.
If last one works, then the bug must be reported to all los devs group chat so that they fix it asap.
This is the first time I provide a logcat. I'm so proud of myself! lol
I made 'em as you asked. I hope I did it right! :D

<3
 

a tiny ant

Senior Member
Feb 1, 2016
131
93
0
@ steadfasterX Ril seems to randomly crash sometimes. I don't really have the chance to do a proper logcat test where I do clean flash and everything but it seems @kessaras knows about it according to the AOSCP thread.

I'm not sure what triggers the ril crash but it does cause serious battery drain when it happens.
 

kessaras

Recognized Developer
Sep 28, 2013
4,665
9,445
0
36
Athens
This is the first time I provide a logcat. I'm so proud of myself! lol
I made 'em as you asked. I hope I did it right! :D

<3
thought so....
the policies about 3rd party apps to get, open, read , link are missing.
I auditd : type=1400 audit(0.0:94): avc: denied { getattr } for comm="linguee.linguee" path="/mnt/media_rw" dev="tmpfs" ino=11019 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:eek:bject_r:mnt_media_rw_file:s0 tclass=dir permissive=0
Up to @steadfasterX if he wants to add them.
 

steadfasterX

Recognized Developer
Nov 13, 2013
5,570
14,795
263
@ steadfasterX Ril seems to randomly crash sometimes. I don't really have the chance to do a proper logcat test where I do clean flash and everything but it seems @kessaras knows about it according to the AOSCP thread.

I'm not sure what triggers the ril crash but it does cause serious battery drain when it happens.
Bug reports always need faq 1 followed. In your case it's not needed pls wait for the next build.

The Music App isn't finding songs located in the External SD Card. How can I fix it?
kessaras;80055766 said:
Up to @steadfasterX if he wants to add them.
@busattovini:

LOS (other then some other ROMs around) contains just 2 policies for untrusted apps: https://github.com/Suicide-Squirrel...n/blob/lineage-16.0/sepolicy/untrusted_app.te

That's for a reason. I'm an absolute paranoid security guy (my main business in RL) and adding untrusted apps to sepolicies is a major break as that means any app you install can make use of them. Some policies here are fully ok but I keep those very rare. Every policy here contains a high risk .
I will look into you issue and see if it will be ok or not .
In the meanwhile and if you can live with the risk you can disable selinux completely . I can not recommend it though but up to you.


Sent from my OnePlus 6T using XDA Labs
 
Last edited:

a tiny ant

Senior Member
Feb 1, 2016
131
93
0
Bug reports always need faq 1 followed. In your case it's not needed pls wait for the next build.


Sent from my OnePlus 6T using XDA Labs
Ok thank you. Is there anything I can do about it in the meantime? I was thinking of installing the kernel from AOSCP by extracting the boot.img from it.
 

kessaras

Recognized Developer
Sep 28, 2013
4,665
9,445
0
36
Athens
Ok thank you. Is there anything I can do about it in the meantime? I was thinking of installing the kernel from AOSCP by extracting the boot.img from it.
Nah. You said it yourself. I have the same bug in AOSCP. Besides all roms use same kernel.
It's very difficult to track that bug.
It's happening totally random and when it happens , it's like 1% chance to be getting a log at that time.
(We must get the log at the moment it happens , a minute later it won't help at all)
 

busattovini

Senior Member
Bug reports always need faq 1 followed. In your case it's not needed pls wait for the next build.



@busattovini:

LOS (other then some other ROMs around) contains just 2 policies for untrusted apps: https://github.com/Suicide-Squirrel...n/blob/lineage-16.0/sepolicy/untrusted_app.te

That's for a reason. I'm an absolute paranoid security guy (my main business in RL) and adding untrusted apps to sepolicies is a major break as that means any app you install can make use of them. Some policies here are fully ok but I keep those very rare. Every policy here contains a high risk .
I will look into you issue and see if it will be ok or not .
In the meanwhile and if you can live with the risk you can disable selinux completely . I can not recommend it though but up to you.
It's okay! Don't need for that. I'd rather be safe. There are other music apps that don't have that issue, but isn't it strange that the default Lineage Music App can't display songs in the External SD Card (but it can read them when I open the File Manager and play them manually)? Haha Thanks for your efforts! I'm excited for the next build. ?

Does this issue happen to you?

Sent from my LG-H815 using XDA Labs
 
Last edited:

a tiny ant

Senior Member
Feb 1, 2016
131
93
0
Nah. You said it yourself. I have the same bug in AOSCP. Besides all roms use same kernel.
It's very difficult to track that bug.
It's happening totally random and when it happens , it's like 1% chance to be getting a log at that time.
(We must get the log at the moment it happens , a minute later it won't help at all)

Hmm. Doesn't the changelog of AOSCP say it's fixed in the latest build or is that another issue?
 

a tiny ant

Senior Member
Feb 1, 2016
131
93
0
We have 2 issues regarding ril crash .
One is already fixed but not in LOS build yet and I'm working on a workaround for the other .



Sent from my OnePlus 6T using XDA Labs
Ok. I've had a situation where the ril crash would happen on every boot on my current install and clearing cache would fix the issue. It was too late to get a logcat.