Wednesday, 2015-07-15

*** TheRealJohnGalt <TheRealJohnGalt!uid29986@gateway/web/irccloud.com/x-sdteyryfobengwgz> has quit IRC (Quit: Connection closed for inactivity)00:20
*** Roukoswarf <Roukoswarf!root@192.227.236.224> has joined #sailfishos-porters00:25
*** GodGinrai <GodGinrai!~godginrai@unaffiliated/godginrai> has quit IRC (Quit: Thunderstorms)00:33
*** TheRealJohnGalt <TheRealJohnGalt!uid29986@gateway/web/irccloud.com/x-wnqmhmonvokeqqea> has joined #sailfishos-porters00:56
*** mispp_ <mispp_!~mispp@178-191-160-226.adsl.highway.telekom.at> has quit IRC (Read error: Connection reset by peer)01:22
*** jfred <jfred!~quassel@pool-108-24-117-95.cmdnnj.fios.verizon.net> has quit IRC (Disconnected by services)03:10
*** jfred_ is now known as jfred03:10
*** jfred_ <jfred_!~quassel@pool-108-24-117-95.cmdnnj.fios.verizon.net> has joined #sailfishos-porters03:10
*** jfred_ <jfred_!~quassel@pool-108-24-117-95.cmdnnj.fios.verizon.net> has quit IRC (Remote host closed the connection)03:40
*** jfred_ <jfred_!~quassel@pool-108-24-117-95.cmdnnj.fios.verizon.net> has joined #sailfishos-porters03:41
*** vindelschtuffen <vindelschtuffen!~vindelsch@cpe-75-83-49-122.socal.res.rr.com> has joined #sailfishos-porters03:55
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has joined #sailfishos-porters04:11
*** olafh <olafh!~olafh@p4FF496C5.dip0.t-ipconnect.de> has joined #sailfishos-porters05:00
*** vindelschtuffen <vindelschtuffen!~vindelsch@cpe-75-83-49-122.socal.res.rr.com> has quit IRC (Ping timeout: 244 seconds)05:11
sledgesmroming!05:14
sledgeslanodan: how does it no work?05:14
locusfmorning05:37
*** alin <alin!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)05:48
*** piggz <piggz!~piggz@92.40.248.158.threembb.co.uk> has quit IRC (Ping timeout: 240 seconds)05:52
*** Nokius|mobile <Nokius|mobile!~Nokius|mo@46.189.65.154> has joined #sailfishos-porters06:00
*** Nokius|mobile <Nokius|mobile!~Nokius|mo@46.189.65.154> has quit IRC (Ping timeout: 255 seconds)06:05
*** Nokius|mobile <Nokius|mobile!~Nokius|mo@46.189.65.154> has joined #sailfishos-porters06:12
*** freedomrun <freedomrun!~freedomru@unaffiliated/freedomrun> has joined #sailfishos-porters06:53
sledgesmal-: ping06:55
mal-sledges: pong07:05
sledgeslooks like nexus5 egl load .so are hardcoded07:06
sledgesframeworks/native/opengl/libs/EGL/Loader.cpp:    cnx->libGles1 = load_wrapper("/system/lib/libGLESv1_CM.so");07:06
sledgesdid you see the same hardcoding style for hwcomposer?07:06
mal-I did see some hardcoding hwcomposer07:07
sledgesit should be ok to drop "/system/lib" and submit patch07:07
sledgesso it gets picked up from /usr/libexec/07:07
sledgeskrnlyng: ^^07:08
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has joined #sailfishos-porters07:13
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters07:17
mal-sledges: the hardcoding was here https://github.com/CyanogenMod/android_hardware_libhardware/blob/cm-11.0/hardware.c#L3107:19
sledgeshmm looks far fetched..07:20
mal-sledges: I think that is the place which prevent me from using custom hwcomposer07:21
sledgesmal-: yes, but if we drop it here, other modules won't be happy07:22
sledgescan you find where HAL_LIBRARY_PATH1 is used?07:22
mal-https://github.com/CyanogenMod/android_hardware_libhardware/blob/cm-11.0/hardware.c#L14507:23
sledgeshmmh thought so07:23
mal-sledges: if we add HAL_LIBRARY_PATH3 which is checked first in that loop, it will then revert back to /system if nothing is found07:24
mal-nothing should break07:24
sledgesmal-: lgtm07:25
sledgesyet best if it's taken from environment07:26
mal-could be07:27
mal-then the loop needs to be completely rewritten07:27
sledgeshmmm07:28
*** _stowa <_stowa!~stowa@static.100.25.4.46.clients.your-server.de> has quit IRC (Ping timeout: 265 seconds)07:30
sledgesmal-: pls add HAL_LIBRARY_PATH3 patch and we'll see what others think during code review ;)07:31
sledges(explaining that getenv approach would be more intrusive)07:31
mal-ok07:31
*** exadeci <exadeci!uid35778@gateway/web/irccloud.com/x-izhurbuxjhypkrau> has joined #sailfishos-porters07:37
carepack_morning07:44
*** carepack_ <carepack_!~carepack@HSI-KBW-078-043-176-156.hsi4.kabel-badenwuerttemberg.de> has quit IRC (Quit: leaving)07:44
*** carepack <carepack!~carepack@unaffiliated/carepack> has joined #sailfishos-porters07:44
*** _stowa_ <_stowa_!~stowa@static.100.25.4.46.clients.your-server.de> has joined #sailfishos-porters07:45
*** _stowa_ is now known as _stowa07:46
*** tworaz <tworaz!~tworaz@212.180.237.71> has joined #sailfishos-porters07:58
*** carepack_ <carepack_!~carepack@HSI-KBW-078-043-176-156.hsi4.kabel-badenwuerttemberg.de> has joined #sailfishos-porters08:05
*** carepack_ <carepack_!~carepack@HSI-KBW-078-043-176-156.hsi4.kabel-badenwuerttemberg.de> has quit IRC (Client Quit)08:05
sledgesreview appreciated https://github.com/mer-hybris/android_frameworks_native/pull/3/files08:32
mal-sledges: does dlopen in load_wrapper do search of the correct places?08:41
sledgesmal-: it's tested and works fwiw08:45
mal-ok08:45
sledgeshybris picks pathless .so and reads /usr/libexec/ first08:45
mal-ok08:45
sledgesthanks mal-08:47
vakkovsledges: where is the latest mer-kernel checker08:52
sledgesmer-hybris/08:53
sledgesvakkov: ^08:53
*** taaem <taaem!~androirc@x55b1872d.dyn.telefonica.de> has joined #sailfishos-porters08:53
taaemhttps://github.com/shashlik/shashlik very interesting for the android support i think08:54
taaemkrnlyng: ^08:55
sledgestaaem: pls paste to android support xda thread for maximum reach08:55
taaemWill do08:55
sledgesif you can08:55
sledgesthanks08:55
taaemPostet in the xda thread08:58
sledgesthanks08:59
*** phlixi <phlixi!~phlixi@host-188-174-219-37.customer.m-online.net> has quit IRC ()09:08
*** freedomrun <freedomrun!~freedomru@unaffiliated/freedomrun> has quit IRC (Quit: Leaving)09:09
carepackhow the output should look when test_gps got sucessfully got the location? saw tracking for a short time. then switched back to nmea info09:17
*** filippz <filippz!~filippz@93-143-233-122.adsl.net.t-com.hr> has joined #sailfishos-porters09:18
*** phlixi <phlixi!~phlixi@host-188-174-219-37.customer.m-online.net> has joined #sailfishos-porters09:20
sledgescarepack: should output coordinates09:25
sledgeschanges radically from when before fix09:25
sledges(more frequent output spamming and more characters :D)09:25
carepackdon't know how it looks before09:26
carepackbut output actually looks like09:26
sledgeslooks at it09:26
sledges*look09:26
carepack*** nmea info09:26
carepacktimestamp:-186172769309:26
carepacknmea (26): $GPGGA,,,,,,0,,,,,,,,*6609:26
sledgesno fix09:26
sledgesneeds more values than ,,, ;)09:26
carepackok. thx09:26
carepacknow I have the info how it shouldn't look. thx09:27
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has quit IRC (Remote host closed the connection)09:27
mal-carepack: I don't get any nmea info on my device09:29
carepacklooks different now. started test_gps as devel-su and looks better now09:29
mal-carepack: do you see any satellite callbacks, i.e. "sv status"?09:29
carepackatm it's tracking. I have to wait a bot I think. Or should callbacks come up on early state?09:30
carepackbut09:31
carepack*** start gps track09:31
carepack*** gps tracking started09:31
carepack*** tracking....09:31
carepack*** status callback09:31
mal-sv status callbacks should appear always when it sees some satellites, they spam the output a lot09:32
carepackno. atm only nmea output is generated09:32
mal-are there any other nmea than GPGGA09:33
carepackmore values now09:33
carepack*** nmea info09:33
carepacktimestamp:-186125961209:33
carepacknmea (25): $GPVTG,,T,,M,,N,,K,N*2C09:33
mal-carepack: if you want to know that those sentences are check here http://www.gpsinformation.org/dale/nmea.htm09:35
carepackand yes: GNGNS,GNGSA,GPRMC09:35
carepackthx09:35
carepackthe only one with advanced output is GPVTG09:37
mal-and that is empty data09:39
*** nh1402 <nh1402!~nh1402@95.148.89.50> has joined #sailfishos-porters09:41
carepackyes. logcat provides error messages: http://pastebin.com/7R78gvqH09:41
*** Sage__ <Sage__!sage@kapsi.fi> has quit IRC (Changing host)09:42
*** Sage__ <Sage__!sage@unaffiliated/sage> has joined #sailfishos-porters09:42
*** Sage__ is now known as Sage09:43
mal-carepack: try to copy the gps.conf from /system/etc/ to /etc09:43
mal-although I don't know if that can cause problems09:44
*** tworaz <tworaz!~tworaz@212.180.237.71> has quit IRC (Remote host closed the connection)09:47
*** tworaz <tworaz!~tworaz@212.180.237.71> has joined #sailfishos-porters09:49
*** taaeem <taaeem!~androirc@82.113.121.4> has joined #sailfishos-porters09:52
*** taaeem <taaeem!~androirc@82.113.121.4> has quit IRC (Read error: Connection reset by peer)09:54
*** taaem <taaem!~androirc@x55b1872d.dyn.telefonica.de> has quit IRC (Read error: Connection reset by peer)09:54
*** taaeem <taaeem!~androirc@89.204.130.168> has joined #sailfishos-porters09:55
*** taaeem <taaeem!~androirc@89.204.130.168> has quit IRC (Ping timeout: 250 seconds)10:00
*** taaeem <taaeem!~androirc@x55b1872d.dyn.telefonica.de> has joined #sailfishos-porters10:00
*** zGrr <zGrr!~grr@37.30.64.174.nat.umts.dynamic.t-mobile.pl> has joined #sailfishos-porters10:04
vakkovhaven't thought that i would ever say it but ... guys, use pastebin please :D10:13
carepackvakkov: ok. thought small outputs going to be ok10:17
locusfhmm leinir rings a bell10:31
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has quit IRC (Ping timeout: 248 seconds)10:33
Stskeepsnh1402: sledges: https://plus.google.com/115040331792171308990/posts/DU2esBYW3Qe10:35
*** taaeem <taaeem!~androirc@x55b1872d.dyn.telefonica.de> has quit IRC (Read error: Connection reset by peer)10:35
*** taaeem <taaeem!~androirc@x55b1872d.dyn.telefonica.de> has joined #sailfishos-porters10:36
locusfwoah10:37
vakkovf*ck yeah10:40
Stskeepsi don't have high hopes for their approach when they hit NDK though10:40
sledgesStskeeps: old news :p10:41
Stskeepsold?10:41
Stskeeps:P10:41
sledgestaaeem already whistled hours ago :p10:42
Stskeepso10:42
Stskeepsk10:42
nh1402I'll look into it, after the phone interview I have in 15 minutes.10:44
Stskeepsgood luck!10:44
nh1402but from what i've looked at so far, it mentions a docs repo but I can't find it.10:44
nh1402thanks10:45
vakkovhope you get it, nh140210:46
krnlyngsledges: oh, where would we drop it? in android_dlopen?11:05
krnlyngtaaeem: yes very interesting :)11:05
sledgeskrnlyng: already merged11:05
krnlyngah nice :)11:06
locusfgood luck nh1402 :)11:09
*** Nokius|mobile <Nokius|mobile!~Nokius|mo@46.189.65.154> has quit IRC (Ping timeout: 255 seconds)11:11
krnlyngsledges: does it mean it is also not needed on other devices?11:14
sledgeskrnlyng: all 11.011:15
sledges10.1 are fine (just like maguro was)11:15
krnlyngnice :)11:15
sledgesyep:)11:16
*** CarlosMazieri <CarlosMazieri!~carlos@177.205.25.82.dynamic.adsl.gvt.net.br> has joined #sailfishos-porters11:23
vakkovTeamMaguro11:27
nh1402well the phone interview just finished. I don't think it went all that well, but just when I thought they made their decision early on but then they started talking about source control and agile methodologies, and the apps that i've been working on, so it could go either way. But realistically I don't think I got it.11:27
tathhunh1402: interview?11:27
nh1402similar to how the face to face interview went yesterday with another company.11:28
nh1402tathhu: yes11:28
vakkovpretty basic things actually11:28
tathhunh1402: good luck with it/them/something! :311:28
*** harha1 <harha1!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters11:29
nh1402thanks11:31
*** MSameer_ <MSameer_!~MSameer@naboo.foolab.org> has joined #sailfishos-porters11:32
nh1402now to look into that shashlik project11:32
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Ping timeout: 250 seconds)11:37
*** MSameer <MSameer!~MSameer@naboo.foolab.org> has quit IRC (Ping timeout: 250 seconds)11:37
*** MSameer_ is now known as MSameer11:37
*** taaeem <taaeem!~androirc@x55b1872d.dyn.telefonica.de> has quit IRC (Read error: Connection reset by peer)11:45
*** taaeem <taaeem!~androirc@x55b1872d.dyn.telefonica.de> has joined #sailfishos-porters11:45
*** taaeem <taaeem!~androirc@x55b1872d.dyn.telefonica.de> has quit IRC (Client Quit)11:46
*** taaeem <taaeem!~tim@x55b1872d.dyn.telefonica.de> has joined #sailfishos-porters11:48
mal-yay, mobile data works on my port, some ofono patching was needed12:08
sledges\o/12:11
sledgesupstream pls ;)12:11
mal-that's too ugly for upstream12:12
mal-https://github.com/mlehtima/ofono/commit/b94ac80a033c86374db86caf2adf495705ed62fa12:12
mal-I need to see if I can fix the cause for the missing gateway and dnses12:13
sledgesPSA: 1.1.7 is out to early access12:16
sledgesgcc4.8, means we can't rebuild ports against 1.1.6 target12:17
dr_gogeta86so ?12:17
sledgesbut target will be out only on official release :(12:17
*** Sequenced <Sequenced!~Sequenced@91-157-184-159.elisa-laajakaista.fi> has joined #sailfishos-porters12:19
*** pulser_ <pulser_!~quassel@VillainROM/staff/Pulser> has quit IRC (Quit: No Ping reply in 180 seconds.)12:28
*** pulser <pulser!~quassel@VillainROM/staff/Pulser> has joined #sailfishos-porters12:29
*** alin <alin!~alin@opensuse/member/ealin> has joined #sailfishos-porters12:36
alinsledges: mer-i486-latest-sdk-rolling-chroot-armv7hl-sb2.tar.bz212:38
alinsitu: this is the problem for a reason I seem to end up with no network when I want to chroot12:38
sledgesmal-: could you comment with link to your wip to https://bugs.nemomobile.org/show_bug.cgi?id=779 pls, so subscribers know there's movement ?12:38
merbotNemo bug 779 in Hybris-ing "[ace] [vision] ofono only talks ril protocol version 7" [Normal,New]12:38
sledgesalin: ping, route, etc12:39
alinsledges: ip is missing I will zee12:41
mal-sledges: sure12:41
alinsledges: I get this12:41
alinDirectory /var/run/dbus is missing in SDK root - please report this bug12:41
alinwhich may be and indication of merdre hitting the fan12:41
sledgesalin: new tools? https://img.merproject.org/images/mer-sdk/12:42
sledgesalin: non-error12:42
alinsledges: I can ping12:43
alinsledges: but there is no route or ip12:43
sledgesmal-: thanks12:43
alinsledges: I am on a machine with a static ip12:43
sledgesalin: route12:43
sledgessudo route12:43
alin193.62.112.0    *               255.255.255.0   U     100    0        0 em112:44
alindefault         alan5.dl.ac.uk  0.0.0.0         UG    100    0        0 em112:44
sledgesis this inside sdk?12:45
alinsledges: yes12:46
alinsledges: the device has a funny name12:46
alinem112:46
sledgesalin: so you can ping, what can you not use?12:46
alinsledges: zypper12:46
sledgeszypper ref, what does it give?12:46
sledgespaste12:46
alinsledges: times out12:47
sledgescan you curl https ?12:47
alinsledges: the machine uses a proxy... that may be12:47
sledgesyes, set HTTP_PROXY or whatnot12:47
sledgescan you curl outside sdk?12:47
alinsledges: yes12:47
sledgescheck your env12:47
sledgesand curl inside? any http(s) page12:48
* sledges didn't just say that12:48
alinsledges: I think is the proxy...12:51
*** Nokius|mobile <Nokius|mobile!~Nokius|mo@46.189.65.154> has joined #sailfishos-porters12:58
*** filippz <filippz!~filippz@93-143-233-122.adsl.net.t-com.hr> has quit IRC (Remote host closed the connection)13:11
*** Nokius|mobile <Nokius|mobile!~Nokius|mo@46.189.65.154> has quit IRC (Quit: IRC for Sailfish 0.9)13:14
*** beidl <beidl!~quassel@91-113-126-145.adsl.highway.telekom.at> has joined #sailfishos-porters13:20
*** beidl_ <beidl_!~quassel@91-113-125-45.adsl.highway.telekom.at> has quit IRC (Ping timeout: 246 seconds)13:23
*** taaeem is now known as taaem13:26
*** GodGinrai <GodGinrai!~godginrai@unaffiliated/godginrai> has joined #sailfishos-porters13:41
*** 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)13:48
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has joined #sailfishos-porters13:48
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has quit IRC (Client Quit)13:50
carepackmal-: test_gps returns now a sv status.13:54
mal-carepack: then it seems that you only have a very bad satellite visibility13:55
carepackok. going ot check outsisde13:55
mal-carepack: if you manage to see satellites in gpsinfo then there is no reason why you couldn't get a lock when you see anough satellites, hybris provider does not affect that part13:56
*** CarlosMazieri <CarlosMazieri!~carlos@177.205.25.82.dynamic.adsl.gvt.net.br> has quit IRC (Ping timeout: 246 seconds)13:57
*** trt` <trt`!~trt@ip70-174-27-208.hr.hr.cox.net> has joined #sailfishos-porters13:59
carepackok14:01
faenilsledges: hey man :)14:03
faenilsledges: have you seen today's deal for Kindle Fire HDX? what do you think?14:03
dr_gogeta86hi faenil14:10
faenildr_gogeta86: o/14:10
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Read error: Connection reset by peer)14:11
sledgesfaenil: too busy :D14:11
sledgeshaven't seen though, linky?14:11
faenilhttp://www.amazon.co.uk/Kindle-Fire-HDX-Display-Wi-Fi/dp/B00CYR6UTM/ref=sr_1_1?ie=UTF8&qid=1436969529&sr=8-1&keywords=fire+hdx14:12
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters14:13
faenil(99£)14:14
*** pulser <pulser!~quassel@VillainROM/staff/Pulser> has quit IRC (Quit: No Ping reply in 180 seconds.)14:16
*** filippz <filippz!~filippz@93-141-139-49.adsl.net.t-com.hr> has joined #sailfishos-porters14:17
*** pulser <pulser!~quassel@VillainROM/staff/Pulser> has joined #sailfishos-porters14:17
*** nh1402_ <nh1402_!~nh1402@95.148.89.50> has joined #sailfishos-porters14:20
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Ping timeout: 264 seconds)14:20
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has joined #sailfishos-porters14:21
*** nh1402 <nh1402!~nh1402@95.148.89.50> has quit IRC (Ping timeout: 255 seconds)14:22
*** Sequenced <Sequenced!~Sequenced@91-157-184-159.elisa-laajakaista.fi> has quit IRC (Ping timeout: 240 seconds)14:26
alinsledges: strange proxy set still no success14:33
*** taaem <taaem!~tim@x55b1872d.dyn.telefonica.de> has quit IRC (Quit: Konversation terminated!)14:33
sledgesfaenil: maybe you could interest some porters with it?:)14:36
sledgesalin: no proxy needed outside sdk?14:36
alinsledges: yes I need proxy outside sdk14:37
alinI have set the variables inside sdk14:37
alinbut something is fishy14:37
alinsledges: maybe tis time is different Timeout exceeded when accessing 'http://releases.merproject.org/releases/latest/builds/i486/packages/content'.14:38
sledgesalin: curl14:39
alinsledges: curl works..14:42
alinsledges: ok I need to export the crap for root too14:43
*** Sequenced <Sequenced!~Sequenced@37-219-250-62.nat.bb.dnainternet.fi> has joined #sailfishos-porters14:45
*** phdeswer <phdeswer!~phdeswer@2001:998:2a:dead:6267:20ff:fe47:e16c> has quit IRC (Ping timeout: 246 seconds)14:54
alinsledges: ok fixed... blooody proxy14:57
sledgeswell done14:57
faenilsledges: yeah my question is if you know anything about its hackability14:58
alinsledges: not really... seems there is somethin else does not read proxy setting14:58
sledgesfaenil: im afraid that info is lost from my memory somewhere in the logs:)15:02
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters15:03
faenilsledges: okay :P15:03
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Quit: Leaving.)15:09
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters15:11
*** zGrr <zGrr!~grr@37.30.64.174.nat.umts.dynamic.t-mobile.pl> has quit IRC (Remote host closed the connection)15:13
sledgeshttps://twitter.com/sledgeSim/status/62133889437050060815:24
SfietKonstantinWsledges: \o/15:27
vakkovsledges: try amazing alex15:28
sledgesvakkov: it would need an amazingalex.apkenv.so :P15:30
vakkovsledges: nope, it wouldnt15:30
vakkovit doesn't work that way :D15:30
sledgesvakkov: is how i thought it works :P15:32
sledgesas it needs to match the jni calls15:32
sledges*map15:32
*** zhxt_ <zhxt_!~zhxt@60.10.71.29> has joined #sailfishos-porters15:32
vakkovsledges: check out for yourself :P15:34
vakkovcomes directly from my n90015:35
alinsledges: ok the mer shall copy the proxy from host too15:35
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Quit: Leaving.)15:35
alinsledges: i did it by hand let us see ubuntu now15:35
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters15:37
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)15:37
alindoes anyone know what file ubuntu reads for proxy?15:38
vakkovsledges: it didn't start on the maguro15:39
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters15:39
alinsorted15:48
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Quit: Leaving.)15:48
*** Sequenced <Sequenced!~Sequenced@37-219-250-62.nat.bb.dnainternet.fi> has quit IRC (Ping timeout: 256 seconds)15:50
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters15:51
*** Sequenced <Sequenced!~Sequenced@91-157-184-159.elisa-laajakaista.fi> has joined #sailfishos-porters16:02
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Read error: Connection reset by peer)16:03
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters16:03
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)16:07
*** CarlosMazieri <CarlosMazieri!~carlos@191.34.7.167> has joined #sailfishos-porters16:08
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters16:10
*** filippz <filippz!~filippz@93-141-139-49.adsl.net.t-com.hr> has quit IRC (Ping timeout: 244 seconds)16:23
*** r0kk3rz <r0kk3rz!~chatzilla@host-92-30-149-11.as13285.net> has joined #sailfishos-porters16:24
*** glasserc1 <glasserc1!~ethan@66.114.71.21> has joined #sailfishos-porters16:24
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Ping timeout: 244 seconds)16:25
*** glasserc1 <glasserc1!~ethan@66.114.71.21> has quit IRC (Ping timeout: 256 seconds)16:29
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters16:30
carepackmal-: yes. satellites detected! cool16:31
*** rbn <rbn!~ruben@ip4d172d4c.dynamic.kabel-deutschland.de> has joined #sailfishos-porters16:33
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)16:34
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters16:35
sledgeswoo16:36
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Quit: Leaving.)16:53
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters16:55
*** filippz <filippz!~filippz@93-141-139-49.adsl.net.t-com.hr> has joined #sailfishos-porters17:06
*** Sequenced <Sequenced!~Sequenced@91-157-184-159.elisa-laajakaista.fi> has quit IRC (Ping timeout: 256 seconds)17:06
mal-carepack: did you get a lock?17:07
carepack? location?17:09
mal-yes17:09
carepackin gps info no. Only satellites detected17:10
mal-how many satellites? and how long did you wait?17:10
*** zhxt_ <zhxt_!~zhxt@60.10.71.29> has quit IRC (Ping timeout: 256 seconds)17:10
carepackone satellite. hours17:11
mal-ok, more satellites are needed17:11
carepackok. will test outside again17:11
carepackrm again17:12
*** filippz <filippz!~filippz@93-141-139-49.adsl.net.t-com.hr> has quit IRC (Remote host closed the connection)17:15
*** nh1402 <nh1402!~nh1402@95.148.89.50> has joined #sailfishos-porters17:17
*** nh1402_ <nh1402_!~nh1402@95.148.89.50> has quit IRC (Ping timeout: 265 seconds)17:20
*** rbn <rbn!~ruben@ip4d172d4c.dynamic.kabel-deutschland.de> has quit IRC ()17:26
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos-porters17:31
*** Sequenced <Sequenced!~Sequenced@37-219-250-62.nat.bb.dnainternet.fi> has joined #sailfishos-porters17:34
*** Nokius_ is now known as Nokius17:38
Nokiuso/ good evening day with a lot of good news :D:D17:38
carepackhi nokius17:38
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-qildpvrhytasbknz> has joined #sailfishos-porters17:44
vakkovhe needs like 3 satellites to get a fix17:46
*** alin <alin!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)17:50
Nokiussledges: what is your head of libdroidmedia so I can use your OBS source again :) btw. I tried to create my on OBS repos but I was not able to catch up :,(17:52
sledgesNokius: alin know libdroidmedia state17:53
sledgesNokius: babysteps17:53
sledgesrepo by repo17:53
* sledges goes afk for tonight17:53
sledgeso/17:53
Nokiussledges: thanks have good one I will try again17:54
*** filippz <filippz!~filippz@93-141-139-49.adsl.net.t-com.hr> has joined #sailfishos-porters18:16
*** piggz <piggz!~piggz@92.40.249.91.threembb.co.uk> has joined #sailfishos-porters18:23
*** keithzg_ is now known as keithzg18:30
*** tworaz <tworaz!~tworaz@212.180.237.71> has quit IRC (Ping timeout: 240 seconds)18:30
*** CarlosMazieri <CarlosMazieri!~carlos@191.34.7.167> has quit IRC (Quit: Konversation terminated!)18:34
*** filippz <filippz!~filippz@93-141-139-49.adsl.net.t-com.hr> has quit IRC (Remote host closed the connection)18:38
carepackls18:42
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has quit IRC (Ping timeout: 246 seconds)18:46
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has quit IRC (Quit: Leaving.)18:52
*** tworaz <tworaz!~tworaz@212.180.237.71> has joined #sailfishos-porters18:53
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos-porters18:56
piggzsledges: so you fancy a new tablet?19:11
piggz;)19:11
*** alin <alin!~alin@opensuse/member/ealin> has joined #sailfishos-porters19:16
*** dhbiker <dhbiker!~dhbiker@APN-123-64-89-gprs.simobil.net> has joined #sailfishos-porters19:17
sledgespiggz: i never,it's all faenil :D19:18
Nokiusping alin19:45
alinNokius: pong19:45
Nokiusalin: evening, sledges told me u can help me u know the libdroidmedia state19:47
NokiusI use sledges obs source to build images19:47
alinNokius: if you use the obs shall be fine19:49
alinNokius: the current tree shall build19:49
alinthe old tricks apply19:49
Nokiuswhich HEAD is needed of  libdroidmedia to have get all working?19:50
Nokiusold trick?19:50
alinNokius: http://paste.opensuse.org/8940509919:50
Nokiusah it's the script I did it in the past by hand ...19:53
Nokiusso if I understand u correct I can pull it and try my luck :)19:53
alinNokius: yes19:54
alinfor droidmedia you need to checkout in some repo look in the script19:54
Nokiusthere is no repo19:56
alinNokius: check line 11020:00
NokiusLine 110 is fi for me I have github.com/sailfishos/droidmedia in the setup20:03
alinNokius: in my paste20:07
Nokiusalin: L110 in your paste is a fi but the repo url is correct20:12
Nokiusalin: thanks so I should have now the latest libdroidmedia.so I will try to build 1.1.6 tomorrow :)20:15
*** arcean <arcean!~arcean@nat3.finemedia.pl> has joined #sailfishos-porters20:15
Nokiusgn8 porters thanks alin20:16
*** arcean <arcean!~arcean@nat3.finemedia.pl> has quit IRC (Remote host closed the connection)20:18
*** alin <alin!~alin@opensuse/member/ealin> has quit IRC (Ping timeout: 264 seconds)20:29
*** harha1 <harha1!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Quit: Leaving.)20:44
*** Sequenced <Sequenced!~Sequenced@37-219-250-62.nat.bb.dnainternet.fi> has quit IRC (Quit: Leaving)20:57
*** Nokius_ <Nokius_!~Nokius@p5DDB4367.dip0.t-ipconnect.de> has joined #sailfishos-porters20:57
*** Nokius <Nokius!~Nokius@p5DDB7C34.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 265 seconds)21:00
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters21:04
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Client Quit)21:04
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters21:05
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Ping timeout: 264 seconds)21:10
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Quit: Leaving.)21:17
*** piggz <piggz!~piggz@92.40.249.91.threembb.co.uk> has quit IRC (Read error: Connection reset by peer)21:18
*** piggz <piggz!~piggz@92.40.249.91.threembb.co.uk> has joined #sailfishos-porters21:19
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters21:19
*** dhbiker <dhbiker!~dhbiker@APN-123-64-89-gprs.simobil.net> has quit IRC (Remote host closed the connection)21:20
piggzmal-: any cm12 porting news?21:31
*** nh1402 <nh1402!~nh1402@95.148.89.50> has quit IRC (Ping timeout: 255 seconds)21:41
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Quit: Leaving.)21:51
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters21:52
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Quit: Leaving.)22:05
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:05
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)22:06
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:07
*** GodGinrai <GodGinrai!~godginrai@unaffiliated/godginrai> has quit IRC (Quit: Getting off for now)22:09
*** Stocco <Stocco!bade2fbf@gateway/web/freenode/ip.186.222.47.191> has joined #sailfishos-porters22:13
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Quit: Leaving.)22:16
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:16
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:16
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)22:16
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:18
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Quit: Leaving.)22:26
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:27
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)22:30
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:30
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:31
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)22:32
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:32
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)22:34
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:34
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)22:36
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:36
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)22:40
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:42
*** Stocco <Stocco!bade2fbf@gateway/web/freenode/ip.186.222.47.191> has quit IRC (Quit: Page closed)22:45
*** glasserc <glasserc!~ethan@66.114.71.21> has quit IRC (Client Quit)22:45
*** glasserc <glasserc!~ethan@66.114.71.21> has joined #sailfishos-porters22:45
*** r0kk3rz <r0kk3rz!~chatzilla@host-92-30-149-11.as13285.net> has quit IRC (Ping timeout: 244 seconds)23:03
*** alin <alin!~alin@host86-173-75-217.range86-173.btcentralplus.com> has joined #sailfishos-porters23:14
*** alin <alin!~alin@host86-173-75-217.range86-173.btcentralplus.com> has quit IRC (Changing host)23:14
*** alin <alin!~alin@opensuse/member/ealin> has joined #sailfishos-porters23:14
*** vakkov <vakkov!~vakkov@84.54.169.227> has quit IRC (Ping timeout: 246 seconds)23:22
*** olafh <olafh!~olafh@p4FF496C5.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 256 seconds)23:35
*** vakkov <vakkov!~vakkov@84.54.169.227> has joined #sailfishos-porters23:37
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has quit IRC (Ping timeout: 248 seconds)23:53

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