=== cwayne is now known as cwayne-afk [01:07] slug in a ditch.... could the porting docs suck any more? === olli_ is now known as olli [07:14] good morning [08:09] tvoss: I see you are a contributor to media-hub, I just filed bug 1381928 and I've media-hub-server still running, so feel free to ask me for more info if needed [08:09] bug 1381928 in Media Hub "media-hub-server taks 100% CPU when idle" [Undecided,New] https://launchpad.net/bugs/1381928 [08:09] mardy, on which image? [08:10] tvoss: utopic r279 [08:10] Good morning all; happy Conflict Resolution Day! :-D [08:10] mardy, also t a a bt full should help, please install libc6-dbg and libstdc++ debug symbols [08:15] tvoss: I update the bug description with the new bt, but the improvement is very small; maybe I should build libdbus-cpp myself, with the nostrip option [08:17] mardy, well, running htop and identifying the thread that is going havoc might help more [08:17] mardy, did you do a "t a a bt full"? [08:21] tvoss: oops, I missed that part; will do now [08:25] tvoss: ok, I attached that to the bug. [08:26] tvoss: htop shows me two processes, both taking > 200% CPU (?), but I'm not sure what I should do next [08:26] could you give me the pids of those? [08:27] mardy, also enabling tree view will reveal that they are threads of media-hub [08:35] tvoss: no, it seems that the parent is also media-hub-server, and the pids which are using most of the cpu are 2015 (the parent) and 2124 (one of the children) [08:40] mardy, ack, it's a circular dependency on destruction of the gstreamer-based Engine implementation [08:40] tvoss: I did a strace on the rogue child pid, and attached that; that might be more useful [08:41] tvoss: (I attached the last part only) [08:42] ah, that's interesting [08:43] tvoss: though from there it looks like the child gets killed, which is not the case (it's still running, maybe it's just strace being killed?) [08:43] hello....i have a problem installing updates for ubuntu in dualboot....it downloads the files in the android app, tries to install, but afterwards says, that there is the same update still available and the version number isnt changing....i use the develop-proposed channel! thx in advance [08:44] mardy, unlikely, and I think we have enough details to keep on looking at the issue [08:44] mardy, I guess we all have more than enough things to look at righ tnow [08:44] tvoss: cool, I'll leave it running anyway, so ping me back if you need something else [08:49] apparently 'unconfined wants to access your current location' [08:49] * Laney NOPE [09:07] hello....i have a problem installing updates for ubuntu in dualboot....it downloads the files in the android app, tries to install, but afterwards says, that there is the same update still available and the version number isnt changing....i use the develop-proposed channel! thx in advance [09:12] ogra_: the thing you're seeing, are you sure it's unity8-dash being lifecycled or is it crashing? [09:12] tsdgeos, i'm sure its lifecycling ... it has the same oom score as all other apps [09:13] ok [09:13] so it will be treated like any other app as soon as lifecycle mgmt kicks in [09:21] Saviq: ↑ [09:22] ogra_, tsdgeos, I'm testing the silo that fixes that in rtm now, so what's the issue? [09:22] no issue [09:22] ok :) [09:22] ah i thought it was in rtm already ^_^ [09:22] sorries [09:23] tsdgeos, yeah, it slipped through the cracks (i.e. it wasn't on the 10/16 list) === Namidairo_ is now known as Namidairo === cwayne-afk is now known as cwayne [10:20] rpadovani, hey, I commented on https://code.launchpad.net/~rpadovani/webbrowser-app/1351167/+merge/238155 [10:50] mardy, hi, is there an example on how to use accounts-qt to perform signed requests? I'd like to see if I can perform some calls from a scope to flickr and I'm a little lost === tvoss is now known as tvoss|test === tvoss|test is now known as tvoss [11:08] mandel: no, accounts-qt actually doesn't do that; it only returns you the token and the signature, then you are on your own [11:12] mardy, exactly, I just want to uderstand what info it returns me so that I can use ouath1 [11:13] mardy, is it enough to grab the account with the manager and get the consumer key and consumer token?? [11:13] mandel: no, there is a bit more, let me see if I can find some examples... [11:14] mardy, thx :) [11:19] mandel: by the way, what application is it? Could you use QML (that would make things much easier)? [11:20] mardy, a qml exmaple would be nice too, but I'd prefer to see how can I deal with it using cpp [11:21] mandel: OK, so, I think the best thing is to show you how it works in QML, and then how the QML lib is implemented using libaccounts-qt and libsignonq-qt [11:21] mardy, perfect [11:22] mandel: see the 3rd example from here: http://developer.ubuntu.com/api/qml/sdk-14.04/Ubuntu.OnlineAccounts.AccountServiceModel/ [11:22] mandel: on the "onAuthenticated:" line, we get a reply object which contains authentication data [11:23] mandel: for OAuth 1.0a, that will include the token and the signature, but now I con't remember the field names; you could use "console.log(JSON.stringify(reply))" to see them [11:23] mardy, awesome, with that + source I'm good to go :) [11:24] mandel: the code for this is mostly in http://bazaar.launchpad.net/~online-accounts/accounts-qml-module/trunk/view/head:/src/account-service.cpp [11:24] mardy, found it already :) [11:24] mandel: see the authenticate() method, line 391 [11:51] Hi === MacSlow is now known as MacSlow|lunch === _salem is now known as salem_ === alan_g is now known as alan_g|lunch === MacSlow|lunch is now known as MacSlow [13:00] pmcgowan, seb128, i think i found out the problem with my branch... waiting for it to build and test it after that [13:00] hmm, just had a notification which I dismissed, now my phone wont stop vibrating... [13:00] pmcgowan, seb128 i also have a small branch for another issue after that one [13:01] gatox, what branch? [13:01] seb128, the one that check the hash [13:02] oh, k [13:02] brendand_: on what release did this happen? https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1381101 [13:02] Ubuntu bug 1381101 in unity-scope-click (Ubuntu) "When leaving and re-entering an installation preview the progress bar state is lost" [Undecided,New] === alan_g|lunch is now known as alan_g [13:14] alecu: it happens if you leave the preview before install preview comes up, iirc [13:15] oh, no [13:15] that's a different issue [13:16] dobey: hey, that's the issue I was going to log 2 days ago :-) [13:16] alecu, ummm, maybe 105 [13:17] alecu, i'll check again it's still there [13:17] * sergiusens looks at video to be sure [13:17] sergiusens: right, i was thinking that was the same issue; then i watched the video [13:17] alecu, i have a video and everything :) [13:17] 105 ... ancient stuff ! [13:17] dobey: yeah, I don't see that issue [13:17] ogra_, yeah it's so earlier this week :) [13:18] :) [13:18] * sergiusens edits the description [13:30] hi, is sony xperia z1 supported by ubuntu touch? [13:31] pete-woods, i can repro it pretty reliably on the latest image [13:32] brendand_: this is the progress bar thing? [13:33] pete-woods, yeah with the video [13:34] brendand_: well I have raised this bug: https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1381101 [13:34] Ubuntu bug 1381101 in unity-scope-click (Ubuntu) "When leaving and re-entering an installation preview the progress bar state is lost" [Undecided,New] [13:34] brendand_: here a list of supported phones https://wiki.ubuntu.com/Touch/Devices [13:34] pete-woods, yeah but you said you can't reproduce it [13:35] oh sorry i ment tuor-work [13:36] brendand_: will have another go, but really that bug needs its priority set if for someone to work on it [13:37] E524, ah thx. Man why don't developp for my phone? I'll go to buy a new phone, just becaus i wish to try ubuntu touch out. ^^ [13:37] pete-woods, i wouldn't say it's that important right now [13:38] tuor-work: than think about one of meizu or bq... they may come quite soon [13:39] brendand_: for what it's worth, I see the bug too now [13:40] pete-woods, good - so i'm not crazy :) [13:40] pete-woods, but yeah no need to worry about it for now [13:41] what is meizu/bq? [13:43] tuor-work: mobile phone manufacturers which are rumored to bring the fist ubuntu-touch Phones (http://meizu.com/ and http://www.bqreaders.com/gb/) [13:44] ah ok. Then it will come with the ubuntu on it that will be the best :) [13:45] tuor-work: i acutally can't wait for it. but no official release dates so far. but maybe this year... we will see [13:45] E524, ok. :) [13:53] btw: if anybody who is responsible for the browser is reading: great work! i tried the emulator image from some month ago and the browser worked like a charm for my mobile app! most mobile browsers don't support so many things i need! thanks! [13:55] is it possible to get location indicator running on the desktop? [13:59] oSoMoN, do you have 5 minutes for a query? [13:59] rpadovani, not right now, in a meeting [13:59] oSoMoN, ok, nevermind :-) [14:00] rpadovani, I’ll ping you when I’m available [14:00] thanks [14:10] jgdx: if you have it installed and the service running, it should work, no? [14:10] jgdx: does the ubuntu-next ISO not have it? [14:11] dobey, yeah, just a little confusing to me how to start it, but I think I got it running. [14:13] dobey, initctl or start? [14:16] jgdx: aren't those the same thing? === jppiiroi1en is now known as jppiiroinen [14:35] dobey, I asked first!11 But yeah, I can't see a difference. [14:37] jgdx: yeah i think "start" just calls "initctl start" or something like that [15:05] rpadovani, I’m available now === mhall119 is now known as mhall119|vacatio === gatox is now known as gatox_lunch === gatox_lunch is now known as gatox [16:42] Hi, would be nice to statuate on this ticket : https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1379777 [16:42] Ubuntu bug 1379777 in Ubuntu UX "[Dash] Allow applications to specify the orientations supported" [Undecided,Triaged] [16:42] so that I can start to publish my app :o) [16:53] slvn_: if it's a game, and it only supports landscape, wouldn't it be best to just full screen it, so that the top panel isn't even visible? [16:53] ie, like PathWind does [16:54] dobey, indeed, my apps are games. [16:54] they are always fullscreen [16:54] but some are portrait, some are landscape [16:55] phones are natively portrait, whereas tablet are natively landscape (nexus10) [16:56] slvn_: if the top panel is visible, it's not full screen [16:57] dobey. Something strange with the text. Indeed, my apps are fullscreen [16:57] there is no top pannel [16:58] slvn_: then what do you need that bug for? that bug is about the rotation of the dash itself (ie, rotating the top panel), when apps rotate [16:59] after talking to Gerry (greyback), we create this ticket [17:00] from my app point of view [17:00] I want to tell : this App run in Portrait, or in Landscape [17:00] (and in fullscreen) [17:00] then application start drawing with the good coordinates === alan_g is now known as alan_g|EOD [17:04] slvn_: i don't think you need to tell unity8 anything about what your app is doing [17:04] slvn_: your app just needs to do that [17:04] if your app isn't already doing that, why not? [17:06] dobey, ok. I need to go more in details. I use the library SDL. I *open* the screen and start drawing. I want it to use the screen either the screen as a portrait of landscape. [17:06] my apps does not rotate the drawing itselft [17:06] neither sdl (not for IOS. not for android) [17:06] slvn_, i dont think we have support for locking the orientation from an app yet [17:07] which i assume is what you want after all [17:07] ogra_, yep that could be called orientation locking! [17:08] then maybe this ticket is does not mean correctly my idea [17:08] i think the most you can currently get is the current orientation from some toolkit function === dpm is now known as dpm-afk [17:08] but you cant manipulate it [17:08] kenvandine: ^^ how does PathWind (and/or bacon2d) deal with the orientation locking issue? [17:09] (i might be wrong, but thats afaik what was planned for version 1 ... later youshould be able to request a rotation and lock it) [17:09] ogra_, yes I know there is a get_orientation API in mir client [17:09] dobey, i use the OrientationHandler [17:09] or whatever it's called [17:10] kenvandine: is that a QML/Qt thing? [17:10] i use ubuntu as a dualboot on my mako device...the channel is develop propose...if i try to update it fails while installing...is there any kind of log where i can read the output of the dualboot android app? [17:11] Isotop7, do you happen to be on a rather old image ? there was some problem with the server that generates the deltas a while ago [17:12] okay...i tried reinstalling a few times...im now running release 286 but i cant update... [17:12] dobey, qml [17:12] OrientationHelper [17:12] https://github.com/kenvandine/pathwind/blob/one/qml/ubuntu.qml#L39 [17:13] ah ok [17:14] a hint in the desktop file would be great for pathwind :) [17:14] yes:) [17:15] everyone who will want to port its SDL game to ubuntu touch, [17:15] no no no; that's the wrong solution to whatever your perceived problems are :) [17:15] will need to lock the orientation ! [17:16] API is the correct solution [17:16] Isotop7, well, worst case you can do: "system-image-cli -f full -v" via adb [17:16] that will do a full upgrade [17:16] (to latest image) [17:16] yeah but not if i use dualboot, am i right? [17:17] that does an OTA upgrade [17:17] i use the dualboot app for android...is there some kind of log? i try to dump it via the button but i never get to see the part where it fails... [17:17] just like the system-settings one does (system-image-cli is the backend tool this uses) [17:18] yes but im not upgrading in ubuntu touch...i use the dualboot app... [17:18] hmm, k ... never used any dual boot stuff [17:19] okay...i used the official post: https://wiki.ubuntu.com/Touch/DualBootInstallation [17:19] thats a community post [17:19] there was never an "official" way to dual boot (though the people that wrote this app initially were canonical employees doing it in their spare taim iirc) [17:20] oh okay... [17:20] i would flash ubuntu touch instantly if i could get telegram with notifications working... [17:20] but thanks for your help ogra_ [17:21] there are a few telegram pps in the store ... not sure any of them support notification though [17:24] they dont :/ [17:58] So, could we make sure we have a ticket to say we need "lock orientation" feature (in desktop file and/or as an API !) [18:24] anyone know how to set the selected item in an OptionSelector? [18:25] dobey, i seem to recall you can set the currentIndex [18:25] something like that [18:25] kenvandine: i see the selectedIndex property, but i don't see a way to look up what the proper value for that is [18:27] dobey, that's what i was thinking of, you need a way to map that though [18:28] i think in system-settings we have some hacks in there to change that based on properties from libqofono [18:33] yeah, looks like i'll have to write a hack [18:44] seb128, i see you created a landing request for jgdx's cellular data branch, mind if i switch that from utopic to rtm? i'm thinking about landing in rtm first like some others have been doing [18:45] that might help prevent incurring a delta between the too [18:45] seb128, what do you think? [18:51] Hey i am getting out of 4 boot 2-3 time a lock sim when i boot my device. It looks like boot is very racy and this block ofono like as per this bug https://bugs.launchpad.net/ubuntu/+source/telepathy-ofono/+bug/1379836 [18:51] Ubuntu bug 1379836 in telepathy-ofono (Ubuntu) "dialer and messaging app show unlocked pin as locked" [Critical,Confirmed] [18:51] kenvandine, go for it [18:51] kenvandine, but utopic landing go through just fine [18:52] seb128, right... i worry about landing in utopic then getting delays landing in rtm [18:52] it's hard to unwind that [19:09] ogra_, dobey : can we make sure there is a ticket for the Orientation Lock ? [19:09] I have found this one also : https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1288332 [19:09] Ubuntu bug 1288332 in QtMir "Orientation lock not available (rotation/portrait lock)" [High,Fix released] [19:09] it is said to be fixed, but it does not allow the application to lock its orientation [19:10] slvn_: file a bug against libmirclient to expose orientation lock API perhaps? [19:10] ok ! [19:10] i have no idea how the indicator is doing it [19:11] but what you want also isn't that sort of orientation lock. you want to lock orientation only on your app's window, not on all windows [19:12] yep. but that app will be fullscreen [19:12] yes but it doesn't prevent swiping it away and accessing other apps [19:13] yep, then it should get back to normal mode when the app is swipeout [19:13] and you don't necessarily want to rotate the edge swipes as well; it's complex [19:13] "it" ? [19:13] the *magic of ubuntu* [19:13] only your app should have the orientation locked if your app locks orientation for itself; it should have no bearing on waht other apps are doing [19:14] yep, it a per-application orientation lock [19:14] slvn_: in the meantime, i don't see why you can't do what PathWind is doing, for example. just check width versus height and rotate the SDL surface by 90 degrees [19:15] sorry, I dont know what is pathwind [19:15] yep. SDL should be able to do that also [19:15] it's a game [19:15] it's in the store [19:15] yep [19:15] it's written in qml with the bacon2d stuff [19:15] ok [19:15] and it's always in landscape [19:15] as it just rotates the drawing by 90 dgrees [19:16] and if you move your tablet in the meantimes ? [19:16] and the qt rotation is turned off [19:16] does it reac to orientation changes? [19:16] ok [19:16] and how could I turn the rotation off ? [19:16] the OrientationHelp stuff? [19:16] well it doesn't really matter if you are checking the window width versus height [19:17] because if you rotate it will just change, and then you rotate the surface to 0 [19:17] slvn_: OrientationHelper is a QML API, so i don't think it will help you [19:51] jhodapp: ping can you triage this crasher? I am not sure who to assign it to. https://bugs.launchpad.net/ubuntu/+source/mediascanner2/+bug/1378377 [19:51] Ubuntu bug 1378377 in mediascanner2 (Ubuntu) "/usr/bin/mediascanner-service-2.0:*** Error in `mediascanner-service-2.0': corrupted double-linked list: ADDR ***" [Undecided,New] [19:51] jhodapp: I am still trying to reproduce, it's not happening in my lrt suite. [19:54] dobey, so here it is : https://bugs.launchpad.net/mir/+bug/1382209 [19:54] Ubuntu bug 1382209 in Mir "[Enhancement] Add an API to lock screen orientation" [Undecided,New] [19:55] slvn_: i would s/screen/window/ there [19:57] even when app are full-screen, they lock the window orientation ? [19:58] tedg, your silent-mode uss branch sort of works :) [19:58] kenvandine, Oh, what's wrong? [19:59] the switch on the sound page doesn't work [19:59] kenvandine, rtm or utopic? [19:59] the visibility of the warning works on the other pages though [19:59] tedg, rtm... but with indicator-sound from utopic :) [19:59] Hmm, okay. [19:59] tedg, but since the warning is toggling properly [19:59] slvn_: well technically there is only "maximized" and "full screen" at the moment, i think [20:00] i suspect i should have what is needed? [20:00] slvn_: there is no good reason to lock the orientation of all things though, for one app [20:00] kenvandine, Yeah, are you saying the switch doesn't work in that it doesn't modify the value on the indicator or that it doesn't adjust the warning? [20:01] it doesn't change the switch [20:01] and [20:01] toggling the switch in settings doesn't change it in the indicator [20:01] and doesn't change the visibility of the warning [20:01] but toggling it in the indicator does change visibility of the warning in settings [20:01] dobey, when using mirclient, it's possible to choose the size of the surface! I think, it's orientation locking per MirSurface [20:02] kenvandine, Hmm, okay. Wonder if I messed up the high volume merge. It worked before... [20:03] slvn_: well, s/screen/surface/ in the bug report then. you want to lock it for your app's surface, not the screen (which would lock it for all surfaces on the screen) [20:03] yep, thanks ! [20:04] robotfuel, that's a known bug [20:07] jhodapp: ah I see now, errors.u.c just has a new problem bucket for it. Thanks! [20:07] robotfuel, np, thanks for reporting it [20:07] jhodapp: I'll mark it as a dupe [20:08] thanks === VargaD_ is now known as VargaD [20:10] hi guys I have ubuntu touch devel 14,10 (r243) running on my phone but the updates have stopped downloading any advice [20:11] i have check all the google searches with no luck [20:11] No-one is seeing problems with SIm card [20:11] Shanep: i think work is focused on rtm the devel channel is not looked at any more [20:11] shanep: you are on the devel channel? [20:12] i am yes [20:12] have all my contacts on there too [20:12] well, devel-proposed has new builds, but i don't think any have been vetted for promotion to devel recently [20:12] thing is I see 18 updates now [20:12] as QA concentration has been on the rtm image channel [20:13] so I should get the rtm image instead [20:13] shanep: devel-proposed was very stable until recent update which have been very edgy [20:13] shanep: oh. go to the accounts, delete your u1 account, and add it back [20:13] ok I'll give that a go [20:14] shanep: 243 is kind of old now, and invalid tokens aren't handled well on it. all existing tokens on the server were invalidated last week, to help improve security. so just deleting the account and logging back in should let you install the app updates [20:15] will the devel update to release version soon I should I use another image [20:17] shanep: i did go to rtm images as they are more tested [20:17] i'm sure it'll be announced when it's released. you can switch to that stable channel when it is announced if you want something more stable [20:17] bingo reseting the U1 account is working for me [20:18] not had any issues with devel since installing last month works a treat [20:18] will the image get updates to release though? [20:19] no the channel won't automatically move to the released channel [20:19] you'll have to flash over at that point [20:19] ok thanks dobey, how would I go about getting my contacts and events moved over? [20:20] tedg, when do you think silent-mode in indicator-sound will land in rtm again? [20:20] would flashing be required on the rtm? [20:20] kenvandine, I imagine that the course will be that we get everything into utopic, and then we sync back to rtm. [20:20] shanep: yes but you ll keep your current settings [20:21] (messages etc..) unless you do a wipe [20:21] kenvandine, Seems like this week is unlikely at this point, and next week is a sprint. So probably the week after. [20:21] tedg, i'm thinking i'm going to start landing settings in rtm first [20:21] kenvandine, hey [20:21] kenvandine, Depends on my meeting load next week :-) [20:22] kenvandine, Well, that's supposedly against the rules, but you'd not be the first. [20:22] tedg, ok, so we won't try to land your branch then until that is in rtm [20:22] im looking forward to the launch. impressed all my friends so far with the os design and flashiness of it. good work guys [20:22] tedg, is there really *rules* for that? :-D [20:22] my fear is the delta, if landings start to get held up in rtm, or we need to revert [20:23] the delta in utopic grows [20:23] kenvandine, [1] looks really good now, btw, except for the TODO which Laney pointed out.[1]https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/security-allow-acceptance-of-here-terms-fixes-1375322/+merge/238419 [20:23] which makes it even harder to land [20:23] the rules clearly say that you can land first wherever you like nowadays ... [20:23] ogra_, i thought so [20:23] but need to make sure your changes land on the other side too [20:23] tedg, you've been *schooled* :-D [20:23] hahahaha [20:23] tedg, i've been bit a bunch of times now with settings landings, so many branches coming [20:24] Ha [20:24] (... bye & thanks for the help! ...) [20:24] and if something gets held up going to rtm... or needs a revert [20:24] Yeah, I mean we did quite a few bazaar tricks to land indicator-sound this week. [20:24] it's a mess to unwind in utopic [20:24] i'm doing sync for settings [20:24] so no rebuilds [20:24] We lost a raft of changes when the landings got frozen. [20:25] tedg, i was of the opinion i didn't want to stop landing stuff when rtm landings stop, but it quickly got painful [20:26] jgdx, cool, i'll probably give that a test in the morning [20:26] I just don't want to maintain two branches. [20:26] Rather do one landing and one sync. [20:26] kenvandine, okay, thanks [20:26] jgdx, i looked it over a bit this morning [20:27] is there no way to fool the devel branch in to thinking its the rtm branch? [20:27] tedg, well with syncs, it is just one branch for now [20:27] but that'll change [20:27] shanep, you wouldn't want to [20:27] just change the channel [20:27] it's pretty painless [20:28] really how do I do that or where can I get the info to do it [20:28] i switch back and forth between the channels for testing nearly daily :) [20:28] ubuntu-device-flash --channel=ubuntu-touch/ubuntu-rtm/14.09 [20:28] i think that's all you'll need [20:28] ubuntu-device-flash --channel=ubuntu-touch/ubuntu-rtm/14.09-proposed [20:28] if you want to track -proposed [20:28] is that done from the phone or sdk? [20:29] in a shell on your computer [20:29] ok [20:29] thanks [20:29] shanep, np [20:30] kenvandine? no problem with your Sim on rtm-proposed [20:30] taiebot, nope [20:30] 2 boots out of three my sim card is locked as per https://bugs.launchpad.net/ubuntu/+source/telepathy-ofono/+bug/1379836 [20:30] Ubuntu bug 1379836 in telepathy-ofono (Ubuntu) "dialer and messaging app show unlocked pin as locked" [Critical,Confirmed] [20:30] didn't the fix for that land? [20:31] I need to boot two or three time to get my phone working. [20:32] kenvandine: i do not know it's now very hard to track development [20:32] mako? [20:32] yep [20:32] i don't have a sim in my mako right now :) [20:32] krillin works fine for me [20:32] kenvandine: yep that my help :-) [20:33] i switch from mako to krillin for my primary phone a couple weeks ago, more testing [20:33] it must be a boot race because i have also problems with bluetooth [20:34] after every upgrade i loose bluetooth. i need to reboot after a fresh upgrade to get bluetooth working [20:34] im running it on multirom on nexus 5 blue not working for me either, has it been implimented yet? [20:34] shanep, i've never tried multirom [20:35] its good love it, breaks android updates but who cares when touch is the next best os [20:36] Kenvandine: Do you know of any effort to bring a community of testers to test each channel. i have a feeling that mako is starting to get less love [20:36] ubuntu has been my everyday phone for over a year now :) [20:36] \o/ [20:36] taiebot, i really don't know, popey ^^ [20:36] me too. [20:36] kenvandine: is that why you lost your hair [20:36] wassup? [20:37] popey, i wish that was my excuse :) [20:37] heh [20:37] lol [20:37] really should flash this out on teh nexus 5 it rocks [20:37] popey, now with working location stuff... i even used it for navigating on vacation :) [20:38] popey, which worked most of the time! [20:38] Krillin got navigation? [20:38] what a milestone that is! [20:38] webapp [20:38] taiebot, don't get too excited :) [20:38] but it worked... and location-service didn't fail me :) [20:39] awesome [20:39] We never know Here could bring there navigation system to UT. [20:40] I would prefer faster application start time though before going to navigation system. [20:41] popey: Do you know of any effort to bring a community of testers to test each channel? [20:42] nope [20:42] ^ balloons [20:42] ah... pass the buck :) [20:42] tag, you're it :) [20:42] brilliantly done [20:42] lol [20:42] just following the master at work... [20:42] 21:36:50 < kenvandine> taiebot, i really don't know, popey ^^ [20:42] well I have devel and rtm-prop on my nexus 5 now [20:43] it's more fun to play tag in person, we'll have to do that next week :-D [20:43] so im testing 2 channels [20:43] taiebot, the testing up until now from a community perspective has been around using the device and giving feedback. We have a couple pages to help out with that [20:43] once devices are live and channels are more stable, I'd love to expand that effort [20:43] balloons, it'll be tough to manage that, the channels will vary [20:44] i guess not much more complicated than ubuntu releases [20:44] kenvandine, I assume there will always be a 'stable' channel which will go out to OTA. I'd like to poke that one first [20:44] just multiple channels per [20:44] so yea, like SRU's now.. And a dev channel, much like u+1 testing [20:45] balloons, i think it's just more levels deep [20:45] on the whole, much simpler than ubuntu I think [20:45] essentially more derived distros [20:45] from a community perspective though, I can focus on just a few channel [20:45] I do not know i felt while testing that launchpad was not very relevant anymore. I feel as everything is going as per testing process it would be better if every channel when release a series of test would be issue and could give overall performance of the channel. Some of the utopic devel-proposed should have been promoted as they were far more stable than the proposed one. [20:46] taiebot, the standard for release criteria is a great discussion and plays into that [20:46] ofc, more stable for you means just that.. you found it better :-) [20:47] rtm-prop is looking sweeet love the animations :) [20:47] balloons: yeah after a year of using UT you can definitely feel when one is better. [20:48] taiebot, feel free to keep in touch on the issue. I'll try and put a session together for UOS next month around this [20:49] but IRC harassment is fine to ;-) feedback always welcome from someone who's been testing UT for so long [20:49] That's my suggestion i am sure there is a lot more testers out there who could do a series of test on a website and could do like the translation on launchpad. Few drop down menu with. Does it boot, can you play a song, etc, the list can be as exhaustive [20:51] As a user before upgrading i could look at the results and decide if its worth to upgrade. [20:52] balllons: btw what is UOS? [21:02] taiebot: ubuntu on-line summit [22:14] anyone know can i fix the upgrade process ? the update has been downloaded, the phone reboot then runs the upgrade process but system-settings still show the old version which nothing has been upgraded [22:15] http://paste.ubuntu.com/8576213/ [22:39] nexus 9??? [22:49] nexus 72?