=== howefield is now known as howefield_afk === jamesh_ is now known as jamesh === chriadam|away is now known as chriadam [01:31] is there any event for exiting the application? [01:33] I wan to save some data when my app exits or terminated. is there any way to capture such an event? [01:33] You can hook into lifecycle events. [01:34] Bouncy bounce! [01:36] liuxg_: If you're actually here this time, lifecycle events are what you're interested in. [01:36] RAOF, what are the lifecycle events? could you please highlight? [01:37] liuxg_: But you should really be continuously saving state unless it's super-expensive. [01:38] RAOF, I am trying to capture "Component.onDestruction", which works on the desktop, but it does not work on the phone when the app is closed. [01:39] Yeah, you won't get that on the phone. [01:39] Because you're first SIGSTOPped and then may at some point later be killed. [01:40] RAOF, normally an app is pushed the background, and it is suspended. What about the case when the app is in the foreground? [01:41] * RAOF can never find what he's looking for on the SDK site :( [01:41] liuxg_: You can't close a foreground app on the phone. [01:42] Well, the app can, but there's no standard chrome for it. [01:42] The only UI for closing stuff is going to the switcher and then swiping the app away; once you're at the switcher, the app is no longer in the foreground. [01:44] I know what you want at the Mir level, but urgh our documentation is endlessly frustrating. [01:44] Sorry. === chihchun_afk is now known as chihchun [07:18] good morning [08:15] good morning! [08:42] cking: Ping [08:42] sturmflut2, hiya [08:49] Good morning all; happy Cars Day! 😃 [09:08] hello again [09:13] how the bug reporting using `ubuntu-bug' should work on the phone? [09:14] I tried `adb shell ubuntu-bug unity-scope-click' and after a while I was asked what I'd like to do [09:14] Sleep_Walker: https://wiki.ubuntu.com/Avengers [09:14] you can't use ubuntu-bug on click packages [09:15] and neither `Send report' nor `View report' does anything [09:15] only on debian packages. [09:16] unity-scope-click looks like debian package [09:16] ok, super [09:16] you should probably adb shell, _then_ run ubuntu-bug unity-scope-click. [09:17] OK, I'm doing that now (+ bash -x to see where it hangs) [09:17] (although it works for me) [09:17] aha! [09:17] yeah [09:17] http://paste.ubuntu.com/11667905/ [09:17] less is misbehaving when invoked directly [09:18] please, fix your Avengers page [09:18] adb shell ubuntu-bug unity8 [09:18] ok, will do :) [09:18] thanks :) [09:18] done [09:18] np [09:18] appreciate the feedback [09:19] 👍 === chriadam is now known as chriadam|away [09:20] nice, duplicate [09:22] btw. can I somehow disable security for ADB? It's somehow annoying... [09:23] the fact that you have to unlock the phone? [09:23] use ssh :) [09:23] yes [09:23] Sleep_Walker: "ad shell" has a lot of issues, you can use "phablet-shell" instead. [09:23] Sleep_Walker: http://sturmflut.github.io/ubuntu/touch/2015/05/08/hacking-ubuntu-touch-part-5-adb-shell-vs-phablet-shell/ [09:24] he has a blog post for all occasions [09:24] ssh is good option, I don't have phablet-shelll [09:24] :D [09:24] *phablet-shell [09:24] popey: It's the 5 P's [09:24] popey: "Proper preparation prevents poor performance" [09:25] sturmflut2: that's not the 5p's I learnt [09:25] davmor2: Now you've got my attention [09:26] sturmflut2: "Preparation prevents P*** poor performance" [09:27] you have it short, don't you? ;) [09:27] davmor2: Well, 4 of your 5 P's are identical to mine, that's about 80%, and 80% is about the same as 100%, so yours is identical to mine [09:27] Science! [10:11] barry: hey, do you know if system-image 3.0 got into any other channel than devel-proposed? [10:35] nerochiaro, I commented on https://code.launchpad.net/~uriboni/webbrowser-app/keyboard-navigation/+merge/260183 [10:40] oSoMoN: when you say "recentView" you mean the history ? [10:44] nerochiaro, no, I mean the tabs list view (the id in Browser.qml is "recentView") [10:45] I know the id is kinda confusing, that’s because long term the history view will be part of the same view [10:45] oSoMoN: how do you get there ? [10:45] oSoMoN: it is kinda confusing [10:46] nerochiaro, recentView is supposed to be an aggregated view that has the list of open tabs and the history view, all in one [10:46] that’s the original design for the bottom edge, but it hasn’t been fully implemented yet [10:47] oSoMoN: ah, i tried bottom edge swipe but nothing comes up [10:47] nerochiaro, bottom edge swipe is on touch devices only, on desktop you access it from the drawer menu [10:50] oSoMoN: i feel very stupid but on desktop in the drawer i have history, open tabs, new tab, settings and private mode. which one is the recent ? [10:51] nerochiaro, don’t feel stupid :) "open tabs" is the one you’re looking for [10:52] oSoMoN: ah, very aptly named [10:52] (as I said, "recentView" currently corresponds to the list of tabs) [10:52] allright, so totally ok to get out of there and out of settings with ESC [10:56] oSoMoN: and regarding the way we navigate across tabs, we had discussed this already i think. the tabs model does not keep a list and you can simply set the index of the current one. instead when you set the current one to any index, it gets moved to the top of the list. [10:56] nerochiaro, yes [10:56] oSoMoN: so there is no way to properly navigate in the list, other than "forward" [10:57] oSoMoN: by taking the last tab on the list and making it current [10:57] nerochiaro, are you referring to my comment about the implementation of Ctrl+Tab? [10:57] oSoMoN: yes [10:57] ok, got it [10:59] nerochiaro, I guess that makes sense then, but could you maybe add a comment to explain that in more details? The "navigate to next tab" comment is not really accurate [10:59] oSoMoN: sure thing [11:24] what kernel is running on ubuntufor devices === MacSlow is now known as MacSlow|lunch [11:25] srix, the source comes from android (has to) but it is patched for security (adding apparmor for app confinement etc) and has a good bunch of fixes from canonical [11:25] (well, the latter is true for all supported phones :) ) [11:50] Does anybody know why forkstat shows so much activity even when the phone is locked? -> http://paste.ubuntu.com/11670349/ [11:53] Looks like lightdm tries to start unity-system-compositor in a loop? But why? [11:58] this does not look right === alan_g is now known as alan_g|lunch [12:01] anpok_: Yeah, right? [12:02] sturmflut2: how can I add apps to your wishlist? Fish Fillets (Game), ScummVM (must have adventure game interpreter), GPS status application with detailed info), Simple GPS logger, simple music player with filesystem hierarchy view, StarDict/GoldenDict offline dictionary, Locker (or better to have this in top menu), Synergy or at least VNC, OSM offline viewer? [12:03] sturmflut2: i dont know why this hapens.. you could file a bug with ligtdm/u-s-c or dig deeper... [12:03] *Locker - prevent phone from sleep [12:04] Sleep_Walker: The easiest way is to just tell me, but you can also go the "official" way and create an issue at https://github.com/Sturmflut/sturmflut.github.io/issues [12:05] sturmflut2: are you sure that this isnt just process activity and not fork sys calls? [12:07] anpok_: Let's ask cking, he wrote the tool, but it should be actual calls to fork() and exec() [12:07] hm just reading a documentation about it.. [12:07] so yes looks like syscalls.. [12:08] btw it does not happen for me on mako [12:08] but on screen on it happens [12:08] anpok_: Keeps happening on my bq after I've restarted the phone, on OTA-3.5 [12:09] and it sometimes happen when i interact with the device .. [12:09] sturmflut2, it may be those forks are just handler threads being spawned off - they have a short life span [12:10] some lower level library above libc doing that [12:11] cking: Ah, right, it's just a fork() and no exec(), correct? [12:11] hm ok still interesting.. could be libdbus.. [12:11] i guess it's a thread in a support library that libdbus is using, possibly some callback with a timeout [12:12] sturmflut2: does that happen all the time? [12:12] could you also monitor dbus.. [12:14] perhaps attaching health-check or strace to it will prove to be instructive [12:14] cking: hm why does lightdm show up in the log? [12:14] anpok_: Sometimes it stops for a short amount of time, but in general it happens all the time, yes. And it happens a lot, like multiple times per second. [12:14] anpok_, because a thread is being created that does something and then the thread exits [12:15] cking: so the thread is created inside lightdm?? [12:15] That's what confuses me as well [12:15] anpok_, yep, but probably one of the libraries it uses [12:15] it may be just a timer [12:15] implemented in a crude way [12:15] ah ok so it is rather something inside lightdm [12:16] i was mentally checking through what usc does wrt thread starting/stopping === howefield_afk is now known as howefield [12:21] anpok_, yep, i bet it's a lower level library it is using, normally is something like that [12:22] proabably libglib, it normally is that [12:23] Okay, the lightdm process that shows up as a parent on my phone is currently PID 1763. If I "strace -ttt -y -f -p 1763", I see nothing. [12:24] sturmflut2: if it really tries to start usc again. usc will exit because the mir-socket is still there.. [12:25] anpok_: Yep, I just dropped the command line that shows up into phablet-shell, see http://paste.ubuntu.com/11670740/ [12:25] anpok_: Also note the "Warning: ignoring unrecognised arguments: --vt 1" [12:30] you could try health-check on it, it's like strace on steroids === _salem is now known as salem_ === pat__ is now known as pmcgowan [12:40] cking, anpok_ : I have the feeling that forkstat doesn't tell me what I think it does. "health-check -p lightdm" doesn't show any calls to fork() or clone(), and when I set a filter to "sys_fork", "sys_clone" and "sys_exit" with ftrace, lightdm doesn't even show up in the output. According to ftrace the only processes at "fault" are unity-system-compositor, unity8-dash and unity8 for using clone() to create short-lived [12:40] threads. [12:40] (at least that's what I can tell with my capabilities) [12:43] sturmflut2, what device are you using? [12:43] cking: bq Aquaris E4.5 [12:43] ok, lemme have a peek once I reflash it === chihchun is now known as chihchun_afk [12:44] forkstat only reports what the kernel sees, not sure how that gets picked up when procesesses are very short lived [12:46] bah, phone is flat, gimme 30 mins while I pump it with charge === tvoss is now known as tvoss|test === tvoss|test is now known as tvoss === marcusto_ is now known as marcustomlinson [12:49] cking: I think the "fork $PID child" and "exit $PID" messages are correct, but the "fork $PID parent" ones don't make sense. Why does parent "lightdm" create a child called "unity-system-compositor"? Without a call to exec()? [12:50] yeah, that sounds wrong [12:50] The example on http://kernel.ubuntu.com/~cking/forkstat/ looks much more consistent in that regard [12:51] Let's dig deeper... [12:51] sturmflut2: that --vt 1 thing does not hurt.. [12:52] 09:42:49 fork 19268 parent /bin/sh /usr/bin/lesspipe [12:52] 09:42:49 fork 19269 child /bin/sh /usr/bin/lesspipe [12:53] cking: That's what I would expect [12:53] this means "proceess 19268 is the parent, it is /bin/sh /usr/bin/lesspipe", and "process 19269 is the child, child is called /bin/sh /usr/bin/lesspipe (for the moment)" [12:54] cking: Yep, that's what I would expect, both should have the same name after the fork() [12:54] can you point out the exact two lines that are the issue === alan_g|lunch is now known as alan_g [12:55] 13:49:18 fork 1785 parent lightdm [12:55] 13:49:18 fork 22383 child unity-system-compositor --disable-overlays=false --spinner=/usr/bin/unity-system-compositor-spinner --file /run/mir_socket --from-dm-fd 9 --to-dm-fd 13 --vt 1 [12:57] ok, i'll git into that in a moment [12:58] sturmflut2, OK, I can reproduce this, I'll debug it now [12:59] cking: \o/ [12:59] sturmflut2: 12:58:55 fork 1468 parent lightdm [12:59] 12:58:55 fork 4482 child unity-system-compositor --disable-overlays=false --spinner=/usr/bin/unity-system-compositor-spinner --file /run/mir_socket --from-dm-fd 10 --to-dm-fd 13 --vt 1 [12:59] 12:58:55 exit 4482 0 0.001 unity-system-compositor --disable-overlays=false --spinner=/usr/bin/unity-system-compositor-spinner --file /run/mir_socket --from-dm-fd 10 --to-dm-fd 13 --vt 1 === tvoss is now known as tvoss|test [12:59] ps -ef | grep 1468 [12:59] root 1468 1 0 12:57 ? 00:00:00 lightdm [12:59] root 1496 1468 1 12:57 ? 00:00:01 unity-system-compositor --disable-overlays=false --spinner=/usr/bin/unity-system-compositor-spinner --file /run/mir_socket --from-dm-fd 10 --to-dm-fd 13 --vt 1 [12:59] root 1575 1468 0 12:57 ? 00:00:00 lightdm --session-child 10 16 [12:59] root 4831 3752 0 12:59 pts/43 00:00:00 grep --color=auto 1468 === tvoss|test is now known as tvoss [13:01] sturmflut2, so pid 1496 has a parent 1468, which is lightdm according to ps, and that's the kind of fork/exec activity I'm seeing with forkstat [13:04] cking: Let me think for a moment [13:10] Argh, I think I know what's happening [13:14] cking: the Process Events Connector plugs into do_fork() in the kernel, and do_fork() is called by *both* the fork() and the clone() syscalls. But they apparently never added a PROC_EVENT_CLONE message, instead a call to clone() generates a PROC_EVENT_FORK message [13:16] jgdx, do you/Ken have plans for u-s-s in vivid-overlay? [13:16] cking: if you do an actual fork(), the parent_pid is that of the calling process, the child_pid is a newly allocated one, and the child is a copy of the parent, so the cmdline is the same [13:16] jgdx, landing wise I mean [13:16] jgdx, I would like to backport a few wily fixes now that vivid is open again, don't want to conflict with your apn work or whatever is in silos though [13:16] not sure if those are for testing or landing [13:16] cking: But if you do a clone(), the parent_pid is that of the process which initially forked() the calling process [13:17] sturmflut2, oh, that expains it, urgh [13:18] cking: So lightdm actually called fork() and exec() to create unity-system-compositor as a child in the very beginning, but unity-system-compositor later goes and calles clone() to create a thread, and at that point everything goes wrong === MacSlow|lunch is now known as MacSlow [13:19] which means forkstat is a bit fatally flawed on the clones, urgh [13:19] seb128, funny you should mention it, I'm trying to coordinate this here https://docs.google.com/spreadsheets/d/1F6eKzwpobzoAW1JyvFt_nacFltQiIMCniA793F1z2Lc/edit?usp=sharing [13:19] cking: Yep, and it also explains why I didn't see anything with strace and why ftrace painted a completely different picture [13:20] ok, well that's great you spotted that, I completely overlooked that :-/ [13:20] jgdx, oh, there are more I want to backport ... let me set up a few mr and add them to the table then ;-) [13:20] seb128, I just started. :) Perfect! [13:21] Tassadar: it hasn't yet. i'm waiting for someone to actually request it in another channel [13:21] cking: I'm actually happy that I apparently know enough about Linux to have spotted this. Now maybe we can find a solution. [13:21] barry: good, thanks [13:21] hope I didn't break the other channels with my updates actually, heh [13:21] probably not though [13:26] cking: I think the error is here, https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/kernel/fork.c#n1595 , where it calls proc_fork_connector() without any distinction between clone() and fork(). And then https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/connector/cn_proc.c#n67 goes and builds a PROC_EVENT_FORK message in both cases [13:28] sturmflut2, yep, that's what I was just looking at - however, I'm debugging a firmwar eblob issue at the moment so I'm finding it hard to follow mutltiple debug threads at the moment [13:29] i wonder if the semantics have changed or it's always been broken [13:30] cking: no problem, let's defer the discussion. I still have to write about your other tools ;) [13:30] sturmflut2, I'll have a think about the issue and see if I can figure out a workaround [13:31] unfortunately, this kind of stuff with short lived processes is inherently racy when getting info from /proc === howefield is now known as howefield_afk === chihchun_afk is now known as chihchun [13:47] seb128, ~ubuntu-branches/ubuntu/vivid/ubuntu-system-settings/vivid is what we target, right? [13:48] jgdx, no [13:48] jgdx, lp:ubuntu-system-settings/15.04 [13:48] jgdx, https://code.launchpad.net/~system-settings-touch/ubuntu-system-settings/15.04 [13:48] okay [13:51] seb128, why is that changelog so different? [13:52] jgdx, which one? [13:52] for the branch you just linked to [13:52] different to what? [13:52] jgdx, http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/15.04/view/head:/debian/changelog [13:53] seb128, from that. Thanks [13:53] jgdx, vs http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/view/head:/debian/changelog [13:53] jgdx, I'm unsure to understand the question :-) [13:53] seb128, no debian changelog here http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/15.04/changes [13:53] was just wondering why [13:54] jgdx, ? http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/15.04/revision/1416 [13:54] vs e.g. https://code.launchpad.net/~ubuntu-branches/ubuntu/wily/ubuntu-system-settings/wily [13:54] oh, changelog is autogenerated by the ci bot [13:54] not manually commited [14:01] Aquaris E5 lists "Video formats: .avi, .mkv, .mov, .mp4". Good to know what containers i can use...but what VIDEO formats does it support now [14:02] utack, sturmflut2 has made a list of supported codecs recently [14:02] do you know where? [14:02] utack: http://sturmflut.github.io/ubuntu/bq/2015/05/31/hacking-the-bq-part-3-supported-media-plugins-and-codecs/ [14:02] utack: at the bottom [14:02] there :D [14:02] thx [14:03] I KNEW this would come in handy at some point [14:03] haha [14:03] good thing you are doing aquaris job there [14:07] sturmflut2 do you know if it has hardware support for some codecs, like h264? [14:07] webm and vp* are probablly decoded in software? [14:09] utack: The current OTA-3.5 software release for the Aquaris E4.5 decodes H.264/AVC, DivX, H.263, MPEG-4, Sorenson H.263.1 (s263) and Xvid in hardware, through the Android drivers. All other video codecs, and *all* audio codecs, are currently decoded in software. On the E5 it's most likely the same [14:11] utack: Actually the MediaTek hardware can do VC1 and VP9 in hardware, and the Android drivers are there, but the Ubuntu side is missing as far as I know [14:11] * sturmflut2 looks at jhodapp [14:11] not bad, didn't expect that from mediatek [14:11] don't think qualcomm gives a crap about vp9 and vc1 [14:12] seb128, could we do one silo for all of those in the spreadsheet? [14:12] do you have anything to add there? [14:12] jgdx, I'm mp-ing vivid changes atm, not sure if you got the emails [14:13] jgdx, but yeah, that was my idea, flush the backlog in a "backport fixes" landing [14:13] sturmflut2 - i notice you were doing some baytrail linux stuff, did you ever get the wifi working, or know anyone that did? [14:13] utack: At least some of the Qualcomm chips do VC-1 and WMV-9 in hardware [14:13] ok [14:13] seb128, k [14:14] well tbh h264 is perfectly fine, since the soc vendor already paid the fees and x264 is a really good encoder, but longterm it would be great to shift to free codecs [14:15] jgdx, https://code.launchpad.net/~system-settings-touch/ubuntu-system-settings/15.04/+activereviews [14:16] MiW: I never got my tablet far enough to actually care about the WiFi, usually it crashes or freezes because of other issues. SĂ©bastien Bourdeauducq (sb0) over in #m-labs apparently got WiFi working with the right firmware file for the Broadcom chip [14:17] seb128, done [14:17] brillant thanks for the tip [14:17] jgdx, thanks [14:18] sturmflut2 cking: re, what was the result on the forks? Was that a wrong output of the tool or does lightdm really attempt to restart u-s-c frequently or (less frequently depending on the lucky device)? [14:18] seb128, okay, I'll start mping as well [14:18] anpok_: The kernel sends the "wrong" netlink messages to forkstat [14:19] anpok_, looks like a feature in the way sys_clone is wrong ^ [14:19] ok [14:19] but we know that lightdm on sturmflut2s bq shows awkward activity for some reason~ [14:21] jgdx, which ones? [14:22] jgdx, I'm doing the locale compare and dash security [14:24] anpok_: No, that was a "false positive", lightdm doesn't do anything wrong. [14:24] oh [14:25] anpok_: unity-system-compositor, unity8-dash and unity8 create a couple of short-lived threads per second, that's all [14:25] i was curious because I never saw that when the screen is off [14:27] anpok_: To be exact, those three processes spawn threads exactly every 500 milliseconds each [14:29] Hi, do you know the release date of desktop convergence, and if it will work on a Nexus 4? [14:31] Z3: the first device with Convergence will be released by bq somewhere towards the end of the year, some say in October. [14:31] yes, no. [14:31] jgdx, k, I'm done with the backports I wanted to do, I'm unsure about the other ones from Ken [14:31] well, yes, maybe [14:32] sturmflut2 ok. And a las question: what's the release date of a Ubuntu Touch tablet with convergence? [14:33] jgdx, I'm happy to put that stack in a silo if you think we are good with those [14:33] Z3: I don't think we have any info on that. Maybe the announced bq device will be a tablet, who knows [14:33] sturmflut2 ok, thank you very much :-) [14:36] seb128, I got those from the backlog. Not sure they are all of the backports [14:36] jgdx, https://code.launchpad.net/~system-settings-touch/ubuntu-system-settings/15.04/+activereviews has the stack [14:40] Sleep_Walker: I added all your app suggestions to the next iteration of my list, which will be published in about three weeks. The dictionary app already exists I think, https://uappexplorer.com/app/knowndict.benyfu [14:41] thanks for tip! [14:41] Sleep_Walker: and popey is going to have ScummVM up and running in a couple of days :) [14:42] mcphail: What?!? [14:42] sturmflut2: do you actually have a schedule on when you update the posts? [14:42] hahah [14:42] popey: any progress? :) [14:42] nik90: I do now, the target is to publish at the end of every month [14:43] mcphail: not touched it since we last looked at it [14:43] may 22nd according to my log [14:43] popey: just wanted to check. Have my finger poised over the buy button on gog.com [14:43] hah :) [14:44] hum [14:44] I think I bricked my phone [14:44] bq aquaris 4.5 ubuntu edition [14:44] hold down the power button for longer than you think you need to [14:44] almost always fixes it :) [14:44] 10s plus [14:44] it reboots alright, only I can't reach recovery mode anymore [14:45] it boots into this after the operator logo: http://www.androidguys.com/wp-content/uploads/2014/04/Samsung-Grand-hard-reset.jpg [14:45] tried to flash it with android [14:45] oh [14:45] cant help there [14:45] Bargh, I wanted to also do a "My favourite new apps" article every month, but there are now so many updates to the app store that I have a hard time keeping up [14:45] I can't believe a phone from 2015 can be brickable [14:46] lol [14:46] Silex: m( [14:46] still goin on about that [14:46] Silex: not convinced it's completely bricked, but we don't really support android here ㋛ [14:46] try #ubuntu-touch [14:46] ROFL [14:47] this is just goin around in circles [14:47] screwsss: what are you after? [14:47] the latest build of ubuntu [14:47] sturmflut2: too many apps is surely a good thing? [14:47] screwsss: for what device? [14:47] windows [14:47] popey: You can actually *really* brick it if you try to flash Android on it, just kill the Preloader and that's it [14:47] screwsss: troll better [14:48] sturmflut2: okay, so it is brickable. Probably what I did then [14:48] do i need to be a linux expert to be able to comfortably use unbuntu [14:48] it's a shame because there *is* some kind of bootloader, only that /dev/ttyACM0 isn't talkable long enough when I plug the phone [14:48] is there an efs partition on those phones similiar to samsung phones? [14:49] wow, that animation definitely doesnt exist on the phone by default [14:49] where did you get the recovery from ? [14:49] ogra_: the BQ Aquaris 4.5 android edition [14:50] it's the same hardware [14:50] we dont ship with android though [14:50] yes, but different partitionin and some minor HW diffs (screen etc) [14:50] figured it would be easy to "just put android on it" [14:50] ooooh [14:50] then I'm fucked indeed [14:50] you need to use the flash tool that bq provides [14:50] contact bq, they may be able to help [14:50] the boot partitions including recovery are the same [14:51] just the system partitions are differently sized [14:51] ogra_: the windows tool? alright yeah let's give it a try [14:51] I just need to install a windows box :( [14:51] their flash tool actually flashes on a low level and re-writes the partitioning [14:51] ogra_: shame we can't do the same on linux [14:51] and virtualbox USB support isn't there yet [14:51] Silex: The SP Flash Tool is available for Linux somewhere [14:51] Anyway, that gives me hope. Thanks! [14:52] sturmflut2: it keeps getting better :) [14:52] * Silex googles [14:52] bq should put a big warning label on those downloads [14:53] i dont think there is actually a way to brick the phone if you dont do overly insane things like dd'ing /dev/zero into the disk [14:53] you should always get to some fastboot mode [14:54] ogra_: "Some people on the internet" apparently actually did it, they flashed the wrong stuff with the SP Flash Tool and then the preloader was corrupt. [14:54] ogra_: that's what I thought too but I booted into fastmode alot of times before flashing, and now it just doenst' work. Only reboot does. I'll try flashtool.net [14:55] sturmflut2, right, thats about the same level as dd'ing /dev/zero into your MMC [14:57] ogra_: But the SP Flash Tool has a fancy GUI and can be downloaded from the bq website. Actually bq offers it as the "default" way to do a hard reset, so people probably get the impression that it's safe in all cases [14:57] yeah, it sadly has some risky buttons [14:59] what is mir in laymens terms [15:01] i thought re-paritioning a phones main memory could really fuck it [15:01] well, the images have fixed partition tables that are actually created for that specific device [15:02] so Silex is in the clear? [15:02] ogra_: At the very end the phone is unbrickable, right, even if you zero the eMMC flash. MediaTek SoCs have a small internal ROM with a minimal bootloader that is executed before it boots from flash and initializes the hardware, and if you open the phone there apparently are some JTAG connections on the circuit board which can be used to flash the eMMC. [15:02] ogra_: But that's most likely a case for customer support then [15:02] indeed, but that requires some more HW effort :) [15:03] screwsss: I have more hopes than before but I think there's still little chance of really recovering it [15:04] try it [15:04] yeah, when at home I definitly will [15:04] just do it. dont let your dreams just be dreams [15:04] obv you have nothing to lose [15:04] so whats this mir business [15:05] screwsss: It's basically the thing between your applications and the graphics drivers [15:06] sturmflut2, ogra_, popey: thanks! [15:06] np [15:06] good luck ! [15:08] cking: Is power-calibrate usable on the E4.5? [15:09] sturmflut2, I'm not 100% sure, I'd avoid that one if possible [15:09] it's Work-In-Progress [15:11] cking: Okay, it would have been a major change to my setup since it needs the device to discharge the battery, and all my communication goes over USB, which automatically charges the battery [15:12] sturmflut2, I've not 100% ensured it produces reliable answers, so it's not production quality yet [15:12] cking: I guess the same applies to powerstat? [15:12] sturmflut2, powerstat is OK-ish, as long as the battery is linear-ish, which is may not be [15:13] and it's only useful on bigger devices, like laptops [15:13] *note* [15:14] cking: I really appreciate the effort you put into your man pages BTW [15:14] sturmflut2, thanks, I try to make them useful, rather than "minimal" === chihchun is now known as chihchun_afk [15:33] * sturmflut2 already loves smemstat [15:40] sturmflut2: that did not explain it well for me but neway [15:40] anyways [15:41] screwsss, it is a display server ... it also has its own IRC channel in #ubuntu-mir [15:43] screwsss: Your applications want to draw something on the screen, and the graphics drivers know how to draw things on the screen, but you can't allow every application to directly access the graphics drivers. That would end in chaos. You also want additional features like window management, you want to switch between applications and so on. So you need a component between the applications and the graphics drivers that does [15:43] all this advanced staff. [15:43] screwsss: https://en.wikipedia.org/wiki/Display_server [15:43] screwsss: The Wikipedia page even lists Mir [15:43] s/staff/stuff/ [15:44] ah i see [15:46] (From the live Q&A) Okay, no news on an official Ubuntu tablet :/ So the first device with Convergence will really be a phone? [15:48] sturmflut2, yes [15:49] cheers sturmflut2 [15:49] any idea why QGSettings::set would cause a segfault? (parameters are correct) [15:50] it looks like something goes wrong inside qgsettings logic, but gdb doesn't want to cooperate atm [15:51] ogra_: Well, I suppose there are some SoCs available on the market which are really powerful enough to run a full desktop [15:51] sturmflut2, sure, no idea what the HW specs will be, i would expect a small netboot setup [15:51] *netbook [15:53] hey we had a full desktop running on n4 a few years ago, you'd be surprised how well it worked I think (and thats with a pretty old soc) [15:54] yeah, but not for day to day work [15:54] you want something more powerful and definitely more ram [15:55] (i guess the CPU would actually be okayish even, but for running a desktop (at the same time as your mobile UI) you want enough spare ram to still run apps like LibO) [15:56] cwayne: Probably depends on the type of application. I can imagine that window management and some graphics stuff is actually quite fast, because you can offload lots of things to the GPU, but all ARM SoCs out there are extremely limited when it comes to memory. I never understood why they put eight or more cores in a SoC, but at the same time can't even add a second memory controller, and some SoCs still don't even support [15:56] DDR3 memory at "regular" speeds [15:57] ogra_: we had a few people using it for day-to-day work actually (a couple people IIRC) [15:57] but yeah, it could be so much better with more ram and better cpu's now :) [15:57] just saying it's not that much of a stretch === tvoss is now known as tvoss|dinner [16:08] Even the MT6592 in the MX4 only has a single, 32-Bit wide DDR3 channel at a maximum clock of 667 MHz. Shared between GPU and CPU. That's less than half the memory bandwidth most netbooks have, and those are usually barely usable as a desktop. === fgimenez_ is now known as fgimenez [16:09] A full-blown Firefox or LibreOffice might be less than happy with that. [16:09] But it forces people to optimize their stuff ;) [16:11] cking: I did some tests, is it correct to assume that smemstat will also count the code segment as "shared" if the same binary is running multiple times? [16:12] sturmflut2, that is how I interpreted the shared mem stats that I get from the /proc interfaces [16:13] note that these values are instantaneous and are subject to variability [16:13] 667MHz memory should be fast enough for running LibO provided you have enough of it... [16:13] cking: I think the logic is correct like this, just wanted to confirm [16:14] ack [16:14] JanC: ...and if the memory bus actually has the full width [16:15] JanC: mobile devices have buses 32 bits wide, your usual PC or notebook uses a 64 bit wide bus, and the PC has two or more buses [16:16] JanC: So the frequency alone doesn't say anything, the memory bandwidth of a phone SoC is at a fraction of that of a full-blown notebook or PC [16:17] sturmflut2: I would rather worry more about browsers than about LibO really [16:18] JanC: In the end everything has to run well enough [16:19] But we're getting there [16:20] Just a couple of years ago we were always yearning for the next, faster device, and now I'm using a notebook from 2012 and don't even really notice most of the time [16:28] sturmflut2: if you have a moment, can you try "dont crash" from the store on your device? [16:29] popey: Oh, is there a new version? [16:29] ya [16:29] should work now [16:29] \o/ [16:30] What was the problem? [16:30] i had some inconsistencies in my html5 manifest file [16:30] not looked at it for a while then came back to it with fresh eyes [16:31] wanted to get it working then will add features after [16:31] Uuuuh, it actually does things! [16:31] oh my [16:31] ...and I instantly crashed the cars. [16:31] \o/ [16:32] 8 is about as high as I can go [16:32] old man with poor reactions :) [16:33] Works perfect on my E4.5, fluid and everything [16:33] And I already hate it more than I have ever hated flappy bird [16:33] haha [16:34] I didn't write it btw, I licensed it, but have the code so I can modify it. [16:40] sturmflut2: thanks for pimping it :) [16:40] popey: ...just using my social media overlord status for a good cause. [16:42] Silex phone alive again? === alan_g is now known as alan_g|EOD [17:22] Hi! How can i ssh to my Ubuntu phone ? [17:24] nvm, found ogra_ on askubuntu [17:32] sturmflut2, i've figured out a workaround by fetching the processes' tgid and ppid and working things out from that extra state info === howefield_afk is now known as howefield === oSoMoN_ is now known as oSoMoN [18:07] hi [18:09] did someone here tried the "new" flash-tool" for the bq E4.5/E5 that bq made public for ubuntu? [18:11] http://www.mibqyyo.com/descargas/2015/05/22/herramienta-flash-tool-ubuntu/ [18:12] what files need to be set to 775 after extracting the zip? === tvoss|dinner is now known as tvoss === tvoss is now known as tvoss|dinner [18:20] nobody here? [18:21] yes [18:22] ah, ok :) [18:22] studio_: haven't used the tool, but there is a HOWTO linked on the page you posted [18:22] I have no need for such a tool. [18:23] mcphail, did i missed something? where? [18:24] i think the ZIP is made under windows [18:24] studio_: http://www.mibqyyo.com/articulos/2015/06/01/installation-process-ubuntu-android/#/vanilla/discussion/embed/?vanilla_discussion_id=0 [18:27] mcphail, did you compared the how-to with the zip? [18:27] studio_: no. I have no interest in the tool [18:28] studio_: and the HOWTO would put me off trying it for fun [18:38] was wondering, because another mtk flash-tool was working here on ubuntu 14.04 without problems ... [18:41] are there some news about dekko and storing offline emails? [18:42] Okay, the first image has hit the ubuntu-touch/stable/meizu.en/arale channel ;) [18:43] first? [18:43] on this channel it's the first [18:43] m75 got also a git [18:44] studio_: The github repository that Meizu uploaded their kernel to? [18:44] https://github.com/meizuosc/m75 [18:45] studio_: Ah, the one where important parts like the Preloader, Little Kernel etc. are missing [18:46] studio_: about dekko. if you ask nicely on https://answers.launchpad.net/dekko i am sure the developers will answer about the state and plans. at least they did for my question. [18:47] studio_: but keep in mind that when you try to push the developers with your annoying methods, they will not listen to you anymore. "der ton macht die musik" [18:48] k1l_, i know, i am just comparing ... [18:52] k1l_, i'd like to change back from android to "ubuntu", but "in the moment" i cant see an advantage. i think, it (ubuntu touch) needs more time .. [18:53] cking: Nice work on forkstat! I'll have to look at the git diff tomorrow and see how you worked around the issue :) [18:54] SturmFlut, do you own the specs from the meizu ubuntu phone? is it a mt6595 or mt6595"t"? [18:55] studio_: it one that rings, you answer it and then hang up you know a phone :P [18:57] davmor2, i never talked about a "phone" i always talk about an handheld pc or pda [18:57] studio_: the MX4 is listed with up to 2.2 GHz CPU clock, so it is most likely not the "T" (Turbo) variant, that one clocks up to 2.5 GHz [18:57] thanks [18:57] studio_: you said "meizu ubuntu phone" [18:58] i have the android mx4, not the ubuntu one [18:58] LOL!!! [18:58] but assuming they're the same, it's an MT6595 [18:58] according to /proc/cpuinfo [18:58] dunno if you can believe that or not [18:59] k1l_, studio_: also, there is #dekko for questions about dekko :) [19:00] popey, i beleve, that there is no ubuntu phone, in the moment, with an mt6595(T) or 6795 [19:01] technically right now, there is only one ubuntu phone :D [19:01] popey: technically 2 on sale :P [19:02] popey, one of the biggest mistake for meizu is the missing external storage. [19:02] davmor2: or 3 [19:02] studio_: don't buy one if it doesn't fit your needs then [19:02] studio_: most phones don't have external storage [19:03] dobey, davmor2, we are not talking about iPhones [19:04] the bq e4.5 han handle 64gb sd card without problems, for exp. [19:04] han=can [19:05] studio_: apparently we're not even talking about phones [19:05] doesn't meizu got like 32+ gigs onboard memory? [19:05] dobey, "you" are allways talking about a phone, and it is not a server ... not me. [19:06] tathhu: my nexus5 does. i'm sure the mx4 can be bought with 32GB storage too. i don't know if it has 64GB [19:06] studio_: yes, the ubuntu phone image builds are not server images [19:06] but let me know when you have a petabyte of raid storage with the sd card slot on a phone [19:07] dobey: yeah, I have no idea either [19:07] dobey, come on, please compare the bq E4.5, for exp., with the rasperry pi ... [19:07] lol, not this again [19:08] lol, does that mean what ubuntu touch can handle in the moment? [19:09] there is no ubuntu touch. there is only ubuntu. the retail phone image for bq e4.5 is not a server image. it is a retail phone image. [19:09] if you wish to create a custom ubuntu image for your phone to run it as a server, feel free to build one [19:09] that didn't answered my question [19:09] you didn't ask a question, you are trolling. [19:10] ok, if "you" mean, i like to do trolling, but ask yourself ... [19:11] your questions have all been answered, many times. if you have no new questions, then please don't keep asking the same repetitive things. you are clearly looking to illicit a certain response by doing so. stop wasting everyone's time [19:12] studio_: Google prefer device vendors to not have external sdcard as it forces users to use more online storage and services hopefully from google making them more money in the process, all the nexus devices have no sdcard nor now does the samsung galaxy s6 range pretty sure that acer and asus tablet never have had either and you'll see more vendors follow suit. [19:16] dobey, that means, i'll never get an direct answer here in #ubuntu-touch an i have to wait what user/costumers write about the themes ... davmor2, i don't care abaut google! i am using normally symbian and android is "no go" for me. [19:17] studio_: 90% of symbian device don't have external sdcards so that argument doesn't wash either :P [19:18] davmor2, on symbian i have no problem with my imap emails to read them offline [19:19] studio_: you've been given many direct answers. you're unwillingness to accept them has nothing to do with the answers not being given [19:19] studio_: this channel isn't the place to report dekko bugs. they have a bug tracker for that app [19:19] studio_: lets not do this all over again [19:20] dobey, popey, i see future problems, but you are not willing to see them too :( [19:21] studio_: not true [19:21] studio_: we just don't go on and on and on and on about them [19:21] i am very good at seeing problems and complaining about things [19:22] don't we know it :) [19:23] popey: dobey: excuse while the master of issues steps on your toes and then complains like hell about you being in his way [19:23] but i try to phrase them in objective and technical manner, and by filing bugs or merge proposals, rather than asking indirect questions repeatedly that have already been answered a hundred times over. [19:24] popey, what about these adapters, usb to vga/dvi/hdmi = displaylink, are they working on "mobile devices"? [19:24] dunno, I don't own one [19:25] but I expect not initially [19:25] so, what does a "convergence device" mean? [19:25] *sigh* [19:25] "something not currently on the market" is what it means [19:27] dobey, so why do you always talk about "ubuntu", if the mobile device can't handle simple "drivers"? [19:27] chances are those devices don't work yet under Mir [19:27] its not simple drivers [19:27] there's more to it than that [19:27] ah,, so the problem is "again" mir [19:28] the problem is that you are expecting things that have been announced as being available sometime in 2016, as working today [19:29] beyond that, there is no real "problem" in what you are asking about. even all those random usb devices don't work with all android phones. [19:33] dobey, as i said, android is a "no go" os. [19:34] missing the point [19:34] no [19:34] i am on debian, aren't i? [19:35] display link drivers exist but they work with drm [19:36] uch? drm? why? [19:36] this isn't #debian, no [19:37] there is also a pure fb driver .. but in both cases you would make an extra turn to get buffer content there [19:37] so in general.. no it wont work right now.. [19:38] but patches are welcome [19:38] anpok_, i never thought about drm on an handheld pc ... [19:39] something to do with libhybris/stuff? [19:42] tathhu: hmm no.. it mostly means that you have another drm device not capable of rendering.. but capable of page flips/plane configuration.. so you need to find an efficient way to get the content from the android native buffer there [19:43] hmm ok so maybe libhybris stuff.. but I dont know [19:47] anpok_, i never researched more about that drm-stuff, but for example, my dvb-s2/c2 recivers an handle recording the streams as pure "ts" (mpeg2/4) same is on kodi with android. but "ubuntu touch" can't handle these streams. so will it be protected by drm, same as LG and Samsung made? [19:49] studio_: port kodi to ubuntu touch and then we can support ts streams [19:50] http://www.omgubuntu.co.uk/2015/06/new-5-inch-ubuntu-phone-goes-on-sale [19:51] popey, needs https://github.com/smspillaz/xbmc/tree/mir-gsoc-1 first (i was looking into porting kodi to snappy recently) [19:51] hah, i was literally just looking at that :) [19:51] studio_: uh.. drm is direct rendering manager.. but I guess that doesnt matter much for the discussion [19:52] hm i thought we just need a revamped tv mode for unity? [19:52] popey, i think you missunderstood me. ubuntu (touch) is able to grap the stream. the stream is delivered my an m3u. the problem is the media-player. [19:52] anpok_, that still needs a backend :) [19:53] youtube scope will do [19:53] studio_: right, so android works _with_ kodi installed, ubuntu touch _doesnt_ work without kodi installed. This seems entirely expected. [19:53] studio_: that has nothing to do with drm i think [19:53] popey, with wget .... i think you can grap the stream, or not? [19:54] popey, how do you install kodi ? we simply dont have kodi for ubuntu, period [19:54] Everyone is missing the point [19:54] (on phones that is) [19:54] studio_ claims android can do something ubuntu cannot [19:54] popey: ikr [19:54] claims ubuntu is the problem here [19:55] yet android can only do this magic because it has kodi available [19:55] exactly [19:55] ergo, if ubuntu had kodi we could do the same set of features [19:55] dobey, you should read about drm, Samsung, LD and USB-Recording, this is NOT PVR [19:55] LG [19:55] studio_, for hardware-accelerated mpeg2 stream decoding, you might want to have a look at the media compat layers in hybris, they expose all the hw accelerated codecs that android offers [19:56] studio_: you should read about direct rendering manager, i guess, as it's what anpok was talking about earlier, and not digital rights management. [19:56] ie, drm according to the linux kernel [19:56] dobey, which is very likely not supported on android ;) [19:56] studio_, ^ [19:56] heh [19:57] Hey folks proud owner of new ubuntu phone as of today :) [19:57] yay ! [19:57] dobey, i was reading a lot about "how to grab the direct mpg/h.264/h.265-stream" [19:57] \o/ [19:57] studio_: and for the record, i've read the actual oma-drm spec before. so i've read plenty on digital rights management too [19:57] Colbyfttp, congrats ! [19:57] Colbyfttp: thank you. [19:58] studio_: if you get an m3u playlist, then parse the m3u and get the url from it [19:58] Lol cheers [19:58] studio_, so how does drm related to hw-accelerated mpeg2 stream decoding here? just google'd a little bit and it seems that kodi does not handle drm-protected streams at all (e.g., http://kodi.tv/addon-spotlight-hdhomerun-live-tv/) [19:58] studio_, do you have a reference to how kodi handles drm streams handy? [19:58] dobey, what broadcast are you using in your home? [19:59] tvoss|dinner: i think studio_ is confused between kernel drm and video content drm [19:59] studio_: if your problem is that you can't pass that url to media-hub and have it work, then file a bug against media-hub and either wait for it to be fixed, or help fix it yourself [19:59] popey, maybe, but even if so: kodi certainly does *not* support drm on Linux ;) [20:00] heh [20:00] s/Linux/Android/g [20:00] obviously ;) [20:00] obv [20:00] studio_: i don't watch live television, because i am not paying the cable company a monthly rental fee for a set top box that i don't want/need [20:00] dobey, i do not need to "file a bug". so what media broadcast are you using, icecast? [20:01] i'm not "broadcasting" anything [20:01] Thats alright for you in the UK you have to pay period [20:01] But its not a tax lol [20:01] not if you dont watch it live :) [20:02] Lil does the 2ND lag count [20:02] lol [20:02] dobey, so how do you receive transmissions (TV/Radio) from the intranet/internet to you ubuntu touch device? [20:03] you mean on my nexus 4? i don't. [20:03] i don't care, i need an answer [20:03] ... [20:03] sounded like one [20:04] youtube [20:04] soundcloud [20:04] studio_: please, enough of this. [20:04] i hear podbird works pretty decently for podcasts too [20:05] vimeo too [20:05] studio_: you're really making this a much less friendly place than it usually is. [20:05] * lotuspsychje hides [20:05] popey, sorry, but did you get the point? [20:05] Your points seem to wander around all over the place [20:06] and have been raised way too many times. [20:06] We _know_ what the platform is missing [20:06] (Pointless me saying this as I have said it before) [20:06] i have a tungsten scribe. it has a very sharp point [20:06] We are aware of the limitations. [20:06] To keep coming in here and poking us about it, doesn't actually help anyone, at all. [20:07] mzanetti: https://www.youtube.com/watch?v=DyparTA5VCg usb keyboard demonstrated with reminders ㋛ [20:08] popey, the limitation is ubuntu touch (MIR) under ubuntu i have no problems with that, also under debian and an simple raspberry i can handle that. [20:08] popey, but its not a real IBM-M model ... fake !! [20:08] haha [20:08] * popey looks for a ps/2 port on his phone [20:10] so, nothing will be changed? [20:10] studio_: does your bq phone have the raspberry pi logo molded into the plastic? [20:10] popey: can I get your opinion on a post? [20:10] ahoneybun: sure [20:10] studio_: no, nothing will not be changed. [20:11] unless you change it :) [20:11] popey: i don't know what you're talking about. i change nothing all the time! [20:11] shhh, me too [20:11] dobey, no, my bq 4.5, i think, will never show the penguin in bootup screen. [20:12] studio_: if it's not a raspberry pi, then stop talking about it as if it was. it is not. they are different things. [20:12] there are no ubuntu phone image builds for the raspberry pi 2. however, if you would like to build one, the porting guide is readily available to follow for doing so [20:14] dobey, sorry, i thought ubuntu-next is ubuntu-touch? [20:14] if you want kodi to work on an ubuntu phone image, then i suggest you either ask them to create an application for the ubuntu phone that integrates with media-hub, or you create an application that does so yourself. complaining about how there is no application that meets your needs, has very little to do with ubuntu itself, and it is not appreciated that you constantly do so, in this channel [20:14] studio_: snappy personal builds on some elements of ubuntu touch, yes. [20:14] which you might consider "ubuntu next" [20:15] I recently was able to hold a BQ 4.5 with Ubuntu [20:15] no, the ubuntu next image is a preliminary image built to preview unity8 on traditional PC setups [20:15] didnt we have the ubuntu touch vs ubuntu next discussion already? [20:15] dobey, in the moment i can't find informations, that the vlc or kodi team want to make something for ubuntu touch :( [20:15] ubuntu-touch is a meta package which describes the default debian packages which get pulled from the archive, for building the phone image [20:16] k1l_: there is only zuul. [20:17] studio_: the vlc and kodi teams dont have to do the porting. you can. or anyone can. it's free software [20:18] popey, i am just a user, so if vlc, nor kodi team want to port to mir, what can i do? [20:18] pay someone else to do it [20:19] canoncial? [20:19] no, anyone [20:19] microsoft? [20:19] apple? [20:19] sure, if you want to pay a very large company a very large amount of money to do it [20:19] it doesn't need to be such a large company [20:19] apple would probably refuse [20:19] depens what you pay [20:19] +d [20:20] studio_: there are literally _thousands_ of software developers who would love to be paid to do some work [20:20] for instance, I would love doing it [20:20] BINGO! [20:20] but I'm not done yet with college [20:20] We found one! [20:20] haha [20:20] sure. if you have $50bn in the bank to actually buy apple with, and then just require your employees to do the work, then apple might do it [20:20] STOP him leaving! [20:20] it's the free software way [20:21] brunch875, rolling a kodi click package is definitely the right side job for college ;) [20:21] I could propose it as a final project [20:22] that would be awesome [20:22] for sure :) [20:25] have to leave. thanks for help for today, by all ... [20:27] Does 4.5 really have those android buttons on bottom of the screen? [20:27] Ubuntu edition, ofc [20:27] no [20:28] Ahh, stupid marketing/smthing pics [20:28] tathhu: bq say they do [20:28] probably pics taken before the ubuntu phones were made :) [20:28] when these pics were taken the actual ubuntu HW didnt exist :) [20:28] ogra_: bq say the buttons are there [20:29] mcphail, they are, physically under the black glass [20:29] ogra_: apparently they light if you install android [20:29] but there is differennt firmware for the input driver in the chip and the glass doesnt have the buttons [20:31] Oh, webbrowser-app runs unconfined? I've never noticed before [20:31] echo 255 > /sys/class/leds/button-backlight/brightness [20:31] that works on the android one, they light up [20:31] not on the ubuntu one [20:31] yeah [20:31] different firmware ... like i said [20:33] popey: did you ever find an SDL2-compatible version of scummvm? [20:34] yes, but it doesn't work [20:34] https://github.com/thp/scummvm/tree/sdl2 [20:34] can't recall why now [20:34] popey: ta. Might have a look [20:34] coolio [20:34] the guy who made it replied to me on G+ and said he hasn't even looked at it for 2 years so may not work [20:35] yeah - lots of posts from devs saying they're not interested in SDL2 :( [20:38] mcphail: I guess that's why they're adding the shim that hides sdl2 behind sdl1.2 [20:38] mcphail: any idea how that's going? [20:39] popey: no - wasn't aware of that [20:39] don't think that git repo holds much hope [20:40] This branch is 1 commit ahead, 10751 commits behind scummvm:master [20:40] :( [20:40] Unless that one commit fixes everything, of course... [20:41] hah [20:47] I only learned about the sdl shim from listening to the steamlug podcast [20:47] they interviewed icculus who is always entertaining [20:48] he is entertaining, but has a habit of leaving things half-done [20:49] SturmFlut: yeah, the browser app is from a .deb package still [20:51] actually, that's rather harsh. He's contibuted 100000x more than I ever will [20:51] heh [20:52] https://trello.com/b/sXcrlXCD/sdl-wishlist he has quite the todo list [20:53] gosh [21:05] popey, mcphail: I thought a Mir-enabled libsdl1.2 was in the works? Or already completed? [21:06] no, mir enabled sdl2 [21:07] unless bschaefer has been working on sdl1.2 too :) [21:07] * popey sees https://code.launchpad.net/~brandontschaefer/libsdl/add-mir-support-v2 [21:08] no good for phone though [21:09] popey: https://code.launchpad.net/~brandontschaefer/+junk/sdl1.2-mir [21:10] popey: The Mir bits are there, last change 2015-05-19 22:05:07 UTC [21:15] popey: https://bugs.launchpad.net/telepathy-ofono/+bug/1463574 [21:15] Launchpad bug 1463574 in telepathy-ofono "Using MMS will cause Data to stop working" [Undecided,New] [21:16] awe: ^ is that the right project do you think? [21:21] mcphail: Sorry for ignoring your pull request for my ubuntu-touch-sdl-template on github, too much work on other things [21:27] mcphail, popey: Well, as far as I can tell you can just build https://code.launchpad.net/~brandontschaefer/+junk/sdl1.2-mir with mcphail's recipe from https://github.com/mcphail/ubuntu-touch-sdl-template/blob/master/lib/src/how_to_build_sdl_for_ubuntu_phone.txt and get a Mir-enabled libsdl1.2 [21:28] hehe [21:28] At least it configures and builds correctly in my 14.10 chroot and all the Mir parts are there [21:28] that would be neat [21:28] but it says sdl1.2 doesn't do egl... [21:31] popey: It does, that's what the Mir video backend uses [21:31] SturmFlut: sorry - just bought Splinter Cell in the GOG sale and got distracted :) - you've got 1.2 to build and run? Great [21:32] mcphail: Yes, it builds using the instructions you used for libSDL2. Some of the options to ../configure are different, but "--enable-video-mir" is there [21:34] that's very encouraging. bschaefer is the man! [21:35] Ask him which branch to use, there seems to be more than one [21:35] popey, whats going on? [21:35] * bschaefer looks at chat [21:35] oh nothing :) [21:35] popey, i've 1.2 and 2.0 :) [21:35] \o/ [21:36] (aimed at mir 0.13.1) sooo its you'll need wily now [21:36] bschaefer: mcphail and SturmFlut are both kinda keen on sdl related topics [21:36] cool [21:36] oh blimey [21:36] popey, well sdl2 is still mir umm 0.12.5 [21:36] the sdl1.2 i have proposed is aimed at 0.13.1 [21:36] ok [21:36] https://code.launchpad.net/~brandontschaefer/+junk/sdl1.2-mir [21:37] impressed at how well neverball and neverputt run [21:37] you can pop off some of the new changes [21:37] popey, yup :) no issues, thats the work of the mir guys [21:37] be good to get some other funky sdl games in :) [21:37] yup! [21:38] well, i guess all the old proprietary games using sdl1.2 will work on mir now :) [21:38] I really have to finally get those SDL templates set up [21:39] Getting this working is hugely exciting [21:52] SturmFlut: stop spamming my tweetdeck :-D [21:58] popey, probably a better place might be nuntium, and we can add a NM task if need be [21:58] popey, woefully inadequate bug report though... [21:58] :( [22:03] I asked for more info and moved to nuntium; I can't seem to assign back to Aaron though === VargaD_ is now known as VargaD [23:10] awe: added the info you need to the bug report