**** BEGIN LOGGING AT Sat Oct 29 03:00:00 2016 Oct 29 08:24:14 Hi, back in 2012 there was a pool of 100 Nokia devices for the community. And 25 of them were devoted to a "Maemo hall of fame". Does anyone remember how it was called? Is there still anything on the wiki about it? Oct 29 08:35:55 hi Oct 29 09:37:34 jonwil: hi! Oct 29 09:38:00 jonwil: look at https://github.com/community-ssu/osso-systemui :) Oct 29 09:38:04 I am giving serious thought to entering this coding contest thing if I can figure out something to do :) Oct 29 09:38:25 there is supposed to be a wishlict Oct 29 09:38:43 *wishlist Oct 29 09:39:32 Yeah there is but right now its only got 3 items, 2 of which are for SFOS (which I dont have and dont dev for) Oct 29 09:40:03 The ROM manager thing isn't something I have any interest in either Oct 29 09:40:26 I do have one idea though. Oct 29 09:41:25 My local public transport agency provides a REST and SOAP API for accessing the journey planning system (so you can figure out how to get from a to b) and some Google GTFS and GTFS-realtime data for the actual system. Oct 29 09:41:38 I am thinking of maybe writing an app for my N900 that uses these APIs Oct 29 09:42:19 Their website was recently re-designed and the mobile site is now a lot less usable on the N900 browser so an app would be something I could use. Oct 29 09:42:38 The other idea I had was some sort of to-do list/shopping list/general list type app Oct 29 09:42:52 Something I could use to create a list of things I needed to do and tick them off as I did them. Oct 29 09:43:01 Or a list of things I needed to buy and tick them off as I go around the shops Oct 29 09:43:40 Or have lists of ingredients for recipes I like to cook and anytime I want to make one, I can easily see what I need to purchase at the shops to make it. Oct 29 09:43:52 jonwil: afaik there is already such application Oct 29 09:44:23 jonwil: so, you're no impressed on systemui source code? Oct 29 09:44:34 I am still looking at it :) Oct 29 09:44:50 on/with? what is the correct on in English? Oct 29 09:45:05 *one Oct 29 09:47:43 Nice one :) Oct 29 09:47:47 you did good Oct 29 09:49:03 anyhow if someone has already done a todo-list/shopping-list/whatever, no point in me making another one Oct 29 09:49:25 But the public transport app for my local transport system (which I use all the time) is still something interesting I could do. Oct 29 09:55:07 zHi, back in 2012 there was a pool of 100 Nokia devices for the community. And 25 of them were devoted to a "Maemo hall of fame". Does anyone remember how it was called? Oct 29 09:56:36 Wouldn't it be great if this maemo contest (or something else) resulted in someone finishing the pulseaudio work... :P Oct 29 09:58:14 yeah :D Oct 29 09:58:31 I definatly think entering the contest would be a good thing. Oct 29 10:30:33 Found that: wiki.maemo.org/Community_Awards Oct 29 10:33:48 jonwil: may I have your IDA project of modechange? there is something suspicious I want to check Oct 29 10:36:39 https://drive.google.com/file/d/0B9idqO9KygGsRUg2TVc3ZktVaFU/view?usp=sharing Oct 29 10:36:42 That should be it Oct 29 10:37:49 hanks Oct 29 10:37:52 hmm Oct 29 10:37:59 *thanks Oct 29 10:52:18 Any indication of anything that needs to be changed? Oct 29 10:52:56 jonwil: https://github.com/community-ssu/osso-systemui-modechange/blob/master/osso-systemui-modechange.c#L122 Oct 29 10:53:13 data->unkwindow is never initialized Oct 29 10:53:35 so whats the fix? Oct 29 10:54:16 jonwil: well, actually it is always NULL, see https://github.com/community-ssu/osso-systemui/blob/master/src/systemui.c#L416 Oct 29 10:54:28 I what was the idea behind Oct 29 10:54:40 hmm, unless some other module initializes that Oct 29 10:55:06 let me know if there are any changes to make to osso-systemui-modechange Oct 29 10:56:36 jonwil: sure, WindowPriority... functions take widget, not window Oct 29 10:57:11 actually I have to revert all of your recent changes :( Oct 29 10:57:22 ok, do that then :) Oct 29 10:57:32 GTK_WINDOW() casts that is Oct 29 11:07:14 let me know when you have fixed up osso-systemui-modechange :) Oct 29 11:07:25 ok Oct 29 11:18:28 jonwil: done Oct 29 11:19:28 It wont compile Oct 29 11:19:36 error: 'system_ui_data' has no member named 'parent' Oct 29 11:19:40 wait let me try something Oct 29 11:19:50 jonwil: pull and build latest systemui Oct 29 11:19:59 and install -dev package ofc Oct 29 11:20:22 yeah I see that Oct 29 11:21:42 still not compiling Oct 29 11:21:55 what error? Oct 29 11:21:56 I pulled latest osso-systemui-dev Oct 29 11:21:58 and installed it Oct 29 11:22:07 error: 'system_ui_data' has no member named 'parent' Oct 29 11:22:08 jonwil: no, pull osso-systemui Oct 29 11:22:14 wait I did Oct 29 11:22:22 I pulled osso-systemui and installed osso-systemui-dev from that Oct 29 11:22:27 I am up-to-date on that Oct 29 11:22:42 https://github.com/community-ssu/osso-systemui/blob/master/src/systemui.h#L43 Oct 29 11:22:50 and I am up-to-date on osso-systemui-modechange Oct 29 11:23:01 I've just built it here Oct 29 11:23:43 ok, I think I was installing the wrong -dev package Oct 29 11:23:44 wrong version Oct 29 11:23:47 I see the problem now Oct 29 11:24:27 what confused me is that osso-systemui-dev used to be version 0.6 now osso-systemui is version 0.2.0.19 Oct 29 11:24:35 yes, I know Oct 29 11:24:42 not much I can do Oct 29 11:25:22 any changes need to be made to osso-systemui-powerkeymenu? Oct 29 11:25:48 yes, I am doing them ATM Oct 29 11:26:27 ok Oct 29 11:26:38 That looks to be the last one you need to fix I guess :) Oct 29 11:26:53 since the other plugins have yet to be cloned Oct 29 11:27:10 yeah Oct 29 11:27:45 jonwil: powerkeymenu is ready Oct 29 11:30:14 ok, lets see if it still works :) Oct 29 11:33:31 jonwil: seems so Oct 29 11:35:00 ok, looks like osso-systemui-modechange was the only updated one I was running on my phone so now I am running the new compile of that :) Oct 29 11:36:27 me too, on my devel device, will install it on everyday device in a while :) Oct 29 11:37:58 jonwil: there is a problem: "systemui_do_callback:53:Invalid callback" Oct 29 11:38:10 will have to fix it Oct 29 11:38:12 in which one? Oct 29 11:38:17 systemui? systemui-modechange? Oct 29 11:38:20 no idea, will attach gdb Oct 29 11:38:23 ok Oct 29 11:38:47 let me know if I need to rebuild systemui-modechange again (either because its changed or because systemui-dev changed) Oct 29 11:40:09 ok Oct 29 11:55:28 jonwil: is global data zero-initialized? Oct 29 11:55:35 I dont know Oct 29 12:05:52 jonwil: can't reproduce it :( Oct 29 12:09:21 well, it might be some race condition, I dout it was introduced by our RE work Oct 29 12:09:41 anyway, I'll put an assert there to get a backtrace Oct 29 12:09:51 if it ever happens again Oct 29 12:11:03 ok, great. Oct 29 12:11:21 So for now no need to rebuild osso-systemui-modechange again :) Oct 29 12:11:26 yep Oct 29 12:18:25 Just updated http://wiki.maemo.org/Fremantle_closed_packages with the systemui clone :) Oct 29 12:19:22 So many things there I just wish I had the skills to reverse engineer :* Oct 29 12:19:23 :( Oct 29 12:28:46 Anyhow I think that writing an app for my transit system is a good thing for the developer contest Oct 29 12:29:32 Doing any kind of system work is probably out of the question since I already determined that I am incapable of reverse engineering any of the things that are still closed source and that I have an interest in reverse engineering... Oct 29 13:35:23 Pali: oops :) https://github.com/community-ssu/mce/commit/661b8d7c4f8286dcdc8900c14f1f82a6c6bc73b3 Oct 29 19:11:47 hmm, I keep getting an error message saying that I cannot send or receive messages - device storage full. My rootfs is at 67% though. Oct 29 19:12:10 check sqlite db Oct 29 19:12:31 messages are stored in home dir Oct 29 19:15:38 how would I check sqlite db? I recently deleted all messages to fix it, but it keeps returning Oct 29 19:16:33 also, pastebin df output Oct 29 19:21:24 http://pastebin.com/ZqaG8ZfZ Oct 29 19:21:32 https://bugs.maemo.org/show_bug.cgi?id=7257 Oct 29 19:21:34 04Bug 7257: New message gives "Device storage full. Remove data to free memory" with enough free space Oct 29 19:21:36 it might be related Oct 29 19:23:40 might be few possible causes, one being corrupted event db, and nother would be inode starvation (too many files) Oct 29 20:25:48 hi Oct 29 20:47:46 uhllo Oct 29 20:59:00 EHLO Oct 29 20:59:17 hi ho Oct 29 20:59:23 hostname expected Oct 29 20:59:24 :D Oct 29 20:59:49 dwarf protocol failed, expected hi ho Oct 29 21:00:35 500 5.5.1 Command unrecognized Oct 29 21:09:44 Pali: hi! did you see the nasty bug in mce I fixed? Oct 29 21:09:51 yes Oct 29 21:10:15 Pali: also, we have osso-systemui REed :) Oct 29 21:10:29 I saw it on github, great! Oct 29 21:10:39 libdevlock to follow Oct 29 21:22:22 Looks like I should probably compile the latest MCE and run it on my phone then :) Oct 29 21:23:15 or is there more that needs to be done to MCE first (e.g. I notice there is no changelog for the fix yet) Oct 29 22:11:32 jonwil: there is... Oct 29 22:11:47 oh, wait, I didn;t push it :) Oct 29 22:13:16 jonwil: pushed. though you can install the new mce from cssu-devel Oct 29 22:13:25 great :) Oct 29 22:13:56 jonwil: which mce version dooes run now? Oct 29 22:14:08 as if it is old enough you're not affected Oct 29 22:21:17 going to update to the latest version :) Oct 29 22:40:57 wow, neat (REed systemui) :) Oct 29 23:13:53 Just updated maemo-security-certman to the latest mozilla root CA set (in case anyone actually cares about that) Oct 29 23:22:21 and yes its great that osso-systemui has been reverse engineered :) Oct 29 23:43:36 and its good to see more reverse engineering work is still going on (even if the things that would be most useful to reverse engineer seem not to be getting any attention :) Oct 29 23:47:44 Still giving thought to what, if anything, I will do for the coding contest... **** ENDING LOGGING AT Sun Oct 30 02:59:59 2016