=== chriadam|away is now known as chriadam [00:40] hello could i have some ubuntu touch help xD [00:41] what terminal does ubuntu touch 14.04 use? [00:43] helllllo? [00:44] helo..... [00:44] what terminal does ubuntu touch 14.04 use? [00:44] arch_rules: a specific QML app wit konsole plugin [00:45] ok [00:45] thank you [00:45] http://konsole.kde.org/ [00:45] otherwise im getting board of using adb all the time [00:46] https://bazaar.launchpad.net/~ubuntu-terminal-dev/ubuntu-terminal-app/trunk/files [00:46] konsole plugi https://bazaar.launchpad.net/~ubuntu-terminal-dev/ubuntu-terminal-app/plugin/files [00:46] plugin* [01:05] what is the pakage name for the ubuntu terminal app in the repo [01:07] i am not really sure if it's present in the main repo [01:08] ahhhh [01:08] because the app in the system wont launch [01:08] and cya xD [01:08] you mean on the phone ? [01:21] terminal app isn't in the repos as its a click pacakge === vying is now known as Guest86433 === duflu_ is now known as duflu [04:08] hello [04:09] any one tell me that how i port ubuntu touch in Nokia lumia 520 [04:11] Asif: With difficulty - the first part would be to get an Android 4.4 install on it, which you'll need to break the bootloader to do. [04:11] Asif: Unless someone has published a jailbreak for the Lumias that I'm not aware of :) [04:20] Asif: A reasonable answer to “how do I port Ubuntu Touch to the Nokia Lumias” is “you can't”. [04:22] Asif: *If* you can break the firmware to load arbitrary code, the next step is to get an Android 4.4 image running on the hardware, which will likely require kernel patches and may require reverse-engineering some drivers. [04:22] Asif: *Then* it's easy :) [04:23] but microsoft make it so secure to jailbreakit [04:25] Asif_: Right. Which is why a reasonable answer is “you *can't* port to the Lumias”. [04:26] RIGHT [07:46] good morning === rpadovani is now known as WebbyIT === chriadam is now known as chriadam|away === RAOF_ is now known as RAOF [08:53] ralsina_, beuno: should we have a discussion at next week's UDS about software store plans/roadmap? === JamesTai1 is now known as JamesTait [09:24] Good morning all; happy St Piran's Day! :-D === JamesTait is now known as Guest6374 === Guest6374 is now known as JamesTait === vying is now known as Guest73062 === ogra_` is now known as ogra === WebbyIT is now known as rpadovani [10:58] Morning all [11:26] Hi ! [11:26] Can I install ubuntu phone OS on my Samsuns S2 ? === vying is now known as Guest4788 === MacSlow is now known as MacSlow|lunch === cul- is now known as cul_ === awafaa_ is now known as awafaa === chrisgward is now known as chrisward === ValicekB_ is now known as ValicekB [12:09] dholbach: yes we should [12:09] dholbach: I mean we should have a discussion at UDS about software store plans/etc [12:10] ralsina_, ok cool === _salem is now known as salem_ === alan_g_ is now known as alan_g [12:50] ralsina_, beuno: https://blueprints.launchpad.net/ubuntu/+spec/appdev-1403-software-store-roadmap :) === boiko_ is now known as boiko [12:51] dholbach: thanks! === alan_g is now known as alan_g|lunch [13:02] dholbach, thanks! === achiang` is now known as achiang === dandrader is now known as dandrader|afk [13:29] mardy, hey,t hanks for merging that stuff! I got an account-plugin on my phone created by a click package! :D === MacSlow|lunch is now known as MacSlow [13:39] cwayne: actually, it got reverted :-( [13:39] cwayne: we'll land it after Qt 5.2 === dandrader|afk is now known as dandrader [13:41] :( [13:41] i was so excited too [13:43] mardy, so when i did have it installed, i couldn't see any accounts in my app, so I assume there's some app-side changes that I'd need to make? [13:43] or was it just broken [13:46] cwayne: with the new OA, now when you create an account by default all services are disabled [13:47] cwayne: the app needs to request access to the accounts [13:47] cwayne: let me find a useful link... [13:47] mardy, so that's with the account-application hook right? [13:47] or is there something int he actual qml that needs doing [13:47] cwayne: https://code.launchpad.net/~mardy/friends-app/app-access/+merge/198365 [13:47] cwayne: something in the QML === alan_g|lunch is now known as alan_g [13:47] cwayne: see the Setup element [13:47] cwayne: and notice that its exec() method gets called [13:48] cwayne: basically, you set a provider ID in this Setup element, and when you call exec(), OA will be invoked and propmt the user to give your application access to an account of that type [13:49] cwayne: either by enabling a service on an existing account, or by creating a new account [13:49] mardy, ah, ok [13:49] so can you still get a list of accounts first, to choose which one to use? [13:50] cwayne: yes, but if you app was never authorized to use an account, this list will be empty [13:51] cwayne: does your app support a single account provider, or many ones? [13:51] ah ok, so how do i get the initial authorization to use an account then [13:51] mardy, just one [13:52] cwayne: something like: Setup { id: accountSetup; applicationId: "myapp"; providerId: "facebook" } [13:52] cwayne: so, if your account list is empty, you can then call accountSetup.exec() [13:52] mardy, so i can just call that when my app starts === josepht_ is now known as josepht [13:56] cwayne: no, better call it only if the account list is empty [13:57] cwayne: though as a user, I'd rather like have a screen which tells me "You have no accounts for MyApp; press here to configure one" [13:59] mardy, ah, that makes sense [13:59] mardy, once it gets in, could you update this? http://askubuntu.com/questions/336069/how-do-i-use-oauth-from-an-ubuntu-touch-app [13:59] i know that's where i got my info from :) [14:02] cwayne: I'll try :-) [14:03] cwayne: I'll write a long blog post about it [14:04] mardy, great :) for now i'll try it out here, and i'll let you know if i can get it working === barry` is now known as barry [14:36] mardy, so I think i've gotten kinda close, by copying your app-access MP from reminders-app :D but clicking the 'add account' button does nothing, I suppose I should now wait til this is actually merged/promoted [14:36] aquarius, hey, are you actually working on that component store thing for developers? [14:37] if so, i think a 'choose an online account to sign in with' page would be an amazingly good thing to have there [14:37] cwayne: what version of u-s-s-o-a do you have installed? [14:38] mardy, 0.3+14.04.20140304-0ubuntu1 [14:38] cwayne: mmm... then it should work [14:39] cwayne: try this: [14:39] cwayne: killall online-accounts-ui [14:39] cwayne: export OAU_DAEMON_TIMEOUT=9000 [14:39] cwayne: export OAU_LOGGING_LEVEL=2 [14:40] cwayne: online-accounts-ui --desktop_file_hint=/usr/share/applications/online-accounts-ui.desktop [14:40] cwayne: and try again? [14:44] Laney: hi! renato_ confirms that the new SyncEvolution is working fine [14:44] mardy: ok, will upload it shortly then [14:44] thanks [14:45] mardy, ah, so now with click-package online-accounts, the provider has to be the click name [14:45] so for example instead of provider:'fitbit' i now need provder 'com.ubuntu.developer.cwayne18.fitbit_provider' [14:46] cwayne: yes, without the version number [14:46] cwayne: correct [14:46] cwayne: are you 18 y.o. or born in 1918? ;-) [14:47] mardy, cwayne, but the old way still working? [14:47] mandel, Is there a design spec for the download manager? Trying to gather transfer menu requirements. [14:47] mardy, for example the sync monitor still a debian package [14:47] mardy, lol, born on the 18th of may :) [14:47] mardy, so this brings me to add an account, how would i enable an account i've already added from u-s-s-o-a for example? [14:47] tedg, are you talking about a design ui spec? or a technical one? [14:49] mandel, Well, both if they exist :-) [14:49] boiko: bfiller: Do you have some time to test landing-002? [14:49] mandel, What can I ask for? ;-) [14:50] It's the tones-in-accountsservice MP that I did a few weeks ago [14:50] trying to land it now [14:50] Laney: sure I can test that today, boiko you should as well [14:50] thanks [14:50] Laney: yep, will do [14:50] I put some manual testing notes on there [14:50] great === frecel_ is now known as frecel [14:51] tedg, there is no ui design afaik, there is a blueprint for the qml work for udm (https://blueprints.launchpad.net/ubuntu/+spec/appdev-1311-udm-sdk) and wiki docs for the dbus api (https://wiki.ubuntu.com/DownloadService) [14:52] tedg, you can also find a doc folder with the xml definitions for the dbus interface and a dia diagram with a descrition of a state machine that represents a download (in lp:ubuntu-download-manager) [14:53] mandel, Cool, thanks! [14:54] tedg, but, you can ask me everything you want, there are changes Ihave not been able to do due to lack of hours in a day :-/ [14:55] mandel, Sure, I just feel a bit behind on what is happening there. Trying to catch up. [14:55] mandel, Trying to figure out how the transfer indicator should work. [14:55] mardy, ok so i can add an account, but it never shows up in my list still, maybe cus i'm missing the .application hook? [14:55] mandel, It seems like download service is a major part of it. [14:56] tedg, wanna do a hangout? [14:56] tedg, I can explain more or less what udm does right and does wrong (I think there is room for improvement) [14:56] mandel, Uhm, eventually, I'm not sure I know enough to ask questions yet :-) [14:56] * tedg really knows the name more than anything right now. [14:58] tedg, well, I can give you a super quick over view, that will give you a head start, rather than read the code [14:58] tedg, but whatever is better for you [14:58] mandel, Sure, let's try it. [14:59] tedg, ok, lets do it now if you can, that way we have the transfers indicator after and we get there with more info and better ideas [15:00] tedg, mandel : there is a UI design for both the transfer indicator and content hub integration in the browser [15:00] tedg: you need links? [15:00] bfiller, Please! [15:02] one sec [15:08] cwayne: oh, yes, you definitely need an .application file [15:08] figured as much :) [15:09] although i added it, and now clicking add account does nothing [15:09] where would issues be logged? [15:11] ok, so i got it back to being able to add an account, still empty though, maybe i have a broken .application [15:17] hi @ all [15:18] i have an question is it posible to install java to ubuntu touch? [15:22] you can make the image writable and install openjdk from the archive [15:22] (i remember someone ran a tomcat server that way on his phone) [15:24] hm i need oracle java i want to try unicenta on the nexus 7 unicenta needs java from oracle [15:31] SFiege: you can actually package up a jvm if your app needs it [15:31] SFiege: the Bitcoin app in the store is a qml app which has a C++ plugin calling some java nonsense, and ships with a full jvm [15:32] hi how could i install the touch interface on pc? [15:33] ok, where can i get more information to do some thinks like the bitcoin app [15:33] is for enhaced the rdp from android experience === alan_g is now known as alan_g|tea [15:40] SFiege: you could download the app from the store and pick it apart === dandrader is now known as dandrader|lunch === alan_g|tea is now known as alan_g [15:49] didrocks: I'm starting to feel like an Android user, complaining about my phone not getting any OS updates in days :( [15:49] mhall119: well, don't tell me :p [15:50] but you're my dealer [15:50] I mean, um, ... [15:50] he's just trying to get you on to the stronger more dangerous stuff [15:50] -proposed ;) [15:50] mhall119: heh :) [15:50] lol === dandrader|lunch is now known as dandrader [16:44] What component/package in Ubuntu Touch is responsible for the screen rotation? === gatox is now known as gatox_lunch [16:53] mpt: qtsensors maybe [16:54] davmor2, maybe, though that has no open bug reports [16:55] heh [16:55] is that a requirement ? [16:57] a software without bugs doesnt exist, so yeah :) [16:57] hehe [17:00] mpt, I think unity8 does the detection using the sensor service saviq would know [17:01] Thanks pmcgowan, I marked bug 1288332 as involving unity8 then [17:01] bug 1288332 in unity8 (Ubuntu) "Orientation lock not implemented (rotation/portrait lock)" [Undecided,New] https://launchpad.net/bugs/1288332 [17:01] cool === dbarth_ is now known as dbarth-onair [17:04] hey guys I heard that image #220 and above is running Qt 5.2. Is that true? [17:04] nope [17:04] also when can we expect Qt 5.2 to be pushed into the trusty archive [17:04] whoever told you that was lying :) [17:05] soon :) [17:05] ogra: ah... [17:05] * nik90 wished it was true [17:06] its already banging at the door ... we just havent opened it yet :) [17:07] hehe [17:07] i think the door is unlocked now, just not opened yet :) [17:07] yeah ... getting closer every minute :) [17:12] Does anyone know yet the specs of the Meizu and BQ handsets? [17:14] genii, meizu will be MX3 ... most likely like it is today ... bq ... not yet [17:14] ogra: Cool, thanks [17:15] renato_, keep in touch on https://bugs.launchpad.net/ubuntu-clock-app/+bug/1285958. Let me know if you need help testing, etc :-) [17:15] Ubuntu bug 1285958 in qtorganizer5-eds (Ubuntu) "Reccuring Alarm can't be set for sunday" [High,Confirmed] [17:15] geez, keep it ! [17:15] who wants to get alarms on a sunday ! [17:16] sell it as a feature :) [17:16] hah! [17:16] lol ogra [17:16] lol [17:17] ogra: and guess what we had AP tests failing only on Saturday and Sunday..How convenient for me :D [17:19] ogra: But what if it's recurring alarms to remind you to attend chirch service? ;) [17:19] *church [17:21] my church around the corner has its own alarm clock ... [17:21] they have put it in a tower [17:33] pmcgowan, mpt, rotation is done entirely in the toolkit right now [17:34] will be mediated through unity8 later when we implement rotation locking and such === tyhicks` is now known as tyhicks === gatox_lunch is now known as gatox === dbarth-onair is now known as dbarth [18:05] does anyone know what happened to the ubuntu wiki? i want to learn about the process of porting ubuntu touch === alan_g is now known as alan_g|EOD [18:07] oh, according to isup.me, wiki.ubuntu.com is up? i wonder why i can't access it [18:11] okay, i accessed the wiki by using a proxy.. what in the world? === dandrader is now known as dandrader|afk === marlinc_ is now known as Marlinc [19:04] slangasek, wow, upstart-monitor behaves pretty odd on Ubuntu Touch [19:04] (even --help is ignored) [19:17] ogra: it's a gtk application, as I recall? [19:17] the manpage talks about --no-gui [19:17] hmm [19:17] dunno then [19:17] but i dont even get it to display the usage info [19:18] it jumps directly into Gtk execution === dandrader|afk is now known as dandrader [19:20] slangasek, http://paste.ubuntu.com/7040149/ [19:20] ogra: so you appear to not be passing --no-gui here [19:20] gives the same output [19:21] http://paste.ubuntu.com/7040154/ [19:21] with --no-gui [19:28] ogra: ok, well, clearly a bug then, please file a bug report [19:28] will do [20:01] mandel: hi there, did you find out anything? === salem_ is now known as _salem [20:42] how do i get the new scopes on the current image? [20:43] barry, I did, will have a fix very soon :) [20:44] mandel: awesome. i'll test it out as soon as it's ready, and we'll try to get the new udm and si in a landing silo [20:47] hi i just installed ubuntu touch on a galaxy nexus but its frozen how can i restart the galaxy nexus === _salem is now known as salem_ === bfiller is now known as bfiller_afk === hggdh_ is now known as hggdh [21:35] hi @ all [21:35] is there any way to start an sh script on an tablet === salem_ is now known as _salem [21:52] some one how can help me [22:03] Tassadar: I think I processed all your merge proposals now, let me know if you still have some changes on your side. [22:03] I do, but I don't think you want those in trunk [22:04] stgraber: see last two or three commits to https://code.launchpad.net/~vbocek/+junk/system-image-server-tasemnice [22:05] one is grabbing version number from other s-i server and aborting build if there is no new version on that server [22:06] and second is applying "patches" to the rootfs downloaded via remote-system-image generator [22:14] Tassadar: why aren't you just building another tarball with those patches, similar to what I do with the keyring tarball? that'd save you a whole lot of uncompress/compress time [22:15] I overwrite files in rootfs with another tarball -> the fixes get into ubuntu rootfs -> I remove those files from that additional tarball I created [22:15] won't that remove those files? [22:15] mandel: let me know when you have a source package ready and i'll upload it to my testing ppa: https://launchpad.net/~barry/+archive/systemimage [22:15] like, the delta from that will have them as "removed", won't it? [22:15] mandel: and we'll see if the armhf builder can build it :/ [22:21] Tassadar: hmm, yeah and I can't think of a nice way around this... I guess if we ever get into that case with the production server I'd have to introduce some kind of whitelist of files which did move between tarballs and have the delta generator only includes things that aren't in that list into remove_list [22:21] yeah [22:23] stgraber: by the way, does the renaming of s-i channels means I have to change something on my s-i server? Apart from changing the addresses of s-i.u.com in config to include /ubuntu-touch/ before the redirections get removed? [22:34] Tassadar: that should be all you'll have to do. I believe the remote-system-image code parses channels.json and index.json properly so it should follow the redirect just fine. [22:34] cool, thanks [22:45] what 10 in tablet to buy that has good ubuntu-touch support? [22:50] Nexus? ;) [22:58] genii, didnt they drop nexus 10? [22:59] ddsss: https://wiki.ubuntu.com/Touch/Install indicates active development for the 10", 7" ( codename Grouper) is deprecated though [23:00] genii, not sure: http://www.phonearena.com/news/Ubuntu-Touch-drops-Nexus-7-and-10-support-wont-add-Nexus-5-support-yet_id51343 [23:03] ddsss: First I'd heard [23:06] genii, k. thanks ill recheck [23:38] how can i get phablet flash to work [23:39] arch_rules: we recommend ubuntu-device-flash now, not phablet-flash [23:39] arch_rules: ubuntu-device-flash is a golang binary, so should be fairly easy to get working on arch (assuming from your nickname that's what you're using) [23:40] It is for the flipped-vision (htc desire z). it is recommended to use phablet-flash community --wipe -d vision [23:40] ah, okay. [23:40] i am in trusty daily on this laptop. arch is on my desktop [23:40] https://wiki.ubuntu.com/Touch/Devices/flipped_vision [23:41] I haven't used phablet-flash with a community spin, sorry. [23:41] k thanks anyway