Wednesday, 2016-01-20

sledgesghosalmartin: cool! commented https://git.merproject.org/mer-core/libtheora/merge_requests/1 :)00:01
sledgesapplies to others too00:01
ghosalmartinAwesome will take care of that tomorrow, I think I may of just fixed the ruby package as well00:02
*** spider-mario <spider-mario!~spidermar@178-82-34-114.dynamic.hispeed.ch> has quit IRC (Read error: Connection reset by peer)00:03
ghosalmartinanyways sleep time00:08
ghosalmartingoodnight00:08
*** ghosalmartin <ghosalmartin!~martin@cpc67891-seac23-2-0-cust264.7-2.cable.virginm.net> has quit IRC (Quit: Leaving)00:08
LitewSame about Redmi 1S with sensors.qcom :(00:08
LitewCPU high load and battery i mean00:08
*** M4rtinK <M4rtinK!~M4rtinK@ip-78-102-146-111.net.upcbroadband.cz> has quit IRC (Ping timeout: 240 seconds)00:09
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)00:10
sledgesghosalmartin: i meant armv7hl:)00:11
UmeaboyI have made two PR's at https://github.com/mer-hybris/build-script. Can someone please merge them?00:12
*** Makinit <Makinit!makinit@makinit.nl> has quit IRC (Ping timeout: 256 seconds)00:12
*** Makinit <Makinit!makinit@makinit.nl> has joined #sailfishos-porters00:12
sledgesLitew: can we haz link to image?;) just install unblank-restart-sensors hack00:12
sledges(ship your image with that package)00:12
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has quit IRC (Ping timeout: 250 seconds)00:14
Litewsledges: hmm, ok, i'll ship it. I want to ask you to share with me method you use to add config files to droid-config-device package...please00:14
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has joined #sailfishos-porters00:14
Litewsledges: in sparse directory00:15
Litewsledges: almost every file i add is conflicting00:15
Litewsledges: its such a pain to change all config files by manual editing after every test flash :(00:16
sledgesUmeaboy: commented00:16
sledgesLitew: what changes are you introducing?00:16
sledgesyou can place your modifications into the kickstart file (.ks)00:17
sledgesit's not nice to do, but if device needs to have so many hacks then..:)00:17
*** JeffHoogland <JeffHoogland!~jeff@c-98-215-112-164.hsd1.il.comcast.net> has quit IRC (Quit: Leaving)00:18
sledgesLitew: take example from http://images.devaamo.fi/sfe/hammerhead/beta0/Jolla-1.1.9.28-hammerhead-armv7hl.ks00:19
sledgessed -i "s|acceptDestination: applicationInstallationComponent|acceptDestination: root.endDestination|g" /usr/lib/qt5/qml/com/jolla/startupwizard/WizardPostAccountCreationDialog.qml00:19
sledgesas one example00:19
Litewsledges: for example i need to replace platform-device file in udev file with my own - or conf-file for usb-moded with extra argument (-i)00:20
Litewsledges: ouch, looking now, thanks00:20
Umeaboysledges: Sorry! I think I should go to bed now since I forget which manifest I'm making. :)00:22
*** M-bobsummerwill <M-bobsummerwill!bobsummerw@gateway/shell/matrix.org/x-maepimudrbnpmtvo> has quit IRC (Ping timeout: 256 seconds)00:23
Litewsledges: about image - http://tradiz.org/?sfos-armani Cant get codecs and video to work00:25
Litewsledges: and i want to do something with battery drain - i think its almost critical thing00:25
sledgesLitew: platform-device is managed like so: https://github.com/mer-hybris-kis3/droid-config-kis3/blob/HEAD/sparse/lib/udev/platform-device00:28
sledgesin your own droid-config-$DEVICE repo00:28
sledgesyou can add anything you like00:29
sledgesLitew: when you've polished that, ping me, and i'll tweet about your awesome image page \o/ (i can do that now if you want)00:29
sledgesUmeaboy: yes, morning is wiser than evening, old Russian proverb:)00:29
Umeaboyhehe00:30
UmeaboyGood night to ya'll.00:30
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has quit IRC (Quit: Elvis has LEFT the building!)00:30
Litewsledges: i have already did that - place conf-files (like platform-device, usb-moded, accessories.ini for ohmd and etc) in sparse directory - but when i'm trying to build image with mic - i always get errors, and it points to droid-config package00:32
sledgesLitew: i'd need to see those exact errors00:34
*** olafh_ <olafh_!~olafh@p4FF48A8E.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 256 seconds)00:35
*** jfred-matrix <jfred-matrix!jonterracr@gateway/shell/matrix.org/x-ttolsxubqfjoxzdr> has quit IRC (Remote host closed the connection)00:36
sledgesthey shouldn't appear as file conflicts for any files in https://github.com/mer-hybris/droid-hal-configs/tree/master/sparse/etc that your override with your device's sparse, as simply device-specific ones are taken as priority00:38
sledgesif it stil appears as conflict, check what package owns the conflicting file, e.g. do rpm -qf /etc/ohm/plugins.d/accessories.ini00:40
Litewsledges: only for /etc directory? so i cant replace ril_subscription.conf for ofono package for example?00:40
sledgesand for those you'd have to do sed tricks in .ks00:40
Litewsledges: oh, ok00:40
sledgesyou can00:40
sledgeslike this: https://github.com/mer-hybris/droid-config-hammerhead/blob/master/rpm/droid-config-hammerhead.spec#L1700:40
sledgesso everything's not lost;) you might be able to solve all your problems just by adding respective Provide:00:41
sledgeshopefully;)00:41
Litewsledges: i need to test building again with all this information you gave to me :) i'll post full log in case of error00:42
sledgesoki00:42
Litewsledges: thank you very much00:43
sledgesLitew: and if you add Provides: ofono-configs00:44
sledgesthen you'll have to transfer relevant (if not all) configs from ofono-configs package to your sparse00:44
sledgestogether with modified ril_subscriptions00:45
sledgessame holds for any other override of configs, if conflicts happen otherwise00:46
*** M-jon <M-jon!jonterracr@gateway/shell/matrix.org/x-jpzjowenozksxfnd> has joined #sailfishos-porters00:48
* sledges gnights00:49
Litewsledges: understood ^^00:49
*** M-bobsummerwill <M-bobsummerwill!bobsummerw@gateway/shell/matrix.org/x-whmsorskofxfzrzi> has joined #sailfishos-porters00:59
*** ZeDestructor <ZeDestructor!~ZD@unaffiliated/zedestructor> has quit IRC (Ping timeout: 255 seconds)01:17
*** ZeDestructor <ZeDestructor!~ZD@2001:41d0:a:2add::1> has joined #sailfishos-porters01:23
*** ZeDestructor <ZeDestructor!~ZD@2001:41d0:a:2add::1> has quit IRC (Changing host)01:23
*** ZeDestructor <ZeDestructor!~ZD@unaffiliated/zedestructor> has joined #sailfishos-porters01:23
*** krnlyng <krnlyng!~liar@178.114.102.172.wireless.dyn.drei.com> has quit IRC (Ping timeout: 260 seconds)01:32
*** birdzhang_afk is now known as birdzhang01:34
*** krnlyng <krnlyng!~liar@77.116.66.154.wireless.dyn.drei.com> has joined #sailfishos-porters01:48
*** mkosola <mkosola!~mkosola@14.153.222.113> has joined #sailfishos-porters01:50
*** cody` <cody`!uid125493@gateway/web/irccloud.com/x-uezmadpopuresgrb> has quit IRC (Quit: Connection closed for inactivity)01:52
*** AmadeusXNet <AmadeusXNet!~AmadeusXN@host-121-249.parnet.fi> has quit IRC (Remote host closed the connection)02:08
*** zhxt <zhxt!~zhxt@124.192.38.2> has quit IRC (Ping timeout: 255 seconds)02:11
*** Laxtlo_ <Laxtlo_!~sailfish@ddx9dpycwm6zs--tby56y-3.rev.dnainternet.fi> has quit IRC (Ping timeout: 250 seconds)02:12
*** Laxtlo_ <Laxtlo_!~sailfish@85-23-219-58.bb.dnainternet.fi> has joined #sailfishos-porters02:14
*** zhxt <zhxt!~zhxt@124.192.38.2> has joined #sailfishos-porters02:32
*** Laxtlo_ <Laxtlo_!~sailfish@85-23-219-58.bb.dnainternet.fi> has quit IRC (Ping timeout: 260 seconds)02:35
*** Litew <Litew!~Litew@broadband-77-37-218-203.nationalcablenetworks.ru> has quit IRC (Quit: Litew)02:49
*** krnlyng <krnlyng!~liar@77.116.66.154.wireless.dyn.drei.com> has quit IRC (Ping timeout: 250 seconds)02:56
*** krnlyng <krnlyng!~liar@77.116.66.154.wireless.dyn.drei.com> has joined #sailfishos-porters03:29
*** mkosola <mkosola!~mkosola@14.153.222.113> has quit IRC (Quit: Leaving.)03:42
*** zama <zama!~zama@unaffiliated/stryx/x-3871776> has quit IRC (Ping timeout: 250 seconds)03:46
*** marxistvegan <marxistvegan!~quassel@fsf/staff/marxistvegan> has quit IRC (Read error: Connection reset by peer)03:46
*** marxistvegan <marxistvegan!~quassel@c-50-169-194-217.hsd1.ma.comcast.net> has joined #sailfishos-porters03:48
*** marxistvegan <marxistvegan!~quassel@c-50-169-194-217.hsd1.ma.comcast.net> has quit IRC (Changing host)03:48
*** marxistvegan <marxistvegan!~quassel@fsf/staff/marxistvegan> has joined #sailfishos-porters03:48
*** zama <zama!~zama@unaffiliated/stryx/x-3871776> has joined #sailfishos-porters03:58
*** dwangoAC <dwangoAC!~dwangoac@snowball.greenfly.net> has quit IRC (Remote host closed the connection)04:18
*** gexc-tablet <gexc-tablet!~gexc@2602:306:3885:9390::45> has joined #sailfishos-porters04:33
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-cyqrvwgfoheszafz> has quit IRC (Quit: Connection closed for inactivity)04:59
*** spiiroin <spiiroin!~spiiroin@87-95-132-43.bb.dnainternet.fi> has quit IRC (Ping timeout: 245 seconds)05:05
*** JeffHoogland <JeffHoogland!~jeff@c-98-215-112-164.hsd1.il.comcast.net> has joined #sailfishos-porters05:19
*** krnlyng <krnlyng!~liar@77.116.66.154.wireless.dyn.drei.com> has quit IRC (Read error: Connection reset by peer)05:29
*** krnlyng <krnlyng!~liar@77.116.66.154.wireless.dyn.drei.com> has joined #sailfishos-porters05:44
*** olafh_ <olafh_!~olafh@p4FF4823E.dip0.t-ipconnect.de> has joined #sailfishos-porters05:48
*** spiiroin <spiiroin!~spiiroin@2001:998:2a:dead:4854:829b:1a51:6641> has joined #sailfishos-porters05:53
*** JeffHoogland <JeffHoogland!~jeff@c-98-215-112-164.hsd1.il.comcast.net> has quit IRC (Ping timeout: 260 seconds)05:54
*** JeffHoogland <JeffHoogland!~jeff@c-98-215-112-164.hsd1.il.comcast.net> has joined #sailfishos-porters05:57
*** electrolux_off is now known as electrolux06:01
*** Laxtlo_ <Laxtlo_!~sailfish@37-33-78-63.bb.dnainternet.fi> has joined #sailfishos-porters06:19
kraaijmakers Goodmorning all :)06:19
*** Lipevakala <Lipevakala!~sailfish@85-76-136-162-nat.elisa-mobile.fi> has quit IRC (Read error: Connection reset by peer)06:25
piggzsledges: monich: thougth i'd report some odd behaviour, which I need to verify later.....06:26
piggzi was in 2g mode with no sim06:26
piggzi shutdown and added sim and booted06:26
piggzno connection due to 3 so switche to 3g06:26
piggzi think the connection came up as the data icon was flashing06:26
piggzthe signal indicator stayed off though06:27
piggzbut06:27
piggzthe modem didnt seem to reset06:27
piggzit atleast stayed longer than usual06:27
piggzwill verify later06:27
*** electrolux is now known as electrolux_off06:33
*** carepack <carepack!~carepack@p3E9E8FDA.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 276 seconds)06:49
*** carepack_ <carepack_!~carepack@p3E9E8FDA.dip0.t-ipconnect.de> has joined #sailfishos-porters06:49
*** gexc-tablet <gexc-tablet!~gexc@2602:306:3885:9390::45> has quit IRC (Ping timeout: 240 seconds)07:12
*** harha <harha!~harha@194.157.27.2> has joined #sailfishos-porters07:13
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters07:15
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-iqrlpzarqaxcpoqj> has joined #sailfishos-porters07:20
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters07:21
*** kjokinie <kjokinie!~kjokinie@145.247.15.238> has left #sailfishos-porters07:24
*** harha <harha!~harha@194.157.27.2> has quit IRC (Read error: Connection reset by peer)07:28
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 248 seconds)07:37
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:38
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:38
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:39
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:39
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:41
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:41
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:43
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:43
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters07:44
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:44
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:44
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:45
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:45
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:46
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:46
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:46
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:46
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:47
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:47
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:48
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:48
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:50
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:50
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:51
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:51
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 260 seconds)07:52
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:52
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:52
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:53
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:53
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:54
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:54
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:55
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:55
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:57
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:57
*** cody` <cody`!uid125493@gateway/web/irccloud.com/x-idvtqbxsrhjupsuw> has joined #sailfishos-porters07:57
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters07:59
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)07:59
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:01
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:01
*** nh1402_work <nh1402_work!~Thunderbi@host81-133-137-69.in-addr.btopenworld.com> has joined #sailfishos-porters08:01
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:02
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:02
*** krnlyng <krnlyng!~liar@77.116.66.154.wireless.dyn.drei.com> has quit IRC (Ping timeout: 245 seconds)08:02
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:03
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:03
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:05
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:05
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:06
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:06
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:08
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:08
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:09
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:09
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:11
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:11
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:13
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:13
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:14
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:14
*** corecomic <corecomic!~core@178.197.227.181> has joined #sailfishos-porters08:15
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:15
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:15
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:16
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:16
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:18
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:18
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:19
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:19
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:19
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:19
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:20
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:20
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:22
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:22
*** harha <harha!~harha@194.157.27.2> has joined #sailfishos-porters08:22
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:24
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:24
*** drFaustroll <drFaustroll!~alin@193.62.118.74> has joined #sailfishos-porters08:24
*** drFaustroll <drFaustroll!~alin@193.62.118.74> has quit IRC (Changing host)08:24
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters08:24
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:24
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:24
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:26
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:26
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:27
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:27
stephgmorning08:29
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:29
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:29
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:32
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:32
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:32
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:32
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:34
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:34
*** krnlyng <krnlyng!~liar@77.116.66.154.wireless.dyn.drei.com> has joined #sailfishos-porters08:34
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:35
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:35
nh1402_workmorning08:35
*** gabriel9 <gabriel9!~bojan@185.125.120.101> has joined #sailfishos-porters08:37
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:37
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:37
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:38
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:38
*** Lipevakala <Lipevakala!~sailfish@85-76-137-65-nat.elisa-mobile.fi> has joined #sailfishos-porters08:40
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:40
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:40
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:41
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:41
*** corecomic <corecomic!~core@178.197.227.181> has quit IRC (Ping timeout: 260 seconds)08:42
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:42
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:42
*** dvogel <dvogel!~dorianvog@ede67-1-81-56-102-2.fbx.proxad.net> has joined #sailfishos-porters08:43
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:43
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:43
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:44
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:44
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:46
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:46
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:46
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:46
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:48
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:48
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:50
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:50
*** M4rtinK <M4rtinK!~M4rtinK@ip-78-102-146-111.net.upcbroadband.cz> has joined #sailfishos-porters08:51
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:51
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:51
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:53
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:53
*** dvogel <dvogel!~dorianvog@ede67-1-81-56-102-2.fbx.proxad.net> has quit IRC (Read error: No route to host)08:53
*** dvogel <dvogel!~dorianvog@2a01:e35:1386:6020:c685:8ff:feb1:b1f6> has joined #sailfishos-porters08:53
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:53
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:53
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:54
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:54
*** JeffHoogland <JeffHoogland!~jeff@c-98-215-112-164.hsd1.il.comcast.net> has quit IRC (Quit: Leaving)08:55
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:56
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:56
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:57
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:57
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:58
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:58
*** kjokinie <kjokinie!~kjokinie@145.247.15.238> has joined #sailfishos-porters08:58
*** M4rtinK <M4rtinK!~M4rtinK@ip-78-102-146-111.net.upcbroadband.cz> has quit IRC (Ping timeout: 260 seconds)08:59
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters08:59
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)08:59
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has joined #sailfishos-porters09:00
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters09:00
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)09:00
*** mkosola <mkosola!~mkosola@58.61.50.241> has joined #sailfishos-porters09:02
*** mkosola <mkosola!~mkosola@58.61.50.241> has quit IRC (Read error: Connection reset by peer)09:02
*** kjokinie <kjokinie!~kjokinie@145.247.15.238> has quit IRC (Quit: Leaving.)09:09
*** kjokinie <kjokinie!~kjokinie@145.247.15.238> has joined #sailfishos-porters09:09
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.197> has joined #sailfishos-porters09:12
*** AmadeusXNet <AmadeusXNet!~AmadeusXN@host-121-249.parnet.fi> has joined #sailfishos-porters09:17
ghosalmartinsilly question but why does mer core devel have to many more packages than mer core release?09:22
locusfhistory :p09:23
Stskeepsnemo middleware was merged into it09:24
ghosalmartinalso, when trying to build some armv7hl, its breaking because of nothing providing certain packages, do I need to branch them to my project as well?09:24
*** reviewjolla <reviewjolla!5b9e6e11@gateway/web/freenode/ip.91.158.110.17> has quit IRC (Ping timeout: 252 seconds)09:25
*** Nokius_ <Nokius_!~Nokius@p5DDB7BED.dip0.t-ipconnect.de> has joined #sailfishos-porters09:33
*** Nokius_work <Nokius_work!~Nokius@46.189.45.234> has joined #sailfishos-porters09:35
*** Nokius <Nokius!~Nokius@p5DDB5858.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)09:36
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-iqrlpzarqaxcpoqj> has quit IRC (Quit: Connection closed for inactivity)09:39
*** Nokius_work <Nokius_work!~Nokius@46.189.45.234> has quit IRC (Remote host closed the connection)09:41
*** Nokius_work <Nokius_work!~Nokius@46.189.45.234> has joined #sailfishos-porters09:54
*** romu <romu!~romu@2a01:e35:2e79:2410:be85:56ff:fe4b:7e3b> has joined #sailfishos-porters09:55
*** romu70 <romu70!~romu70@2a01:e35:2e79:2410:744f:2c5:5bdb:816a> has joined #sailfishos-porters09:56
*** romu70 <romu70!~romu70@2a01:e35:2e79:2410:744f:2c5:5bdb:816a> has quit IRC (Client Quit)09:57
*** zhxt <zhxt!~zhxt@124.192.38.2> has quit IRC (Ping timeout: 265 seconds)09:58
*** harha1 <harha1!~harha@194.157.27.2> has joined #sailfishos-porters10:03
*** harha <harha!~harha@194.157.27.2> has quit IRC (Ping timeout: 245 seconds)10:05
*** krnlyng <krnlyng!~liar@77.116.66.154.wireless.dyn.drei.com> has quit IRC (Ping timeout: 260 seconds)10:48
ballockGood morning!10:49
ballockHow are things out there?10:49
*** Zucca <Zucca!~zucca@85-76-143-72-nat.elisa-mobile.fi> has quit IRC (Remote host closed the connection)10:59
*** Zucca <Zucca!~zucca@85-76-143-72-nat.elisa-mobile.fi> has joined #sailfishos-porters11:02
*** krnlyng <krnlyng!~liar@178.112.158.131.wireless.dyn.drei.com> has joined #sailfishos-porters11:24
*** birdzhang is now known as birdzhang_afk11:27
*** zhxt <zhxt!~zhxt@124.192.38.2> has joined #sailfishos-porters11:29
ballockCan anybody tell me, where's less? Which package?11:32
Stskeepsless11:32
Stskeepspossibly need ssu ar mer-tools11:32
ballockright :)11:34
ballockStskeeps: thx11:34
drFaustrollballock: there is no less by default I have on in one of my repos11:38
ballockdrFaustroll: Link?11:40
drFaustrollballock: i do not have time ofr that... check on the buildservice11:41
ballockdrFaustroll is the user?11:42
drFaustrolluser is alin but search and shall pop11:42
ballockok, found it11:44
stephgballock: it's in mer-tools as Stskeeps said along with all the other goodies that you'll need, strace, gdb etc.11:45
*** zhxt <zhxt!~zhxt@124.192.38.2> has quit IRC (Ping timeout: 255 seconds)11:46
*** cybette <cybette!~cybette@192.99.229.211> has joined #sailfishos-porters11:46
*** cybette <cybette!~cybette@192.99.229.211> has quit IRC (Changing host)11:46
*** cybette <cybette!~cybette@unaffiliated/cybette> has joined #sailfishos-porters11:46
*** gogeta <gogeta!~gogeta@151.22.5.65> has joined #sailfishos-porters12:03
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has quit IRC (Ping timeout: 265 seconds)12:03
*** gogeta <gogeta!~gogeta@151.22.5.65> has quit IRC (Remote host closed the connection)12:03
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 248 seconds)12:07
ballock - mer-tools ... https://releases.jolla.com/releases/2.0.0.10/mer-tools/builds/armv7hl/packages/12:12
ballockFatal error: Authentication failed (is SSU set up correctly?)12:12
ballockWell, ssu is set up correctly12:12
ballockso I guess Nexus4 doesn't have access to the repo,12:13
ballockcause the store creds are fine.12:13
ballockThere's some double auth, right? Cause there's no Maps nor Android for Nexus in the store though I used the same Jolla account in both places.12:14
stephgballock: that's odd12:18
stephgssu ar mer-tools && ssu re && pkcon refresh && pkcon install less12:18
Stskeepsballock: mer-tools should be accessible12:19
stephgwhich step in that did that error get thrown12:19
ballockpkcon refresh12:19
ballockok, it's not about mer-tools, after disabling that the error's still there12:20
ballockfound the wrong one12:21
ballockYes! There's less!12:23
stephggood stuff12:23
ballockThanks to strace which was in mer-tools :) I found that wlan0 doesn't work as 'ndc' fails to open /dev/socket/softap or /dev/socket/netd.12:35
*** krnlyng <krnlyng!~liar@178.112.158.131.wireless.dyn.drei.com> has quit IRC (Ping timeout: 260 seconds)12:36
*** marxistvegan <marxistvegan!~quassel@fsf/staff/marxistvegan> has quit IRC (Ping timeout: 265 seconds)12:42
sledgesballock: which cm are you running?12:45
*** spiiroin <spiiroin!~spiiroin@2001:998:2a:dead:4854:829b:1a51:6641> has quit IRC (Ping timeout: 250 seconds)12:46
*** marxistvegan <marxistvegan!~quassel@c-50-169-194-217.hsd1.ma.comcast.net> has joined #sailfishos-porters12:48
*** marxistvegan <marxistvegan!~quassel@c-50-169-194-217.hsd1.ma.comcast.net> has quit IRC (Changing host)12:48
*** marxistvegan <marxistvegan!~quassel@fsf/staff/marxistvegan> has joined #sailfishos-porters12:48
*** krnlyng <krnlyng!~liar@178.114.31.182.wireless.dyn.drei.com> has joined #sailfishos-porters12:49
*** cybette <cybette!~cybette@unaffiliated/cybette> has quit IRC (Quit: leaving)12:52
*** cybette <cybette!cybette@unaffiliated/cybette> has joined #sailfishos-porters12:54
Nokius_worksledges: did saw my ping about the resolution and if forcse to use Tablet UI12:56
sledgesNokius_work: i haven't seen your ping soz12:57
Nokius_workfind7s has 1440x2560 and ui is bit :o12:57
Nokius_workI belive it's the same as the tbl [sorry don't care much about specs]12:58
sledgesNokius_work: if you want to squeeze tablet ui into a 5.5inch device, you'd have to squint a lot12:59
sledges(i'm mainly talking about events view)12:59
sledgesthere's not much (visual) difference otherwise12:59
sledgesjust set pixel ratio and you should be fine12:59
*** taaem <taaem!~taaem@f054116033.adsl.alicedsl.de> has quit IRC (Remote host closed the connection)12:59
Nokius_worksledges: yes by default I have the tablet event vi and I have no idea why13:00
Nokius_workhave it to 2.67 or 2.713:00
Nokius_workc/me cheching github13:00
Nokius_work%define pixel_ratio 2.713:00
Nokius_workbut ui is ugly huge icons and only 3 icons per line13:01
sledgesNokius_work: because it falls back to 1.0 iconpack13:01
sledgesdue to being non standard13:02
sledgesi.e. pre-set iconpacks13:02
Nokius_workah ok13:02
Nokius_workso 2.0 is max?13:02
sledgeschoose ICON_RES=2.0 as per FAQ13:02
Nokius_worksledges: tired it have to do it again may I did something wrong13:05
Nokius_worksledges: thx for the info :)13:06
sledgescheers:)13:06
*** lynxis <lynxis!~lunarius@unaffiliated/lynxis> has quit IRC (Remote host closed the connection)13:26
*** lynxis <lynxis!~lunarius@unaffiliated/lynxis> has joined #sailfishos-porters13:26
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has joined #sailfishos-porters13:33
*** merbot` <merbot`!~supybot@phost1.merproject.org> has joined #sailfishos-porters13:50
*** Jettis_ <Jettis_!~h0h0@a88-115-37-93.elisa-laajakaista.fi> has joined #sailfishos-porters13:51
*** Dr_Cain_ <Dr_Cain_!dr_cain@hoho.se> has joined #sailfishos-porters13:51
*** _Razor__ <_Razor__!~razor@81-175-131-136.bb.dnainternet.fi> has joined #sailfishos-porters13:51
*** lynxis_ <lynxis_!~lunarius@2a01:4f8:100:54e9::d:15> has joined #sailfishos-porters13:51
*** kimmoli_ <kimmoli_!~kl@194.100.69.195> has joined #sailfishos-porters13:51
*** stephg_ <stephg_!~stephg@93.89.81.153> has joined #sailfishos-porters13:51
*** ballock_ <ballock_!~ballock@194.181.150.131> has joined #sailfishos-porters13:52
*** Stskeepz <Stskeepz!~cvm@boat.tspre.org> has joined #sailfishos-porters13:53
*** maikoool` <maikoool`!~maikoool@maikelwever.nl> has joined #sailfishos-porters13:54
ballock_sledges: cm11, of course :)13:54
*** spiiroin <spiiroin!~spiiroin@87-95-132-43.bb.dnainternet.fi> has joined #sailfishos-porters13:54
*** Stskeepz_ <Stskeepz_!~cvm@boat.tspre.org> has joined #sailfishos-porters13:55
*** lbt_ <lbt_!~lbt@Maemo/community/contributor/lbt> has joined #sailfishos-porters13:55
*** Dazzozo` <Dazzozo`!~daz@sauria.dazzozo.com> has joined #sailfishos-porters13:55
*** deztructor_ <deztructor_!~deztructo@146.185.157.67> has joined #sailfishos-porters13:55
*** Stskeepz <Stskeepz!~cvm@boat.tspre.org> has quit IRC (Client Quit)13:55
*** Stskeepz_ <Stskeepz_!~cvm@boat.tspre.org> has quit IRC (Client Quit)13:55
*** lynxis <lynxis!~lunarius@unaffiliated/lynxis> has quit IRC (*.net *.split)13:56
*** laxtlo <laxtlo!~to@85-76-134-61-nat.elisa-mobile.fi> has quit IRC (*.net *.split)13:56
*** Dr_Cain <Dr_Cain!dr_cain@hoho.se> has quit IRC (*.net *.split)13:56
*** kimmoli <kimmoli!~kl@194.100.69.195> has quit IRC (*.net *.split)13:56
*** Johann <Johann!~johann@6-8.fr> has quit IRC (*.net *.split)13:56
*** Stskeeps <Stskeeps!~cvm@unaffiliated/stskeeps> has quit IRC (*.net *.split)13:56
*** Jettis <Jettis!~h0h0@a88-115-37-93.elisa-laajakaista.fi> has quit IRC (*.net *.split)13:56
*** maikoool <maikoool!~maikoool@maikelwever.nl> has quit IRC (*.net *.split)13:56
*** merbot <merbot!~supybot@phost1.merproject.org> has quit IRC (*.net *.split)13:56
*** zuh <zuh!zuh@humboldt.pingu.fi> has quit IRC (*.net *.split)13:56
*** bohrmeista <bohrmeista!~bohrmeist@1339.cf> has quit IRC (*.net *.split)13:56
*** Nokius_work <Nokius_work!~Nokius@46.189.45.234> has quit IRC (*.net *.split)13:56
*** _Razor_ <_Razor_!~razor@81-175-131-136.bb.dnainternet.fi> has quit IRC (*.net *.split)13:56
*** lbt <lbt!~lbt@Maemo/community/contributor/lbt> has quit IRC (*.net *.split)13:56
*** stephg <stephg!~stephg@93.89.81.153> has quit IRC (*.net *.split)13:56
*** MSameer <MSameer!~MSameer@naboo.foolab.org> has quit IRC (*.net *.split)13:56
*** pavi <pavi!~pavi@188.166.19.67> has quit IRC (*.net *.split)13:56
*** Dazzozo <Dazzozo!~daz@sauria.dazzozo.com> has quit IRC (*.net *.split)13:56
*** deztructor <deztructor!~deztructo@146.185.157.67> has quit IRC (*.net *.split)13:56
*** ballock <ballock!~ballock@194.181.150.131> has quit IRC (*.net *.split)13:56
*** MSameer <MSameer!~MSameer@naboo.foolab.org> has joined #sailfishos-porters13:57
*** zuh <zuh!zuh@humboldt.pingu.fi> has joined #sailfishos-porters13:57
sledgesballock_: UI up?;)13:58
*** bohrmeista <bohrmeista!~bohrmeist@1339.cf> has joined #sailfishos-porters13:59
*** Nokius_work <Nokius_work!~Nokius@46.189.45.234> has joined #sailfishos-porters14:03
*** electrolux_off is now known as electrolux14:03
*** Johann <Johann!~johann@6-8.fr> has joined #sailfishos-porters14:03
*** krnlyng <krnlyng!~liar@178.114.31.182.wireless.dyn.drei.com> has quit IRC (Ping timeout: 260 seconds)14:14
ballock_sledges: UI's up14:24
ballock_I don't know if it's the same or was it different, there's some "stattering" when swiping screens14:25
*** ballock_ is now known as ballock14:25
*** krnlyng <krnlyng!~liar@178.114.12.136.wireless.dyn.drei.com> has joined #sailfishos-porters14:27
Nokius_workballock: try this https://github.com/Nokius/droid-config-find7s/blob/master/sparse/var/lib/environment/compositor/droid-hal-device.conf#L414:29
Nokius_worku can addit on the target and reboot :) to check if it helps14:29
romuhi porters, did someone try to update OTA the N5 to 2.0.1.7? And?14:30
sledgesballock: do apps work?14:31
sledgesand don't crash after a while?14:31
ballockNokius_work: much better, thank you.14:31
ballocksledges: nothing that I registered14:31
sledgeswow!14:31
sledgesthen it's time to party \o/14:31
ballockhow hard should I try?14:31
sledgeslaunch an app and see it crash together with lipstick after few minutes;)14:32
sledgescarepack_: ^^14:32
ballockbrowser works, settings works, anything else I should try?14:32
sledgesclock, calendar, open many14:32
sledgesbut anyway, looking good!14:33
ballock4 apps in a row, cool14:33
Nokius_worksledges: saw it in the fp2 config vgrade use it for bacon14:33
*** krnlyng <krnlyng!~liar@178.114.12.136.wireless.dyn.drei.com> has quit IRC (Ping timeout: 250 seconds)14:33
Nokius_worktoo14:33
sledgesNokius_work: yes, i remember from yesterday, thanks14:33
sledgesthe main point - the dreaded blocker fence leak is fixed \o/14:33
Nokius_worknp14:34
ballock12 apps fit in the running app screen, never had that on my Jolla :)14:34
ballockand if the screen was not shattered, it would be 16 I guess :)14:34
ballockthe 2GB of RAM is not to be underestimated :)14:35
ballockIf only my Jolla had 2GB and the SIM card would not loose it altogether once in a while...14:37
ballocksledges: currently the only regression is wlan breakage which I was just investigating14:38
ballockbut then my kids interrupted ;)14:38
sledgesballock: cm11 might have different way of initialising wlan14:40
sledgesyou might need this14:40
sledgeshttps://github.com/MisterMagisterDev/android_kernel_motorola_titan-OLD/commit/e9e88e165d1e48de67a8e4bea4511ea3fa547e0314:40
ballocka kernel patch?14:41
sledgesyes14:41
sledgesand then some scripts14:42
ballockI found your droid-wlan-fwreload.sh script, which was supposed to wait for 'conn_init'14:43
ballockand then used ndc, but ndc can't find /dev/socket/softap nor /dev/socketnetd14:43
sledgesballock: then you'll need https://pastee.org/qh7rk14:48
sledgesand might not need fwreload at all14:48
sledgeslet's seei14:48
ballockok then, applying the patch14:49
*** krnlyng <krnlyng!~liar@83.175.90.24> has joined #sailfishos-porters14:51
*** cody` <cody`!uid125493@gateway/web/irccloud.com/x-idvtqbxsrhjupsuw> has quit IRC (Quit: Connection closed for inactivity)14:52
*** harha1 <harha1!~harha@194.157.27.2> has quit IRC (Quit: Leaving.)15:06
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)15:09
*** maikoool` is now known as maikoool15:14
*** drFaustroll <drFaustroll!~alin@193.62.118.74> has joined #sailfishos-porters15:21
*** drFaustroll <drFaustroll!~alin@193.62.118.74> has quit IRC (Changing host)15:21
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters15:21
ballocksledges: Hey, wait a second. What module?! The current kernel doesn't support modules at all!15:29
ballockIt's supposed to wait with wlan module insertion until some wcnsscore sysfs file appears?15:31
ballockWow, what a hack.15:32
*** laxtlo <laxtlo!~to@85-76-134-61-nat.elisa-mobile.fi> has joined #sailfishos-porters15:33
sledgesballock: there's no other way, yes15:35
sledgesyou'll need to =m that15:35
ballockyeah, doing that now15:35
sledgescan't remember now why and how android gets away with it15:35
sledgesbut sfos is a different beast15:35
*** Zucca <Zucca!~zucca@85-76-143-72-nat.elisa-mobile.fi> has quit IRC (Remote host closed the connection)15:40
ballockjust got these while recompiling the kernel with modules enabled; the patch compilation itself worked, as I have just tried that before attempting modules15:40
ballock../../../../../../kernel/google/msm/arch/arm/mach-msm/lge/mako/board-mako-display.c:910:20: error: 'lm3530_lcd_backlight_pwm_disable' undeclared here (not in a function)15:40
ballock../../../../../../kernel/google/msm/arch/arm/mach-msm/lge/mako/board-mako-display.c:912:18: error: 'lm3530_lcd_backlight_on_status' undeclared here (not in a function)15:40
ballockI'll try cleaning the kernel tree and re-attempt15:41
*** Zucca <Zucca!~zucca@85-76-143-72-nat.elisa-mobile.fi> has joined #sailfishos-porters15:43
ballocknope, still the same15:43
ballockdiffing the kernel config15:45
*** beidl <beidl!~quassel@91-113-125-131.adsl.highway.telekom.at> has joined #sailfishos-porters15:45
*** beidl_ <beidl_!~quassel@188-23-73-99.adsl.highway.telekom.at> has quit IRC (Ping timeout: 240 seconds)15:47
ballockok, found sth, looks like backlight support changed to module on its own15:50
sledgesstrange15:55
*** Zucca <Zucca!~zucca@85-76-143-72-nat.elisa-mobile.fi> has quit IRC (Remote host closed the connection)15:56
*** Zucca <Zucca!~zucca@85-76-143-72-nat.elisa-mobile.fi> has joined #sailfishos-porters15:58
ballocknot really, the mako_config file only lists a part of kernel config, rest is assumed from some default, I guess.16:01
ballockcyanogenmod_mako_config is more specific16:02
ballockbut then, the kernel's here :)16:02
*** Mister_Magister <Mister_Magister!~Mister_Ma@77-255-224-16.adsl.inetia.pl> has joined #sailfishos-porters16:05
*** Mister_Magister <Mister_Magister!~Mister_Ma@77-255-224-16.adsl.inetia.pl> has quit IRC (Remote host closed the connection)16:05
sledges\o/16:06
sledgesyep, that .config gets some default values around16:06
*** gabriel9 <gabriel9!~bojan@185.125.120.101> has quit IRC (Quit: Konversation terminated!)16:13
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/session> has joined #sailfishos-porters16:19
Nokius_workwow current status a few blocks from my home https://twitter.com/SebPower/status/689826400635871232 0.o16:31
*** nh1402_work <nh1402_work!~Thunderbi@host81-133-137-69.in-addr.btopenworld.com> has quit IRC (Quit: nh1402_work)16:33
*** cody` <cody`!uid125493@gateway/web/irccloud.com/session> has joined #sailfishos-porters16:35
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters16:49
*** nh1402 <nh1402!~Thunderbi@95.148.89.18> has joined #sailfishos-porters17:09
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.197> has quit IRC (Remote host closed the connection)17:11
*** romu <romu!~romu@2a01:e35:2e79:2410:be85:56ff:fe4b:7e3b> has quit IRC (Quit: romu)17:13
*** Tassadar <Tassadar!~tassadar@ip-94-112-203-136.net.upcbroadband.cz> has joined #sailfishos-porters17:21
*** r0kk3rz <r0kk3rz!~r0kk3rz@host-92-30-183-183.as13285.net> has joined #sailfishos-porters17:28
*** just486 <just486!b9215016@gateway/web/freenode/session> has joined #sailfishos-porters17:54
*** krnlyng <krnlyng!~liar@83.175.90.24> has quit IRC (Quit: huiiiiii)18:11
*** kjokinie1 <kjokinie1!~kjokinie@145.247.15.238> has joined #sailfishos-porters18:16
*** friese <friese!~quassel@anonfriese.de> has joined #sailfishos-porters18:16
*** xkr47_ <xkr47_!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has joined #sailfishos-porters18:17
*** krnlyng <krnlyng!~liar@178.114.2.160.wireless.dyn.drei.com> has joined #sailfishos-porters18:18
*** Jettis <Jettis!~h0h0@a88-115-37-93.elisa-laajakaista.fi> has joined #sailfishos-porters18:18
*** jvb- <jvb-!jvb@37.157.197.24> has joined #sailfishos-porters18:21
*** Jettis_ <Jettis_!~h0h0@a88-115-37-93.elisa-laajakaista.fi> has quit IRC (*.net *.split)18:22
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has quit IRC (*.net *.split)18:22
*** kjokinie <kjokinie!~kjokinie@145.247.15.238> has quit IRC (*.net *.split)18:22
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has quit IRC (*.net *.split)18:22
*** olesalscheider <olesalscheider!~olesalsch@unaffiliated/olesalscheider> has quit IRC (*.net *.split)18:22
*** jvb <jvb!jvb@37.157.197.24> has quit IRC (*.net *.split)18:22
*** anonfriese <anonfriese!~quassel@anonfriese.de> has quit IRC (*.net *.split)18:22
*** _stowa <_stowa!~stowa@static.100.25.4.46.clients.your-server.de> has quit IRC (*.net *.split)18:22
*** xkr47_ is now known as xkr4718:22
*** olesalscheider <olesalscheider!~olesalsch@unaffiliated/olesalscheider> has joined #sailfishos-porters18:22
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has joined #sailfishos-porters18:28
*** _stowa_ <_stowa_!~stowa@static.100.25.4.46.clients.your-server.de> has joined #sailfishos-porters18:34
*** _stowa_ is now known as _stowa18:42
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)18:44
*** spider-mario <spider-mario!~spidermar@178-82-34-114.dynamic.hispeed.ch> has joined #sailfishos-porters18:50
*** cybette <cybette!cybette@unaffiliated/cybette> has quit IRC (Changing host)18:56
*** cybette <cybette!cybette@nat/redhat/x-xkizfrqoxhvbagpq> has joined #sailfishos-porters18:56
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/session> has quit IRC (Changing host)18:58
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-tnmoyapnxpdgqeyh> has joined #sailfishos-porters18:58
*** cody` <cody`!uid125493@gateway/web/irccloud.com/session> has quit IRC (Changing host)18:58
*** cody` <cody`!uid125493@gateway/web/irccloud.com/x-pwqcnrufeckbueeu> has joined #sailfishos-porters18:58
*** just486 <just486!b9215016@gateway/web/freenode/session> has quit IRC (Changing host)18:58
*** just486 <just486!b9215016@gateway/web/freenode/ip.185.33.80.22> has joined #sailfishos-porters18:58
*** Nokius_work <Nokius_work!~Nokius@46.189.45.234> has quit IRC (Ping timeout: 250 seconds)19:04
*** electrolux is now known as electrolux_off19:05
vgradeNokius_: some heavy gear there. keep safe19:12
*** krnlyng <krnlyng!~liar@178.114.2.160.wireless.dyn.drei.com> has quit IRC (Ping timeout: 240 seconds)19:28
*** piggz <piggz!~piggz@80.234.145.211> has quit IRC (Ping timeout: 276 seconds)19:35
*** corecomic <corecomic!~core@178.197.227.181> has joined #sailfishos-porters19:36
*** Dr_Cain_ is now known as Dr_Cain19:47
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters19:50
*** electrolux_off is now known as electrolux20:03
*** just486 <just486!b9215016@gateway/web/freenode/ip.185.33.80.22> has quit IRC (Quit: Page closed)20:11
*** mkrawczuk <mkrawczuk!~quassel@217-67-201-162.itsa.net.pl> has joined #sailfishos-porters20:17
kraaijmakersheye yall20:17
*** krnlyng <krnlyng!~liar@178.114.28.51.wireless.dyn.drei.com> has joined #sailfishos-porters20:18
*** corecomic <corecomic!~core@178.197.227.181> has quit IRC (Quit: corecomic)20:18
vgradekraaijmakers: evening20:22
kraaijmakersvgrade: heey, any news about the rom?:) I am installing OpenSUSE on PC right now20:22
kraaijmakersahaha20:22
vgradekraaijmakers: no news. playing with my new yubikey20:23
kraaijmakersOoh cool, ! :D20:23
vgradekraaijmakers: what do you usually have on PC?20:25
kraaijmakersWindows, because of the games, also got a iMac20:25
kraaijmakers:P20:25
kraaijmakersLaptop Linux though20:25
kraaijmakersMostly arch linux20:25
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has quit IRC (Ping timeout: 250 seconds)20:26
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has joined #sailfishos-porters20:26
*** krnlyng <krnlyng!~liar@178.114.28.51.wireless.dyn.drei.com> has quit IRC (*.net *.split)20:28
*** JohnyZ <JohnyZ!~johnyz89@89-71-88-110.dynamic.chello.pl> has joined #sailfishos-porters20:29
*** cybette <cybette!cybette@nat/redhat/x-xkizfrqoxhvbagpq> has quit IRC (Quit: leaving)20:30
kraaijmakersvgrade: you?20:34
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Ping timeout: 250 seconds)20:34
*** cybette <cybette!cybette@unaffiliated/cybette> has joined #sailfishos-porters20:36
*** krnlyng <krnlyng!~liar@178.114.93.225.wireless.dyn.drei.com> has joined #sailfishos-porters20:38
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has quit IRC (Ping timeout: 256 seconds)20:40
*** cybette <cybette!cybette@unaffiliated/cybette> has quit IRC (Client Quit)20:41
*** cybette <cybette!cybette@unaffiliated/cybette> has joined #sailfishos-porters20:42
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters20:42
*** kimmoli_ is now known as kimmoli20:46
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has joined #sailfishos-porters20:52
*** Nokius_ is now known as Nokius20:54
Nokiusvgrade: safe home heli is still up in the air :s20:55
*** piggz <piggz!~piggz@80.234.145.211> has joined #sailfishos-porters20:57
vgradekraaijmakers: windows on work laptop :( mix of fedora, ubuntu on others20:59
Nokiusvgrade: how u can do work on a windows machine :D21:03
*** phdeswer <phdeswer!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos-porters21:05
drFaustrollNokius: all you need is a konsole21:06
drFaustrollNokius: they power shell is not bad...21:07
vgradeNokius: mostly through putty :)21:07
drFaustrolldid an experiment years ago21:07
drFaustrollvgrade: you shall try mobaxterm... better thing21:07
Nokiusluck I can choose my OS at work except I choose Apple HW21:08
vgradedrFaustroll: tell that to IT dept, lucky I've got putty installed, even though I work on Linux based IVI product21:08
Nokius:D21:08
drFaustrollvgrade: you do not need to install it...21:08
drFaustrollvgrade: just download the standalone verson21:08
vgradedrFaustroll: will have a look21:09
vgradeif proxy allows21:09
drFaustrollvgrade: in the lab the official policy is windows and osx on laptops21:09
drFaustrollon workstations you can install linux but they do nto support it21:09
drFaustrollof course... like always in uk.. there is a way around it... if the laptop does not belong to the lab you can put whatever21:10
vgradedrFaustroll: we just transitioned to win7 from xp so still a few years behind21:10
drFaustrollvgrade: uau... which place do you work for?21:11
vgradedrFaustroll: JLR21:11
drFaustrollvgrade: no idea what i sthat...21:11
vgradejaguar landrover21:11
drFaustrollvgrade: i see... cool21:12
drFaustrollvgrade: cfd?21:12
drFaustrollreboot time... maybe this kernel works...21:12
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)21:13
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters21:16
drFaustrollbloody kernel...21:17
*** JohnyZ <JohnyZ!~johnyz89@89-71-88-110.dynamic.chello.pl> has quit IRC (Quit: IRC for Sailfish 0.9)21:18
*** piggz <piggz!~piggz@80.234.145.211> has quit IRC (Ping timeout: 250 seconds)21:20
*** piggz <piggz!~piggz@80.234.145.211> has joined #sailfishos-porters21:23
*** electrolux is now known as electrolux_off21:23
Nokiussledges: dconf write is failing21:25
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters21:27
*** r0kk3rz <r0kk3rz!~r0kk3rz@host-92-30-183-183.as13285.net> has quit IRC (Ping timeout: 240 seconds)21:27
*** r0kk3rz <r0kk3rz!~r0kk3rz@host-92-30-183-183.as13285.net> has joined #sailfishos-porters21:28
drFaustrollNokius: did you remove the lock?21:31
NokiusdrFaustroll: no, thx21:32
piggzmonich: sledges: so, tonight my data connection is being maintained....21:37
*** r0kk3rz <r0kk3rz!~r0kk3rz@host-92-30-183-183.as13285.net> has quit IRC (Quit: Leaving)21:39
*** frozengeek <frozengeek!~frozengee@213.219.151.230.adsl.dyn.edpnet.net> has joined #sailfishos-porters21:41
Nokiussledges: no changes UI (event-view/application-icon grid) is still for a tablet21:41
drFaustrollNokius: one sec21:43
drFaustrollNokius: rm -f /etc/dconf/db/vendor.d/locks/silica-configs.txt21:43
drFaustrolldconf update21:44
drFaustrolldconf write /desktop/sailfish/silica/theme_pixel_ratio 1.521:44
drFaustrolldconf write /desktop/sailfish/silica/theme_icon_subdir 1.521:44
drFaustrolland of course the packages containing the right sizes need to be installed21:44
drFaustrollNokius: jolla-ambient-z1.5 ambient-icons-closed-z1.521:45
*** plfiorini_ <plfiorini_!~pi@net-188-152-148-214.cust.dsl.teletu.it> has quit IRC (Ping timeout: 256 seconds)21:47
*** plfiorini <plfiorini!~pi@net-93-71-165-64.cust.vodafonedsl.it> has joined #sailfishos-porters21:48
*** krnlyng <krnlyng!~liar@178.114.93.225.wireless.dyn.drei.com> has quit IRC (Ping timeout: 250 seconds)21:49
NokiusdrFaustroll: thx, it changing the icons nice and make it hard to read but the UI is still like for a tablet21:50
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Remote host closed the connection)21:52
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters21:52
*** krnlyng <krnlyng!~liar@83.175.90.24> has joined #sailfishos-porters21:54
*** krnlyng <krnlyng!~liar@83.175.90.24> has quit IRC (Remote host closed the connection)21:54
*** krnlyng <krnlyng!~liar@83.175.90.24> has joined #sailfishos-porters21:55
drFaustrollNokius: worked?21:55
*** taaem <taaem!~taaem@x55b02a13.dyn.telefonica.de> has joined #sailfishos-porters21:57
*** taaem <taaem!~taaem@x55b02a13.dyn.telefonica.de> has quit IRC (Remote host closed the connection)21:58
*** nh1402 <nh1402!~Thunderbi@95.148.89.18> has quit IRC (Ping timeout: 250 seconds)22:00
*** taaem <taaem!~taaem@x55b02a13.dyn.telefonica.de> has joined #sailfishos-porters22:00
NokiusdrFaustroll: but the UI is still wrong (is back to 2.67) https://gist.github.com/Nokius/ed678d4dd1fd3f34237722:01
Nokius*yes,22:01
piggzmonich: sledges: so ... this is the situation:22:02
piggzsim installed22:02
piggzboot in 3g22:02
piggzcrash after a minute or so22:02
piggzswitch to 2g22:02
piggzconnection goes down22:02
piggzswitch to 3g22:02
piggzconnection comes up and ive been pinging for 10 minutes now22:02
*** plfiorini <plfiorini!~pi@net-93-71-165-64.cust.vodafonedsl.it> has quit IRC (Ping timeout: 264 seconds)22:03
*** Tassadar <Tassadar!~tassadar@ip-94-112-203-136.net.upcbroadband.cz> has quit IRC (Ping timeout: 260 seconds)22:05
drFaustrollNokius: strange22:05
drFaustrollNokius: zypper se -is ambience22:05
monichpiggz: 2g therapy22:06
piggzmonich: rats ... just got a failure after 15 mins22:06
*** M4rtinK <M4rtinK!~M4rtinK@ip-78-102-146-111.net.upcbroadband.cz> has joined #sailfishos-porters22:06
NokiusdrFaustroll: my guess is that the resolution is like the tablet so it kicks the ui but the question is why and how does it recognise it22:07
kraaijmakersNokius, maybe a DPI setting?22:07
Nokiuskraaijmakers: may22:08
Nokiusjolla tablet 2048 x 1536 find7s 1440x256022:09
kraaijmakersBut DPI, not resolution22:09
kraaijmakersMaybe if DPI > ?? it sets to Tablet22:10
Nokius330 ppi ; 534 ppi22:10
kraaijmakershmm22:10
kraaijmakersI have no clue where to change someting like that though22:11
kraaijmakersOr what is the dimensions of Find7s?22:11
Nokiussledges: ^22:11
Nokius152.6 mm (h) 75 mm (w) 9.2mm (d)22:12
kraaijmakersstrange.. :(22:12
*** dvogel <dvogel!~dorianvog@2a01:e35:1386:6020:c685:8ff:feb1:b1f6> has quit IRC (Read error: No route to host)22:15
*** dvogel <dvogel!~dorianvog@ede67-1-81-56-102-2.fbx.proxad.net> has joined #sailfishos-porters22:16
*** dvogel <dvogel!~dorianvog@ede67-1-81-56-102-2.fbx.proxad.net> has quit IRC (Client Quit)22:17
*** dvogel <dvogel!~dorianvog@ede67-1-81-56-102-2.fbx.proxad.net> has joined #sailfishos-porters22:17
*** piggz <piggz!~piggz@80.234.145.211> has quit IRC (Ping timeout: 256 seconds)22:21
Nokiusgn8 o/22:26
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Remote host closed the connection)22:26
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 248 seconds)22:26
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters22:27
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Quit: Leaving.)22:28
*** krnlyng <krnlyng!~liar@83.175.90.24> has quit IRC (Quit: huiiiiii)22:32
*** krnlyng <krnlyng!~liar@178.114.104.250.wireless.dyn.drei.com> has joined #sailfishos-porters22:34
*** frozengeek <frozengeek!~frozengee@213.219.151.230.adsl.dyn.edpnet.net> has quit IRC (Quit: frozengeek)22:38
*** frozengeek <frozengeek!~frozengee@213.219.151.230.adsl.dyn.edpnet.net> has joined #sailfishos-porters22:38
*** frozengeek <frozengeek!~frozengee@213.219.151.230.adsl.dyn.edpnet.net> has quit IRC (Client Quit)22:40
*** frozengeek <frozengeek!~frozengee@213.219.151.230.adsl.dyn.edpnet.net> has joined #sailfishos-porters22:40
kraaijmakersvgrade, still up?22:43
*** taaem <taaem!~taaem@x55b02a13.dyn.telefonica.de> has quit IRC (Quit: Konversation terminated!)22:47
*** taaem <taaem!~taaem@x55b02a13.dyn.telefonica.de> has joined #sailfishos-porters22:47
*** Sage_ <Sage_!sage@kapsi.fi> has quit IRC (Ping timeout: 260 seconds)23:04
*** jusa_ <jusa_!jusa@kraa.fi> has quit IRC (Ping timeout: 260 seconds)23:04
*** Sage_ <Sage_!sage@kapsi.fi> has joined #sailfishos-porters23:04
*** frozengeek <frozengeek!~frozengee@213.219.151.230.adsl.dyn.edpnet.net> has quit IRC (Quit: frozengeek)23:06
*** frozengeek <frozengeek!~frozengee@213.219.151.230.adsl.dyn.edpnet.net> has joined #sailfishos-porters23:06
*** M4rtinK <M4rtinK!~M4rtinK@ip-78-102-146-111.net.upcbroadband.cz> has quit IRC (Quit: Odcházím)23:15
*** ghosalmartin <ghosalmartin!~ghosalmar@cpc67891-seac23-2-0-cust264.7-2.cable.virginm.net> has joined #sailfishos-porters23:22
ghosalmartinevening23:22
drFaustrollmorning23:30
ghosalmartinitll be morning in half an hour ;)23:33
*** jusa_ <jusa_!jusa@kraa.fi> has joined #sailfishos-porters23:40
*** ghosalmartin <ghosalmartin!~ghosalmar@cpc67891-seac23-2-0-cust264.7-2.cable.virginm.net> has quit IRC (Quit: Leaving)23:48
*** taaem <taaem!~taaem@x55b02a13.dyn.telefonica.de> has quit IRC (Ping timeout: 276 seconds)23:53
*** AmadeusXNet <AmadeusXNet!~AmadeusXN@host-121-249.parnet.fi> has quit IRC (Quit: Pi Pi Pie !!)23:55

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