vknecht | any example of setting up .merdskrc hooks for multiple devices support please ? | 09:15 |
---|---|---|
vknecht | atm I duplicate mer-sdk-chroot to be called with distinct aliases... | 09:18 |
mal | vknecht: I use some bashrc magic and have .hadk.env.$DEVICE files and auto complete for each device, so I can use for example "sdk some_codename" to load it for one device | 09:18 |
mal | vknecht: https://pastebin.com/B5mzYbzD | 09:21 |
T4 | <adampigg> i do something similar, but probably more primitive :) i have aliases for sfossdk-$DEVICE which symlinks .hadk etc and starts up the env | 09:21 |
mal | @adampigg quite similar then to what I have | 09:21 |
T4 | <adampigg> seems so! | 09:22 |
mal | maybe just missing the auto complete | 09:22 |
vknecht | thanks ! | 09:22 |
mal | maybe I should rename that to sfosdk so it uses the new naming | 09:23 |
mal | that is so old that it uses the old command name | 09:23 |
T4 | <adampigg> i also have an alias usdk for running ubu-chroot which i can never rmember | 09:24 |
mal | that is a good idea | 09:25 |
mal | although I have all needed commands in a text file and I can easily copy paste everything | 09:25 |
T4 | <adampigg> krnlyng: i got mupen64 with pkcon, still doesnt work in storeman tho .... alas, it crashes.... | 11:28 |
T4 | <adampigg> (Photo, 2048x1536) Could not save file. | 11:29 |
krnlyng | piggz_, can you check the logs? | 11:38 |
T4 | <elros34> anybody who tries eglfs had such an error when trying to run apps as nemo: QWaylandGLContext::makeCurrent: eglError: 3003? As a root it works | 12:23 |
piggz_ | krnlyng: sorry, thougth i posted the logs... | 16:14 |
krnlyng | piggz_, maybe i missed them | 16:36 |
mal | piggz_: krnlyng could it have been that image piggz_ was trying to paste here from telegram | 16:37 |
piggz_ | krnlyng: no, it was a failed image post from telegram | 16:37 |
mal | 14:29 <+T4> <adampigg> (Photo, 2048x1536) Could not save file. | 16:37 |
piggz_ | as mal says | 16:37 |
krnlyng | piggz_, can you paste it again? | 16:44 |
piggz_ | krnlyng: as soon as my tablet turns back on ;) | 16:46 |
T4 | <adampigg> (Photo, 2048x1536) https://af42kgggd3mfqvgy.tor2web.io/C8KKCEdyYg.png | 16:48 |
piggz_ | krnlyng: ^^ | 16:48 |
mal | what does gdb tell? | 16:49 |
T4 | <adampigg> (Photo, 750x1334) https://af42kgggd3mfqvgy.tor2web.io/BLKlLPE85W.png | 16:51 |
T4 | <adampigg> (Photo, 2048x1536) https://af42kgggd3mfqvgy.tor2web.io/D1ryF62y0p.png | 16:51 |
piggz_ | ignore the first! | 16:52 |
piggz_ | :D | 16:52 |
krnlyng | piggz_, do you have the kernel defconfig somewhere | 16:53 |
T4 | <adampigg> yes.... | 16:53 |
piggz_ | i must stop using 2 clients ont he same computer | 16:53 |
T4 | <DSstill01> is it allowed to use xml audio policy conf in 2019? | 16:54 |
T4 | <DSstill01> for pulseaudio | 16:54 |
piggz_ | krnlyng: https://github.com/sailfish-on-latte/android_kernel_xiaomi_latte/blob/hybris-13.0-latte/arch/x86/configs/lineageos_latte_defconfig | 16:55 |
mal | @DSstill01 read the source https://github.com/mer-hybris/pulseaudio-modules-droid/blob/master/src/common/config-parser-xml.c | 16:56 |
T4 | <DSstill01> hmm, assuming that i found "xml_config" i assume it can, right? :DDDDDD | 16:58 |
krnlyng | piggz_, can you check if your kernel has memfd_create? | 16:58 |
piggz_ | krnlyng: sure | 17:02 |
piggz_ | krnlyng: grep -R memfd_create * | 17:07 |
piggz_ | returns nothing | 17:07 |
piggz_ | so, i guess not | 17:07 |
piggz_ | krnlyng: | 17:12 |
piggz_ | The memfd_create() system call first appeared in Linux 3.17; glibc | 17:12 |
piggz_ | support was added in version 2.27. | 17:12 |
piggz_ | 3.17, how new! | 17:12 |
krnlyng | piggz_, maybe you can backport it | 17:22 |
krnlyng | i'm not 100% sure if it's the cause though | 17:22 |
kimmoli | hackport | 17:22 |
krnlyng | piggz_, you could also try and use different plugins, might be just some plugin that needs it | 17:23 |
mal | krnlyng: I remember seeing memdf messages on some device | 17:23 |
vknecht | this memfd warning is a new thing isn't it ? started seeing this to, thought it related to pulseaudio | 17:25 |
vknecht | found https://github.com/mer-hybris/android_kernel_sony_msm/commit/aa85f17679c2c93c0c1745783c462f73321fe8a1 | 17:26 |
vknecht | but not sure if that really applies for my device | 17:26 |
vknecht | guess it needs a backport ? | 17:27 |
vknecht | (started seeing a bunch of systemd/syscall register dumps in log too) | 17:28 |
T4 | <elros34> we are still on glibc 2.25 | 17:30 |
vknecht | uh, seeing this mupen64 reminds me this Qt gui I made years ago, and still seems quite much downloaded, wonder if it still works... | 17:44 |
vknecht | https://sourceforge.net/projects/cutemupen/ | 17:44 |
vknecht | maybe a qml port would be good..? | 17:45 |
T4 | <adampigg> one of my first ever projects was a Direct input plugin for an emulator called Zinc .... i cant find that emu any more, and cant even remember what it emualted .... some arcade i think | 17:47 |
vknecht | we all love emus :-) | 17:51 |
vknecht | at least above a certain age... | 17:52 |
T4 | <adampigg> currently downloading _all_ cd32 games ... been trying for 2 days, its a single 46gb zip file | 17:52 |
vknecht | didn't even knew about cd32... have this in mind when speaking about emu r*ms https://archive.org/details/FB_Alpha_2016_Reference_Set_-_FBA_v0.2.97.39_ROMs | 17:57 |
nyl | So for fingerprint i must use cm16 source? | 23:37 |
r0kk3rz | im not sure we can use the fingerprint stuff yet | 23:38 |
nyl | Everyone on xda asking for aliendalvik or anbox :)) | 23:39 |
nyl | No one got banned for sharing aliendalvik rpm on the sailfish forums from xda developers lol | 23:41 |
r0kk3rz | sounds about right :) | 23:41 |
nyl | I' ve seen that the sfos anbox port for v3 | 23:42 |
nyl | Hasn't been updated since a few months ago | 23:42 |
r0kk3rz | its not really readily usable | 23:43 |
nyl | I know mal was working on a port also | 23:43 |
r0kk3rz | i dont know of anyone getting in trouble for distributing alien dalvik, but generally its not that simple to get it running | 23:43 |
r0kk3rz | imo if you need android apps, you should probably just run android | 23:44 |
nyl | I know its not easy | 23:44 |
r0kk3rz | the old alien dalvik 4.4 runtime is a bit old | 23:44 |
nyl | Was thinking to move opt/alien off my xperia x to the oneplus 2 and repackage the rpms for a small test | 23:45 |
nyl | But for some unknown reason aliendalvik dissapeared from jolla store after latest update | 23:46 |
nyl | I feel like i paid those 50euros for nothing. I will loose aliendalvik after a reflash. That will be sad | 23:47 |
r0kk3rz | or you should talk to pketo and get it fixed | 23:48 |
nyl | :) | 23:48 |
nyl | Now everyone starting bragging about orientation sensor not working | 23:49 |
r0kk3rz | bragging? you mean complaining? | 23:52 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!