[00:24] When I try to install ubuntu-touch on my meizu mx4 now, I get the error "can't boot recovery image" - how can I fix this? [00:29] Hey everyone. im wondered if anyone has a download link for touch flashable files === xenchrarr is now known as Guest52459 === xiinotulp is now known as plutoniix === jamesh_ is now known as jamesh === ValicekB_ is now known as ValicekB === balloons is now known as Guest45465 === Guest45465 is now known as balloons_ [05:54] good mornin [05:54] g [06:09] Hey guys, I've installed the SDK as stated on developer.ubuntu.com and effected by this bug. https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1477580 Does someone knows how to fix it? My phone and desktop are up to date. [06:09] Ubuntu bug 1477580 in apparmor-easyprof-ubuntu (Ubuntu) "[HTML5] AppaArmor denials to used the system installed UI SDK files, when webapp container used as a launcher" [High,Fix released] === ahoneybun_ is now known as ahoneybun === curtness is now known as strahtw === kalikiana_ is now known as kalikiana [08:09] good morning [08:46] Hey guys, Goodmorning. I've already asked this question but I disconnect by mistake. So, again: I've installed the SDK as stated on developer.ubuntu.com and effected by this bug. https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1477580 Does someone knows how to fix it? [08:46] Ubuntu bug 1477580 in apparmor-easyprof-ubuntu (Ubuntu) "[HTML5] AppaArmor denials to used the system installed UI SDK files, when webapp container used as a launcher" [High,Fix released] === zz_Foxmaster is now known as Foxmaster [09:20] mardy, o/ [09:20] mardy, for testing https://code.launchpad.net/~mardy/location-service/last-known-position/+merge/277358 [09:20] tvoss: hi! [09:22] mardy, I would propose to create a test setup that includes an Engine instance, a service::Implementation instance, creating session and subsequently injecting a reference position into the engine [09:22] mardy, let me hand you some links to bootstrap the testing setup [09:22] tvoss: thanks [09:24] mardy, you might want to copy http://bazaar.launchpad.net/~phablet-team/location-service/15.04/view/head:/tests/acceptance_tests.cpp#L576 [09:24] the tests sets up a private testing bus instance, a service and a client [09:24] and alters the value of an Engine [09:24] * tvoss takes note to come up with a common fixture [09:26] tvoss: this link seems helpful indeed; do you want me to create a new cpp file for this test, or should I add it to an existing file? [09:26] mardy, add to the existing file. We can have a followup MP to split out the file [09:26] mardy, it's getting a little large :) [09:27] tvoss: OK :-) === JMulholland_ is now known as JMulholland [09:54] jgdx, Hi! [09:55] jgdx, can you tell what mechanism we use to turn on/off data connection from system settings ? Is there a command line way to do that ? [10:03] Good morning all; happy Monday, and happy Button Day! 😃 === Foxmaster is now known as zz_Foxmaster [11:00] cd :q [11:21] mardy, did you have a chance to give https://requests.ci-train.ubuntu.com/#/ticket/651 a spin? [11:57] tvoss: not yet, sorry === santi_ is now known as santi [11:58] mardy, no worries, I gave it a spin [12:12] om26er, hey, yes. /usr/share/ofono/scripts/disable-gprs and /usr/share/ofono/scripts/enable-gprs [12:12] om26er, we toggle Powered on the ConnMan interface [12:13] jgdx, is the ofono script doing exactly the same thing as the UI ? [12:13] om26er, yes [12:13] jgdx, great, thanks === alan_g is now known as alan_g|lunch [13:03] tvoss: I've just updated https://code.launchpad.net/~mardy/location-service/last-known-position/+merge/277358 [13:04] tvoss: there's an apparently unrelated change in time_based_update_policy.cpp, but it's quite important [13:04] mardy, the fix for the uninitialized value? [13:05] tvoss: no, a fix on the accuracy check [13:05] tvoss: the previous code was checking the accuracy only if it was set on both the old and the new positions; but I think we should always update the position if there was no accuracy on the old position [13:06] mardy, yup, certainly === zz_Foxmaster is now known as Foxmaster === Foxmaster is now known as zz_Foxmaster === zz_Foxmaster is now known as Foxmaster [13:39] tvoss: I want to change debian/source/format to be "3.0 (native)", so that I can easily build the package with pdebuild; can I sneak this change in my current MP, or do you prefer a separate one? [13:39] mardy, separate one, please [13:39] tvoss: OK === Foxmaster_ is now known as Foxmaster [13:45] brendand: hey. sorry, i was on vacation last week. shouldn't there be a helper in unity8 for doing the search and we should use that instead of doing all the work in the scope ap tests? [13:46] tvoss: here it is: https://code.launchpad.net/~mardy/location-service/source-format/+merge/277570 [13:46] mardy, great, thx [13:48] dobey, that would probably be better, yes. i'm not sure what the motivation behind adding the helper into unity-scope-click instead was [13:48] dobey, maybe it was a case of path of least resistance at the time [13:49] tvoss: as for the last-known-position one, I'm preparing a MP against 15.04 (the one you saw was for trunk, just because I happen to be on xenial); as soon as I confirm that it builds on vivid, I'll ping you === Foxmaster is now known as zz_Foxmaster [13:50] mardy, ack, I would like to have a silo for testing asap to take it for a spin [13:50] brendand: i can only guess that elopio put it there because unity8 didn't have one yet === timp is now known as t1mp === zz_Foxmaster is now known as Foxmaster [13:52] tvoss: I can foresee a problem, though... on the first start, the last known position will be (0, 0); I should add a method is_valid() to the Position class, and don't emit the position changed signal if the cached position is invalid [13:53] mardy, hmmm, fair point [13:54] tvoss: on a project of mine, I'm initializing the latitute to NaN, to mark a position as invalid; do you think this is fine, or do you have a better idea? [13:54] mardy, NaN is tricky unfortunately. I would make it an Optional [13:55] mardy, that allows for a very simple check, without relying on (potentially brittle) numeric semantics [13:55] brendand: also, you cannot dual-land unity-scope-click [13:56] tvoss: as you wish; for the record, I'm using this: https://gitlab.com/mardy/mappero/blob/master/lib/Mappero/types.h#L113 [13:56] tvoss: the isValid() method on line 123 is indeed fishy :-) [13:56] mardy, ;) [13:57] mardy, picky here as I have spent too many hours debugging NaN-induced behavior before ;) [13:57] tvoss: well, if we have this Optional template, then I won't look further :-) [13:58] mardy, yup, in the code === Foxmaster is now known as zz_Foxmaster === lool- is now known as lool === alan_g|lunch is now known as alan_g === zz_Foxmaster is now known as Foxmaster [14:24] tvoss: mmm... using optional there makes the code look weird in many places (mostly because we are inside an Update<>, and an Optional<> makes things pretty weird) [14:25] tvoss: what about checking if the update timestamp is the beginning of times? [14:25] mardy, let me think about it [14:25] mardy, why not make the entire update optional? [14:26] tvoss: I guess the real question is why didn't I think of that? :-) [14:26] mardy, :) it's Monday, and looking at code for too long tends to block clear thinking :) [14:28] tvoss: thanks, this must be it ;-) [14:29] dobey, i just pushed the change, charles took care of the landing [14:29] tvoss: but is core::dbus able to handle this type? [14:29] mardy, yup [14:29] ok [14:30] mardy, at least that's my excuse on a Monday :) [14:30] :-) [14:33] brendand: ok, i'll yell at charles :) [14:34] dobey, you can yell at me too but i'll just ignore you if it's not relevant :) === tyhicks` is now known as tyhicks [14:38] hi all, do you have any idea if there is a way to turn auto focus off on meizu? === boiko_ is now known as boiko === dandrader is now known as dandrader|afk === elopio_ is now known as elopio === balloons_ is now known as balloons === JanC_ is now known as JanC [15:21] kenvandine, hey, added some stuff to the indicator mock: https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/mock-wifi-menu-items/+merge/277566 [15:23] jgdx, ok [15:24] pete-woods, hey, the wifi panel in uss is missing a section, and it it's empty in the gtk.Menus export from the indicator. [15:24] jgdx: that sounds pretty weird [15:25] which section is missing? [15:25] pete-woods, it does. It's there, but there's no label [15:25] :/ [15:25] v. weird indeed [15:27] pete-woods, i'll make a bug [15:28] jgdx: screenshits plz [15:28] *shots :$ [15:28] pete-woods, sure, but what of? [15:29] the uss screen [15:29] the indicator menu [15:29] for easy comparison [15:29] so I know what went missing [15:29] also, is this happening to everyone? [15:29] just happened this once to you? [15:29] etc [15:29] pete-woods, the thing is, it's not supposed to show in the indicator === dandrader|afk is now known as dandrader [15:31] pete-woods, and when I said empty, I meant that it's on /com/canonical/indicator/network/phone_wifi_settings but it has no label property [15:32] pete-woods, check it gdbus call -e -d com.canonical.indicator.network -o /com/canonical/indicator/network/phone_wifi_settings -m org.gtk.Menus.Start [0] [15:32] {':section': <(uint32 0, uint32 1)>} [15:33] that's correct, but according to the design spec there should be a label property (now) “Available Wi-Fi networks”. [15:33] okay [15:35] in a hangout now [15:35] but will talk about this more after [15:36] sure [16:39] awe: i am not sure my simpin unlock works... where can i see the log/errors from the ofono thingy on my phone? [16:40] syslog [16:40] grep for "ofonod" [16:40] which phone? [16:42] Mirv, hey had a couple Qt questions for you re: https://bugs.launchpad.net/ubuntu-rtm/+source/sync-monitor/+bug/1480877 [16:42] Ubuntu bug 1480877 in location-service (Ubuntu RTM) "Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices" [High,Triaged] [16:51] awe: meizu [16:51] rc-proposed? [16:51] point is i am sure i know the pin [16:51] and the failed attempts counter does not go down [16:51] stays at 3 [16:52] hmmm [16:52] awe: where would i see errors if somethig goes wrong during simpin unlock? [16:52] syslog, as I mentioned above [16:52] Nov 16 17:37:38 ubuntu-phablet ofonod[2960]: mtk_radio_state_changed, slot 0: state: SIM_LOCKED_OR_ABSENT md->ofono_online: 1 [16:53] is that all? [16:53] ( that looks like an error ) [16:53] hmm. its odd [16:53] i dismissed the ping dialog because i didnt want to hard lock it [16:53] but now the SIM isnt detected anymore in the UI [16:53] * asac reboots [16:54] * asac gets the feel something is fishy with that SIM [16:54] k [16:54] did you hot plug it? [16:54] nope [16:54] dont do that [16:54] good [16:54] it was a sim that was in the BQ [16:55] ok [16:55] when i came back the BQ didnt detect any sim at all [16:55] not even my prepaid onces [16:55] wow... [16:55] so i thought BQ is busted [16:55] now i put my normal sim into meizu and its detected, but my simpin doesnt work [16:55] now meize doesnt see my normal sim either :( [16:55] what image are you running [16:55] ? [16:56] rc-proposed? stable? [16:56] ( don't tell me xenial ) [16:56] awe: dunno where that problem is... i am on image... [16:56] 15.04 (r6) [16:56] didnt upgrade though [16:56] so Nov 16 17:54:16 ubuntu-phablet ofonod[2165]: mtk_radio_state_changed, slot 0: state: SIM_LOCKED_OR_ABSENT md->ofono_online: 1 [16:56] is what i get after reboot [16:57] that just means the SIM is locked [16:57] ( or absent ) [16:57] and meizu doenst ask for prompt anymnore [16:57] you need to enter the PIN [16:57] ok so i really hit the 3 attempts barrier [16:57] still i am 100% sure my pin was correct [16:57] do you have the PUK? [16:57] can a sim reset its PIN somehow/ [16:57] or maybe the BQ SIM component chocked and sent some bogus data to it :() [16:57] i have a PUK [16:57] not by itself [16:57] but dont know where :( [16:57] it must be somewhere buried [16:57] unless skynet just woke up on your SIM [16:58] i have this sim for like 5 years or so [16:58] hehe [16:58] well, as i said, the BQ phone seems to have no working SIM slot anymore [16:58] my sim was in there [16:58] when that happened [16:58] mine's about shot too [16:58] might be that there was some static involved [16:58] is it a common error that the SIM slot break on B [16:58] the SIM doors are just about broken for me [16:58] Q? [16:58] ah... well, i can put stuff in [16:59] but it jujst desnt detect anything [16:59] non of my 3 sims [16:59] maybe it fried all by now :) [16:59] damn... i hate trying to find my puk [16:59] how do i unlock if i have it? [16:59] kinda doubtful that all three fo them broke [16:59] seems i am not getting asked for a PUK at least [16:59] really? [16:59] no i dont get prompted [16:59] it just spits out the line above [16:59] 17:56 < asac> so Nov 16 17:54:16 ubuntu-phablet ofonod[2165]: mtk_radio_state_changed, slot 0: state: SIM_LOCKED_OR_ABSENT md->ofono_online: 1 [17:00] if i got to settings -> mobile [17:00] i get told it doesnt know my sim [17:00] well... I guess if the count wasn't going down, then it won't know to auto-prompt [17:00] damn i am late and have to run out [17:00] ok [17:00] talk soon. nice to meet friends without phone. lets hope we are able to find each other :P [17:00] maybe you should ping abeato in the morning ( he's same TZ as you ) [17:00] hehe [17:00] good luck! [17:00] thanks thats good [17:00] have to search for the PUK anyway i guess [17:01] k [17:01] you should be able to get it from your operator [17:01] worst case i misuse some old android of my wife [17:01] they throw it away and only give it to me [17:01] when they hand out the sim [17:01] if you loose it they give you a new sim unfortunately [17:02] but its ok [17:02] well... I'll check my MX4 later and verify that PIN unlocking is working [17:02] just nnoying :)\ [17:02] that would be cool [17:02] thanks [17:02] we test these pretty thoroughly everytime we release a new ofono [17:02] i am sure i can find the puk :P [17:02] asac, does the sim work on another phone? [17:02] it worked on the BQ ... then it stopped working on BQ, but so did all other SIMs i had [17:02] so the BQ is broken now for sure [17:02] because i can still use the other sims in the meize [17:02] just not my main one [17:03] that was in the BQ phone when it borke [17:03] :) [17:03] thats all i know [17:03] it asked me for sim 3 times on meizu and now its not asking at all [17:03] i entered the pin i am using since 10 years :) [17:03] so its unlikely wrong [17:03] just didnt unlock [17:03] ok have to run. lets chat tomorrow [17:04] k [17:04] ttyl [17:04] hey, I've an annoying little issue with my Bq - it seems to think I entered the PIN incorrectly, so is demanding a PUK code. [17:05] thing is, I never put a SIM into that phone [17:18] greyback_, contact BQ perhaps? puk code is related to a sim, not phone AFAIK [17:20] OerHeks: you're right. So I'm suspecting the phone software (ofono) is confused === wxl_ is now known as wxl === dandrader is now known as dandrader|afk === tosky_ is now known as tosky === wxl is now known as ngyhtmeyr === ngyhtmeyr is now known as wxl === Foxmaster is now known as zz_Foxmaster === clopez_ is now known as clopez [17:58] hi === alan_g is now known as alan_g|EOD === dandrader|afk is now known as dandrader === DavidDuffey is now known as dduffey === dpm is now known as dpm-afk === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader [21:30] I'm trying to find out when the next OS upgrade might come out for Ubuntu touch? [21:32] enska, 18 of november i think [21:32] http://news.softpedia.com/news/ubuntu-touch-ota-8-update-to-launch-on-november-18-495521.shtml [21:32] ahh, that soon. That would be rally nice. [21:33] And is there some place to announce user comments and bugs? [21:33] rally -> really [21:35] stakewinner00: thanks for the info. Didn't stumble into that page yet. [21:36] enska, for report bugs? [21:37] aww, well, sometimes the phone apps just crash or misbehave.. [21:37] https://wiki.ubuntu.com/Avengers there are the bug lists [21:37] thanks [21:39] enska, all i know of ubuntu touch is from softpedia :P [21:39] :) [21:39] thats more what I seem to know. :) [21:40] And I'm using this phone daily. [21:40] Not very happy with it atm, though... [21:42] enska, I only use the phone for call, use telegram, and listen music, i only care about battery lifetime. But yeah, there are some wrongs thinks, like music app. [21:43] yep, background play would nice feature. [21:44] enska, we are working on it :-) [21:45] good to know. :) [21:48] Now [21:48] wrong button [21:49] thanks for replys, I will start going trough the buglists. [22:00] one question, will ubuntu updates produce some type of "programed obsolescence", I mean, in 10 years, ubuntu update can be bigger than the free space of my phone? For example BQ 4.5 have 8GB of storage, in 10 years an update of ubuntu can be of 9GB for example? [22:03] stakewinner00: possible, but unlikely. we try to keep the core OS small, and phone images are built specific for devices, so aren't filled with drivers for every possible set of hardware [22:04] more likely the hardware will just be too slow and limited for modern software at that point, if it's 10 year old hardware [22:04] dobey, that's good :) I had an ipod touch, but the update was too big, and i don't like to waste money if the hardware still works. === wxl_ is now known as wxl === _MiW is now known as MiW === everbrew_ is now known as everbrew === keithzg_ is now known as keithzg