=== _salem is now known as salem_ === salem_ is now known as _salem === _salem is now known as salem_ === chihchun is now known as chihchun_afk === salem_ is now known as _salem === _salem is now known as salem_ === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === salem_ is now known as _salem === _salem is now known as salem_ === chihchun is now known as chihchun_afk === salem_ is now known as _salem === chihchun_afk is now known as chihchun === _salem is now known as salem_ === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === Tobirium1 is now known as Tobirium [06:27] sil2100, foo [06:29] ogra_: ok, it seems to work for now! [06:29] yeah, in small drops === ecloud is now known as ecloud_ === ecloud_ is now known as ecloud === ecloud is now known as ecloud_ === ecloud_ is now known as ecloud [06:51] what apps do you run from libertine? [06:51] any that you install inside the libertine container [06:51] * ogra_ hasnt seen any limitation yet ... === marcusto_ is now known as marcustomlinson [07:07] ogra_, i cant run firefox or chrome, not skype, not banshee, not evolution, so what to use it for? :) [07:09] i run firefox, evolution, inkscape, vlc (audio only) in it [07:09] and a bunch of other things [07:11] acke, i guess you might be using it wrong [07:13] ogra_ yes, i mount drive r/w to install applications, and then i run them from the scope. ill got vlc working, evolution will not install due to missing package. chrome installs, but crashes when i try to launch. :) [07:14] thats 100% the wrong way [07:14] ogra_ ooh.. :/ [07:14] (if "remounted r/w" is in your sentence it is *always* the wrong answer) [07:14] ogra_, sorry. [07:15] i think chrome doesnt work for some reason, but all other packages should just work [07:15] sorry ? it is your system ... dont say sorry to *me* :) [07:15] thanks, good that you believe. then i dont give up hope. [07:15] :) [07:17] (if the internet here wouldnt be so crappy i could actually give you a link with proper instructions) [07:18] ah, now i got some bytes dripping through the line ... [07:18] acke, http://notyetthere.org/installing-more-puritine-apps-on-the-m10/ [07:19] ogra_, yess the firefox works on my meizu.. :D [07:20] well, follow the instructions above to create a libertine container in the RW space [07:20] and use that one [07:21] ogra_, awe3some, thanks for the link! [07:21] np :) === chihchun is now known as chihchun_afk === salem_ is now known as _salem === _salem is now known as salem_ === marklyford_ is now known as marklyford === chihchun_afk is now known as chihchun === pete-woods[fail] is now known as pete-woods === chihchun is now known as chihchun_afk === salem_ is now known as _salem === chihchun_afk is now known as chihchun [11:58] just got my ubuntu phone that I brought from eBay loving it so far :) === marklyford_ is now known as marklyford [12:29] If I want to port to new device, should I use Android 5.1 or 4.4 as base? [12:41] peat-psuwit: did you take a look at the porting guide? [12:50] lotuspsychje: Yes, I had a look. But that document is out for a while now, and Android 5.1 tree for Ubuntu Touch seems to be available now. So, I'm not so sure if Android 5.1 tree is stable enough for a port. [12:50] peat-psuwit: perhaps the XDA forums could be usefull for you? [12:57] peat-psuwit: i'd say use 5.1 if you can [13:01] dobey: Which branch? personal/w-ondra/phablet-5.1.1_r36? [13:02] mardy: hey, so, if we get rid of the secret migration code, and still call storeToken, how exactly is that supposed to work? IdentityInfo only has setSecret, which only takes a string. am i supposed to just call storeCredentials() with no args? [13:02] peat-psuwit: i have no idea :) === _salem is now known as salem_ [13:06] dobey: it's not supposed to work, that's the problem and the reason why I started working on the account plugin code [13:06] mardy: ok, then i don't think we're going to be able to land this for ota12 [13:08] dobey: that's why I wrote 16:47 < mardy> dobey: I thought about removing that, but the only solutions which I could think of are either by adding new public APIs or by making the account plugin talk directly to signond [13:08] dobey: unless you accept the secret migration code as a temporary solution [13:09] mardy: but keyring.cpp is talking directly to signond! why can't it do whatever it is you would make the account plug-in do?! === marklyford_ is now known as marklyford [13:10] dobey: because clients don't have access to authentication plugins' data [13:10] dobey: well, there is actually another solution [13:10] dobey: like we have in the OAuth plugin, mostly for testing purposes [13:11] mardy: which data do we not have access to exactly? [13:11] dobey: we could add a way to let the client inject a token into the identity [13:12] dobey: the credentials record in signond is username | password | plugin-data <- we miss this last one [13:13] mariogrip: I'm off today (recovering from weekend conference) do you mind if we move our call to tomorrow? [13:13] mardy: but we can recreate a PluginData object [13:13] dobey: what we could do, is that if AuthSession::Authenticate() is called and the session data contains all the data for a valid token, that gets stored in the identity [13:14] dobey: it's still a bit hackish, but OTOH such a functionalicy could be useful for testing purposes too [13:15] mhall119: sure, no problem :) [13:15] thanks [13:22] mardy: so how do i make it store the token exactly? [13:22] mardy: can't i just make the signon plug-in store the token? [13:44] hmm [13:46] is there any plans or ways to use windows OWA on the touch device? [13:47] outlook web access? [13:53] dobey, exchange support? [13:54] acke_: exchange and OWA are somewhat different things. but i don't know of any explicit plans to support either one === salem_ is now known as _salem [14:31] mardy: ? [15:02] dobey: sorry, didn't her the pings :-) [15:03] dobey: in the signon plugin ::process() method, you can have it emit the store() signal right at the beginning, if token data is present in the sessionData [15:03] mardy: but that doesn't actually store the token does it? === dandrader is now known as dandrader|afk [15:07] mardy: otherwise we wouldn't be having a problem, since we're already emitting store() signal? === marklyford_ is now known as marklyford [15:15] dobey: when the plugin emit store(), signond saves the stored data on the identity [15:16] dobey: the problem we have now in my the signon-plugin-part-2 branch, is that the identity is not there, when the plugin emits store() [15:16] dobey: first we need to create a Signon::Identity and save it, then all the store operations will work [15:17] dobey: that branch is creating an AuthSession not bound to any stored Identity, and therefore nothing is saved [15:18] ok [15:19] i'll see if i can make it do that after lunch then [16:02] `/c === chihchun is now known as chihchun_afk === dandrader|afk is now known as dandrader [17:13] How does one copy text out of the Ubuntu Terminal app? [17:15] tedg read with your eyes, it should get copied to your brain. You can paste in any form from then on [17:15] * sergiusens took a stance at a joke [17:16] sergiusens: that is a lossy copy, looking for something loseless [17:17] Or a lousy copy :-) [17:17] tedg, long press for slection mode [17:21] Ah, yeah, I was in selection mode but didn't realize you needed to hit the "X" in the corner === marklyford_ is now known as marklyford [17:53] Hi all, I'm interested in the ubuntu phone, but have zillions of questions.....I'm concerned that it might not be somewhat like android, except packaged under a new name. [17:53] Does the owner have full sudo privileges?? [17:54] Can the owner totally avoid google services and their data gathering practices? [17:54] Is all the software for it open source? [17:56] Are the technical details of the phonmes construction available, for ijnstance can I locate the GTPS chip and permanently disable it if I wanted to?? [17:57] Is there a mailing list or other internet based outlets for user to user info sharing? [17:57] it is not like android [17:57] hi dobey [17:58] u own one?? [17:58] i don't own a retail ubuntu phone, no. i have a nexus 4 and a nexus 5, both running ubuntu [17:59] aaaahhhhhhh.........really?? ubuntu can be installed on phone previously made for android?? [18:01] it can be installed on any device it's been ported to [18:02] ok, ty. [18:02] we have to use the kernel and some system services from android, to make the hardware work. but all the necessary android bits are running inside their own container. [18:03] I sure wish I could use it in my present phone, an S3. [18:03] it's a minimal set of things, [18:04] nice....hopefully the android resources don't compromise security or privacy, but the ubuntu phone sounds like a winner. [18:05] software open source?? I don't mind paying for software, but I won't have it if it's not open source! [18:05] well, the binary drivers and firmware blobs and such aren't open source, but we have no control over that [18:06] and there can be proprietary apps in the store, just the same as on normal ubuntu [18:06] but it is ubuntu [18:06] i see.... [18:06] so far so good!!!! [18:07] do you use sudo, and have access to all the normal commands any other ubuntu user has? [18:07] well, sudo works fine [18:08] but it is a phone, with elements of security for a phone. so you can't (shouldn't) just install any arbitrary package in the root filesystem [18:08] so, there's no restrictions regarding root access???? [18:08] the / partition is quite small [18:08] i'm not sure what you're asking [18:08] omg, yes, I understand about installing arbitrary filesystems::> [18:09] but you can easily make a chroot in the data partition, or on an sd card, and install CLI tools inside the chroot to use [18:09] http://askubuntu.com/a/623311/50737 [18:09] ^^ like this [18:10] well, in ubuntu desktop, we can access configuration files, delete or modify system files etc....can we do it on the ubuntu p[hone too? [18:10] also, now there is libertine, for running legacy X11 apps, which is done inside an lxc container [18:10] well, you can do whatever you want to ubuntu on the phone, sure. but if you break it, you get to keep both pieces :) [18:11] the phone is totally hackable, but i wouldn't reommend going around screwing with system config files and such [18:12] i understand about using caution and restraint when messing with system files....but the ability to do so is desirable! [18:12] nice!!! [18:12] well, as a developer even, i've pretty much never needed to really touch system files [18:13] so, there is no google services or processes running...unless the user desires to have them run? [18:13] really only have to sort of do so on my nexus4 as a means to testing builds of things i'm working on or such; not as a general usage thing [18:14] i'm not sure what you mean by google services or processes [18:14] calendar/contacts don't sync with google unless you add a google account and tell it to sync them [18:15] some google services run in the background by default in android. Hopefully google services and processes can be avoided in the ubuntu phone. [18:15] android requires you to have a google account for the phone to be "useful" [18:16] YES!!!! EXACTLY!!! Can the ubuntu phone run without google account(s)?? [18:16] Or to be outright usable, some times [18:16] in ubuntu, you need an ubuntu one account to buy/install apps, and receive push notifications from services that support ubuntu push notifications [18:17] you don't need a google account to use an ubuntu phone, no [18:17] I have my rooted S3 running without google.....it's amazing, the battery lasts for 4 days with light use!!! More then 5 days if the phone isn't used at all. [18:18] wow, that's all good news dobey. Ho to vitimiti !! [18:19] My s3 has only 10 running processes. It can function just fine without google::> [18:20] dobey, are you a developer for ubuntu phone? [18:20] yes [18:20] oh, NICE!!!!! [18:22] Maybe I can get my S3 running on ubuntu!!!! I'd be thrilled now that I know ubuntu phone doesn't have android mandated security and privacy restrictions!!!! [18:23] the security model on ubuntu phones is closer to how iOS works than Android [18:23] vitimiti, did you have stability issues when you ungoogled your phone??? === marklyford_ is now known as marklyford [18:23] ROPA, hah, yes [18:23] ROPA, or when I couldn't upgrade, too [18:26] I slowly eliminated google services and checked as I disabled or froze google processes and apps in my phone. Mine is stable however. There is a google process that manages to run intermittently on mine, I keep shutting it down manually::> [18:27] dobey, is there an online forum about google phone, similar to the xda developers for androiud?? [18:28] other internet resources for ubuntu phone info? [18:28] ROPA: there's an ubuntu section on xda developers i think [18:29] omg, wasn't aware of that!!!! TY so much dobey [18:29] ROPA: there's the ubuntu-phone mailing list you can subscribe to as well [18:31] really??!! I did not find the mailing list when I googled for it!!! Actually I use duckduckgo as a search engine. I'll look for the resources you mentioned!! MANY THANKS for your support of ubuntu phone and for taking the time to answer my questions!!! [18:32] https://launchpad.net/~ubuntu-phone [18:32] got it, ty./ === ghostcube__ is now known as ghostcube [18:54] mariogrip: hey. how's the 5.1 build coming along? [19:08] I subscribed to the mailing list dobey, ty info. Going to check ubuntu-phone on the xda-developers forum now. Again, many thanks. [19:08] np === marklyford_ is now known as marklyford [20:12] How to develop for Ubuntu Touch on Arch Linux? I cannot find any package, or download [20:12] or on win? mac? Does Ubuntu Touch SDK only work on Ubuntu? [20:15] you'll have to build all the necessary tools for your platform, or run an ubuntu vm and install the sdk in it [20:16] dobey: so agian, the same what iOS and MS Mobile does: Depend on a platform? [20:16] no [20:17] the source is available [20:18] but we can only reliably maintain binaries for our own platform, given our limited resources [20:19] if you want to use it on another platform, you're free to take the source code, and get it working on that other platform [20:20] dobey: I understand that ressources are limited. But how should developers should get attracted to Ubuntu Touch then? Nobody wants an system just for developing for devices with yet very low market share^^ [20:20] huh? [20:20] installing ubuntu in a vm and running the sdk in it is trivial [20:21] if we were going to support developing on win/osx, then the distribution would literally be a VM image with the sdk pre-installed [20:21] because anything more than that would cost too much in terms of maintenance [20:23] low market share for now, but surely a high demand, that is if you can run a container [20:24] dobey: Thanks for your informations, I will see if I start developing for Utouch [22:17] * saavento says Hi! [22:22] What networks accept ubuntu phones?? [23:06] ROPA: should be able to get one that works with any of the GSM-based providers. I don't know about the cdma ones [23:08] thanks troyready, I have a cdma, hopefully I can use ubuntu phone without buying a new phone!!!