spiiroin | kimmoli: if the display is off, is woken up by notification, it should be turned off after notification is gone. and if it does not work that way, it is a bug. | 05:32 |
---|---|---|
kimmoli | spiiroin: it does not happen all the time. I have --set-demo-mode dim active | 05:33 |
spiiroin | ... 1st thing that comes to mind is something afoul with some combination of devicelock, tklock and interaction_expected signaling causing it look like there is significant enough user interaction to cancel display state restoration | 05:35 |
spiiroin | kimmoli: do you use device lock code? does it make a difference whether lockscreen was activated before the notification or not? what kind of notification it was? | 05:36 |
kimmoli | today seems it is not reproducible easily | 05:36 |
kimmoli | no lock code active | 05:36 |
spiiroin | kimmoli: what about that lockscreen state? and what was the notification? | 05:39 |
kimmoli | it was xmpp notification, and no idea of state. last time reproduced i entered the mcetool command and closed screen by powerkey | 06:00 |
deathmist_ | hey! I cannot flash a produced sailfishos zip in TWRP 3.2.1 due to the filesystem extraction failing, it's using up all my phone's (cheeseburger) RAM and presumably OOM killer deals with it. I tried earliest official ver 3.1.1 but that has another issue: compatcheck returns nothing so install won't even start | 08:50 |
ghosalmartin | is it normal for logcat to fail in charger mode | 09:19 |
ghosalmartin | mal: have there been any new android services in 15.1 that break telnet? ive commented out all usb references I can find but somehow it still inits as an android device after initial telnet | 09:41 |
mal | ghosalmartin: I think 15.1 might need some usb initialization if the device is using configfs | 09:46 |
ghosalmartin | mal: it has the configfs import, i added the usb-modded fix | 09:46 |
ghosalmartin | is it the hybris-boot changes? | 09:46 |
mal | hybris-boot has some configfs support already, it usually works but not sure if always | 09:47 |
ghosalmartin | well ive disabled droid-hal-init and can access now | 09:47 |
ghosalmartin | i guess I can trace logs | 09:47 |
ghosalmartin | actually is there a way to start droid-hal-init gracefully without just doing droid-hal-init --second-stagte | 09:47 |
mal | ghosalmartin: btw, do you have the selinux_stubs patch, some devices seemed to need it | 09:48 |
ghosalmartin | that might be required since it seems to be throwing security exceptions when I manually start it | 09:48 |
ghosalmartin | but if it starts with boot no reboots so I assume no? | 09:49 |
mal | looks like the paste expired, need to add it back | 09:49 |
ghosalmartin | I think best course now is just to turn on persistent logging then reboot | 09:50 |
mal | apply this patch to $ANDROID_ROOT/external/selinux_stubs https://pastebin.com/A6Ba6YBa and then rebuild hybris-hal and of course repackage it with "build_packages.sh -d" | 09:50 |
ghosalmartin | tbh i didnt need this when i was running surfaceflinger to run ui | 09:53 |
ghosalmartin | would switching to hwcomposer really require it? | 09:53 |
ghosalmartin | oo maybe i do need it, after long enough it reboots to bootloader | 09:55 |
T4 | em0lu was added by: em0lu | 10:43 |
mal | ghosalmartin: if you see many android side services crashing then you might need that, only on 15.1 or newer | 10:45 |
mal | afaik | 10:45 |
T4 | <em0lu> How to port to newer oreo or pie devices | 10:45 |
T4 | <em0lu> Attempting pixel 2 xl | 10:45 |
r0kk3rz | follow the hadk | 10:46 |
r0kk3rz | but i think someone was doing the other pixel device, which could be worth looking at | 10:46 |
mal | currently lineage os 15.1 (android 8.1) is the newest supported android base | 10:47 |
T4 | <em0lu> Made attempt with halium but only supports 7.1 and 5.1 devices | 10:47 |
T4 | <em0lu> Thanks r0k | 10:48 |
T4 | <em0lu> Thanks mal | 10:48 |
ghosalmartin | mal: hmm i dont see them crashing I just randomly lose access, any idea where persistent logs are stored? /var/logs? | 11:30 |
mal | ghosalmartin: if you mean journal logs then yes, /var/log/journal I think | 11:31 |
ghosalmartin | awesome | 11:31 |
Mister_Magister | mal: ping did you have time to look at lok maybe? :) | 13:06 |
mal | not yet | 13:10 |
Mister_Magister | okay | 13:10 |
Mister_Magister | btw if i you don't mind, do you maybe have idea why on my g2 after some uptime vibrations stop working along with notifications sound and some other sounds (like when you select pulldown option u don't get audio and vibration) | 13:11 |
mal | does that use which vibrator code? droid or native? | 13:13 |
Mister_Magister | native | 13:13 |
mal | do you see anything from ngfd in journal when that happens? | 13:13 |
Mister_Magister | oh, i will check | 13:17 |
Mister_Magister | just though it might be common | 13:17 |
mal | I haven't noticed such behavior | 13:17 |
Mister_Magister | okay | 13:19 |
T4 | <elros34> I think I had such a issue once but not sure what was the fix: updating some packages or "#define FF_MEMLESS_EFFECTS 64" in ff-memless.c | 13:39 |
mal | @elros34 memless is different from native vibrator | 13:40 |
T4 | <elros34> you are right I thought he use ffmemless | 13:42 |
masha11 | Hello. Now I get a bootloop. What do I need to do to make the device (griffin) boot? Dmesg: https://pastebin.com/8YugEsa1 | 14:01 |
ghosalmartin | mal: ever seen this from usb-modded, Sailfish usb_moded[800]: EXEC ifconfig rndis0 192.168.2.15 255.255.255.0 ; exit code is 256 | 17:08 |
ghosalmartin | seems like the hwservicemanager is failing quite often and forcing the reboot | 17:09 |
ghosalmartin | mal: and we are at UI, I needed to override hwservicemanager and use the selinux stubs | 17:25 |
ghosalmartin | the UI feels laggy though hmm wonder if I need to set some magic flags | 17:26 |
mal | ghosalmartin: didn't you have the 15.1 init files mentioned in faq | 17:30 |
ghosalmartin | mal: some of them, i need to look at the faq tbh | 17:30 |
T4 | <adampigg> Mal, maybe start android 9 port tonight | 17:30 |
mal | @adampigg ? | 17:31 |
T4 | <adampigg> Giving up on pine touchscreen for now | 17:31 |
T4 | <adampigg> Fxtec pro 1 | 17:31 |
mal | @adampigg I think you shouldn't reinvent the wheel since I have the patches for that but those are just not public yet | 17:31 |
T4 | <adampigg> Mal, so, ill need u aroind ;) | 17:32 |
ghosalmartin | mal: afteri lock the screen and come back its the lineage animation :P | 17:39 |
ghosalmartin | i take it its not an easter egg/ | 17:39 |
mal | ghosalmartin: are you sure you don't have surfaceflinger running? | 17:52 |
ghosalmartin | mal: never say never | 17:53 |
ghosalmartin | I need to fix usb access to take a look now tbf :P | 17:53 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!