[00:02] rsalveti: if you're still here, ChickenCutlass focused on 3 areas: bluez, gstreamer, and ofono. i'd like to try to track down the hammerhead bluez issues in anticipation [00:03] will qcom cne work with ubuntu touch? [00:11] hi! [00:12] say can i run ubuntu-touch from an usb-stick on a x86 device? [00:13] ubuntu-touch is for armhf devices [00:13] mariogrip: and this? http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/ [00:13] says there is a x86 version [00:14] That's for an emulator, i don't know if you can run it from a usb [00:14] https://wiki.ubuntu.com/Touch/Emulator [00:18] oh interesting. that means i could use a normal ubuntu on usb where i run this in the emulator :-D [00:19] :D [00:21] i'm guessing rsalveti is gone for the day [00:22] hmm. well i rather wait :) [00:40] Flexman, try the ubuntu desktop-next builds [00:41] http://cdimage.ubuntu.com/ubuntu-desktop-next/daily-live/current/ [00:43] ogra_: what would you recommend as a starting point for getting into the guts to see what can be done about bluetooth support on hammerhead? [00:43] get a hammerhead :) [00:43] i would [00:43] but i mean after that [00:45] well, i'd take a deep look at how BT works in android and check if anyone porting i.e. to cyanogen had issues before ... and check for these [00:46] most of the time that gives you low hanging fruit to look at ... and often the fixes you find there are enough ... if they arent you need to dig into both systems ... ubuntu and the container [00:47] oh, and for BT i would also pick cyphermox' brain indeed :) [00:51] ogra_: ok thank you [01:22] ogra_: thanx [01:56] ogra_: oy [01:58] DonkeyHotei: you definitely want to look at hammerhead's init rc files, they might have something about doing the initial setup for BT [02:00] so, looks like it runs bdAddrLoader, but then there isn't much else [02:01] however, it's also coming up with this UART file /sys/devices/platform/msm_serial_hs.0 [02:03] cyphermox: there was a commit to cm that replaced that uart file in the init rc and that was credited with fixing it in cm [02:03] yeah on first glance it looks like it might be some brcm-patchram device; which means you don't get any data from android since they use bdroid and that does it for them [02:04] DonkeyHotei: where do you see that commit? [02:04] cyphermox: https://github.com/CyanogenMod/android_device_lge_hammerhead/commit/b71ea8fbb0735c98e235a3b2cf35c01c000e4bb6 [02:04] yuck [02:05] ikr [02:06] but nightlies after that apparently worked [02:06] yeah [02:06] but as I said, cm and android use bdroid, we use bluez [02:07] so some parts, especially in the initialization of the device, are different [02:07] now, you could probably play with hybris and make it work [02:07] assuming there is some kind of libhybris method to enable bluetooth, but I don't remember seeing one [02:08] since i don't have a hammerhead to test, i'm just reading. if rsalveti says he'd like to see me work on this, i'll get a hammerhead, but in the meantime, nhaines has one [02:08] but first, I'd look at the output of rfkill list, see if it shows a bluetooth device [02:08] ah, ok [02:08] I have one too, just not really willing to reflash it, there are some apps I do use and need ;) [02:08] backup/restore [02:09] I really think it might be a matter of building brcm-patchram-plus and trying to flash the right firmware file on the right device on the system [02:09] problem with me getting a hammerhead would be it takes a microsim, so i can't just swap between it and my outgoing phone at will [02:10] the "right file" would probably be /system/vendor/firmware/bcm4335c0.hcd [02:10] right, I know the problem :) [02:10] but the right device is another matter [02:11] there might be an easier way though, it could simply be some bit to toggle in a file under /sys to make it all work === duflu_ is now known as duflu === _salem is now known as salem_ === salem_ is now known as _salem === chihchun_afk is now known as chihchun === chriadam is now known as chriadam|away === marcusto_ is now known as marcustomlinson === jaywink_ is now known as jaywink [07:31] good morning [07:32] dholbach: morning mate [07:35] hi lotuspsychje === marcusto_ is now known as marcustomlinson_ === marcustomlinson_ is now known as marcustomlinson [08:23] ogra_: morning mate === antoniu is now known as antoniu_ === marcusto_ is now known as marcustomlinson === antoniu_ is now known as antoniu [08:57] https://sailpi.wordpress.com [09:10] uuhimhere, where is the source (specifically for the android bits and changes that were needed for this) [09:11] lotuspsychje, mornin [10:06] Good morning all; happy "What If Cats and Dogs Had Opposable Thumbs?" Day! :-D [10:06] Hi all! Can somebody give information about when will the bq phones delivery? [10:07] you have to ask bq ... [10:08] I just saw their tweet on Twitter, they don't know (or tell) the exact date, and I think there is somebody here, who knows more, maybe some inner infos [10:09] we dont know more either [10:11] thanks, but this is a little bit disappointing. They said they'll delivery at March, and now they don't tell us what's up with our device... [10:12] dude ... its the third day of march ... be a little patient :) [10:18] I know, but i can't wait :) I ordered it about a month ago :) [10:18] in the first flash sale [10:19] it's chinese new year, factories shut down for a chunk of february [10:27] yes, I know that, but why was the first flash sale started in the middle of February? If it is organized in the beginning of march, it would be better === uuhimhere is now known as white_rabbit === white_rabbit is now known as fark_rabbit [11:33] any idea why we still have hud in the image? [11:33] it seems to pull some big M of deps [11:33] without real use, no? [11:38] ogra_: I see that we currently install vivid's ubuntu-minimal on touch; could we fork that to ubuntu-minimal-touch in lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu-touch.vivid to keep upstart for touch, and change ubuntu.vivid to systemd-sysv? [11:40] pitti, i guess that would be possible ... but quite late in the cycle [11:42] *but it is [11:42] ogra_: yeah, I know; I talked to slangasek last week, and it seems we still aim for switching the default [11:43] on the phone ? [11:43] ogra_: no, on desktop/server/cloud [11:43] ah, k [11:44] ogra_: we can't switch the phone yet (old kernels/unported jobs/etc.) [11:44] right [11:44] i thought the jobs part was done [11:44] hence we need to decouple the init selection for touch and !touch [11:44] for the system jobs [11:44] ogra_: no, there is still some work to do there [11:44] (kernels are obviously a blocker :) ) [11:44] right, then go for it === MacSlow is now known as MacSlow|lunch === _salem is now known as salem_ [12:22] hello guys :) [12:23] i have a problem to flash my nexus 4 device and install ubuntu. i did it now 3 times, reinstalled android(cause i messed up once really hard) and did it again [12:23] i always get the error Cannot push /home/jonas/.cache/ubuntuimages/pool/ubuntu-7478e46d9d139692da02b70734144166932a180717994367c85337a2e49d29ac.tar.xz.asc to device: free space on /cache/recovery is unknown [12:24] at the end. after there is the ubuntu menu showing up where it says reboot system. [12:24] can anyone help me with that issue? :) [12:29] cir [12:29] Irc works on phone anyway :) [12:30] i dont get it :D [12:32] and how long does the flash procedure take? i read "some time" and what is it in minutes? the android install was really fast. === chihchun is now known as chihchun_afk [12:38] rudi__, it pushes a few 100 MB across the USB write and then unpacks them ... a few minutes ... [12:38] *wire [12:39] ok. [12:40] what can i do if it needs an hour? [12:40] only "downloading..." on the screen of nexus, nothing more [12:46] Am I right that the "make recoveryimage" produces a working Ubuntu branded recovery? [12:54] ok it worked right now :) [12:54] *HAPPY [12:54] * === MacSlow|lunch is now known as MacSlow === dandrader is now known as dandrader|afk === chihchun_afk is now known as chihchun === dandrader|afk is now known as dandrader [14:23] How would I approach building a call-recording app? [14:26] g105b, first of all you would have to bribe jdstrand and his team to get mic access for click packages ready ... second ... you will most likely not be allowed to record anything from another app [14:27] mterry, https://code.launchpad.net/~mzanetti/unity8/fix-laggy-launcher-dnd/+merge/251567 [14:33] ogra_: bah. [14:33] apps can only talk to other apps via system services [14:34] never directly [14:34] ogra_: is it possible to develop a call _making_ app, assuming mic access is made available? [14:34] i think you would be better off working with the dialer-app team and providing them patches for call recordingg in there ;) [14:35] ogra_: there we go, I see. Will have a look, thanks. [14:35] you want to talk to bfiller's team [14:35] (whom i pinged herewith :) ) [14:36] g105b: that functionality is not exposed in our SDK currently [14:36] bfiller: early days yet though, eh? [14:37] bfiller, but you surely wouldnt mind a record button in the dialer app, would you (assuming desin team agrees) [14:37] *design [14:38] ogra_: I haven't seen that in the plans at all, but would be cool I suppose. as long as the caller is alerted they are being recordeed [14:38] you mean the opposite side ? [14:38] yes [14:39] uh, is that possible ? [14:39] ogra_: bfiller: coming from Android, I am looking to develop a setting to record calls and ask "Do you want to save this recording" once the call is complete. [14:39] ogra_: I mean, you can't legally record a phone converstation without informing the other side [14:39] Where can I get more information on the development process? [14:39] at least not in the US [14:39] interesting [14:40] i'm pretty sure i had an android phone in the past that had a record button in the dialer [14:40] you live in enlightened europe :) [14:40] lol [14:40] ogra_: I could be wrong, I think minimally it might have to play a beep tone every 15 seconds or so to alert the person it's being recorded [14:41] and it differs per state too [14:41] http://en.wikipedia.org/wiki/Telephone_recording_laws#United_States covers it nicely [14:41] g105b: how bout a simple audio recorder application? I would find that super useful [14:41] yeah, me too [14:41] bfiller, still needs mic access for clicks [14:42] we dont have the trusted service for that yet [14:42] thats way less hard than recording calls though [14:42] we don't have a policy for that yet? [14:42] and a useful app which could drive the security people [14:42] bfiller: I would find that useful too but would it be able to record both sides of the call? [14:42] i dont think we do [14:42] oh right... that would be the trust store [14:42] i would rather we push decisions like this with apps, its what drove some of the platform already [14:42] kenvandine, policy would be "ask the user" ... which needs trusted-prompt integration [14:42] yeah [14:42] actually i think we do [14:43] at least the stub when that was first implemented included camera and mic access [14:43] the dummy data :) [14:43] we have a fake entry for it in settings :) [14:43] so i think it was at least planned for [14:43] yes [14:43] planned ... not implemented yet i think [14:45] For rapid Android and iOS prototype apps, we use Chrome Web Apps (cca), is there something like this for ubuntu-touch? (a platform for 'hybrid' web apps to access hardware with permissions) [15:20] tedg, good progress on my mir-connection-demangler, but now apparmor is getting in the way [15:20] Mar 3 10:04:30 ubuntu-phablet kernel: [22924.757669]type=1400 audit(1425395070.552:162): apparmor="DENIED" operation="exec" profile="com.ubuntu.developer.ken-vandine.hub-exporter_hub-exporter_0.2.1" name="/usr/lib/arm-linux-gnueabihf/ubuntu-app-launch/content-hub/mir-connection-demangler" pid=31340 comm="exec-line-exec" requested_mask="x" denied_mask="x" fsuid=32011 ouid=0 [15:20] tedg, ideas? [15:22] tedg, do i need policy changes for that? [15:57] awe_: I found something interesting in ofono's log. [15:57] http://paste.ubuntu.com/10516444/ at line 239 [15:58] peat-psuwit, can you elaborate? Also, I'm just about to jump on my morning standup. Should be free again in 20-30m [16:00] awe_: It says that gsm_umts_index is -1, but this is used in code without checking, at https://github.com/rilmodem/ofono/blob/master/drivers/rilmodem/sim.c#L667 [16:13] kenvandine: hi :) [16:13] yo [16:14] kenvandine: what's the canonical way of querying things like what you got over dbus in https://bugs.launchpad.net/ubuntu-push/+bug/1426418/comments/2 ? [16:14] Launchpad bug 1426418 in Ubuntu Push Notifications "push notification ignoring silent mode" [High,In progress] [16:14] kenvandine: gsettings? [16:14] gdbus introspect --system -d org.freedesktop.Accounts -o /org/freedesktop/Accounts/User`id -u phablet`|grep -A21 com.ubuntu.touch.AccountsService.Sound [16:15] Chipaca, that's stored in accountsservice [16:15] kenvandine: yes, but what's the supported, published, api to query that information? [16:15] kenvandine: it almost never is dbus :) [16:15] dbus :) [16:15] in settings we have our own binding for that [16:16] any idea why my phablet-shell shell closes regularly? === dandrader is now known as dandrader|lunch [16:16] i.e. i'm kicked out of the shell back to my pc [16:16] tsdgeos, what device ? [16:17] ogra_: nexus4 and nexus7 [16:17] sounds like a broken cable or some such [16:18] hmmm [16:18] may be [16:18] let me try a different cable :D [16:18] any usb errors in syslo on the PC ? [16:19] ogra_: how would i read those? [16:19] to me it seems more as if openssh or adb where shutting down tbh [16:19] ahh [16:20] it's that mtp thing again [16:20] kenvandine: does AccountsService have signals to notify you when those things change? [16:20] or it seems [16:20] kenvandine: the introspect data doesn't list any, but the introspect data is not binding :) [16:20] Chipaca, you should be able to get property change notifications [16:20] just when the "Nexus7" poped up on the launcher i lost connection [16:20] kenvandine: ah, they're just dbus properties. good. [16:20] yeah [16:21] tsdgeos, yeah, the mtp server start logic is a bit broken atm [16:21] but that shouldnt cause disconnects for adb [16:21] so we do that in our bindings, we forward the property changes to QML for the settings UI [16:47] peat-psuwit, you might've uncovered a bug in rilmodem. It looks like the code blindly uses the gsm_umts_index, which in your case is -1 [16:48] I think the code should probably check for an invalid value, and if num_apps >= 1, then just use 1 as the index [16:48] er, actually 0 [16:48] ( ie. the first element in the array ) [16:49] I'll play around with this later on, and might be able to get you a test version of ofono to try... [16:50] that said, can't guarantee turnaround time on this, but will try to get you in the next day or so [16:50] awe_: http://paste.ubuntu.com/10516444/ is the log from ofonod in debug mode. Line 239 says that gsm_umts_index is -1. https://github.com/rilmodem/ofono/blob/master/drivers/rilmodem/sim.c#L667 seems to use this variable without checking, so this may be the cause of the problem. [16:51] awe_: Sorry, my IRC client gets buggy. [16:51] peat-psuwit, I think you found a bug [16:51] I will try and get you a test version, but can't guarantee turnaround time [16:53] peat-psuwit, can you please file an ofono bug: https://bugs.launchpad.net/ubuntu/+source/ofono/+filebug [16:53] awe_: I'm trying to compile this by myself with my fix included now. [16:53] ok, great. If it works, please indicate so in the bug [16:54] peat-psuwit, ok great, if it works, please indicate so in the bug [16:54] did you get my link to the ofono report-bug page? [16:55] awe_: Yes. Webchat seems to stop auto-scrolling if I scroll up by myself. [17:00] peat-psuwit, ah...ok [17:00] anyways, thanks for digging into this. Not too often we find real bugs this easily [17:01] ping barry: can you please join #ubuntu-quality ? [17:04] awe_: You're welcome. Anyway, this doesn't guarantee that it will work on my device. [17:07] peat-psuwit, no it doesn't, but it's a damn good place to start! ;)- [17:10] tedg, of course the app's profile isn't allowing it to execute my mir-connection-demangler [17:10] tedg, i don't see any policy that allows that for pay-service, how does that work? [17:10] kenvandine, pay-ui is non-standard there. I guess you'd have to add that. Hmm. [17:11] kenvandine, Seems like that's kinda sucky [17:11] yes... yes it is :) [17:11] tedg, same for mediaplayer ? [17:11] I don't see a away around it though. [17:11] ok [17:11] kenvandine, ? [17:12] Oh, with the URL dispatcher thing. Perhaps. [17:12] hmm [17:12] tedg, not to bad, i guess i just need to add that to the content_exchange_source [17:12] tedg, it's you that's special :) [17:12] special ted :) [17:12] I don't imagine that's going to happen anytime soon. Haven't seen the qtmir stuff get much attention there. [17:12] Oh, and no features. [17:12] kenvandine, YOU KNOW IT! [17:12] :-D [17:12] which qtmir stuff? === dandrader|lunch is now known as dandrader [17:24] saidinesh5: heya, just tried integrating the bruteforcematcher with the ubuntu keyboard, but the results I get for manual input seem to be quite far out (e.g. typing "time" will give the first suggestion as "tree" or typing "thr" gives "tv") [17:24] Elleo: oh [17:24] saidinesh5: is there something more I should be doing besides calling match() on the word? It feels like maybe it's trying to interpret a swipe or something [17:25] nah match() is the magic function [17:25] but probably broke something current refactoring [17:25] * saidinesh5 checks [17:25] ah, okay [17:26] Elleo: ermm.. no... tim works, time works... [17:26] for time my matches are time, timed, times, timer [17:26] okay, maybe I'm doing something stupid then; will take another look tomorrow :) [17:26] did you clean the cache? [17:27] awe_: Wait a minute, at https://github.com/rilmodem/ofono/blob/master/gril/grilreply.h#L80 gsm_umts_status is defined as guint, so it shouldn't be -1. [17:27] Elleo: also do you have access to the latest code? [17:27] saidinesh5: it currently reports "No prior cached data found for "en_US"" when started (not sure if it has write access to the default cache location at the moment) [17:28] hmm fair enough [17:28] saidinesh5: I did a checkout from bitbucket this morning [17:28] greyback, The splash screens for trusted prompt sessions. [17:28] also btw. i moved the view away from lib [17:28] tedg: ah ok [17:29] Elleo: from saidinesh5/skeyer or skeyer/skeyer? [17:29] saidinesh5: saidinesh5/skeyer [17:30] there you go :p [17:30] should have deleted it long ago [17:30] ah, heh [17:30] saidinesh5: right, I'll try with the correct version then :P [17:30] Elleo: btw. i can probably make the exact library you need if you give me the specs [17:30] right now lib/ and view/ are already separate [17:31] and i am implementing android shortcuts right now [17:31] as in swipe ill , it will also show i'll in the suggestions [17:32] saidinesh5: cool, for now I'm just hacking up a quick prototype to see if it'll cover our needs fully, but would be good to get it all sorted out as a separate shared library or something (so we don't have to dump a bunch of skeyer code into the keyboard) [17:32] Ahh sure [17:33] currently i have no hope for hunspellmatcher anyway [17:33] heh [17:33] and engine, is useless for you too [17:34] what you need is BruteForceMatcher, Word, WordList, AbstractWordMatcher [17:34] and the language packs [17:34] language pack = android's dictioanry file + keyboard_layout.json [17:34] yeah, in my quick hack I just added an extra method to engine to pass through a word to the match() function, so I could still get all the setup done by engine for layouts/languages/etc. [17:35] Ahh [17:36] i am hoping to speed things up a little more soon though.. and make the edit distance more accurate [17:37] like right now we are doing things at the "key level" [17:37] so even if you moved slighlty into the next key, it gets counted [17:38] was thinking of making it take the curve into account [17:39] that probably wont change anything for you though :P [17:41] yeah, unless we can get the goahead to use the swipe stuff [17:41] which I'd love to do, but I suspect legal worries will prevent it :/ [17:42] how is google using it? [17:44] awe_: https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1427788 [17:44] Launchpad bug 1427788 in ofono (Ubuntu) "rilmodem: Do not always use sim's app in status->gsm_umts_index" [Undecided,New] [17:45] I don't know if the bug report is ok. [17:49] saidinesh5: it's quite possible that they pay license fees to nuance, I'm not sure though [17:49] hmm .. could be that too.. [17:50] Also can't we implement this and disable it in the US builds? [17:50] like people do for MP3 codecs.. [17:53] okay so i think adding another build target for the project: "libskeyer" which just creates the so and installs the headers should do... [17:53] and of course namespacing lib skeyer [17:53] [Mon 2015-03-02 04:01:59 PM PST] rsalveti: if you're still here, ChickenCutlass focused on 3 areas: bluez, gstreamer, and ofono. i'd like to try to track down the hammerhead bluez issues in anticipation [17:53] hunspellmatcher wont be compiled if you dont use enable-hunspell anyways === dunebuggie_ is now known as dunebuggie [17:56] we dont have to worry about dpointering the whole thing either do we? === Tassadar_ is now known as Tassadar [18:08] hey, a little help for porting [18:08] anyone?? [18:10] ? [18:11] ric96: probably need to ask your specific question [18:11] ric96: might be people around, otherwise fire a mail at the ubuntu phone list [18:12] ah someone, so i own a moto e which is btw an android phone, and i have all the device sources for it, [18:12] do i need to do the apparmour and udev bit [18:14] yes you need to build the kernel with the necessary pieces for ubuntu; i'm pretty sure the porting guide says as much [18:14] hmmmm.... [18:15] then i might be needing some help with the apparmour porting guide [18:15] kinda new to the porting stuff === alan_g is now known as alan_g|EOD [18:19] Elleo: just a heads up, we now have a CONFIG+=build-standalone-library option. namespacing things now, so you can probably directly use libskeyer for your work [18:20] for the hacks i mean [18:21] the libskeyer actually needs some work to be cleaned up and to provide a useful API around Engine [18:24] ogra_, g105b: fyi, mic access will be handled properly when pulseaudio is a trusted helper: bug #1224756 [18:24] bug 1224756 in pulseaudio (Ubuntu) "Pulseaudio should integrate with trust-store" [Critical,Triaged] https://launchpad.net/bugs/1224756 [18:29] jdstrand, i'm trying to make a change to the content_exchange_source policy group, for now just to try something out [18:29] jdstrand, but the test in apparmor-easyprof is failing [18:29] /usr/lib/@{multiarch}/ubuntu-app-launch/content-hub/mir-connection-demangler rx, [18:29] jdstrand, ^^ what's wrong with that? [18:31] saidinesh5: awesome [18:31] kenvandine: use ixr [18:31] kenvandine: or rix [18:31] (doesn't matter-- point is, you are missing 'i') [18:32] kenvandine: with exec ('x') rules you need to specify the exec transition type [18:33] kenvandine: mir-connection-demangler is supposed to run within the context of the app, correct? [18:33] yes [18:34] kenvandine: yes, you want 'ix' then. 'i' means 'inherit from parent profile' [18:34] excellent [18:34] thx [18:34] if you are curious about the nitty gritty details: man apparmor.d [18:34] np [18:35] jdstrand, i think we're going to need something like this, but i'm still working on the POC now [18:35] to use trust session for content picking [18:36] hi [18:36] hi [18:36] :) [18:37] is ssh for the bq e4.5 in the last image now by default off? [18:37] it's off by default on a fresh flash, yes. [18:37] if you turn it on, it should stay on. [18:38] ok [18:39] right [18:40] adb shell android-gadget-service enable ssh [18:40] that turns it on permanently [18:40] thanks :) [18:41] and namespaced too! [18:42] hmm, but is is still using a key, password isn't working? so i have to make new keys? [18:43] od use an old one :) [18:43] *or [18:44] i usually just run phablet-shell once [18:44] that pushes a key in place for you [18:44] ok [18:46] i figured out, that "background" image isn't working, it is more like a "cover" for the locked screen. is that a bug? [18:46] studio_, you mean wallpapers ? [18:46] thats a design decision [18:46] wallpapers are pre-scope [18:46] *per-scope [18:46] in german it is "hintergrund" [18:47] yes the unity8 dash does not use the background you selected [18:47] but it only "covers" the locked screen [18:47] ok [18:48] right [18:48] if you want a custom wallpaper, you would have to create your own scope [18:48] and use your wallpaper in there [18:49] * dobey bets apps scope would look weird with a background image anyway [18:49] depends what you select [18:49] i wonder if the scope creator tool offers a custom wallpaper [18:50] i never looked at it [18:51] * ogra_ is doing more apps on snappy nowadays [18:52] how do you use webapps for html5 games on snappy? :P [18:53] i use nodejs :) [18:53] i "tried" to figure out how the ubuntu sdk is working, but my first problem was to flash a daily image. it allways shows me an error, because mako is the "default" device. how to change that? [18:54] * ogra_ uploaded OS.js on the weekend ... pretty cool thing running a full javascrip desktop on your browser [18:54] s/on your/in your/ [18:54] studio_, you use the --device switch [18:54] (assuming you use ubuntu-device-flash for flashing) [18:55] i only have one device in the sdk and that is the bq (krillin) [18:55] why it shows mako? [18:55] oh, thats a qestion for the SDK guys ... no idea [18:56] * ogra_ never used the SDK ... i'm a vi guy [18:56] eh? [18:56] Which would you like? [aosp_arm-eng] cm_condor-userdebug [18:56] build/core/product_config.mk:222: *** Can not locate config makefile for product "cm_condor". Stop. [18:56] ** Don't have a product spec for: 'cm_condor' [18:56] ** Do you have the right repo manifest? [18:57] help [19:02] ric96, looks like you are trying to pull a cyanogenmod tree into the ubuntu aosp one ... [19:02] not sure that works without modifications (i doubt it) [19:03] studio_, the SDK guys (and app developers) are usually in #ubuntu-app-devel [19:06] i thing OTA updates, i think, are also not working because, i tried via system settings and updates, only working wit ubuntu one account and no system updates available, but with sudo apt-get update and sudo apt-get upgrade there are updates, also with sudo apt-get dist-upgrade. but i get an error with powerd_0.16+15.04.20150219~rtm-0ubuntu1_armhf.deb [19:06] yup it is cm [19:07] studio_, system updates work without U1 account [19:07] studio_: you made the image writable [19:07] and i told you already apt will break ... [19:07] image was witeable [19:07] writable [19:08] should it not be cm?? [19:08] *sigh* [19:08] ric96: no, we use aosp [19:08] ric96, if you can find an aosp tree that would make it easier for you [19:08] ogra_, i know, but i try to figure out why no upatses via system updates [19:08] else you actually need to port your cm tree to aosp first [19:08] hmmmm..... any idea where i can get it for moto e xt1022? [19:08] studio_: which channel are you running? [19:08] studio_: what image are you on right now? [19:09] studio_, system-image-cli -i [19:09] in the moment on stable bq [19:09] there are probably no updates because there just aren't any updates [19:09] studio_: we haven't promoted an image for a while [19:09] so you wont have had any ota updates [19:09] yeah [19:09] stable only gets updates monthly [19:09] ok [19:10] what about the rc channel? [19:10] the -proposed channels get near daily updates [19:10] but are more likely to break [19:11] ok [19:11] studio_, system-image-cli --switch ubuntu-touch/ubuntu-rtm/14.09-proposed [19:11] that should switch you over ... [19:12] (daily builds ... but also potential breakage indeed) [19:14] if you are really brave, you take ubuntu-touch/devel-proposed [19:14] ogra_, i have seen today the 14.09.es-proposed-customized and 14.09.es-proposed cannels [19:14] (more breakage ,... potentially even multiple builds per day) [19:15] studio_, es means they default t spanish [19:15] i know [19:16] :) [19:22] kenvandine: when ready, file a bug against apparmor-easyprof-ubuntu and I can get it uploaded for you [19:23] jdstrand, will do [19:40] ogra_, back to the error, it says "15.04". Isn't 15.04 vivid? [19:40] yes [19:40] "the error" ? [19:40] and what error? [19:41] powerd_0.16+15.04.20150219~rtm-0ubuntu1_armhf.deb [19:41] with system-image-cli ? [19:41] that's a package, not an error [19:41] isn't that package for 15.04? [19:41] no, for rtm [19:42] as the package version string says [19:42] if oyu have a ~rtm in a package name, it was specifically rebuilt for the rtm channel [19:42] ok, it thought it is a conflict with the version [19:43] you shouldn't be trying to use apt on the phone anyway [19:43] (which is essentially its own distro) [19:43] right [19:43] it wont work [19:43] ok [19:43] there are packages that are not upgradeable with apt [19:44] stick to readonly and use system-image (or the UI upgrader) [19:44] if you need to do apt stuff, do it in a chroot in /home/phablet or on the sd card [20:05] hey guys. I'm trying to understand the "porting to a new device" article and I'm stuck at the patch the kernel part because the link from the article is not working. I was wondering if there is device specific guide that I could as guidance [20:16] i am confused after i understood what proposed and proposed-customized means. so what is the "main channel" for the bq e4.5? [20:17] ubuntu-touch/ubuntu-rtm/14.09 is a good one to use [20:17] ubuntu-touch/ubuntu-rtm/14.09-proposed is what I run, but that's daily images and may break [20:17] once a month the image is tested by QA and then promoted to the ubuntu-touch/ubuntu-rtm/14.09 channel [20:20] and users have to install apps like terminal and filemanager from here "http://people.canonical.com/~ubuntu-archive/click_packages/" by themself? [20:22] studio_: popey the defaults should be sufficient ubuntu-touch/stable (alias to ubuntu-touch/ubuntu-rtm/14.09) [20:22] i sked, because it is not by default in the images [20:23] u-d-f will pick stable by default [20:23] studio_: no, users do not have to install them from there, because normal people sign up for u1 [20:23] and install from the store. [20:24] studio_: no, you install the terminal and file manager from the store [20:24] and then when there are updates to those apps you can install them too [20:25] popey, normal users (linux-users) don't like a "must" sign to ubuntu one like to android play-store or apple itunes [20:25] AGAIN ubuntu on phones is a phone image, not a traditional ubuntu PC system [20:25] studio_: stop making argumentative assumptions [20:26] sorry, but it is the truth :( [20:27] no it isn't. you are not the one who decides the truth. you do not speak for everyone else. [20:27] studio_: rubbish [20:28] studio_: many _many_ _many_ Linux users use android, and _do_ sign into play store [20:28] studio_: don't project your own personal issues onto others [20:28] all android users are "linux users" [20:28] YKWIM [20:28] i do. others might not ;) [20:29] the truth is personal to every individual much different than facts and this is not a fact [20:30] * sergiusens always remembers that Indiana Jones scene [20:30] i just asked for an alternative download for the "core apps" without a registration :( [20:30] and I gave you one [20:30] bzr branch and build them [20:30] I personally (at my expense) host a mirror which I gave you a link to [20:31] popey, i didn't made that pubic, i thought it is "just for the moment"? [20:32] its pretty public [20:33] plenty of people here use it, and I'm happy for you to use it [20:33] no guarantee it will continue working though :) [20:33] It's running on the end of my cable connection [20:33] another question: the wiki lists the nexus 7 from 2012 (aka grouper) as not supported anymore, but the daily-preinstalled/current/ still contains files for the grouper device. the boot img from there doesn't work though (invalidsize). I'm wondering if anyone knows what's up with that. [20:34] hillbicks: it's not supported any more [20:35] i don't know that the images you are referring to are the phone/tablet images though. i think they are just armhf ubuntu images [20:35] yeah, it's ye olde, and not supported at all [20:36] damn, I'd really like to see ubuntu touch in action. [20:36] buy a bq phone ㋛ [20:36] already did ;) [20:36] \o/ [20:36] <-- not a patient man [20:36] ditto [20:36] my wife complains too [20:36] buy a nexus 4? [20:36] did my phone arrive?.. [20:37] well, hopefully the bq will be here next week [20:37] i just hope that more builds for different devices will pop up in the future. [20:38] probably not on the official image server. but there is a port to oneplus one now [20:38] and another lg phone [20:38] i guess it still runs on nexus 7, so maybe we get community builds [20:40] yeah, i read about the one plus, would be nice to see a step by step guide of how that was done. it is my limited understanding that it should be "relatively" easy to port a working AOSP port to ubuntu-touch, is that correct? [20:40] it doesn't run on the 2012 n7 [20:41] the hardware is the problem [20:41] hillbicks: there's this if you haven't already seen it: https://developer.ubuntu.com/en/start/ubuntu-for-devices/porting-new-device/ [20:42] yeah, I saw that and already worked my way through that but I'm stuck at the app armor kernel patches part. the link is not working === k1l_ changed the topic of #ubuntu-touch to: | Home: http://bit.ly/YEqEfo | Installing: https://wiki.ubuntu.com/Touch/Install | Porting guide (advanced) https://wiki.ubuntu.com/Touch/Porting | Bugs filing: http://bit.ly/1aV9AJG | Nexus Status: http://bit.ly/18kIrhM | Dashboard: http://bit.ly/12AQV53 | Changelog: http://bit.ly/1ljube1 | [20:42] dobey: do you have a link for that info? === avi is now known as Guest26277 [20:43] * popey wonders what changed [20:43] hillbicks: tegra hardware is problematic [20:43] popey: for the 2012 n7? [20:43] the /topic [20:43] oh [20:44] popey: did set it back to what it was after a user removed that. maybe we want +t? [20:44] oh, it was removed? [20:44] i never noticed :) [20:44] oh, ok. because i got the first developer preview running on the nexus 7. strange [20:44] (and i dropped the flashsale announcement since it was outdated anyway [20:44] yeah, there was no topic when i came in half an hour ago [20:44] hillbicks: it's because we switched away from surfaceflinger [20:47] dobey: is it a question of optimization then? [20:48] hillbicks: no, it's lack of drivers [20:49] ahhh tegra [20:50] hmm, ok. last question. where is the place to read up on this stuff? i couldn't find a dedicated place on the ubuntuforums and the xda subsection seems pretty abandoned too. [20:51] well, our builds are based on aosp, so if you want to learn about lower level stuff in aosp, then xda is probably the best place [20:52] beyond that, i guess the porting guide is pretty straightforward [20:53] ok, maybe I'll try my luck again on the weekend when I have some more time on my hands. [20:54] thanks very much for your time! === salem_ is now known as _salem === anpok_ is now known as anpok [21:38] ha, i installed the "com.ubuntu.filemanager_0.4.386_armhf.click" on my device. why isn't that by "default" in the image? its a nice app. [21:49] because it's not useful to 99.99% of users, since there aren't really "files" on the device that you need to manage [21:53] files are old school :) [22:00] * dobey remembers that time he convinced kenvandine that file managers were lame [22:01] studio_: it is in the default nexus 4 image [22:02] because it's a development tool. if lg were going to ship nexus 4 phones with ubuntu on them, the official devices wouldn't have it either on the nexus 4 :) [22:02] dobey, not how i remember it... i convinced you file managers were lame :) [22:03] it's not file managers that are lame, it's the idea of thinking of content as files [22:03] popey, what do you mean with "it is the default nexus 4 image"? [22:03] studio_, it's installed by default on nexus 4 [22:03] studio_: if you had a nexus 4 and not a bq, you'd have file manager (and terminal) pre-installed [22:03] not on krillin [22:03] not sure how else I could say it [22:04] images vary from device to device [22:04] what are you talking about, the sdk? [22:04] kenvandine: no, i'm pretty sure that i was convincing you that we should get rid of nautilus, and build something based on indexing, with interface similar to how WebOS works :) [22:04] no, the image [22:04] the image you flash to the nexus 4, 7, 10, all have file manager and terminal (and other apps) pre-installed [22:05] the bq device has fewer apps pre-installed [22:05] ahh :) [22:05] s/fewer/different/ [22:05] dobey, this we pre-webos :) [22:05] but why? [22:05] pretty sure it has *more* clicks installed by default :) [22:05] studio_: customer requirements [22:05] kenvandine: nope, it was brussles :) [22:05] studio_: bq are selling the device, they determine what goes on it [22:05] it was... [22:06] the pre came out just after the barcelona uds [22:07] hmm, a filemanager and a terminal, is in "my mind", a must have ... [22:07] good for you. then install them if you must have them [22:09] i installed, but i can't believe, that bq don't want to have this for it's users? [22:09] believe it [22:09] it makes total sense [22:09] you don't need to believe it [22:09] it isn't something which requires faith [22:09] it is simple fact [22:10] 99% of the people who use phones don't need a terminal or file manager [22:10] "it makes total sense" ... for sure !?!?! [22:10] yes. [22:10] and you only think you do [22:10] i do not understand that [22:10] You are not a common user. [22:10] But no worries, they're in the store. [22:13] and it's time for pub [22:13] \o/ [22:14] did you read the latest german review about the bq aquari e4.5 and it "connectivity" with windows and apple os? [22:14] oh, popey still hasn't befriended me on untappd though [22:15] i dont use untapped really [22:15] no toast for popey [22:15] heh [22:15] anyway, later [22:16] i never make reviews like that, i explain friends how to use, because i ask here direkt! [22:17] but i also need answers! [22:18] thankfully, you've been given plenty of answers here [22:18] rww, i am happy about, that i get answers here!!! [22:23] for exp. try this: https://static-bqreaders.s3.amazonaws.com/file/Ubuntu-Aquaris_E4_5/Manual_Aquaris_E4.5_ubuntu_EN.pdf [22:24] this is not usefully !!! [22:24] was i banned again? [22:25] again, please read this: https://static-bqreaders.s3.amazonaws.com/file/Ubuntu-Aquaris_E4_5/Manual_Aquaris_E4.5_ubuntu_EN.pdf [22:26] no [22:26] i understood [22:26] this do not hel an ubuntu-user [22:27] http://people.canonical.com/~alan/screenshots/device-2015-03-03-222712.png [22:27] :) [22:27] reading the manual on the phone [22:29] popey, what can you read about the "background" in the manual. it is wrong! [22:29] well, what manual did ever help 100% of the users? [22:29] studio__: what page? [22:29] either its too detailed and 50% of the users is bored after page 2. or its too short and 50% of the users doesnt understand it. [22:30] 62 [22:31] http://people.canonical.com/~alan/screenshots/device-2015-03-03-223104.png [22:31] that one? [22:32] is the background not only the login screen? [22:35] it is the welcome screen, yes [22:37] as i tried to tell you, there is no "background" available in the image, only a cover for the locked screen. [22:43] i converted the normal background image from red into "green" and set it to default, but it only covers the locked screen. [22:43] i dont understand the issue [22:43] studio__: that is what is expected. [22:44] you can only change the lock screen background. there is no other background like a wallpaper on the desktop. [22:45] nhaines: you about? [22:45] please, maybe i am wrong, but show me an background image for the ubuntu-touch device working with its apps [22:45] nhaines: rtmp://jblive.videocdn.scaleengine.net/jb-live/play/jblive.stream play that now, and see you :) [22:46] studio__: you can't currently change the background in apps from system settings [22:47] popey, if background image setting is not working, for what is that option? [22:48] the lock screen [22:48] ya [22:48] this is not a "background", this is a cover [22:49] its behind stuff [22:49] it's a background [22:49] lets not argue over terminology [22:50] ok, maybe i am wrong :( [22:55] so, how to see the "default", red one, background during "wipe" between the apps. since now it is Just a black background? [22:56] ahhh, that background [22:56] i dont think you can set that. we should file a bug [22:57] ok, i think same is wit the camera app, it is also only in "black" in the background [22:58] where is there a background in camera app? [22:59] there is no background during wiping the apps, but the camera app is total black! [23:00] how can i send you a screenshot? [23:02] use imgur.com [23:05] studio__: phablet-screenshot [23:05] k1l_, to make sreenshots over ubuntu-touch is totally outdated, its from 2013, would be nice to get a new how-to before to send to a person/server [23:05] studio__: are you saying the camera doesn't work? [23:06] there are two ways to take screenshots [23:06] phablet-screenshot is not working for me i tried that today [23:06] one is connect a cable and use phablet-screenshot [23:06] the other way is press volume up and volume down at once [23:11] hmmm [23:11] does “Vibrate In Silent Mode” work at all? [23:11] the toggle doesn't seem to toggle the dbus-exposed thing [23:12] hablet@ubuntu-phablet:~/Pictures$ phablet-screenshot [23:12] bash: phablet-screenshot: command not found [23:12] phablet@ubuntu-phablet:~/Pictures$ [23:12] studio__: you don't have it installed [23:12] oh, wait, i'm an idiot [23:12] its a command you run on your pc, not the phone [23:12] * Chipaca resumes his idiocy [23:12] muahhh, how to install? [23:12] :) [23:12] install phablet-tools [23:17] i have to run it on my pc? sorry, for what is the folder "Aquaris E4.5 Ubuntu Edition/Pictures/Screenshots"? [23:18] studio__: didnt you read? you can make a screenshot on the device with pressing volume-up and volume-down together [23:19] sorry :) i got the screenshot ;) [23:23] popey, could you please accept the file transfer? [23:27] i can't [23:27] my irc client doesn't do that [23:28] hmm, you to not use ubuntu xchat? [23:30] no [23:30] upload the pic to imgur or something [23:30] no [23:31] ok. i cant help then [23:31] i am also not using facebook flikr and else ... [23:31] imgur doesn't need facebook [23:32] or any other login [23:32] you can use any picture hoster you like. [23:32] (you could actually have checked this yourself rather than let your paranoia get the better of you) [23:32] i don't understand, where is the "direct" communication, lost in the internet? [23:33] your irc communication is not direct [23:33] you are talking to me via another server [23:33] why not dcc is still working [23:33] i dont use dcc in my irc client [23:34] email is not direct, http is not direct, ftp is not direct. You are delluded. [23:35] popey, " email is not direct" let us give a try ... ;) [23:35] it is not [23:35] wait ... [23:43] studio__: ...? [23:44] weird, where do i find you public gpg-key? [23:45] you're sending me a screenshot? [23:46] http://keyserver.ubuntu.com:11371/pks/lookup?search=0x72177175E7B2067A17B16F70CC7A505B5FBD5E30&op=index [23:46] * popey goes to bed [23:55] thanks for help for today! bbl!