=== chriadam|away is now known as chriadam === shuduo is now known as shuduo_afk === chihchun_afk is now known as chihchun [06:27] why youtube scope identifies itself as "default project"? [06:29] actually apparently there's several [07:16] good morning [07:20] ola folks [07:21] since i ve switched to rc-proposed no more developper options [07:21] can t enable debug mode [07:21] am i missing something? === zyga-afk is now known as zyga === _morphis is now known as morphis === shuduo_afk is now known as shuduo [08:40] I noticed that the Photos scope isn't in the store anymore. Whom can I email to fix that? [08:58] nhaines: which photos scope, there's more than one. [08:58] nhaines: e.g. https://uappexplorer.com/app/com.canonical.scopes.photos-local [09:00] popey: that would be the Local Photos scop. [09:00] I mean the aggregate scope. [09:00] there was an rss feed i loved indeed i cant find either anymore [09:10] nhaines: doesn't look like that one ever was in the store [09:10] In that case I think it should be! [09:10] I agree :) [09:10] cwayne: com.canonical.scopes.photos isn't in the store.. [09:11] Now if only the Today scope could be fixed so that it shows the date/sunrise/sunset times.... like, in the next hour so I have a screenshot for my book! [09:11] Although I'm a bit annoyed because I'm positive I've taken screenshots of it before. :) [09:12] http://people.canonical.com/~alan/screenshots/device-2015-08-17-101237.png [09:12] nhaines: pull down to refresh [09:12] like that? [09:13] popey: like that! [09:13] use that if you want [09:13] nhaines: there is a fix for it in the image in test for ota6 [09:13] davmor2: I've been doing that for like 2 hours now.... including after the update to v1.9 [09:13] popey: extremely appreciated! [09:13] nhaines: just shout if there's any other screenshots you need. [09:13] nhaines: you would need to update the day scope not the today scope [09:14] davmor2: is it in the store? :) [09:14] nhaines: no idea [09:14] nhaines: it is in the current rc-proposed image [09:15] popey: thanks! It's in an appendix, so my editors probably won't be too keen if I waste enough time on it to delay things, but my Nexus 5 and 7 usually works well enough. :) [09:15] davmor2: is there away I could dissect that image and push the scope to my Nexus 5? [09:16] cwayne: also the Day scope isn't in the stoer! [09:16] nhaines: cwayne might be able to help you but that won't be till after lunch as he is in US timezone [09:17] you could build it from source surely? [09:17] davmor2: so am I, so it might all work out. :) [09:17] popey: that's a vague possibility! [09:17] davmor2: also, what is this "Day" scope? [09:18] popey: it the thing that provides the day/date/sunrise/sunset/moon phase bits to the today scope [09:18] ah [09:19] com.canonical.scopes.day ... [09:23] Is there a way to make QApplication work on the device? I want to skip QML and use the graphics view framework... [09:24] Or... any non-horrible way to do qtquick on c++ entirely? :p === vesar is now known as vesar-lunch [09:29] maybe there's a better channel to ask this... [09:32] brunch875: yes #ubuntu-app-devel [09:32] thanks popey! === vesar-lunch is now known as vesar [10:48] nhaines: its not in the store because its an 'invisible' scope, i.e. it doesnt show up in "Manage Dash" [10:49] ie. its only aggregated into Today [10:49] so itd be a bit crap to go install a scope and not have it show up in your list of scopes [10:49] cwayne: can it be uninstalled? [10:49] well, you don't need to answer that [10:49] it can be uninstalled [10:50] meaning you can get wedged, uninstalled and not re-installable [10:50] hm, well i know its going to be updated in ota6, i wonder whether or not that would bring it back [10:51] cwayne: mostly I want to get ahold of it somehow to push to my phone an allow for a decent screenshot . :) Also so my phone works right. [10:52] Unfortunately, there's no rc-proposed build for the N5. :/ [10:53] nhaines, crossing fingers for a devel-proposed working again soon on n5, haven't tried today [10:54] And it's definitely not working on my Nexus 7. [10:54] davidcalle: ooh, that would be fun. :) I'm just sitting on stable there. Which is great except for things like this! [10:59] * davidcalle crosses fingers and taps "Install..." [11:08] Hmm, my Nexus 7 doesn't seem to respond to a USB keyboard now. Or to a Bluetooth one. [11:08] yeah, mine isn't working either === chriadam is now known as chriadam|away === MacSlow is now known as MacSlow|lunch === _salem is now known as salem_ === om26er_ is now known as om26er === alan_g is now known as alan_g|lunch [12:10] tvoss: heya, we were looking at doing some confinement tests, and we'd need to programatically drop everything in trustdb, is there any easy way to do that? [12:10] cwayne, not easily, I'm afraid. However, deleting the .db file shouldbe fine === MacSlow|lunch is now known as MacSlow === ghostcube_ is now known as ghostcube [12:49] jdstrand: hi! I have some questions about click-reviewers-tool, do you have some time? === alan_g|lunch is now known as alan_g [13:15] mardy: hey, fire away === om26er_ is now known as om26er [13:19] jdstrand: so, I'm preparing a simplified hook for online accounts, which at the moment provides the same functionality of the account-applications and account-service hooks [13:19] jdstrand: https://code.launchpad.net/~mardy/ubuntu-system-settings-online-accounts/simplify-hooks/+merge/267525 [13:20] jdstrand: this hook is a json file which will be processed and out of it we'll generate the .application and .service files [13:21] jdstrand: my goal would be to make it so, that is an app uses a framework >= 15.10, it can use only this hook ("accounts"), while "account-applications" and "account-service" should trigger a manual review [13:21] ok [13:21] jdstrand: is the click-review-tool able to encode this logic? [13:21] yes [13:22] jdstrand: is it via the peer_hooks initialization parameter? [13:22] jdstrand: is there another project which similar logic, which I might use as inspiration? [13:22] no [13:23] you'd want to do it somewhere else [13:23] jdstrand: in one check_...() method? [13:23] with peer_hooks you just say "in general, these hooks must be/can be specified with this one" [13:23] then if you go more specific, do it in a check_ [13:23] ok [13:24] jdstrand: and all the check_ methods are run automatically, right? [13:24] it sounds like you are going to need to mock up that json file. that is trickier than it probably needs to be, but just look at what is being mocked up with the other online accounts and you should get there [13:24] mardy: yes [13:26] (obviously, the mocking is only for the testsuite updates) [13:26] jdstrand: cool, thanks, I'll give it a try [13:26] np === doanac` is now known as doanac [13:55] hey guys... i wanted to port Ubuntu Touch to a device as my Minor Project at my college... It has a deadline to submit a working solution on 12th December (Some modules not working would do) [13:55] Will this be a good Idea? [13:56] tmess: depends on the device, some are easier than others [13:56] but it's a good chunk of work to do [13:56] yeah... i have a team of 4... 3 of them hard workers... [13:57] ill get their device models in a min.... maybe you could help me figure that out... [13:59] lol what about the last guy, not a hard worker? [13:59] doesnt matter how hard your workers work ... more about what knowledge do they brin in ? [13:59] *bring [13:59] you need to know a lot about android to do a port ... along with knowing a bit about ubuntu [14:00] @cwayne yeah.... hes more of a .... Let's say public figure... more socially sound than the rest of us [14:00] Knowledgable people .... and they learn quick... [14:01] Ive built a cm rom before.... just downloaded a repo and compiled it... [14:01] According to the Ubuntu Build Guide... ive already done half the work before.... [14:01] yeah, it is more about knowing which bits to disable and how to disable them in a non-breaking way [14:02] tmess: do one for the Samsung Galaxy S3 19300!! (a) it seems to be the device most people ask about and (b) I've got one :) [14:02] if you already know how to build AOSP and have the necessary AOSP tree for your device that surely a good start [14:03] we've got a OnePlus One, a Nexus 5, Moto G3, [14:03] @mcphail I would if I had it.... :/ [14:03] tmess: never mind :) [14:04] and a lenovo... model coming in... @mcphail Hope you get it soon :) [14:04] mcphail could send you his ;) [14:04] ha! [14:04] * ogra_ grins [14:04] @orga that sounds good.... @mcphail Donations are always welcome [14:05] tmess: :) [14:06] orga... whats ur say? OnePlus Moto G3 or Lenovo... I believe nexus 5 would already have one [14:06] tmess: It would be great for someone to blog their way through a port, including hurdles and pitfalls. You could task colleague #4 with that one === BOHverkill_ is now known as BOHverkill [14:06] id do it myself.... post it for u somewhere for sure [14:07] tmess: brilliant [14:07] tmess, the oneplus has one thats 80% done, the N5 indeed has a full port due to it beig in the upstream AOSP tree thats a trivial one ... just needs some more help i think [14:07] (one plus need some more help i mean) [14:09] problem is... they would expect me to do a completely from scratch build..... not just helping someone out for the next 3-4 months === charles_ is now known as chalres === chalres is now known as charles [14:17] btw the 4th one is asus zenfone 2 === kyrofa_ is now known as kyrofa [14:21] I'm just gonna post this again in case someone else can answer.... [14:21] i wanted to port Ubuntu Touch to a device as my Minor Project at my college... It has a deadline to submit a working solution on 12th December (Some modules not working would do) [14:21] I have a OnePlus One, A nexus 5 , Moto G3, Asus Zenfone2 [14:23] Not sure what you want people to say? [14:24] blimey, that asus zenfone2 is cheap [14:24] I want people to say go for it.... hahaha [14:24] ooh, Atom. [14:24] popey: how cheap? [14:25] ~130 quid [14:25] I wanna know a definite ---ish answer by tonight... I have to submit a proposal tomorrow itsself [14:25] tmess: do the Atom! [14:25] unless I am misreading the google stuffs [14:25] Yeah it is cheap [14:25] would have some interesting challenges [14:25] which would be great to solve. [14:26] But not great enough to risk my entire year at college :( [14:29] tmess: i personally think this would be quite an interesting project === dandrader is now known as dandrader|lunch [14:30] i would define the level you consider success in advance though ... [14:30] yeah [14:30] getting rild to work is really hairy on some devices [14:30] so i wouldnt make "making calls" mandatory :) [14:31] bluetooth is usually in the same realm === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [14:51] where are the webapps location on the phone [14:52] sturmflut2: do you know anyone else poking at the bq e4.5 hardware? I'm trying to get to talk to my phone (flashes fine, won't boot), and I'm trying to figure out the serial port [14:54] scope timings seem to indicate 921600 baud, but it's all gibberish, so it's not that; 115200 will display a few words on boot-up, then switch to another speed and display gibberish again [14:55] where are the webapps stored on the phone [14:55] what location [14:55] maggots: they're click packages, they are stored in the same place as native apps [14:55] and where is that? [14:55] in /opt/click.ubuntu.com/ (unless you're asking about pre-installed apps or something) [14:55] nope, thank you === dandrader|lunch is now known as dandrader === chihchun is now known as chihchun_afk === alan_g is now known as alan_g|EOD === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader [18:17] Is it a good idea to try a wily image yet? [18:17] no [18:24] yes [18:26] :-( [18:26] Is there something else people are using to validate wily silos? [18:26] Like a known good image number? [18:38] ted: on what device? [18:38] mako? [18:38] That's usually what I use to test silos. [18:39] ted: i think 273 or 274 should boot there; but good luck installing anything that's c++ and was built against current wily-proposed [18:40] i think i'll try to boot the current image on my mako now though, just to see if it'll boot [18:46] ooh, well i got the splash screen this time at least [18:46] yay [18:48] seems to be all i'm getting though [18:48] oh nice [18:48] unity8 keeps crashing [18:48] dobey: suspect it's this stuck in proposed http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#qtmir [18:49] oh and the keyboard crashed too [18:49] if unity8 doesn't come up, every graphical app will crash too [18:54] greyback_: yeah, i installed the qtmir from proposed and it comes up again [18:54] ted: so latest image plus the two qtmir packages from proposed, will get a booting wily on mako :) [18:55] dobey: cool, will repoke fginther with that info [18:55] \o/ SHIP IT! [19:38] Ah, and as soon as I go to do that, it migrates. [20:32] anyone seeing drastically reduced battery life on arale? [21:37] cwayne, yes [21:40] or, compared to a recent revision or e.g. krillin? === salem_ is now known as _salem [22:39] hi :) [22:39] any idea how to get ADB access to a device i ported ubuntu where the display currently dopes not work [22:40] tried the solution on the porting guide with replacing the adb bin but that does not work [23:36] Hi. At the moment I'm trying to build a kernel for my Oneplus One. The kernel compiles and the devices boots, but the screen won't activate and I don't get any adb connection. Does someone has an idea where I could get more information why the screen isn't coming up? [23:45] bkchr: you should speak to mariogrip - he has a oneplus one port I believe. [23:46] Okay thank you :)