=== lilstevie_ is now known as lilstevie === allizom1 is now known as allizom [00:58] ook, im not sure if im doing something dumb here... xD trying to get the owncloud accounts in ubuntu touch to work, but all it does is tell me my password is incorrect (99.9% sure it isnt...) === ptx0_ is now known as ptx0 [02:10] Hi there [02:15] xamarin iOS Simulator for ubuntu === chihchun_afk is now known as chihchun [02:54] ?? [03:16] hi === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === teve_ is now known as teve [07:22] I'm curious about the update policy of ubuntu touch. Currently (with Android) I'm often confronted with no updates from a vendor after a device has aged approximately 1.5 years. Custom ROMs will need to be built to spec and also often stop being updated after a short while. How's that with ubuntu touch? Is there a generic codebase, which is updated, and in turn will cause even older devices to receive p [07:22] roper updates? This would be great ;-) [07:26] ubuntu touch needs android as a host [07:27] The ubuntu part of ubuntu phone runs in lxc container on top of android [07:32] this means kernel updates become tricky, which influences other things [07:33] krowv, r0kk3rz: thanks, that's what I wanted to know :) === Ken is now known as Guest19810 [08:26] dunno about this, on my phone android is put away in a container and ubuntu is the main system :P === talonz_ is now known as talonz === chihchun is now known as chihchun_afk [10:22] SWAT: not sure if this helps answer your question, but im running a nexus 4 (if i remember correctly, it was one of the first device to have ubuntu touch ported to it) and i still get OTA updates without a hitch - ubuntu's components are seperate enough from all the android stuff that i guess updates dont break stuff as readily xD === Tims_Tech_ is now known as Tims_Tech [12:35] krowv: you got that backward. android is the bit in the container, inside ubuntu. :) === ondra_ is now known as ondra === zenvoid_ is now known as zenvoid === iahmad_ is now known as iahmad === mhall119_ is now known as mhall119 [14:13] seb128, hey, who worked on the Display part of unity control center? Or, who's the main contact for that panel? [14:14] jgdx: mostly it's just the upstream gnome code i think [14:17] popey: hey. do you own the terminal app? or know who does? [14:19] dobey: wassup? [14:19] popey: just wondering who to prod to see about bumping some bug priorities there [14:20] the problem is we just don't have anyone working on it [14:20] oh :( [14:20] might have to speak nicely to bfiller to see if he has someone who can help [14:23] https://bugs.launchpad.net/ubuntu-terminal-app/+bug/1627485 is especially annoying for us developers [14:23] Ubuntu bug 1627485 in Ubuntu Terminal App "Keyboard shortcuts starting from Ctrl is missed in Terminal App" [Undecided,Confirmed] [14:24] dobey: tbh I think we need a geeky keyboard layout, Elleo may be able to help there [14:25] which omits the bar above the keyboard, but just has everything in it that's missing like esc, ctrl, tab etc [14:25] popey: this is with a hardware keyboard. i don't care as much about the toolbar things (prefer to hide all that if possible) [14:26] popey: yeah, I had a chat with jouni about that a while back, once we finally get the move to skeyer finished I think we can potentially add some API to allow apps to define custom keyboards (since they'll effectively just be JSON layouts then) [14:26] hmm, might need to file a "no way to remap caps lock to ctrl" bug for mir too [14:27] Elleo, popey: custom per-app layouts is all fine and dandy, but doesn't help with hardware integration :) [14:27] dobey: ah, right [14:28] this bug is specifically about hw keyboards usage [14:29] ah [14:29] dobey, okay, thanks! [14:29] jgdx: np. i think our forked version just adds a couple unity-specific things like the launcher placement and sticky edges [14:35] is it possible to run android apps on ubuntu phone? [14:35] I don't think so [14:36] im sure it would help with user adoption [14:36] for example my banking app i can use on android and iphone [14:36] would be nice if i could have that on ubuntu touch [14:37] Guys, have you seen this? https://developers.google.com/web/progressive-web-apps/ [14:39] Jakey3: not possible, I'm afraid [14:40] does utouch have any eyes on this 'progressive web app' thing? [14:41] hopefully it becomes a new standard and "android apps" disappear altogether [14:43] brunch875: I've seen aquarius mention it, but I don't think he is online just now [14:43] seems like it should "just work" [14:43] pmcgowan: ? [14:43] it looks very promising [14:44] eh, web apps leave way too much to be desired; even progressive ones [16:03] Hello. Is there an Ubuntu-touch development channel? [16:04] you are in it [16:04] Ah, the Ubuntu Wiki stated it as a support channel. [16:05] patarr: there's also #ubuntu-app-devel [16:05] I wanted to pop in and ask some of the devs to see if something like Ubuntu Touch's Android LXC container was possible on a stock Ubuntu 14.04 LTS system [16:06] To be more specific, docker instead of LXC [16:06] on a desktop? for what purpose? [16:06] popey: to essentially repurpose an X86 small form factor machine into an Android machine, without having to install something like Android-x86 on it [16:08] patarr: I think the only android bits are the drivers, which you'd have on a normal install anyway [16:08] Out of curiosity, why does Ubuntu touch run android containerized? I know Sailfish OS does it so you can run APKs on their system. Is this also the intended purpose? Parusing the Ubuntu-touch website, I can't find any references to this kind of functionality [16:08] sailfish doesnt do that [16:09] the run aliendalvik *additionally* [16:09] ubuntu could do that too [16:09] that has nothing to do with the driver layer [16:09] s/the run/they run/ [16:10] the lxc container is solely to run hardware bits ... and lxc was picked because you need to have communication on a very low level between the container content and the host OS to actually make proper use of the drivers [16:10] i dont think that would be possible with docker [16:11] we could have gone the sailfish way to mix-mash the two OSes but that ends up in a maintenance nightmare [16:12] (and you will not have any more security than a plain android has with that approach, since all your android daemons and drivers run natively ion the host) [16:18] ogra_: you're using Android for the drivers? I thought that you were booting Ubuntu's initrd? So how does that work? [16:20] patarr, you boot to a headless ubuntu ... then spawn the container that initializes all the blob drivers, sets up shared sockets etc [16:20] on a higher level you talk to the container via libhybris then [16:21] that way you can use all android blobs, codecs and whatever but keep them safely in a sandbox, separate from your host ... [16:23] that makes stuff like stagefright a lot less scary ;) [16:24] indeed it comes with a small penalty, your boot gets slowed down by bringing up the minimal android [16:25] that adds a few seconds [16:38] ogra_: so it's starting to sound like my use-case will be quite difficult to implement. [16:39] Probably much more complicated than just installing the android-x86 project on the hardware... === ubuntu is now known as Guest22446 === my123_ is now known as my123 [20:20] hello guys === Thomas_ is now known as Guest20439 [20:20] i search a sources of ubuntu touch for import on Blackberry Leap [20:21] can you link me an url ? [20:22] there is no port for that device; see the Porting guide in the topic if you want to start porting [20:23] ok thanks dobey [22:16] Hello does Ubuntu Touch work on an HTC Desire 510? [23:00] well [23:00] that was fast. === K1773R_ is now known as K1773R