#jollamobile log for Wednesday, 2014-02-26

*** imunsie has quit IRC00:05
*** kunev has quit IRC00:07
*** imunsie has joined #jollamobile00:07
*** bnvk has joined #jollamobile00:11
*** M4rtinK has quit IRC00:13
*** weems has joined #jollamobile00:19
*** mfulz has quit IRC00:21
*** plfiorini has quit IRC00:22
*** miksuh has quit IRC00:24
*** arcean has quit IRC00:25
*** artemma has quit IRC00:28
*** Nichope has quit IRC00:30
*** asterisk_ has joined #jollamobile00:35
*** exitnode has left #jollamobile00:40
*** bef0rd has joined #jollamobile00:41
*** spider-mario has quit IRC00:50
*** miksuh has joined #jollamobile00:53
*** Morpog_Jolla_ has quit IRC00:55
*** miksuh has quit IRC01:00
*** Kilroo has quit IRC01:01
*** minimec has quit IRC01:03
*** Xeno_PL has quit IRC01:05
*** Oler_42 has left #jollamobile01:05
keithzgHmm, maybe I should try and combine my two broken 2012 Nexus 7's, see if I can get a single working one out of it.01:05
keithzgAlthough the second one *might* be broken somewhere in the display assembly, even though the primary issue appears to be power (and happened right after it dropped out of warranty). The first one the issue is definitely just the display, though, since my housemate's cat tripped me and it cracked, heh.01:06
*** imunsie has quit IRC01:08
*** Kilroo has joined #jollamobile01:08
*** imunsie has joined #jollamobile01:09
*** psilver has joined #jollamobile01:10
*** psilver has quit IRC01:13
*** psilver has joined #jollamobile01:13
*** miksuh has joined #jollamobile01:14
*** psilver has quit IRC01:16
*** psilver has joined #jollamobile01:19
*** miksuh has quit IRC01:20
*** mato^ has quit IRC01:20
*** psilver has quit IRC01:21
*** psilver has joined #jollamobile01:22
*** sameo has quit IRC01:24
*** mato^ has joined #jollamobile01:26
*** psilver has quit IRC01:28
*** paulo has joined #jollamobile01:28
*** phaeron has quit IRC01:31
*** ahjolinna has quit IRC01:42
*** JLP_ has quit IRC01:46
*** miksuh has joined #jollamobile01:47
*** Aranel has quit IRC01:51
*** JLP_ has joined #jollamobile01:53
*** Aranel has joined #jollamobile01:58
*** furikku has joined #jollamobile02:01
*** bnvk has quit IRC02:01
*** thrakcattack has quit IRC02:09
*** paulo has quit IRC02:09
*** thrakcattack has joined #jollamobile02:10
*** toartist has joined #jollamobile02:10
*** KaIRC has quit IRC02:30
*** JLP_ has quit IRC02:38
*** BeholdMyGlory has quit IRC02:42
*** jjarven has joined #jollamobile02:43
*** softmetz_ has joined #jollamobile02:55
*** softmetz has quit IRC02:58
*** Aranel has quit IRC03:04
*** Aranel has joined #jollamobile03:11
*** Aranel has quit IRC03:11
*** Aranel has joined #jollamobile03:11
*** asterisk_ has left #jollamobile03:17
*** elldekaa has quit IRC03:20
*** natunen has joined #jollamobile03:25
*** Kabouik has quit IRC03:37
*** bnvk has joined #jollamobile04:02
*** natunen has quit IRC04:05
*** MFaro-Tusino has joined #jollamobile04:05
*** bnvk has quit IRC04:07
*** Eztran has quit IRC04:19
*** entil has quit IRC04:21
*** slate has quit IRC04:21
*** FSCV has joined #jollamobile04:29
*** ryukafalz has quit IRC04:31
*** slate has joined #jollamobile04:33
*** martyone__ has joined #jollamobile04:43
*** Custodian has joined #jollamobile04:43
*** ryukafalz has joined #jollamobile04:45
*** Aranel has quit IRC04:50
*** ryukafalz has quit IRC04:53
*** Aranel has joined #jollamobile04:55
*** ryukafalz has joined #jollamobile05:09
*** AmAH_ has joined #jollamobile05:29
*** vode has joined #jollamobile05:31
*** AmAH has quit IRC05:33
*** protem has joined #jollamobile05:42
*** ericcc has joined #jollamobile05:48
*** ericcc_ has joined #jollamobile05:49
*** PeperJohnny has joined #jollamobile05:50
*** Aranel has quit IRC05:51
*** itbaron has joined #jollamobile05:52
*** ericcc has quit IRC05:53
*** Adityab has quit IRC05:54
*** Aranel has joined #jollamobile05:57
*** Aranel has joined #jollamobile05:57
*** VDVsx has quit IRC05:58
*** ericcc_ has quit IRC06:02
*** ericcc has joined #jollamobile06:02
*** bnvk has joined #jollamobile06:03
*** entil has joined #jollamobile06:04
*** bef0rd has quit IRC06:06
*** bnvk has quit IRC06:08
*** VDVsx has joined #jollamobile06:10
*** mikhas has joined #jollamobile06:13
*** eleroux has joined #jollamobile06:17
*** Aranel has quit IRC06:20
*** Nichope has joined #jollamobile06:25
*** Aranel has joined #jollamobile06:25
*** PeperJohnny has quit IRC06:26
*** vode has quit IRC06:34
*** samxan has joined #jollamobile06:35
*** thessy has joined #jollamobile06:39
*** Jpel has joined #jollamobile06:43
*** Eismann has quit IRC06:45
*** ovonuk has joined #jollamobile06:46
*** Nichope has quit IRC06:49
*** samxan is now known as samikshan06:49
*** ovonuk has quit IRC06:50
*** Aranel has quit IRC06:52
*** Aranel has joined #jollamobile06:59
*** lamikr has joined #jollamobile07:00
*** _Razor_ has quit IRC07:03
*** Sfiet_Konstantin has joined #jollamobile07:04
*** geino has joined #jollamobile07:04
*** geino has quit IRC07:07
*** minimec has joined #jollamobile07:08
*** mato^ has quit IRC07:09
*** Natunen has joined #jollamobile07:09
*** sletta has joined #jollamobile07:09
*** ecloud has joined #jollamobile07:13
*** Aranel has quit IRC07:15
ecloudmjones: https://codereview.qt-project.org/#change,62755  this is confusing stuff now that I'm back to trying to use touch events directly07:15
*** imunsie has quit IRC07:17
*** mato^ has joined #jollamobile07:17
mjonesecloud: what's the problem?07:19
ecloudwhat is the reason that the MouseArea will drag itself instead of the Flickable stealing the events? different thresholds?07:20
*** vanadis has quit IRC07:22
mjonesecloud: the MouseArea will setKeepMouseGrab(true) and the Flickable doesn't actually try to take the gesture until the event after the one that exceeded the threshold07:23
ecloudso the MouseArea will setKeepMouseGrab(true) immediately without waiting for the threshold, just because it knows that dragging is enabled?07:24
mjones1. Flickable filters events and notices that threshold exceed - notes that it wants the grab07:24
mjones2. event is delivered to MouseArea, who also wants grab and calls setKeepMouseGrab(true)07:24
mjones3. on next move event Flickable notices that someone has already setKeepMouseGrab() so doesn't take the gesture for itself07:25
*** stephg_j has quit IRC07:26
*** vanadis has joined #jollamobile07:27
*** cxl000 has joined #jollamobile07:28
ecloudmjones: which place does it call setKeepMouseGrab?  does it have to wait for going over its own drag threshold, or does it do it right away?07:29
ecloudbecause if it waits for the threshold then the behavior would depend on which one has a smaller threshold, the MouseArea or the Flickable, right?07:29
mjonesit has to wait until the threshold has been exceeded07:30
mjonesEveryone uses the same threshold07:30
ecloudthen it depends on the MouseArea having the opportunity to grab before Flickable does?  but the flickable gets the event first because it filters child events07:31
ecloudanyway Flickable has a hard-coded threshold of 15 pixels; that doesn't seem right either because it should depend on resolution07:31
*** mato^ has quit IRC07:31
*** elldekaa has joined #jollamobile07:33
*** Frye has joined #jollamobile07:35
*** mato^ has joined #jollamobile07:37
mjonesecloud: everything should be using QStyle::dragThreshold. Where does the 15 pixels come from?07:38
ecloudstatic const int at top of qquickflickable.cpp07:38
mjonesecloud: that determines whether a flick happens at the end of a drag07:40
mjonesand yes, it would be nice if it weren't hard coded07:40
*** stephg has joined #jollamobile07:41
*** Blizzz has joined #jollamobile07:42
*** elldekaa has quit IRC07:42
ecloudmjones: that's easily fixed, but I just have to understand why the mouse area gets dragged before the flicking begins; you say both are waiting for threshold07:44
*** PMG has joined #jollamobile07:45
mjonesecloud: no one filtering grabs the gesture on the first event that exceeds the threshold. It is the following event that a filtering item may grab the gesture.07:46
ecloudwell then both of them see the second event... how are we sure which one wins then?07:47
mjonesthe guy that calls setKeepMouseGrab(true) first07:47
mjonesIf the MouseArea is the top item (i.e. mouse grabber), then it will call that on the first event that exceeds the threshold07:49
mjonesthen when the Flickable filters the next event, the MouseArea has already claimed it permanently.07:49
ecloudso the mouse area grabs right away when the threshold is exceeded whereas the one that filters child events (Flickable) waits for the next event before grabbing, and that's the reason the MouseArea always wins?07:52
ecloudonly if the MouseArea's threshold is not greater than the Flickable's threshold07:52
mjonesecloud: yes. and all of our items use the same threshold07:53
*** pvanhoof has joined #jollamobile07:59
*** zhxt has quit IRC08:00
*** zhxt has joined #jollamobile08:00
*** blam_ has quit IRC08:01
*** blam_ has joined #jollamobile08:02
*** Venemo_j has joined #jollamobile08:02
*** Nichope has joined #jollamobile08:03
*** gabriel9|work has joined #jollamobile08:03
*** bnvk has joined #jollamobile08:04
ecloudmjones: ok thanks08:05
*** M4rtinK has joined #jollamobile08:05
Venemo_jhey08:05
*** blam_ has quit IRC08:07
*** artemma has joined #jollamobile08:07
*** bnvk has quit IRC08:08
*** Venemo_j has quit IRC08:08
*** Venemo_j has joined #jollamobile08:10
*** KangOl has joined #jollamobile08:10
*** Venemo_j has quit IRC08:10
*** Venemo_j has joined #jollamobile08:10
*** M4rtinK has quit IRC08:12
*** KangOl has quit IRC08:14
*** Sfiet_Konstantin has quit IRC08:14
*** SfietKonstantin has joined #jollamobile08:14
*** Venemo_j has quit IRC08:14
*** Venemo_j has joined #jollamobile08:16
Venemo_jI hope the march update'll contain wifi improvements08:16
Venemo_jit's very unreliable :(08:16
ggabriel_i'm losing the side swipes every now and then08:18
ggabriel_it's quit efun08:18
ggabriel_"here's a challenge, try to use your jolla without the push gestures"08:18
ggabriel_challenge accepted08:18
Nichopeso only working with an app a time and closing it every time you have to do anything else?08:20
*** SfietKonstantin has quit IRC08:20
ggabriel_kinda08:20
ggabriel_sometimes you can do cool things by using the event screen08:20
ggabriel_:P08:20
ggabriel_altho my last one i had to close applications08:20
ggabriel_a reboot fixes it though08:20
chem|stVenemo_j: the march upgrade is promised to fix the whole connection fsck-up of 3.808:22
Venemo_jchem|st: great news :)08:23
AL13N_workchem|st: you mean the connman thing?08:24
chem|stggabriel_: I tried to write a message, it got unresponsive and said the program is stuck and asked for close or wait, I closed and the screen went black - green led blinking but it recovered with no apps running anymore08:24
chem|stAL13N_work: it is not only connman but yes08:24
ggabriel_chem|st: that's never happened to me :)08:25
ggabriel_but i had other tings08:25
ggabriel_things even08:25
ggabriel_only when in a mobile network tho08:25
chem|stI am actually not sure if it is connman at all... as some may recover with module unloading it might be the drivers08:25
ggabriel_obviously related to connection08:25
chem|stggabriel_: yeah I was in mobile network too I think08:25
ggabriel_never had an issue on wlan tho08:25
ggabriel_and wlan is much much better now than before, contrary to venemo's (and others') experience08:26
*** Sail0r has joined #jollamobile08:26
AL13N_workchem|st: my thoughts exactly08:26
Venemo_jggabriel_: the swipe bug is a known issue, yes08:26
*** Frye has quit IRC08:26
chem|stggabriel_: login and turn of your router several times with no other connection available^^08:26
ggabriel_Venemo_j: i imagined :)08:26
ggabriel_chem|st: oh man, that's too much of a faff ;)08:26
chem|stall bugs mentioned happened if they happened only once to me08:27
ggabriel_btw, has anybody roamed with the jolla jet? (and expected the date/time to be updated automatically)08:27
AL13N_workchem|st: even if i'm close, i often lose connection to wifi08:27
chem|stAL13N_work: you see that does not happen to me that often08:27
chem|stexactly once08:27
AL13N_workwell, often is a relative word08:27
chem|stat work with bad reception08:28
*** SfietKonstantin has joined #jollamobile08:28
AL13N_workchem|st: when i tcpdump from both ends, i often see dropped packets and sometimes DUP08:28
Venemo_jggabriel_: we roamed at fosdem08:29
*** toartist_ has joined #jollamobile08:29
*** Anz_ has joined #jollamobile08:30
*** Xeno_PL has joined #jollamobile08:30
*** FiXion_ is now known as FiXion08:31
*** toartist has quit IRC08:32
ggabriel_Venemo_j: time changed ok? i noticed that the location didn't change for me (i had to switch the automatic update off/on)08:32
ggabriel_I roamed from UK to Sweden fwiw08:32
ggabriel_looking forward to the other way around :D08:32
Venemo_jggabriel_: it was the same time zone for me08:32
ggabriel_ok, so maybe it never changed and you didn't notice :D08:32
Venemo_jggabriel_: ask the Finns if it changed timezone for them08:33
stephgroaming from .uk to .it was fine (incl clock change from the network)08:33
ggabriel_stephg: ta08:33
*** ericcc has quit IRC08:33
ggabriel_stephg: latest build?08:33
stephg(though it's a little slower to pick up the networks when you first land)08:33
*** Venemo_j has quit IRC08:33
stephgcertainly than the g/f's N408:33
*** Venemo_j_____ has joined #jollamobile08:33
stephgyep08:33
ggabriel_cool08:33
ggabriel_i'll be more patient then08:33
ggabriel_I think I have it under an hour08:34
Venemo_j_____this is ridiculous, it disconnected again for no reason08:34
*** alien_ has quit IRC08:34
stephgVenemo_j_____, there will have been a reason, you just don't know what it is ;)08:34
Venemo_j_____stephg: heh, yeah08:35
*** CvP has joined #jollamobile08:36
stephgI'll try to be more helpful from now on though :)08:36
*** ericcc has joined #jollamobile08:36
*** Frye has joined #jollamobile08:37
*** Kabouik has joined #jollamobile08:40
Nicd-anyone else had the problem where jolla loses phone numbers of contacts?08:40
Nicd-I've had it twice now, it just lost all my phone numbers (all other contact details are intact)08:41
Nicd-the contacts are synced from google08:41
Nicd-currently it has restored a few of the numbers (can't find a pattern), without rebooting08:41
stephgNicd-, don't have google syncing for that (well beyond for XMPP) but do have FB and that's never happened to me08:42
Nicd-but many numbers (like my wife's) are still missing :/08:42
*** Venemo_j_____ is now known as Venemo_j08:42
ggabriel_Nicd-: i think that's a feature :)08:42
ggabriel_"sorry, honey, I didn't call you because my phone lost your number"08:42
stephgggabriel_, got there before me ;)08:43
ggabriel_fwiw, didn't happen to me, but i don't use google (thankfully)08:43
GentSirThat sounds like a great feature to me08:43
Nicd-that's almost the only number I remember by heart :P08:43
Nicd-so it doesn't help08:43
ggabriel_remembering numbers by heart? what does that mean exactly? :)08:43
GentSirggabriel_: Probably that he loves his wife08:43
*** Bryal has quit IRC08:43
GentSirEnough to not forget her number08:43
*** jmlich has joined #jollamobile08:43
Nicd-ggabriel_: http://idioms.thefreedictionary.com/know+by+heart08:43
*** stuartmd has joined #jollamobile08:44
ggabriel_Nicd-: I was joking :)08:44
*** stuartmd has quit IRC08:45
*** stuartmd has joined #jollamobile08:46
*** Tofe|Away is now known as Tofe08:47
*** mjones has quit IRC08:47
*** mjones has joined #jollamobile08:48
chriadamNicd-: there's a problem with our app permissions (still - thought we fixed it yesterday, but hitting it again today, it seems - currently investigating)08:49
chriadamNicd-: will keep everyone informed.08:49
Nicd-chriadam: what does that mean exactly?08:50
Nicd-that the apps can't access the contacts database?08:50
*** stuartmd has joined #jollamobile08:51
chriadamit means that after a very small number of queries to the contacts api, Google invalidates the currently valid AccessToken in use by the device08:51
*** kunev has joined #jollamobile08:51
Nicd-ah08:51
chriadamand a subsequent sync causes the sync adapter to assume that the account is invalid / deleted (and therefore deletes synced data from the device)08:51
*** joered has joined #jollamobile08:51
*** mjones has quit IRC08:52
rangoyi've also experienced this.. annoying. hope get the sync right soon :)08:53
Nicd-hope we get carddav and two-way sync soon08:54
chriadamboth are being worked on as we speak.08:54
chriadamsorry, caldav and two-way contacts sync.  carddav not just yet.08:54
*** sameo has joined #jollamobile08:55
Nicd-caldav would be nice too08:55
Nicd-when we get caldav and carddav I'm thinking of installing owncloud and ditching google08:56
joonahoichriadam: the access tokens are supposed to have short life times, but google api provides a way to refresh tokens if expired08:59
*** ericcc has quit IRC08:59
*** Nichope has quit IRC09:00
chriadamjoonahoi: indeed it does.  the issue is that we cache the tokens internally with their original ExpiresIn value.  the accounts&sso framework which we use doesn't talk to the remote service (and attempt to refresh) unless the ExpiresIn timeout has been reached09:00
joonahoihope the big G isn't doing that by purpose09:00
joonahoiah, i see09:00
chriadamwe can force a refresh in software (by overwriting the ExpiresIn time to zero) when hitting these response codes from Google - but that requires a lot of modifications to client apps, which obviously doesn't help right now ;-)09:02
rangoywhich framework is in use?09:02
joonahoiyeah, well.. buggers. pretty inconsistent behaviour on G side09:02
*** ericcc has joined #jollamobile09:02
joonahoior consistent but inconvinient at least09:03
*** gigetoo has quit IRC09:03
chriadamjoonahoi: no, our fault entirely.  well, my fault entirely, to be honest.09:04
*** gigetoo has joined #jollamobile09:04
chriadamI messed up when adding the app permissions.09:04
*** raisoman_ has joined #jollamobile09:04
*** Venemo_j_____ has joined #jollamobile09:05
chriadamit's somewhat annoying that Google started enforcing the permissions more strictly than they used to without sending an email to the affected applicatoins, but c'est la vie.09:05
*** phaeron has joined #jollamobile09:05
*** gigetoo has quit IRC09:06
joonahoiyou live, you learn. at least there's an active effort to get it right. that's what matters.09:07
*** Venemo_j has quit IRC09:07
*** rcg has joined #jollamobile09:08
*** Venemo_j_____ has quit IRC09:09
*** gigetoo has joined #jollamobile09:09
chriadamwell, what matters is that we don't inconvenience our users too much while we fix it.  the appropriate permission is added now, I hope that subsequent requests succeed without requiring logout+re-signin.09:12
joonahoiyeah09:14
Nicd-will it make it to the march update?09:14
chriadamNicd-: which bit?  the fix to the sync adapter so that it doesn't purge data when it hits an auth error? yes, I believe so.  The app permission issue was hopefully fixed about 10 minutes ago, via Google developer console.09:18
Nicd-well, I have a user's perspective, so the fix to the bug making the phone lose phone numbers :P09:19
ottulochriadam: is this the same issue that causes me to need to log in to the google account repeatedly?09:20
*** spider-mario has joined #jollamobile09:20
*** ericcc has quit IRC09:21
ottuloI only use it for gtalk and gmail, so I haven't lost any data from the device - but it asks me to log in several times per day, even though sometimes it'll still work with gtalk09:21
chriadamottulo: we've found three separate bugs which can cause that behaviour.  the first was in telepathy, should have been fixed in the last update.  the second was in the sync adapter, which is fixed in the nex tupdate.  the third is due to email -- we're still tracking that one down.09:21
*** restless_being_ is now known as restless_being09:21
ottulochriadam: thanks, good to know it's being worked on09:22
chriadam:-)09:22
*** pvanhoof has quit IRC09:26
jussiooh, I see the Jolla price has dropped (a little).09:27
jussiOn verkkokauppa.com it is 38909:27
ln-389,9009:27
*** roboro has quit IRC09:30
*** ortylp has joined #jollamobile09:32
*** roboro has joined #jollamobile09:32
*** wickwire has joined #jollamobile09:36
*** KangOl has joined #jollamobile09:37
*** elldekaa has joined #jollamobile09:39
*** mjones has joined #jollamobile09:40
jussiln-: still. 10€ less than the starting price09:45
*** inffy_ has joined #jollamobile09:45
ln-9,10€ less09:46
fluxhmm, does the jolla store price include s/h?09:46
suosaaskinah, Verkkokauppa very often has those ,10€ cheaper prices.09:47
jussisuosaaski: really?  often they are more expensive I find...09:47
suosaaskiWell, I mean, if the recommended price would be for example 489e, verkkokauppa would often have that product for 488,90e, or something like that.09:48
suosaaskihttp://www.verkkokauppa.com/fi/product/39175/dqfcg/Apple-iPad-Air-16-GB-Wi-Fi-multimedialaite-valkoinen-MD788 for example iPad Air.09:48
jussiexample, go look at price of 4G samsung galaxy tab 8.0 in verkkokauppa and dna.09:48
suosaaskiI did not say always, I said often :)09:49
jussihehe09:49
jussifair point09:49
*** artemma has quit IRC09:51
*** elldekaa has quit IRC09:51
suosaaskihttp://lastucase.com/product/lastu-arc-jolla/09:51
suosaaskiwicked09:51
*** melonipoika has joined #jollamobile09:52
*** elldekaa has joined #jollamobile09:52
suosaaskibut they should make a TOH with compatible theme, too :)09:52
*** artemma has joined #jollamobile09:52
*** SfietKonstantin has quit IRC09:55
*** Anz_ has quit IRC09:56
*** _Razor_ has joined #jollamobile09:57
*** eleroux has quit IRC09:59
*** abccc has joined #jollamobile09:59
*** abccc has left #jollamobile09:59
*** Blizzz has quit IRC10:01
*** PMG has quit IRC10:02
*** protem has quit IRC10:04
*** bnvk has joined #jollamobile10:04
*** Flynn-m_ has joined #jollamobile10:08
*** javispedro has joined #jollamobile10:08
*** javispedro has joined #jollamobile10:08
*** Iryus has joined #jollamobile10:08
*** Flynn-m_ has quit IRC10:09
*** bnvk has quit IRC10:09
*** jreznik has joined #jollamobile10:10
*** olitree has joined #jollamobile10:10
*** SfietKonstantin has joined #jollamobile10:11
olitreeValério?10:12
sledgesbut nothing prevents early adopters now to just add your repo: http://repo.merproject.org/obs/home:/norguhtar:/haze/nemo_mw_armv7hl/10:12
sledgeslol10:12
sledgeswrong window10:12
bencoh"woops" :]10:13
sledgesbut i wanted to tell you all about it as  well :D10:13
sledgesit's libpurple support in sailfish10:13
bencohtalking about obs and repo, is there any proper way to build "everything" (except jolla's UI) from source (instead of using the jolla SDK vbox, or the mer binary rootfs) ?10:15
sledgesbuilding everything somewhere locally will take ages10:15
bencohyeah, doesn't matter10:15
sledgesyou can rebuild every package yes, if you can handle dependency headaches10:16
sledgeswith mersdk10:16
sledgeson your pc10:16
*** SfietKonstantin has quit IRC10:16
bencoh(I'm used to OE, so this really isn't an issue ;)10:16
salami`bootloop10:16
*** SfietKonstantin has joined #jollamobile10:16
salami`y u do dis10:16
bencohsledges: hm, so mersdk has some better way than fetching/extracting some rootfs beforehand ?10:17
sledgesi don't know what you mean by that10:18
sledgesmersdk (chroot or also vbox exists)  is for building packages, has every tool you need, and would spend ages to get on some other vanilla linux distribution10:18
bencoh"ages" as "ages" to build everything ?10:19
*** Sfiet_Konstantin has joined #jollamobile10:19
*** stephg_ has joined #jollamobile10:19
bencohor as "ages" to install and set everything ?10:19
sledgesthe latter10:19
sledgesthat's why sdk exists10:19
sledgesand one chroot command is faster than any other option :)10:20
bencohit is .... but then part of the process becomes obscure10:20
sledgessailfish sdk has exactly the same component of mer sdk (and then they build qtcreator and emulator interaction on top)10:20
sledgesbencoh: mersdk is open source10:20
sledgesfeel free to examine it :)10:20
bencohyeah I know :)10:20
*** mato^ has quit IRC10:20
sledgesand replicate on other distros ;))10:21
sledgesif you want10:21
*** SfietKonstantin has quit IRC10:22
bencohis there any opensourced script to build the sdk rootfs ?10:23
*** disharmonic has quit IRC10:24
sledgesyes10:25
sledgesa .ks file10:25
sledges:)10:25
sledgesbut you need sdk itself to build it (chicken and egg :)10:25
bencoh:)10:26
*** mato^ has joined #jollamobile10:26
*** tanty has quit IRC10:26
*** jreznik has quit IRC10:27
sledgesbencoh: https://img.merproject.org/images/mer-sdk/mer-latest-sdk-rolling-chroot.ks10:27
bencohwell OE/bitbake has some way to bootstrap the host toolchain/rootfs so I thought you'd have find a way, but ... okay10:27
bencohoh, thanks10:27
*** jreznik has joined #jollamobile10:27
sledgesbencoh: don't mix the notions up: sdk rootfs and a rootfs for target that sdk produces10:27
sledgesthe link above is the former10:28
bencohI'm talking about the former as well10:28
sledgesgood10:28
sledgesyou mentioned bootstrap, got me confused ;P10:28
bencohsorry :)10:28
sledgesmersdk is completely isolated10:28
sledgesso does not poison your host10:28
bencohyeah that's neat (although I suspect most of us use that kind of environment in a vm anyway)10:29
*** melonipoika has quit IRC10:29
*** Sfiet_Konstantin has quit IRC10:30
* sledges dislikes VMs10:30
sledges:)10:30
*** blam_ has joined #jollamobile10:30
sledgesopen 3 of them and your done for the day :)10:31
GentSirsledges: What do you not like about VM's?10:31
sledgeseat up your RAM10:31
sledgesso id rather have chroot sdk10:32
sledgesand vm emulator10:32
sledgesor two10:32
GentSirthat makes sense10:32
sledgeson a travel laptop10:32
bencohwell I'm usually use qemu/kvm on a server, not on my laptop10:32
bencohI*10:32
sledgessailfish sdk has minimum two VMs already, but that's ofc for windows and mac peeps out there10:32
*** artemma has quit IRC10:32
*** melonipoika has joined #jollamobile10:33
*** imunsie has joined #jollamobile10:33
*** Sfiet_Konstantin has joined #jollamobile10:33
bencohwell to be honest I'd like to avoid the pretty-but-does-stuff-in-your-back VM-based sdk as much as possible ;)10:34
ggabriel_sledges: uhm... kinda challenging to cross compile on any linux distro tbh10:34
sledgesbencoh: you sound paranoid :)10:34
ggabriel_and doesn't it use 32bit?10:35
sledgesggabriel_: CROSS_COMPILE=/opt/arm/bin/gnu-eabi; ARCH=arm; make :)10:35
ggabriel_meh10:35
sledgesbut i see what you mean :)10:35
bencohhmm, maybe :] ... no I just like clean crossbuild environemnets10:35
bencohenvironments* damnit10:35
sledgesggabriel_: it's 32bit yes10:35
ggabriel_i gave it a quick go with my raspi and it isn't always so straightforward10:36
ggabriel_so, for 32bit you have the challenge of compat binaries10:36
ggabriel_not all distros are so good at it10:36
ggabriel_s/so //10:36
bencohhm true10:36
ggabriel_it's fun tho :D10:36
sledgesggabriel_: you mean, when host ist 64?10:37
ggabriel_sledges: yup10:37
bencohcan be quite a pain on some distros10:37
ggabriel_i like that the sailfish sdk just works10:37
*** guardianx has joined #jollamobile10:37
ggabriel_but at the same time there is a lot of stuff happening behind the scenes10:37
ggabriel_and it isn't necessarily very well documented10:38
*** tanty has joined #jollamobile10:38
bencohhmm ... I hoped I only thought that because I just started ... but seems like I'm not the only one :]10:38
sledgesnever had problems with 64bit host, as chroot is all 32bit (ueven your uname -a changes funnily :D), and from there you can crossbuild10:39
bencohyeah there is no problem once you chroot10:39
bencohissues appear if you try using the toolchain from the outside10:39
sledgesbut i agree with ggabriel_ , that mental stuff kicks in when you need to cross compile x86_64 packages :D10:39
sledgesbencoh: yep, that's why we use inside toolchains :)10:40
*** Blizzz has joined #jollamobile10:40
*** guardianx has left #jollamobile10:40
*** PMG has joined #jollamobile10:40
bencohthat's ... one way to do it, and prolly the faster, true10:41
*** bnvk has joined #jollamobile10:42
*** clau2 has joined #jollamobile10:43
* javispedro 's current setup is mersdk with the contents of the sailfishSDK vm untarred on top10:43
bencohhmm10:43
bencohdoesn't seem pretty :p10:44
sledgesjavispedro: \o how are you?10:44
javispedrohi!10:44
*** Blizzzek has joined #jollamobile10:44
sledgesprobably he is having sailfish target to compile against - the power of mer sdk - targets are all in their separate directories bencoh ;)10:44
javispedroenjoying the freshness of 10h of sleep, after some stressful days of sleeplessness =)10:45
sledgesniice, nothing can beat that :)10:45
javispedroyep, target is Sailfish10:46
javispedrounfortunately latest version of mersdk not fully up to date (was warned about this in #sailfishos)10:46
sledgesjavispedro: soon ;)10:46
javispedroso for the time being I just "upgrade" (as in, overwrite) mersdk libs with the ones from the VM10:47
bencohthere is no main (git ?) repository with package rules ... or is there ?10:47
*** Blizzz has quit IRC10:48
sledgesbencoh: patterns?10:48
bencohhmm, this might be what I'm looking for10:49
bencoh(I'm still gathering info as I can't find everything in the doc)10:49
*** Sfiet_Konstantin has quit IRC10:49
ballockjavispedro: I actually did the same (was easier accessible)10:49
ballockbut I changed some packages so that it had the chroot setup scripts10:50
javispedroyep10:50
javispedronow if only one could point QtC to that ;)10:50
ballockwas something like -vm to -chroot10:50
ballockstart an SSH daemon on 222310:51
*** TimTTK has quit IRC10:51
javispedrooh, then it's not the same10:51
ballock(I mean from the chroot)10:51
javispedroI get the idea.10:51
ballockI didn't need that, as I was more like compiling the console stuff.10:52
javispedrobut I'd like to avoid all the special tricks QtC+VM does (e.g. shared folders weirdness)10:52
javispedroand creating RPMBUILD folders everywhere10:53
*** jreznik has quit IRC10:54
javispedroin the meanwhile, I've seen on photos that the Jolla MWC booth is quite large10:54
*** clau2 has quit IRC10:54
*** clau2 has joined #jollamobile10:54
*** KangOl has quit IRC10:54
*** jreznik has joined #jollamobile10:55
clau2does anyone know if this problem has been fixed --> https://together.jolla.com/question/942/did-you-have-trouble-with-your-jolla-not-discovering-gprs3g-data-settings/10:55
*** KangOl has joined #jollamobile10:55
*** TMavica has joined #jollamobile10:57
*** matoking has joined #jollamobile11:01
*** eleroux has joined #jollamobile11:02
*** TimTTK has joined #jollamobile11:04
*** ortylp has quit IRC11:06
bencoh+5211:07
bencohhm, nvm11:08
*** TimTTK has quit IRC11:08
olitreeValério are you there?11:08
*** Andy80 has joined #jollamobile11:08
javispedroVDVsx ^^11:09
TMavicaanyone tested the 1.041 in mwc?11:09
chem|stclau2: these things get updated when someone makes them aware of it missing11:09
*** KangOl has quit IRC11:09
chem|stTMavica: what for? there are some videos showing whats new11:10
*** TimTTK has joined #jollamobile11:10
clau2chem|st, wdym?11:10
*** Adityab has joined #jollamobile11:11
*** TimTTK_ has joined #jollamobile11:11
*** Iryus has quit IRC11:11
VDVsxolitree, yes ?11:11
*** KangOl has joined #jollamobile11:11
*** Iryus has joined #jollamobile11:11
chem|stclau2: the data is not properly provided by the simcard afaik so the system needs to know what to input, most providers have a button on their website for stuff like that, if your provider does not work out-of-the-box, write in the thread and link to your provider page (like it is asked in the thread!)11:13
clau2chem|st, never had any problems with my previous phones :|11:13
clau2N9 detected the settings automatically in the same networks11:13
clau2E71 did it too.11:13
olitreeVDVsx, see pvt please.11:14
*** spider-mario has quit IRC11:15
*** mk2soldier has joined #jollamobile11:15
chem|stclau2: that is why I am asking you to tell in the thread! noone will fix your provider if they do not know about it11:17
clau2I've done it long ago.11:17
*** eleroux has quit IRC11:17
chem|stclau2: have you setup the credentials by hand or are you waiting for jolla to fix it and have no internet atm?11:18
clau2chem|st, you are totally missing the point.11:18
clau2if I am going to travel abroad and get a local sim, I might end up with the same problem.11:18
clau2and it's no fun trying to get the settings.11:18
chem|stclau2: hehe... and you misunderstand how it works11:19
chem|stclau2: if it does not work then jolla is not aware of it11:19
clau2I remember a while ago I was getting special sms messages with settings.11:19
clau2at one point that stopped, and I thought that maybe I'm just not bothered anymore with the sms, but it's processed in the background.11:20
*** Milhouse has quit IRC11:20
clau2do you mean that all phones keep a local database with settings for ALL providers?11:21
chem|stif you already know the provider you are going for you can check in the thread if it has reported any problems11:21
*** lizardo has joined #jollamobile11:22
*** kuadrosx_ has joined #jollamobile11:22
chem|stclau2: I have a dizzy memory that I had a file that was filled with provider data11:23
clau2jesus. :)11:23
chem|stfor the case that it is not on the sim11:23
*** kuadrosx has quit IRC11:23
chem|stmy sister had an old sim with wap access points setup11:23
chem|stthe configuration sms are either sent automatically once you connect to the network or you need to request them11:24
clau2any idea if those work on Jolla?11:25
chem|stthe file is just a fallback if you do not get the settings loaded11:25
chem|stclau2: I had instant internet in france without doing anything so I guess they are loaded fine11:25
clau2that's good11:26
chem|stI doubt that my sim holds info for all roaming partners11:26
*** KaIRC has joined #jollamobile11:26
*** mk2soldier has quit IRC11:26
clau2I'm trying to find out how I can trigger that sms for my provider.11:26
clau2chem|st, were you in France with roaming?11:27
clau2because then the settings do not change, you are using the settings from your home network.11:27
tbrroaming does NOT need different APN data11:28
* pahartik refers to content at "/usr/share/mobile-broadband-provider-info/serviceproviders.xml"11:30
*** Fryella has joined #jollamobile11:30
chem|sttbr: thanks did not know that11:30
chem|stclau2: yes roaming11:30
*** leinir has quit IRC11:31
clau2hmm, maybe the provider first checks the phone type, then it only sends settings to phone models that it knows11:31
*** Milhouse has joined #jollamobile11:32
*** Milhouse has quit IRC11:32
*** Milhouse has joined #jollamobile11:32
*** leinir has joined #jollamobile11:32
clau2I've logged in (not from phone!) and I see the phone identified as Jolla Ltd Jolla JP-130111:32
clau2it's probably some string that the phone provides over network11:32
*** triggerhappy has joined #jollamobile11:33
clau2pahartik, thanks11:36
*** elldekaa has quit IRC11:36
*** Andy80^ has joined #jollamobile11:37
*** Andy80 has quit IRC11:37
jmlichHi, It seems my Jolla is corrupting/loosing contacts.11:40
chem|stjmlich: google?11:40
*** artemma has joined #jollamobile11:41
jmlichchem|st, The google account seems to be correctly configured.11:41
chem|stjmlich: I was asking if you use google for that... and yes google may be broken11:42
Nicd-jmlich: there are fixes on the way for this11:42
chem|st10:21 < chriadam> ottulo: we've found three separate bugs which can cause that behaviour.  the first was in telepathy, should11:42
chem|st                  have been fixed in the last update.  the second was in the sync adapter, which is fixed in the nex tupdate.11:43
chem|st                  the third is due to email -- we're still tracking that one down.11:43
jmlichWhat is exactly broken with google? The contacts on gmail are working correctly.11:43
Nicd-chem|st: that's a different issue11:43
chriadamjmlich: what precise issue are you seeing?11:43
*** mato^ has quit IRC11:43
chem|stNicd-: the sync adapter?11:43
Nicd-chem|st: that's the "need to login again" issue11:43
chem|stNicd-: thought that was exactly the vanishing contacts?!11:43
jmlichIn the list of last 20 calls, just only one item have a contact name11:44
ottulochem|st: no, my problem was the need to login again11:44
ottulobut I'm not saying they're not related11:44
chem|stoh then I misread the whole conversation11:44
jmlichI have manually added contact with a phone number one month ago. The contact is not there.11:44
ottulo<chriadam> joonahoi: indeed it does.  the issue is that we cache the tokens internally with their original ExpiresIn value.  the accounts&sso framework which we use doesn't talk to the remote service (and attempt to refresh) unless the ExpiresIn timeout has been reached11:45
chriadamjmlich: do you have developer mode enabled?  if so, do you mind helping me out with some debugging?11:45
ottulothat's the bit about contacts11:45
chem|stchriadam: I just had a linked user-facebook with like 6 facebook accounts all called user-facebook11:45
jmlichchriadam, yep, dev-mode enabled.11:45
chriadamyeah, that's because of our telepathy/XMPP integration11:45
ottuloso, Google expires the tokens, Jolla has no info of that -> thinks account is disabled or such and loses contacts11:45
chriadamsometimes we don't get meaningful names/aliases from facebook-chat, so they end up being called user-facebook or some such11:46
*** ttyS3 has joined #jollamobile11:46
chriadamjmlich: firstly, open google account in jolla-settings, pulley menu -> update credentials, then accept-swipe/save the account settings page once that's succeeded.11:46
chem|stchriadam: I deactivated fb-chat lately and imported a vcf with 300entries, that might be related11:46
*** ttyUSB3 has quit IRC11:47
Nicd-chriadam: should that bring back the contacts?11:47
jmlichchriadam, done11:48
*** pvanhoof has joined #jollamobile11:48
chriadamjmlich: secondly, wait for 2 minutes, and then: ssh in, and do: devel-su -p sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db "select ContactId from PhoneNumbers where phoneNumber = 'THEPHONENUMBER';"11:48
*** Blizzzek has quit IRC11:48
chriadamwhere that phone number is the phone number you entered for that contact, you mentioned.11:48
*** Blizzzek has joined #jollamobile11:48
*** mato^ has joined #jollamobile11:48
chriadamif it returns an id, please then do: devel-su -p sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db "select * from Contacts where contactId = THATID;"11:48
chriadam(basically, I'm trying to figure out if the contact which contains that phone number detail was somehow erroneously linked into a different contact, after your google contacts got removed)11:49
chriadambecause our automatic linking heuristic might have a bug11:49
*** Andy80^ is now known as Andy8011:50
*** Andy80 has joined #jollamobile11:50
chriadamNicd-: yes, resigning in and then saving the account settings page should bring back the contacts.  if it doesn't, please ssh in and do: systemctl --user stop msyncd.service; then wait for a few seconds, then do: SOCIALD_LOGGING_LEVEL=3 devel-su -p msyncd, and then save the account settings page again.  the console within which you started msyncd should tell all sorts of helpful information about the sync process status...11:52
*** bnvk has quit IRC11:55
*** wickwire has quit IRC11:57
*** mfulz has joined #jollamobile11:57
jmlichchriadam, I sent you the debuging output via private chat.11:57
*** javispedro has quit IRC11:58
Nicd-chriadam: they did reappear with the sign-in update :)11:58
chriadamNicd-: hopefully they stay that way... originally I thought the problem was fixed, but after 1 hour if you tried to sync again (by just accept-swiping the account settings page without changing anything) it broke again...11:59
chriadambut I added the final permission i htink we need for our sync processes, about 2 hours ago now, so hopefully it'll stay fixed12:00
*** mikhas has quit IRC12:00
*** bnvk has joined #jollamobile12:01
*** nodevel has joined #jollamobile12:01
*** nodevel has quit IRC12:02
*** motiejus has joined #jollamobile12:02
*** arturo182 has joined #jollamobile12:02
motiejushi! When you start the phone there is a choice for ambience _color_. Is there a way to change it later?12:03
motiejusstart <- start for the first time12:03
*** anonfriese_ has joined #jollamobile12:03
ggabriel_motiejus: you can change the ambience12:03
ggabriel_i think each colour matches a built in ambience12:03
*** mfulz has quit IRC12:03
Jopeggabriel_ is correct12:03
*** mfulz has joined #jollamobile12:03
motiejusggabriel_: only the image, right?12:03
ggabriel_aye12:03
motiejuscolor doesn't seem to change12:03
Jopeall the default preset ambiences correspond to one of the colours in the tutorial12:03
motiejusi.e. I have a very grey image, but the ambience color is brown12:04
Jopetrue12:04
ggabriel_magic ;)12:04
Jopewith gray or black and white images the ambience colours are usually reddish12:04
motiejusok, so that's automatic12:04
motiejuseh12:04
Jopeyes the ambience is calculated from the image12:04
Jopeso try out your favourite pictures to see what you get :-(12:04
Jope:-)12:04
*** KangOl has quit IRC12:05
*** leinir has quit IRC12:05
*** elldekaa has joined #jollamobile12:05
*** leinir has joined #jollamobile12:05
motiejusok, got it12:06
motiejusthe bottom of the image is brown: http://s27.postimg.org/5cfu9c5hd/forestfog.jpg12:06
motiejusbut funny enough, the bottom is cropped out of the 'wallpaper'12:06
motiejusso it looks like brown without a good reason. :)12:06
Jopehehe12:06
*** arturo182 has quit IRC12:06
motiejusI`ll try to crop the image first. Thanks for your replies12:06
Jopethat's quite a colourful image12:07
*** arturo182 has joined #jollamobile12:07
Jopenot black and white12:07
*** wickwire has joined #jollamobile12:11
* chriadam heads home - gnight12:13
*** chriadam is now known as chriadam|away12:13
*** phinaliumz has joined #jollamobile12:13
*** triggerhappy has quit IRC12:23
*** KangOl has joined #jollamobile12:23
*** eleroux has joined #jollamobile12:25
*** bnvk has quit IRC12:26
*** triggerhappy has joined #jollamobile12:28
kimmoliit helps understanding what the specs really mean: http://www.cultofandroid.com/53043/archos-ceo-inadvertently-kills-a-phone-during-its-water-resistance-demo-video/12:29
*** mk2soldier has joined #jollamobile12:29
inffy_is the exchange support in jolla/sailfishos already working 2way?12:30
*** kimmoli_jolla has joined #jollamobile12:31
*** TimTTK__ has joined #jollamobile12:36
*** TimTTK__ has quit IRC12:36
*** louisdk has joined #jollamobile12:37
*** imunsie has quit IRC12:38
*** TimTTK_ has quit IRC12:40
*** YnG has joined #jollamobile12:41
*** Iryus has quit IRC12:42
*** mato^ has quit IRC12:42
*** samikshan has quit IRC12:43
*** BeholdMyGlory has joined #jollamobile12:44
kelvanoh great my jolla getting as useful as a stone in the mountains, reboots all the time and wifi broken when it decides not to reboot after a reboot ...12:45
YnG.12:45
*** YnG has quit IRC12:46
tbrkelvan: take out the battery for 10min12:46
*** mato^ has joined #jollamobile12:47
kelvanI really need a second (stable) phone for work :/12:48
kelvantbr: i'll try12:49
*** artemma has quit IRC12:49
*** stephg has quit IRC12:50
*** Nichope has joined #jollamobile12:55
*** artemma has joined #jollamobile12:59
*** bnvk has joined #jollamobile13:03
*** martyone__ has quit IRC13:06
*** leinir has quit IRC13:08
*** TimTTK_ has joined #jollamobile13:09
*** leinir has joined #jollamobile13:09
*** Sailor5543_ has joined #jollamobile13:10
*** mk2soldier has quit IRC13:16
*** GentSir1 has joined #jollamobile13:22
*** mk2soldier has joined #jollamobile13:24
*** Eztran has joined #jollamobile13:24
*** HarhaanJohtaja has joined #jollamobile13:24
*** GentSir1 has joined #jollamobile13:24
*** Sfiet_Konstantin has joined #jollamobile13:25
*** GentSir has quit IRC13:25
*** GentSir has joined #jollamobile13:27
*** equalsraf__ is now known as equalsraf_13:30
*** Sfiet_Konstantin has quit IRC13:34
*** blaroche has joined #jollamobile13:35
*** Andy80 has quit IRC13:38
*** toartist has joined #jollamobile13:38
*** toartist_ has quit IRC13:38
*** mk2soldier has quit IRC13:39
*** mk2soldier has joined #jollamobile13:39
*** mk2soldier has quit IRC13:43
*** mk2soldier has joined #jollamobile13:44
*** roboro has quit IRC13:47
*** roboro has joined #jollamobile13:47
*** spider-mario has joined #jollamobile13:53
*** Jpel has quit IRC13:54
*** vode has joined #jollamobile13:57
*** gabriel9 has joined #jollamobile13:58
*** gabriel9|work has quit IRC13:59
*** artemma has quit IRC13:59
*** mato^ has quit IRC13:59
*** samikshan has joined #jollamobile14:00
*** Andy80 has joined #jollamobile14:01
*** Petri has joined #jollamobile14:02
*** LjL has quit IRC14:02
*** LjL has joined #jollamobile14:02
*** LjL has quit IRC14:02
*** LjL has joined #jollamobile14:02
*** KangOl has quit IRC14:04
*** mato^ has joined #jollamobile14:05
*** GentSir1 has joined #jollamobile14:09
*** GentSir has quit IRC14:09
*** KangOl has joined #jollamobile14:11
*** GentSir1 has quit IRC14:11
*** samikshan has quit IRC14:13
*** Nichope has quit IRC14:13
*** artemma has joined #jollamobile14:13
*** Sfiet_Konstantin has joined #jollamobile14:16
*** ottulo has quit IRC14:17
*** ottulo has joined #jollamobile14:18
rangoyWhen i removed/added google accounts to get sync up, the call lag disappeared - why?14:21
*** Nichope has joined #jollamobile14:25
*** Blizzzek is now known as Blizzz14:28
*** Nichope has quit IRC14:29
Wntrangoy: what do you mean by the call lag?14:29
Wntcall log?14:29
*** martyone__ has joined #jollamobile14:34
*** FlameReaper has joined #jollamobile14:35
*** javispedro has joined #jollamobile14:37
rangoyyed14:38
rangoyyes14:38
*** Andy80 has quit IRC14:41
*** leinir has quit IRC14:42
*** leinir has joined #jollamobile14:43
*** Nichope has joined #jollamobile14:45
*** martyone__ has quit IRC14:48
*** Nichope has quit IRC14:49
*** Nichope has joined #jollamobile14:50
*** mk2soldier has quit IRC14:54
*** artemma_ has joined #jollamobile14:56
*** GentSir has joined #jollamobile14:57
*** Nichope has quit IRC14:57
*** artemma has quit IRC14:59
*** radekp_ has quit IRC14:59
*** ibins has quit IRC15:01
*** Nichope has joined #jollamobile15:04
*** FiSHBoY has joined #jollamobile15:04
*** philandstuff has joined #jollamobile15:09
*** Testaaja has joined #jollamobile15:11
*** Stormaaja_ is now known as Stormaaja15:12
*** SfietKonstantin has joined #jollamobile15:17
*** Sfiet_Konstantin has quit IRC15:17
*** blaroche_ has joined #jollamobile15:17
*** blaroche has quit IRC15:17
*** leinir has quit IRC15:17
*** leinir has joined #jollamobile15:18
*** Andy80 has joined #jollamobile15:19
*** Andy80 has joined #jollamobile15:19
*** eleroux has quit IRC15:20
*** mk2soldier has joined #jollamobile15:20
*** matoking has quit IRC15:21
*** ibins has joined #jollamobile15:22
*** artemma_ has quit IRC15:23
*** Nichope has quit IRC15:24
*** KangOl has quit IRC15:24
*** FlameReaper has quit IRC15:24
*** ko__ is now known as kor15:24
*** pvanhoof has quit IRC15:26
*** philandstuff has quit IRC15:26
*** blaroche_ is now known as blaroche15:26
*** KangOl has joined #jollamobile15:27
*** Andy80 has quit IRC15:27
*** Andy80 has joined #jollamobile15:28
*** mk2soldier has quit IRC15:28
*** Pat_o_ has joined #jollamobile15:29
*** KangOl has quit IRC15:30
*** FryeX has joined #jollamobile15:30
*** KangOl has joined #jollamobile15:31
*** Frye has quit IRC15:31
*** Fryella has quit IRC15:32
*** Andy80 has quit IRC15:32
*** FryeX is now known as Frye15:32
*** Termos_ has joined #jollamobile15:33
*** Pat_o_ has quit IRC15:35
*** c0ck4m0u53 has joined #jollamobile15:35
*** Testaaja has quit IRC15:35
*** lamikr has quit IRC15:36
*** Pat_o_ has joined #jollamobile15:36
*** plfiorini has joined #jollamobile15:37
*** Sailor5543 has joined #jollamobile15:39
*** Sailor5543_ has quit IRC15:42
*** cb400f has joined #jollamobile15:45
*** cb400f has joined #jollamobile15:45
*** Sailor-2gether has joined #jollamobile15:45
*** toartist has quit IRC15:45
*** HylianSavior has joined #jollamobile15:46
*** Sail0r has quit IRC15:48
*** Andy80 has joined #jollamobile15:49
*** Andy80 has joined #jollamobile15:49
*** reviewjolla_ has joined #jollamobile15:49
*** Sailor-2gether has quit IRC15:50
*** leinir has quit IRC15:50
*** teksu_ has quit IRC15:50
*** lamikr has joined #jollamobile15:51
*** softmetz has joined #jollamobile15:51
*** softmetz_ has quit IRC15:52
*** Petri has quit IRC15:53
*** slate has quit IRC15:53
*** HarhaanJohtaja has quit IRC15:53
*** leinir has joined #jollamobile15:53
*** teksu_ has joined #jollamobile15:53
*** sletta has quit IRC15:54
*** bnvk has quit IRC15:55
*** slate has joined #jollamobile15:57
*** HarhaanJohtaja has joined #jollamobile15:57
*** bnvk has joined #jollamobile16:01
*** HylianSavior has quit IRC16:02
*** TheBootroo_work has quit IRC16:02
*** Tofe is now known as Tofe|Away16:02
*** VDVsx has quit IRC16:03
*** lamikr has quit IRC16:04
*** Andy80 has quit IRC16:09
*** triggerhappy has quit IRC16:09
*** clau2 has quit IRC16:11
*** martyone__ has joined #jollamobile16:11
*** Fryella has joined #jollamobile16:12
*** jreznik has quit IRC16:13
*** VDVsx has joined #jollamobile16:15
*** FlameReaper has joined #jollamobile16:17
*** jreznik has joined #jollamobile16:17
*** stuartmd has quit IRC16:19
*** HylianSavior has joined #jollamobile16:20
*** KangOl has quit IRC16:20
*** NRKA has joined #jollamobile16:21
louisdkThe Insmat Flip Case is sold out and I'm wondering if I should take the Jolla in use without. I'm afraid to damage the device.16:22
raa703 months without protection, yesterday i noticed scratches on screen16:23
stn^I bought it just few hours ago16:24
louisdkI've used it some times, but not out of my home or with sim card yet. However I've a  screen protecting plastic film on it and I stuff bag,16:27
louisdk*a stuff bag, but I'm waiting on this: http://www.insmat.fi/en/products//product/650-2088_exclusive-flip-case-for-jolla-phone-black16:27
svuorelamine is in my pocket with my metal card holders and a set of coins16:27
svuorelaI'm not sure I like the light-grey with black bits other half that the phone was sold with, but hopefully I'll get the black one soon.16:28
roborommm just noticed that there is no way from with mail to add an email address to your contacts... that would be nice16:31
svuorelaroboro: similar from the messages and the phone16:32
*** PeperJohnny has joined #jollamobile16:32
*** kunev has quit IRC16:33
roborosvuorela: heh... didn't even notice that16:33
*** tetris4 has joined #jollamobile16:33
*** anonfriese__ has joined #jollamobile16:33
*** anonfriese_ has quit IRC16:35
*** thessy has quit IRC16:35
svuorelaroboro: I also just found out that I was lying.16:35
roboroha ha16:35
svuorelaroboro: in sms app, you can drag left. and in phone app you can long-press16:36
roboroyeah... just saw that16:36
*** reviewjolla_ has quit IRC16:36
*** raisoman_ has quit IRC16:37
*** bef0rd has joined #jollamobile16:37
*** KangOl has joined #jollamobile16:37
*** KangOl has quit IRC16:40
*** KangOl has joined #jollamobile16:41
*** phaeron has quit IRC16:43
*** TMavica has quit IRC16:48
*** anonfriese__ has quit IRC16:49
*** anonfriese__ has joined #jollamobile16:51
HarhaanJohtajalouisdk: i think insmat won't send outside finland16:53
*** gabriel9 has quit IRC16:56
*** melonipoika has joined #jollamobile16:56
pp_http://lastucase.com/product/lastu-wooden-skin-jolla/ might be nice too17:02
roboropp_: doesn''t look like it will protect the screen though17:05
roborojust an adhesive skin for TOH17:05
pp_yep, just looks cooler than the white TOH .-)17:05
roboroI actually quite like my white TOH... everyone else seems to be keen to get rid of it... odd17:06
pp_red one is the way to go :-)17:06
roboro... I was too late on the sign up to be The First One17:06
roborospent a bit too long deliberating whether I wanted to blow the cash on a new phone17:07
roboroI am SOOOOO glad I did17:07
*** clau has joined #jollamobile17:08
roboromy android phone is now treated with the disrespect that it deserves17:08
*** Sail0r has joined #jollamobile17:08
*** rcg has quit IRC17:09
*** Blizzz has quit IRC17:10
*** NIN101 has joined #jollamobile17:10
kimmoli_jollasomeone mentioned toh's here?  http://t.co/YV7SBFIogr17:11
*** stuartmd has joined #jollamobile17:15
stn^http://www.allboutn9.info/2014/02/sailfish-os-1041-ohijarvi-whats-new.html17:15
*** Sailorrr has joined #jollamobile17:16
Sailorrrhi17:17
Teguhi17:18
Sailorrrhow r u17:19
*** Johku has joined #jollamobile17:19
Pnuubad comparison of the "bigger keys in vkb", the phones have different layouts :-P17:19
roboroindeed... I noticed that as well :D17:19
*** equalsraf_ is now known as equalsraf17:19
roboronice to see what is on its way... but as for changes to application features etc... not much info17:20
*** Fryella has quit IRC17:20
*** Fryella has joined #jollamobile17:21
* roboro wishes his C++ abilities we a little better than they are currently... he would certainly try to help out with improving some things17:21
*** paju has quit IRC17:21
*** FryellaX has joined #jollamobile17:21
*** thessy has joined #jollamobile17:22
*** paju has joined #jollamobile17:22
Sailorrrpython devs here?17:23
Turskii've done some small experimenting with python, but would not call myself a python dev17:23
*** mk2soldier has joined #jollamobile17:24
roboroSailorrr: what do you need... I'm a python dev... but only just beginning to work out how to use pyotherside in an app I am working on17:24
*** Johku has quit IRC17:25
Sailorrrpyotherside... nice ... but i am not even there17:25
roboro:)17:25
*** Fryella has quit IRC17:25
Turski...17:25
roborowhat do you want help with?17:25
Sailorrrsorry i was just wondering. and trying out the jolla irc client. impressive work!17:28
*** Nichope has joined #jollamobile17:30
*** Sailor5543_ has joined #jollamobile17:32
*** Sailorrr has quit IRC17:34
*** Sailor5543 has quit IRC17:36
*** Sailor5543_ has quit IRC17:39
*** jreznik has quit IRC17:40
*** TimTTK has quit IRC17:41
*** TimTTK has joined #jollamobile17:41
*** Jpel has joined #jollamobile17:44
*** Kabouik has quit IRC17:46
*** motiejus has left #jollamobile17:47
*** Sailor10766 has joined #jollamobile17:47
*** kaptenen has joined #jollamobile17:51
*** dazo is now known as dazo_afk17:51
*** Tofe|Away is now known as Tofe17:53
*** kaptenen has quit IRC17:53
*** jreznik has joined #jollamobile17:55
*** FlameReaper has quit IRC17:58
*** pinheiro has quit IRC17:59
*** pvanhoof has joined #jollamobile18:03
*** pvanhoof has quit IRC18:03
*** pvanhoof has joined #jollamobile18:03
*** Cindy23 has joined #jollamobile18:03
Cindy23 You can find funny videos here. http://bit.do/my_videos6918:03
*** Cindy23 has quit IRC18:04
*** Varmonger has joined #jollamobile18:05
Turskicould someone finally please set +R for this channel?18:06
*** Sailor5543_ has joined #jollamobile18:07
*** Sailor5543_ has quit IRC18:07
*** Sailor5543_ has joined #jollamobile18:07
*** CvP has quit IRC18:08
Pnuuthat would remove huge amount of people18:10
Pnuuor did you mean +r?18:12
louisdkHarhaanJohtaja: I found a nice guy that willing to send a couple of them to me. His local DNA Store is just out of stock atm.18:13
*** phinaliumz has quit IRC18:13
*** phaeron has joined #jollamobile18:13
Pnuu+R is block private messages from un-id'd to _you_, +r is a channel option to prevent un-id'd to join the channel18:13
*** olitree has quit IRC18:15
*** Johku has joined #jollamobile18:15
*** Blizzz has joined #jollamobile18:18
*** stuartmd has quit IRC18:21
*** stuartmd has joined #jollamobile18:22
*** sameo has quit IRC18:23
*** Johku has quit IRC18:23
*** tetris4 has quit IRC18:25
TurskiPnuu: looks like i meant +r18:26
*** clau has quit IRC18:27
*** clau has joined #jollamobile18:29
*** ortylp has joined #jollamobile18:30
*** clau has quit IRC18:30
*** TimTTK_ has quit IRC18:33
*** TimTTK has quit IRC18:34
*** TimTTK has joined #jollamobile18:35
*** pinheiro has joined #jollamobile18:36
*** TimTTK has quit IRC18:38
*** GentSir has quit IRC18:39
*** TimTTK has joined #jollamobile18:41
*** jmlich has quit IRC18:41
*** TimTTK_ has joined #jollamobile18:41
*** javispedro has quit IRC18:42
*** KangOl has quit IRC18:44
Stskeepshello world18:44
Stskeepsfrom MWC2014, not so good wifi there18:45
*** Whippler has joined #jollamobile18:45
*** Whippler has quit IRC18:46
*** ortylp has quit IRC18:46
*** radekp has joined #jollamobile18:47
raa70isn't that obvious, it's not like there's everybody who is somebody in the area of wireless communications?18:47
Stskeepsyess18:47
Stskeepsbut it sucks even for exhibitors.. good thing we have offline demo content18:48
Stskeeps:P18:48
*** jjarven has quit IRC18:48
*** phaeron has quit IRC18:49
*** Fryella has joined #jollamobile18:49
kimmoli_jollahello.18:51
*** jjanvier has joined #jollamobile18:52
kimmoli_jollahow was the day Stskeeps ?18:52
*** itbaron has quit IRC18:52
Stskeepskimmoli_jolla: good, lots of good feedback and ooh-aah18:52
*** FryellaX has quit IRC18:53
Stskeepspeople really like the TOH OLED18:53
kimmoli_jollahave been following news..18:53
kimmoli_jollasome stuck on android, saying that those covers shows apps you had recently running18:53
chem|stStskeeps: I am waiting for an TOH-eInk18:54
AcceMobile World Conference without proper network, oh the irony18:54
dunptoh eink keyboard18:54
StskeepsAcce: you have to use LTE18:54
AcceStskeeps: I guess, if your company is paying for it :P18:55
korwait, wat18:55
Acceotherwise it'll cost you a year's salary (if roaming)18:55
*** equalsraf is now known as equalsraf_18:56
dunphttp://appleinsider.com/articles/14/01/03/blackberry-sues-ryan-seacrest-backed-typo-alleges-patent-infringement like this but eink keyboad so layout can be customised  on software18:56
kimmoli_jollahnm not so virtual virtual kbd?18:58
dunptransparent cover to get18:58
dunptouth on it18:58
dunphttp://www.youtube.com/watch?v=o03lWhKykBk18:59
*** M4rtinK has joined #jollamobile18:59
*** furikku has quit IRC19:00
*** ortylp has joined #jollamobile19:02
stephg_with hopefully less than a week to go, I think it's about time we start talking about the ETA of the ETA app19:04
Nichopehi Stskeeps :)19:05
*** elldekaa has quit IRC19:06
stephg_btw anyone at MWC, did anyone get to have a look at this yet (Tizen): http://arstechnica.com/gadgets/2014/02/hands-on-with-samsungs-tizen-os-a-impressively-capable-android-clone/19:06
*** Blizzz has quit IRC19:06
VarmongerGuys, the android emulator thingy. Would it be possible to "speed it up" when the app already is "emulated"?19:06
VarmongerTo receive it's original speed?19:07
Nichopethere are some firends that are going to mwc tomorrow (they have a potentially succesful company). I told them to look after your stand, because maybe some "collaboration" could be positive for both them and Jolla19:07
*** jreznik has quit IRC19:08
*** jjarven has joined #jollamobile19:10
kimmolidamn. i did run out of parts19:10
bencoh"speed it up" ?19:12
*** Eismann has joined #jollamobile19:13
*** Sailorrr has joined #jollamobile19:16
*** fk_lx has joined #jollamobile19:17
*** Morpog_PC has joined #jollamobile19:17
*** phdeswer has quit IRC19:17
*** Sailorrr has quit IRC19:17
*** Sailorrr has joined #jollamobile19:17
*** master_o1_master has joined #jollamobile19:18
*** radekp has quit IRC19:21
*** master_of_master has quit IRC19:21
*** mato^ has quit IRC19:21
*** ortylp has quit IRC19:24
*** kuadrosx_ is now known as kuadrosx19:24
*** NRKA has quit IRC19:24
*** MarkD has joined #jollamobile19:24
*** sardini has joined #jollamobile19:25
*** c0ck4m0u53 has quit IRC19:25
*** CraigA has quit IRC19:26
*** CraigA has joined #jollamobile19:26
*** CraigA has quit IRC19:26
*** CraigA has joined #jollamobile19:26
*** phdeswer has joined #jollamobile19:27
*** mato^ has joined #jollamobile19:27
*** MarkD has left #jollamobile19:27
*** elldekaa has joined #jollamobile19:29
*** bentz has joined #jollamobile19:32
*** wootis has quit IRC19:32
*** radekp has joined #jollamobile19:35
*** ajijjajia has joined #jollamobile19:36
*** onurati has joined #jollamobile19:36
*** [lutunen] has joined #jollamobile19:37
*** mato^ has quit IRC19:37
*** weeems has joined #jollamobile19:37
*** WuckinFerkin has joined #jollamobile19:38
*** r2rien has joined #jollamobile19:39
*** vode_ has joined #jollamobile19:39
*** Sail0r has quit IRC19:41
*** FiSHNuTZ has joined #jollamobile19:41
*** Sail0r has joined #jollamobile19:41
*** minimec_ has joined #jollamobile19:41
*** disharmonic has joined #jollamobile19:41
*** disharmonic has joined #jollamobile19:41
*** SfietKonstantin has quit IRC19:42
*** SfietKonstantin has joined #jollamobile19:42
*** onurati_ has joined #jollamobile19:43
*** AL13N_work1 has joined #jollamobile19:43
*** Sailorrr_ has joined #jollamobile19:43
*** mato^ has joined #jollamobile19:43
*** Sailorrr has quit IRC19:43
*** Custodian has quit IRC19:44
*** Sailorrr_ has quit IRC19:44
*** Sail0r has quit IRC19:44
*** Sailorrr_ has joined #jollamobile19:44
*** onurati has quit IRC19:47
*** phdeswer has quit IRC19:47
*** sardini has quit IRC19:47
*** NIN101 has quit IRC19:47
*** slate has quit IRC19:47
*** leinir has quit IRC19:47
*** FiSHBoY has quit IRC19:47
*** vode has quit IRC19:47
*** wickwire has quit IRC19:47
*** stephg_ has quit IRC19:47
*** zhxt has quit IRC19:47
*** vanadis has quit IRC19:47
*** Natunen has quit IRC19:47
*** minimec has quit IRC19:47
*** weems has quit IRC19:47
*** Trizt has quit IRC19:47
*** meskal has quit IRC19:47
*** tsukimori has quit IRC19:47
*** afiestas has quit IRC19:47
*** DrainBamaged has quit IRC19:47
*** AL13N_work has quit IRC19:47
*** w00t has quit IRC19:47
*** Marc1 has quit IRC19:47
*** ali1234 has quit IRC19:47
*** haBuu_ has quit IRC19:47
*** XenGi has quit IRC19:47
*** Lancer has quit IRC19:47
*** tbr has quit IRC19:47
*** vode_ is now known as vode19:47
*** weeems is now known as weems19:47
*** weems has joined #jollamobile19:47
*** matoking has joined #jollamobile19:48
*** ajijjajia has quit IRC19:50
*** ajijjajia has joined #jollamobile19:50
*** SfietKonstantin has quit IRC19:53
*** vanadis has joined #jollamobile19:53
*** wickwire has joined #jollamobile19:54
*** stephg_ has joined #jollamobile19:54
*** zhxt has joined #jollamobile19:54
*** phdeswer has joined #jollamobile19:54
*** ali1234 has joined #jollamobile19:54
*** tsukimori has joined #jollamobile19:55
*** artemma has joined #jollamobile19:55
*** NIN101 has joined #jollamobile19:55
*** mk2soldi_ has joined #jollamobile19:57
*** slate has joined #jollamobile19:58
*** w00t has joined #jollamobile19:58
*** sardini has joined #jollamobile19:58
*** leinir has joined #jollamobile19:58
*** Trizt has joined #jollamobile19:58
*** meskal has joined #jollamobile19:58
*** afiestas has joined #jollamobile19:58
*** haBuu_ has joined #jollamobile19:58
*** XenGi has joined #jollamobile19:58
*** Lancer has joined #jollamobile19:58
*** tbr has joined #jollamobile19:58
*** 18WAFYSLF has joined #jollamobile19:58
*** saltsa has quit IRC19:58
*** teksu__ has joined #jollamobile19:58
*** kuadrosx_ has joined #jollamobile19:58
*** 18WAFYSLF has quit IRC19:59
*** slate has quit IRC19:59
*** w00t has quit IRC19:59
*** sardini has quit IRC19:59
*** leinir has quit IRC19:59
*** Trizt has quit IRC19:59
*** meskal has quit IRC19:59
*** afiestas has quit IRC19:59
*** haBuu_ has quit IRC19:59
*** XenGi has quit IRC19:59
*** Lancer has quit IRC19:59
*** tbr has quit IRC19:59
*** anonfriese__ has quit IRC19:59
*** softmetz_ has joined #jollamobile19:59
*** goroboro has joined #jollamobile19:59
*** FryeX has joined #jollamobile20:00
*** kavuri has joined #jollamobile20:00
*** master_of_master has joined #jollamobile20:00
*** Blizzz has joined #jollamobile20:00
*** miksuh_ has joined #jollamobile20:01
*** blaroche_ has joined #jollamobile20:01
*** nibbler_ has joined #jollamobile20:01
*** teksu_ has quit IRC20:01
*** npm has quit IRC20:01
*** equalsraf_ has quit IRC20:01
*** mornfall has quit IRC20:01
*** AL13N_work1 has quit IRC20:01
*** master_o1_master has quit IRC20:01
*** bef0rd has quit IRC20:01
*** softmetz has quit IRC20:01
*** kavuri_ has quit IRC20:01
*** petantik has quit IRC20:01
*** Frye has quit IRC20:01
*** amizraa4 has quit IRC20:01
*** phdeswer has quit IRC20:01
*** vanadis has quit IRC20:01
*** matoking has quit IRC20:01
*** mk2soldier has quit IRC20:01
*** roboro has quit IRC20:01
*** louisdk has quit IRC20:01
*** KaIRC has quit IRC20:01
*** kuadrosx has quit IRC20:01
*** miksuh has quit IRC20:01
*** nibbler has quit IRC20:01
*** chriadam|away has quit IRC20:01
*** ttyS3 has quit IRC20:01
*** Marc1 has joined #jollamobile20:01
*** simbrown has quit IRC20:01
*** paju has quit IRC20:01
*** ibins has quit IRC20:01
*** blaroche has quit IRC20:01
*** pigletto has quit IRC20:01
*** phdeswer has joined #jollamobile20:01
*** onurati_ has quit IRC20:01
*** kimmoli_jolla has quit IRC20:01
*** paju has joined #jollamobile20:01
*** suy has quit IRC20:01
*** pigletto has joined #jollamobile20:01
*** suy has joined #jollamobile20:01
*** matoking has joined #jollamobile20:01
*** KaIRC has joined #jollamobile20:02
*** AL13N_work has joined #jollamobile20:02
*** Nekron_ has joined #jollamobile20:03
*** louisdk has joined #jollamobile20:04
*** chriadam has joined #jollamobile20:04
*** saltsa has joined #jollamobile20:05
*** petantik has joined #jollamobile20:05
*** onurati has joined #jollamobile20:05
*** 18WAFYSLF has joined #jollamobile20:05
*** slate has joined #jollamobile20:05
*** w00t has joined #jollamobile20:05
*** leinir has joined #jollamobile20:05
*** Trizt has joined #jollamobile20:05
*** meskal has joined #jollamobile20:05
*** afiestas has joined #jollamobile20:05
*** haBuu_ has joined #jollamobile20:05
*** XenGi has joined #jollamobile20:05
*** Lancer has joined #jollamobile20:05
*** tbr has joined #jollamobile20:05
*** spiiroin has quit IRC20:06
*** CraigA has quit IRC20:06
*** jjanvier has quit IRC20:06
*** CraigA has joined #jollamobile20:06
*** jjanvier_ has joined #jollamobile20:06
*** CraigA has quit IRC20:06
*** CraigA has joined #jollamobile20:06
*** w00t is now known as Guest8059420:06
*** spiiroin has joined #jollamobile20:06
*** ajijjajia has quit IRC20:08
*** flotron has quit IRC20:08
*** martyone__ has quit IRC20:08
*** flotron has joined #jollamobile20:09
*** teksu__ has quit IRC20:09
*** ajaijjaj has joined #jollamobile20:09
*** elldekaa has quit IRC20:09
*** bnvk has quit IRC20:09
*** elldekaa has joined #jollamobile20:10
*** KaIRC has quit IRC20:10
*** pigletto_ has joined #jollamobile20:10
*** jjanvier__ has joined #jollamobile20:10
*** Pat_o_ is now known as Pat_o20:11
*** vanadis has joined #jollamobile20:12
*** Marc11 has joined #jollamobile20:12
*** jjanvier_ has quit IRC20:12
*** TimTTK_ has quit IRC20:12
*** paju_ has joined #jollamobile20:12
alehow can i input the underscore-character _ with jolla?20:13
*** KaIRC has joined #jollamobile20:14
koryou can't find it on your keyboard?20:14
Teguale: press ?123 and then 1/220:15
Tegu1/2 means pages 1/220:15
koryeah, i get it on page 2 of symbols20:15
*** kuadrosx_ is now known as kuadrosx20:15
Teguer that sounds confusing :D20:15
*** wickwire has quit IRC20:16
*** bnvk has joined #jollamobile20:17
*** reviewjolla_ has joined #jollamobile20:17
aleTegu, kor: ok thanks, i thought it was just a key for ½ sign :)20:18
korthe hint is that it's white and not yellow20:18
alemissed that one20:18
*** pigletto has quit IRC20:18
*** paju has quit IRC20:18
*** phdeswer has quit IRC20:18
*** Marc1 has quit IRC20:18
*** artemma has quit IRC20:18
*** planasb has quit IRC20:18
koryeah. there are lots of subtle things that i miss all the time20:19
korlandscape mode swipes, where the hell do they go20:19
kor"so i'd like to see my previous picture... oh, okay. so i closed the camera."20:19
*** vode has quit IRC20:19
*** sardini has joined #jollamobile20:19
*** artemma has joined #jollamobile20:19
*** planasb has joined #jollamobile20:19
*** ibins has joined #jollamobile20:19
*** phdeswer has joined #jollamobile20:21
*** Sailor5543_ has quit IRC20:22
*** Termos_ has quit IRC20:22
*** mato^ has quit IRC20:22
*** ali1234 has quit IRC20:25
*** bentz has quit IRC20:26
VarmongerBencoh: I mean an emulator of anykind slows down the emulated app. Which is understandable. But I wonder if there's a way to speed it up after it has been emulated.20:27
*** KaIRC has quit IRC20:27
*** mato^ has joined #jollamobile20:28
*** KaIRC has joined #jollamobile20:28
*** radekp has quit IRC20:28
*** Sailor10766 has quit IRC20:29
*** PeperJohnny has quit IRC20:31
*** mato^ has quit IRC20:31
*** melonipoika has quit IRC20:32
ShadowJKThere's very little, if any at all, emulation going on20:32
*** KaIRC has quit IRC20:33
*** mato^ has joined #jollamobile20:33
*** KaIRC has joined #jollamobile20:33
VarmongerYes but it's still getting emulated, because it's an android app. Right ShadowJK?20:34
ShadowJKIt's not really emulation20:35
bencohthis isn't an "emulator" in the strict sense20:35
*** dazo_afk has quit IRC20:37
*** equalsraf_ has joined #jollamobile20:41
*** amccarthy has quit IRC20:43
*** amccarthy has joined #jollamobile20:44
VarmongerNo?20:45
*** elldekaa_ has joined #jollamobile20:46
*** elldekaa has quit IRC20:46
*** 18WAFYSLF has quit IRC20:50
*** blubdibub has joined #jollamobile20:50
bencohI guess you're talking about hybris ?20:52
*** arcean has joined #jollamobile20:53
stn^anyone else got dead pixel(s) on their displays?20:55
*** Nekron_ has quit IRC20:59
*** Adityab has quit IRC21:00
*** NIN101 has quit IRC21:03
*** Pat_o has quit IRC21:04
*** Jpel has quit IRC21:05
*** blaroche_ has quit IRC21:06
keithzgVarmonger: The Android app compatibility is no more "emulation" than it is on Android devices themselves; it's just a stack that implements the required APIs and whatnot for Android apps to run.  It's much like how WINE means Wine Is Not an Emulator ;)21:06
VarmongerWell anyway. It still slows the app down. So is there anyway to fix that?21:08
VarmongerOr like speed it up?21:08
slateswap to android device with better hw?21:09
cb400fmaybe soon installing sailfishOS on that hw will be an option ;-)21:10
*** thessy has quit IRC21:11
*** tanty has quit IRC21:15
*** cb400f has quit IRC21:15
*** japee_ has joined #jollamobile21:16
*** AlmAck has joined #jollamobile21:16
*** Andy80 has joined #jollamobile21:16
*** Andy80 has joined #jollamobile21:16
*** Dima^_ has joined #jollamobile21:17
*** Varmonger has quit IRC21:17
*** Sage_ has joined #jollamobile21:17
*** phaeron has joined #jollamobile21:18
*** japee has quit IRC21:18
*** Hq`_ has joined #jollamobile21:18
*** tj____ has joined #jollamobile21:18
*** s1gk1ll has joined #jollamobile21:18
*** Anden has joined #jollamobile21:19
*** s1gk1ll is now known as Guest9183621:19
*** tehdely_ has joined #jollamobile21:19
*** edgar2_ has joined #jollamobile21:19
*** elldekaa_ has quit IRC21:20
*** svuorela_ has joined #jollamobile21:20
*** elldekaa has joined #jollamobile21:20
*** nahkiss_ has joined #jollamobile21:20
*** Dima^ has quit IRC21:20
*** Sage__ has quit IRC21:20
*** svuorela has quit IRC21:20
*** Hq` has quit IRC21:20
*** Guest22427 has quit IRC21:20
*** tj______ has quit IRC21:20
*** Anden_ has quit IRC21:20
*** ecloud has quit IRC21:20
*** edgar2 has quit IRC21:20
*** bjorn has quit IRC21:20
*** FIQ has quit IRC21:20
*** tehdely has quit IRC21:20
*** oahong has quit IRC21:20
*** lizardo has quit IRC21:20
*** nahkiss has quit IRC21:20
*** oahong has joined #jollamobile21:20
*** bjorn has joined #jollamobile21:20
*** bjorn has joined #jollamobile21:20
*** dschoepe has quit IRC21:20
*** stn^ has quit IRC21:20
*** bjorn has joined #jollamobile21:20
*** bjorn has joined #jollamobile21:20
*** dschoepe has joined #jollamobile21:20
*** stn^ has joined #jollamobile21:21
*** lizardo has joined #jollamobile21:21
*** ecloud has joined #jollamobile21:21
*** oahong has quit IRC21:21
*** oahong has joined #jollamobile21:21
*** Morpog_ has joined #jollamobile21:22
*** DrainBamaged has joined #jollamobile21:24
*** roboro has joined #jollamobile21:24
*** chriadam_ has joined #jollamobile21:25
*** pigletto has joined #jollamobile21:25
*** jjanvier has joined #jollamobile21:25
*** wmarone_ has joined #jollamobile21:26
*** dafox has joined #jollamobile21:26
*** lizardo has quit IRC21:26
*** dafox is now known as Guest4139821:27
*** pvanhoof has quit IRC21:27
*** jukkar1 has joined #jollamobile21:27
*** saltsa_ has joined #jollamobile21:27
*** tj______ has joined #jollamobile21:27
*** Anden has quit IRC21:28
*** saltsa has quit IRC21:28
*** tj____ has quit IRC21:28
*** goroboro has quit IRC21:28
*** pigletto_ has quit IRC21:28
*** chriadam has quit IRC21:28
*** wmarone has quit IRC21:28
*** Sailorrr_ has quit IRC21:30
*** Sailorrr_ has joined #jollamobile21:30
*** tanty has joined #jollamobile21:31
*** Sailorrr_ has quit IRC21:32
*** FryellaX has joined #jollamobile21:32
*** ShadowJK has quit IRC21:32
*** ShadowJK_ has joined #jollamobile21:32
*** master_o1_master has joined #jollamobile21:34
*** Anden_ has joined #jollamobile21:34
*** master_of_master has quit IRC21:34
*** spiiroin has quit IRC21:34
*** ibins has quit IRC21:34
*** Anden has joined #jollamobile21:34
*** spiiroin has joined #jollamobile21:34
*** jjanvier__ has quit IRC21:34
*** WuckinFerkin has quit IRC21:35
*** Morpog_PC has quit IRC21:35
*** jukkar has quit IRC21:35
*** Anden has quit IRC21:35
*** HarhaanJohtaja has quit IRC21:35
*** Fryella has quit IRC21:35
*** ecloud has quit IRC21:35
*** Stormaaja has quit IRC21:36
*** Stormaaja has joined #jollamobile21:36
*** cxl000 has quit IRC21:36
*** FIQ- has joined #jollamobile21:36
*** ecloud has joined #jollamobile21:36
*** dazo_afk has joined #jollamobile21:36
*** dazo_afk is now known as dazo21:37
*** fk_lx has quit IRC21:39
*** alien_ has joined #jollamobile21:40
*** ajaijjaj has quit IRC21:41
*** dazo has quit IRC21:44
*** ibins has joined #jollamobile21:47
*** nightmare__ has joined #jollamobile21:47
*** blubdibub has quit IRC21:48
*** Tofe is now known as Tofe|Away21:48
*** dazo_afk has joined #jollamobile21:49
*** dazo_afk is now known as dazo21:50
*** Eismann has quit IRC21:56
*** Xeno_PL has quit IRC21:59
*** Andy80 has quit IRC21:59
*** matoking has quit IRC21:59
*** FIQ- has quit IRC22:00
*** FIQ- has joined #jollamobile22:00
*** FIQ- is now known as FIQ22:00
*** onurati has quit IRC22:00
*** M4rtinK has quit IRC22:05
*** teksu__ has joined #jollamobile22:09
*** weems has quit IRC22:12
*** ortylp has joined #jollamobile22:18
*** KaIRC has quit IRC22:25
*** KaIRC has joined #jollamobile22:27
*** Guest80594 is now known as w00t22:32
*** w00t has joined #jollamobile22:32
*** ponky has quit IRC22:33
*** ponky has joined #jollamobile22:34
*** FiSHNuTZ has quit IRC22:37
*** Guest41398 has quit IRC22:37
*** mfulz has quit IRC22:39
*** sameo has joined #jollamobile22:43
*** joered has quit IRC22:43
*** ortylp has quit IRC22:45
*** jjanvier has quit IRC22:45
*** bef0rd has joined #jollamobile22:48
*** louisdk has quit IRC22:50
*** IZ1IVA has joined #jollamobile22:58
*** IZ1IVA has left #jollamobile23:01
*** Morpog_ has quit IRC23:04
*** nightmare__ has quit IRC23:12
*** [lutunen] has quit IRC23:13
*** Kabouik has joined #jollamobile23:16
*** blam_ has quit IRC23:18
*** blam_ has joined #jollamobile23:18
*** Kabouik_ has joined #jollamobile23:21
*** blam_ has quit IRC23:23
*** Kabouik has quit IRC23:23
*** r2rien has quit IRC23:23
*** arcean has quit IRC23:28
*** mjones has quit IRC23:29
*** mjones has joined #jollamobile23:29
*** imunsie has joined #jollamobile23:33
*** mjones has quit IRC23:34
*** stuartmd has quit IRC23:41
*** AlmAck has quit IRC23:41
*** stuartmd has joined #jollamobile23:41
*** stuartmd has quit IRC23:42
*** toartist has joined #jollamobile23:43
*** mjones has joined #jollamobile23:52

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