[02:33] hey there [02:38] hey allyai [02:40] I'm dual booting android kitkat and ubuntu touch on my nexus 4. in ubuntu touch, the data doesnt work but i can still text and stuff. how do i get the data to work? [02:40] figured it was an apn thing === chihchun_afk is now known as chihchun [02:40] but there arent apn settings in ubuntu touch [02:41] Edit the files manually. [02:41] Who's your carrier? [02:42] walmart family mobile but it uses t-mobiles apn [02:42] T-Mobile US, then? [02:42] im new to ubuntu, for the most part [02:42] yes [02:42] So in that case the problem is that it defaults to an IPv6 APN but ofono (which does the data stuff) doesn't support IPv6. [02:42] ahh so change to the ipv4? [02:43] So what you want to do is activate Developer Mode, stop ofono, edit the config file, and then start ofono and you're all set. [02:43] There's no APN editor *yet*, so let me find a link. [02:43] any way you could walk me through that? [02:43] xD [02:43] okay, great [02:46] Grr, can't find it. Okay. So first of all, what channel are you using? [02:46] channel as in? [02:47] As in where you got the image from. [02:48] the ubuntu touch image? [02:48] Yup. [02:48] used an app that auto did it. multiroot app [02:48] err [02:48] multiboot [02:48] MultiROM Manager? [02:48] yeah [02:49] Great. And when you had a list of 6 channels and a dropdown for revisions, which channel did you choose? :) [02:49] i feel dumb now xD [02:49] Actually, we can do better. In Ubuntu, go to System Settings and choose About this phone and tell me what OS version it says. :) [02:49] i think i chose stable and revision 232 i think [02:49] 243 [02:50] 14.10 [02:50] Okay, that's devel-proposed. [02:50] Thanks. :) [02:50] mmhmm :D [02:51] Okay, so go to the bottom of that screen and it'll say Developer Mode. [02:51] Okay, enable that then? [02:51] You'll need to set a PIN or password to turn it on, but you can do that from there too. [02:51] Yup. [02:51] Oh, are you running Ubuntu on your computer? [02:51] on my laptop, yeah [02:51] im on my desktop atm [02:52] Okay, well, we can do it on the phone through the Terminal app too. [02:52] yeah [02:52] enabled it [02:53] Okay. Open the Terminal, and type "sudo -i", no quotes. For your password you'll put in the security code you just set. [02:53] ok, did so [02:55] Okay. So type in 'cd /var/lib/ofono', no quotes, and hit Enter, and then 'ls' and Enter. [02:55] You'll see two directories. You want the one without a -# at the end. So you'll type 'cd ' and the first number, then double-tap the screen and it'll fill in the rest for you. Press Enter. [02:57] ok [02:57] Okay, so now we'll stop ofono. Run 'service stop ofono' [02:58] Next, we'll change the configuration. type 'nano gprs' and hit enter. [02:58] so run service stop ofono or service stop ofono? [02:58] 'service stop ofono' [02:59] stop - unrecognized service [02:59] Err, try 'service ofono stop' [02:59] there it is [02:59] Perfect. Now 'nano gprs' [03:00] oh nice [03:00] then input the apn? [03:00] You'll see a line that says "Protocol=ipv6". You're going to use the arrow keys to go down and change "ipv6" to "ip" [03:00] Should already be set up. [03:00] But yes, if you need to make changes, this is where you do it. [03:00] arrow keys? [03:01] oh [03:01] found it xD [03:01] Press the menu icon in the toolbar at the top right corner of the screen and choose "Arrow keys" [03:01] Yeah. :D [03:02] ok, at ip [03:02] Okay. Bring up the function keys and choose Ctrl+X. [03:02] Then type "y" when it asks if you want to save. [03:03] Just Enter when it asks for a filename. [03:03] not asking me to save [03:03] What happened instead? [03:04] nothing. pressed ctrl+x and it didnt do anything [03:04] Hmm. That'll be a problem. [03:04] Can you get your laptop? [03:04] yeah, one sec [03:07] sorry, wifi stopped working on laptop for some reason so i have to be wired === mysticdemon is now known as allyai_ [03:08] Welcome back. [03:08] Laptop is running 14.04? [03:08] Thanks. Yeah, thats another issue im having now xD getting my wifi on my laptop working again. first time ive encountered any issues with it [03:08] yeah, 14.04 [03:08] Great. Install phablet-tools then. 'sudo apt install phablet-tools' [03:09] Whoops, that's in a termian. [03:09] terminal. [03:09] right xD [03:09] The good news is that you've already done all the steps. You just get to do it faster and easier now that you have a keyboard. :) [03:09] yeah xD [03:09] Connect your phone to your laptop via USB for this. [03:10] its installing [03:10] id like to get better with ubuntu and terminal and stuff xD [03:11] It's all pretty simple. You just have to learn it step by step. :) (I'm writing a book :P) [03:11] Very nice. Yeah, i assumed so. [03:11] Just dont know where to start [03:12] Well, there's plenty of Linuxy stuff to learn from the GUI. The command line is just a much more direct way to tell your computer to do things. [03:13] right right [03:13] Actually, you can join this rather expensive course for free: https://courses.edx.org/courses/LinuxFoundationX/LFS101x/2T2014/ [03:13] Self-paced. :) [03:13] oh, thanks :D [03:14] Okay, so once everything's installed and your phone is attached, run 'phablet-shell'. You might have to run it twice. [03:14] okay, it's done [03:14] Okay, so now you're controlling your phone just like you did with the Terminal ap. [03:15] So , 'sudo -i', then 'cd /var/lib/ofono', then 'ls' [03:15] phablet-shell command not found [03:15] Hmm. [03:16] type 'apt-cache policy phablet-tools' and let me know what "installed version" says. [03:17] phablet-tools: Installed: 1.0+14.04.20140416-0ubuntu1 Candidate: 1.0+14.04.20140416-0ubuntu1 Version table: *** 1.0+14.04.20140416-0ubuntu1 0 500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages 100 /var/lib/dpkg/status [03:18] Could have sworn that had phablet-shell in it. Type 'phablet-' and press Tab twice and see if there's anything similar there. [03:18] (Tab autocompletes things from what you type. It's one secret to looking cool and fast when you're using the command line.) [03:19] phablet-bootchart phablet-demo-setup phablet-network phablet-click-test-setup phablet-dev-bootstrap phablet-screenshot phablet-config phablet-flash phablet-test-run [03:19] Huh. [03:21] In that case, run 'sudo add-apt-repository ppa:phablet-team/ppa' [03:21] No, belay that. [03:22] okay xD [03:23] If 'adb shell' doesn't work, I'll find something [03:24] * daemon not running. starting it now on port 5037 * * daemon started successfully * error: device not found [03:24] im plugged in [03:27] Okay. Try this. [03:27] 'sudo add-apt-repository ppa:phablet-team/tools' [03:28] Then 'sudo apt update && sudo apt upgrade' [03:28] (This runs 'sudo apt update', and then only if there are no errors it runs 'sudo apt upgrade') [03:29] oh thats nice [03:30] Yeah, you can separate commands with ';' but && is nice when you don't want to keep going if there's a problem. [03:30] That's really convenient [03:31] alright it's done [03:31] Great. Now we try 'phablet-shell' [03:32] waiting for it to do something [03:33] Okay, let me know if if gives an error. [03:34] still not doing anything [03:35] Okay. Ctrl+C will cancel the command. [03:35] run 'sudo adb kill-server' and we'll restart adb. [03:36] Then run 'adb devices' [03:38] i know from flashing android on windows that should show me device [03:38] it's not [03:38] actually [03:38] my device isnt even showing as being plugged in, but it's charging [03:39] Oh? [03:39] gimme a sec, let me grab another cable [03:39] Good idea. :) [03:39] If not, at this point if you have adb set up on your Windows computer we'll move back. [03:40] now it's showing [03:40] try the phablet-shell again> [03:40] \o/ [03:40] ? [03:40] That's "yay" with my hands in the air. [03:40] yeah xD [03:40] been on irc since 2007 ^_^ [03:40] haha XD [03:41] Didn't realize the "?" was a typo correction. :) [03:41] Any luck now? [03:41] ohhh [03:41] phablet-shell? [03:41] Yup. [03:41] sec [03:42] ssh-keygen: /home/myname/.ssh/known_hosts: No such file or directory [03:42] That's just fine. It should set all that up for you. [03:42] Run it again. :) [03:42] same error [03:43] Strange. Try 'adb shell' now. [03:43] changes to phablet@ubuntu-phablet \o/ [03:43] Great. [03:43] instead of the other directory [03:44] Okay, from now on you're controlling your phone. [03:44] So: 'sudo -i' then 'cd /var/lib/ofono' and then 'ls' [03:45] Then 'cd [first number of the directory]', hit Tab, and then enter. [03:45] okay [03:45] done [03:45] Okay. 'service ofono stop' [03:46] 'nano gprs' [03:46] Change "ipv6" to "ip", then Ctrl+O to save, and Ctrl+X to exit. [03:47] That's Ctrl-O as in "Write _O_ut your changes to disk." [03:47] right [03:47] asks file name to save as [03:47] Same, so just press Enter. [03:47] file name to write [03:48] enter wont do anything :/ [03:48] Ctrl+X to cancel and Ctrl+X to exit. Make sure the prompt says root@ubuntu-phablet [03:50] yeah, it says that [03:51] And 'service ofono stop' said service stopped/waiting right? [03:51] yeah [03:52] Well, try again. :) 'nano gprs' [03:52] did [03:52] xD [03:52] Great. :) Try it again, and just a thought, 'O' should be lowercase. [03:52] Although I don't think that matters. [03:53] Not once you get to the filename prompt anyway. [03:53] yeah enter still wont work [03:53] Okay, watch this. Change it to 'gprs.new' [03:54] when i go to save it? [03:54] Yeah. [03:54] still doesnt do anything [03:54] Pressing Enter next to ' and not Enter on the number pad? [03:55] yep [03:55] Okay. [03:55] Exit nano with Ctrl+x [03:55] okay [03:55] Then run 'cp gprs gprs.new' and then try 'nano gprs.new' [03:56] That makes a copy and then we'll open the new one. Make the changes and try to save. [03:56] nope [03:56] still wont do it [03:57] Okay. Exit nano, run ls -l gprs' and paste in just the one line with the filename in it. [03:58] -rw-r--r-- 1 root root 229 Sep 28 23:46 gprs [03:59] Just what it should say. [03:59] Well... try 'sudo nano gprs' [04:01] still wont save [04:01] whats append and prepend? [04:02] append adds on to the end a file, prepend adds on to the beginning of a file. [04:02] I have to say, I'm stumped. :) [04:03] I've been fixing the file for a month on both the devel-proposed and rtm branches. [04:03] hmm [04:04] The bad news is that we haven't made any changes to the phone, so it will all work again once you run 'service ofono start' [04:04] But the bad news is we didn't make any changes to the phone. :) [04:04] If you want to try to reflash, 'rtm/ubuntu-14.09' is probably the best release to play with if you're not a developer. :) [04:05] ('rtm/ubuntu-14.09-proposed' would be the developer side... they're built daily and super well tested ones get moved to the first channel.) [04:05] okay so use multirom manager and add that one instead? [04:06] actually one sec [04:06] Yup. Delete this one (for space purposes), so be sure to pull any pictures you've taken. [04:07] okay [04:07] let me do that [04:07] Sure thing. [04:08] If I fall asleep spontaneously, basically the only thing you do after you save the gprs file changes is either reboot or run 'service ofono start'. And then if that doesn't work reboot. [04:08] boot android and use the app to delete the rom? [04:08] Yup! [04:09] while im waiting for this, registered on edX [04:09] Great! It's a really nice course, and it's prepared by the Linux Foundation. [04:10] but i cant register for that course [04:10] when i click register it takes me to an all courses page xD [04:11] That's super bizzare. [04:11] idk haha [04:11] how do i delete these "partitions" [04:12] On the phone? Shouldn't be any. [04:12] Run MultiROM Manager, swipe the tray in from the left, choose "Manage ROMs" [04:12] Then click the trash can to delete the Ubuntu ROM. [04:12] i feel so dumb hahaha [04:13] It's really easy to do the second time. :) [04:13] it's like midnight and im tired. my excuse xD [04:13] It's okay. It's only 9pm here and I'm already falling asleep, heh. [04:14] and im installing ubuntu-rtm/14.09? [04:14] Here's the edX link again: https://www.edx.org/course/linuxfoundationx/linuxfoundationx-lfs101x-introduction-1621 [04:14] Correct. [04:14] It lags behind in features but functionality doesn't break occasionally like it does in -proposed where they're testing the new stuff. [04:14] ahh there we go. now i can add it [04:15] alright, installing now [04:15] Once they have something nice and solid, they "promote" an image to 'ubuntu-rtm/14.09' and then you'll see it in the system updates. :) [04:15] well, actually, whats the difference in that and the -customized one? [04:15] The -customized one is broken. [04:15] ah [04:15] Canonical used it to test the OEM customization toolkit but it was internal-use-only. [04:16] i like ubuntu more than windows [04:16] Basically, the Ubuntu system image is one thing, all support (drivers and so on) for a specific device is another file, and then OEMs can customize color schemes, branding, and extra apps, and that's a completely different file. So it shouldn't be fragmented like Android. [04:17] I've been using Ubuntu only, other than work, since Ubuntu 6.10 in 2010. And sometimes at work too. ;) [04:17] Also by 2010 I mean 2006. [04:18] oh nice [04:18] ill probably keep windows for awhile for gaming stuff [04:18] I mean, sometimes I boot into Windows because Skyrim. But now between Steam and Kerbal Space Program... [04:18] cant wait for more steam games to be linux supported [04:19] tried using wine but i cant get terraria to play xD [04:19] When Civ V came out nobody saw me for 2 days. :) [04:19] haha [04:19] Between steamlib and OpenGL, Linux support is quite easy. So anything supporting SteamOS ought to just work on Ubuntu. [04:23] i'd like terraria to work [04:25] Hmm, it's supposed to. [04:26] https://appdb.winehq.org/objectManager.php?sClass=application&iId=13082 [04:26] This might help you out: http://www.playonlinux.com/en/ [04:26] yeah im using playonlinux [04:26] ha! [04:27] i installed steam with playonlinux to play final fantasy 8 [04:27] I don't have that game, so that was all I had :) [04:27] not working for terraria though. says app is already running and whatnot [04:28] That's certainly odd. [04:28] in steam it says that [04:29] i could try doing terraria through playonlinux instead of through steam through playonlinux [04:29] Might be worth a try. [04:29] but im not sure how to xD [04:29] Playonlinux should walk you through it. :) [04:32] okay, phones working. shall we try this all again? [04:36] lol enter still wont work xD [04:36] Seriously? [04:37] I actually found that my phone (I have a Nexus 5) hadn't been updated either since I reflashed it. [04:37] So I did the steps in tandem. [04:37] and yours worked? [04:38] Can you copy everything you've done in the terminal from "phablet-shell" on, and paste it at http://pastebin.ubuntu.com/ ? [04:38] Yeah, worked fine. [04:38] how do i copy everything after doing nano gprs? [04:39] all i see is the edit part for that file [04:39] not anything i had already done [04:39] When you exit nano you should be able to see the rest. [04:39] drag the mouse up past the top of the window and it should scroll. [04:39] It sounds like you're doing everything right, so I want to see if I can find anything else wrong. [04:40] not scrolling [04:40] What if you drag the scrollbar? [04:41] doesnt have one [04:41] In that case, if you wouldn't mind replicating your steps (stop before the nano step)... [04:42] "exit" twice will bring you back to your computer. [04:42] Or you can open a new terminal and go from there. :) [04:42] (The first exit logs out from root, the second from the phone.) [04:48] did you get that? [04:49] Yup. [04:49] Yeah, that's all the right stuffs. [04:50] The only thing you forgot was 'service stop ofono' [04:50] But that shouldn't keep you from saving, I don't think. [04:51] ofono will just overwrite it with the old version, but nano should still save. :) [04:52] hm === chihchun is now known as chihchun_afk [04:56] On the bright side, Ubuntu's data usage on the phone is kinda high? [04:57] eh? [04:58] You won't have to worry about excess data charges or reaching your bandwidth cap this way. :) [04:59] ahhh [04:59] unlimited data amnyway :P [05:01] Me too, but there's that time I was at SCALE and forgot I was tethered throw my phone and turned on Netflix. Ate through 4.5GB of beautiful HD video in about an hour and a half. The next two weeks were sad. :P [05:02] hahahaha [05:02] thats unfortunate xD [05:02] At least it lasted through the conference. :) [05:02] xD [05:03] damn, i wish i could get this data working so i could get the most use out of this OS [05:03] Yeah, the phone really needs data to get anything done. [05:04] ubuntu in general, from what ive gathered [05:04] in my few weeks usingit [05:06] I like Ubuntu because you can basically just sit down and get things done without fighting with it (T-Mobile's APN excluded). [05:06] And then, of course, once you get your work done, if you *want* to sit down and tweak things there's nothing stopping you. ;) [05:07] Work *is* being done on an APN editor, btw. I don't know what the delivery timeframe is but I should suspect some time in October. [05:07] xD [05:07] nice [05:07] hmm [05:08] thats odd [05:08] stop: unrecognized service [05:08] when i do service ofono stop [05:08] That is odd. [05:08] was gonna try it again from the phone itself [05:09] Oh, you have to run sudo first. [05:09] No, wait. You have to reactivate developer mode. :D [05:09] i did :P [05:09] But once you have a shell, whether it's in your Terminal or on the computer, it's identical. [05:09] first thing i did [05:10] hrm [05:10] You might be able to setup the APN here: http://askubuntu.com/questions/413438/no-mobile-data-on-nexus-4-ubuntu-touch [05:10] hmm [05:10] You shouldn't have to create the context, just use deactivate-context and then list the parameters to find out how to change the protocol. [05:11] mind walking me through that? [05:11] xD [05:12] Sure, let me reboot my phone again. :) [05:12] thank you :D [05:15] Okay, starting from phablet-shell [05:16] okay [05:17] sudo -i [05:17] cd /usr/share/ofono/scripts/ [05:17] ./deactivate-context [05:17] ./list-contexts [05:18] -bash: adb: command not found [05:18] when i do adb shell [05:18] You're supposed to do phablet-shell :) [05:19] oh im still in root [05:19] xD [05:19] phablet-shell gave ssh-keygen: /home/randall/.ssh/known_hosts: No such file or directory [05:19] Aha! [05:20] but adb shell worked [05:20] in that case, cd /usr/share/ofono/scripts/ [05:20] ./deactivate-context [05:20] ./set-context-property 0 Protocol ip [05:20] And that should do it. [05:20] ./activate-context [05:23] okay [05:24] do i need to reboot? [05:24] No, shouldn't. You can toggle airplane mode once or twice. [05:26] Success looks like this: http://imgur.com/mRH4OJm [05:27] Ah, looks like ofono isn't running again. [05:27] 'service ofono start' [05:28] ohh am i missing that? xD [05:28] ./deactivate-context [05:28] ./set-context-property 0 Protocol ip [05:28] ./activate-context [05:28] You'll be all set. [05:28] from the /scripts/ directory? [05:28] Yup. [05:29] When you type a command, it only runs from the system's path to commands. That's what the './' means. It means "in this directory" [05:29] Keeps malicious archives from trying to take over a command. :) [05:31] still no 3g === chihchun_afk is now known as chihchun [05:32] Send me the output from those commands again. :) [05:32] Punch airplane mode on and off from the network indicator, too. [05:33] http://pastebin.ubuntu.com/8452956/ [05:34] Yup, looks good. If airplane mode doesn't fix it, I'd just reboot the phone. [05:34] gonna try that [05:35] my volume keys dont do anything :( [05:35] Really? I'm almost certain mine do. [05:36] Can confirm. [05:36] on a side note: terraria's working [05:36] \o/ [05:37] lol now it says no sim xDDD [05:38] Toggle airplane mode. :) [05:39] still nothing [05:39] but at least now 4g shows up under cellular data [05:41] Really? Because it never does for me. [05:42] yeah [05:42] Where exactly? In System Settings or in the indicator? [05:42] wish my 4g would work on my phone -_- damn turned off nexus 4 4g antenna [05:42] under system settings [05:43] I still only have off, 2G, and 2G/3G. [05:43] My connection icon in the indicator shows 4G though. [05:43] yeah i have 4g next to 2g/3g now [05:43] So I've got that going for me, which is nice. [05:43] Huh. [05:44] says N/A for carrier now too [05:44] What about in your indicator? [05:44] Heh. [05:44] indicator notification drop down thing? [05:44] Yeah. [05:44] Well, the indicator icon, not inside the pulldown. [05:45] :o [05:45] ohhh it doesnt have anything [05:46] just the time, sound, battery, notifications, wifi, location and transfer [05:46] no bars and no 3g [05:47] So this is where I say reflash and wait for a new promotion and cross your fingers that the APN editor lands soon. :) [05:47] Or, if you're in here in the morning all the developers who actually work on this stuff show up. [05:47] oh good [05:47] (They're in here during European work hours.) [05:47] i dont work till tomorrow evening [05:47] There you go then. [05:48] thanks thoough, for all the help [05:48] Ha, thanks! And I'm sorry we couldn't get it working. I'm a little surprised it gave so much trouble. [05:48] me too xD [05:49] But thanks for being so patient, and hopefully you learned a bit more about the Terminal. It's not so scary. :) [05:49] yeah, quite a bit more === chihchun is now known as chihchun_afk [06:52] hello [06:54] i need to know if someone know if i have a tablet with prebuild usb port is necesary do complete procedure for flashing ubuntu or i can boot tablet from usb an its working well ? [06:55] No one knows that. It'd entirely depend on the tablet. [06:59] i try to understand if native ubuntu 14.04 version is touch availabe or ubuntu exclusive have a pakage for tables and touch devices ? [07:00] if anybody knows please send an email explain to gerencia@allix.co [07:03] good morning [07:04] dholbach: good morning! [07:04] hey nhaines [07:04] Have a nice weekend? [07:05] a bit busy, but yes - I was at xda:devcon in Manchester, and now on a brief visit in Berlin [07:05] how about you? [07:11] Not too bad... I finally finished that first book chapter, so then I spent a little time on Saturday playing Kerbal Space Program and writing, and today I wasted my time looking at KSP mods instead of playing. ;) [07:17] <_kaisoz_> hi there! [07:38] dpm: good morning; the next langpacks will ship libusermetrics, now that the template is approved/imported; I also updated some German translations in LP (i. e. the POT is now in LP) [07:38] dbarth: oxide-qt translations are in current langpacks; however, it is utterly pointless, I just commented on the bug [07:39] pitti, ah, awesome. I saw your comment about pulling from trunk - to which project were you referring to? IIRC the libusermetrics upstream project does not have automatic exports enabled [07:39] dpm: I meant libusermetrics [07:39] dpm: http://bazaar.launchpad.net/~unity-team/libusermetrics/trunk/changes looks like it does [07:42] pitti, oh, strange, I looked at it on Friday and they were disabled. But the bzr history says that they've been enabled for a while. Nm [07:44] pitti: hi [07:44] ah ok [07:44] Hmm, web-browser won't even run now on trusty. [07:45] I wonder if I should try to fight with utopic in a virtual machine. [07:45] pitti: right, i knew about your reservations about not using $LANGUAGE; this was the initial implementation, but then oxide folks decided .mo was better [07:45] pitti: i will ask them to comment [07:45] dbarth: yeah, ok; just mentioning that this is rather an abuse of translations :) [07:46] dbarth: but anyway, RTM's langpacks have them since yesterday [07:46] ok, so the bug will be fixed [07:46] how do we let translators know about that? ie no need to translate? [07:46] just a comment in the code/ [07:46] ? [07:48] dbarth: I don't understand "no need to translate"? -- if you put it in a .pot, then translators do need to translate it [07:49] dbarth: otherwise, add a /* TRANSLATORS: */ comment right above to say details; i. e. this needs to have a strict format, and only known values, etc. [07:49] and is also ordering dependent, needs commas, no spaces, etc. [07:49] translators will mess this up thoroughly at some point :) [07:49] yes, i meant that type of special comments [07:50] yeah, that's error-prone [07:51] pitti, dbarth, where's that string translatable? [07:51] https://translations.launchpad.net/ubuntu/utopic/+source/oxide-qt/+translations [07:52] it's still just plain wrong [07:52] e. g. https://translations.launchpad.net/ubuntu/utopic/+source/oxide-qt/+pots/oxide/de/+translate hardcodes de-DE,de,en [07:52] but what if I speak French or Portugese better than English, and told my system that? [07:52] or the other way around, if I prefer to read web pages in English? [07:54] right, this is not consistent [07:54] pitti, dbarth, I thought that was the default and that the languages would be configurable [07:54] so if I understand it correctly, this is now hardcoded [07:54] i guess the idea was to have a configuration variable outside of the code itself. but the consequences are not good [07:55] these lists are fine as a default if $LANGUAGES is not set, right [07:55] they are still not quite ideal in PO files though (too easy to mess them up), but oh well, bikeshedding [07:56] would be better to have a gsettings key [07:56] schemas can have by locale defaults [07:56] one thing to also bear in mind is that gettext codes not always map to the browser's language format (which uses language tags) [07:56] how is that better? (aside from the fact that it's qt) [08:00] <_kaisoz_> I'm trying to build Touch according to https://wiki.ubuntu.com/Touch/Building [08:01] <_kaisoz_> concretely, I'm launching "lunch aosp_x86-userdebug" to use it with the emulator and get familiar [08:01] <_kaisoz_> but I'm having problems building [08:01] <_kaisoz_> ubuntu/platform-api/android/hybris/../default/default_ubuntu_application_ui.cpp:454:22: error: 'class ubuntu::application::ui::Surface' has no member named 'get_orientation' [08:02] <_kaisoz_> and what I can see is that in ./ubuntu/platform-api/android/include/private/application/ui/surface.h there is no public "get_orientation" interface [08:02] <_kaisoz_> does anybody know something about this? === DanChapman_ is now known as DanChapman [08:30] Good morning all; happy Monday, and happy International Coffee Day! :-D === chihchun_afk is now known as chihchun === seb128_ is now known as seb128 [09:01] Hi [09:02] dholbach: you know, I have ancestors from Germany. [09:02] Probably all from Neanderthal, unfortunately. :) [09:03] haha [09:03] I regret that I was in Köln and didn't know that it was just a few kilometers away. I would have gone for sure. :) [09:05] dholbach: but in a couple of years I want to go back. 12 years is far too long to be away, and I've never had Sauerbraten, and at the time I didn't drink beer! So I plan to make up for lost opportunities. ;) [09:06] nhaines, you can just apt-get install suerbraten ;) [09:06] *sauer [09:06] the neanderthal is a beautiful place :) [09:07] * ogra_ has lived around the corner for a while [09:07] Well, sauerbraten would be fun but not so delicious I think. ;) [09:07] hehe [09:07] I think this was maybe the second beer I ever had, in Germany, haha: http://ic.pics.livejournal.com/nhaines/542249/6490/6490_original.jpg [09:07] I wouldn't mind being that thin again. [09:08] thats a shot ! [09:08] with foam [09:09] Yes, I stayed there with a friend and there was confusion because they hoped I wouldn't mind spaghetti bolognese and I'd never heard of such a thing... that was just how we always had it at home. [09:10] So I promised "ich werde alles mindestens ein mal probieren." [09:10] So while my friend's mom told the waiter I didn't know what kind of beer I liked and would he just bring a small glass (as you see in the photo, mission accomplished), she also ordered escargot, and I had to eat one. :P [09:11] Some friends, holding me to my word. :D [09:13] Oh well, I'm overdue for sleep. Tschüß ;) [09:21] dbarth, mardy_; hey, on the current rtm image, on a new install if I do settings->account->facebook, the screen recommends me to get "facebook for android" in a yellow rectangle, is that a known issue/what component would be to blame? [09:22] seb128: hi [09:22] seb128: it's a known one, let me find it... [09:22] seb128: yeah, those are annoying popups [09:23] it's mostly because facebook doesn't yet make the difference with our UA string [09:23] similarly, when click on the "amazon" icon in the dash, the screen has a banner "view in the amazon application" and if you click on that you get the webbrowser displaying an error about market: url [09:23] mardy_: actually, there is a script that removes it for certain sites, that could be a way to remove, or even advertise the webapp... [09:24] dbarth, well, "advertise the webapp", that's in the system settings, that doesn't seem required there [09:24] btw, anyone knows how i can force my phone to see a new sim? [09:24] ah, not in system settings, indeed [09:25] seb128: I'd say that it's a variant of bug 1238736 [09:25] so that's one extra trick: apply the script to remove popups everywhere; put our own (if we want to do that) only in browser itself [09:25] bug 1238736 in Online Accounts setup for Ubuntu Touch "Facebook reports login from "Mobile Safari on iPhone"" [Low,Confirmed] https://launchpad.net/bugs/1238736 [09:26] mardy_, thanks, not sure I agree with the "low" there though [09:27] dbarth, what would be the right project to report the amazon's webapp issue? [09:29] dbarth, mardy_: hum, also isn't the webapp supposed to use the ussoa credentials? [09:29] I added my fb account [09:29] go to the dash, starts facebook and I'm asked for my login/password [09:33] seb128: it's being worked on as we speak :-) [09:34] mardy_, great :-) [09:41] seb128: webapps-core, put [amazon] in brackets [09:41] seb128: it should already work for facebook: did you enable the webapp in USS>OA>FB ? [09:43] dbarth, yes, but I'm on rtm, maybe the fix didn't land there yet? [09:43] dbarth, oh, sorry, no I didn't enable the webapp ... it's not obvious that you need to go back in there to enable things [09:43] seb128: hmm, it should [09:43] ah [09:43] it also list an empty row [09:44] is that known? [09:44] one without icon/title [09:44] seb128: agreed; but the next landing will have the account created automatically when you start the webapp, and have it enabled by default [09:44] seb128: we are landing things gradually, one app at a time [09:44] as they have quite different ways of dealing with cookies and multple account support [09:45] k [10:07] seb128: ping? since it's slightly in system settings.... ;) do you know how to force a sim detection? [10:08] dbarth, no idea, sorry ... maybe try rebooting? ;-) [10:08] oh i did already [10:08] :-( [10:08] i guess i'll see with cyphermox or awe later today [10:09] dbarth, mardy_, the fb details have 3 rows, one without icon/label, the fb app and notifications ... is the first/empty row a known issue? if not what info would be useful in a bug report? [10:09] seb128: i think that's the scope [10:10] let me check the bug # [10:19] hi, can somebody tell me the current status of using gps data on Nexus 4 ? [10:20] should work with recent devel-proposed images [10:20] ok, gps_test is running fine. But if I use the SDK PositionSource I can't receeive any data. [10:21] seb128: can't find it right now; mardy do you have that bug #? ^^ (i think knitzche created one) [10:22] you cant access gps directly from the app ... needs to go through the framework and the trust store (your app wont just get access if the user didnt allow the trust store to access it) [10:23] (now don't ask me how to do that ... the guys in #ubuntu-app-devel probably do though) [10:23] yes, thats right. [10:24] The problem is that the PostionSource is only receiving data from LAN and cell data, but not from GPS [10:25] ah ... probabl lool and tvoss know more then, they worked on the locatio bits the recent time [10:25] *location [10:25] Thanks [10:25] Ralph1: yes that's known [10:26] not to me ! [10:26] :P [10:26] Ralph1: this is temporary while we fix the espoo + gps combination (AGPS) [10:27] lool:Good to know, thnaks === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [10:58] dbarth, seb128: bug 1374003 [10:59] bug 1374003 in Online Accounts setup for Ubuntu Touch "unidentified ghost access requested for online accounts" [High,Triaged] https://launchpad.net/bugs/1374003 [10:59] jhodapp: hi Jim, I updated the MR for fixing the EXIF tags https://code.launchpad.net/~phablet-team/qtubuntu-camera/fix-exif-timestamp/+merge/235691 [11:01] mardy_, thanks [11:04] are RTM bug fixes also fixed on devel? [11:04] jhodapp: if there are more tests you would like to see added let me know [11:04] lotuspsychje, yes [11:04] ogra_: cool tnx [11:04] things that get uploaded to RTM are required to land in utopic too [11:05] ogra_: so no reason to switch to RTM? [11:05] lotuspsychje, well, it iis usually behind wrt changes ... but more stable [11:06] ogra_: ok [11:06] i switched back to devel after failing to find hot to install things like screen in rtm [11:06] s/hot/how/ [11:07] chrisc: what you mean by screen [11:07] yes, the rtm repository contains only whats needed for touch [11:07] screen is a terminal application which allows you yo have more than one terminal session [11:08] https://www.gnu.org/software/screen/ [11:08] doesn RTM allow installing terminal programs? [11:08] sure it does [11:09] but it ises its oown package archive [11:09] the repos don't have lots of things i use every day in them, like screen... [11:09] no locked dir? [11:09] same locking you know from ubuntu [11:09] but rtm is its own distro and doesnt have a complete archive copy [11:09] i see [11:10] fwiw this is the email i sent about it https://lists.launchpad.net/ubuntu-phone/msg09967.html [11:10] well ill stick to devel until devices get launched officially [11:13] does anyone knwo who i ask to enable arm on my ppa? [11:13] ogra_: ↑ ? [11:13] tsdgeos, #lanuchpad i think === mpt_ is now known as mpt [11:16] seb128, do you remember a bug report about list items that do nothing (like the “Ringer:” label in System Settings “Sound”) still highlighting when it’s tapped? I’m sure it was reported but I can’t find it [11:18] mardy_: ah right, thank you === MacSlow is now known as MacSlow|lunch [11:29] mpt, https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1362305 [11:29] Ubuntu bug 1362305 in Ubuntu UI Toolkit "Listitems without actions shouldn't animate on click events" [Undecided,Confirmed] [11:30] seb128, aha, I tried searching for “list item” and for “listitem”, but not for “listitems”. :-) Thanks! [11:31] mpt, yw! [11:32] mpt, launchpad not doing substring matching is annoying :/ [11:33] mpt, is there a bug for when on the location page in system-settings it is not scrollable, so i cannot see all the apps that are trusted? [11:34] ahayzen, yes, bug 1374017 [11:34] oh that would be bug 1374017 [11:34] bug 1374017 in ubuntu-system-settings (Ubuntu) "Cannot scroll down the list of apps that can access my location" [High,In progress] https://launchpad.net/bugs/1374017 [11:35] mpt, just wanted to check it existed.... ignore me then ;) [11:37] mpt, do you have an opinion about https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1372555 or is that something you need to think about? [11:37] Ubuntu bug 1372555 in ubuntu-system-settings (Ubuntu) "[system-settings] Settings application should run only in portrait" [Wishlist,New] [11:37] I have opinions about EVERYTHING [11:38] (not really) [11:40] <_kaisoz_> hi there [12:09] Hi, when will appear first Ubuntu tablet? === gnu is now known as Guest98606 [12:09] Z3: next year probably [12:10] popey thanks again :) === MacSlow|lunch is now known as MacSlow [13:04] nerochiaro, cool, I'll take a look [13:04] jhodapp: thanks. could you do it today ? [13:05] nerochiaro, yeah, doing right now [13:12] renatu: https://code.launchpad.net/~aacid/address-book-app/addi18ntr/+merge/235912 ? [13:13] popey: https://code.launchpad.net/~aacid/ubuntu-rssreader-app/addi18ntr/+merge/235927 https://code.launchpad.net/~aacid/ubuntu-filemanager-app/addi18ntr/+merge/235934 [13:13] tsdgeos, nice, thanks, could you do it against the staging branch? === tedg is now known as ted [13:14] renatu: that0s something it would have been cool you told me last week [13:14] renatu: but sure [13:14] thanks tsdgeos [13:14] tsdgeos, sorry, I did not notice this branch until now [13:16] hello there ! [13:17] a couple of questions from a newbie regarding Ubuntu Touch : [13:18] do we agree that it comes as a "stand-alone" (and not like a VM as there was once for Androïd) ? [13:18] it has never been a VM for Android [13:18] well [13:19] the very very first iteration ran inside a chroot in an android installl [13:19] you may be thinking of Ubuntu for Android, that is not a VM either but well === dandrader is now known as dandrader|afk [13:19] ogra_: sure, still not a VM ;) [13:19] but it was only like that for a month or so [13:19] hi, do someone know if the sony xperia z1 will be available soon to? The sony xperia z is more or less stable. [13:20] I may have misused the term VM, but at the moment you don't need any form of Android to run it, right ? [13:20] you do [13:21] hum [13:21] the graphics drivers, the radio firmware and drivers and most of the sensor and GPS drivers are binary blobs that need an android environment to work at all [13:21] ok [13:22] so we have a tiny lxc container in which this minimal android install runs (teh drivers and daemone the drivers need to work) [13:22] so Touch comes as an additional layer on top of the Androïd OS ? [13:22] no [13:22] not all of android [13:22] only the tiniest bit for hardware enablement [13:22] no dalvik [13:22] renatu: https://code.launchpad.net/~aacid/address-book-app/addi18ntr/+merge/236325 [13:22] the ubuntu install is natively on the device ... you boot into ti etc [13:23] tsdgeos, approved. Thanks [13:23] during the boot process it fires up an ~80MB big lxc container that provides the drivers from a completely cut down android [13:24] renatu: i also have https://code.launchpad.net/~aacid/dialer-app/addi18ntr/+merge/235920 that has a CI error but i don't see how it can be my fault, any input? [13:24] alright [13:24] Cyr1l, you can boot without the android conntainer ... but wouldnt have radio, sensore or graphical output [13:24] *sensors [13:25] that would be too bad :) [13:25] :) [13:25] thats why we have the container :) [13:26] I get it [13:26] hi [13:26] so second question [13:26] what smartphone would you recommend for a guy who's willing to test Touch and eventually developping on it ? [13:27] so when will ubuntu phone on sale [13:27] Cyr1l, nexus4 [13:27] tsdgeos, boiko could you check that https://code.launchpad.net/~aacid/dialer-app/addi18ntr/+merge/23592 [13:27] Voidzone, before end of the year [13:27] seb128, hi. How do I push directly to uss trunk? push :submit/:parent does not seem to work. [13:27] how much [13:27] what hardware [13:28] no idea, you have to wait til the dealers announce the prices :) [13:28] Voidzone, google for "ubuntu on meizu and BQ phones" [13:28] renatu: I think the URL is incorrect, it is not found here [13:28] boiko: https://code.launchpad.net/~aacid/dialer-app/addi18ntr/+merge/235920 [13:28] i heard one china phone maker Meizu will produce it? [13:28] tsdgeos: thanks [13:29] what apps will ubuntu touch support [13:29] Elleo, hey! following up on my rambling keybaord/password issue from last week. I'm going to log a bug against the OSK I think. Can you tell me the project name in LP? === _salem is now known as salem_ [13:30] tsdgeos: nice one! can you just revert the .pot changes? I will commit the pot update directly to trunk after this MR lands (avoid conflicts) [13:30] boiko: i can [13:31] so that ubuntu finally makes money on phone ? [13:32] boiko: there you go, done [13:33] I have a samsung galaxy trend plus, do you guys think any of the methods for galaxy phones supported by the community would be compatible with this one? [13:33] tsdgeos: nice! thanks! [13:34] nerochiaro, approved [13:34] jhodapp: excellent, thanks [13:34] np, nice work [13:35] jhodapp: ty [13:36] jgdx, bzr push lp:ubuntu-system-settings? [13:37] jgdx, but make sure you have current trunk with just the pot update commited on top of it [13:37] jgdx, but we got a recent update, http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/revision/1091 ... does it include your strings? [13:53] how do I remove a scope from favorites? [13:53] ohhhh nevermind [13:54] I was trying to do that in the "manage scopes" view, not in the scope itself :) [13:54] jhodapp: when I play a video with the QML Video component, do you know what's the library that takes care of it behind the scene ? [13:54] seb128, ack, thanks [13:55] nerochiaro, at which level are you asking about? lowest level or directly under the QML component? === dandrader|afk is now known as dandrader [13:56] jhodapp: more like, what's the stack behind video playback. in some cases when a video reaches the end I get no end-of-media event and I want to dig to find out where the problem is [13:56] barry, the addition of target_build_number worked for me, when do you think that'll land? [13:57] nerochiaro, ok...so first place to start would be qtubuntu-media [13:57] nerochiaro, put some debug in the end of stream callback to see if that's always getting called [13:58] kenvandine: fantastic! that's all i was waiting for. i'll get 2.5-0ubuntu1 onto the train today [13:59] barry, maybe we can put it in my silo with some fixes in the update plugin? [13:59] including my branch that uses your change :) [14:00] kenvandine: that sounds like a plan. don't use that branch though. let me do a proper release. i can put that up in the next 20 minutes or so after some local testing. will that work for you? [14:00] seb128, mind reviewing https://code.launchpad.net/~ken-vandine/ubuntu-system-settings/update_notification_visibiltiy/+merge/236188 [14:00] jhodapp: yeah, sounds like a good place. i'll go from there [14:00] barry, sure... add your landing to line 16 [14:00] kenvandine: will do [14:01] thx [14:01] barry, then ping me, i'll reconfigure and rebuild [14:02] kenvandine: +1 [14:02] seb128, right, I thought I got an error [14:05] nerochiaro, cool...qtubuntu-media is easy and quick to build yourself [14:05] nerochiaro, let me know if you have further questions [14:06] seb128, pitti - do you know if dh_translations works well with content-hub? I cannot see any templates and the imports queue is empty on https://translations.launchpad.net/ubuntu/utopic/+source/content-hub - while bug 1359166 seems to indicate that it's fixed [14:06] bug 1359166 in Ubuntu Translations "content-hub is not configured for translations" [High,Fix released] https://launchpad.net/bugs/1359166 [14:11] <_kaisoz_> coul anybody help me with the touch building? [14:12] <_kaisoz_> i followed the guide in touch/AndroidDevel and i'm stuck when building [14:12] <_kaisoz_> i got the following error [14:12] <_kaisoz_> ubuntu/platform-api/android/hybris/../default/default_ubuntu_application_ui.cpp:454:22: error: 'class ubuntu::application::ui::Surface' has no member named 'get_orientation' [14:12] <_kaisoz_> I would like to ask berfore digging myself, since this has to be fixed [14:12] ted, should indicators on the phone today work with switched profiles? [14:13] mterry, I'm not sure what switched profiles are? [14:13] ted, 'phone' vs 'phone_greeter' [14:13] mterry, We're exporting both phone and phone_greeter today [14:13] winter tires :) [14:13] ted, ok [14:13] is there a way for me to nuke a kit and regenerate it? [14:14] jhodapp: it seems you did this: case media::Player::PlaybackStatus::stopped: [14:14] // FIXME: Disabled for now since this causes next/previous to not work in music-app [14:14] //m_mediaPlayerControl->setState(QMediaPlayer::StoppedState); [14:14] in the sdk, I mean [14:14] jhodapp: however i need to dig some more because in some cases I do get that state change, so i'm not really sure what's up [14:14] rickspencer3: tools -> options -> ubuntu -> click delete button next to kit, then click "create click target" to create new one. [14:15] * rickspencer3 tries [14:15] nerochiaro, well end of media is different than stopped state [14:16] popey, wow, that is a useful settings page! thanks! === dandrader_ is now known as dandrader [14:17] jhodapp: i get both EOM and stop at some point. then i stop getting them on subsequent playbacks [14:18] <_kaisoz_> do you know where I could ask for this kind of support? [14:18] _kaisoz_, here is most likely the best place ... [14:18] nerochiaro, can you see if you consistently get end of media in qtubuntu-media? [14:18] (it is just that everyone is overly busy right before release atm) [14:18] nerochiaro, if not, then there's a new bug [14:19] <_kaisoz_> ahh perfect then, I was asking that cause I didn't want to bother... :) [14:22] jhodapp: so the problem is this: sometimes we don't get the playback_complete callback from the hub [14:23] nerochiaro, ok, that'd be the next level to debug then...that callback originates from gstreamer [14:23] nerochiaro, and media-hub is the one that calls/listens to gstreamer [14:23] jhodapp: ok, that seems tricky [14:24] nerochiaro, how so? [14:24] jhodapp: never rebuit gst for the device [14:24] rebuilt [14:24] nerochiaro, you don't need to build gst [14:24] nerochiaro, just media-hub [14:24] jhodapp: for a start, at least [14:24] nerochiaro, yeah, just take a look at the README for how to build/run it [14:28] rickspencer3: hi, I have seen the bug report. Please just change the Exec line in the .desktop file -> Exec=qmlscene $@ GetThereDC.qml [14:29] bzoltan, ok, I'm reinstalling the kit, so I'll it right after [14:29] bzoltan, can you please add that info the bug report? [14:30] bzoltan, What is the "$@" there for? [14:30] bzoltan, Nothing parses it... [14:31] makes a nice decoration though [14:31] rickspencer3: I have updated the bug report [14:31] bfiller: also this MR is stuck in "approved" state, can you push it forward please ? https://code.launchpad.net/~phablet-team/notes-app/inline-desktop-i18n/+merge/235785 [14:33] thanks bzoltan I'll let you know how it goes later [14:33] * rickspencer3 waits for kit to install [14:33] nerochiaro: yes [14:45] jhodapp: i get this when trying to build mediahub: http://pastebin.ubuntu.com/8459107/ [14:45] <_kaisoz_> which branch is the release one? [14:45] <_kaisoz_> i mean [14:45] <_kaisoz_> is it based on Android 4.4.2? [14:46] nerochiaro, what branch are you trying to build with, utopic proposed or rtm? [14:46] jhodapp: i just branched lp:media-hub [14:47] nerochiaro, no I mean where are you building this? [14:48] t/wc [14:50] jhodapp: on the nexus4 [14:51] _kaisoz_, yes [14:51] nerochiaro, yeah, rtm or utopic proposed? [14:51] <_kaisoz_> thx, so the master branch is phablet-4.4.2_r1 right? [14:53] jhodapp: rtm-proposed [14:53] jhodapp: --channel=ubuntu-touch/ubuntu-rtm/14.09-proposed [14:53] nerochiaro, ok...we're in a weird state right now where some things are reverted with media-hub because of a major regression introduced by the MPRIS support [14:53] mterry, So is switching that an easy change? [14:54] nerochiaro, can you try utopic-proposed? [14:54] dednick, Is there a bug somewhere that when the media player widget doesn't have meta data it should hide instead of show "unknown" ? [14:55] ted: possibly in indicator-sound. There is no hiding of items in the indicator menu uis at least. i display what the backend gives. [14:56] ted: but as for the "unknown", that is a bit of a bug to which there has been recent updates. [14:56] dednick, Sure the problem was that the backend sometimes doesn't give that data, and in the "don't show data on the greeter" case we're not giving it on purpose. [14:56] ted: but i think it's landed already. should be no labels [14:57] dednick, Just want to make sure it looks good :-) [14:57] dednick, No labels, do you hide the dummy cover graphic as well? [14:58] jhodapp: ok, what's the channel ? [14:58] ted: So with the media-hub, it always has an exported mpris interface, so we always get the player + control widgets. But if nothing has been played, then there used to be default values ("unknown") which i displayed for empty song/albumn/artist values. [14:59] ted: i've got rid of those and just display what is really available. [14:59] ted: but i display a default icon for the art/player if non is given [14:59] dpm, pitti, https://code.launchpad.net/~seb128/content-hub/x-ubuntu-use-langpack/+merge/236286 [14:59] kenvandine, hey, ok [14:59] ted, uh.. maybe [15:00] ted, I'm looking at it now [15:00] dpm: checking the build log, it does build a content-hub.pot [15:00] dednick, Oh, okay, that's probably fine. I haven't seen it. But was figuring it'd be nicer just to collapse. [15:00] ted: there is missing work in the media-hub for album art. i think it's just giving a hardcoded "/usr/share/unity/icons/album_missing.png" or something like that now. [15:01] dednick, But if you and design are happy, I'm happy. The unknown was the only really bad part. [15:03] awesome, thanks seb128. pitti, seeing the MP ^, that's why it's not yet in LP [15:04] *nod* [15:04] kenvandine, ^ that needs review ;-) [15:04] dpm, seb128: actually, I thought hte x-u-use-langpack would only be for the export -- it shoudl still be translatable in LP (in the upstream project)? [15:06] pitti, it's translatable in the upstream project, but it would be better to let updated templates be imported from the ubuntu package no? [15:06] seb128: yes, sure [15:06] pitti, so that mp should be fine? [15:07] pitti, I always recommend to set up the translations upstream too, but I hadn't checked if they were enabled or not [15:08] Hi! [15:09] Which channel should I pick for a new install of ubuntu-touch? [15:09] rtm-proposed? rtm-custom? etc [15:10] The android dualboot installer doesn't provide any details on them. [15:10] (btw, awesome job guys!) [15:11] anyone know where the logs are location for the location-service? [15:11] nm [15:13] could i get some help getting my data to work on rtm 14.09? [15:13] ive tried going in to ofono and changing it to ip from ipv6 but it doesnt let me save the changes === kickinz1|afk is now known as kickinz1 [15:17] allyai_: you need to 'sudo stop ofono' first [15:17] then edit, then restart it [15:18] i did sudo stop ofono [15:18] let me try it again [15:21] well now it's not showing my device plugged in [15:22] it's showing up as plugged it but wont let me control it in terminal [15:23] allyai_: do you have developer mode enabled? [15:24] oops. forgot to re enable it xD === Guest13468 is now known as balloons_ [15:26] yeah. [15:26] file name to write: gprs [15:26] wont let me hit enter to save === kickinz1 is now known as kickinz1|afk === kickinz1|afk is now known as kickinz1 [15:27] jhodapp: sorry, got distracted, what's the channel i need to use for utopic-proposed ? [15:31] nerochiaro, one sec [15:32] nerochiaro, ubuntu-device-flash --channel=ubuntu-touch/devel-proposed [15:33] why does online-accounts pester me whenever i boot now [15:33] nerochiaro, that branch is missing my qtubuntu-media fix that makes video smooth again, so don't be surprised when video playback looks like crap [15:34] jhodapp: no worries, i'm only interested in the missing signals [15:34] nerochiaro, ok cool, just a heads up :) [15:34] AlbertA and I are trying to make these two branches in sync again === kickinz1 is now known as kickinz1|afk === kickinz1|afk is now known as kickinz1 [15:36] any ideas, cwayne ? [15:36] allyai_: you trying to use nano? won't work over adb shell, either try phablet-shell instead, or vi instead [15:37] jhodapp: thanks [15:37] yeah phablet-shell always gave me ssh-keygen: /home/mynamel/.ssh/known_hosts: No such file or directory [15:38] what's vi? [15:38] yeah, i was using nano [15:39] allyai_, that is bug 1364913 [15:39] bug 1364913 in phablet-tools (Ubuntu) "phablet-shell should touch ~/.ssh/known_hosts before trying to use it" [Undecided,Confirmed] https://launchpad.net/bugs/1364913 [15:39] just mkdir .ssh [15:39] and then touch .ssh/known_hosts [15:39] afterwards phablet-shell should just work [15:40] (that is on your PC) [15:40] right [15:41] barry, any eta on preparing system-image for landing? [15:42] is what it gave me [15:42] kenvandine: not yet. i'm seeing some things in local testing that i need to investigate [15:43] ogra_: http://pastebin.ubuntu.com/8459463/ [15:43] barry, ok, maybe i'll go ahead with the current silo and we can do another landing with this [15:44] allyai_, run: ssh-keygen [15:44] and then try again [15:45] kenvandine: i think that's a good plan [15:45] seb128, ^^^ a little delay there [15:49] kenvandine, k [15:49] now when i do sudo stop ofono it says stop: unknown instance ogra_ [15:50] kenvandine, seb128 i'm seeing LP: #1341685 again in local tests [15:50] Launchpad bug 1341685 in ubuntu-download-manager "When unconstrained, udm sometimes downloads files to wrong location" [Critical,New] https://launchpad.net/bugs/1341685 [15:51] alare you sure ofono is even running (i think you had stopped it before) [15:51] hmm [15:52] im so forgetful xD [15:52] yeah it was already stopped [15:52] annnndd now it let me save. sweet. [15:52] so just exit out and see if it works? [15:55] that did it, thanks === gatox is now known as gatox_lunch [15:59] bzoltan, so, now I can't run my app on the phone because I get a little dialog that says "please attach your device" [15:59] on the device tab it says Device Status: Ready [16:00] kenvandine, addressed your comment in [1] https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/wifi-previous-network-forget-returns-wrong-fix-1370389/+merge/236117 [16:00] jgdx, thx [16:00] kenvandine, there is some lag between tap and ui updating, I may need some direction if we have to deal with that. === dandrader is now known as dandrader|lunch === kickinz1 is now known as kickinz1|afk [16:02] mterry, hey [16:02] seb128, hi [16:03] mterry, did you see such errors before [16:03] "file:///usr/share/ubuntu/settings/wizard/ubuntu/settings/wizard/qml/main.qml: File not found" [16:03] when installing update uss, including the wizard, by dpkg -i [16:03] seb128, no... is it common? [16:04] jgdx, maybe you can emit the changed signal in removeConnection? [16:04] mterry, for me yes :p [16:04] jgdx, is it just that the notification is slow to be emitted when remove it from the list? [16:05] mterry, I had it before, I wiped my device and now I tried to test your refresh-take-6 and hit that again [16:05] seb128, just when installing the .deb? i'm curious what script we'd run during that [16:05] i guess emitting it yourself might not be a good idea until it is actually not in the list [16:06] mterry, yes, wget http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-armhf/6409/artifact/work/output/*zip*/output.zip ; unzip output.zip; sudo dpkg -Io output/*.deb [16:06] hi ? [16:06] kenvandine, dbus is slow in emitting Removed, yes. [16:07] can u help me ? (i'm french) [16:08] mterry, that path looks wrong [16:08] /usr/share/ubuntu/settings/wizard/ubuntu/settings/wizard/qml/main.qml [16:08] mterry, the "ubuntu/settings/wizard" part is duplicated [16:08] mterry, I wonder if that's a bug in the changeset [16:08] 185 - view->setSource(QUrl(rootDir + "/qml/main.qml")); [16:08] 186 + view->setSource(QUrl(rootDir + "/ubuntu/settings/wizard/qml/main.qml")); [16:08] seb128, yup..... that might be a test error then in my branch [16:09] ubuntu touch is compatible with galaxy s3 ? [16:09] mterry, did you actually try to run the wizard through normal reboot/upstart job? [16:10] seb128, yeah [16:10] hum [16:10] and it works for you?! [16:10] I thought... Let me try again [16:10] guys ? [16:11] !devices | Glove [16:11] Glove: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices [16:11] thanks ! but ubuntu touch it is stable ? [16:12] seb128, looking at this code again, there ain't no way I had that working right [16:12] because i ant to install ubuntu touch an dual boot.. [16:12] seb128, my device tests must not have been using a rebuilt main.cpp [16:13] mterry, k, at least I'm not crazy ;-) [16:18] pease.. [16:20] mterry, do you have a design document for the wizard somewhere so I can compare your version with it? [16:21] seb128, https://drive.google.com/a/canonical.com/folderview?id=0B8I8ZVKH-8SsM1QyMmhWbkpRLTg (and added link to MP desc) [16:21] mterry, thanks [16:21] seb128, there are a couple textual differences but I believe in all cases the MP is right (after conferring with Design) [16:22] mterry, that gdoc has the old security panel? [16:22] Like 'Bug Reporting' doesn't have the third paragraph in MP [16:22] seb128, no it has new panel [16:22] mterry, like your have a detailed text of the 3 choices [16:22] seb128, oh huh [16:22] your implementation doesn't match that [16:22] the design has a combo with 3 choices and inline explanations [16:22] your has [16:22] option - descriptions [16:22] lines [16:23] before the combo [16:23] seb128, ugh === guillermo is now known as Guest80071 [16:23] seb128, they updated a couple of the screens and didn't tell me [16:23] or am I overlooking something? [16:23] mterry, oh, ok :-/ [16:23] seb128, I need to do another pass to make sure I'm in compliance :-/ [16:25] mterry, ok, put as needsfixing, sorry about that [16:25] seb128, no worries, I'll update when I've fixed [16:25] mterry, I'm going to try to wait less for trying the changes next time, the invalid path has bitten me and I though it was a local issue for a while [16:26] seb128, yeah I'm sorry about that [16:26] no worry! [16:26] I did all my testing on the device (so I thought) [16:28] chrisccoulson, Hey, so it seems that I can't adjust the oom values of the oxide-renderer [16:28] chrisccoulson, It seems that the oom_score_adj file is root/root [16:28] chrisccoulson, Why is that? [16:29] ted, because they're started by the sandbox, which is setuid root [16:29] chrisccoulson, Stop it! [16:29] :-) [16:29] chrisccoulson, I think we want U8 to be able to adjust those values, no? [16:30] Hey, we could just make unity8 setuid root! [16:30] ! [16:30] * ted solves *all* the problems [16:31] Heh, we could have a UnityShellShock. [16:32] * mdeslaur slaps tad [16:32] * mdeslaur also slaps ted [16:32] * ted feels sorry for tad [16:33] lool, may I assume that one can use PositionSource in qml to get a current position? [16:34] I can't see what I am doing wrong [16:34] It interestingly seems like some parts of /proc switch over to phablet, but not all. [16:35] rickspencer3: yes that's right [16:35] rickspencer3: maybe compare with https://bazaar.launchpad.net/~yohanboniface/osmtouch/trunk/view/head:/OSMTouch.qml [16:35] * rickspencer3 looks [16:36] lool, I wonder if I need to tell QtCreator that I want to give the app location permission? [16:36] I don't see how to do that when I am just running the app [16:37] rickspencer3: hmm I dont see any specific perm there: https://bazaar.launchpad.net/~yohanboniface/osmtouch/trunk/view/head:/manifest.json [16:37] rickspencer3: the permission should be requested when you call into it [16:37] hmmm [16:37] Heelllo! it is possible to install ubuntu phone , not in terminal ? [16:38] rickspencer3: if you see no prompt at all, then I guess you're not even going into qtpositioning [16:38] lool, I don't see a prompt, no [16:38] but, also, it looks like this project is using the 14.04 framework [16:38] and I can't see where in QtCreator to tell it to use the 14.10 framework [16:38] osm is using ubuntu-sdk-14.04-qml-dev1 [16:39] lool, well, my kit is 14.10, but I delcared 14.04-qml-dev1 [16:39] chrisccoulson, So can the sandbox move it all over to the phablet user when dropping perms? [16:39] rickspencer3: that should work [16:39] which QtCreator says is deprecated [16:39] yes [16:40] rickspencer3: how does your positionsource look liek? is onPositionChanged ever called? [16:40] lool, no, it never gets called [16:40] but it looks like I have some errors in my manifest [16:40] but I can't see where to fix them anymore [16:40] :( [16:40] rickspencer3: ah [16:40] Component.onCompleted: { [16:40] src.update(); [16:41] lool, I get this useful error: Json Parse Error: illegal value [16:41] rickspencer3: hmm I'll pass on this one [16:41] lool, my code looks right, tbh [16:41] lool, yeah, I need to solve the IDE problems first :( [16:41] re-setting up Ubuntu Touch on my Nexus 5, should I roll with ubuntu-rtm/devel-proposed or ubuntu-rtm/devel channel? [16:42] popey, any idea where I fix my manifest file in QtCreator these days? [16:43] ted, the sandbox shouldn't be changing the permissions of anything in /proc - that's kernel stuff. And it couldn't do that anyway - it drops privileges before exec'ing the zygote (which is what spawns renderers) [16:43] rickspencer3: good question! [16:43] ubuntu-rtm/devel-proposed it is then [16:44] rickspencer3: I don't know where that went [16:44] jeez [16:44] zbenjamin: bzoltan2 ^ [16:45] chrisccoulson, So perhaps I'm thinking of it wrong, but what I want is to be able to have U8 adjust the OOM Score. Who should be changing that to be managed by phablet? [16:45] rickspencer3: hi, what is wrong? [16:45] chrisccoulson, We can't do it in U8 because we're not root. [16:45] bzoltan2 so, I am trying to make location work in my app [16:45] so, I want to make sure that my package is valid [16:45] 1. 'ubuntu-sdk-14.04-qml-dev1' is deprecated. Please use a newer framework [16:46] I am using a 14.10 kit, but I guess I created the project with an older framework [16:46] I can't see how to fix that [16:47] 2. it looks like the click reviewer tools are hitting an error [16:47] http://pastebin.ubuntu.com/8459905/ [16:48] rickspencer3: In the SDK the template apps come with the ubuntu-sdk-14.10-dev2, so I would go with that. [16:49] bzoltan2, well, I created this project previously [16:49] and I don't see where to update it [16:49] rickspencer3: let me see [16:50] rickspencer3: it is a old project? [16:50] zbenjamin, yes [16:50] well, for some value of "old" [16:50] rickspencer3: It is in the manifest.json [16:50] bzoltan2, so I have to open the manifest.json file from outside the project and edit it? [16:50] rickspencer3: http://bazaar.launchpad.net/~rick-rickspencer3/+junk/GetThereDC/view/head:/manifest.json as start please change it to dev2 === gatox_lunch is now known as gatox [16:51] chrisccoulson, Hmm, seems that root can't do it either. [16:51] rickspencer3: to see your manifest and apparmor file you can add this to your qmlproject http://pastebin.ubuntu.com/8459928/ [16:51] rickspencer3: In my QtCreator I could just click on the manifest.json and change the value [16:51] rickspencer3: and the same for the apparmor file [16:51] neither of those files appear for me [16:51] I suppose I have to turn off filtering? [16:52] zbenjamin: I have branched rickspencer3's project and deleted the .user [16:52] anyway, I changed it in gedit [16:52] bzoltan2: ah can you add the manifest.json to the project, and rename the apparmor file to .apparmor [16:53] now I just have the error that I put in pastebin [16:53] zbenjamin, bzoltan2 where do I edit the requested permissions these days? === niemeyer_ is now known as niemeyer [16:54] rickspencer3: the [appname].apparmor file can be edited in the project. There is a visual editor for that. [16:55] bzoltan2, I don't seem to have such a file [16:55] I have GetThereDC.json that has policy groups in it, though [16:55] rickspencer3: http://bazaar.launchpad.net/~rick-rickspencer3/+junk/GetThereDC/view/head:/GetThereDC.json [16:55] rickspencer3: that is exactly it [16:56] rickspencer3: I think you need the "location" there [16:56] trying it [16:56] I want to eliminate all the errors in the project itself so I can focus on the code [16:57] bzoltan2, what version of Ubuntu.Components should I be importing? [16:58] rickspencer3: 1.1 [16:58] rickspencer3: thats what i had to change: http://pastebin.ubuntu.com/8459977/ [16:59] rickspencer3: and I would import the QtLocation 5.3 [17:00] zbenjamin: and the location you would need in the apparmor.json [17:00] bzoltan2: ok [17:01] bzoltan2, zbenjamin I don't have apparmor.json [17:01] rickspencer3: it is called GetThereDC.json in your project [17:01] ok [17:02] so, I added location to the list [17:04] rickspencer3: I had problems with using the 5.0 and 5.2 QtLocation, so I suggest to try out to import QtLocation 5.3 [17:04] I got prompted for a location, so that's a start! === dandrader_ is now known as dandrader [17:04] bzoltan2, yes, I updated all that [17:04] I think it's working now [17:05] awesome :) [17:06] \o/ [17:08] rickspencer3: cool :) keep it rocking [17:32] rickspencer3: btw, you can verify that your app can be given access or not, at the user choice, in system settings > privacy > location access [17:32] rickspencer3: your app should be listed with name and icon properly displayed; otherwise, file a bug agaisnt uss and assign me [17:42] thanks dbarth [18:10] ted: can you please explain how we are expected to fix bug 1374474 ? [18:10] bug 1374474 in Ubuntu File Manager App "Files don't open in external applications due to url-dispatcher change" [Undecided,Confirmed] https://launchpad.net/bugs/1374474 [18:10] (preferably as comments on that bug) === dandrader is now known as dandrader|afk [18:23] kenvandine: i have a source package/branch ready for the train. should i add it to an existing silo or create a new one? [18:24] barry, you can add it to line 16 [18:24] kenvandine: ack [18:28] kenvandine: added. please review the row and reconfig [18:28] barry, will do [18:37] Hi! Is there a bug affect contacts sync with google? [18:37] Actually, my phone doesn't seem to sync at all with google [18:38] sil2100: hey, congrats on the promotion! [18:39] :) [18:39] I assume this means that r3 is ready for RTM? :) [18:39] * nhaines spent a lot of time in /r/ubuntu last week explaining what ubuntu-rtm/14.09 meant. -_- [18:39] popey, Or perhaps over here :-) [18:40] nhaines: "these are not the channels you are looking for" ? [18:40] popey, The person you actually want is kenvandine. I think he explained in a meeting. [18:40] "But it *says* RTM!" [18:41] what are the "rules" for string/UI changes in ubuntu-rtm? [18:41] do we even have such freezes? [18:45] mzanetti: are you reviewing https://code.launchpad.net/~paulliu/unity8/previewattribute20140918/+merge/236127 ? or should i ping someone else to do that? [18:46] dobey, unfortunately, there is no string freeze, but still it's nice if the developers send a heads up to the ubuntu-translators list [18:52] nhaines: it doesn't help we're abusing the term "RTM" [18:52] ted: yes, sorry. [18:53] popey, Cool, np. [18:53] Hi [18:54] hmm [18:55] Anyone else having issues with google sync? [18:57] deiu: if you have not found an existing bug report, and not already filed one, it is probably best to do so [18:58] dobey: I'm working through the reports now [19:01] popey, I can't build my click package [19:06] ahoneybun: wassup? [19:07] popey, it talks about click_review [19:07] oh I see some updates [19:08] Would enabling the dev mode also allow me to connect to it using adb? (already running ubuntu on the phone) [19:08] popey, http://pastebin.ubuntu.com/8460764/ [19:08] Right now it doesn't show in the devices list [19:08] yea deiu [19:08] checking the box doesn't seem to do anything for now [19:08] developer mode lets you do that [19:10] ahoneybun: thats strange [19:10] ahoneybun: you on 14.04? [19:10] popey, there are some updates to apparmor so it might fix it [19:10] no utopic [19:10] I have a app almost ready popey :) [19:12] * ahoneybun reboots === dandrader|afk is now known as dandrader [19:18] i'm getting a similar issue with click-review-tools on 14.04, from the sdk ppa [19:19] i was seeing losts of UnicodeDecodeError (i think) [19:19] ahoneybun: still no luck getting through my phone using adb [19:19] adb shell does not work> [19:19] ? [19:19] http://pastebin.ubuntu.com/8460852/ [19:19] s/getting through/getting through to [19:19] nope [19:20] device not found [19:20] deiu: open the terminal app on the phone and verify that adb is running [19:20] dobey: in a sec, rebooting now after some updates [19:21] I got sync to work meanwhile [19:21] not the contacts though [19:23] deiu, we are getting those same errors in #ubuntu-app-devel (not for what your doing though) [19:23] just packaging [19:24] what errors? [19:24] sync? [19:24] no [19:24] ahoneybun: you mean the UnicodeDecodeError? and me, not deiu? [19:24] dobey, deiu http://pastebin.ubuntu.com/8460764/ [19:24] opps [19:25] yea you dobey [19:25] reboot seems to have fixed my adb issues [19:25] ahoneybun: yes, click-review gives me UnicodeDecodeError when building a click package [19:25] * ahoneybun has 3 pastebin open [19:26] dobey, in the other channel they say they have a fix [19:26] I think it is being uploaded now [19:26] ok [19:26] or soon [19:27] was the default `phablet` pass changed to something else? [19:27] there is no password at all [19:27] (and you need to set one before you can even enable developer mode [19:27] ) [19:28] I was never prompted for one [19:28] the welcome wizard surelyhas promoted you [19:28] *prompted [19:29] I really don't recall it doing so [19:29] maybe I can reset it? [19:29] deiu, it asks for a passphase or pin to have developer mode on [19:29] it's the same password you use to unlock the phone [19:29] well, the developer mode switch in the UI is disabled if you dont have a password set [19:29] oh ok [19:29] so it's the PIN [19:29] right [19:29] yes [19:30] OK, so I'm using a PIN but the shell won't accept it as a valid pass for sudo [19:30] should I switch from PIN to pass? [19:30] no [19:30] now I'm not sure about sudo or su [19:30] you should just use your PIN for sudo :) [19:30] that did not work for me ogra_ [19:30] it's not working :S [19:30] works here all the time [19:31] ok, it worked [19:31] * ogra_ onyl uses PINs on all his devices [19:31] on the low level there is no difference between PIN or password [19:31] they are both just entries in eth same password database [19:32] would be nice if PIN just showed a stylized number entry on the unlock screen, rather tha a text field and the on screen keyboard [19:33] Is there something I need to enable before using apt-get? (W: Not using locking for read only lock file /var/lib/dpkg/lock) [19:33] I know you guys have probably heard this quite a bit, but I wanted to congratulate everyone on all their hard work leading to the Ubuntu-Touch RTM. :) [19:33] E: Unable to write to /var/cache/apt/ [19:34] deiu: / is read-only, so you need to enable write mode, yes [19:34] I did: `touch /userdata/.writable_image` [19:34] should I reboot? [19:34] deiu, you can make the device writable and use apt, but note that you lose all support for upgrades this way [19:34] uh oh [19:35] and you should use phablet-config to make the device writable === balloons_ is now known as balloons [19:35] what if I want to install ssh? [19:35] can I use apt-get update later to update packages? [19:35] ssh is installed === balloons is now known as Guest63150 === Guest63150 is now known as balloons_ [19:36] you can enabled it with: android-gadget-service enable ssh [19:36] deiu: using apt-get will fill up / very fast [19:36] (as a normal user) [19:36] dobey, even if it wouldnt, packages are not upgradeable safely [19:36] hmm, no pass auth [19:36] nope [19:37] ssh keys? [19:37] use phablet-shell once.... that copies your key [19:37] sweet, thanks! :) [19:39] I love it [19:43] hmm, phablet-shell copied the wrong key over; and why did it generate a new one without a passphrase? [19:43] dobey: for your convenience. [19:44] nhaines: copying my github public key to the authorized_keys is hardly convenient :P [19:45] Think of all the time you saved not doing that yourself. :) [19:54] Hey, I reset my phone and lost most of the scopes. [19:55] I don't have to reflash r3, do I? [19:55] oh sweet [19:56] bah [19:57] Hello.I'm wondering what provision for call recording there is in Touch now that it's into RTM. [19:57] It's not into RTM. [19:57] And there is no possibility of call recording. [19:59] Could I clarify what *has* been finalized for RTM (i.e., the news stories?). [19:59] And is the lack of call recording built into the system, so it is not even possible to write an app to do it? [19:59] MoPac: the news reports are wrong ☻ [19:59] (many of them anyway) [20:01] is it possible to install ubuntu touch other than the supported devices ?? [20:02] !devices | viknesh [20:02] viknesh: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices [20:03] nhaines: (Sorry, should I have MTd you in last question). Is call recording somehow fundamentally blocked by the OS, or is there just no current app to do it? [20:03] the latter [20:04] popey: i saw it , i have a old lg optimus L7 , it isn't supported . i want to try it [20:04] actually it might not be possible yet, jhodapp probably knows the answer to that better [20:04] also the app lifecycle might make it difficult to write an app that isn't part of the core system, to support it [20:04] popey, sup? [20:05] viknesh: then you will have to port it, assuming the hardware is good enough to run it [20:05] jhodapp: call recording... [20:05] popey, no support for that yet [20:05] Sad; it would probably be a dealbreaker for me if I couldn't do it. It's been very important to some of the work I've done. Wodnering if it's a structural issue that makes it particularly difficult? [20:05] dobey: any guide on how to port it [20:05] popey, the only audio recording supported today is for video recording in the camer-app [20:06] ok [20:06] dobey: and it has 512 mb ram , will that be enough [20:06] MoPac, just not supported yet, we'll get there but there were much higher priority things to implement first [20:07] jhodapp: Thanks for that detail. I'd had a conversation some time ago where I got the impression that there might have been a policy decision to not support it for legal reasons; glad that's not hte case [20:08] MoPac, np [20:08] jhodapp: I know that asking about timelines is treacherous nigh-impossible, but on the priority list, is it a "maybe next spring" kind of thing or a "maybe ina few years" kind of thing? [20:08] i'm sure there are plenty of not legal things you can do with a phone, beyond wiretapping [20:09] MoPac, not sure yet, it's not on my shortlist yet but that doesn't mean it won't be soon [20:10] dobey: Yes, definitely. There are lots of good reasons to record calls and situations where it's perfectly fine, depending on the jurisdiction. The Comcast customer service viral videos probably helped with that. But I know that a year or so ago, some app or Os developers had been very skittish [20:10] MoPac, if you want to take a stab at trying to implement it, I'd be happy to point you where I'd start [20:11] Companies don't want to get it wrong like GM did ( http://arstechnica.com/tech-policy/2014/09/new-corvettes-valet-recording-tech-could-be-a-felony-in-12-states/ ) [20:12] jhodapp: I doubt I have anything like the coding competence to even try, but thanks for the offer. My long-term dream would be to have a filter on the recording app that enabled it for a custom list of callers/recipients based on rules. E.g., auto-enable when other number is a US area code in a one-party consent state [20:13] MoPac, you planning on doing some detective work? :) [20:13] MoPac, remind me not to move to one of those states, and if I currently am, it's time to move ;) [20:15] Pretty soon after figuring out how to record calls on my android phone, I ended up with at least two people doing illegal things on the line, and I was but a lowly grad student without even Comcast to kick around [20:15] jhodapp: Most states are one-party http://www.vegress.com/index.php/can-i-record-calls-in-my-state [20:16] MoPac, hmm yeah, time to move [20:19] lol. that ars article on the vette is a bit facetious [20:23] MoPac: the ubuntu-rtm/14.09 branch name just means it's getting extra careful testing above and beyond the devel branch because the RTM image is going to be built from it eventually. :) [20:24] Hi everybody, i have a maybe stupid question for you (tried google but gave me wrong answer everytime). I get ubuntu touch running on Mako (N4) and wonder what is the default sudo password ? [20:24] BenzoX_: there is none. [20:24] Once you set up a PIN or password for screen locking, then you can use that for sudo. :) [20:24] BenzoX_: it's whatever password you use to unlock the phone [20:25] oh, great :D [20:25] thank you === salem_ is now known as _salem === balloons_ is now known as balloons [20:53] hum, can't make internal sdcard working under multirom (i mounted it and can see it in terminal, but even with linking it to symlink somewhere i can't access it with file explorer) [20:54] I'm finding all kinds of news about an RTM release, but nothing supporting that it hasn't been released. Could someone point me to the correct information or maybe update the MoTD? [20:56] has been released in rtm channel [20:57] Fishscene: there is no RTM release. The news reports are lying. [20:57] https://system-image.ubuntu.com/ubuntu-touch/ubuntu-rtm/14.09/ [20:57] BenzoX_: it has not. [20:59] damn, i get confused with all these channel and names, sorry. [21:00] ubuntu-rtm/14.09 is where they're developing an RTM release. It's not going to be ready for a while. [21:02] okay, thanks for the info [21:02] nhaines: Aha. So where would it go when it is actually Released to Manufacturing? I'm not entirely sure what the development process is, but I can honestly see the confusion being generated from placing pre-RTM stuff in an RTM location. [21:02] Fishscene: it goes to the manufacturers. [21:02] Would it just be sync'd with the 14.10 cycle and be available in those repo's? [21:03] Nope. [21:03] RTM is behind 14.10. [21:04] Things land in utopic and then very slowly start to filter into ubuntu-rtm/14.09 after much more stringent testing. [21:05] Gotchya. Are there plans to sync it up eventually with the normal Ubuntu release cycle? Or will all this be cleared up as it gets closer to a full release? :) [21:07] I don't think there are any plans to sync it up with the normal release cycle because you can't just reinstall a phone if an update breaks everything. [21:07] "behind" [21:07] (Well, *you* might be able to, but the average person can't.) [21:07] nhaines: not everything lands in utopic first [21:10] That makes sense. Thanks for clearing all that up. I'm not sure how long the RTM will take to get ready, but it *might* be worthwhile for a blurb to be written and linked to that explains the release cycle and then maybe link to it from here. That way, inquisitive and confused people like me can just reference that. :) [21:10] I get the impression that any actual details about the release cycle are embargoed. [21:12] But the problem with the news articles is that Ubuntu and Canonical spent a month saying "we're going to create an ubuntu-rtm branch where we can start landing extra tested phone images without impacting utopic development" and once it happened news sites started posting "omg it's RTM!" [21:12] So there's not a lot anyone can do to ward against journalists inventing facts. :) [21:13] should have called the distro ubuntu-touch [21:13] so the channel could be ubuntu-touch/ubuntu-touch/14.09-proposed [21:13] also, 14.09 not a great choice, as 09 is no more after tomorrow :) [21:13] dobey, well ... [21:13] 09 was a plan [21:14] :) [21:14] I assumed the intention was to break the phone away from the Ubuntu release cycle. [21:14] right, but to kill rtm after the phones go on sale and merge back into 15.04 [21:15] the actual intention of RTM was to branch far later (like during utopic release week) and simply allow to move forward on top of 14.10 [21:16] so that while you prepare for manufaturers you dont have an unstable moving base [21:16] That was a lot closer to what I was expecting to happen. :) [21:16] due to the fact that this is the first time we do something like RTM we branched earlier though [21:17] so issues with the branching and merging back could be caught etc [21:18] ogra_: the phone really is looking very robust now. The last month has been spectacular. [21:19] yeah [21:19] Now if only the issues which affect me, personally, are addressed, it'll be perfect. ;) [21:19] hehe [21:19] if only we had not sneak breakage in here and there every now and then :) [21:19] I'm still pretty concerned about the fact that apps are sandboxed so they can't touch any of the freedesktop folders, which just seems insane to me. [21:20] But I have some hope that maybe this will be addressed by the time convergence is being worked on. [21:23] Also I want the bootsplash to match desktop Ubuntu. ;) [21:24] heh [21:25] is there a way to get a clean "desktop" instead of the default apps screen? [21:27] Actually, if I were Ubuntu (and I am) I would find a way to at least preload the dialer (which I'm not) because having to wait 5 seconds to make a phone call is going to cause the phone to fail in the marketplace. [21:27] Maybe I should file a bug. :) [21:28] +1 [21:28] +1 [21:28] 5 seconds is a long time when you need to call 9-1-1 [21:28] screw 911 [21:28] 5 sec is a long time when you need to call _anyone_ [21:28] Yeah. Everybody knows the *real* number is 9-1-2. [21:30] nhaines: Everybody knows the *real* number is 0118 999 881 99 9119 7253 [21:34] Actually, the lack of a minesweeper clone is going to cause the phone to fail in the marketplace. [21:34] It's almost enough for me to want to learn javascript. [21:34] nhaines: Who needs Minesweeper when there's a Tower Defence clone [21:35] nhaines: pre-loading specific apps has been discussed [21:36] other things are looked at including qml pre-compiling and load-and-fork similar to the way android does it with zygote [21:36] nhaines: i'm pretty sure there's a qml minesweeper implementation somewhere already that could easily be packaged up [21:38] nhaines: also, why do you need direct access to xdg folders? [21:39] dobey: word processor. [21:39] nhaines: also, why do you need direct access to xdg folders? [21:39] :) [21:39] popey: I have a suggestion for the UUPC. Remember http://www.omgubuntu.co.uk/2011/05/mark-shuttleworth-delivers-uds-keynote-address-sets-goal-for-200-million-ubuntu-users-in-4-years ? There are only six months left until May, 2015 [21:40] If I can't save a document, I can't use an SDK app for any serious work. Phone, tablet, or desktop. :) [21:40] nhaines: why can't you save a document into your app's folders? [21:41] nhaines: and why can't you export it via contenthub? [21:41] Because they're not accessible from MTP and Canonical killed Ubuntu One file syncing, so there's no way to get it off the phone automatically. [21:42] You tell me who would use LibreOffice if you couldn't directly edit files, you had to import them, save them, and then export them later. [21:42] nhaines: there is a minesweeper [21:42] why would you have to import them and then export them later? [21:42] popey: it has a bad name, then, because it doesn't show up in the app store. But that's good news. :) [21:43] dobey: because programs can't access ~/Documents [21:43] its not in the store [21:43] popey: then it's dead to me. [21:43] Actually, where is it? [21:44] nhaines: http://popey.mooo.com/screenshots/device-2013-05-31-112909.png [21:44] Looks good to me. [21:44] nhaines: https://launchpad.net/minesweeper-touch [21:44] oh, just realised who made it [21:44] nhaines: what has that got to do with exporting and importing? [21:45] same guy who made cool old term [21:45] popey: that's another point in its favor. :) [21:45] nhaines: feel free to offer to help update it and make a click ☻ [21:45] nhaines: why can't libreoffice just save to and read from google drive, dropbox, whatever? :) [21:45] dobey: you just said the solution to not being able to access xdg folders was to import and export via ContentHub. :P [21:46] popey: I might. ;) [21:46] DOOOO IIIIT! [21:46] dobey: no reason whatsoever, because the OS doesn't prevent it. [21:47] nhaines: so your problem isn't xdg folder access, it's that contenthub doesn't expose documents over mtp? [21:48] Every time I re-flash one of my Ubuntu Touch devices I ask myself why I have to provide an Ubuntu One login just to install apps and get updates. [21:48] but it does [21:48] dobey: my problem is that having to create multiple copies of a document just to work on it is fundamentally broken. [21:48] so i don't see a problem :) [21:48] nhaines: you don't have to create multiple copies of it [21:50] dobey: contenthub provides direct read and write access to a file? [21:51] or the camera app is cheating [21:52] popey: I'm not really sure why I expected 'bzr branch lp:minesweeper-touch' to tabcomplete. [21:52] dobey: The camera can't access ~/Pictures either, which is also pretty silly. [21:53] nhaines: yet, when i take a picture, it is in ~/Pictures/ [21:53] Not when I take a picture. [21:53] It's in ~/Pictures/ubuntu-camera now, or something like that. [21:53] well yes [21:53] hmm, the camera app just hangs [21:53] it's in ~/Pictures/com.ubuntu.camera/ [21:53] what's the process name for the camera? [21:53] Also, they're resized down to something tiny, which is also a big problem. But that's something else. :P [21:56] any ideas? [21:56] I don't know which process to look for [21:57] deiu: 'ps aux | grep camera' is where I'd start. [21:57] deiu: hrmm, yeah, i wonder why it's only 1080x1920 px [21:57] mterry, Following up, was it easy? :-) [21:57] ted, got distracted by stuff. But halfway through making change. Unity8 code isn't super set up to make it easy, but I can adjust the code [21:58] Well hey, Thanks guys for clearing up the RTM confusion. I wasn't aware that Canonical had made that announcement at all. :S And thanks for all the hard work! [21:58] ted, will continue working on it [21:58] mterry, Cool, do you think you'd have something I could play with to test my branches? [21:58] ted, not yet [21:58] nhaines: thanks [21:58] ted, but will drop you an email [21:58] mterry, Cool, thanks! [21:59] dobey: I indiscriminately blame contenthub. ;) [22:00] nhaines: anyway, file bugs for these things :) [22:00] dobey: I got the distinct impression they were all wontfix. :) Except the camera thing which I only realized last week and was waiting for a new rtm image to confirm. [22:03] nhaines: eh, file bugs anyway. bug reports is a better place to argue out whether something is wontfix or not, and how they should be fixed if not. [22:04] dobey: can do. [22:04] It's not like my complaining about "restart" in a bug didn't get that put back in for now. :) [22:05] well, honestly, restart is a bit weird to have on a phone. [22:06] but it is convenient when developing [22:07] Maybe it should be tied to developer mode then. [22:07] * deiu heading home now [22:07] Ooh! I have another bug report! [22:08] Thanks again for all your help, guys! Wonderful job! :) [22:11] yo dobey [22:12] hi daker [22:13] store scope ui bug, open the scope, long tape on any app to get the preview [22:13] what is the bug? [22:14] hit the back button again, notice that the scope will have the ellipsis layout [22:14] ellipsis layout? [22:14] oh [22:14] ;) [22:14] sounds like a unity8 bug [22:15] daker: file a bug :) [22:15] dobey: ok [22:15] weird [22:16] yes [22:34] dobey: i would really love to see the old way of displaying the rating using 5 stars instead of a number === _salem is now known as salem_ === salem_ is now known as _salem [23:18] rsalveti: Any idea how I might debug the x86 emulator being stuck on a black screen at boot? unity8 doesn't seem to be getting as far as starting.