Thursday, 2015-12-17

ghosalmartinhttps://source.android.com/security/selinux/validate.html00:00
ghosalmartinhmm maybe we were using the wrong command to disable00:00
sledgesbroke?00:01
ghosalmartinyeha it attempted to look for selinux again00:02
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters00:02
ghosalmartin4 min wait for a new kernel to bake xD00:02
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters00:02
phdeswerYeah probably adding androidboot.selinux=disabled might do it00:03
ghosalmartinbut does that mean in the config I should leave it enabled00:03
ghosalmartinand do i need the bootparams now00:03
*** krnlyng <krnlyng!~liar@77.116.81.141.wireless.dyn.drei.com> has quit IRC (Ping timeout: 265 seconds)00:03
phdeswerActually just running mkbootimage handles those00:03
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Client Quit)00:04
phdeswerAnother reason why ripping kernels out of the android build system..00:04
* phdeswer thinks I should write all these things down sometime and show example scripts etc...00:04
ghosalmartintbh I meant as in CONFIG_SECURITY_SELINUX_BOOTPARAMS=y00:05
phdeswerghosalmartin: in your link  it talks about kernel command line00:07
ghosalmartinphdeswer: ahh I see00:07
ghosalmartinsigh dmesg shows it in permissive mode00:10
ghosalmartinand it reboot00:11
phdeswerYep that is not the kernel command line... you need to get the right one in the boot.img. And I don't know how, as it seems the Android SDK seems designed to make kernel development a hard as it can possibley be00:14
*** krnlyng <krnlyng!~liar@77.116.82.250.wireless.dyn.drei.com> has joined #sailfishos-porters00:16
ghosalmartinthink am going to try to set it as n00:17
ghosalmartinmaybe its occams razor00:18
ghosalmartinah screw it, if I dsiable it in lots of places, something has to stick00:22
phdeswerghosalmartin: your issue is not in the kernel, most likely higher up in whatever checks for selinux00:23
ghosalmartinbut there must be a way of isabling it00:24
ghosalmartinand maybe libslinux?00:24
sledgesin the past selinux=0 in kernel cmdline always worked00:24
sledgesandroid init checks that and stops going ahead with selinux00:24
sledges(=droid-hal-init)00:24
sledgesworth investigating android init's source code00:24
sledges(android_system_core iirc)00:24
ghosalmartin=j 32 is bringing my pc down to a grinding halt lol00:25
phdeswerWell according to the link ghosalmartin showed earlier it might be androidboot.selinux=disabled now. But yes, ripping the crap out of droid-hal-init would probably fix it too00:25
sledgesnot ripping, just checking what changed00:25
sledgesas in the past everyone (and by that i mean <=aosp5 and derivatives) was happy00:26
ghosalmartinwell the moment of truth before bed00:30
sledgesprayer :))00:30
sledges(plug'n'pray?)00:31
ghosalmartinhaha00:31
ghosalmartindidnt work00:31
sledgesdang00:31
ghosalmartincould this be verity?00:31
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Read error: Connection reset by peer)00:31
sledgesthis android m00:31
sledgeswell, delve into init's src code next00:32
sledgesbecause with selinux=1 in the past, i would see dhi strace not exactly like yours00:32
sledgesand it would also issue a reboot-to-recovery signal00:32
sledgesall visible in strace00:32
sledgesbut that wasn't your case00:33
sledgesso something significantly changed wrt selinux in android m00:33
ghosalmartinwell it does reboot to recovery still00:33
ghosalmartinmakes it easier so I can flash next attempt :P00:33
sledgesi know, but that should be visible in strace, maybe happens too quickly/another thread?00:34
sledgesthat's why strace -fF is always best practice00:34
ghosalmartinahhh00:34
*** olafh <olafh!~olafh@p4FDEFF20.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 246 seconds)00:34
ghosalmartinone more attempt00:35
sledgesay?00:36
sledgeswell, -fF won't give us more clues tonight00:36
ghosalmartinno different in log00:36
sledgesstudying what changed in code00:36
sledgesis next00:36
ghosalmartinthat shouldnt be too bad...i hope00:36
ghosalmartinhttps://github.com/ghosalmartin/android_system_core/blob/hybris-aosp-6.0.0_r26/init/init.cpp#L87900:38
ghosalmartinshould I be using numbers and not strings00:38
ghosalmartinin cmdline00:39
sledgesstrings00:39
sledges        if (strcmp(name, "androidboot.selinux") == 0) {00:39
sledges            if (strcmp(value, "disabled") == 0) {00:39
ghosalmartinright its definitley getting too late for me then lol00:39
sledges:D00:40
ghosalmartinalthough00:40
ghosalmartin   if (ALLOW_DISABLE_SELINUX) {         return selinux_status_from_cmdline() == SELINUX_ENFORCING;     }00:40
ghosalmartinis thats right, doenst it means its always enforcing?00:41
*** cybette <cybette!~cybette@unaffiliated/cybette> has left #sailfishos-porters00:41
ghosalmartinignore that lol00:41
ghosalmartinits setting it when enforcing00:41
sledgesfind origins of ALLOW_DISABLE_SELINUX00:42
ghosalmartinwas about to say that lol00:42
sledgesbecause that looks like not there00:42
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters00:44
ghosalmartinive check the .h and the selinux.h with no luck00:46
ghosalmartinill have a proper look tomorrow00:46
ghosalmartinthanks for the help sledges and phdeswer00:46
ghosalmartinnight o/00:47
ghosalmartinmay of found it: https://android.googlesource.com/platform/system/core/+/f3c85b2%5E!/00:47
ghosalmartinah nope00:48
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters00:49
ghosalmartinyeah its set in Android.mk for init00:52
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 265 seconds)00:52
*** ghosalmartin <ghosalmartin!5215a909@gateway/web/freenode/ip.82.21.169.9> has quit IRC (Quit: Page closed)00:53
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)01:11
sledgesghosalmartin: it could be that you are hitting a double whammy - it reboots because of something else, not selinux01:12
sledgesas it checks it's presence under sysfs (we see i strace)01:12
sledgesmeans ALLOW_DISABLE_SELINUX is set01:12
sledgesso dhi should be find as long as selinux is concerned01:13
sledgesto confirm that 100%, need to add more logging/debugging to init01:13
sledgesand see what causes reboot01:13
sledgesbut strange01:14
sledgesopenat(AT_FDCWD, "/sys/fs/selinux/null", O_RDWR|O_LARGEFILE) = -1 ENOENT (No such file or directory)01:14
sledgesand https://github.com/ghosalmartin/android_system_core/blob/hybris-aosp-6.0.0_r26/init/init.cpp#L90301:14
sledgescheck where init looks for /sys/fs/selinux/null ?01:14
sledgesn!n01:14
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-hnqvajahdypelwjh> has quit IRC (Quit: Connection closed for inactivity)01:15
*** phdeswer <phdeswer!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has quit IRC (Ping timeout: 255 seconds)01:21
sledgesghosalmartin: finding this, but shouldn't be critical: https://github.com/ghosalmartin/android_system_core/blob/hybris-aosp-6.0.0_r26/init/util.cpp#L38201:21
sledgesfollowed by correct mknod in your strace https://dpaste.de/dSsE01:22
sledgesmeaning eyes on openat(AT_FDCWD, "/dev/kmsg", O_WRONLY|O_LARGEFILE|O_CLOEXEC) = 301:22
sledgeshttps://github.com/ghosalmartin/android_system_core/blob/hybris-aosp-6.0.0_r26/libcutils/klog.c#L4301:23
sledgestry to open that file yourself01:24
sledgescat /dev/kmsg01:24
sledgessee if anything reboots :)01:24
sledgesok n!n 4real now01:25
*** zhxt <zhxt!~zhxt@124.192.38.2> has joined #sailfishos-porters01:46
*** krnlyng <krnlyng!~liar@77.116.82.250.wireless.dyn.drei.com> has quit IRC (Ping timeout: 240 seconds)02:03
*** krnlyng <krnlyng!~liar@77.116.93.122.wireless.dyn.drei.com> has joined #sailfishos-porters02:17
*** cybette <cybette!~cybette@unaffiliated/cybette> has joined #sailfishos-porters02:23
*** gexc <gexc!~gexc@2602:306:3885:9390::48> has joined #sailfishos-porters02:31
*** AmadeusXNet <AmadeusXNet!~AmadeusXN@host-121-249.parnet.fi> has quit IRC (Quit: Pi Pi Pie !!)02:40
*** cybette <cybette!~cybette@unaffiliated/cybette> has quit IRC (Quit: leaving)02:56
*** bogn_ <bogn_!uid134284@gateway/web/irccloud.com/x-uzxjarbxavtxecvt> has joined #sailfishos-porters03:02
*** bogn_ <bogn_!uid134284@gateway/web/irccloud.com/x-uzxjarbxavtxecvt> has quit IRC (Client Quit)03:03
*** bogn_ <bogn_!uid134284@gateway/web/irccloud.com/x-wrxveymizwfjmphi> has joined #sailfishos-porters03:03
*** bogn_ <bogn_!uid134284@gateway/web/irccloud.com/x-rgtryuqasjzylvrk> has joined #sailfishos-porters03:04
*** bogn <bogn!~bogn@ip-37-24-99-237.hsi14.unitymediagroup.de> has quit IRC (Quit: Leaving.)03:05
*** bogn_ <bogn_!uid134284@gateway/web/irccloud.com/x-rgtryuqasjzylvrk> has quit IRC ()03:09
*** bogn <bogn!uid134284@gateway/web/irccloud.com/x-tvjxmnpkqliwvxrk> has joined #sailfishos-porters03:09
*** cybette <cybette!~cybette@unaffiliated/cybette> has joined #sailfishos-porters03:10
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-jfzzcfedwipnohsq> has quit IRC (Ping timeout: 240 seconds)03:21
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-jiaygsrhdakdoltb> has joined #sailfishos-porters03:23
*** krnlyng <krnlyng!~liar@77.116.93.122.wireless.dyn.drei.com> has quit IRC (Ping timeout: 256 seconds)03:52
*** krnlyng <krnlyng!~liar@178.114.88.217.wireless.dyn.drei.com> has joined #sailfishos-porters04:06
*** phlixi_ <phlixi_!~phlixi@ppp-62-216-204-14.dynamic.mnet-online.de> has joined #sailfishos-porters04:32
*** phlixi <phlixi!~phlixi@host-188-174-198-234.customer.m-online.net> has quit IRC (Ping timeout: 240 seconds)04:32
*** jajabinker <jajabinker!75f20066@gateway/web/freenode/ip.117.242.0.102> has joined #sailfishos-porters04:58
jajabinkerENTRYMSG05:02
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters05:03
*** jajabinker <jajabinker!75f20066@gateway/web/freenode/ip.117.242.0.102> has quit IRC (Quit: Page closed)05:16
*** NeKit <NeKit!~nekit@111.0.234.88> has joined #sailfishos-porters05:32
*** spiiroin <spiiroin!~spiiroin@37-136-109-179.rev.dnainternet.fi> has quit IRC (Ping timeout: 256 seconds)05:48
*** mbr__ <mbr__!~mbr@p54B5A769.dip0.t-ipconnect.de> has joined #sailfishos-porters05:50
*** krnlyng <krnlyng!~liar@178.114.88.217.wireless.dyn.drei.com> has quit IRC (Ping timeout: 260 seconds)05:53
*** sgflt <sgflt!~mbr@p54B21459.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 265 seconds)05:55
*** krnlyng <krnlyng!~liar@77.117.86.198> has joined #sailfishos-porters06:05
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Ping timeout: 265 seconds)06:19
*** spiiroin <spiiroin!~spiiroin@2001:998:2a:dead:24bb:82a4:e114:d9f1> has joined #sailfishos-porters06:22
*** olafh <olafh!~olafh@p4FF487C6.dip0.t-ipconnect.de> has joined #sailfishos-porters06:31
*** electrolux_off is now known as electrolux06:32
*** Nokius_work <Nokius_work!~Nokius@46.189.45.234> has joined #sailfishos-porters06:35
*** harha <harha!~harha@194.157.27.2> has joined #sailfishos-porters06:37
*** electrolux is now known as electrolux_off06:37
locusfgood morning06:40
*** Nokius_work <Nokius_work!~Nokius@46.189.45.234> has quit IRC (Read error: Connection reset by peer)06:52
*** Nokius_work <Nokius_work!~Nokius@46.189.65.154> has joined #sailfishos-porters06:52
*** Nokius_work <Nokius_work!~Nokius@46.189.65.154> has quit IRC (Read error: Connection reset by peer)06:52
*** Nokius_work <Nokius_work!~Nokius@46.189.45.234> has joined #sailfishos-porters06:52
*** electrolux_off is now known as electrolux07:08
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@37.160.210.128> has joined #sailfishos-porters07:08
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters07:30
*** dirkvl_ is now known as dirkvl07:33
*** dvogel <dvogel!~dorianvog@130.79.244.134> has joined #sailfishos-porters07:40
*** tanty_off is now known as tanty07:41
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Read error: Connection reset by peer)07:43
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters07:43
*** laxtlo <laxtlo!~to@85-76-33-110-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 255 seconds)07:49
*** krnlyng <krnlyng!~liar@77.117.86.198> has quit IRC (Ping timeout: 272 seconds)07:50
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@37.160.210.128> has quit IRC (Ping timeout: 246 seconds)07:50
*** NeKit <NeKit!~nekit@111.0.234.88> has quit IRC (Ping timeout: 246 seconds)07:50
piggzmorning locusf07:57
*** gabriel9 <gabriel9!~bojan@89.111.237.28> has joined #sailfishos-porters08:01
*** krnlyng <krnlyng!~liar@77.117.90.77.wireless.dyn.drei.com> has joined #sailfishos-porters08:03
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has joined #sailfishos-porters08:06
*** ghosalmartin <ghosalmartin!5215a909@gateway/web/freenode/ip.82.21.169.9> has joined #sailfishos-porters08:08
ghosalmartinmorning all08:08
ghosalmartinsledges: kmsg exists and opens fine, more diggings08:09
ghosalmartindoes droid-hal-init need the kernel to be at a certain level before running08:10
ghosalmartinie mounted all its stuff?08:10
*** ghosalmartin <ghosalmartin!5215a909@gateway/web/freenode/ip.82.21.169.9> has quit IRC (Client Quit)08:10
*** ghosalmartin <ghosalmartin!5215a909@gateway/web/freenode/ip.82.21.169.9> has joined #sailfishos-porters08:11
stephgyo'ning!08:15
*** ghosalmartin <ghosalmartin!5215a909@gateway/web/freenode/ip.82.21.169.9> has quit IRC (Client Quit)08:15
*** NeKit <NeKit!~nekit@111.0.234.88> has joined #sailfishos-porters08:17
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)08:19
piggzsledges: i guess the version as 1.0 is correct https://github.com/CyanogenMod/android_hardware_samsung/blob/cm-12.1/exynos4/hal/libhwcomposer/SecHWC.cpp#L108008:20
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has joined #sailfishos-porters08:20
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)08:22
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-jiaygsrhdakdoltb> has quit IRC (Ping timeout: 240 seconds)08:51
*** electrolux is now known as electrolux_off08:54
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has joined #sailfishos-porters08:55
ghosalmartinyo yo yo08:56
Stskeepsmorn08:56
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-gghbddjnwixcpdkm> has joined #sailfishos-porters08:56
dr_gogeta86good monring guys08:59
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-gghbddjnwixcpdkm> has quit IRC (Ping timeout: 260 seconds)09:02
ghosalmartinnothing like a can of red bull to wake uop09:04
Nokius_workmorning09:05
*** bogn1 <bogn1!~bogn@92.50.69.42> has joined #sailfishos-porters09:07
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-msktqpfugchdnoox> has joined #sailfishos-porters09:10
*** bogn <bogn!uid134284@gateway/web/irccloud.com/x-tvjxmnpkqliwvxrk> has quit IRC (Ping timeout: 260 seconds)09:10
ghosalmartinif dbus meant to be alive at boot, and how can I check if its alive?09:14
ghosalmartinah its because am still in preinit09:15
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-msktqpfugchdnoox> has quit IRC (Ping timeout: 240 seconds)09:15
dr_gogeta86http://www.bloomberg.com/features/2015-george-hotz-self-driving-car/09:17
dr_gogeta86sorry09:17
dr_gogeta86https://twitter.com/dr_gogeta86/status/67741714637751091209:17
*** hype <hype!~hype@79-133-7-36.bredband.aland.net> has quit IRC (Read error: Connection reset by peer)09:17
*** dvogel <dvogel!~dorianvog@130.79.244.134> has quit IRC (Quit: Konversation terminated!)09:17
*** dvogel <dvogel!~dorianvog@2001:660:4701:6001:c685:8ff:feb1:b1f6> has joined #sailfishos-porters09:18
ghosalmartininteresting article either way09:18
*** dvogel <dvogel!~dorianvog@2001:660:4701:6001:c685:8ff:feb1:b1f6> has quit IRC (Client Quit)09:22
*** dvogel <dvogel!~dorianvog@130.79.244.134> has joined #sailfishos-porters09:23
*** Nokius_ <Nokius_!~Nokius@p508BA7E1.dip0.t-ipconnect.de> has joined #sailfishos-porters09:31
sledgesindeed09:32
drFaustroll_morning09:32
sledgeshamorn09:33
drFaustroll_sledges: did you ever try to connect to a vpn when using tethering?09:33
drFaustroll_seems this is not working for sailfish...09:33
sledgespiggz: ok, so you have 1.009:34
sledgesdrFaustroll_: openvpn?09:34
piggzsledges: yup ..... so atm, am not sure what, if anything CreateWindow should return? .... has the v10 backend ever worked for anyone?09:35
*** Nokius <Nokius!~Nokius@p5DDB5B51.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 256 seconds)09:35
drFaustroll_sledges: pptp09:36
sledgesdrFaustroll_: you made tjc ticket about that09:38
*** Zucca <Zucca!~zucca@85-76-161-149-nat.elisa-mobile.fi> has joined #sailfishos-porters09:38
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters09:39
*** bogn <bogn!uid134284@gateway/web/irccloud.com/x-famnwfepjcxxnuqp> has joined #sailfishos-porters09:39
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-bintzvnhzwnzlayw> has joined #sailfishos-porters09:40
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has quit IRC (Read error: Connection reset by peer)09:40
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)09:46
sledgespiggz: hmmm09:46
sledgespiggz: http://piratepad.net/hadk-hwc lin 2909:46
piggzsledges: ah ... so never fully ported?09:48
piggz:(09:48
sledgespiggz: as it shows: https://wiki.merproject.org/wiki/Adaptations/libhybris/porters09:48
sledgesall 1.0 are stuck in 10.109:48
sledgessince 11.0 already breaks things09:48
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 246 seconds)09:48
sledges(mako suffering especially)09:48
piggzright09:48
piggzsledges: make says hwc is 1.209:49
sledgesgood refreshed my mind too now09:49
sledgespiggz: that needs doublechecking09:53
piggzsledges: well, explains why locusf 10.1 port worked ok09:56
piggzis 10.1 an ok base, or is later really needed these days?09:57
*** CrKit <CrKit!~nekit@111.0.71.113> has joined #sailfishos-porters09:59
*** NeKit <NeKit!~nekit@111.0.234.88> has quit IRC (Read error: Connection reset by peer)09:59
locusfnot really needed09:59
locusfjust use whats working09:59
sledgespiggz: 11.0 introduces orderly gstreamer1 and associated benefits (camera and browser multimedia playback)09:59
locusfoh :p10:00
sledgesthose things will need more work on 10.1, and sometimes they just doesn't compile10:00
sledgesvakkov_ got it on maguro 10.110:00
sledgesbut we still struggle on mako to compile all those 10.1 codecs for gstreamer110:00
sledgeshence why we so desperately need this issue sorted10:01
sledgesfor mako's sake:)10:01
*** dirkvl <dirkvl!~dirkvl@37.143.36.100> has joined #sailfishos-porters10:01
sledges(whole http://piratepad.net/hadk-hwc needs reading if wanna help :) i'll relay questions to sletta)10:01
sledgespiggz: mako is 1.0: https://github.com/mer-hybris/android_hardware_libhardware/blob/hybris-10.1/modules/hwcomposer/hwcomposer.cpp#L12010:02
sledgesi'll sort it with carepack10:02
piggzsledges: ok .... so ... until qpa-hecomposer is fixed for > 1.0, need to stay on 10.110:03
piggzi tried just returning the v11 backend, but it segfaults later ;)10:03
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters10:04
sledgesyes sadly10:04
locusfargh10:04
sledges*until qpa hwc is fixed for <=1.010:05
piggzman, its gonna tke _ages_ to repo sync to 10.110:06
piggz:)10:06
*** krnlyng <krnlyng!~liar@77.117.90.77.wireless.dyn.drei.com> has quit IRC (Ping timeout: 265 seconds)10:06
*** spiiroin <spiiroin!~spiiroin@2001:998:2a:dead:24bb:82a4:e114:d9f1> has quit IRC (Ping timeout: 240 seconds)10:12
*** krnlyng <krnlyng!~liar@77.116.123.22.wireless.dyn.drei.com> has joined #sailfishos-porters10:19
*** spiiroin <spiiroin!~spiiroin@37-136-109-179.rev.dnainternet.fi> has joined #sailfishos-porters10:32
sledgespiggz: try again fbdev10:38
sledges1.0 should be running on that (as v0 does)10:38
piggzsledges: oh, it works10:38
*** carepack <carepack!~carepack@unaffiliated/carepack> has joined #sailfishos-porters10:38
piggzsledges: actually, seems to have hung10:39
sledgesafter first frame?10:39
sledgesor due to fence leaks10:39
piggzsledges: no, after a few seconds animation10:39
piggzand i cant ctrl-c10:39
*** ced117 <ced117!~ced117@opensuse/member/ced117> has quit IRC (Quit: Quitte)10:40
locusfah that was it10:40
sledgespiggz: check for fence leaks10:42
sledges23:47 < piggz> [root@localhost ~]# ls -la /proc/$(pidof test_hwcomposer)/fd | grep fence | wc -l10:42
sledges;)10:42
*** ced117 <ced117!~ced117@opensuse/member/ced117> has joined #sailfishos-porters10:42
piggzsledges: 53010:43
sledgesdoes it keep going up?10:44
piggzsledges: yes10:44
piggzsledges: hung at 99610:44
piggzsledges: im going to a funeral shortly ... u reckon only solution is cm10.1?10:47
piggzthese all seem to be known problems10:48
piggzthat plenty have had before! :)10:48
sledgespiggz: sorry to hear10:52
sledgespiggz: yes, vakkov_ will try to fix hwc qpa, please join the efforts10:52
sledgesin cm10.1 you'll have to build frameworks_av for gst110:52
sledges(is what vakkov_ told me)10:52
sledgesfbdev was sletta's hint btw ;)10:53
sledgesbut frameworks_av might not build as one, so lots of hacky mm and mmm usage will be needed10:53
sledges(as it happened for mako)10:53
locusfn7000 has never worked on hwcomposer10:53
locusfit was always fbdev10:53
locusfunless piggz used some black magic on it :)10:54
locusfbut yeah I'll try to get something together in the weekend wrt this10:54
piggzsledges: vakkov_: happy to help efforts with hwc qpa10:57
sledgeslocusf: what would you attempt?10:57
* piggz wondered that too :)10:57
locusfsledges: wrt fence leaks10:58
*** Zucca <Zucca!~zucca@85-76-161-149-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 240 seconds)10:58
mal-I did some bt testing yesterday with my laptop and xperia, file transfer worked only to the device but not from the device10:59
*** mkrawczuk <mkrawczuk!~quassel@217-67-201-162.itsa.net.pl> has joined #sailfishos-porters10:59
*** electrolux_off is now known as electrolux11:04
Nokius_workmal-: :( iirc had this once too reboot sloved it for11:08
mal-Nokius_work: ok, I'll try11:12
*** sletta <sletta!~sletta@231.170.102.62.customer.cdi.no> has joined #sailfishos-porters11:14
sledgeso/ sletta!11:15
sletta \o11:16
*** CrKit <CrKit!~nekit@111.0.71.113> has quit IRC (Read error: Connection reset by peer)11:17
piggzlo sletta ... if you could fix hwc 1.0 in the next few hrs that would be ideal :P11:17
* sletta hides11:18
*** CrKit <CrKit!~nekit@111.0.69.84> has joined #sailfishos-porters11:18
slettaWhat was this fence leak with fbdev?11:18
slettaFrom the looks of it, 1.0 is broken by default, does it work anywhere?11:19
sledgessletta: fence leak is also with hwcomposer on mako (also 1.0)11:20
sledges1.0 only works with cm10.1 (aosp4)11:20
sledgesand starts leaking from cm11.0 and up (aosp5)11:20
slettasledges: with fbdev?11:20
sledgeswith both11:20
slettanot hwcomposer11:20
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)11:22
*** drFaustroll <drFaustroll!~alin@178.167.254.80.threembb.ie> has joined #sailfishos-porters11:22
*** drFaustroll <drFaustroll!~alin@178.167.254.80.threembb.ie> has quit IRC (Changing host)11:22
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters11:22
slettav10.cpp doesn't allocate a HWComposerNativeWindow, so it can't have worked with hwcomposer.. It would require fbdev11:22
* sledges checks11:22
* sletta points out that he hasn't really looked at this stuff since June, so my memory is a bit dodgy on the subject :p11:22
Nokius_workmal-: I will check it later home with the find511:23
*** AmadeusXNet <AmadeusXNet!~AmadeusXN@host-121-249.parnet.fi> has joined #sailfishos-porters11:23
sledgessletta: hm mako is for sure hwc: https://github.com/mer-hybris/droid-hal-device/blob/hybris-10.1/device-lge-mako-configs/var/lib/environment/compositor/droid-hal-device.conf#L311:24
sledgesand it's 1.0                  https://github.com/mer-hybris/android_hardware_libhardware/blob/hybris-10.1/modules/hwcomposer/hwcomposer.cpp#L12011:25
slettaBut then it would also crash in the exact same place.. Which of the HwComposer vXY.cpp does it end up in?11:26
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has joined #sailfishos-porters11:27
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Ping timeout: 240 seconds)11:27
carepackhello11:33
Nokius_worko/ carepack11:34
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has quit IRC (Read error: Connection reset by peer)11:36
*** drFaustroll_ <drFaustroll_!~alin@178.167.254.143.threembb.ie> has joined #sailfishos-porters11:36
*** drFaustroll_ <drFaustroll_!~alin@178.167.254.143.threembb.ie> has quit IRC (Changing host)11:36
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has joined #sailfishos-porters11:36
carepacksletta: I've made a piratepad with pastebin logs etc about this problem. maybe it's useful: http://piratepad.net/aIiOfM4zqB11:36
carepackhi nokius_work ;)11:37
carepackhttp://pastebin.com/XKnSuQS4 ; http://pastebin.com/McekdjhH ; http://pastebin.com/McekdjhH11:39
sledgescarepack: so it is going through hwcomposer_backend_v11.cpp11:42
sledgescarepack: could you do this on your cm11 tree? probably mako switched to 1.111:42
sledgesthere11:42
sledgesfind $ANDROID_ROOT/hardware/*/display* -type d -name libhwcomposer | xargs -I{} grep -H device.common.version {}/hwc.cpp11:42
*** bogn <bogn!uid134284@gateway/web/irccloud.com/x-famnwfepjcxxnuqp> has quit IRC (Ping timeout: 260 seconds)11:43
slettaright, v11 does allocate a HWComposerNativeWindow, so that would work11:44
*** bogn <bogn!uid134284@gateway/web/irccloud.com/x-miixfpffiphyxomi> has joined #sailfishos-porters11:44
slettaso v10 requires fbdev, it isn't supposed to work with hwcomposer11:46
* sledges powers on his mako11:48
*** bogn <bogn!uid134284@gateway/web/irccloud.com/x-miixfpffiphyxomi> has quit IRC (Read error: Connection reset by peer)11:49
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-bintzvnhzwnzlayw> has quit IRC (Ping timeout: 240 seconds)11:51
ghosalmartinalso to get out of preinit, do I go to droid-hal-init?11:52
ghosalmartinalso anyone any idea what dir/file this is looking for: execve("droid-hal-init", ["droid-hal-init", "--second-stage"], [/* 8 vars */]) = -1 ENOENT (No such file or directory)11:53
*** CrKit <CrKit!~nekit@111.0.69.84> has quit IRC (Read error: Connection reset by peer)11:55
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has quit IRC (Remote host closed the connection)11:55
*** CrKit <CrKit!~nekit@111.0.206.97> has joined #sailfishos-porters11:55
*** jusa_ <jusa_!jusa@kraa.fi> has quit IRC (Ping timeout: 245 seconds)11:58
Nokius_workmal-: did u check if the mac adress wars correct I had once the issue thats was wrong in early builds I had intressting incidents with BT11:58
sledgessletta: carepack: 10.1 mako shows hwc version 1010001, which is 1.1, that doesn't correspond with the one in the code11:59
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-rpqpiveezzgggfdy> has joined #sailfishos-porters11:59
*** ghosalmartin <ghosalmartin!5ad886c6@gateway/web/freenode/ip.90.216.134.198> has joined #sailfishos-porters11:59
sledgescarepack: still waiting for your one-liner output from 10.1 tree :)11:59
sledgesbut at least world is more half-sane now:)11:59
carepacksledges: my vm is not coming up. fixing libvirt atm. then I'll paste the ouput12:02
sledgescarepack: ok12:03
sledgesso two problems: fence leaks on >=11.0 on fbdev/hwc v1.0 v1.1, and crash on hwc for 1.0 (on any base)12:03
sledges2nd problem is overcome - just use fbdev12:03
sledgesfence leaks remains :)12:04
sledgessletta: am i making sense? :)12:04
slettasledges: I would say problem two is "user error". It isn't a combo that is meant to work12:04
sledgesyes12:04
*** Zucca <Zucca!~zucca@85-76-161-149-nat.elisa-mobile.fi> has joined #sailfishos-porters12:04
mal-Nokius_work: at least the mac address seen on my laptop looks reasonable12:05
*** krnlyng <krnlyng!~liar@77.116.123.22.wireless.dyn.drei.com> has quit IRC (Ping timeout: 255 seconds)12:07
Nokius_workmal-: ok :) better 00:00:00:0012:07
Nokius_workmal-: if u trust the laptop is also failing ?12:08
*** carepack <carepack!~carepack@unaffiliated/carepack> has quit IRC (Quit: Lost terminal)12:09
*** harha <harha!~harha@194.157.27.2> has left #sailfishos-porters12:10
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-rpqpiveezzgggfdy> has quit IRC (Ping timeout: 260 seconds)12:11
Nokius_workmal-: did u try another sender?12:13
mal-Nokius_work: it works, didn't know that I have specifically enable receiving files through bluetooth in ubuntu12:15
*** carepack <carepack!~carepack@unaffiliated/carepack> has joined #sailfishos-porters12:16
*** krnlyng <krnlyng!~liar@77.117.100.124.wireless.dyn.drei.com> has joined #sailfishos-porters12:20
carepacksledges: http://cxg.de/paste.php12:24
carepacksorry: http://cxg.de/_36a2da.htm12:25
*** ghosalmartin <ghosalmartin!5ad886c6@gateway/web/freenode/ip.90.216.134.198> has quit IRC (Ping timeout: 252 seconds)12:25
sledgescarepack: which base is that?12:26
carepackcm1112:26
sledgesand on cm10 pls?12:26
*** hype <hype!~hype@79-133-7-36.bredband.aland.net> has joined #sailfishos-porters12:29
carepackV12:29
carepackfind $ANDROID_ROOT/hardware/*/display* -type d -name libhwcomposer | xargs -I{} grep -H device.common.version {}/hwc.cpp12:30
carepackfind: /home/micha/mer/android/droid/hardware/*: No such file or directory12:30
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-tlaewwiooyneeddn> has joined #sailfishos-porters12:31
*** harha <harha!~harha@194.157.27.2> has joined #sailfishos-porters12:31
*** bogn <bogn!uid134284@gateway/web/irccloud.com/x-xhgkczgvvjbvtjvi> has joined #sailfishos-porters12:32
sledgescarepack: is $ANDROID_ROOT - cm10.1? ls -l $ANDROID_ROOT/hardware12:33
carepackyes it is12:34
carepackhttp://cxg.de/_85913b.htm12:34
Nokius_workmal-: :D12:40
sledgescarepack: ok, doesn't make sense, it says 1.0 in [1] but when run on sailfishos says 101000112:48
sledges[1] https://github.com/mer-hybris/android_hardware_libhardware/blob/hybris-10.1/modules/hwcomposer/hwcomposer.cpp#L12012:48
*** dr_gogeta86 <dr_gogeta86!~gogeta@unaffiliated/dr-gogeta86/x-8885803> has quit IRC (Quit: ZNC - 1.7.x-git-126-41beb4f - http://znc.in)12:49
*** dr_gogeta86 <dr_gogeta86!~gogeta@2001:41d0:52:100::eb5> has joined #sailfishos-porters12:50
*** dr_gogeta86 <dr_gogeta86!~gogeta@2001:41d0:52:100::eb5> has quit IRC (Changing host)12:50
*** dr_gogeta86 <dr_gogeta86!~gogeta@unaffiliated/dr-gogeta86/x-8885803> has joined #sailfishos-porters12:50
carepacksledges: ? cm11 should run = ? | cm10 should run = ?12:52
sledgescarepack: i'm talking only about 10.1 now12:54
carepackok12:55
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has quit IRC (Ping timeout: 272 seconds)12:56
sledgescarepack: /win 2612:58
locusffull of it12:59
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-tlaewwiooyneeddn> has quit IRC ()13:02
*** jjardon_ <jjardon_!sid723@gateway/web/irccloud.com/x-kesgqjptxiwoufzp> has joined #sailfishos-porters13:02
carepacksledges: what?13:06
sledgescarepack: accidentally pressed Enter13:07
carepackok13:07
*** minimec <minimec!~minimec@unaffiliated/minimec> has quit IRC (Quit: leaving)13:08
sledgessletta: looks like fence leaks are not limited to fbdev and 1.0; mako is >=1.1 and leaks on cm11 too13:09
sledgesit's due to still and old master branch on hwc qpa13:10
sledgestbj needs to be reworked and merged to master; now i'm finally memory-refreshed:))13:10
*** lake11 <lake11!~denis@93.191.18.90> has joined #sailfishos-porters13:17
*** TheKit <TheKit!~nekit@111.0.193.182> has joined #sailfishos-porters13:20
*** hype <hype!~hype@79-133-7-36.bredband.aland.net> has quit IRC (Read error: Connection reset by peer)13:23
*** CrKit <CrKit!~nekit@111.0.206.97> has quit IRC (Ping timeout: 260 seconds)13:23
*** jjardon_ is now known as jjardon13:23
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has joined #sailfishos-porters13:28
*** krnlyng <krnlyng!~liar@77.117.100.124.wireless.dyn.drei.com> has quit IRC (Ping timeout: 240 seconds)13:32
*** jusa_ <jusa_!jusa@kraa.fi> has joined #sailfishos-porters13:35
*** CrKit <CrKit!~nekit@111.0.136.199> has joined #sailfishos-porters13:38
*** TheKit <TheKit!~nekit@111.0.193.182> has quit IRC (Ping timeout: 256 seconds)13:40
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has joined #sailfishos-porters13:49
slettasledges: which part of tbj is it you are after? That branch was primiarly for tablet because of how the GPU worked13:50
sledgessletta: Ultimate goal is for sailfish hwc compositor (lipstick) to do something similar to what android's surfaceflinger does, work on that is being done on tbj branch.13:52
sledgesfrom http://piratepad.net/hadk-hwc13:52
slettathat isn't exactly true :p13:54
sledgesand also line 30 ;P13:56
slettayep13:56
slettaboth the threading and the hardware layering was done for tbj because the GPU couldn't manage the composition of both clients and compositor at the same time13:58
* sledges nods13:58
sledgesbut old master leaks fences for newer android bases on certain hw13:58
slettaI would prefer to not make that code the baseline though. It is very complicated and abuses certain HWC featrures13:58
* sledges nods13:58
sledgestimes do change;)13:59
ghosalmartinis it normal that the partitions systemd is trying to mount are named as: dev-mmcblk0p24.device.13:59
slettasledges: If I had half a year or so to work on this, I'd try to move composition and hardware layering out of lipstick into its own proper compositor process14:00
sledgessletta: yet now you have community;)14:00
slettaThen we could avoid many of the hacks that exist in tbj and still get hwc for devices where it is needed.14:01
sledgeswe're pretty cornered as i see, but it's very rarely ideal in IT ;)14:01
sledges(im still a bad poet)14:01
slettayeah, true that.. It is kinda hard to push a vague idea onto somebody else though :)14:01
slettaI thought the fixes I did back in september on the master branch fixed some things as well? Or was that only the lockup on mako?14:02
*** krnlyng <krnlyng!~liar@77.116.119.82.wireless.dyn.drei.com> has joined #sailfishos-porters14:04
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters14:06
sledgescarepack: which version of qpa hwc was the last one you tried on cm11 mako?14:08
carepackthe last one I tried: wip-hwc-v1.414:13
carepackalso master14:14
sledgescarepack: which tag of master?14:14
carepackpuh. a lot. But can't remember which ones I tried14:16
*** electrolux is now known as electrolux_off14:23
stephgpsa sailfish community meeting is now in #mer-meeting14:29
ghosalmartinsledges: droid-hal-init started14:35
*** harha <harha!~harha@194.157.27.2> has quit IRC (Quit: Leaving.)14:36
ghosalmartinand it died :P14:37
*** rbn <rbn!~ruben@ip4d17d110.dynamic.kabel-deutschland.de> has joined #sailfishos-porters14:37
*** lepanen <lepanen!~lepanen@62-78-249-214.bb.dnainternet.fi> has joined #sailfishos-porters14:39
*** caprico_ <caprico_!~sailfish@12.146.127.176.dynamic.wline.res.cust.swisscom.ch> has joined #sailfishos-porters14:47
sledgescarepack: only last date/day is importent14:48
carepacklast modifiying date fof the directory is 11 september14:49
*** faenil <faenil!~faenil@static.186.47.47.78.clients.your-server.de> has quit IRC (Quit: Reconnecting)14:50
*** faenil <faenil!~faenil@static.186.47.47.78.clients.your-server.de> has joined #sailfishos-porters14:50
sledgescarepack: could you re-try with latest master please?14:51
*** faenil <faenil!~faenil@static.186.47.47.78.clients.your-server.de> has quit IRC (Client Quit)14:51
*** faenil <faenil!~faenil@78.47.47.186> has joined #sailfishos-porters14:51
sledgesthere were commits on 11 september (probably after your tests, as i see from our logs -- 10 september;) and then more commits on 18 september; one more from Stskeeps on Nov re unclosed fences(!))14:51
carepackgoin to try. will report back14:52
*** rbn <rbn!~ruben@ip4d17d110.dynamic.kabel-deutschland.de> has quit IRC ()14:52
*** Bono_NL <Bono_NL!~Bono@62.140.132.224> has joined #sailfishos-porters14:52
sledgesmany thanks carepack14:53
carepacknp14:53
lake11what differences are in compiling against android versus compiling against cyanigenmod?14:58
ghosalmartinlake11: cynagendmod is probably easier14:59
sledgesyes, it has breakfast:)15:01
*** gabriel9 <gabriel9!~bojan@89.111.237.28> has quit IRC (Quit: Konversation terminated!)15:02
ghosalmartinbut lunch :D15:02
* sledges stomach -> gurgs15:04
stephgbit late for lunch?15:06
sledgeshigh tea then15:06
ghosalmartinlinner15:06
stephgha15:06
ghosalmartinlunch + dinner = linner | dunch15:07
ghosalmartinalso could udev be responsible as to why my partitions are mounting, and permissions issues are rampant :P15:08
stephgghosalmartin: permissions shouldn't be udev?15:09
ghosalmartinstephg: something is borked, and its causing issues with systemd and dbus and udev15:10
ghosalmartinwell its not allowing my partitions to mount, keeps timing oujt15:10
stephgperms would be instant, no?15:10
ghosalmartinstephg: any ideas set by what?15:10
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters15:11
stephgghosalmartin: in this space, no :(15:13
stephgI mean udev will set mode on devices15:14
stephgand you could see if it was that by overridding to 0777 or something slightly less stupid15:14
stephgbut if it were permissions I'd expect everything to stop instantly15:14
stephgnot hang15:14
*** sletta <sletta!~sletta@231.170.102.62.customer.cdi.no> has quit IRC (Ping timeout: 256 seconds)15:18
*** TheKit <TheKit!~nekit@111.0.234.43> has joined #sailfishos-porters15:18
*** laxtlo <laxtlo!~to@85-76-2-29-nat.elisa-mobile.fi> has joined #sailfishos-porters15:20
*** Bono_NL <Bono_NL!~Bono@62.140.132.224> has quit IRC (Quit: IRC for Sailfish 0.9)15:20
*** CrKit <CrKit!~nekit@111.0.136.199> has quit IRC (Ping timeout: 240 seconds)15:21
Nokius_workghosalmartin: linner :D15:26
*** krnlyng <krnlyng!~liar@77.116.119.82.wireless.dyn.drei.com> has quit IRC (Ping timeout: 265 seconds)15:27
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has quit IRC (Ping timeout: 265 seconds)15:40
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has joined #sailfishos-porters15:55
ghosalmartinstephg: id say all the errors is either dbus having trouble authenticating or systemd timing out because it fails to get authentication15:57
sledgeshttps://www.thunderclap.it/projects/35901-support-jolla-breaking-waves15:58
stephgghosalmartin: ok so I'm not familiar enough with the auth mechanisms (or indeed that any existed) to be help. sorry :(15:58
ghosalmartinstephg: thats alright, something will turn up16:01
*** gabriel9 <gabriel9!~bojan@185.125.120.101> has joined #sailfishos-porters16:02
*** Nokius_work <Nokius_work!~Nokius@46.189.45.234> has quit IRC (Ping timeout: 272 seconds)16:04
*** krnlyng <krnlyng!~liar@77.117.85.84.wireless.dyn.drei.com> has joined #sailfishos-porters16:05
ghosalmartinhttps://dpaste.de/0mAk16:07
ghosalmartinthis still seems like its selinux, the biggest pain so far16:07
*** CrKit <CrKit!~nekit@111.0.235.121> has joined #sailfishos-porters16:12
*** sletta <sletta!~sletta@231.170.102.62.customer.cdi.no> has joined #sailfishos-porters16:14
*** TheKit <TheKit!~nekit@111.0.234.43> has quit IRC (Ping timeout: 240 seconds)16:16
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has quit IRC (Read error: Connection reset by peer)16:16
*** drFaustroll_ <drFaustroll_!~alin@178.167.254.143.threembb.ie> has joined #sailfishos-porters16:16
*** drFaustroll_ <drFaustroll_!~alin@178.167.254.143.threembb.ie> has quit IRC (Changing host)16:16
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has joined #sailfishos-porters16:16
*** drFaustroll_ <drFaustroll_!~alin@178.167.254.143.threembb.ie> has joined #sailfishos-porters16:17
*** drFaustroll_ <drFaustroll_!~alin@178.167.254.143.threembb.ie> has quit IRC (Changing host)16:17
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has joined #sailfishos-porters16:17
ghosalmartinsledges: would it be a bad idea to disable selinux but commenting out the init method :)16:18
*** gabriel9 <gabriel9!~bojan@185.125.120.101> has quit IRC (Quit: Konversation terminated!)16:20
sledgesghosalmartin: point me in code where writev(3, [{"<3>droid-hal-init: ", 19}, {"Security failure; rebooting into"..., 50}], 2) = 6916:23
ghosalmartinwill do16:23
ghosalmartinsledges: https://github.com/ghosalmartin/android_system_core/blob/f7a29f4779b78f98bcbd1d4af19cbaa8a429dda1/init/init.cpp#L94916:24
*** bogn1 <bogn1!~bogn@92.50.69.42> has quit IRC (Quit: Leaving.)16:24
ghosalmartinsledges: I think its because of bad init.cpp patching on my part16:25
sledgesghosalmartin: which call to security_failure() causes that?16:26
ghosalmartinI have to assume: https://github.com/ghosalmartin/android_system_core/blob/f7a29f4779b78f98bcbd1d4af19cbaa8a429dda1/init/init.cpp#L106116:26
* piggz is back16:27
piggzsletta: all fixed? :D16:28
*** dvogel <dvogel!~dorianvog@130.79.244.134> has quit IRC (Ping timeout: 265 seconds)16:28
sledgesghosalmartin: launch droid-hal-init with --second-stage ?16:29
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has quit IRC (Ping timeout: 240 seconds)16:30
*** Sail0r2 <Sail0r2!~Sail0r@ipbcc242af.dynamic.kabel-deutschland.de> has joined #sailfishos-porters16:33
*** Sail0r2 <Sail0r2!~Sail0r@ipbcc242af.dynamic.kabel-deutschland.de> has quit IRC (Remote host closed the connection)16:34
*** ghosalmartin_nex <ghosalmartin_nex!~sailfish@dab-yat1-h-30-9.dab.02.net> has joined #sailfishos-porters16:35
ghosalmartin_nexsledges, thats a thing? :O16:36
sledgeswell https://github.com/ghosalmartin/android_system_core/blob/f7a29f4779b78f98bcbd1d4af19cbaa8a429dda1/init/init.cpp#L100316:37
*** drFaustroll_ <drFaustroll_!~alin@178.167.254.143.threembb.ie> has joined #sailfishos-porters16:48
*** drFaustroll_ <drFaustroll_!~alin@178.167.254.143.threembb.ie> has quit IRC (Changing host)16:48
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has joined #sailfishos-porters16:48
ghosalmartinsledges: and no reboot, hal second stage started17:13
sledges\o/17:13
ghosalmartinsledges: but nothing happened lol17:14
sledgesdid you expect cookies?17:14
sledges:D17:14
ghosalmartinsledges: but that could be due to missing services that systemd hasnt started17:14
ghosalmartinsledges: maybe a pretty UI? :P itll never be that easy I suppose17:14
sledgeson a fresh aosp base that you just provided? not really;)17:14
sledgesbut hey, getting closer!17:15
sledgeswell done!17:15
ghosalmartinsledges: i assume that file will probably need more patching, would it really be such a bad idea to get rid of selinux in init.cpp17:15
sledgesyes, because the less patches the better17:16
ghosalmartinsledges: fair enough17:17
sledgesunless completely necessary17:17
*** r0kk3rz <r0kk3rz!~chatzilla@host-92-23-137-172.as13285.net> has joined #sailfishos-porters17:18
ghosalmartinsledges: but then wouldnt you need to edit the droid-hal-init service with --second-stage17:22
ghosalmartinahh found the startup file17:23
*** CrKit <CrKit!~nekit@111.0.235.121> has quit IRC (Ping timeout: 272 seconds)17:25
*** lepanen <lepanen!~lepanen@62-78-249-214.bb.dnainternet.fi> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)17:26
ghosalmartinwait is the basic structure init.cpp > *.rc > starts sailfishos stuff?17:26
*** ghosalmartin_nex <ghosalmartin_nex!~sailfish@dab-yat1-h-30-9.dab.02.net> has quit IRC (Quit: IRC for Sailfish 0.9)17:29
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has quit IRC (Quit: Leaving)17:30
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)17:31
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has joined #sailfishos-porters17:32
*** caprico_ <caprico_!~sailfish@12.146.127.176.dynamic.wline.res.cust.swisscom.ch> has quit IRC (Quit: IRC for Sailfish 0.9)17:44
*** carepack <carepack!~carepack@unaffiliated/carepack> has quit IRC (Ping timeout: 246 seconds)17:49
*** carepack <carepack!~carepack@unaffiliated/carepack> has joined #sailfishos-porters17:56
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has quit IRC (Ping timeout: 260 seconds)17:56
*** lepanen <lepanen!~lepanen@62-78-249-214.bb.dnainternet.fi> has joined #sailfishos-porters17:56
*** krnlyng_ <krnlyng_!~liar@83.175.90.24> has joined #sailfishos-porters18:00
*** krnlyng <krnlyng!~liar@77.117.85.84.wireless.dyn.drei.com> has quit IRC (Ping timeout: 265 seconds)18:02
*** krnlyng_ <krnlyng_!~liar@83.175.90.24> has quit IRC (Ping timeout: 256 seconds)18:05
*** mkrawczuk <mkrawczuk!~quassel@217-67-201-162.itsa.net.pl> has quit IRC (Ping timeout: 246 seconds)18:07
*** krnlyng <krnlyng!~liar@77.117.82.198> has joined #sailfishos-porters18:12
*** tanty is now known as tanty_off18:16
*** electrolux_off is now known as electrolux18:36
*** dirkvl <dirkvl!~dirkvl@37.143.36.100> has quit IRC (Ping timeout: 256 seconds)18:48
*** dirkvl <dirkvl!~dirkvl@37.143.36.100> has joined #sailfishos-porters18:59
*** dirkvl <dirkvl!~dirkvl@37.143.36.100> has quit IRC (Remote host closed the connection)19:00
*** lepanen <lepanen!~lepanen@62-78-249-214.bb.dnainternet.fi> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)19:05
*** taaem <taaem!~taaem@f050164222.adsl.alicedsl.de> has quit IRC (Ping timeout: 260 seconds)19:08
sledgesghosalmartin: there more to it ;)19:16
sledgessletta: we ran latest qpa hwc on mako cm11, different behaviour now: shows first frame then quits with: QPA-HWC: There can only be one window, someone tried to create more.19:17
sledgessurfaceflinger, test_hwcomposer, and minimer work fine though - since they don't do any compositing iiuc19:17
sledgesEGL_PLATFORM=hwcomposer QT_QPA_PLATFORM=hwcomposer /usr/bin/jolla-startupwizard-pre-user-session -plugin evdevtouch:/dev/input/event219:17
sledgesfails with above error ^^19:17
sledgesso does lipstick19:18
*** Nokius_ is now known as Nokius19:19
*** taaem <taaem!~taaem@x55b18b8c.dyn.telefonica.de> has joined #sailfishos-porters19:20
*** dirkvl <dirkvl!~dirkvl@37.143.36.100> has joined #sailfishos-porters19:23
*** krnlyng <krnlyng!~liar@77.117.82.198> has quit IRC (Ping timeout: 272 seconds)19:30
*** krnlyng <krnlyng!~liar@77.116.88.154.wireless.dyn.drei.com> has joined #sailfishos-porters19:44
*** phdeswer <phdeswer!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos-porters19:54
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@2a01:e35:8bef:6f30:221:6aff:fe5c:4c82> has joined #sailfishos-porters20:29
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@2a01:e35:8bef:6f30:221:6aff:fe5c:4c82> has quit IRC (Client Quit)20:33
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@2a01:e35:8bef:6f30:221:6aff:fe5c:4c82> has joined #sailfishos-porters20:33
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@2a01:e35:8bef:6f30:221:6aff:fe5c:4c82> has quit IRC (Client Quit)20:34
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@2a01:e35:8bef:6f30:221:6aff:fe5c:4c82> has joined #sailfishos-porters20:34
*** M4rtinK <M4rtinK!~M4rtinK@ip-89-177-124-111.net.upcbroadband.cz> has joined #sailfishos-porters20:36
*** M4rtinK <M4rtinK!~M4rtinK@ip-89-177-124-111.net.upcbroadband.cz> has quit IRC (Client Quit)20:40
*** electrolux is now known as electrolux_off20:51
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters21:03
*** drFaustroll_ <drFaustroll_!~alin@opensuse/member/ealin> has quit IRC (Read error: Connection reset by peer)21:04
*** sletta <sletta!~sletta@231.170.102.62.customer.cdi.no> has quit IRC (Ping timeout: 240 seconds)21:04
*** minimec <minimec!~minimec@unaffiliated/minimec> has joined #sailfishos-porters21:13
Nokiushumaneit: ping21:23
Nokius!seen humaneit21:24
merbotNokius: humaneit was last seen in #sailfishos-porters 1 day, 1 hour, 15 minutes, and 21 seconds ago: <humaneit> damn, that one isn't released here, i would love to have it because of the amazing battery. The stores here offer very good discounts21:24
Nokius:(21:24
*** Guhl <Guhl!~guhl@193-154-246-170.adsl.highway.telekom.at> has joined #sailfishos-porters21:28
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 246 seconds)21:28
*** M4rtinK <M4rtinK!~M4rtinK@ip-89-177-124-111.net.upcbroadband.cz> has joined #sailfishos-porters21:29
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)21:32
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters21:33
*** dirkvl <dirkvl!~dirkvl@37.143.36.100> has quit IRC (Ping timeout: 256 seconds)21:34
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@2a01:e35:8bef:6f30:221:6aff:fe5c:4c82> has quit IRC (Ping timeout: 240 seconds)21:41
*** Guhl <Guhl!~guhl@193-154-246-170.adsl.highway.telekom.at> has quit IRC (Read error: Connection reset by peer)21:46
*** r0kk3rz <r0kk3rz!~chatzilla@host-92-23-137-172.as13285.net> has quit IRC (Ping timeout: 265 seconds)21:56
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters22:17
*** Guhl <Guhl!~guhl@193-154-246-170.adsl.highway.telekom.at> has joined #sailfishos-porters22:33
Guhlpiggz, just wanted to say that i solved the adreno driver issue22:36
Guhlbeen having to old libs in the CM11 rom22:36
Guhlfrom before we moved to ION22:36
Guhlis it a know issue that the onscreen-keyboard does not come up?22:39
*** bogn <bogn!uid134284@gateway/web/irccloud.com/x-xhgkczgvvjbvtjvi> has quit IRC (Ping timeout: 240 seconds)22:41
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Quit: Leaving.)22:42
*** bogn <bogn!uid134284@gateway/web/irccloud.com/x-xkijbltgkpqjwufk> has joined #sailfishos-porters22:43
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters22:54
*** Guhl <Guhl!~guhl@193-154-246-170.adsl.highway.telekom.at> has quit IRC (Ping timeout: 240 seconds)22:55
*** ghosalmartin <ghosalmartin!5215a909@gateway/web/freenode/ip.82.21.169.9> has joined #sailfishos-porters22:56
sledgesGuhl: might be compositing issues there with vkb22:56
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-bednncsintakkfbr> has joined #sailfishos-porters22:57
ghosalmartinwoah surfaceflinger doesnt instant segfault...it just hangs lol22:57
ghosalmartinthats progress if i ever saw it22:57
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)22:57
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)23:05
*** drFaustroll <drFaustroll!~alin@178.167.254.143.threembb.ie> has joined #sailfishos-porters23:05
*** drFaustroll <drFaustroll!~alin@178.167.254.143.threembb.ie> has quit IRC (Changing host)23:05
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters23:05
*** sletta <sletta!~sletta@231.170.102.62.customer.cdi.no> has joined #sailfishos-porters23:07
*** krnlyng <krnlyng!~liar@77.116.88.154.wireless.dyn.drei.com> has quit IRC (Remote host closed the connection)23:16
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 265 seconds)23:19
*** CrKit <CrKit!~nekit@111.0.234.193> has joined #sailfishos-porters23:19
*** krnlyng <krnlyng!~liar@83.175.90.24> has joined #sailfishos-porters23:19
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters23:22
*** laxtlo <laxtlo!~to@85-76-2-29-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 255 seconds)23:24
*** dirkvl__ <dirkvl__!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters23:24
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)23:27
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters23:30
*** laxtlo <laxtlo!~to@85-76-2-29-nat.elisa-mobile.fi> has joined #sailfishos-porters23:30
*** dirkvl__ <dirkvl__!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)23:34
*** ghosalmartin <ghosalmartin!5215a909@gateway/web/freenode/ip.82.21.169.9> has quit IRC (Quit: Page closed)23:39
*** M4rtinK <M4rtinK!~M4rtinK@ip-89-177-124-111.net.upcbroadband.cz> has quit IRC (Quit: Odcházím)23:51

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!