[00:00] cyphermox, is there anywhere else I should go with this, or keep on bugging you and the irc? [00:01] lines 262-265 are the issue [00:02] I think you're missing something in the files you added for your device [00:02] either as an include that is missing, or something else [00:02] AID_NET_RAW is undeclared [00:02] oh wait, is that a kernel thing? [00:04] Do I need to specify those in the kernel? [00:06] Saviq: because you don't sleep, I'll ping you about this === juicyjones|away is now known as juicyjones [00:07] I got the new QML shell, and app search works, but the on screen keyboard lets press events fall through, so it'll select something under the keyboard when I try to search [00:07] mhall119, flash your device [00:07] defconfig makes no reference to AID_NET_RAW. Should I try y'ing it in the kernel, or do I need a file transplant of some sort? [00:07] mhall119, there were problems on the other side with keyboard recently [00:07] dang, you really are awake? What's the matter with you? [00:08] cyphermox? [00:08] * mhall119 phablet-flashes [00:09] mhall119, fixing something we broke yesterday [00:09] anyone? [00:09] mhall119, you did ask whether the SideStage hint is going to affect the phone... [00:09] well it shouldn't, but it did :/ [00:10] oops [00:13] moocow1452: check kernel/wherever your kernel code is for encore/include/linux/android_aid.h [00:13] that file should be there and include AID_NET_RAW [00:14] so under kernel/bn/encore [00:15] I hope the keyboard fix works on apps too, that was bugging me === Lloir_ is now known as Lloir|zZzZz [00:28] Saviq: image 56 doesn't fix the keyboard issue [00:29] mhall119, hum, what's your steps? and on what device? [00:29] * Saviq tries image 56 [00:30] nexus 7 (grouper I think) [00:30] /home/mhall/Downloads/phablet-flash/56/quantal-preinstalled-armel+grouper [00:31] as you are saying about keyboard, i wonder is there any way to add another language to the keyboard? [00:31] I go to dash, apps lens, press the search at the top and the keyboard comes up. The R is above one of the installed apps (ebay in my case), so when I press R it registers the keyboard press, and also registers a press on the ebay launcher [00:37] ping Saviq [00:38] mhall119, can't reproduce here [00:39] mhall119, freshly flashed 56 on Galaxy Nexus [00:39] bobweaver, hey [00:41] hello Saviq how to make dafault satae of text edit String ? I know vague got time for gH ? [00:42] bobweaver, E_SYNTAXERROR [00:42] lol [00:42] let me paste some code [00:44] http://pastebin.com/CXSyjxTh [00:44] line 10 [00:44] tried to make into case still no good [00:44] can not figure it out [00:47] so if you lokk at video you can see that there i is missing soace in text so user can not click to edit [00:47] Saviq, http://www.youtube.com/watch?v=H05mT0jStgM [00:48] frontend info it is a component well kinda [00:48] model / delegant [00:49] that dumps sqlight data to local storage [00:49] bobweaver, «DataBase.frontendPort1() !== "6547" || ""» looks wrong [00:49] bobweaver, "" is always false [00:50] that is what I am talking about [00:50] so is NULL thwen false ? [00:51] bobweaver: did you mean to do (DataBase.frontendPort1() !== "6547" || DataBase.frontendPort1() !== "") ? [00:52] also look at ip [00:52] http://pastebin.com/nffsBcbH [00:52] like to have default state that is there unless sqling ihas info [00:52] if DataBase.whatever = error then .... [00:52] bobweaver: I've been using placeholderText on TextField to display something when the text input has no value [00:53] then logic elsewhere to do the "right thing" when there is no specific value [00:53] mhall119, yes user needs to be able to click info [00:53] if there is not String in the textedit feild then they can not clickaroo [00:57] bobweaver, you shouldn't bind TextInput.text - the binding gets broken as soon as you enter anything in the field [00:59] But I dont care about that allI care about is if sqllight db has nothing then have default text: [00:59] Saviq, [00:59] bobweaver, then use what mhall119 said - there's a placeholderText property on a TextField [01:00] Saviq, you think that i should make a binding statement ? I am sorry I am a noob just trying to make things that work for me in my house [01:00] Saviq, what about qt4 supported ? [01:00] bobweaver, not gonna happen [01:00] for necessitia and what not ? [01:01] :*( [01:01] bobweaver, we rely on Qt5 for too many things [01:02] bobweaver, unless you mean support for Qt4 apps on Ubuntu Touch? then that will probably come at some point [01:02] not just you YOU but for every one [01:02] but we won't support it [01:02] like I can make qt5 app and also qt4 for other sdk like making dsk in necessitia [01:03] that is great but would be cool if you did [01:03] would make sort term opp faster [01:03] jmo [01:03] bobweaver, necessitas will port to Qt5 soon enough, I'd say [01:03] +1 [01:04] I mean +2 [03:17] * sergiusens is running a raring build [03:17] rsalveti: boots, launches, runs apps... most of it works on raring :-) [04:07] mhall119: you can find an example with apt-get source qtsensors-opensource-src (the plugin part) [04:08] sergiusens: awesome! :) [04:09] Mirv: posting the image out of band soon for people to play with [04:09] :-) [04:09] * sergiusens was expecting to boot into a black screen :-P === jasoncwarner__ is now known as jasoncwarner_ [04:20] sergiusens: I'd have guessed it'd work quite far, since we rely so heavily on Qt and it's the exact same Qt in both [04:21] sergiusens: for raring there's a newer qtwebkit build in qt5-proper PPA (pixel ratio patches etc), otherwise everything's in the raring archives [04:22] but it's great if there's also nothing major in the other stack that breaks with raring [04:25] Mirv: well somethings are broken as they are in raring and still need to be overriden [04:29] sergiusens: regarding parts of Qt or something else? [04:32] Mirv: not, Qt is fine :-) [04:32] ok, just double-checking :) [04:32] Mirv: network is broken, running out of memory with media... === juicyjones is now known as juicyjones|away === Ursinha is now known as Ursinha-afk [05:16] Mirv: in case you are interested, just sent an email to he list === wfire is now known as wade|shull [05:48] looks interesting [07:11] good morning [07:53] Hi! Is there some progress on Terminal App? === chriadam is now known as chriadam|away [08:19] Is it possible to switch Ubuntu Touch onto a shell like the desktop Ubuntu? [08:19] "onto a shell" ? [08:20] it is/has a shell [08:20] ogra_: Sorry I mean like on Ubuntu it runs the GUI by default but if you press Ctrl Alt + F1, etc you can login in text based mode [08:21] ah, you want tty consoles ... no , by design it supports adb shell from a remote machine though [08:22] ogra_: Will it be possible in the future? [08:22] ogra_: Or rather, will there be a Terminal app in the future? [08:23] Oh well in the future it will support docking won't it so that'd solve that problem [08:23] there will be a terminal app by default (at least in the images we publish, i doubt if a carrier ships a phone he will allow that) [08:23] ogra_: Ok, thanks for the help. Just looking at replacing my work setup with a single device running Ubuntu Touch :) [08:24] heh, we will di that for you in 14.04 :) [08:24] *do [08:24] unity next (which is what you currently know as ubuntu touch UI) will move to the desktop too [08:25] (it will still look like todays desktop ... or similar at least, thats why it takes a bit to port it) [08:26] ogra_: Will switching to QT improve performance? Or is it a switch to improve development? [08:26] both :) [08:27] :D [08:56] Saviq: ping [08:57] nik90, wassup? [08:57] Saviq: I saw your MP https://code.launchpad.net/~saviq/ubuntu-clock-app/fix-desktop-and-arch/+merge/156952 [08:58] since the desktop file is doing all the work to execute the clock app, do we need the ubuntu-clock-app file? [08:58] nik90, yeah, it's not needed [08:58] nik90, but doesn't really hurt when you launch from the console [08:58] Saviq, is this how the other core apps are doing it as well? [08:59] nik90, although I'd add the --desktop_file_hint=... --stage_hint=side_stage hints to the script [08:59] nik90, or at least pass $@ in there [08:59] nik90, yes, that's common [09:00] Saviq: alrite, so do you recommend letting the ubuntu-clock-app file remain with the additional commands you mentioned? [09:01] nik90, it won't hurt, but will only be used when you launch from the console [09:01] Given that the Samsung Chromebook and Nexus 10 have the same SoC, would it be possible for me to boot Ubuntu on my Nexus 10? I know that the I/O is different, but if Ubuntu booted off the Android kernel that would solve the issue. The video drivers are available for the SoC in the 13.04 repos so the only issue would be GPU access. [09:01] Saviq: ok...thnx [09:02] kvarley, if you mean Ubuntu Touch, then Nexus 10 is one of the supported devices [09:03] kvarley, see https://wiki.ubuntu.com/Touch/Devices [09:03] Saviq: I mean full Ubuntu like the Nexus 7 has. Not Touch :) [09:03] kvarley, wrong channel, then ;) [09:03] kvarley, but I dunno [09:03] Saviq: ok :) === ckpringle_ is now known as ckpringle [09:29] ogra_, should adb see my nexus7 if the tablet is booted under raring (stock ubuntu, not touch)? [09:34] seb128, nope, only in recovery [09:35] we dont ship adb in the desktop [09:35] ogra_, ok, thanks, that's broken as well, I get a green android robot with a red sign [09:35] uuuh [09:35] I'm putting back android on it then going to phablet [09:36] nah [09:36] seb128, http://cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/quantal-preinstalled-recovery-armel+grouper.img [09:36] fastboot flash recovery quantal-preinstalled-recovery-armel+grouper.img [09:36] then try again [09:37] if you get adb, use https://wiki.ubuntu.com/Touch/Install#Manual_Installation [09:37] no need for a whole android flashing [09:38] ogra_, \o/ recovery mode back [09:38] ogra_, danke [09:38] :) [09:38] $ phablet-flash -l [09:38] Device detected as /sbin/sh: getprop: not found [09:38] hum [09:39] I guess I need to -b [09:39] no, same issue [09:40] use the manual method i linked above [09:40] ogra_, shouldn't the script work? [09:40] theoretically [09:41] you can use "-d grouper" [09:41] iirc [09:41] * ogra_ never used that script [09:42] ogra_, I'm wgetting the img, let's try to be old school ;-) [09:42] yeah, effectively the script does the same with some cream and cherry on top [09:43] Do any of the Touch devs have an image for the Nexus 10 that will boot straight Ubuntu? (13.04) Similar to that which is provided for the Nexus 7. [09:43] there are no desktop images if you mean that [09:43] only ubuntu-touch [09:46] ogra_: Do the images support docking (full unity) mode yet? [09:47] nope [09:48] that will only start working once Mir is used on the desktop too [09:55] ogra_: Ah ok, early days then. Will be great to see that in action. I think bug #1 might be fixed if it's done right ;) [09:55] bug 1 in Ubuntu "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/1 [09:56] hopefully :) [09:56] Maybe not for personal use, but in the business world :) [09:57] a touch version of UbuntuKylin might fix that bug i would guess :) [10:22] ogra_: Are armhf images made with NEON support? [10:22] * Quintasan wonders why linker skips libc.so on his tf101 [10:22] Quintasan, as usual ... for apps that do runtime switching, yes [10:23] for apps that can only use build time NEON enablement we dont allow it [10:23] urgh [10:23] ogra_: I see, any idea how to debug ubuntu-session failing to start? [10:24] hardcoded NEON isnt allowed ... [10:24] ogra_, why do you always have an _ behind your nick? [10:24] look in the logs [10:24] smartboyhw, because i'm to lazy to configure my bip server to always authenticate with my user [10:25] ogra_: Problem is the only real error I get is E/linker ( 219): ics/linker.c:1598| WARNING: Skipping libc.so [10:25] ogra_, .......... You aren't that lazy are you? [10:25] * ogra_ does that once a year to make sure my password still works ... but on the next reconnect i fall back to _ [10:25] smartboyhw, i rather spend my time in development than doing paperwork for IRC :) [10:26] * Quintasan reflashes the image to look at the logs in detail [10:26] Quintasan, when do you see that ? while starting ? [10:27] ogra_: I flash the image, try booting it then I see nothing (read - only backlight gets activated) then I managed to do adb logcat on the device somehow [10:27] ogra_: I'll try flashing that again and logging in via adb but that generally doesn't work since it seems to be constantly rebooting itself [10:27] well, you want to use "ubuntu_chroot shell" and look in the phablet users homedir under .ubuntu-session/logs/ [10:28] how old is your android image ? [10:28] can i go back to the android.. after flashing ubuntu? on tf101 [10:29] Quintasan, could be that there were changes to the hybris or platform-abi stuff, you need to make sure to bzr update them in the ubuntu subdir of the android tree before building [10:29] repo sync doesnt run bzr === mmrazik is now known as mmrazik|lunch === Lloir|zZzZz is now known as Lloir [10:38] ogra_: I'm pretty sure I flashed quantal preinstall armhf from yesterday [10:38] I did not build the image myself but I think I will actually start doing that [10:40] you should, or make sure the person doing it does regular rebuilds if the bzr trees change [10:41] ogra_: I see. Thanks for help! [10:41] * Quintasan heads off to build the image [10:41] well, not sure i have helped yet :) [10:42] you will see if that is it once you have a fresh image [10:42] might be a completely different thing [10:42] ogra_: I somehow get the idea that updating the bzr stuff will help [10:42] :) [10:49] ogra_: Actually I'll try making that person who is spinning the images do the update before fetching the whole thing myself === MacSlow is now known as MacSlow|lunch === ckpringle_ is now known as ckpringle [11:18] is there a way to make the toolbar in a Ubuntu Touch qml app hide? for example when I have a page stack layout and I used the back button to pop a page from the stack and then push that page again, the toolbar is still open [11:19] I tried setting page1.tools.active = false; but that didn't seem to do anything [11:47] Just published: preliminary sketches for the System Settings overview. https://wiki.ubuntu.com/SystemSettings#phone [11:49] Hi [11:49] I'm trying to unlock the Nexus 4 [11:50] but "fastboot oem unlock" is stuck [11:50] It did work with Nexus 7 [11:51] mpt, the variable tiles one looks really slick [11:51] rvr, I don't know why, but I had to reboot my nexus 4 for it to work [11:51] steve_fi: I've tried a couple of times with no luck, let me try again [11:52] ogra_, yeah, I'm a bit fond of it too. :-) But it's quite different from the style of the rest of the system. [11:52] its special and makes us special :) === SkavenXXI-[OFF] is now known as SkavenXXI [11:54] Weird, still [11:55] rvr, what I found is that when I booted into recovery to unlock the bootloader, adb wouldn't work unless I turned the nexus 4 off then back on [11:55] rvr, I don't know if it's specific to the nexus 4 or not, never had a problem on any other devices I've used === mmrazik|lunch is now known as mmrazik [11:56] rvr, when I switch it back on, I'd get into recovery and it would always say "do not switch the device off" [11:56] until the operation had completed [11:56] ok, got the toolbar hiding working now, would be good though if this was done automatically with the build-in back action in page stacks [11:56] rvr, but you are in fastboot mode (not recovery) ? [11:56] steve_fi: On the Nexus 7 it was very much straightforward, like stated on the wiki [11:57] rvr: do you have the latest version of android-tools-fastboot installed? [11:57] pmcgowan: Yup, packages updated [11:57] rvr: ran it as sudo? [11:58] ogra_, perhaps i used the wrong word ... ooops ;) [11:59] pmcgowan: Sh*t [11:59] That was it, sorry :P [11:59] np [11:59] been there done that [12:00] we should ship proper udev-acl rules in the adb package for this [12:00] so you dont need root [12:00] ogra_: good point [12:00] (or in the fastboot package rather) [12:00] (or even in both !!) [12:01] :) [12:05] popey: can we get those MRs for the core apps in === MacSlow|lunch is now known as MacSlow [12:10] Saviq: what is left to do to use the flags for the stage selection [12:11] pmcgowan: they already have been [12:11] * popey checks in case he's gone mad [12:11] popey: calc was merged, not the other two [12:11] clock has [12:11] I'm on a hangout with them now [12:12] https://code.launchpad.net/~saviq/ubuntu-clock-app/fix-desktop-and-arch/+merge/156952 [12:12] https://code.launchpad.net/~saviq/ubuntu-calendar-app/fix-desktop-arch/+merge/156960 [12:12] popey: clock not acc to the mr [12:12] expected jenkins to do its thing [12:12] ok, top approved [12:20] pmcgowan, the only remaining one is share-app, which fails (unrelated) tests [12:20] pmcgowan, https://code.launchpad.net/~paulliu/share-app/desktop_file_tweak/+merge/156560 [12:20] Saviq: did the shell need an update to use the flags, or how is it done? [12:21] pmcgowan, the app lens did [12:21] pmcgowan, but only to filter _out_ those that didn't have Touch=true [12:21] Saviq: so there is a new update pending on that or the one from yesterday [12:21] pmcgowan, everything is merged now [12:21] Saviq: thanks [12:21] pmcgowan, apart from the share app [12:22] pmcgowan, not everything is in the image yet [12:22] right, hoping to see that tonight [12:28] popey: is the current month 13.10-month-0? [12:30] popey, love your use of unicode ;) [12:30] Saviq: :D [12:30] nik90: yes [12:31] nik90: https://launchpad.net/ubuntu-phone-commons/coreapps-13.10 has dates next to milestones [12:33] Saviq: I started using Unicode a lot after Fedora had a bug in their bug tracker which made it impossible to file bugs against Fedora 18 because it's called "Schrödinger's cat". [12:33] :D [12:35] popey: thnx === _salem is now known as salem_ [12:51] I get a segmentation fault when exiting a QtWebkit WebView in a qml app with visible set to false: http://pastebin.ubuntu.com/5676504/ [12:51] I don't know if that is a bug in the qt version in ubuntu or qtwebkit in general === lubuntu is now known as Guest72515 [13:14] ckpringle: https://www.youtube.com/watch?v=xUoRgsPYkbQ [13:14] nik90: cheers! [13:14] gtg..c u later [13:14] nik90: oh sorry we went straight for lunch after, talk to you later ;) [13:15] ckpringle: np :) === ricmm_ is now known as ricmm === sidnei` is now known as sidnei [13:59] sergiusens: mind taking a look at the chromium_net related patches later on? [13:59] needs to be applied at phablet.u.c === hggdh_ is now known as hggdh [14:05] zsombi: ping [14:06] tsdgeos: pong [14:06] zsombi: greyback told me i should tell you about the problem i'm having with ActivityIndicator [14:06] zsombi: it's taking 40% of the CPU of the Nexus4 [14:07] tsdgeos: :( [14:07] he says you had a patch for that or something? [14:07] tsdgeos: which SDK release you have? [14:08] zsombi: 0.1.39~quantal1 is what is running on the phone [14:09] tsdgeos: we had a patch for turning it off when not running, but when running, that's the time it takes :/ [14:09] tsdgeos: so you have the latest one... I'm sorry to say that animating the image unfortunately takes that much. I guess you are concerned about the time taken when running, right? === rickspencer3_ is now known as rickspencer3 [14:11] zsombi: well, the thing is that i'm doing other processor intensive stuff while that is running [14:11] and i max out the cpu [14:11] and all gets choppy [14:12] Saviq: so I still have that keyboard problem, who should I bug about that? [14:12] mhall119, tmoenicke to start with [14:12] tmoenicke: pingity ping [14:18] oSoMoN, are you caring for share-app? or is Ugo? === mmrazik is now known as mmrazik|afk [14:20] Saviq: Ugo is, but he’s working part time these days, and he’s off until next Monday, so if there’s anything urgent I’ll take it [14:20] oSoMoN, if you had any idea why https://code.launchpad.net/~paulliu/share-app/desktop_file_tweak/+merge/156560 fails tests [14:22] Saviq: I’ll have a look === jhodapp|afk is now known as jhodapp [14:31] Saviq: the autopilot tests pass locally, I’ll try to figure out why they are failing on jenkins [14:32] oSoMoN, thanks [14:33] rsalveti: ack [14:35] mhall119: pong [14:36] tmoenicke: hey, I have a problem with my onscreen keyboard on my nexus 7 [14:36] when I click a key on it, the press event is also passed on to whatever widgets are below it [14:36] mhall119: yes, I'm working on it :) [14:37] ok, Saviq said it was fixed yesterday, but it's not for me, so I wanted to make sure the correct people knew it was still a bug [14:37] mhall119: it was marked as fixed but re-opened [14:40] rsalveti, thanks for the permissions fix yesterday...it did the trick for the permission denied error...still get a connection refused error but like you said before, progress. :) [14:42] jhodapp: cool [14:46] xnox, regarding dep8 tests, we talked about those recently. They aren't run as part of stack prep right now [14:47] Is it a known issue that device restarts when executing ubuntu_chroot? [14:48] mterry: fair enough. I think jibel and friends did say that it is possible to add ppa's to DEP8 infrastructure. But I can see how that will not block merge proposals / uploads. [14:48] mterry: even just running them against the resulting PPA would be nice (if there are any) === dandrader is now known as dandrader|afk === mmrazik|afk is now known as mmrazik [14:57] So if my test binaries need android, that means if I flash my nexus7 with a phablet image I will be able to execute them. Correct? [14:59] xnox: possibly? [14:59] you will not likely be able to display anything on screen, but you can query android bits [14:59] Hm... i have ubuntu core on my nexus7, will need to reflash it. [15:00] it all depends what you're trying to do :) === dandrader|afk is now known as dandrader [15:14] Since I still boot into ubuntu-core sometimes. [15:14] phablet-flash doesn't quite work for me. [15:14] I reboot into recovery and phablet-flash doesn't "flash" if it's in recovery. I'm following manual deployment steps atm. [15:14] It would be nice if it just did the right thing, if I specify the device type. [15:15] xnox, see the Install wikipage [15:15] i added a "Manual Installation" topic [15:15] just follow it [15:15] the battery indicator's menu is sometime empty on today's image for me [15:15] is that a known issue? [15:16] ogra_: yeah, I'm following that. =) I now wish phablet-deploy learns to do that =) [15:16] it largely does that :) [15:16] just a bit different :) [15:17] xnox: I was also using manual steps, don't want to reflash recovery or really get out of it [15:17] xnox: I did some changes in phablet-flash to make it agree to flash in recovery, but I'm not sure how to properly integrate that and have both ways work [15:18] cyphermox: if you pastebin your diff, I can work on it further =) [15:18] xnox: I think I reverted the changes, but it's easy enough [15:18] cyphermox: ok, will poke it later. [15:19] xnox: i'll edit in a branch and send you the link soon [15:19] just use the manual mode i added as a blueprint add it to phablet-flash in a way that it does exactly that but only if you run it with --recovery-install [15:19] yeah [15:19] easy peasy :) [15:20] ogra_: well adb devices already lists recovery, it's just it should start doing stuff if it finds recovery in adb devices && device type was specified on the command line. [15:20] Saviq: I *think* CI is failing for the share-app because of missing runtime deps for the autopilot package, I’ve submitted https://code.launchpad.net/~osomon/share-app/more-autopilot-deps/+merge/157137, let’s see if CI passes there [15:20] ogra_: indeed, should be simple enough [15:20] I'll squeeze in an hour to fix it up ;) [15:21] ogra_: there are some changes needed because for instance, df isn't the same in recovery as in the device (for detection) [15:21] ah [15:21] if I was to make it run through almost the same steps... ;) [15:21] oSoMoN, thanks [15:21] but yeah, got a few ideas [15:23] Hi all. I'm having a problem getting things running again on a Nexus 10 after what appears to have been a corrupted flash with r55. [15:41] Saviq: CI passed, can you please approve https://code.launchpad.net/~osomon/share-app/more-autopilot-deps/+merge/157137 ? [15:41] janimo, the "ubuntu touch display server" (as you call it in your mail) currently is android :) [15:41] oSoMoN, awesome, thanks [15:43] ogra_, well I did not want to call it anything as I knew it was a Qt/SurfaceFlinger combo but with no idea how it related to xinput :) [15:43] and just in case Mir went in in the past few days without me noticing :) [15:43] heh [15:44] well, its libinput from android [15:44] i doubt that will change with Mir [15:44] at least for the start it wont i guess [15:45] Saviq: once it’s merged, we can re-trigger CI on Paul’s MR [15:45] oSoMoN, yup, I'll take care of it, thanks === Ursinha-afk is now known as Ursinha [16:09] Hmm... how do I run raring on this thing? dist-upgrade and away I go? =) [16:10] ogra_, that explains why we needed the kernel change to have it work with X and now need to revert it so it works with android again [16:11] janimo, right, but i dont want to break the desktop images ... so worst case we need to leave its kernel as is [16:12] ogra_, I am sure something can be done to have it work both ways, but don't know how [16:13] yeah, well, i suspect the desktop image will go away after 13.04 [16:14] * xnox downloading raring build. [16:15] ogra_: I'm confused why are we releasing nexus7 desktop image at all to be honest. Same with pandas and ac100. [16:15] (well ac100 is kind of lubuntu target, which is ok) [16:15] ac100 is a community image [16:16] i wont comment the panda :P [16:17] xnox, the nexus7 is our current desktop reference image on arm [16:18] for the convergence story we need to make sure desktop bits work [16:18] * xnox downloading raring build of ubuntuone takes a while. [16:18] someone on the ML said it took him 4h [16:19] sergiusens, so when can we switch the dailies on cdimage to raring ? :) [16:19] any planned ETA ? [16:19] sergiusens: can you throw the raring.zip on to people.canonical.com or something? =) [16:19] ogra_, for convergence? Should that not be better served by an Ubuntu Touch image then? [16:19] ++ [16:19] janimo, it will still use desktop apps [16:19] I don't suppose Unity in it's current form will move forward on the Nexus 7 [16:19] ogra_: it seems like dist-upgrade + enable ppa's wil be quicker. [16:19] no. it wont [16:20] (that was to janimo ) [16:20] janimo: it is a stable reference platform for debugging though, and easier to deploy to. [16:20] (no chroot/containers) [16:20] janimo, but we might use apps and cant test them without X yet [16:21] so until we have XMir to test i.e. LibO on arm for cobnvergence we will need one image around that can run this [16:21] ogra_, can you tell me what are now difficulties for calls on i9100? [16:21] krabador, nope, i dont even have a SIM in mine [16:22] i use my i9100 for app testing etc [16:22] ogra_, ok, but it's related on cm10.1 kernel, or ubuntu-touch support? [16:22] did the xda forum guys not get it to work yet ? [16:23] ogra_, not, until now, not working. [16:23] the ubuntu side should support calls and SMS if you have a SIM without PIN [16:23] no 3G though [16:25] Anyone are here? [16:25] seb128: hey [16:25] I got SEG FAULT on all services [16:26] seb128: Just checking in in case you had any questions you wanted to ask about mupdf in advance of the doc viewer meeting this evening. [16:26] i mean services that in my base android inculding surfaceflinger, etc [16:26] all returned MAPERR [16:26] Robin_Watts, hey, nothing specific [16:26] How to debug/fix? [16:26] Robin_Watts, do you have a full feature desktop client using GTK or Qt using it? [16:27] seb128: one second while I phone a friend :) [16:28] lol [16:28] The short answer is that we don't have such a thing checked in anywhere. [16:29] but Tor was working on a new viewer for a while that I think used GTK. [16:29] We were hoping that we'd be able to get both windows and linux out of the same viewer by doing that, but it transpired that the GTK system requires about 30 DLLs or something stupid, and so it ground to a halt. [16:30] Anyone could help me? [16:30] I was just trying to confirm with Tor that it was really GTK, but he seems to be afk at the moment. [16:30] The fullest featured client we have is for android. [16:31] Were you thinking of this as something to try out? or something to build from ? [16:32] Robin_Watts, something to try out, and also trying to see if we use mupdf for the phone if we could use it on the desktop and if there was an evince equivalent for it [16:32] fginther, so... I just ran "./cu2d-update-stack ../stacks/head/platform.cfg" According to the wiki, I need to "ping an archive admin so that he pulls the modification on lillypilly for the second-safety check process". Is that you? [16:32] mhall119: ping [16:32] Robin_Watts, seems there is nothing we could replace evince with easily on the desktop though [16:32] nik90: pong [16:32] seb128: AIUI, evince calls out to different backends, right? [16:33] mhall119: I am currently adding copyright info for the ubuntu clock app. THe bug report is at https://bugs.launchpad.net/ubuntu-clock-app/+bug/1164594 [16:33] Launchpad bug 1164594 in Ubuntu Clock App "Add copyright/license headers to the clock app files" [Undecided,In progress] [16:33] so I don't immediately see why evince couldn't call out to mupdf. [16:33] mhall119: Should I follow something similar to http://bazaar.launchpad.net/~unity-team/unity/trunk/view/head:/UnityCore/ApplicationPreview.cpp [16:33] Robin_Watts, it's "just a matter of code", right? ;-) [16:33] That may be something we can/should look at. [16:33] a simple matter of programming, yes :) [16:33] nik90: hmmm, outside of my area of expertise [16:33] mhall119: oh...whom should I contact regarding this? [16:34] seb128: can you help nik90 with the proper way of doing copyright/license headers? [16:36] mhall119, nik90: sure, what's the question? [16:36] ah [16:36] http://bazaar.launchpad.net/~unity-team/unity/trunk/view/head:/UnityCore/ApplicationPreview.cpp is a good example of the usual/standard way yes [16:37] seb128: What should I include in the Authored section? [16:37] seb128: just the names who wrote that piece of code? [16:37] yes [16:37] seb128: Does this license need to be included in Every file in the project? [16:38] nik90, it's not an hard requirement but it's good practice [16:38] hey mterry! [16:38] hey didrocks [16:38] didrocks, hi! [16:39] seb128: ok thnx..I will basically copy the format from that file and edit the authors to suit the ubuntu clock prohect [16:39] hey didrocks [16:39] project* [16:39] nik90, great [16:39] didrocks, so... I just ran "./cu2d-update-stack ../stacks/head/platform.cfg" According to the wiki, I need to "ping an archive admin so that he pulls the modification on lillypilly for the second-safety check process". Is that fginther or mmrazik or something? [16:39] familiar environment :) [16:39] didrocks, also... what did cu2d-update-stack actually do? it updated some phablet-team branch? [16:39] ANY ONE? [16:39] mterry: it created the jobs [16:40] didrocks: the admin mterry is mentioning is you, right? [16:40] mterry: archive admins are listed here (not sure everyone knows what to do though): https://launchpad.net/~ubuntu-archive [16:40] didrocks, oh! you mean a real ubuntu archive-admin [16:40] didrocks, then poke [16:40] oh [16:40] a real and only one [16:40] oh hey mterry [16:40] what's up? :) [16:40] ok ok, doing :p [16:40] didrocks, didn't think this had to do with ubuntu, since it was just a PPA [16:41] didrocks, but I guess the same job could upload to ubuntu so yeah [16:41] mterry: it's not *required* for now [16:41] mterry: but yeah, better to follow the same process [16:41] didrocks, so what are you doing now? reviewing the change and making it final? [16:41] or we'll forget about it later on [16:41] mterry: as far as I understand cu2d-update-stack updates some jenkins jobs on magners [16:41] mterry: I'm just sudo -u ubuntu-archive -i on lillypilly [16:41] seb128: one last thing...the most recent copyright is 2012-2013 Canonical Ltd? [16:42] mterry: cd cu2d/cupstream2distro-config/ [16:42] mterry: bzr pull (looking at the diff you did) [16:42] rsalveti, tmoenicke so, my browser input for my nexus7 worked for one glorious moment yesterday :/ [16:42] nik90, the years reflect when the code has been written, if it's a new project no need to list 2012, just 2013 is enough [16:42] didrocks, mmrazik: so once this change goes live, hopefully platform-api will be building in the PPA (though I believe all tests will fail, until xnox updates them for new names [16:43] mterry: oh excellent, as it's a new stack, I should add the step to poke update the jenkins views [16:43] mterry: jibel has a script for him, mind poking him? :) [16:43] mterry: this is only when creating a stack [16:44] jibel, I'm double poking you, in case you (quite naturally) have a filter for didrocks === Lloir is now known as Lloir|busy [16:44] didrocks, mterry if only it worked on the version of jenkins we are running, I'd be happy [16:44] jibel, there's a new platform stack in head [16:44] mterry: sometimes I wonder if that's not part of the default configuration :p [16:45] mterry: we should remove ubuntu-ui-toolkit, right? [16:45] as in the end, it will be in another stack AFAIK [16:45] didrocks, I don't see it on the stacks breakdown document [16:46] didrocks, oh, there's an empty sdk stack [16:46] mterry: yeah, let me fix it [16:46] or do it [16:46] if you have it opened [16:46] that would be lovely! [16:46] didrocks, sure. a stack with just the sdk? Why not throw it in platform? [16:46] mterry: long discussion with sergiusens. Basically, they are done by different teams [16:47] mterry: so if one is breaking the whole stack publishing, maybe let's avoid to end up in some social tensions :) [16:47] mterry, http://10.97.0.1:8080/view/cu2d/view/Head/view/Platform/ [16:47] mterry: platform-api was in stacks/phablet/misc.cfg btw for the ci configuration. I think that mmrazik finally wants us to move them [16:48] didrocks, mterry: mhm.. you didn't move it just added? [16:48] didrocks, stacks document updated [16:48] thanks mterry [16:49] mmrazik: it's in the finale stack location, so should be removed frmo stacks/phablet/misc.cfg [16:49] mmrazik: Oh, I thought you earlier said that you wanted to handle that bit [16:49] sorry [16:49] didrocks: is it reasonable to have the same branch in two different stacks/releases? [16:49] mmrazik: I don't see why we would want that [16:49] mterry: I sai I would prefer MP for cross-check :) [16:49] didrocks: we have that right now :) [16:49] I agree it doesn't make much sense [16:50] ok.. [16:50] mmrazik: right, hence the "now, let's move them one by one to head" [16:50] so let me move it from phablet [16:50] mmrazik: but not all at the same time :) [16:50] didrocks, mterry: I'm moving platform-api from phablet/misc.cfg [16:50] thanks mmrazik :) [16:50] didrocks: ack. but it would be appreciated if the move happens atomically (i.e. in one commit) [16:50] atomically for one project/branch (at least) [16:50] mmrazik, oh right, thanks. I'll look at commit to make sure it's the same I would have done [16:51] mmrazik, for future [16:51] mmrazik: ok, let's do that for the others :) [16:51] mmrazik, I see that i386 is disabled? I don't think it should be [16:51] I'm not managing to find anything helpful on google, would anyone know if it's possible to dual boot the nexus 10 with android and Ubuntu? [16:51] mterry: I think it wasn't building on i386 :-/ [16:51] sergiusens: do you know details ^^ ? [16:51] sergiusens: (platform-api disabled on i386) [16:51] mmrazik, well, it should. Can we enable the build for i386 and then fix the build issue? [16:52] mterry: ok. I'll enable it [16:52] mmrazik, I don't think platform-api will build right now anyway because it's tests are borked. But I figured we can go ahead with the stacks and everything even so [16:52] mterry: I'll only keep raring builds (and disable quantal) [16:53] mmrazik, yeah good point too [16:53] mmrazik: I think you are using stacks/raring/platform.cfg, isn't it? [16:53] as it doesn't match, that looks weird [16:54] didrocks: using for what? I'm actually not using it yet [16:54] I planned to do it today but didn't manage it [16:54] mmrazik: oh, can we directly target the good stack name then? [16:55] mmrazik: in fact, it should be in head/ only, not raring, thinking about it (as we are only going to support one branch) [16:55] didrocks: I'm confused. I'm moving platform-api from phablet/misc.cfg to head/platform.cfg [16:55] mmrazik: right, the sdk will be another stack [16:55] didrocks: so we need to move ubuntu-ui-toolkit from platform.cfg? [16:55] didrocks: I didn't create platform.cfg [16:55] didrocks: ken probably did [16:55] mmrazik: right, after talking with sergiusens, it makes sense to move it somewhere else [16:56] I don't crae [16:56] mmrazik: do you want me to do that? (it's not only a bzr mv, we have more to do) [16:56] didrocks: uh [16:56] mmrazik: I need to add the right dest ppa and so on, I can do that quickly, just want to warn you :) [16:56] didrocks: platform-api is now is platform.cfg so I'm not sure if bzr mv is all we need [16:56] didrocks: let me get rid of the duplicit platform-api first [16:56] it will take me 5 mins [16:57] and then do whatever you want with sdk [16:57] mmrazik: ok :) [16:59] didrocks: I'm done [16:59] mmrazik: ok, pulling :) [16:59] going to regenerate the autolanding jobs to enable i386 [17:04] mmrazik: rev 147 [17:04] (once you want to enable it) === slobo_ is now known as slobo === SkavenXXI is now known as SkavenXXI-[OFF] [17:05] didrocks: ubuntu-ui-toolkit needs to be removed from head/platform.cfg (to_transition) [17:05] I thought mterry was going to do it at the same time? [17:06] heh. this is a tragedy of the commons [17:06] rickspencer3: working on it [17:07] mterry: rev 148, hope you won't have a conflict :) [17:07] mmrazik: ^ [17:07] tmoenicke, is the bug with the keyboard itself? [17:07] didrocks, I updated the stack document, but didn't bother with the config. It was marked as to_transition, so didn't want to enable it. Once we're ready to enable, we can move into new stack, eh? [17:07] rickspencer3: the size it reports, yes [17:08] mterry: right, it's just move to a separate "sdk" stack now, but still in to_transition ;) [17:08] didrocks, OK === dandrader is now known as dandrader|lunch [17:08] didrocks, ah, you did it [17:09] too many chefs! [17:10] mterry: it's like video games with unfair latency checks ;) [17:15] * sergiusens is glad he stayed out of the tide change that didrocks got into :-) [17:16] sergiusens: why everyone is telling me that? :p [17:16] join the fun! [17:16] sergiusens, oh, yoou too ? [17:16] * ogra_ as well :) [17:17] ogra_: regarding raring, I'm not the one who decides when to pull the switch. But we do need functional parity for sure [17:17] yeah, i thought so [17:18] sergiusens, so publishing your zips on lillipily might probably be better [17:18] since peolple seem eager to try it and ubuntuone is really slow [17:21] ogra_: yeah, I noticed... shouldn't of been slow... [17:21] ogra_: so I'm not triggering any switch, but I do plan on having them available as part of the build (just not promoting them as working) [17:27] pmcgowan: hey is technical complexity 3=hard, 1=easy ? ...ivanka's life w/ phone sheet [17:28] kgunn: yes [17:34] Drafts of phone settings design for Background: https://wiki.ubuntu.com/Appearance#Phone And Brightness: https://wiki.ubuntu.com/Brightness#Phone [17:35] daliusd: so, just curious on why a custom date formatting is needed in the calc app? [17:35] boiko, I guess to keep string shorter [17:36] mpt, with the dynamic home screen, should it have a way to configure the data sources to use for the custom "welcome screen"? [17:36] mpt, like the demos have number of tweets you received, etc [17:38] boiko, do you have more questions? [17:38] daliusd: can't we use Qt.DefaultLocaleShortDate? [17:38] sergiusens: I approved the webapps mr, but I still see the calculator-mockapp at qml-phone-shell (Applications/applications.js) [17:39] sergiusens: should we also remove it from there? [17:40] boiko: maybe :) I don't know. We can try to. [17:40] boiko daliusd I can look at it [17:40] daliusd: ok, so what's the preferred way for me to make suggestions on code changes? they are not actually bugs, so not sure I should open a bug [17:40] WebbyIT: nice! thanks! [17:41] WebbyIT, assign it to yourself in blueprint - I just created task for it :) [17:42] boiko, you can create blueprint items and write e-mail to us :) [17:42] daliusd: ok :) [17:42] daliusd: ok, that works for me, thanks :) [17:43] boiko: so, create you the blueprint? :) [17:44] WebbyIT: for this date formatting topic I think daliusd already created the item, you just assign it to yourself [17:44] WebbyIT: for the others, I will create the work items and leave them unassigned [17:45] boiko: sounds good [17:45] boiko: perfetct :) [17:45] s/perfetct/perfect [17:45] daliusd: WebbyIT: ok, that's it then, thanks guys! [17:46] boiko: thanks to you as well [17:46] bye ;-) [17:46] thanks to you boiko :) [17:46] bye [17:46] bye bye [17:47] rsalveti: need to remove calc, calendar and clock from there, but that's in lp:qml-phone-shell [17:47] rsalveti: another MR :-) [17:47] sergiusens: yup [17:48] rsalveti: let me make some progress on smokes a bit and I'll switch back to that [17:48] sergiusens: ok [17:52] hi [17:52] so the source is out? [17:53] I'll have to pass this on to the XDA devs for Nook HD and HD Plus, they control the source and would know what to do for porting this [18:02] seb128: evince is a *bitch* to build :( [18:03] Robin_Watts, how so? [18:03] evince requires gtk+ newer than 3.7.5. [18:03] the latest stable release is 3.6.4 [18:04] so I try to build gtk+, and it needs a newer than stable glib etc. [18:04] And the helpful crib sheet of commands given on the evince page doesn't rebuild gtk+ for you, just everything else. [18:05] Hi. I saw weeks ago a webpage with the status of the hardware compatibility for the Ubuntu phone. Im not able to refind it. Someone know where to found it? [18:06] Robin_Watts, just build evince 3.6 [18:06] or use jhbuild [18:06] seb128: I was trying jhbuild. [18:11] seb128: It seems I can do 3.4.0 [18:46] Hi. ANy plans to port Ubuntu touch onn Intel tablets in near future? WOuld love to install an x86 build on my tablet [18:59] Anyone got success installing Ubuntu touch on an Intel tablet? [19:00] priyav, you would have to port it first [19:02] ogra_, so I would assume noone has ported it yet for x86 [19:03] larsgk: rss app meeting [19:03] ogra_: there was a mention of an x86 port somewhere last Sat, don't recall exactly [19:03] in #ubuntu-touch-meeting [19:03] and any other RSS app developers [19:04] dragly: ^^ [19:04] sergiusens, well, i have it on my todo as well for the emulator [19:04] ogra_: what is the purpose of the emulator? Just apps? [19:05] sergiusens, but first i need to get the cdimage builds goig (if these RTs get ever done) and then there is the ubuntu beta release today keeping me busy :) [19:05] mhall119: aa yes - jumping in [19:05] sergiusens, to be shipped with the SDK so you can run it in qemu and have full GLES support [19:05] ogra_: sounds fun, that means my RTs will go ignored :-P [19:05] dunno, mine are obviously ... [19:06] IS probably doesnt like all that firewall piercing :) [19:07] ogra_: might also help us for automated testing in VMs [19:07] right [19:07] so where is it?? [19:08] haha [19:08] ogra_: Do you have a timeline for the x86 port if you are working on that along with the emulator? [19:08] * ogra_ holds up his TODO sheet and points [19:08] here, see ? [19:08] lol [19:08] priyav, within the next 3-4 weeks i would hope [19:09] ogra_: Thats cool. Thanks === Neo31 is now known as Neo31`Mobile === Neo31`Mobile is now known as Neo31 [19:31] DocViewer Core App meeting about to start in #ubuntu-touch-meeting [19:34] sergiusens: can I ask a ppa question [19:37] pmcgowan: shoot [19:37] sergiusens: how does one kick off or otherwise monitor what package builds a ppa is about to do, for example [19:38] https://launchpad.net/~ubuntu-touch-coreapps-drivers/+archive/daily/+packages [19:38] my favortie apps have not rebuild yet but I see no builds pending [19:39] the packages in the ppa have still not picked up the desktop file changes from long ago [19:39] pmcgowan: you need to go into the architecture for the pending build, e.g.; https://launchpad.net/~ubuntu-touch-coreapps-drivers/+archive/daily/+build/4467930 [19:39] pmcgowan: well from what I can see, the score is low for that PPA and given that today there's a release, it might take some time [19:40] sergiusens: bollux good point [19:40] pmcgowan: most of those packages are pending publication though, so they'll be available soon [19:40] pmcgowan: just looking, only two are missing [19:40] sergiusens: and where did you find that? looking at view builds I could not [19:40] sergiusens: calc not built at all and clock and calendar need arm [19:40] calendar for raring and quantal [19:41] er calc not rebuilt at all [19:41] sergiusens: looks like they just finsihed, sorry [19:41] except calulator needs to build [19:41] pmcgowan: I don't see a pending calculator in the queue though [19:42] sergiusens: thats what I mean [19:42] pmcgowan: for that we need to ask the owner of ubuntu-phone-apps-jenkins-bot... that guy gets the dput result [19:42] pmcgowan: I'm suspecting it was rejected [19:42] mmrazik: still around? [19:42] mmrazik: where can we check the email's for ubuntu-phone-apps-jenkins-bot [19:43] maybe popey knows [19:44] * popey points at fginther [19:44] sergiusens: yup [19:44] sergiusens: gmail [19:44] sergiusens:let me send you the details [19:45] mmrazik: thanks [19:45] it would be nice if it could be converted to RSS :-) [19:46] sergiusens: maybe I can just fwd to ps-jenkins@lists.canonical.com ? [19:46] the e-mail was primarily meant as login [19:47] mmrazik: yes, that would be a good idea, still, it would be nicer to have RSS (but I'm not asking that of you ;-) ) [19:47] let me do the forwarding [19:49] sergiusens: done [19:51] pmcgowan: popey it was rejected: ubuntu-calculator-app_0.1bzr41raring0.dsc: Version older than that in the archive. 0.1bzr41raring0 <= 0.1ubuntu1bzr39raring0 [19:52] My guess is someone pushed the feature branch to get stuff out of the way and the versioning it uses depends on bzr revno [19:53] sergiusens: might happened when fginther was bootstrapping raring [19:53] mmrazik: the quantal one was also rejected btw Version older than that in the archive. 0.1bzr41quantal0 <= 0.1ubuntu1bzr39quantal0 [19:54] sergiusens: please check with fginther. I vaguely recall he was running into this already [19:54] mmrazik, sergiusens I'm trying to catch up [19:55] looks like a version string issue [19:55] fginther: in essence -- phone core apps are getting rejected from ppa [19:55] fginther: ok, easiest solution and cleanest IMO is an upstream version bump [19:55] I wonder where the ubuntu1 comes from [19:55] fginther: my bet (because it happened before), is that a feature branch was dput, and those have a bzr revno greater than what is in trunk (most of the times) [19:56] there is no ubuntu in debian/changelog at all [19:57] mmrazik: on what jenkins do these core apps run? [19:59] sergiusens: http://91.189.93.125:8080/ [20:01] mmrazik: previous dput might have been a manual one it seems [20:01] * sergiusens reconfirms assessment with the logs [20:02] gee never thought it would be so hard to add a few apps [20:02] sergiusens: I'm calling it a day but fginther should know all the details [20:09] sergiusens, do you still think an upstream bump is needed? I can purge the current packages from the ppa and rebuild, but that of course does not help those with the package already installed [20:11] fginther: some people will never get updates if you do that [20:11] fginther: so you have purging powers on a ppa now? [20:11] * sergiusens know who to ask for crazy stuff next [20:13] rsalveti: turns out the mako needs some more config magic to work [20:13] I'm finishing up, hopefully will be done before EOD [20:13] cyphermox: ok, cool [20:16] sergiusens, are you working on an MP? [20:23] fginther: I don't know where the code is, but I can look for it and do it [20:24] * sergiusens calculator calendar and clock all sound the same in his head :-/ [20:25] found it [20:27] rsalveti: https://code.launchpad.net/~sergiusens/unity/mock2core/+merge/157223 [20:29] fginther: https://code.launchpad.net/~sergiusens/ubuntu-calculator-app/new_version/+merge/157224 [20:30] rsalveti: did you see my blueprint email? [20:31] plars: can you share some burden with me? (not a fun task I'm going to ask) [20:31] sergiusens: not yet, let me check [20:31] sergiusens: weird, the series and milestone is correct [20:31] rsalveti: doesn't show up in my active workitems though [20:31] sergiusens, looking [20:32] sergiusens: maybe because it should be month-6? [20:32] aka this month [20:32] sergiusens: hey, what's up? [20:32] let me try changing that [20:33] sergiusens: check in a few to see if it's there [20:34] meanwhile you can check https://launchpad.net/~/+upcomingwork [20:35] sergiusens, approved [20:35] plars: need some help triaging the ubuntu-touch-image bugs [20:35] plars: well, not triaging, confirming [20:36] rsalveti: ack, thanks [20:36] I'm fresh out of ideas. Anyone have any thoughts on r55 half-bricking a Nexus 10? Will boot to recovery mode once, then crash hard enough to prevent anything but a battery symbol until I unplug it for at least half an hour. I can't re-flash because it never boots to the OS, the manual install steps fail, and trying to fall back to Android fails. [20:37] Makyo: drained battery? [20:38] sergiusens: anything specific? or just generally monitoring https://bugs.launchpad.net/touch-preview-images for unconfirmed things? [20:39] sergiusens, I can't tell how fully charged it is given that it won't boot, but it's been plugged in overnight since I first flashed yesterday. [20:39] plars: yeah, just monitor New, and confirm or incomplete them [20:39] plars: I guess you can assign them too [20:39] Makyo: can't you boot into the bootloader? [20:40] Makyo: can you flash the bootloader? === dandrader is now known as dandrader|afk [20:40] sergiusens: I don't have a good sense of who gets which bugs at this point, do you have some guidelines for this already? [20:40] kgunn: I wouldn't flash the bootloader, that can cause bricking ;-) [20:40] sergiusens, only after unplugging for about half an hour. [20:40] Makyo: fwiw, i had something similar on nexus7 [20:41] plars: don't worry then, I'll take care of that, teams are in the mix lately [20:41] rebooting at bootloader [20:41] kgunn, was there an indication of the reboot loop? [20:41] went back to google stock...seemed to take care of it [20:42] mmm...sorry....too many late nights/beers since then [20:42] kgunn, fair :) [20:42] kgunn, I tried going back to stock, but no luck. [20:42] i do remember being very freaked out....and super happy when it worked [20:42] mmm...well, at least you tried stock [20:43] sergiusens: I'll do what I can, I'm still doing some beta2 testing for raring at the moment, but I should have some time today. Forunately it doesn't look like extreme numbers of bugs there yet :) [20:44] plars: nope, it's not that big, I went through half of them last week, I just don't feel like moving out of raring today on my devices ;-) [20:45] sergiusens: ah, how's that going? [20:45] Makyo: fwiw...i do remember trying a couple of times....and for whatever reason...it finally flashed [20:46] kgunn, alright. I'll look a little more then. I couldn't get fastboot to recognize the device, maybe that's changed. [20:46] plars: pretty well... the first build worked mostly out of the box [20:47] Makyo: sudo fastboot [20:47] sergiusens, Yeah, just [20:47] Makyo: ok...that really rings a bell [20:49] rsalveti: you didn't read my _Descrition_ for https://code.launchpad.net/~sergiusens/unity/mock2core/+merge/157223 :-) [20:49] rsalveti: it should just work though :-) [20:49] * sergiusens is still going to wait for the bot [20:50] sergiusens: sorry, didn't read it [20:50] yup [20:51] sergiusens: it always validate the ci before merging, right? [20:52] or if I top approve before the CI it'll just merge directly? [20:52] afternoon everyone. [20:54] rsalveti: if you top approve it's already game over [20:54] rsalveti: although the same thing is done in the autolanding phase [20:55] sergiusens: right, thought it'd have some sort of ci first [20:55] yeah [20:55] rsalveti: what I wasnted though was for -ci to finish, grab the deb and install it on my tablet :-) [20:55] got it === dandrader|afk is now known as dandrader [20:57] sergiusens, ubuntu-calculator-app is building in the ppa [20:57] sergiusens, thanks [21:01] np [21:03] fginther: sergiusens thanks guys [21:12] sergiusens: deb is already available [21:28] rsalveti: yup, looking [21:29] rsalveti: https://code.launchpad.net/~sergiusens/ubuntu-calendar-app/lp1164130/+merge/157236 [21:30] * sergiusens is really close to getting smoke tests in place again [21:31] * sergiusens switches back to MRs [21:34] sergiusens: ok, will wait :-) [21:35] rsalveti: the deb feels good [21:35] rsalveti: only thing I notice now it that the gallery has no icon [21:35] rsalveti: but that doesn't seem to be from my MR [21:35] sergiusens: nops, not related [21:36] rsalveti: we're good to approve [21:36] sergiusens: DOME [21:36] DONE [21:36] sergiusens: will you create release mrs for them today still? [21:36] rsalveti: excellent, release commit comes [21:36] rsalveti: yes [21:37] rsalveti: did you check that other MR? [21:37] sergiusens: yup, but jenkins is still not taking care of it [21:37] rsalveti: heh, it's a different jenkins :-P [21:37] * sergiusens has no control over it [21:38] sebras: will it build as well as our jenkins? [21:38] rsalveti: it does build, doesn't publish the debs... [21:38] rsalveti: not really sure, this is my first interaction with core apps infra [21:40] will wait a bit more [22:03] ok, time to reinstall the components and see if it works [22:10] hey, am I supposed to be able to get pinch and zoom gestures in a PinchArea on my Nexus7, yet? [22:10] sergiusens: I'm community there: https://code.launchpad.net/~sergiusens/ubuntu-calendar-app/lp1164130/+merge/157236 [22:11] so we need an app core dev to approve [22:11] pmcgowan: do you know of any? [22:11] sergiusens: that's probably why the ci didn't run [22:12] fginther: do you know why the ci didn't run? [22:12] sergiusens: popey might be able to help you [22:12] rsalveti: well, it's a different trigger that what we use most likely [22:12] I think he got power cow powers at all core apps [22:12] rsalveti: ah, yeah, popey might be able to approve ;-) [22:12] *super cow powers [22:16] sergiusens, rsalveti, you need to be a member of one of the ubuntu touch teams: https://launchpad.net/~ubuntu-touch-coreapps-drivers [22:16] sergiusens, rsalveti see the subteam list there [22:16] fginther: well we are not :-) [22:17] fginther: and if I am, I won't approve my own MR :-P [22:18] sergiusens, I'll approve [22:21] oh a team [22:21] I like teams [22:21] oh core apps [22:21] they won't want me [22:22] I am fringe character at best === salem_ is now known as _salem [22:49] plars: yeah, I wonder why we have dconf-editor now :) [22:50] is this a real touch app? === Ursinha_ is now known as Ursinha [22:50] sergiusens: you might know as well === rsalveti_ is now known as rsalveti [22:53] rsalveti: the shell now looks at all desktop files [22:53] sergiusens: got it [22:53] sergiusens: but I thought it'd need x-ubuntu-touch foobar or similar [22:54] rsalveti: I thougt that was for sidestaging [22:54] makes sense [22:54] * sergiusens looks at webcam grabbing smoke tests running === ubot5` is now known as ubot5 === LarrySteeze|Away is now known as LarrySteeze [23:40] rsalveti, I'm having a lot of trouble making an app reliably respond to pinch and zoom on my Nexus 7 [23:40] is this because I'm early to the party for this? [23:41] rickspencer3: not sure, it might be a bug specific to nexus 7 [23:41] and unfortunately it's the only device I don't have [23:41] rsalveti, is there a way I could log a useful bug report? [23:42] just upload my code and let someone else try it, I guess? [23:42] rickspencer3: yup, that should do [23:42] will do [23:42] rickspencer3: then I can try at nexus 10 as well [23:42] sounds great [23:42] I'll do it right now === chriadam|away is now known as chriadam