[00:27] hello everyone [00:29] hello wade|shull [00:29] hello RobbyF [00:30] are you playing with the porting side of touch or the programming [00:30] ? [00:30] I just installed 13.04 and QtWebKit is throwing an unknown error [00:30] playing with the live device [00:30] like it actually says - 'Unknown Error' [00:30] ok [00:32] sorry :( [00:32] me too [00:32] killing me [00:32] pretty sure 13.04 isn't nearly as ready [00:32] I'm not getting any wifi module working ect. [00:32] when I tried in 12.10 I had different plugin problems [00:33] maybe I should go back to 12.04 [00:33] haha [00:33] its insane [00:33] sorry, I'm referring to on the device, not desktop [00:34] oh [00:34] well I see something about qtwebkit 13.04 something about deleted [00:34] and I seems to be defeted [00:34] so I will try something [00:35] without a working version of qtcreator and the sdk I can't finish my apps anyway [00:35] so I might as well play with installing different systems [00:35] :) [00:35] lol [00:35] what were you making? [00:36] working on a couple of different apps [00:36] not the core ones [00:36] I am not smart enough for that [00:36] wade: what's te issue? That qtcreator is not opening or that you can't use qtWebkit? [00:36] I was working on a SoundCloud app [00:36] and then a Trello [00:36] QtWebKit itself is throwing an error [00:37] when I run my app inside of QtCreator when I run the app [00:37] and it is the nice handing 'unknown error' [00:37] hahaha [00:37] oh well wiping now and putting on 12.04 [00:37] try sudo apt-get install libqt5webkit5-dev libqt5webkit5-qmlwebkitplugin [00:37] ohh I didn't know those [00:38] well [00:38] I did [00:38] sudo apt-get install libqtwebkit* [00:38] I found them with apt-cache search webkit [00:38] and it grabbed those [00:39] I will try again before I wipe it out though [00:39] the command you gave is not for the qt5 [00:39] ok sweet [00:39] would be great if this works :)\ [00:39] booting up right now [00:39] It tries to install qt4 libraries [00:40] ahh it does have both libraries [00:40] I think you should best remove libqtcore4-perl libqtwebkit-qmlwebkitplugin libqtwebkit4-dbg libqtwebkit4-perl libsmokebase3 libsmokeqtcore4-3 libsmokeqtgui4-3 libsmokeqtwebkit4-3 [00:40] that are the ones that tried to install with your command [00:41] normally webkit is already installed [00:41] well strangely when I ran that [00:41] it said the -dev was [00:42] but the -qmlwebkitplugin wasn't [00:42] With be both are [00:42] let me load qtcreator and see what I get now [00:42] You need that one for qtcreator to recoginse them [00:42] this would make my night for sure [00:42] I searcht for this myself a whole day with an other library [00:43] I was also missing the -plugin [00:43] still a fail [00:43] hmm [00:43] oh well [00:43] libqt5webkit5 had an update just minutes ago [00:43] hehehe [00:44] At least last hour [00:44] Are you on the edgers repo or on 13.04? [00:44] 13.04 [00:45] try adding http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu [00:45] and http://ppa.launchpad.net/canonical-qt5-edgers/qt5-proper/ubuntu [00:45] to your repo's [00:46] then do a apt-get update [00:46] a apt-get install ubuntu-sdk [00:46] and then a apt-get dist-upgrade [00:46] I already have the ubuntu-sdk [00:46] Then you'll have the latest version of everything needed for sure [00:47] Also the qt5-edgers? [00:47] ubuntu-sdk is adviced in the tutourial but not actually needed anymore thats why I added it. [00:48] btw, if you add it to pastbin, I want to give it a try [00:48] I think that is why I am going to go back to 12.04 [00:48] and start over [00:48] that way I will get edgers [00:48] No, just add the edgers [00:49] it works to on 13.04 [00:49] ok [00:49] I will give it a shot [00:49] everything works better on 13.04 than on 12.10 [00:49] all the dev's are also on 13.04 [00:51] sorry didn't help [00:51] wiping it out [00:51] it's no big deal [00:51] If you just post the qml somewere I will try it for you [00:51] I only made this computer for making apps [00:51] I know the qml is fine [00:51] that part I do know [00:51] Yes, to test the setup [00:52] If if works on my setup [00:52] crap I can't send you all this [00:52] it is a huge app [00:52] see it worked in 12.10 [00:52] then tabs started acting funny [00:52] put it on pastebin [00:52] so I installed 13.04 [00:53] and the tabs act fine but not the WebView [00:53] so now I am going to 12.04 [00:53] I can give you a cut down version I guess hold on [00:53] ok [00:56] You can just past it on pastebin.com without an account. Just something that should work but doesn't with you. [00:57] yeah I editing out like my access code and stuff [00:57] for soundcloud [00:57] offcorse [00:58] http://pastebin.com/kynfF54U [00:58] that is as simple as it gets [00:58] it will work I bet [00:58] but someone I broke it [00:58] I am good at that :) [00:59] Yes it works as it should with me. [00:59] hehehe awesome [00:59] well really that is fine [00:59] that is good [00:59] My setup is 13.04 with the two repos I just told you [01:00] then installed ubuntu-sdk and the two packages I told you earlier [01:00] that should do it [01:01] Have you tried to delete these: libqtcore4-perl libqtwebkit-qmlwebkitplugin libqtwebkit4-dbg libqtwebkit4-perl libsmokebase3 libsmokeqtcore4-3 libsmokeqtgui4-3 libsmokeqtwebkit4-3 [01:01] That are the ones that you installed that weren't necesary [01:02] ok I will work on it [01:02] If you wanted to make a clean install, i'd install 13.04 [01:02] I am semi slow at linux [01:03] ok [01:03] then sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper && sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk notepad-qml [01:03] from the website [01:03] ok [01:03] I might do that [01:03] and then sudo apt-get install libqt5webkit5-dev libqt5webkit5-qmlwebkitplugin [01:03] just start over with 13.04 and run the command they say to do for 12.10 [01:03] yes [01:03] thanks labsin I am going to do that [01:04] give me a bit and I will tell you how it goes [01:04] oh and do a apt-get dist-upgrade now and then [01:04] ok [01:04] cause 13.04 is still in Beta [01:04] I will have to write a note for myself [01:04] once it's released it's no longer needed [01:04] well I am only running it for making apps :) [01:05] right now I am chatting with you on a windows machine - I know I know, please don't hate me [01:05] :D [01:05] I have some other things to do [01:05] thanks for all you help [01:05] If you do that and have libqt5webkit5-dev and libqt5webkit5-qmlwebkitplugin installed it should work [01:06] if you are around when I am done I will let you know how it goes [01:06] if you need to find some other things. Usefull commands are apt-file (you need to install this and look online for how to use it) and apt-cache search. [01:07] thanks again [01:07] you're welkom [01:10] It's 3 am here, so I'd better go to sleep. [01:27] just testing.. [01:27] working [01:28] :) thanks [01:32] ok people, but calls and 3g can't only works on nexus... [01:34] does the browser work for anyone? mine is galaxy nexus...the app doesn't even open [01:37] noobix, in my i9100 works, not superlative, but works [01:38] ok [01:42] not sure if related....i've got Ubuntu SDK 0.1~bzr20130204-0ubuntu1~quantal1~test4 installed...I now have an update notification for 0.1.40~quantal1 [01:42] safe to upgrade? [01:48] noobix, almost [01:49] k, almost is good enough I guess...tx [01:56] well labsin I am back to my orginal problem [01:56] so I think I give up === Fyodorovna is now known as wilee-nilee [03:34] Hey, trying to ubuntu phone app tutorial on website, but it does not work. [03:35] I'm using ubuntu 13.04 [03:48] Hello all [03:48] I am looking for word from anyone with a current build on Nexus 7 [03:48] What's new? [03:49] Anyone? [03:50] I am looking for word from anyone with a current build on Nexus 7 [03:57] I am looking for word from anyone with a current build on Nexus 7 [03:57] Aotom: we've seen the question... [03:57] You might have to wait a while longer. [03:58] Have you recently installed a daily? [03:58] thanks for answering [03:58] Nope, I haven't installed yet, I just came from an intro session :) [03:58] And now I'm off to lunch [03:59] Ok well, thanks anyways [03:59] cheers, have a nice lunch [05:09] Thanks :P [05:09] It was pretty good. [07:30] good morning [07:44] Any Touch devs here? [07:44] I asked jounih about packaging for Software Center and he wasn't sure how it would work. [07:45] Are debs going to be usable on Touch? [08:00] icedwater, right now and in the short term at least Touch is plain Ubuntu underneath so packages are deployed as deb [08:00] no idea about long term [08:02] Hmm. Thanks. [08:07] I have two questions I hop someone can help me with. They're general in nature and nowhere to be found VIA Google (as far as I can find). [08:07] Is anyone available? [08:08] don't ask if you can ask, just ask [08:10] Alight...Thanks. 1) Is there an official release schedule chrt for Ubuntu Touch like with the regular desktop release charts? 2) After the developer preview will updates be constantly given ike any other OS or will support be stripped and kept only for Canonical developed devices? [08:10] Thanks. [08:12] adamshumpisxxx: i personally don't know the answer, hope someone else can help you out. the other option, probably more effective, is to ask this question in the mailing list. more eyes will see it [08:13] OK. Can you link me to said mailing list? [08:15] adamshumpisxxx: https://wiki.ubuntu.com/Touch/Contribute#Where_to_discuss [08:16] If anyone has the answer to my above questions you can PM me at the same username on Ubuntu Forums. [08:51] is the 13.04 touch zip working ? [08:52] this page now have a zip file based on 13.04 http://cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/20130408/raring-preinstalled-phablet-armhf.zip [08:52] sorry: http://cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/20130408/ === chriadam is now known as chriadam|away === ckpringle_ is now known as ckpringle [09:10] om26er, I don't know the answer, but i'll certainly try installing it and see what happens, and i'll answer you within 30 mins or so [09:11] steve_fi, i am downloading too ;) [09:11] ;D [09:28] boots, but its not as stable as the quantal one om26er [09:28] steve_fi, which device did you try on ? === SkavenXXI-[OFF] is now known as SkavenXXI [09:39] om26er, Asus Transformer Pad TF101 [09:40] om26er, using quantal from about a week ago is totally stable, albeit some problems with the fonts, but the raring crashed twice in about 5 minutes of use [09:41] my tablet's battery is down, i'll test once i have a bit of charge on it [09:41] om26er, the contacts page seems to be missing for me and the Wifi shows no networks, but I can do it using adb, also when I say crashed, the gui simply reloaded [09:42] om26er, I used the same stock CM10.1 build that I used with quantal last week === dandrader is now known as dandrader|afk === jishnu7 is now known as jishnu_busy === jishnu_busy is now known as jishnu7|busy === dandrader|afk is now known as dandrader === oreneeshy_ is now known as oreneeshy === SkavenXXI is now known as SkavenXXI-[OFF] [11:04] Just completed "About This Phone" design: https://wiki.ubuntu.com/AboutThisDevice#Phone [11:06] mpt: should that design not contain Phone Number too? [11:07] davmor2, I haven't been told that phone number needs to be anywhere. If it does, perhaps a "Phone" panel (together with call waiting etc) would be better. === MacSlow is now known as MacSlow|lunch [11:08] davmor2, that would be 'About this SIM' (in most cases) ;) [11:09] mpt: Ah fair enough. As long as there is a place for it somewhere that's okay :) [11:10] davmor2, usually looking up the number is supported (or not) strictly through the operator [11:11] I don't know what "supported" or "through" means there :-) [11:12] But like I say, there isn't a place for it until someone tells me. [11:12] brendand: in most phones you find it in the about dialog hence the question [11:12] davmor2, i've never seen that. sometimes it's in contacts === ckpringle_ is now known as ckpringle [11:15] mpt: shouldn't all designs be min or more the same on phone and desktop so that you get approximatly the same view on a really big phone or tablet then on a desktop? [11:16] labsin, no, firstly because the primary input device is different, and secondly because the common screen sizes are very different. [11:16] brendand: every android phone, Settings → About device → Status lists phone number, ios has something similar, on windows phone Setting → Applications → Phone, Blackberry it's in about phone etc etc etc [11:16] mpt: and a tablet? [11:17] davmor2, actually in iOS its in contacts as 'My Number' [11:17] labsin, the same first reason. [11:18] brendand: I'm pretty sure I've seen it in the setting app somewhere too, but that was someone else showing me their phone I've never had one, so I could be wrong :) [11:18] davmor2, brendand: Settings > Phone [11:19] It's even editable. I don't know why. [11:19] mpt: thanks for that [11:20] brendand: now do you see why I asked :) [11:20] davmor2, brendand: Questions like that can be answered by exploring my settings comparison survey. [11:20] mpt, that's really weird. perhaps it's pre-filled somehow [11:20] mpt: is there a list somewhere of all these wiki's [11:21] labsin, yes. :-) [11:22] mpt, i can't view that for some reason - is it public? [11:22] mpt: I just noticed it wasn't there and thought I would ask, I was pretty sure it would of been thought of. But the About page seems to be the right place was all :) === greyback is now known as greyback|lunch [11:23] brendand, works for me in an Incognito window. [11:25] mpt, but you created it right? maybe it's a permissions issue? [11:25] mpt, when i enter that specific url i just get redirected to a blank page [11:25] brendand, that's why I tested it in an Incognito window, to rule out permissions issues. [11:26] mpt, you don't get a login page when doing that though? [11:26] Correct. [11:26] mpt: can't open it too [11:27] mpt, i'm forced to login [11:27] odd [11:28] I just unshared and reshared it [11:29] I don't get something with the settings tho. Wasn't it the goal to scale all the apps from a phone layout through bigger screan to a window on the desktop to take full adventage of a convergence device? That's what it stays on the SystemSettings wiki. [11:30] But fi the timeanddate is still just like how it's now. Is that going to change? [11:30] labsin, I said "these settings, and their categories, will be shared across form factors whenever practical". I didn't say the design would be the same. [11:31] ohw [11:31] Sorry, maybe that's a bit unclear [11:31] I was referring to the settings themselves, e.g. which background you choose, not the UI for choosing it [11:31] I see [11:31] If you want to see how a phone settings design would look on a PC, try Gnome 3.8, where (for example) the background chooser is a panel with a giant button. It's ridiculous. [11:32] I do get that fi a horzontal layout is better on the desktop and that there should be less lists etc. [11:32] Or (for example) the Privacy panel scrolls off the bottom of the screen despite having truckloads of empty space. [11:33] mpt: totally right [11:34] Because of the tiny screen, phone designs have shorter labels, and therefore more explanatory captions. They also have more scrolling and more separate screens, and therefore fewer tabs and navigation lists. [11:36] mpt: idd, I hate to keep scrolling with the scroll wheel on a pc [11:36] Right, it's faster than using scrollbar arrows, but still much slower than scrolling on a touchscreen. [11:39] mpt: you'll also have to think about where the phone options would come when you dock the phone. Should some phone options still be accessible? and where would they go :) [11:40] labsin, as in dock in a charger, or dock to a PC? [11:40] as a pc [11:40] true [11:40] Ubuntu for Android is probably a starting point there [11:41] I'll have to wait till 14.04 at least probably. [11:42] * ogra_ would expect phone specific setting panels to show up in the sidestage if in desktop mode [11:45] Hmm, I just tried that Workflowy URL in Epiphany and it gave me a login page too. [11:46] That's annoying. [11:48] mpt: I get the login page on Workflowy [11:53] heya, is there any major difference in functionality between the raring and quantal daily images? [11:53] i.e. is there any functional reasoning behind switching to the raring ones? [11:54] steve_fi, development should happen on the development distro :) [11:54] note that raring will also only be a very temporary thing ... S will become the default dev release [11:55] yeah, I kinda figured that was coming :) [11:56] in quantal nearly all packages came from PPAs ... in raring many are in the archive already ... for S it is expected that all of them come from the archive ... [11:56] ah ok [11:57] same goes for the image builds ... they will slowly migrate over to the generic ubuntu image builders [11:57] (they are currently coming from a specific internal canonical builder) [12:04] does anyone know if the sources in the gallery app in the core/ folder will become part of the sdk (like DataSources etc.) === MacSlow|lunch is now known as MacSlow === dandrader is now known as dandrader|lunch === wiliam_ is now known as waa === waa is now known as wiliam === greyback|lunch is now known as greyback === _salem is now known as salem_ === jishnu7|busy is now known as jishnu7 [12:45] Hi, can anybody help with this error "no suitable EGLConfig found" ? === jishnu7 is now known as jishnu7|busy [12:53] P3T3: you'll probably have to provide more info on that [12:53] where, with what, while doing what?... [13:03] labsin, I know you need more details, I have problem with HP Touchpad, MWC demo boots, but daily finishes with blackscreen [13:04] my logcat http://pastebin.com/ir3Gdk1K talks about EGLConfig not loaded [13:09] can't help with that. Sorry [13:10] labsin, nevermind ;-) === SkavenXXI-[OFF] is now known as SkavenXXI [13:20] ARGH !!! [13:20] !? [13:21] sergiusens, do you have any idea where build/envsetup.sh comes from ? [13:21] whoever wrote that should get sent a POSIX shell handbook [13:21] * ogra_ cries [13:23] (/me actually had written something quite different than "sent a POSIX shell handbook" above ... but corrected that sentence since this is a family friendly channel) [13:27] ogra_: so on this galaxy S is there a way I can update the touch version without altering the kernel/drivers that the devs have fixed so nicely? [13:28] you can try ... no guarantees though [13:29] additional to the android bits the hw specific image contains the platform-api and libhybris parts ... if there were updates the ubuntu side needs you can be screwed [13:29] *additionally [13:33] ogra_: so it might be worth me taking my time to do my own port so I can update it on a regular basis then maybe? [13:34] well, you should make sure that the porter of the hw image does regular updates if something in the two bzr branches change [13:34] s [13:34] rsalveti, ! [13:35] ogra_: hey! [13:35] finally on :-) [13:35] rsalveti, do you have any idea where build/envsetup.sh comes from ? this is a massive mess of bashisms and will make it very hard to automate in a POSIX based environment [13:35] is that from us, CM or google ? [13:36] ogra_: I believe from both, but changed by CM [13:36] ogra_: do we need to change that? [13:36] not something we're planning to package or include at the distro [13:36] well, i would prefer to use POSIX indeed , just looking through it ... its 1700+ lines though [13:36] ogra_: not worthy investing your time there [13:37] rsalveti, the android builds use it on the livefs builder [13:37] right [13:37] don't we have bash available there? [13:37] i only did my tests in a terminal yet, doing them automated revealed alll the mess now [13:38] ogra_: right [13:38] i think we even have bash in the chroots, not sure ... else we would have to make livecd-rootfs depend on bash (which is super ugly though) [13:38] well, you can try to change that, but it's a huge work I'd guess, as the script is quite large (and not sure if we also have more than just that at the build system) [13:39] its the only thing we srouce atm [13:39] *source [13:39] right [13:39] and we'd need to get that accepted at CM upstream if possible later on [13:39] ogra@anubis:~/datengrab/phablet-android$ checkbashisms build/envsetup.sh.new 2>&1 |wc -l [13:39] 84 [13:40] i'm down from 600 lines to 84 in 20min of work ... but these were all low hanging fruit [13:40] right [13:40] not sure i want to actually go on here :) [13:40] * ogra_ still ponders [13:41] ogra_: :-) [13:48] ogra_: rsalveti that is what we source, but there are certainly a lot more scripts inside build that are used [13:49] after you lunch and brunch, anybody can make something get sourced [13:49] yeah [13:49] well, thats the point, you cant source it on a non bash env [13:49] s/on/in/ [13:50] * ogra_ votes that hardcoded bash scripts shouldnt use the .sh extension but be .broken instead :P [13:51] sergiusens, so i guess in your jenkins jobs you actually force bash as shell to make that work when autobuilding ? [13:52] ogra_: yes... I just switched to bash on my workstation too since I got tired of mistakenly sourcing with zsh [13:52] well ... [13:55] ogra_: yeah, we could of fixed it, but it was just too much... although it would probably make building a lot faster [13:57] ogra@anubis:~/datengrab/phablet-android$ for file in $(find build/ -name *.sh); do echo "############### $file #################";checkbashisms $file;done 2>&1|wc -l [13:57] 311 [13:57] its about 300 changes ... [13:57] (in the build/ dir) [13:58] not sure there are other bits that get sourced from elsewhere though [13:58] the big majority is in envsetup.sh though [14:02] i doubt it will speed up much ... but it will make it wrk for automation easier and also support other shells === dandrader|lunch is now known as dandrader === jishnu7|busy is now known as jishnu7|away === SkavenXXI is now known as SkavenXXI-[OFF] [14:43] bom dia galera [14:44] tentei instalar o ubuntu phone em galaxy x e nao passa mais da tela do google,oq fazer? [14:44] english ? === w00t is now known as feedr === feedr is now known as w00t [14:49] oSoMoN: what's the easiest way to see what all the properties of QtWebKit.experimental are? [14:52] bfiller: I don’t know of any other way than to look at the code [14:52] bfiller: let me find an online reference to it [14:54] bfiller: http://code.metager.de/source/xref/WebKit/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h#255 [14:54] oSoMoN: thanks! [14:57] I got a brand new Nexus 7 tablet with build JOP40D and phablet-flash -b -l complains about "Unsupported device, autodetect fails device" [15:07] sergiusens: https://code.launchpad.net/~davidhackerdvm/session-manager/add_moto_config_files/+merge/157014 failed at i386 autolanding === ckpringle_ is now known as ckpringle [15:20] bfiller: if you want to checkout the raring build, check http://sergiusens.github.io/posts/using-phablet-tools-to-install-raring-image.html [15:21] tmoenicke: ping, I still have a keyboard bug [15:21] pong [15:21] mhall119: ^ [15:22] tmoenicke: on my app, if there's a clickable widget below the OSK, pressing keys on the OSK will trigger the onClicked on the widget below [15:22] even if there's a Popups.Dialog over it, clicking elsewhere on the dialog doesn't cause the event to fall through, only clicking on the keyboard does [15:25] mhall119: which device is it? [15:25] nexus 7 (grouper) [15:28] hmmm, maybe it's not the keyboard.... [15:29] well now this is weird === dandrader is now known as dandrader|afk [15:30] tmoenicke: are you talking about a fix for 1133705 [15:31] pmcgowan: could be related. i have a package with the new keyboard soon which should fix this [15:32] mhall119: ^ [15:32] tmoenicke: I think maybe we can rule out the keyboard for my issue..... [15:32] I'm getting a video of it [15:32] ok [15:32] it's uploading to U1 now, I'll share it once it's there [15:32] tmoenicke: let me know if you have a package for testing [15:32] Hmmm a lot of folks are asking development questions about Qml on #ubuntu-app-devel [15:33] are qml/ubuntu touch dev experts idle there? [15:33] s/are/do/ [15:33] pmcgowan: yep i will [15:33] mhall119: cool [15:33] tmoenicke: tl;dw is that touch events are falling through even my Popups.Dialog below a certain y value on my screen [15:33] which also happened to be under the OSK, which is why I thought it was an OSK bug [15:34] hello [15:35] any one there [15:35] xnox: not too many, I will ping some to join [15:35] pmcgowan: thanks. [15:35] aquarius: U1 is making me grumpy :( [15:36] pmcgowan: it is very low traffic =) [15:36] can any one tell that msi enjoy 10 plus support ubantu or not [15:36] waq: check the touch/devices wiki page [15:38] its not there [15:39] waq: Then it's not currently supported/ no one has ported it yet [15:41] pmcgowan: tmoenicke: can you see this video: http://www.youtube.com/watch?v=2zk-u2hr4MM& ? [15:42] mhall119: it says it is currently unavailable [15:42] ok, must still be processing it or something [15:42] I can see it [15:44] Just completed initial design for "Location" settings: https://wiki.ubuntu.com/Location#Phone === dandrader|afk is now known as dandrader [15:48] mhall119: was the keyboard up before and you dismissed it? [15:48] tmoenicke: no [15:49] mhall119: what are you displaying there, an app you wrote? [15:50] mhall119: would it be possible you extract some code that demonstrates the issue and email it to me or put it on a bugreport? [15:51] pmcgowan: yeah, it's my uReadIt app I've been building [15:52] tmoenicke: you can run the whole app: https://code.launchpad.net/~mhall119/+junk/uReadIt [15:53] mhall119: ok cool, thx [15:54] mhall119: i will have a look later on [15:54] thanks [15:54] bzoltan1: you might also want to look at http://youtu.be/2zk-u2hr4MM [15:55] mhall119: I checked that, it is the InverseMouseArea that got screwed with Qt5.0.1... we have a bug logged for that [15:56] gusch, we're going to need more tests in lp:camera-app... it only has one, and no autopilot tests either [15:57] ah, thanks zsombi [15:57] nerochiaro: ^ [15:58] nerochiaro: see comment from robu [15:58] gusch: it's a good point [15:59] nerochiaro, gusch : also, what is the deal with cameraplugin-fake? I thought it was needed for camera-app to run on non-ARM [16:00] robru: for one it was the first and easy plugin [16:00] robru: second - it's handy for testing [16:00] robru: and third, it works, even if there is no webcam [16:01] gusch: in fact with a real webcam and no fake plugin, camera app has issues [16:01] gusch: at least it had for oSoMoN, i don't have a camera to try [16:01] gusch, I am getting exactly the same runtime error with or without cameraplugin-fake installed [16:01] robru: then it's rather a Qt bug [16:02] nerochiaro, gusch : http://paste.ubuntu.com/5692720/ [16:02] gusch, so where should I file the bug [16:02] ? [16:04] robru: i'll try to reproduce that bug - are you on raring? [16:05] gusch, yes, raring, 64bit. [16:05] robru: ok - so same as me [16:06] gusch, easiest way to try is just 'bzr branch lp:~robru/camera-app/packaging' and then 'bzr bd' and it should build ok (well, you'll see a failure to sign the package, but that's fine). then install the deb and try to run it. [16:18] tmoenicke: that was known issue with inverse mouse area [16:18] in qt 5 [16:19] ah ok, good! [16:35] mhall119: zsombi was faster :) === jishnu7|away is now known as jishnu7 [16:49] awe, hi, I'm designing settings for cellular connections. As I understand it, turning off 3G increases battery life, at the expense of data speed. Is there a similar tradeoff for 4G? [16:49] And does it make sense to have 4G turned off and 3G turned on, or vice versa? Or should they be toggled together? [16:52] * mpt goes looking up what an "APN" is [16:53] All hail Wikipedia [16:54] heh [16:58] robru: I get that error with "bzr bd" https://pastebin.canonical.com/88783/ [17:00] gusch, great, so how do we fix it? ;-) [17:00] I got a brand new Nexus 7 with firmware build JOP40D and phable-flash complains about "Unsupported device, autodetect fails device" [17:01] robru: can I disable the signing (like -us -uc for dpgk-buildpackage ?) [17:01] gusch, no, that failure is simply a matter that you do not have my private gpg key for signing the package [17:01] gusch, the debs are built, you can ignore that error and install the packages [17:01] robru: ah - ok [17:01] gusch, so now just 'sudo dpkg -i ../build-area/*deb' and then try to run camera-app [17:02] mc [17:02] ups wrong window ... [17:11] robru: works for me - camera runs without problems [17:11] gusch, so what could possibly be going wrong? can you read the error message and make any sense of it? [17:12] gusch, my impression from the error message that I got is that Qt was giving some indication that incorrect API calls were being made. is it possible that we have different versions of Qt installed? [17:12] robru: my best guess is a missmatch of versions (I'd guess qtmultimedia lib) [17:12] gusch, so tell me what version you have and I will compare [17:13] robru: hmm - debian packages ... [17:13] robru: how do I do that best way? [17:13] gusch, try 'apt-cache policy pkgname' [17:14] gusch so I did 'apt-cache policy qtmult.*' and it showed a bunch of packages and their version numbers. [17:14] hello [17:15] robru: Installed: 5.0.1-0ubuntu6 [17:15] gusch, that looks the same for me... [17:15] anyone here who has downloaded the phablet sources? [17:15] several [17:15] sergiusens: what was the issue regarding the failure at the i386 landing job? [17:15] which ones? [17:15] sergiusens: https://code.launchpad.net/~davidhackerdvm/session-manager/add_moto_config_files/+merge/157014 [17:16] In the porting guide I read the following: [17:16] The phablet-dev-bootstrap command will automatically use the repo tool with the Ubuntu Touch Preview custom manifest to download all the git repositories and needed data. Be aware that this step takes a long time and requires at least 15GB (plus 2-3GB for the binary output). [17:16] just for raring [17:16] rsalveti: network gpg [17:16] key add [17:16] does this mean, that I'll have to download 15GB? o.O [17:16] sergiusens: right, saw that at the log but was surprised by the error [17:16] jP_wanN, yes [17:16] sergiusens: but cool, thanks for fixing it [17:16] okay thanks [17:17] there is a way to avoid it if you have a local copy of cyanognmod sourcces [17:17] help, i wanna restore my Nexus 7 [17:17] (since then you already have downloaded more than 15G) [17:17] rsalveti: so we need to talk about network manager... it's not a link issue [17:18] sergiusens: right, let me reflash raring here [17:18] sergiusens, heh, gnome-keyring ? [17:18] i suspect we need to find a replacement for it at some point [17:18] ogra_: nope, add-apt-key or whatever the command was called) [17:18] ah [17:19] ogra_: sometimes fails [17:19] any error msg ? [17:23] gusch, i just realized that I have a ton of beta PPAs enabled, so i will try to disable some and see if I can't make camera-app work [17:28] robru: ok [17:36] mhall119, pong === kostkon_ is now known as kostkon [17:39] ogra_: sorry, missed your Q [17:39] ogra_: gpgkeys: key 5E51A24C not found on keyserver [17:39] ogra_: https://jenkins.qa.ubuntu.com/job/session-manager-raring-i386-autolanding/6/console [17:39] oh [17:39] * ogra_ didnt get that this was on jenkins [17:40] ogra_: happens on my workstation every now and then too [17:41] ogra_: but IS also limits the amount of reqs/s we can make, so it could've been that too [17:41] sergiusens, rsalveti, did you guys review my patches for bluetooth on the nexus 4? [17:41] do you actually use add-apt-repository or something self scripted ? [17:42] cyphermox: I looked at them, but I don't have that device to test so I left for rsalveti [17:43] cyphermox: sorry, not yet, can test it today [17:43] OK [17:43] ogra_: self scripted, need to support private PPAs [17:43] Ok, was just checking [17:43] sergiusens, og, private too ! [17:43] *oh even === SkavenXXI-[OFF] is now known as SkavenXXI [17:57] aquarius: pong? [17:58] mhall119, you were annoyed with u1 while I was on the phone in meeting 3 :) [17:58] aquarius: it got stuck trying to upload a .webm video I was trying to share [17:59] mhall119, :( [18:00] mhall119, did it work now? === jhodapp is now known as jhodapp|lunch [18:03] aquarius: seems to have [18:03] I gave up and uploaded it to youtube instead [18:04] mhall119, sorry. :( [18:05] don't worry, I just like to complain [18:05] Okay, I found the problem: My new Nexus 7 from the store didn't have the latest firmware installed. It was on JOP40D instead of JDQ39, and phablet-flash only works with JDQ39. [18:05] in fact, that's what the video was, me complaining about an SDK bug [18:25] Does anybody know if there a way to set the MainView header text without using Tabs or PageStack? [18:27] mhall119, sorry, dunno. I think the easiest thing is to just "use tabs" but only have one tab. [18:27] (that's what friends-app is currently doing) [18:32] :/ [18:33] I'm trying to update the currency converter tutorial, want to keep it as close to how it was as I can [18:33] but now MainView is putting the header there all the time [18:39] mhall119: which version of the UITK are you using? The latest version (0.1.40) should hide the header when no title is set. [18:40] mhall119: in raring universe it has an older version, but in the PPA version (see https://developer.ubuntu.com/get-started/gomobile/ - (1)) it is 0.1.40 [18:41] t1mp: let me check [18:44] rsalveti, ofono-raring MR fixed; I'm downloading the latest daily, and will give it a quick run through it's paces... [18:46] awe: nice [18:47] awe: cool, were you able to test with quantal as well? [18:48] rsalveti, that's what I'm about to do [18:49] awe: cool [18:49] the hfp thing turns out to be the new hands-free-profile [18:49] they built as a pseudo-driver [18:49] and phonesim depends on it [18:49] so I jiggered the Makefile.am to build it [18:50] I'd disabled a bunch of drivers/plugins with if !RILMODEM [18:50] that said, we're still disabling bluetooth & dundee [18:50] will leave those lovely treats for cyphermox. ;D [18:53] awe: right, that's fine, step by step :_) [19:03] * ogra_ wonders if it is his browser or if the CSS on https://developer.ubuntu.com/get-started/gomobile/ is actually gone [19:04] ogra_, your browser (works here) [19:04] hmm, works again ... yeah, i blame my browser [19:05] ogra_: ogra_ seb128 fails for me too, so it may be a balancer issue? [19:05] bzoltan1, mhall119, so do we actually have any story for packaging our apps from the SDK ? [19:05] works fine here [19:06] rsalveti: doesn't for me :-/ [19:06] sergiusens: firefox? [19:06] sergiusens, chromium ? [19:06] * ogra_ just noticed a little new icon in his URL bar [19:06] yeah, chromium didn't like it [19:06] hah ! [19:07] ogra_: yeah, works in FF, fails in chromium [19:07] "this web page contains insecure content, load it anyway [Yes/No]" [19:07] the developer just tested with firefox :-) [19:07] if FF would be any usable on arm i would use it [19:07] ah the police badge from simcity [19:07] yeah [19:08] allowing it gets me a broken "https lock" but loads the CSS [19:11] awe: what's up with hfp? [19:13] ah, I'm porting our ofono code to raring, and for now I've disabled the bluetooth and dundee options [19:14] so if/when you start playing with handsfree, you'll need to sort it out... [19:14] yeah [19:14] ogra_: packaging support is on the plan [19:14] I'm right there now [19:14] I think the hfp code was also based on bluez5 [19:14] why does bluetooth need to be disabled? [19:14] oh ok [19:14] build issues... [19:14] then that's probably "fine" [19:14] ok [19:14] pmcgowan, doe we have a blueprint ? i would like to end the discussion on the ML with something fruitful where people can drop ideas [19:14] yea, just giving you a heads-up [19:14] I'll grab and build the code on my n7 then :) [19:15] I'm really not doing any work on the BT bits right now, and this is blocking further SIM/GPRS work [19:15] ogra_: let me check the thread, will check also on blueprint [19:15] awe: sure, no problem, it's the right thing to do [19:15] fyi, this is how we built ofono on the quantal images as well; temporary solution only [19:15] cool, thanks === jhodapp|lunch is now known as jhodapp === SkavenXXI is now known as SkavenXXI-[OFF] [19:42] rsalveti, any idea what device the native_window_api_connect() call is trying to connect to on the Android side? I'm getting this when trying to use a SurfaceTextureClient instance: "E/MediaCodec( 1802): native_window_api_connect returned an error: No such device (-19)" [19:43] Are the instructions on http://developer.ubuntu.com/resources/app-developer-cookbook/mobile/currency-converter-phone-app/ still correct? I tried the CurrencyConverter example on Raring Ringtail and the code fails because "import Ubuntu.Components 0.1" doesn't seem to work. Also the package providing /usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/ , qtdeclarative5-ubuntu-ui-toolkit-plugin, is not mentioned in the tutorial. [19:43] jhodapp: not sure [19:43] jhodapp: this is the same error you had with the test based app, right? [19:44] rsalveti, no it's different now, though similar [19:44] rsalveti, I think it's erroring at a very similar point though [19:44] jhodapp: right [19:45] rsalveti, I was getting errno -22 [19:45] rsalveti, since I hadn't set up a proper surface [19:45] hello all === Lexmazter_ is now known as Lexmazter [19:47] jhodapp: http://androidxref.com/4.2.2_r1/xref/system/core/include/system/window.h#797 [19:47] rsalveti, ah you found where it is, I was just looking for that [19:47] jhodapp: http://androidxref.com/4.2.2_r1/xref/frameworks/av/media/libstagefright/MediaCodec.cpp#1496 [19:48] jhodapp: so you can only have one api connected at a surface at a time [19:48] rsalveti, yeah saw the line in MediaCodec...was hunting for native_window_api_connect() [19:49] rsalveti, oh interesting...so I've stopped ubuntu-session for this test...I wonder what other API might be connected [19:49] jhodapp: need to find what is -19 [19:50] rsalveti, ENODEV [19:50] no such device [19:50] rsalveti, that's why I'm wondering if it's trying to connect to a framebuffer device or something [19:51] http://androidxref.com/4.2.2_r1/xref/frameworks/native/libs/gui/SurfaceTextureClient.cpp#connect [19:51] jhodapp: that's weird [19:52] in theory the surface client is already connected with surfaceflinger [19:52] rsalveti, I've created the GL surface in my test program and wrapped it in an android::SurfaceTexture [19:52] jhodapp: right [19:52] rsalveti, then it gets passed to the SurfaceTextureClient [19:58] jhodapp: maybe it's missing some sort of setup to tell it to use sf [19:58] not sure [19:58] as this connect is not necessarily special [19:58] for the media type [19:58] rsalveti, yeah [19:59] rsalveti, it's interesting that even the Android test player that uses MediaCodec doesn't work on our setup [20:01] jhodapp: but the -22 is kind of different, but still, that would probably be related with a broken code [20:02] rsalveti, right [20:02] which I'm not sure if it's the case as well, as I expect it to just work [20:02] rsalveti is this what you were looking for in the MR? [20:02] but your enodev is more interesting [20:02] # override defaults by sourcing /etc/ubuntu-session.d/$device.conf [20:02] # or counterpart in android file system if the config is not in session-manager yet [20:02] [ -e /etc/ubuntu-session.d/$device.conf ] && . /etc/ubuntu-session.d/$device.conf || [20:02] [ -e /system/etc/ubuntu-session.d/$device.conf ] && . /system/etc/ubuntu-session.d/$device.conf [20:03] rsalveti, yeah, it comes from the MediaCodec::configure() call [20:03] dhacker29, ++ [20:03] dhacker29: yup [20:03] OK I will push it up [20:03] though really remove the || [20:03] dhacker29: thanks [20:03] ogra_: without || it'd override the system config [20:03] Well he wanted to make sure that if it was in session-manager we not use the device version [20:03] else a porter wont be able to override [20:03] rsalveti, thats what it should [20:04] I prefer to avoid overrides [20:04] did you see my last comment in the MP ? [20:04] nops, lemme see [20:04] the first one is already an override [20:04] its a chain [20:04] so that the porter can still put something in place ... [20:05] rsalveti, ofono-raring MR is all set. Just finished testing...and added a comment to the MR [20:05] awe: cool [20:05] rsalveti, or do you actually test each of the merges you make on the actual device to be sure they work as desired ? [20:05] ogra_: right, but I think we should avoid allowing overrides , and instead just provide a way for the porter to provide the right file via the android image [20:06] it gives the porters some flexibility in case a value in our zip is wrong [20:06] rsalveti, and that you will reach by remooving the files from /etc/ubuntu-session.d/ [20:06] but it'd make it behave differently depending on the android image used, for example [20:06] and have porters put them into their images in /system/etc/ubuntu-session.d/$device.conf [20:06] and people would not necessarily contribute the fixes back to us [20:07] they would with the android merge [20:09] ogra_: android merge? [20:09] rsalveti, dont we plan to merge their git stuff into phablet.u.c ? [20:10] i thought that was what the gerrit instance was for [20:10] ogra_: right, but I thought we'd still prefer such files to be part of the ubuntu side [20:10] we could then merge such changes and have 2 files with the same settings [20:11] and the android one would take priority [20:11] then we can drop ours [20:11] yeah, which is good [20:11] that's why I'm ok about extending to look somewhere else, but not replacing the original [20:11] eventually the porters should care for the HW side themselves [20:11] hmm [20:11] your call [20:12] I just want to avoid having two places to maintain files :-) === Lexmazter_ is now known as Lexmazter [20:12] well, if the HW package ships that file we can drop it ... and i would assume to porter to know better if the values are coreect [20:13] *correct [20:13] ogra_: right [20:13] ogra_: dhacker29: ok then, let's merge without the || and see later what happens [20:13] but really, your call :) i wont complain (but also wont agree) if you do it with the || [20:14] that's fine, we'll probably change it later on again, once we finish the container flip investigation and android image simplification [20:14] (i dont think its overly important in the end :) ) [20:14] yeah [20:15] right, the container flip might change everything [20:15] keyword *might* [20:15] yup [20:15] heh [20:15] wow, timing [20:15] ;) [20:16] ogra_, if you want to come to Boston a week before the Sprint, my band's playing! ;)- [20:16] awe, oh ! new band ?!?!!! [20:16] ( old band ) [20:16] ( me, bfiller, ... ) [20:16] geez ! [20:17] Been looking for a place to play some guitar in Oakland too... maybe we'll find an open mic night somewhere, as the hotel wasn't super music friendly last time. [20:17] awe: you should play at the sprint [20:17] awe, couldnt you have told me last week ? [20:18] my flight is booked :((( [20:18] yea, kinda last minute [20:18] rsalveti, been trying to figure out some way to play at the Sprint. We'll see. [20:19] i'll be in NY/Boston/Maine end of the year i think ... if you could play again then :) [20:19] awe: that would be awesome [20:19] ogra_, keep me posted on your dates [20:19] I have good friends in Portland, ME that I'm overdue seeing. [20:19] will do, nothing is fixed yet [20:20] i'm going to the annual LTSP lobster thingie in maine and was planning to actually fly in to NY and then drive up the coast [20:22] Merge proposal updated https://code.launchpad.net/~davidhackerdvm/session-manager/ubuntu-session-update/+merge/157013 [20:22] ogra_, sounds like a good time! [20:22] :) [20:31] rsalveti, do you know where in the source (I assume it's part of SurfaceFlinger [20:31] rsalveti, ISurfaceTexture.cpp connect() connects to? [20:33] rsalveti, meaning where's the other end of the proxied connect call? [20:35] jhodapp: not sure, probably surface flinger itself [20:35] tvoss might know better [20:35] rsalveti, yeah that's what I'm thinking...I'll email him [20:39] rsalveti: do I get a webapi for phablet.c.c ? [20:40] sergiusens: sorry, for what exactly? [20:41] rsalveti: I can breakfast now, but I default to 'github' as the remote, I want to check if phablet-10.1 is in phablet.c.c for the repo to set the remote to phablet [20:42] sergiusens: right, don't think so, I believe it's just a plain gitweb [20:42] sergiusens: do you have that with github? [20:42] rsalveti: yeah, did a little research... I could resort to beautiful soup or hand crafted regexes [20:43] the former is more _polished_ while the latter adds no deps [20:46] sergiusens: right, might be easier with beautiful soup, but I believe we don't need much though [20:46] sergiusens: do you only want to check if the repo is available at p.u.c? [20:46] sergiusens: or do you want brunch to download from CM if not available at phablet.u.c? [20:47] rsalveti: I'm already breakfasting from CM ;-) [20:47] rsalveti: what I need to know is if not only the repo, but the phablet-10.1 branch is available [20:48] sergiusens: right, and if not check from CM [20:48] rsalveti: yup [20:48] rsalveti: don't worry, I'll craft some filters :-) [20:48] sergiusens: alright, looking forward to see the implementation :-) [20:49] sergiusens: because we need to solve 2 issues, probably solved by the same solution [20:49] rsalveti: what's the other? [20:49] one is downloading just what is needed from phablet.u.c when bootstraping the repos for a device [20:49] and the other is allowing people to download the extra repos automatically from CM [20:50] rsalveti: I can already do the latter, just did it for the n7000, but I never check phablet.c.c ... which is what I want to do now [20:50] the second is useful at least to fetch the repos to customize locally [20:50] but not for auto bootstrap/build [20:51] rsalveti: if I read correctly, I think I solved both issues... just needs this prior check on phablet.c.c [20:52] sergiusens: right [20:52] sergiusens: we might want to warn the user as well that the repos are coming from the original CM [20:52] so he knows that brunch will probably fail :-) [20:52] sergiusens: yeah [20:53] rsalveti: well, breakfast tells you that already... we can do something more _warningful_ if required [20:54] sergiusens: right, I think we should add a bit more warnings :-) [20:54] just so people knows it's not supported at al [20:54] all === jishnu7 is now known as jishnu7|away === salem_ is now known as _salem [21:56] ogra_`: right now there's no packaging in the templates or packaging option in QtCretor [21:56] mhall119, that i'm aware of :) [21:57] What's the reccomended way to test Ubuntu Touch apps while developing? Is there a simulator? [21:57] ogra_`: the default is currently debian packaging, we're doing it manually right now, it can probably be mostly automated with either the template & QtCreator or with something like pkgme [21:58] bfiller: https://code.launchpad.net/~boiko/phone-app/revert_conversation_fixes/+merge/157966 [21:58] ogra_`: aquarius's team was investigating the scalability of our current method of packaging and deploying, compared to other ways of doing so [21:58] boiko: I'll take a look [21:58] bfiller: thanks [21:59] mhall119, i'm aware of that too ... [21:59] bfiller: I have na appointment now, but I can come back later if there is any problem with the MR [21:59] boiko: sounds good, thanks [21:59] mhall119, i was just wondering (based on todays mail thread) if there were already some high level plans for how it will look to the dev etc [22:00] ogra_`: I don't think so, no [22:00] even debian packaging should be easy to integrate (and i belive we will stay with a simplyfied kind of dpkg in the end) [22:01] i think it would be good to have a spec for that to gather developer input at the next vUDS === Ursinha-afk is now known as Ursinha [22:14] anything interesting today? [22:17] ogra_`: I believe aquarius's team is preparing exactly that [22:18] k [22:47] I like how calculator keeps last calculation in history === brion is now known as brion-away [23:45] * sergiusens hates it when github starts returning 403s === chriadam|away is now known as chriadam