**** BEGIN LOGGING AT Mon Apr 19 02:59:56 2010 Apr 19 16:12:12 does anyone knows how i can get the rtl8187 driver in my freerunner Apr 19 16:13:00 i want to use a more powerful wifi adapter Apr 19 17:55:51 is there a working scummvm version for shr-u? i only got scummvw 0.12 ipk which i can't install because of missing dependency "libvorbis" Apr 19 18:13:21 Fox_Muldr: try -force-depends libvorbis was renamed to libvorbis0 Apr 19 18:14:35 ok, but the file on disk has still the same name? Apr 19 18:14:45 yes Apr 19 18:14:50 tnx Apr 19 18:15:39 hii all guys Apr 19 18:15:53 i want read the accelerometer data Apr 19 18:17:02 i-pink: and what's the problem? Apr 19 18:17:27 what is the easy way to do it? Apr 19 18:17:53 BTW i can make ssh to the moko? Apr 19 18:18:46 IIRC the accel data appears on a /dev/input/event Apr 19 18:18:51 i-pink: you can look at mokomaze sources on how to read that data Apr 19 18:19:29 or, if you only want orientation events, use fsodeviced Apr 19 18:19:32 and listen via dbus Apr 19 18:22:00 i want to get the value from the XYZ axis Apr 19 18:25:36 read /dev/input/event3 or 4 dunno offhand Apr 19 18:34:06 what is a good way to execute a script everytime before and after suspend? much earlier i did it with a script within /etc/apm/scripts.d/ but it seems that this file isn't executed anymore before/after suspend Apr 19 18:38:32 depends on your distro Apr 19 18:38:53 oh you are right. shr-u at the moment :) Apr 19 18:39:12 in that case, you would need to listen for a dbus signal Apr 19 18:39:22 and then call the script Apr 19 18:39:30 which do you want to execute before/after suspend? Apr 19 18:40:39 i wrote a little script which get the status of the battery (capacity/current) and what onboard devices are powered on (gps, bt, wifi, gsm) and logs it with timestamp in a file Apr 19 18:41:04 i only used it for measurement of standby time Apr 19 18:41:23 i see, if that script is in python it would be simple to teach it to listen for dbus messages Apr 19 18:42:10 it is just a plain bash script, nothing extraordinal. i don't know python. Apr 19 18:42:31 because of that it was nice to have the apm scripts at that time for this purpose Apr 19 18:42:32 i see. if it's bash, you could perhaps do something like parsing the output of mdbus2 -sl org.freesmartphone.ousaged |grep system-action or so Apr 19 18:43:00 but than the script have to be running all the time? Apr 19 18:43:25 and i have to do the mdbus2 command repeatedly? Apr 19 18:44:16 ah i see. that command runs continously Apr 19 18:46:14 yeah, mdbus2 -sl dumps signals and if you give it parameters it filters the output Apr 19 18:46:22 like, only sending signals from a certain busname Apr 19 18:46:56 ok so i have to run a script while my system is running which listens for the signal. after the signal arrives i start my few commands. Apr 19 18:50:53 so when i press "suspend" and my script receives the suspend signal it starts my commands. but how much time do i have until the machine really goes into suspend after i received the command? i don't think the suspend waits until all commands have finished from my script. so it seems to be luck if it runs through before suspending :) Apr 19 18:51:31 depends on your system speed Apr 19 18:51:52 if you're using frameworkd on a neo or so, it might give you 2-3 seconds until it actually suspends Apr 19 18:52:49 hehe i think this should be enough time :) Apr 19 18:53:26 but i think the way it worked with the apm scripts was a bit nicer Apr 19 18:54:26 hmm Apr 19 18:54:29 yes and no Apr 19 18:54:35 i guess it depends on how you view your system Apr 19 18:54:56 if you view it as a mini linux computer, then yes, you might rather want apm back Apr 19 18:55:59 mini linux is exactly why i like my neo :) Apr 19 18:56:19 right, you will have to create some scripts that properly shutdown the modem and other devices though Apr 19 18:56:32 likewise turn on again Apr 19 18:56:40 (or "prepare" for normal operation, whatever that means) Apr 19 18:57:30 oh no i only mean that i liked the apm way for "user" scripts. not that i want everything from apm back Apr 19 18:58:02 it was easier for me to execute custom scripts before/after suspend. that's all what i wanted to say Apr 19 18:58:37 i can see some of that and there might be some value in being more apmd-like Apr 19 18:58:41 i have to think about it Apr 19 18:58:58 but apart from you i only have one person who ever requested that Apr 19 18:59:56 don't mind my extra i needed. it isn't such important to me. Apr 19 19:01:05 but i wonder how others measure the suspend times without getting the battery status by hand all the time before/after suspend to get meaningfull statistics about this Apr 19 19:01:27 they probably listen to signals Apr 19 19:01:29 Fox_Muldr: leave it alone for some days Apr 19 19:01:43 ousaged and odeviced spit out all kinds of interesting data Apr 19 19:01:54 like... battery status Apr 19 19:02:01 and resource status Apr 19 19:02:07 which would be more or less exactly what you record :) Apr 19 19:02:44 hmm ok. to be honest i never really investigated the way how i could to this with fso :) Apr 19 19:03:17 start with mdbus2 -sl Apr 19 19:03:24 and just look for a couple of minutes Apr 19 19:03:36 to get an idea about what's coming along there Apr 19 19:05:05 i see Apr 19 20:40:03 editing contact on shr-u??? Apr 19 20:40:05 I'm totally stumped Apr 19 20:40:08 any help much appreciated Apr 19 20:44:45 badcloud, options-show present the contact, pressing the pencil on an unselected field opens it for edit. Apr 19 20:46:04 touch the text to see the cursor and popu the keyboard Apr 19 20:46:45 I've tried that Apr 19 20:46:53 nothing makes the kbd popup Apr 19 20:47:06 nor does anything create input from the keyboard Apr 19 20:47:45 the pencil icon just shifts to a wastebin Apr 19 20:47:57 (pressing that deletes the field) Apr 19 20:48:05 :( Apr 19 20:48:56 press on te text, i was testing and E segfauted :( Apr 19 20:49:45 just press the yellow text Apr 19 20:49:56 I'm restarting X Apr 19 20:50:04 nothing happens Apr 19 20:50:13 I'm using unstable April 7th Apr 19 20:50:16 ... Apr 19 20:50:19 $%^&*( Apr 19 20:50:54 the cursor is really small , I've just upgraded Apr 19 20:51:34 I don't see any cursor either... Apr 19 20:51:48 arrrrrrrg Apr 19 20:51:58 this was exACtly the same in latest testing Apr 19 20:52:28 I've just tested it again press the pencil on an unselected field, Apr 19 20:52:57 pres the yellow text of the field then cursor and keyboard pops-up Apr 19 20:53:09 nothing, abso$%^&*luetly nothing Apr 19 20:53:50 it feels like I either stupid and missing something so very simple and straightforward or something is seriously not programmed well Apr 19 20:54:10 jlmoko: it works for you? Apr 19 20:54:28 yes it works Apr 19 20:54:36 ok........ Apr 19 20:54:37 got it Apr 19 20:54:46 that is one tinnnny ass field Apr 19 20:56:32 jlmoko: it worked once. doesn't seem to like me though Apr 19 20:57:08 here worked more than twice Apr 19 20:57:33 do you have to click the pencil first? Apr 19 20:59:00 yes and the field mus be not yellow when pressing the pencil Apr 19 21:00:04 *why* does it have to be sooooo complicated?? Apr 19 21:01:58 when the yellow background and trashcan are present, press on the field text/number to get a cursor & keyboard Apr 19 21:02:17 yeah, I got that Apr 19 21:02:20 thanks, jlmoko Apr 19 21:10:00 is not complicated is bug #1020 working for you Apr 19 21:11:40 going to bed gnight Apr 20 00:28:00 ++++- Apr 20 00:53:23 http://build.shr-project.org/shr-testing/images/om-gta02/?C=M;O=D Apr 20 00:53:43 latest uimage wont save **** ENDING LOGGING AT Tue Apr 20 03:00:03 2010