**** BEGIN LOGGING AT Thu Nov 27 02:59:57 2008 Nov 27 07:22:19 When does mickey|zzZZzz wake up? Nov 27 07:23:40 Any developers here? Nov 27 08:05:49 hen did mickey|zzZZzz go to sleep Nov 27 08:55:19 anyone... could I get some help checking out the git-repository for the qtopia predictive keyboard? ( http://git.openmoko.org/?p=qtopia.git;a=blob;f=src/plugins/inputmethods/predictivekeyboard/predictivekeyboard.cpp;h=94ef081719d4a7af16e3f4e6dbc842031696ac9d;hb=master#l137 ) Nov 27 08:55:27 how can I find and understand the git-path I need to check out? Nov 27 09:32:20 pooze1: it looks like git://git.openmoko.org/git/qtopia.git based on MokoMakefile Nov 27 09:41:04 Is there a glib expert, here? Nov 27 09:41:22 not expert, no Nov 27 09:42:05 Heh :-) Nov 27 09:42:16 I'm trying to build a dbus service provider Nov 27 09:42:22 And it f ails on some g_object_new Nov 27 09:42:32 I'm not sure about what could cause that Nov 27 09:53:27 Ainulindale: what's the failure? Nov 27 09:53:58 well, segv. Nov 27 09:54:13 No more info on that, I fear Nov 27 09:54:36 doh. can you run it in gdb and see where it's blowing up? Nov 27 09:54:39 I don't know if I have to register the object I created or something, of I wrote it somewhat wrongly Nov 27 09:54:48 Did that, tried to instantiate my object by hand Nov 27 09:54:53 Still segved Nov 27 09:55:40 is this a debugging build of glib, or production? Nov 27 09:55:45 if the latter, it would be worth trying again with debug Nov 27 09:55:57 By debugging you mean -dbg? Nov 27 09:56:14 no, I mean glib being built with --enable-debug Nov 27 09:56:44 that will give you a useful diagnostic in a lot of cases that would otherwise just segfault Nov 27 09:58:44 hi all* Nov 27 09:59:40 pb__: hmmmmpf =) Nov 27 09:59:49 could you please tell me how to get again the wrench tool icon in the hidden shelf to configure illume? Nov 27 10:00:22 after an update it's gone away Nov 27 10:01:42 raster: what did you broke again? Nov 27 10:03:11 may I modify some configuration file to do that? which file? Nov 27 10:03:37 Ainulindale: could you change line 10 in /etc/mofi/connect.sh to "udhcpc eth0 -H `hostname`" so one can ssh with om-gta02 and not only ip Nov 27 10:07:19 Already say I won't Nov 27 10:07:22 Report that upstream Nov 27 10:07:41 I have far too much things to do Nov 27 10:08:04 And I can't even speak proper english now it seems Nov 27 10:17:48 every configuration file I see is in binary... how I'd modify them? any tool? Nov 27 10:18:18 I'm looking into my ~/.e/ Nov 27 10:19:00 sakkara: open a ticket.. ainulindale is busy Nov 27 10:21:08 pb__: well Nov 27 10:21:09 GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Nov 27 10:21:47 (gdb) frame 5 Nov 27 10:21:47 #5 0x00000000004024a7 in ophonekitd_dbus_start () at ophonekitd-dbus.c:35 Nov 27 10:21:50 35 GObject *object = g_object_new (object_type, NULL); Nov 27 10:21:50 Isn't that nice? Nov 27 10:21:52 (gdb) p object_type Nov 27 10:21:55 No symbol "object_type" in current context. Nov 27 10:22:51 ok, sorry, havn't seen your answer the last time Nov 27 10:23:01 will this patch ( http://docs.openmoko.org/trac/attachment/ticket/1841/jbt6k74_no_deep_sleep.patch ) be in future shr kernels? or is there already a kernel with it? Nov 27 10:27:42 hi all! Nov 27 10:27:56 what happenes with daily images from downloads.openmoko.org/daily? Nov 27 10:31:38 morning Nov 27 10:37:43 pb__? Nov 27 10:49:41 Ainulindale: me - rien monsieur! Nov 27 10:53:31 Ainulindale: hm, right, so apparently the object_type pointer that you're passing is not in fact a valid GType. Nov 27 10:53:42 where are you getting that from? Nov 27 10:54:29 or, I suppose it might be a valid GType but not an object. Nov 27 10:55:19 you can't do g_object_new (G_TYPE_CHAR, ...) for example, it has to be a type derived from GObject. Nov 27 11:06:02 pb__: I changed that and then had a SIGBUS :-/ Nov 27 11:06:42 mm.. why am I getting this: Not downgrading package gpsd on root from 2.34-r10.1 to 0.7+gitr26+898d7ae0a41df483d32ca010732d912436986fdd-r1.1. Nov 27 11:08:13 Ainulindale: doh, where does gdb say the SIGBUS is happening? Nov 27 11:08:23 dbus_g_object_type_install_info (object_type, info); Nov 27 11:08:37 I'm happy to use glib, yaaaaaaay Nov 27 11:08:59 pb__: by the ay Nov 27 11:08:59 #0 0x00007fe79595fd7d in g_type_set_qdata () from /usr/lib/libgobject-2.0.so.0 Nov 27 11:09:03 In there Nov 27 11:09:04 +w Nov 27 11:10:01 looks like a bad pointer somewhere, I guess, but it's pretty hard to say what exactly would be wrong. Nov 27 11:10:03 welcome to C :-} Nov 27 11:10:29 My problem isn't with C here, but with glib. Damn thing. Nov 27 11:10:49 it probably isn't glib's fault as such, it's just that C is inherently a fragile language in this way. Nov 27 11:11:33 Yeah, I know, but I bet my problem comes from the fact that I don't know at all how to handle a GType Nov 27 11:11:49 yeah, probably :-} Nov 27 11:12:17 I'm pretty sure you must be doing something wrong with your type information but that crash doesn't give many clues as to what. Nov 27 11:12:28 is this a small piece of code you can put in a pastebin, or is it a big program? Nov 27 11:12:41 Well, I can put that on pastebin but it'll be long Nov 27 11:13:00 might as well have a go, I guess. Nov 27 11:13:16 I don't have all that much time to look at it though, I have a board meeting at 15;00 and I need to do some work to prepare for it. Nov 27 11:13:47 still, put the code there and maybe I can spot something wrong with it. Nov 27 11:15:01 pb__: http://pastebin.com/md750d3b Nov 27 11:15:41 I have no clue there Nov 27 11:24:37 # Nov 27 11:24:37 dbus_register_object (connection, Nov 27 11:24:37 # Nov 27 11:24:37 proxy, Nov 27 11:24:37 # Nov 27 11:24:38 OPHONEKITD_USAGE_SERVICE_NAME, Nov 27 11:24:48 surely that last line should be OPHONEKITD_TYPE_USAGE_SERVICE, right? Nov 27 11:25:41 I'm surprised the compiler didn't diagnose that for you, you shouldn't be able to get away with passing char* as GType. Nov 27 11:25:59 might be worth checking that you actually have compiler warnings enabled in your CFLAGS. :-} Nov 27 11:51:32 hey guys, is it a bad idea to install a greater version of gtk+ from angstrom feeds? =X Nov 27 11:55:52 Hey Nov 27 11:59:05 the way I'm pulling dependences I'm going to end up with angstrom (if opkg doesn't get borked in the process) Nov 27 12:02:25 hey quickdev Nov 27 12:24:50 vininim_: going from what version to what other version? Nov 27 12:25:47 Weiss: going to 2.14 from what is in shr Nov 27 12:27:39 that's 2.10.14 i think. the jump to 2.14 involves pulling in quite a lot of new stuff. why are you trying to upgrade? Nov 27 12:27:46 (curiosity) Nov 27 12:35:45 thanks, tmzt... I have a checked out (or cloned) qtopia git-tree now. Nov 27 12:41:00 Yay, my dbus server is at last booting Nov 27 12:41:17 Viiru: yes it's a bad idea Nov 27 12:51:59 hmmm Nov 27 12:52:03 I was talking to vininim Nov 27 12:52:07 Sorry Viiru Nov 27 12:58:25 Can any tell me why my new python package .bb file tells me | ImportError: No module named setuptools Nov 27 12:58:32 it seems to work for other packages using setuptools :( Nov 27 13:00:04 You inherited setuptools? Nov 27 13:00:28 Ainulindale, what are you trying with dbus? ;) Nov 27 13:00:37 hey btw. ;) Nov 27 13:00:47 ah..ophonekitd dbus :) Nov 27 13:00:58 Ainulindale: yes, I copied most of the .bb from another package Nov 27 13:02:59 oh hang on - i only inherit distutils Nov 27 13:03:14 Ah - all questions have simple answers! Nov 27 13:03:15 :) Nov 27 13:03:16 thanks Nov 27 13:03:49 quickdev: yes, and it's almost done Nov 27 13:03:57 quickdev: I did a basic usage object Nov 27 13:04:05 which will be able to request/release/get state Nov 27 13:04:10 starling keeps segfaulting on me, is this a known problem? (it used to work..) Nov 27 13:04:11 (from the point of view of ophonekitd) Nov 27 13:04:59 great Nov 27 13:05:10 It'll be easy for you to add primitives to call screens Nov 27 13:19:08 quickdev: do you remember which params i have to call dbus-monitor with to see method calls? Nov 27 13:19:43 dbus-monitor --system type=* or something like that.. Nov 27 13:20:12 nope Nov 27 13:21:43 using SHR. does Mofi only support secured networks? the "Connect to selected" buttun hangs when trying to connect to an unsecured network as it is pushed down, and nothing happens. I've also checked /var/log/messages on the dhcp server, no dhcp discover from the phone there eather. using latest image - but i've seen this earlier on an different open network before. i connected a WEP network at work today.. and that worked flawlessly. Nov 27 13:23:38 quickdev: hey that's weird Nov 27 13:23:43 If I release the GSM resource Nov 27 13:23:45 I have that Nov 27 13:23:46 Failed to handle dbus error: User :1.54 already requested GSM, 76 (dbus-glib-error-quark), code 32 Nov 27 13:23:57 Though the resource is truly released Nov 27 13:24:33 I don't know. Maybe a frameworkd bug.. Nov 27 13:24:41 that's weird Nov 27 13:25:47 quark is very much on the point ;-) Nov 27 13:27:27 Ainulindale: maybe framework tries to open resource, to tell it "i'm going to close you now" :-D Nov 27 13:28:30 http://pastebin.com/m4cdc2b0b <= see that Nov 27 13:28:55 Can't even understand why it fails in the first place, but hey Nov 27 13:28:59 That is surely my fault Nov 27 13:29:20 Ainulindale, are the frameworkd logs ok? Nov 27 13:30:35 One other question: What is the difference between depends and rdepends on the bb file? Nov 27 13:30:42 Yep, though the release doesn't get through Nov 27 13:30:53 gromgull: depends are necessary to build, rdepends are necessary to run Nov 27 13:31:07 easy answer again, thanks! Nov 27 13:33:37 quickdev: solved Nov 27 13:33:43 this was an ipk wrongly overwritten =) Nov 27 13:33:44 WEll Nov 27 13:33:49 This is working well Nov 27 13:33:56 fine Nov 27 13:34:22 Though we'll have to implement the error messages from ousaged Nov 27 13:34:30 But now I'm able to disable GSM Nov 27 13:34:35 from the POV of ophonekitd Nov 27 13:35:30 let see if it suspends Nov 27 13:35:36 Ainulindale: why "quark" and not "bullsh1t"? Nov 27 13:35:49 Just to piss you off :-) Nov 27 13:35:52 That's a convention DocScrutinizer2 Nov 27 13:36:11 :-D Nov 27 13:37:11 sorry, feel silly today :) Nov 27 13:37:20 No need to be sorry Nov 27 13:37:25 I know you're a tad silly anyway Nov 27 13:37:54 lol, how did you realize? XD Nov 27 13:41:42 :-) Nov 27 13:42:28 Aaaaaaaaand Nov 27 13:42:31 auto suspend still works Nov 27 13:42:38 even with the GSM off Nov 27 13:42:51 without WSOD? Nov 27 13:42:57 no wsod here Nov 27 13:43:58 we even had with the "no-deep-suspend patch" which in fact isn't a patch to fix anything for good Nov 27 13:44:31 well, at least we are able to reproduce now, here in TPE Nov 27 13:44:32 quickdev? Will you be able to test my stuff? Nov 27 13:44:40 That's a good thing Nov 27 13:45:02 Ainulindale, not atm, but later, yes Nov 27 13:45:04 yup Nov 27 13:45:27 quickdev: ok :-) Nov 27 13:46:01 so next thing is to trace down if it's lcm that borks, or glamo that stops video out Nov 27 13:47:05 then (if lcm) we're going to tweak and twiddle all timing and maybe even driver voltage settings Nov 27 13:47:35 DocScrutinizer2: you're going to make me very happy :D Nov 27 13:48:08 mrmoku: that's my job, no? :-) Nov 27 13:48:31 heh :) Nov 27 13:49:03 * mrmoku feels important now knowing that people get paid to make him happy ;) Nov 27 13:51:27 actually that's a part of my duty as well Nov 27 13:53:08 Does anyone know anything about python-ctypes? It seems to rely on external tools to load libraries, for instance objdump... this in the binutils package, but only as arm-angstrom-linux-gnueabi-objdump Nov 27 13:53:20 Symlinking it to objdump makes python-ctypes work much better Nov 27 13:53:24 i.e. "work at all" Nov 27 14:14:55 14:48:08 < DocScrutinizer2> mrmoku: that's my job, no? :-) <= I knew you were a hooker :-) Nov 27 14:17:23 well, every job is kinda prostitution. Actually this one less than any other job I did before :) Nov 27 14:17:53 btw, thanks for the TZ :-D Nov 27 14:22:23 Ainulindale: somebody should cleanup BuildingSHR in the wiki Nov 27 14:23:29 I could do it, but if you expect the rest of rasters stuff to be included in OE anytime soon Nov 27 14:23:34 maybe it's not worth it Nov 27 14:24:56 mrmoku: it is already in OE Nov 27 14:25:55 DocScrutinizer2: for the TZ? Nov 27 14:26:39 Ainulindale: ahh, so you diff is obsolete... shall I wipe out the rasterpatches part in the wiki? Nov 27 14:27:01 Ainulindale> 14:48:08 Nov 27 14:27:01 mrmoku: my diff isn't obsolete Nov 27 14:27:23 DocScrutinizer2: oh, you needed a reminder how the hour? :-) Nov 27 14:27:39 Thats what I ment though - change the wiki to explain how to apply your diff instead of the obsolete rasterpatches... Nov 27 14:27:41 mrmoku: my diff has no relation to raster patches Nov 27 14:27:54 Well sad to say mrmoku Nov 27 14:27:58 here it's quite different. so now I'm aware of your TZ Nov 27 14:27:59 I seriously have no time for that now :-) Nov 27 14:28:09 DocScrutinizer2: what time is it? Nov 27 14:28:11 Smoke o' clock? Nov 27 14:28:58 [22:25] DocScrutinizer2: what time is it? Nov 27 14:29:54 nice :-) Nov 27 14:34:48 well quickdev Nov 27 14:34:56 CET FTW *g* Nov 27 14:35:04 retried my thing, now gsm is totally manageable Nov 27 14:35:50 well done :) Nov 27 14:35:56 Ainulindale: if starling keeps sefgaulting on me, is the shr track a good place to report it or not? Nov 27 14:43:06 No Nov 27 14:45:11 ok Nov 27 14:45:52 quickdev: Ok, regenerating, hoping this will work as supposed Nov 27 14:54:18 Ainulindale, quickdev: I updated BuildingSHR in the wiki - somebody should remove the file attachment Nov 27 15:03:26 Ainulindale, I got ophonekitd running on my host Nov 27 15:03:42 I patched dbus to make tcp connections usable Nov 27 15:03:47 it's working great :) Nov 27 15:04:12 quickdev: Interested in an howto Nov 27 15:04:34 mrmoku: I'll do that Nov 27 15:06:22 quickdev: latest ophonekitd and shr-settings are there Nov 27 15:06:26 If you're willing to give it a try Nov 27 15:06:27 great Nov 27 15:06:44 trying to see if it works too Nov 27 15:07:13 later tonight I plan to do a full power settings app Nov 27 15:07:35 By the way it seems to work nice here Nov 27 15:07:59 <= happy :-) Nov 27 15:13:39 mickeyl: hey there. Ophonekitd is going dbus =) Nov 27 15:13:51 yay, congrats Nov 27 15:14:15 I think we're bound to do dbus calls for UI functionnalities now Nov 27 15:14:45 mickeyl, I succeeded in setting up frameworkd on my neo and using a dbus connection to it Nov 27 15:14:47 it works great Nov 27 15:14:51 well guys Nov 27 15:14:52 going home Nov 27 15:14:53 see you Nov 27 15:15:08 see you Ainulindale Nov 27 15:15:54 quickdev: wow, cool! Nov 27 15:16:50 <`pwgen`> mickeyl: hi i am back online , move to aalborg complete and now equipped with stabel internet connection Nov 27 15:17:50 welcome back Nov 27 15:17:58 what are you doing in Aalborg? Nov 27 15:18:02 I'll be there next march Nov 27 15:22:14 mickeyl, for developing frameworkd it would be better to proxy the device files, but for developing applications based on frameworkd it's great Nov 27 15:25:00 <`pwgen`> mickeyl: girlfriend hat got an job as assistant prof at aau , so i moved with her and now job seeking ... Nov 27 15:25:44 <`pwgen`> mickeyl: fso deveopment still on fokus for gat01 ? Nov 27 15:27:59 `pwgen`: not focus, but we still support 01, yea Nov 27 15:28:24 focus is still 02, but will move to 03 ok, mal %SLEEP ausschalten etc. Nov 27 15:28:29 oops Nov 27 15:29:35 <`pwgen`> mickeyl: cause there are some things still not working ... ( battery applet, by default no bluetooth , and some other things ) Nov 27 15:30:51 <`pwgen`> mickeyl: *G* i build it 2 days ago and was wondering about complete new ui Nov 27 15:31:32 `pwgen`, have you ever tried SHR? Nov 27 15:32:03 <`pwgen`> ... still building ... task 755 of 5820 ... Nov 27 15:33:06 `pwgen`: no idea about UI Nov 27 15:33:11 my focus in services Nov 27 15:34:35 `pwgen`: Cool, I live in Aalborg! What do you do for a living? Nov 27 15:34:40 `pwgen`: Actually I'm still a student at aau :-) Nov 27 15:36:58 <`pwgen`> AndreasD: as i mentioned my girlfriend worked at aau , as "family" you will be allowd to get a residence permit Nov 27 15:38:26 <`pwgen`> AdreadD: as inhabitant of the EU its more easy to get residence permit , there where 4 reasons to get it Nov 27 15:39:24 <`pwgen`> AdreadD: enough money, or a job , or family with familymember with job, or freelancer with job Nov 27 15:40:08 <`pwgen`> s/AdreadD/AndreasD/ Nov 27 15:40:44 `pwgen`: okay, you don't have any job yet? And what is your profession? Nov 27 15:40:51 <`pwgen`> LINUX Nov 27 15:40:53 quickdev: I'm now using new icons in the messages prog. Do I have to put the icons in the 'libframe-phonegui-efl' map, the 'shr-theme' map or in the 'openmoko-messages3' map? Nov 27 15:41:27 depends what icons ;) Nov 27 15:41:33 atm I'm revamping the dialer UI :) Nov 27 15:41:57 icons for next to the inbox and one for 'new message' Nov 27 15:42:21 could you make a screenshot? :) Nov 27 15:42:24 quickdev: nice, you're own revamping or following my mockups? (just curious, I'm not gonna shoot you :) ) Nov 27 15:42:44 quickdev: not yet, I still have to implement them Nov 27 15:42:51 dolf1074, mainly following your mockups :) Nov 27 15:43:00 <`pwgen`> AndreasD: what are you studing at aau ? Nov 27 15:43:03 dolf is the man? Nov 27 15:43:14 quickdev: so where should I put them? Nov 27 15:43:25 `pwgen`: computer science ;-) Nov 27 15:43:30 heh Nov 27 15:43:41 <`pwgen`> AndreasD: casiopeia ? Nov 27 15:43:56 `pwgen: yes Nov 27 15:44:09 dolf1074, could you save them in the trac as a ticket? Nov 27 15:44:14 this are the icons: http://www.alasal.be/openmoko/shr2/icons/ Nov 27 15:44:19 <`pwgen`> AndreasD: lets meet tomorrow at foobar or fklubben Nov 27 15:45:11 <`pwgen`> ... have some beer ... Nov 27 15:45:17 quickdev: I'm willing to implement them myself ;) Nov 27 15:45:34 I just need a location where they should belong Nov 27 15:46:26 then you have to wait till I commit my new stuff :) Nov 27 15:47:14 heh? Nov 27 15:49:01 `pwgen`:okay, what's your phone number? Nov 27 15:49:33 I'm will not commit something. I'm just busy in my local area and want to place those icons in the right directory, so I can hand you a diff when it's ready Nov 27 15:51:06 <`pwgen`> AndreasD: i actual have no gsm ( useing base in dk is too expensive ) maybe you can reach me under my german voip number Nov 27 15:59:13 quickdev: what will be in your cool new stuff? Nov 27 16:00:01 you'll see...don't know which features I'll add till the next commit ;) Nov 27 16:04:30 Hey there again Nov 27 16:04:34 Well, home at last Nov 27 16:04:51 home sweet home :-) Nov 27 16:04:53 I think I earned some time to relax Nov 27 16:04:54 Ainu :) Nov 27 16:05:03 Ainulindale: good ;) Nov 27 16:05:07 * Dave offers Ainulindale some turkey Nov 27 16:05:10 Next thing, I'll be doing the power settings things Nov 27 16:05:16 Dave: Meh Nov 27 16:05:20 Turkey is a bit dry Nov 27 16:05:29 (Both the country and the animal) Nov 27 16:06:16 mickeyl: FYI Nov 27 16:06:28 DBus-Glib as a service provider is as much explicit as opimd Nov 27 16:07:09 heehee Nov 27 16:07:48 explicit? Nov 27 16:07:55 Understandable as is Nov 27 16:08:17 is that good or bad? :D Nov 27 16:08:17 Ainulindale: you need to brine turkey. Nov 27 16:08:25 mickeyl: bad indeed Nov 27 16:08:31 But thanks to a bunch of peoploe Nov 27 16:08:32 -o Nov 27 16:08:35 I managed to spot my errors Nov 27 16:08:41 (the bird, dunno but I don't think brining the country would work. Nov 27 16:08:43 ) Nov 27 16:08:59 mwester: brining? Nov 27 16:09:30 mwester: is latest working for you by the way? Nov 27 16:09:33 salt water marinade Nov 27 16:09:38 Yuk Nov 27 16:09:41 Salt water Nov 27 16:09:44 latest as of a couple of days ago worked great. Nov 27 16:10:05 I though you tried the one from yesterday Nov 27 16:10:07 +t Nov 27 16:10:10 Yep - salt water -- turkey and pork need it. Nov 27 16:10:23 mwester: I'd rather use fat for that Nov 27 16:10:35 WHen I was little we used to let a piece of fat drip on the pork in the chimney Nov 27 16:10:42 Man that was good Nov 27 16:12:30 Currently upgrading to test Nov 27 16:13:02 o.O Nov 27 16:13:08 eww fat Nov 27 16:13:41 Fat is the thing giving your meat its flavor Nov 27 16:13:54 With great fat comes great resp^Wflavor Nov 27 16:15:55 hehe Nov 27 16:19:49 quickdev: I'm going to investigate this sysconv module before the power settings I think Nov 27 16:20:01 ok :) Nov 27 16:20:08 Don't know if you tried it yourself Nov 27 16:20:11 Have to leave now...football match :) Nov 27 16:20:23 I didn't try it yet Nov 27 16:20:31 Football, damn Nov 27 16:20:39 What a youngster Nov 27 16:21:44 are you practicing no sports? Nov 27 16:21:53 Squash & golf from time to time Nov 27 16:21:59 hehe Nov 27 16:22:25 hmm: http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.27.7 commit ccc737870153d1b73c99f3bcfafc6e09ea6b718b does effect us, doesn't it? Nov 27 16:22:42 (just looking through changelogs) Nov 27 16:22:55 Damn, get a life :-) Nov 27 16:23:30 hah Nov 27 16:24:05 hehe Nov 27 16:24:35 Just wondered if I needed to upgrade my laptop or not :-p Nov 27 16:25:00 afk Nov 27 16:25:43 Damn, no more wrench in illume Nov 27 16:25:53 What happened to it? Nov 27 16:26:14 She went out with raster Nov 27 16:26:18 Ah, no, that was the wench Nov 27 16:26:22 hhaha Nov 27 16:26:24 ;D Nov 27 16:35:24 Just an idea: I think it should be nice to have a default behavior for getting back. For example for get from the inbox folder to the messages folders. Now we always have to implement a 'back' button that takes up space. I suggest we take sliding from right to left as default back behavior. Comments? Nov 27 16:36:35 freesmartphone.org: 03mickey 07stabilization/milestone4 * re9b54e833f84 10framework/tests/org.freesmartphone.GSM.py: tests: org.freesmartphone.GSM.Network.[ListProviders|RegisterWithProvider] done Nov 27 16:36:36 freesmartphone.org: 03mickey 07stabilization/milestone4 * raa9ba0cf7d91 10framework/tests/org.freesmartphone.GSM.py: tests: org.freesmartphone.Retrieve[Phonebook|Messagebook] done Nov 27 16:36:46 freesmartphone.org: 03mickey 07framework * r458c30317a69 10/tests/org.freesmartphone.GSM.py: Merge commit 'origin/stabilization/milestone4' Nov 27 16:38:33 it's funny how turning GPS while on bus get a fix faster than in my bedroom stationary Nov 27 16:39:51 yep Nov 27 16:40:27 the fastest time i ever got a ff i was in a car @130 km/h Nov 27 16:40:55 leel Nov 27 16:44:00 mickeyl ping Nov 27 16:44:04 my record was about 15 seconds, when standing out in the open at a bus stop in the middle of nowhere Nov 27 16:48:32 dcordes-kais: pöng Nov 27 16:48:39 dcordes-kais: progress? Nov 27 16:56:11 swee Nov 27 17:08:20 mickeyl ne hab gestern noch ein fso-console-image gestartet und hab probleme die python helpers zu bauen Nov 27 17:08:48 und zwar probiert bitbake von einer komischen angstrom url zuf etchen Nov 27 17:09:22 angstrom-distribution.org.git://git.... Nov 27 17:14:47 that's normal Nov 27 17:14:53 it tries the cache first Nov 27 17:15:09 if that fails, then it downloads from SRC_URI Nov 27 17:15:40 did it? Nov 27 17:25:00 mickeyl I can't tell now. will check when back home. I do know it fails on do_fetch Nov 27 17:31:02 freesmartphone.org: 03mickey 07stabilization/milestone4 * rcd90c97cbc7f 10framework/framework/subsystems/ogsmd/ (modems/abstract/mediator.py objects.py): ogsmd: fix unimplemented method org.freesmartphone.GSM.Network.GetNetworkCountryCode() -> ss Nov 27 17:31:03 freesmartphone.org: 03mickey 07stabilization/milestone4 * r8805db9320d2 10framework/framework/subsystems/ogsmd/gsm/error.py: otapi: fix bogus error namespaces Nov 27 17:31:04 freesmartphone.org: 03mickey 07stabilization/milestone4 * rbeadf3939ddd 10framework/tests/ (org.freesmartphone.GSM.py test.py): tests: org.freesmartphone.GSM.Network.GetNetworkCountryCode() done Nov 27 17:34:14 freesmartphone.org: 03mickey 07framework * rde2f5ce2f837 10/ (5 files in 4 dirs): Nov 27 17:34:14 freesmartphone.org: Merge commit 'origin/stabilization/milestone4' Nov 27 17:34:14 freesmartphone.org: Conflicts: Nov 27 17:34:14 freesmartphone.org: framework/subsystems/ogsmd/device.py Nov 27 17:34:14 freesmartphone.org: framework/subsystems/ogsmd/modems/abstract/mediator.py Nov 27 17:40:44 freesmartphone.org: 03mickey 07specs * r5fc078057dc7 10/ (2 files in 2 dirs): otapi: fix crossreference in org.freesmartphone.GSM.SMS.IncomingMessage Nov 27 17:41:19 freesmartphone.org: 03mickey 07specs * r9a448c5cff5f 10/ (3 files in 3 dirs): otapi: fix name for org.freesmartphone.GSM.Network.GetNetworkCountryCode() Nov 27 17:43:47 Hi all. I'm not a developer (so I'll go pester #openmoko if you tell me to), but I'd like to help debug the WSOD I get rather reliably on my GTA02v5 running Debian. How can I be of use? Nov 27 17:44:25 Lo-lan-do: give your neo into the fridge :p Nov 27 17:44:47 Lo-lan-do: on suspend or during standard operation? Nov 27 17:45:08 On resume after a long suspend. Nov 27 17:46:20 Like, every morning since last Tuesday when I installed Debian, plus a couple of times during the day yesterday. Nov 27 17:47:15 But always after a suspend period longer than "oh, let's see if I get the WSOD this time *suspend* lalala, grab coffee *resume* good, not this time". Nov 27 17:53:14 freesmartphone.org: 03mickey 07specs * rb5aaa36de547 10/ (3 files in 3 dirs): otapi: add missing 'reason' parameter in org.freesmartphone.GSM.Network.GetCallForwarding() Nov 27 17:57:23 oh nice Nov 27 17:57:33 I wonder what happens to the freerunner when frozen Nov 27 17:59:56 some people did some tests with cold temperatures (to find the cause of the WSOD) ^^ Nov 27 18:02:10 freesmartphone.org: 03mickey 07stabilization/milestone4 * rc832bb514cba 10framework/tests/org.freesmartphone.GSM.py: tests: org.freesmartphone.[Get|Set]CallingIdentification() done Nov 27 18:02:22 freesmartphone.org: 03mickey 07framework * rec3c0647d8a1 10/tests/org.freesmartphone.GSM.py: Merge commit 'origin/stabilization/milestone4' Nov 27 18:03:11 Dave: have you read mwesters anecdote to that topic? Nov 27 18:03:25 Um. Winter is here and I haven't started the heating yet, but my office still doesn't go under 16 °C, so I fervently hope this isn't related... Nov 27 18:03:45 no... Nov 27 18:03:54 oh yeah, the temp thing Nov 27 18:03:56 yeah it's bogus Nov 27 18:04:05 Dave: the one with his wife Nov 27 18:05:07 What? Nov 27 18:06:04 ?? Nov 27 18:06:08 ??? Nov 27 18:06:23 wrong channel, ehm :) Nov 27 18:08:05 mickey is a busy man =] Nov 27 18:09:13 indeed Nov 27 18:09:23 stuff won't get done if you wait for it ;) Nov 27 18:14:59 true ;] Nov 27 18:40:14 good evenin' mokos :-) Nov 27 18:43:36 evening Nov 27 19:25:16 * Lo-lan-do resumes his FR after an hour and a half Nov 27 19:25:21 ...and gets a WSOD :-( Nov 27 19:27:45 :/ Nov 27 19:38:20 It really seems that the amount of time between suspend and resume triggers it. Nov 27 19:44:35 I never experienced the wsod bug. ;] Nov 27 19:44:48 doesn't matter how much time the phone was suspended. Nov 27 19:47:48 Hey guys, I found this page with some info and tips on power management in linux. It's at http://www.codon.org.uk/~mjg59/power/good_practises.html . Maybe it's got a few useful tips to use for the OpenMoko. Nov 27 19:47:50 The worst part is I have no idea where to start debugging/exploring :-/ Nov 27 19:51:27 nio_: your url doesn't exist Nov 27 19:51:59 Fix the speling and it does. Nov 27 19:57:51 Zorkman: whoops, sorry, had to type it over :) Nov 27 19:58:44 but indeed, what Lo-lan-do said, it should be practices, not practises.. Nov 27 20:00:17 nio_: hmm openmoko powermanagemant can't be improved that much anymore afaik (what is missing is dynamic cpufreqs and a close of #1024) Nov 27 20:03:03 Hmmz, ah well, you never know. :) And tickless kernels, perhaps that can improve things? Well I'm no expert on this so I'll shut up now..) Nov 27 20:03:53 Tickless apps in userspace are useful, too. Nov 27 20:05:53 One advantage of this energy saving al gore climate change hype nowadays, the software out there, or at least the kernel, is likely to get more efficient. Nov 27 20:07:21 yep Nov 27 20:09:05 nio_, Zorkman: http://www.codon.org.uk/~mjg59/power/good_practices.html Nov 27 20:09:19 yeah already read it now, thanks anyway Nov 27 20:10:02 my shr behaves very weird lately: screen blanks, and nothing i do can bring it back on, the phone is not suspended because i can still ssh and use x11vnc to send sms's Nov 27 20:10:31 pressing the powerbutton does nothing Nov 27 20:10:41 the FR was constantly plugged into usb Nov 27 20:17:41 hey Nov 27 20:17:51 Zorkman when phone is plugged on usb, it w'ont suspend. Nov 27 20:19:10 von_fritz: i know Nov 27 20:19:21 but the screen blank, although it isn't suspended Nov 27 20:19:36 x11vnc does show me everything Nov 27 20:20:07 Did you recently do an opkg update upgrade? Nov 27 20:20:23 Pushing a bunch of e things Nov 27 20:22:18 jup Nov 27 20:22:23 e-wm stuff Nov 27 20:22:24 Did you reboot? Nov 27 20:22:27 yes Nov 27 20:22:31 several times Nov 27 20:22:40 Then I don't know Nov 27 20:23:11 i'll try to see if i can reproduce it with a few simple steps, seems a bit random at first sight so that won't help you guys Nov 27 20:23:58 in the meantime, how do i edit the framworkd.conf file to set SHR to not suspend? (only manually) Nov 27 20:24:29 You don't have to edit Nov 27 20:24:35 Use the settings and disable suspend Nov 27 20:24:48 freesmartphone.org: 03mickey 07stabilization/milestone4 * rc2f981e44113 10framework/framework/subsystems/ogsmd/ (gsm/const.py modems/freescale_neptune/mediator.py): Nov 27 20:24:48 freesmartphone.org: ogsmd: [FREESCALE NEPTUNE] fix PDU patterns for +CGML and +CGMR Nov 27 20:24:48 freesmartphone.org: This fixes org.freesmartphone.GSM.SIM.RetrieveMessagebook and Nov 27 20:24:48 freesmartphone.org: org.freesmartphone.GSM.SIM.RetrieveMessage Nov 27 20:24:50 freesmartphone.org: 03mickey 07stabilization/milestone4 * r90d42d546ae7 10framework/framework/subsystems/ogsmd/modems/abstract/mediator.py: ogsmd: improve standard compliance in org.freesmartphone.GSM.SIM.GetAuthCodeRequired() Nov 27 20:24:54 freesmartphone.org: 03mickey 07stabilization/milestone4 * r618cc1ea5376 10framework/docs/ogsmd/freescale_neptune/modem: document some new neptune quirks Nov 27 20:24:57 freesmartphone.org: 03mickey 07stabilization/milestone4 * r0f385d322734 10framework/framework/subsystems/ogsmd/modems/freescale_neptune/mediator.py: ogsmd: [FREESCALE NEPTUNE] add custom mediators for org.freesmartphone.GSM.CB.[Get|Set]CellBroadcastSubscriptions Nov 27 20:25:05 freesmartphone.org: 03mickey 07framework * rbd214ae2f96c 10/ (4 files in 4 dirs): Merge commit 'origin/stabilization/milestone4' Nov 27 20:25:16 so much commits Nov 27 20:25:28 you say that if it was a bad thing Nov 27 20:25:33 mickey is a k-k-k-k-k-illing spreeeee Nov 27 20:26:06 it isn't a bad thing :D Nov 27 20:26:11 * Kensan applauds mickey|ezx Nov 27 20:26:53 ezx week is better than i thought Nov 27 20:27:22 i'd say roughly 60% of org.freesmartphone.GSM.* is supported by Neptune now Nov 27 20:27:24 yep Nov 27 20:27:33 quite productive mickey|ezx Nov 27 20:28:26 mickey|ezx how is the support for the a1200 ? Nov 27 20:28:35 mickey|ezx: Good evening :-) some spare time for a quick question ? Nov 27 20:29:07 von_fritz: modem-wise same as first gen, i did not see any differences yet Nov 27 20:29:21 von_fritz: full FSO support i'd say 30% Nov 27 20:29:24 MarcOChapeau: sure Nov 27 20:30:44 Pardon me for being a newbie here, but ezx==? Nov 27 20:30:53 Lo-lan-do: openezx.org Nov 27 20:30:56 mickey|ezx: I had an issue several time with receiving text messages. it seems it takes a hell of a long time to wake the phone, it doesn't always right and does not get back to sleep unless I acknowledge the message. do you have any insight on which part of the whole picture needs some fixing ? Nov 27 20:31:22 damn.... s/always right/always ring/ Nov 27 20:31:29 Nice Nov 27 20:31:39 mickey|ezx: although my priority would be to have opimd ready soon (because the only thing which my current mobile has which the neo hasn't is pim (messages, contacts, calender) Nov 27 20:32:31 bumbl: give this man a break, he's been writing documentatin and test for christs sake! Nov 27 20:32:35 ;) Nov 27 20:33:03 MarcOChapeau: (assuming you run FSO middleware), there's still some hickups with AT messages that are in the fifo that get mixed up with responses for the unsolicited channel reinit on wakeup Nov 27 20:33:12 Hire: Would you be so kind as to ask raster how to get the wrench back in latest illume? Nov 27 20:33:16 I'm going to bed Nov 27 20:33:17 I'm exhausted Nov 27 20:33:20 MarcOChapeau: i think i know what to do, but it will take some time to fix this properly Nov 27 20:33:22 Ainulindale: sleep well Nov 27 20:33:26 sure Ainulindale :) Nov 27 20:33:26 Kensan, hi Nov 27 20:33:30 Thanks Nov 27 20:33:33 i will do that, don't worry ;) Nov 27 20:34:05 dcordes: hi there Nov 27 20:34:10 bumbl: the drama with opimd is that the man (abraxa) is superbusy and I don't want to take it away from him until he's been given a chance to pick it up. i just received a new lifesign and will meet him next week though Nov 27 20:34:26 mickey|ezx: that's great news. Nov 27 20:34:34 abraxa is alive Nov 27 20:34:35 mickey|ezx: a. I do run the FSO stack (SHR edition) and b. good to know that you know :) Nov 27 20:34:39 good Nov 27 20:34:46 to know Nov 27 20:34:53 mickey|ezx: is he still graduating or about to finish off? Nov 27 20:35:12 SHR edition? :D Nov 27 20:35:19 it sounds weird :D Nov 27 20:35:21 Hire: what else ? Nov 27 20:35:25 :p Nov 27 20:35:32 mickey|ezx: not to bug you, but do you have a (very rough) eta on opimd? Nov 27 20:35:34 dcordes: I've heard you've been busy ;) Nov 27 20:35:42 Zorkman: unfortunately not Nov 27 20:35:47 it's completely in the dark at this point of time Nov 27 20:35:54 kenrem, not me, dr. lauer Nov 27 20:36:01 Kensan, I mean Nov 27 20:36:29 Zorkman: when we started SHR we thought it would take a week to get a stable release... that was before the storm came Nov 27 20:36:34 mickey|ezx: is the code (opimd) in the fso git the latest devel state or are there any "local"/abraxa changes which have not yet made their way to the repos? Nov 27 20:36:45 dcordes: well that's how he rolls... Nov 27 20:36:53 Kensan: as far as i heard he has some uncommitted stuff Nov 27 20:37:34 mickey|ezx: ok thanks for the info. Nov 27 20:37:36 my problem being i had 0 time to look into the current state of things Nov 27 20:37:51 but i will before this year ends Nov 27 20:38:04 hire: you know a lot about shr, the wrench is missing in illume, and so i can't disable suspend, could you tell me what i have to add in frameworkd.conf? or another file? Nov 27 20:38:09 mickey|ezx: you shouldn't even be responding in this channel, it's ezx week! *heh* Nov 27 20:38:33 Zorkman: sure Nov 27 20:38:34 am i the only one that doesn't know what ezx means? Nov 27 20:38:35 Zorkman: wrench is here for me Nov 27 20:38:48 MarcOChapeau: did you opkg upgrade? Nov 27 20:38:55 Zorkman: you need to drop down the top menu Nov 27 20:39:02 Zorkman: I did upgrade yesterday Nov 27 20:39:04 i know, but it isn't there anymore Nov 27 20:39:15 querty button still is there, but no wrench Nov 27 20:39:24 Zorkman: todays upgrade ? or yesterday ? Nov 27 20:39:33 today, like 10 minutes ago Nov 27 20:39:38 oh Nov 27 20:39:46 Let me give that a try Nov 27 20:40:00 probably Ainulindale who screwed up again :-D Nov 27 20:40:17 if you're at shr, can u tell me what this mysterious "starling" media player is? Nov 27 20:40:27 * MarcOChapeau is achieving personal vengeance Nov 27 20:40:34 ok, i'm going to reboot pc and fr, be back soon Nov 27 20:40:41 Zorkman: http://pastebin.com/m762fdbc0 Nov 27 20:40:45 (starling used to work grerat, but then it started segfaulting on me) Nov 27 20:40:46 add this Nov 27 20:40:48 didn't find it anywhere, it crashes for me after 30 s playback, or with a long playlist... Nov 27 20:40:51 md2k7: well... it's all in the title. it plays media ! Nov 27 20:40:52 yeah Nov 27 20:41:07 hire: does it matter where i add it? Nov 27 20:41:17 md2k7: it has bugs. most media players for the FR do Nov 27 20:41:41 how nice. so what do u use for playing mp3? Nov 27 20:41:46 Zorkman: I just posted a link to the project website: openezx.org Nov 27 20:41:48 add it under [odeviced.idlenotifier] Nov 27 20:41:58 md2k7: and even if it was perfect, I wouldn't listen to some music on an FR given the hardware problems that ruin the audio quality... Nov 27 20:42:51 md2k7: right now I use either my iAudio or my multiface when I'm @home :) Nov 27 20:44:58 wrench is there ;) but in illume not in illume-shr :( Nov 27 20:45:36 http://scap.linuxtogo.org/files/bdfe9808260f748ddae65ee77fb9ff55.png Nov 27 20:46:52 von_fritz: well, then it's a theme problem Nov 27 20:47:11 which means someone is working on the theme. and that's good news :) Nov 27 20:47:53 freesmartphone.org: 03mickey 07stabilization/milestone4 * r3a6dbaf92717 10framework/tests/org.freesmartphone.GSM.py: tests: org.freesmartphone.GSM.CB.[Get|Set]CellBroadcastSubscriptions done Nov 27 20:49:49 i don't have a wrench either Nov 27 20:50:03 after an opkg upgrade Nov 27 20:54:25 bumbl you have illume-shr? Nov 27 20:56:03 Yet another WSOD, after a 30 minutes suspend this time. Nov 27 20:56:11 * Lo-lan-do tries to bisect Nov 27 20:56:52 Lo-lan-do: that's an interesting idea - do you have a kernel version that does *not* show WSoD? Nov 27 20:57:09 Maybe it's something entirely unrelated to suspend time, actually. Nov 27 20:57:45 Like, I know I'm flip-flopping between two cells, so maybe it's related to whether I changed cells during suspend? Nov 27 20:58:45 mrmoku: I never saw a WSOD before this Monday, but I think that was the same kernel. Nov 27 20:59:34 The other possibly relevant fact that happened on Monday was that I bought and installed a new micro-SD card. Nov 27 21:00:25 Sandisk 4 GB SDHC if that matters. Never encountered the partition corrupting bug, but I get WSOD instead. Nov 27 21:09:39 freesmartphone.org: 03mickey 07framework * r766b0e2d5b66 10/tests/org.freesmartphone.GSM.py: Merge commit 'origin/stabilization/milestone4' Nov 27 21:12:26 Lo-lan-do: I have WSoD since the beginning when I bought mine (end of July) Nov 27 21:12:39 I tried without SIM and SD - WSoD Nov 27 21:12:58 and I get it exactly after more than 1 min and 10 sec of suspend time Nov 27 21:13:35 I just "survived" 15 minutes :-/ Nov 27 21:13:48 wow Nov 27 21:13:52 I'll try this duration again, just in case. Nov 27 21:14:46 this is what I did - started with 30 seconds ;) Nov 27 21:16:04 Yeah, but I'm stupid and I went *down* from 9 hours :-) Nov 27 21:16:13 :-) Nov 27 21:17:03 today DocScrutinizer2 said they can now reproduce the WSoD in Taipeh (at openmoko) Nov 27 21:17:29 and they're intensively trying to solve it Nov 27 21:17:51 maybe we can just wait for some more days Nov 27 21:17:55 Yay! Nov 27 21:18:56 Hey Nov 27 21:19:07 hi Nov 27 21:20:39 hey quickdev Nov 27 21:21:56 quickdev: how's the revamping going? Nov 27 21:22:11 mrmoku, it's advancing..but still needs some hours Nov 27 21:22:46 if you're on the buildbost some time meanwhile... could you try to bitbake pythm? Nov 27 21:22:51 -b+h Nov 27 21:25:37 mrmoku, it worked Nov 27 21:27:38 trying update framework on neo by 'python setup.py install', it says: ImportError: No module named Cython.Distutils. Where i can get it? Can't find it in FSO feeds Nov 27 21:30:18 or how i can update framework? by hands? Nov 27 21:37:31 GPSD,P=? Nov 27 21:42:23 elserpiente: package management should handle that? Nov 27 21:42:44 Hey BluesLee :) Nov 27 21:42:56 hi Nov 27 21:43:43 bumbl: whats wrong with the kbd in your screenshot? the lower row is too low... Nov 27 21:43:58 dunno Nov 27 21:44:16 BluesLee: i know Nov 27 21:44:21 hey quickdev Nov 27 21:44:26 that resolves after some time automagically Nov 27 21:44:27 hey sicu Nov 27 21:44:39 that was the bug i couldn't reproduce yesterday Nov 27 21:44:49 bumbl: okay ... i dont have that effect Nov 27 21:44:59 who did this one? http://scap.linuxtogo.org/files/60e1a5fd7191aabea21d61a00b573736.png Nov 27 21:46:29 i don't know Nov 27 21:46:33 quickdev: i got a nice little error on pin_callback() --> http://brokenmoko.pastebin.com/d3da7a452 Nov 27 21:46:46 BluesLee: an italian guy Nov 27 21:46:55 opkg update doesnt seem to work ... Nov 27 21:46:55 sicu, hopefully fixed in my new version ;) Nov 27 21:47:03 Hire: you are italian?;-) Nov 27 21:47:09 yeah, why? Nov 27 21:47:26 here everybody knows that I am italian Nov 27 21:48:09 okay, its not your theme apparently Nov 27 21:48:45 :( Nov 27 21:48:46 opkg update does not work Nov 27 21:48:53 * Hire is going away demoralized Nov 27 21:49:00 Hire: why :-( ? Nov 27 21:49:06 quickdev: i'm guessing there's currently no error handling for 'too many PIN attempts, PUK you!' ? Nov 27 21:49:19 because it is so :( Nov 27 21:49:21 Hire: hey, it was a compliment as your theme is better! Nov 27 21:49:22 sicu, there is Nov 27 21:49:38 :/ Nov 27 21:50:26 quickdev: hmm, guess i will wait for your revamp completion before i continue testing this 3G SIM then =] Nov 27 21:50:42 sicu, have a look at the frameworkd.log Nov 27 21:50:43 Hire: it think you should harmonize everything, everything else is perfect Nov 27 21:50:55 maybe it's not my fault Nov 27 21:51:02 BluesLee: i am on working on that Nov 27 21:51:15 Hire: the top shelf is looking very good Nov 27 21:51:19 but I have problem with my real life Nov 27 21:51:34 Hire: whats the problem? Nov 27 21:52:02 problem with my friends, with my ex, with my job, with my family Nov 27 21:52:39 you should add your freerunner to that list Nov 27 21:52:43 too many problems :/ Nov 27 21:52:53 :[ Nov 27 21:52:55 nothing is more important than your family Nov 27 21:53:07 priority 1 Nov 27 21:53:10 i have always problem :) Nov 27 21:53:18 how old are you? Nov 27 21:53:28 22 years Nov 27 21:54:16 come one, lets talk Nov 27 22:01:35 quickdev: do you know what ['+CME ERROR: 13'] is? Nov 27 22:01:51 sicu, google for at command cme error 13 Nov 27 22:01:55 " at command cme error 13" Nov 27 22:03:39 quickdev: sorry, should've googled first Nov 27 22:04:13 what is it btw.? :) Nov 27 22:04:25 ahh, it's a SIM failure, so I guess this is still a 3G SIM unsupported issue Nov 27 22:05:34 just got a new 3G SIM, and thought it'd at least let me enter PIN if nothing else Nov 27 22:05:40 but seems i was mistaken Nov 27 22:06:01 might have to try doc's fw flash Nov 27 22:10:55 what's the preferred way to install extra stuff into (all of) your images? Nov 27 22:11:19 IMAGE_INSTALL += "pack1 pack2" doesn't seem to work Nov 27 22:20:16 nvm Nov 27 22:29:33 freesmartphone.org: 03mickey 07stabilization/milestone4 * r095edae77cbc 10framework/framework/subsystems/ogsmd/modems/freescale_neptune/unsolicited.py: Nov 27 22:29:33 freesmartphone.org: ogsmd: [FREESCALE NEPTUNE]: prepare +CESS handler and fix +CSSU handler Nov 27 22:29:33 freesmartphone.org: Why's this special for the neptune? Nov 27 22:29:45 freesmartphone.org: 03mickey 07framework * rac7d1b1df1b8 10/framework/subsystems/ogsmd/modems/freescale_neptune/unsolicited.py: Merge commit 'origin/stabilization/milestone4' Nov 27 22:38:47 quickdev: upon entering wrong PUK, ophonekitd gives [error code: -6 TODO org.freesmartphone.GSM.SIM] and frameworkd gives ['+EXT ERROR: 0'] Nov 27 22:39:19 wuickdev: i'm guessing that means that handling incorrect PUK is waiting to be done upstream ? Nov 27 22:39:38 *q Nov 27 22:48:48 quickdev: already committed something? I need an example for implementing icons :( (edje isn't my friend) Nov 27 22:49:22 dolf1074, not yet...please be patient :) Nov 27 22:49:28 ok Nov 27 22:49:30 ;) Nov 27 22:49:31 freesmartphone.org: 03mickey 07stabilization/milestone4 * rafa83bf037dc 10framework/framework/subsystems/ogsmd/ (helpers.py modems/ti_calypso/modem.py): Nov 27 22:49:31 freesmartphone.org: ogsmd: use proper function to kill a process. Nov 27 22:49:31 freesmartphone.org: This fixes FSO ticket #260 Nov 27 22:49:45 G'night here Nov 27 22:49:49 nite Nov 27 22:49:55 mickey|ezx, image almost done Nov 27 22:51:15 freesmartphone.org: 03mickey 07framework * r33cb38aceda7 10/framework/subsystems/ogsmd/ (helpers.py modems/ti_calypso/modem.py): Nov 27 22:51:15 freesmartphone.org: Merge commit 'origin/stabilization/milestone4' Nov 27 22:51:15 freesmartphone.org: Conflicts: Nov 27 22:51:15 freesmartphone.org: framework/subsystems/ogsmd/helpers.py Nov 27 22:52:32 raster: You have a signal called 'after_animate_click', is there something similarly for 'row-selected'. Because now if you scroll a treelist, you will unattended trigger the 'row-selected' signal. (while I only want to react on this signal when the list isn't scrolling) Nov 27 22:54:33 raster, have you implemented lists? Nov 27 22:55:44 dolf1074: eh? i do? where? Nov 27 22:56:07 quickdev: nup. Nov 27 22:56:39 not yet Nov 27 22:57:06 raster: I have changed the openmoko-messages3 and that is a etk_tree. If hooked up a function on the "row_selected" signal, so you go inside the message when you click on the message Nov 27 22:57:25 only downpart: if you scroll, you also get "row_selected" signals Nov 27 22:57:44 dolf1074: oh. i don't know. check the code for etk. i didnt write etk. i dont know a lot about it Nov 27 22:58:29 already checked, didn't found other signals Nov 27 22:58:39 or methods for checking if the thing is scrolling Nov 27 22:59:09 mickey|ezx, ezx? https://docs.openmoko.org/trac/ticket/2138 Nov 27 22:59:51 So the only solution is to change it into something like exposure implemented? ( :( ) Nov 27 22:59:56 that'd need patches to not select items while drag-scrolling Nov 27 23:00:09 esposure just implemented a custom list of its own Nov 27 23:00:25 or you wait for elementary to get lists as i'll do that properly Nov 27 23:00:26 :) Nov 27 23:00:38 raster: and how long should I wait? Nov 27 23:00:51 dunno Nov 27 23:01:05 today i am going to have another stab at an optimisation for evas' software engine Nov 27 23:01:19 my previous test shows a nice 1300% speedup Nov 27 23:01:20 :) Nov 27 23:01:30 beautifull Nov 27 23:01:35 raster, great :) what did you modify to reach that? Nov 27 23:01:58 bugger, I'm now waiting on two guys :p Nov 27 23:02:00 it's worth me taking some time out from elementary for it Nov 27 23:02:14 well 1300% when smooht scaling Nov 27 23:02:19 120% when non-smooth scaling Nov 27 23:02:33 still not to be sticking your nose up at without some effort Nov 27 23:02:38 its basically a scale cache Nov 27 23:02:46 right now evas may seem fast Nov 27 23:02:47 but its not Nov 27 23:02:57 you know it rescales every image on the fly Nov 27 23:03:04 every time its drawn Nov 27 23:03:12 every time you see it in an update on the screen Nov 27 23:03:14 every frame Nov 27 23:03:24 so for example that image that sits behind your button Nov 27 23:03:28 and you have a list of bittons Nov 27 23:03:30 or list items Nov 27 23:03:37 they are all the same size Nov 27 23:03:40 when it redraws the list Nov 27 23:03:46 it literally draws that image 10 times Nov 27 23:03:56 and scales it 10 times for that redraw of that frame Nov 27 23:04:01 and.. it does this every frame Nov 27 23:05:28 * sicu makes a note to thank evas for all the work she does =] Nov 27 23:05:41 raster, quickdev: what do you think of this idea? http://shr.bearstech.com/trac/ticket/157. It would remove the precious space the back button needs in every app. Nov 27 23:05:41 btw, great work raster :D Nov 27 23:07:09 BEARS TECH. Nov 27 23:07:13 raster, you are coding a contacts / sms app and I am doing that...kind of resource waste in my mind. Do you see any aspect where we could collaborate? Nov 27 23:10:25 Sargun: ah, there you have hidden it. please submit fso stuff to trac.freesmartphone.org in the future. thanks a lot for the patch, i have adjusted it and it's in now Nov 27 23:10:50 dolf1074: that'd work Nov 27 23:10:57 Sorry. Nov 27 23:10:59 as long as its 1 window that implements all the pages/states Nov 27 23:11:05 mickey|ezx, Can you close the ticket then? Nov 27 23:11:16 done Nov 27 23:11:21 quickdev: aah for now contacts is on hold - sms is first Nov 27 23:11:31 i actually have my ui partly up and kicking Nov 27 23:11:40 and yes - it ids a waste Nov 27 23:11:50 but my goals are to use the sms app to push elementary Nov 27 23:12:00 so i'll make decisions for the sake of pushing the toolkit Nov 27 23:12:08 as opposed to "making it sexy" Nov 27 23:12:09 raster: and what do you think of the idea. Do you think it's rubbish or could it enhance the SHR experience? Nov 27 23:12:15 or "making it consistent" Nov 27 23:12:16 etc. Nov 27 23:12:29 and to be honest.. the code won't be that big Nov 27 23:12:30 :) Nov 27 23:12:40 mickey|ezx, os.access is the better way to do it IMHO. Nov 27 23:12:42 dolf1074: u'd need to be consistent with every app doing it Nov 27 23:12:46 as its a "hidden" option Nov 27 23:12:55 that you dont know is there until you try it Nov 27 23:13:00 mickey|ezx, Additionally, try/except is a little bit slower than running the access syscall. Nov 27 23:13:09 also until now at least the touchsrcene has been horrible ad swipes/drags Nov 27 23:13:12 thansk to sensitivity Nov 27 23:13:21 raster, so it's just for pushing elementary? But you're planning further things? Contacts app? Nov 27 23:13:21 and ts jitters and mouse unreliability Nov 27 23:13:28 the ts filtering changes to kernel may help Nov 27 23:13:32 but i have yet to try them Nov 27 23:13:33 Yes, that's why I want to discuss if it's good enough for doing everywhere Nov 27 23:13:36 anyways, I've gotta head out. Nov 27 23:13:37 bye. Nov 27 23:13:44 quickdev: yes. contacts for same reason Nov 27 23:13:53 i'll liekyl pump out a dialler too for just the same reason Nov 27 23:13:54 :) Nov 27 23:14:19 because I'm just tired of the back buttons, doesn't mean that all the people are ;) Nov 27 23:14:37 dolf1074: as such - i'd avoid it due to the nature of the device performance. Nov 27 23:14:46 it just doesnt lend itself to this Nov 27 23:14:49 cu Sargun Nov 27 23:14:49 raster, all the things I'm working on, too Nov 27 23:14:51 iuf you had silky-smooht graphics Nov 27 23:15:10 and a rock-solid ts that really worked well and registered all presses and slides well Nov 27 23:15:13 then i'd consider it Nov 27 23:15:45 quickdev: i'm doing it because i've been specifically asked to do it - other than liking the idea Nov 27 23:15:55 also i bet you my plans for an sms app are very different to your ui Nov 27 23:16:00 mine doesnt need a list for example Nov 27 23:16:04 well not right now Nov 27 23:16:04 :) Nov 27 23:16:24 ok. I will put my idea back in the fridge. (because of hardware constraints :( ) Nov 27 23:16:25 dolf1074: back buttons are good - they are obvious and easy to hit. Nov 27 23:16:33 but the idea is nice Nov 27 23:16:39 but i think the platform will let you down Nov 27 23:16:51 ok, back buttons it is Nov 27 23:17:38 raster, you were asked to do it. And you will be asked to implement a list, I'm sure :) Nov 27 23:18:17 i will Nov 27 23:18:20 but its a lower priority Nov 27 23:21:23 raster, will you bug me if I steal some ui enhancements I saw in your apps? :) Nov 27 23:21:32 no Nov 27 23:21:33 :) Nov 27 23:21:39 thats the point Nov 27 23:21:42 steal! Nov 27 23:21:42 :) Nov 27 23:22:14 ok..at least in that case one can benefit Nov 27 23:22:31 yeah Nov 27 23:22:45 the point of the sms and contacts apps - sample apps. is to serevr as a howto Nov 27 23:22:46 a tutorial Nov 27 23:22:50 an example to steal from Nov 27 23:22:54 "this is how you do this" Nov 27 23:23:01 "this is the best way to do this" Nov 27 23:23:02 etc. Nov 27 23:23:20 but instead of it being a lifeless document Nov 27 23:23:21 or web page Nov 27 23:23:25 its a living bearhngt app Nov 27 23:23:27 breathing Nov 27 23:23:36 so i wont focus much on the actual usability or featureset Nov 27 23:23:48 or even the niceness of the "working code" that does the actual task Nov 27 23:23:55 but the stuff wrapping it as a toolkit is the focus Nov 27 23:24:04 Is the 'example' code already online? Nov 27 23:24:41 yes Nov 27 23:24:52 yes Nov 27 23:24:56 i puit everything in svn Nov 27 23:25:02 owla, wanna check that out ;) Nov 27 23:25:09 in the same dir as elementary is elementary-alarm Nov 27 23:25:14 and elementary-sms Nov 27 23:25:28 if u have an e17 svn tree checked out Nov 27 23:25:33 svn update for any changes and u have it Nov 27 23:25:37 in TMP/st/ Nov 27 23:25:44 i need to probably relocate that sometime Nov 27 23:27:30 raster, the bubble is cool Nov 27 23:27:46 i need to add the style set call Nov 27 23:27:51 where u can change the bubble direction Nov 27 23:27:56 right now default is from top-left Nov 27 23:28:06 other 3 corners are also supported in the theme Nov 27 23:28:17 just need a way to set which way you want it Nov 27 23:28:29 i need to add lots of widgets like bubble Nov 27 23:28:38 like "contact photo" Nov 27 23:28:46 that basically takes a photo of a person Nov 27 23:28:56 amd puts it in a nice frame Nov 27 23:29:10 it will also possibly enforce some clipping to a square aspect Nov 27 23:29:14 or a given aspect ratio Nov 27 23:29:19 raster, will you implement a dial keypad widget? Nov 27 23:29:23 yeas Nov 27 23:29:26 its in the todo list Nov 27 23:29:33 i keep my todo in Elementary.h Nov 27 23:29:34 :) Nov 27 23:29:42 look at the bottom Nov 27 23:30:03 raster, should I do it myself or shoudl I wait till you did it? :) How long will it take? Nov 27 23:31:57 raster, ELM_HOVER_AXIS_VERTICAL <- does it pop things down? What if I want to pop things in the other direction? Nov 27 23:33:55 HORIZONTAL ? Nov 27 23:33:56 :) Nov 27 23:34:12 a hover pops up and allows 5 places to put things Nov 27 23:34:15 middle Nov 27 23:34:16 no, I want to vertically pop things up, not vertically pop things down Nov 27 23:34:16 top Nov 27 23:34:17 bottom Nov 27 23:34:18 left Nov 27 23:34:19 right Nov 27 23:34:33 that call returns the "best place" to pop Nov 27 23:34:34 eg Nov 27 23:34:40 if there is more reoom below than above Nov 27 23:34:45 it will return bottom Nov 27 23:34:55 if there is more room above - then top Nov 27 23:34:59 same for left and right Nov 27 23:35:04 my button is at the bottom..so it should pop up, right? Nov 27 23:35:13 so that is what controls the behavior of which direction somethng pops out in Nov 27 23:35:17 yup Nov 27 23:37:10 raster, have you already thought about different types of buttons? Nov 27 23:37:16 delete button / show button Nov 27 23:37:25 to assign icons "globally" Nov 27 23:37:43 consistently Nov 27 23:37:58 ooh universal icons Nov 27 23:38:00 yes Nov 27 23:38:08 i have universal icons done Nov 27 23:38:18 not universal buttons thought Nov 27 23:38:26 i only have a few icons done for now Nov 27 23:38:30 how to use universal icons? Nov 27 23:38:41 check the notepad test in elementary Nov 27 23:38:50 :) Nov 27 23:38:52 it uses them Nov 27 23:39:01 for the left/right and close icons in the buttons Nov 27 23:39:33 indeed, yes Nov 27 23:39:54 its just a lot of work to go draw 50 "standard icons" Nov 27 23:40:02 so i' Nov 27 23:40:04 use GPL ones ;) Nov 27 23:40:10 so i'll just do them "on demand as i really need them Nov 27 23:40:13 hell no Nov 27 23:40:14 yeah Nov 27 23:40:18 because they wil lall look ugly Nov 27 23:40:35 nothnig worse that just taking some icons not designed to look like they go with your current theme Nov 27 23:40:40 they stand out like a sore thumb Nov 27 23:41:16 raster, logical thing: Imagine you are viewing a sms and press a button "New SMS". How do you change the view? Do you delete all buttons manually? Do you create a new window and delete the old one? Tell me :) Nov 27 23:42:04 i intend to create a new window Nov 27 23:42:13 i wont delete the old Nov 27 23:42:25 raster: Can you say to something to stay always on top? Nov 27 23:42:30 in edje? Nov 27 23:42:43 raster, and then you will have dozens of windows in some cases? Nov 27 23:42:59 mickey|ezx : uneducated question, is there a quick way to check of there is an active call ? Nov 27 23:43:08 dolf1074: edje - no. the elements live inside of the object and stay there. Nov 27 23:43:19 mirko-paroli, listen for the call signals ;) Nov 27 23:43:19 in evas you can create objects and set them to different layers (layer 0 is default) Nov 27 23:43:24 layer 1 is ALWAYS above layer 0 Nov 27 23:43:31 and layer 2 always above 1 Nov 27 23:43:35 layer -1 is below 0 Nov 27 23:43:35 etc. Nov 27 23:43:40 quickdev: LOL Nov 27 23:43:46 I have the call activated and am talking Nov 27 23:43:52 quickdev: why would i go start editing doizens fo sms's Nov 27 23:43:54 but I need to check when the next call comes Nov 27 23:43:56 raster, you use window layering to accompilsh that? Nov 27 23:44:02 raster: ah so. Nov 27 23:44:07 with a "new sms"w idnwo i can still go back to my sms list and see the message i am replying to Nov 27 23:44:10 while keeping my edit up Nov 27 23:44:19 the wm happily handles managing all of that Nov 27 23:44:37 and no window layering Nov 27 23:44:37 raster, so you have 2 "real" windows? Nov 27 23:44:42 correct Nov 27 23:44:49 i have a "sms app main" window Nov 27 23:44:49 mirko-paroli: org.freesmartphone.GSM.Call.ListCalls() Nov 27 23:44:53 that displays sms's i am reading Nov 27 23:44:58 and a "edit new sms" window Nov 27 23:45:05 i coudl open multiple sms edits if i wanted Nov 27 23:45:09 and keep them open Nov 27 23:45:11 and then unpack the array etc Nov 27 23:45:15 raster, imagine you have the following: Folder list, Folder content list, SMS show view -> that would produce 3 windows? Nov 27 23:45:15 until i cancel or send them Nov 27 23:45:17 they stay openh Nov 27 23:45:35 yes Nov 27 23:45:39 i might do 3 windows Nov 27 23:45:48 though i wasnt intending on doign multiepl folders/lists Nov 27 23:45:52 1 "all my messages" view Nov 27 23:45:56 whihc is every message you sent Nov 27 23:46:07 and that was sent to you ordered in time from newest to oldest Nov 27 23:46:16 raster, in my app I'm using only one window and switching between "views" Nov 27 23:46:20 (with some cutoff date ot # of messages so the list isnt too long) Nov 27 23:46:24 as you see in the sms app Nov 27 23:46:38 and then you simply hit reply Nov 27 23:46:42 or new message Nov 27 23:46:45 simple as that Nov 27 23:46:51 nothgn hyper-fancy Nov 27 23:46:57 yeah Nov 27 23:46:58 in terms of "organisational abilities" Nov 27 23:47:08 no filters, filters, or such Nov 27 23:47:14 treat sms like irc or instant messaging Nov 27 23:47:28 its basically a conversation to and fro betwene you and 1 or more people Nov 27 23:47:39 may as well keep it simple that way Nov 27 23:47:48 and just focus on making it really usable in a simple sense Nov 27 23:48:40 but you are doing it differently Nov 27 23:48:41 raster, I'm just thinking what's the advantage/disadvantage of my approach is Nov 27 23:48:57 right now in elementary i havent added any widgets or helpers to make having multiple "screens" within a window easy Nov 27 23:49:01 I'm using less memory Nov 27 23:49:14 my way puts the wrodk back into the wm of managing context and focus Nov 27 23:49:16 raster, I have added some kind of helper for that Nov 27 23:49:26 actually likely not using less Nov 27 23:49:35 the cost of a new window is really not that much Nov 27 23:49:46 and in fact the more objects you put into a window Nov 27 23:49:49 the slower evas gets Nov 27 23:49:52 raster, but the cost to have much windows open? ;) Nov 27 23:50:00 again - i expect 2 windows Nov 27 23:50:06 "didums" Nov 27 23:50:07 I put as many objects in my window as you Nov 27 23:50:14 1 window normally Nov 27 23:50:18 and a 2nd wnen writing a message Nov 27 23:50:39 raster, but there isn't a very big disadvantage in my approach? Nov 27 23:50:42 unless you are doing compositing Nov 27 23:50:53 a window doesnt consume extra ram per pixel Nov 27 23:50:59 its just a data structure Nov 27 23:51:10 raster, a window has some widgets, which are using space Nov 27 23:51:10 well there is a disadvantage Nov 27 23:51:17 you make for inconsistent context management Nov 27 23:51:27 your app has to handle all its won state management Nov 27 23:51:41 what if i want to go back and read the sms again while writign the reply? Nov 27 23:51:56 what if i want to find 2nothe rsms someone wrote and coyp and paste from it? Nov 27 23:52:05 you need a way to go back and do that Nov 27 23:52:13 both not possible (without opening a new app) Nov 27 23:52:20 now you end up re-producing a lot of things the wm does already in a consistent way between apps Nov 27 23:52:29 there is your disadvantage Nov 27 23:52:32 "not possible" Nov 27 23:52:33 yeah, right Nov 27 23:52:44 andthis is one of the utmost annoying things for me on "phones" i have used Nov 27 23:52:48 including the qtopia linux ones Nov 27 23:52:54 they like to stop you from doing things by design Nov 27 23:53:04 or make it complex Nov 27 23:53:10 eg i have to save my sms to a draft folder Nov 27 23:53:13 then go back and read Nov 27 23:53:17 then come find my draft folder Nov 27 23:53:22 then find the sms i was writign and continue Nov 27 23:53:31 as opposed to just hit the "left arrow" to go back an app window Nov 27 23:53:35 read/select Nov 27 23:53:42 fwd again to my editing Nov 27 23:53:46 and paste or write what i wnated Nov 27 23:54:02 now you can argue "this should be a widget so you can flip screens" Nov 27 23:54:03 sure Nov 27 23:54:10 but.. you are reproducing what a wm already does Nov 27 23:54:17 this WOULD make sense in a framebuffer target Nov 27 23:54:23 where you have no such thing Nov 27 23:54:28 adn you need to manage state all yourself Nov 27 23:54:50 it all depends how you view it Nov 27 23:55:04 i like to view it as making this easy and possible by just doing thnigs a certain way Nov 27 23:55:08 I will follow your solution Nov 27 23:55:15 its less work to open a new window Nov 27 23:55:18 and close it Nov 27 23:55:25 the cost really is not more Nov 27 23:55:28 as a window is a strucutr Nov 27 23:55:34 strucutre Nov 27 23:55:49 sure - in a compositing environment it MAY mean the new window consumes a new pixmap Nov 27 23:55:52 and this video ram Nov 27 23:55:58 but that isnt happening right now Nov 27 23:55:59 raster, in some cases (for example Folder view -> Folder content list) it's wished to close the first window when opening the second. Do you agree? Nov 27 23:56:14 in that regard Nov 27 23:56:16 raster, the widgets take memory Nov 27 23:56:24 for that i wouldnt open a enw window Nov 27 23:56:37 i would just modify in-place the folder list display Nov 27 23:56:49 widgets take very little ram Nov 27 23:57:01 maybe 1-2kb at most Nov 27 23:57:09 the IMAGES for rendering eat up ram Nov 27 23:57:36 raster: also for closing a window you need 2 clicks. (I'm a pro for the window thing, only this is a huge con) Nov 27 23:57:38 raster, not opening a new window would mean again: Switching between different "views"...or not? Nov 27 23:58:38 dolf1074: you can always have a close button on the window itself Nov 27 23:58:41 and then I would do wm stuff...state handling Nov 27 23:58:43 for example Nov 27 23:58:48 for the message editor Nov 27 23:58:53 you want a "send" buttopn anyway Nov 27 23:59:03 and that likely can just have a "cancel" button next to it Nov 27 23:59:16 quickdev: yes. Nov 27 23:59:24 not openign a new window means swithcing state Nov 27 23:59:31 but for a folder view you just change folder contents Nov 27 23:59:41 dont completely change the widgets Nov 28 00:00:08 raster, you don't know how the folder / list view looks like. Could be completely different ;) Nov 28 00:01:15 raster: just a silly question: why does the 'list applications' have the same button in it's window? Nov 28 00:01:59 (first button on the top bar) Nov 28 00:02:05 (if opened) Nov 28 00:02:36 quickdev: i dont Nov 28 00:02:38 :) Nov 28 00:03:15 dolf1074: ooh yeah - that button does nothnig at the moment. i was planning on using it for something. i havent decided yet what to do but i was thinking maybe a full sask manage Nov 28 00:03:24 that lists all apps, processies, how much ram and cpu they use etc. etc. Nov 28 00:03:29 but for now it does nothing Nov 28 00:03:31 and is useless Nov 28 00:03:35 ah ok Nov 28 00:04:07 raster, another thing I wanted to ask you for weeks. Are desktop gadgets working without segfaults? ;) Nov 28 00:04:21 night guys Nov 28 00:04:25 and a little bug: if you press the 'settings' icons on top of the panel, the top panel doesn't shrink, but stays open Nov 28 00:04:27 ummm i dont really use them myself Nov 28 00:04:31 night mirko-paroli Nov 28 00:04:36 night Nov 28 00:04:36 but they arent too usabel at the moment on a touchsrceen with 1 mouse Nov 28 00:04:41 no way to move/resize on the fly Nov 28 00:04:43 and remove them Nov 28 00:04:49 as that is right-mouse controlled Nov 28 00:04:56 so until i look into that i'm ignorring them Nov 28 00:05:04 raster, what about a today screen? Wouldn't you use a gadget for it? Nov 28 00:05:19 dolf1074: and that isnt really a bug. its simple the shelf has no idea you pressed anythign Nov 28 00:05:25 ad the settings icon is a separate gadget Nov 28 00:05:32 entirely unknown to the shefl Nov 28 00:05:45 yeah, but it's just looks weird Nov 28 00:05:51 there is no abstreaction layer to tell a parent container "btw - hide again" Nov 28 00:05:59 so there simply is no method to do it Nov 28 00:06:23 quickdev: yes. a today screen would actually be multiple gadgets Nov 28 00:06:34 the top bar is always shrinking when you press something expect for that only icon. It like it has a privilege :) Nov 28 00:06:43 a clock - a "list of unread messages and unansweredf calls" Nov 28 00:06:48 raster, are you planning to do one? ;) Nov 28 00:06:54 a "calendar appointments for today" Nov 28 00:06:55 etc. Nov 28 00:06:57 yes Nov 28 00:07:01 thats the idea for gadgets Nov 28 00:07:02 great :) Nov 28 00:07:04 they will just ahndle thsi Nov 28 00:07:11 illumes launcher icosn would just become a gadget Nov 28 00:07:21 yeah Nov 28 00:07:22 but i need to fix gadgets to be 1 mouse button friendly Nov 28 00:07:26 first Nov 28 00:07:37 then you fcan load moduels to provide gadgets for anything you like Nov 28 00:07:38 ok, guys. cya Nov 28 00:07:40 and add them Nov 28 00:07:45 and move them anywhere on the screen Nov 28 00:07:49 yes :) Nov 28 00:08:24 i just have a very long list of thnigs to do Nov 28 00:08:30 so i can only do some at any time Nov 28 00:08:37 mickey|ezx, can you commit http://linuxtogo.org/~lgorris/diffs/git-diff-org.oe.dev-msm-linux.diff ? Nov 28 00:08:42 there is a long list of things to do and improve Nov 28 00:08:46 and i know the path to take Nov 28 00:08:52 but i can only work on one thing at a time Nov 28 00:09:07 of course Nov 28 00:09:16 and generally i will work on the things that those that pay for my food and rent find most important to them Nov 28 00:09:17 :) Nov 28 00:09:25 I'm leavning now. 1 o'clock here and I have to be awake at 6 :) Nov 28 00:09:30 as such i need to now work on this scale cache Nov 28 00:09:34 it will heavily impact elementary Nov 28 00:09:38 and performance i n general Nov 28 00:09:42 its worth effort Nov 28 00:09:48 its not just a 10% speedup Nov 28 00:09:51 yeah, definitely Nov 28 00:10:01 its a very hefty speedup worth the effort that will just make everything more usable Nov 28 00:10:09 no matter hat the target Nov 28 00:10:11 desktop or phone Nov 28 00:10:12 :) Nov 28 00:10:17 hrr :) Nov 28 00:10:28 everyone wins from it Nov 28 00:10:35 the only prolbme is.. it will of course use ram Nov 28 00:10:41 so its a ram vs speed tradeoff again Nov 28 00:10:47 have a good day. Look forward to see your improvements in my code ;) Nov 28 00:11:11 (i'll make my sms app scrilling a lot faster!) Nov 28 00:11:13 err Nov 28 00:11:17 it'll Nov 28 00:11:18 :) Nov 28 00:11:19 dcordes: i need to review that, i don't like setting the TARGET_CC_ARCH directly in there Nov 28 00:11:29 raster, scrolling? Nov 28 00:11:56 mickey|ezx, we did it the same way before somebody messed up the machine.confs Nov 28 00:11:56 ok, however Nov 28 00:12:01 have a good day guys, cya Nov 28 00:12:02 :) Nov 28 00:12:05 mickey|ezx, I tested all of it. Nov 28 00:12:16 dcordes: it's better to have a seperate tune file for that. Nov 28 00:12:34 qui yes. qcrolling is entirely red-raw-driven Nov 28 00:12:55 mickey|ezx, I know and that was the intent of the koen commit that broke it. arm11 tunefile doesn't work because it sets wrong fpu switches Nov 28 00:13:32 dcordes: good, then we need a better tunefile :) Nov 28 00:13:36 or a seperate one Nov 28 00:14:20 I will try a seperate one Nov 28 00:15:05 what does the |...|...|...|...|...> signify ? Nov 28 00:15:57 cpu call frame depth Nov 28 00:15:58 mickey|ezx, unfortunately I have no good camera. otherwise I could take a nice snapshot for the moko planet Nov 28 00:16:08 ya, too bad Nov 28 00:17:09 so far I have only see errors regarding the unknown prop. htc commands Nov 28 00:17:16 good, very good Nov 28 00:17:34 that means it's fairly standard compliant Nov 28 00:18:54 yea I guess if we get the network routing going it's quite operational Nov 28 00:20:20 and Xfbdev Nov 28 00:20:55 !oebug #4448 Nov 28 00:22:53 mickey|ezx, must cli-framework be invoked with some options? Nov 28 00:24:00 ok I didn't run fso in the background Nov 28 00:30:21 Is the Freerunner screen really 43mm x 58 mm ? Nov 28 01:03:39 raster: thanks! i just wasted my time reading through that very useful long-message test in elementary-sms ;p Nov 28 01:03:52 hahahha Nov 28 01:03:53 :-P Nov 28 01:03:54 :) Nov 28 01:05:12 very insightful ... tells me a whole lot about your mind Nov 28 01:05:34 i'm rather scared to be honest ;p Nov 28 01:06:44 raster, you seem like a graphics guru. can you look at oebug #4448 ? Nov 28 01:07:23 dcordes_: busy with my own code atm :) Nov 28 01:07:38 and what bug tracker where? Nov 28 01:08:49 does anyone here have a Freerunner phone? Nov 28 01:09:13 raster, bugs.openembedded.org Nov 28 01:09:59 ummm Nov 28 01:10:06 om moved to trac long ago Nov 28 01:10:29 it's not only moko related Nov 28 01:10:34 oh wait Nov 28 01:10:35 sorry Nov 28 01:10:36 oe Nov 28 01:10:37 not om Nov 28 01:10:42 and not exactly oe related either Nov 28 01:11:12 just asking you because you seem to know so much about graphics Nov 28 01:13:25 dunno Nov 28 01:13:29 i've never had tslib not work Nov 28 01:13:34 so i've never had to look into it Nov 28 01:13:35 :) Nov 28 01:13:50 well tslib works. the problem is Xfbdev Nov 28 01:14:18 yes Nov 28 01:14:27 tslib + x has worked for me pretty consistently Nov 28 01:14:29 and when it hasnt Nov 28 01:14:34 its been down in ekrnel driver land Nov 28 01:14:39 that the problems have been spwaning Nov 28 01:15:12 I also thought it's in the sacred lands of kernel. but _everything_ seems to work except for X Nov 28 01:16:01 don't see what's so special about X that's not present in other programs that use the framebuffer to display stuff Nov 28 01:16:14 dunno Nov 28 01:16:26 maybe its somnething x does to try play with ts calibration Nov 28 01:16:34 really d0nt know - u'd have to read the code Nov 28 01:16:56 ok thanks for looking tho Nov 28 01:17:58 hehe Nov 28 01:18:01 id dint really look Nov 28 01:18:14 i just went... "well - wont know until i open up xfbdev coe3e Nov 28 01:18:26 and have a kaiser.. and put some debugging in to see just whats happening where" Nov 28 01:18:31 at whihc point i know Nov 28 01:18:36 1. i dont have the time to look at the code right now Nov 28 01:18:41 2. dont have a kaiser Nov 28 01:18:41 :) Nov 28 01:19:43 that's a good idea, making Xfbdev be more verbose and see where (usually after the fb is drawn once, before any refresh) /why it freezes Nov 28 01:32:46 /join #hackable1 Nov 28 01:33:59 wat Nov 28 01:43:59 Is there a lot of things I could develop on the phone with only an emulator? **** ENDING LOGGING AT Fri Nov 28 02:59:57 2008