**** BEGIN LOGGING AT Sat Jan 03 02:59:57 2009 Jan 03 02:59:58 how do you flash it then? Jan 03 03:00:28 run dfu util really quickly as soon as i see the backlight come up Jan 03 03:00:46 when u boot it? Jan 03 03:00:50 * balrog-kun only has an early proto and doesn't know what the behaviour is supposed to be on normal hw Jan 03 03:01:14 yeah, just after it flashes the AUX button led for a moment Jan 03 03:01:27 then the backlight starts fading in Jan 03 03:01:28 does it start up USB before that then? Jan 03 03:01:46 that's about the 2nd second of the three second wait Jan 03 03:02:00 so i only got like one second to connect with DFU or terminal Jan 03 03:02:11 christ Jan 03 03:02:14 otherwise it starts to load linux Jan 03 03:02:24 i guess it's easy to change Jan 03 03:02:37 but on the other hand i wouldn't want to wait too long if i just want to boot Jan 03 03:05:50 any other ways to flash it? just take out the SD card would be easy.. Jan 03 03:33:28 will there be more shr ? Jan 03 03:33:51 :?) Jan 03 03:46:04 Hey, I'm getting complaints of bad echoing when I use speakerphone. Jan 03 03:46:17 I understand this is nothing new.... But has a fix been found? Jan 03 03:46:40 Searching the wiki is pointless; every other page has something about echo value > /sys/something Jan 03 03:47:10 Also, the volume has GOT to go up! Jan 03 03:47:36 I can barely hear them, even when using speakerphone. Jan 03 03:47:42 which os? Jan 03 03:48:02 SHR Jan 03 03:48:52 maybe when the next shr comes it will be fixed Jan 03 03:50:31 the mic being directly between the speakers =fail Jan 03 03:51:12 maybe some sound proof tape is in order Jan 03 03:51:12 LOL Jan 03 03:52:20 maybe some silicone closed cell foam would work Jan 03 03:53:01 How about some echo-cancelling software? Jan 03 03:53:03 :P Jan 03 03:53:15 maybe a little hardware noise-cancellation Jan 03 03:53:32 yea some of that Jan 03 03:53:54 but in liu of that, some software noise cancellation Jan 03 03:53:57 lui Jan 03 03:53:59 lue Jan 03 03:54:03 'loo' Jan 03 03:54:06 lew Jan 03 03:54:10 that word Jan 03 03:54:21 Hmm, lieu? Jan 03 03:54:40 lou Jan 03 03:54:42 lol Jan 03 03:54:42 Yes. :) :P Jan 03 03:54:44 Lieu Jan 03 03:54:52 yeah Jan 03 03:55:12 Yeah, I can't really do much to the hardware now. Jan 03 03:57:17 So it automatically swaps out the alsa configs (volumes) when you, say, accept a call or turn on the speakerphone? Jan 03 03:57:39 shouldn't that be implemented already? Jan 03 03:58:11 I would assume... I'm just trying to figure this thing out. Jan 03 03:59:16 can someone help me configure uboot to allow for bigger kernels, i have not used a serial console before and kermit does not like what i am typeing Jan 03 03:59:33 dns53: Use Qi? Jan 03 03:59:58 i could but i would prefer if i didn't have to Jan 03 04:00:10 i like the ability to multi boot of sd card Jan 03 04:00:28 There's always NOR. Jan 03 04:01:11 true but i'd like to try modifying it first Jan 03 04:01:32 not on the wiki? Jan 03 04:01:35 * Digital_Pioneer shrugs. Jan 03 04:01:47 I don't fool with uBoot internals. :) Jan 03 04:02:01 I tried the andy-tracking kernel, it didn't work. Jan 03 04:02:08 So I went back to uBoot. Jan 03 04:02:40 well i type what is on the wiki and kermit complains that it is not a valid command so kermit seems to be processing the commands instead of sending it to the opemnoko Jan 03 04:11:40 ok it works in putty Jan 03 05:46:39 So does anyone know of any echo cancellation working yet? Jan 03 05:47:20 "Working" being a flexible term. Making any noticeable difference, really. Jan 03 05:54:18 Hi Jan 03 05:54:38 Does any body know how to use android's adb under ubuntu ?? Jan 03 05:55:08 I am trying to install an android apk file on free runner which is running android Jan 03 05:56:00 not yet but i'll give it a try when mine boots Jan 03 07:04:35 yay! got my contatcs app to display a (curently unusably basic) gui :) Jan 03 07:41:30 AntonTakk: website? Jan 03 07:42:34 khaije1: none, atm, but tbh, there is nothing to really see yet, the ui curently consists of unlabeled colored boxes Jan 03 07:43:25 what stack are you using? Jan 03 07:43:58 intending to make it use fso once i get it able to do something usefull Jan 03 07:44:32 any particular lang, gui toolkit, or info-store ? Jan 03 07:44:53 c, efl, evolution data server Jan 03 07:45:59 i'm curious about trying some development on the freerunner myself... how did you find using the efl libs? Jan 03 07:46:18 amazingly easy, so far Jan 03 07:47:33 when i looked at it breifly i was a little confused by their evas concept, it seems like it decouples the gui from the application, almost like a appserver template Jan 03 07:47:51 did you have any encounter with this aspect of it? Jan 03 07:47:55 i mean, i have never even used C before starting on this app, and just in the last few hours i have gone from using a demo edje file containing single red square that closes the app to having 90% od the gui layout done in colored boxes Jan 03 07:48:19 yeah, part of what is making building the gui so fast Jan 03 07:48:54 i don't have to recompile the app each time i add an element to the app, only have to rebuild the app when i actually make the app use the button/etc Jan 03 07:49:20 why did you choose to go with c ? Jan 03 07:51:29 familiarity, i have not used C, but i have done some stuff in c++. which makes it far more fmiliar than python for me Jan 03 07:52:47 ook, i am in the process of brushing up on python to play with OM, and so far efl looks like the best gui to use (though i havent looked much at the bindings yet) Jan 03 07:53:23 it seems like one of the biggest problems with the OM project atm is a lack of a common data store, do you have any opinion on that? Jan 03 07:53:39 biggest problem is i haven't been able to get it to actually compile on the fr it's self, so i can't really guage my ui layout :) Jan 03 07:54:33 what about cross-compiling into a package? Jan 03 07:58:32 not really sure how to do that :) Jan 03 07:59:06 but adjusting the gui will be easy anyways, and i won't have to recompile the app for it Jan 03 07:59:17 so i'm not to woried Jan 03 08:08:00 Sean Moss is so funny: Jan 03 08:08:00 This past year, I've had too much email and too much technology. More Jan 03 08:08:00 and more I find myself looking for natural, handmade things. At the same Jan 03 08:08:00 time, though, I'm definitely not willing to give up my technology. I Jan 03 08:08:00 want both a phone that is digital, but in a strange way also analog. I Jan 03 08:08:01 hope to build one next year. Let's see if we can get there! Jan 03 08:13:09 hm a wooden phone with an oled Jan 03 08:58:48 good morning Jan 03 10:10:50 what to do if 2008.12 does not boot from sd with last message 'Only GTA01 hardware supported by ASoc driver'? Jan 03 10:12:13 then you used a gta01 image for a gta02 phone? Jan 03 10:13:32 no, i see this message in normally booting 2008.8, 2008.12 just stops in that point Jan 03 10:15:17 oh Jan 03 10:15:22 no idea then Jan 03 10:21:18 the same happend with all testing images later than Nov 27, the Nov 27 boots ok from sd Jan 03 10:24:43 how do you get usb networking working for android, i can ping it but it has no resolv.conf, does it use that? Jan 03 11:12:21 good morning Jan 03 11:25:38 ahoi Jan 03 12:36:43 \join #latex Jan 03 12:37:19 other way round. Jan 03 12:46:58 What's the events/0 bug caused by Jan 03 13:30:59 hello Jan 03 13:47:51 hello Jan 03 13:48:53 Sargun: what is event/0 really doing? Jan 03 13:49:19 apart from eating cpu, that ia Jan 03 13:49:21 haha Jan 03 13:49:25 handling interrupts? Jan 03 13:50:49 so, something causing a lot of interrupts will make event/0 eat cpu, right? Jan 03 13:57:20 feitingen, yes Jan 03 14:06:49 Sargun: so, since streaming stuff over wlan on the sdio bus which is on the glamo chip creates lots of interrupts, would using bluetooth or the usb generate the same amount of interrupts? Jan 03 14:07:02 I have no idea Jan 03 14:07:11 I stay at least 50 feet from hardware Jan 03 14:07:16 I try 60 Jan 03 14:08:42 i like some hardware, the glamo is not something i am fond of Jan 03 14:09:12 feitingen: bluetooth is basically usb from the cpu's point of view Jan 03 14:09:51 feitingen: and the usb uses ohci.. i think.. ohci generates one interrupt per packet (urb) so that may be less interrupts, but probably not a big difference Jan 03 14:10:26 freesmartphone.org: 03mickey 07framework * r140708477068 10/framework/subsystems/odeviced/kernel26.py: odeviced: kernel26: remove deprecated API in PowerSupply, add some new calls Jan 03 14:10:27 freesmartphone.org: 03mickey 07framework * r713a0e2b626e 10/ (28 files in 5 dirs): Jan 03 14:10:27 freesmartphone.org: Add the new module kobject patterns that wraps uevent and rtnetlink notifications. Jan 03 14:10:27 freesmartphone.org: This will be used to substitute route some polling in pdp and other modules. Jan 03 14:10:27 freesmartphone.org: NOTE: To assist netlink parsing, we include the cxutil and cxnet packages Jan 03 14:10:29 freesmartphone.org: from python-connexion in the framework. For more details, see Jan 03 14:10:31 freesmartphone.org: http://www.radlinux.org/connexion/wiki Jan 03 14:10:33 freesmartphone.org: Add cxnet and cxutil as per 0.4.6 SVN rev 1681 Jan 03 14:13:05 balrog-kun: so, is there any buses that uses less interrupts? i2c? Jan 03 14:14:43 feitingen: hard to tell.. what kind of bandwidth do you need? Jan 03 14:15:29 or is the problem that the interrupts should be handles in a less cpu intensive way.. Jan 03 14:16:35 That's part of it Jan 03 14:16:47 the ohter part is that the glamo has a 7(?)Mb/s bus. Jan 03 14:16:55 About the speed of a 16 bit ISA card. Jan 03 14:16:59 feitingen: it's various factors.. probably best to base on statistics when comparing rather than the theory Jan 03 14:17:11 And any data transfer to it locks up the CPU Jan 03 14:17:18 Totally Jan 03 14:17:28 feitingen: the openmoko wlan driver should give you 300KB no problem Jan 03 14:17:30 so read 1M/second from the SD, and you've used 13% of CPU Jan 03 14:17:50 feitingen: the USB should give you usb 1.1 speeds, i.e 12MB Jan 03 14:18:02 or mbit.. i don't remember Jan 03 14:18:06 (as the CPU spends 13% of its time getting the data, before any software stuff) Jan 03 14:18:07 bit Jan 03 14:18:08 i think MB/s Jan 03 14:18:21 1Mbyte that is Jan 03 14:18:41 so, using a bus directly connected to the cpu would be better, right? Jan 03 14:18:42 usb1 is going really well to push out a meg. Jan 03 14:18:50 feitingen: yes Jan 03 14:19:01 feitingen: USB isn't in principle heavyweight Jan 03 14:19:21 feitingen: yes, that's the theory Jan 03 14:19:26 Here I would insert benchmark numbers from a test I've just run, but meh. Jan 03 14:19:40 * SpeedEvil has misplaced his neo1973. Jan 03 14:19:44 if you have a poorly written driver, it can make no difference Jan 03 14:19:57 what other buses can i access without breaking my device? Jan 03 14:19:59 Err Jan 03 14:20:09 Ignore that err. Jan 03 14:20:23 feitingen: what are you trying to do again? Jan 03 14:21:27 what range of speeds do you need? Jan 03 14:21:28 SpeedEvil: just thinking out loud.. and i am wondering what i can use to add functionality to my freerunner Jan 03 14:21:40 feitingen: there are I2C and SPI solderable points. Jan 03 14:21:53 balrog-kun: 1 or 2 Mbit would be enough Jan 03 14:22:06 Look who I may have roped into getting a FR: http://forum.tryv6.com/showthread.php?p=15&posted=1#post15 Jan 03 14:22:13 feitingen: are you trying to do fixed hardware extensions? Jan 03 14:23:02 USB is safe. Jan 03 14:23:59 SpeedEvil: yes Jan 03 14:24:14 feitingen, of what? Jan 03 14:24:29 feitingen: I wrote something on exactly this topic on the wiki. Jan 03 14:24:36 Unfortunately, I think it's been moved Jan 03 14:24:52 Basically, there are no good options at all. Jan 03 14:24:55 They all suck Jan 03 14:25:24 USB you can't connect to internally without desoldering the bluetooth module, which means removing the LCD, which is glued down. Jan 03 14:25:39 Or an external wraparound plug Jan 03 14:25:56 any means of getting power other than a battery shim is problematic. Jan 03 14:26:16 The only internal connector - the debug connector is a stupidly fine-pitch one. Jan 03 14:26:28 And will be very costly to source. Jan 03 14:26:37 i think i can use the i2c if i can access it Jan 03 14:26:46 Sure, you can solder to it. Jan 03 14:26:58 That's not a functional product though. Jan 03 14:27:06 and IIRC it will only go to 150kbits/sec Jan 03 14:28:18 SPI may be available too, I forget. Search the wiki for I2C Jan 03 14:28:47 so, hardware hackers are not very catered for Jan 03 14:31:57 disregard that, it is just that software people have an easier job on this it seems Jan 03 14:34:38 Not quite. Jan 03 14:34:47 Hardware hackers are very catered for. Jan 03 14:35:01 There are documented test-points, solder-points, even a debug connector. Jan 03 14:35:07 Schematics! Jan 03 14:35:33 they have open sources schematics Jan 03 14:35:42 But. Jan 03 14:35:43 but the gumstix are slightly easier Jan 03 14:36:03 feitingen, but the gumstix don't have 800 other features that the FR does Jan 03 14:36:12 The hardware sucks from the standpoint of hardware expansion in products that can be easily attached by the user. Jan 03 14:36:19 but there is no other cellphone a open as this Jan 03 14:37:08 true dat. Jan 03 14:37:26 SpeedEvil, doesn't the debug board do I2c? Jan 03 14:37:27 Not quite. Jan 03 14:37:31 Sargun: yes. Jan 03 14:37:44 SpeedEvil, what cell phone is more open? Jan 03 14:37:48 Sargun: but to make a hardware add-on, you need to use the debug connector Jan 03 14:37:56 yeah, just use the debug connector Jan 03 14:37:58 Sargun: the sparkfun 'rotary phone' one IIRC. Jan 03 14:38:09 Sargun: however, that isn't meaningful really. Jan 03 14:38:18 the debug connector is great for hacking. Jan 03 14:38:53 It's very bad for a easy product. Jan 03 14:38:53 For that, you really want USB somehow. Jan 03 14:38:53 Sargun: there is also a phone based on the gumstix Jan 03 14:38:53 wifi on my freerunner, FSO, does not work reliably, connections to my AP often fail. is there some solution? Jan 03 14:39:03 SpeedEvil, it's not that open. Jan 03 14:39:04 And the connector is damn near impossible to source, and very fragile too. Jan 03 14:39:19 SpeedEvil, does it run linux? Jan 03 14:39:43 Sargun: No. IIRC it's a rotary phone, a AVR micro, and a GSM module, and a battery Jan 03 14:40:05 Sargun: but it's got no closed firmware at all other than the GSM. Hence is more open. Jan 03 14:40:08 :) Jan 03 14:40:08 yeah, I know, I just kinda wanted to be an asshole. Jan 03 14:40:16 is there a good wifi gui? Jan 03 14:40:18 Admittedly, it's not actually very useful. Jan 03 14:40:30 SpeedEvil, wait, the FR's software is open other than the GSM firmware Jan 03 14:40:52 Sargun: and the GPS firmware Jan 03 14:40:57 Sargun: and the bluetooth firmware Jan 03 14:40:58 SpeedEvil, ok, two things. Jan 03 14:41:03 Sargun: and the glamo Jan 03 14:41:05 you don't have to use bluetooth. Jan 03 14:41:11 SpeedEvil, glamo doesn't use firmware. Jan 03 14:41:15 or er, yeah Jan 03 14:41:16 nevermind Jan 03 14:41:18 screw you. Jan 03 14:41:40 I mean, if you used all the same features that were in the port-o-rotary, you'd be equally open Jan 03 14:41:40 hehe Jan 03 14:42:02 or closed rather ;-) Jan 03 14:44:30 In other news - more importantly - http://www.theonion.com/content/node/27836?utm_source=onion_rss_daily Jan 03 14:45:28 http://people.openmoko.org/roh/pic/2/thumb/SANY0001.JPG Jan 03 14:45:29 ooh Jan 03 14:45:47 The white Freerunner. it lives. Jan 03 14:45:48 sweet Jan 03 14:45:56 who did that ? Jan 03 14:46:25 I don't know, I was crawling around on OM's server Jan 03 14:46:27 and I found that Jan 03 14:46:28 Wasn't that the very earliest preproduction ones? Jan 03 14:46:30 freesmartphone.org: 03mickey 07framework * rebb4ade5e6f4 10/ (4 files in 4 dirs): odeviced: kernel26: Use common KObjectDispatcher Jan 03 14:46:31 I blame a user named "roh" Jan 03 14:46:41 http://people.openmoko.org/roh/pic/2/thumb/SANY0013.JPG Jan 03 14:46:45 there was white/orange, and one or two all whites Jan 03 14:47:13 that's a neo1973 Jan 03 14:47:16 not a freerunner Jan 03 14:47:23 CVirus, I recently figured that out Jan 03 14:47:28 the cases are compatible IIRC Jan 03 14:47:39 Neo1973 looked cooler Jan 03 14:47:54 feitingen, you could pull I2C, SPI, or serial out of the FR. Jan 03 14:49:29 Sargun: what bandwidtht would i get? Jan 03 14:49:59 nevermind, google is my friend Jan 03 14:52:05 freesmartphone.org: 03mickey 07framework * r1e152891148b 10/framework/subsystems/odeviced/kernel26.py: odeviced: kernel26: fix parameters in KObjectDispatcher callback Jan 03 15:03:27 Hi. When i want to flash the new bootloader for the Om2008.12, wich one should i use? Jan 03 15:04:51 mortenlysgaard: you probably dont need to, your current bootloader will most likely boot it ust fine Jan 03 15:05:15 i havent upgraded my bootloader in 6 months Jan 03 15:05:24 Are there any reason to upgrade it? Jan 03 15:06:17 only if you want qi, and that bootloader should go in NAND, i have never touched my NOR bootloader, and it boots everything i have put on my phone Jan 03 15:06:55 so, i would say no to that unless you want to use Qi instead of u-boot Jan 03 15:06:55 Okay, thanks Jan 03 15:07:15 No way, heard it's way to unstable Jan 03 15:07:46 and it only boots from the sd Jan 03 15:08:31 but i heard it is way faster than u-boot.. i will try it the next time i flashes the phone Jan 03 15:09:03 Hm.. Maybe me to, but only if it's stable Jan 03 15:11:40 Can the android build send recieve calls/sms? Jan 03 15:21:36 Shlee: it can call and receive calls, yes Jan 03 15:22:00 i hear there's some issues with sms on one side though (don't remember whether that was sending or receiving) Jan 03 15:24:29 does someboy remember if the nor uboot on freerunner can charge from wall charger? is there a way to see battery capacity? Jan 03 15:24:47 s/boy/body/ Jan 03 15:24:49 lindi- meant: does somebody remember if the nor uboot on freerunner can charge from wall charger? is there a way to see battery capacity? Jan 03 15:28:38 lindi-: it can from USB, never tested wall charger Jan 03 15:29:13 Is there something new with usb networking on 2008.12, i can't seem to get a connection Jan 03 15:29:46 soltys: is there some version of uboot that can show battery capacity? Jan 03 15:29:52 # neo1973 charger fast Jan 03 15:29:52 not implemented yet Jan 03 15:30:03 nor uboot does not seem to support freerunner specific stuff Jan 03 15:31:01 mortenlysgaard: is usb0 up on both sides? Jan 03 15:31:29 I don't know on the frerunner, it doesn't have a terminal Jan 03 15:31:39 mortenlysgaard: picocom /dev/ttyACM0 Jan 03 15:31:43 mortenlysgaard: works here Jan 03 15:32:11 mortenlysgaard: ah, wrong person :P Jan 03 15:32:25 mortenlysgaard: can't do much develoment with a distro without terminal :) Jan 03 15:33:11 lindi-; No, i know, but i've newer had a problem to connect with it before, even without any terminal Jan 03 15:33:21 soltys: i'd like to know if this is charging or really only "play_only" as 'neo1973 charger status' says Jan 03 15:35:48 mortenlysgaard: to get a connection you must reboot it after the first boot Jan 03 15:35:55 sounds weird, but works Jan 03 15:38:00 feitingen; Ja, fant ut det ;) Jan 03 15:38:10 feitingen; Det virker nå Jan 03 15:41:14 lindi-: dont know how to check... i just plug it to USB and boot ;) Jan 03 15:41:49 soltys: hmm Jan 03 16:17:50 ahoi Jan 03 16:18:31 hi :) Jan 03 16:21:44 i forget, where was expos fetching its modules? Jan 03 16:22:10 i need to edit the bluetooth on/off thing Jan 03 16:22:55 hi Jan 03 16:22:59 im trying to use a bluetooth keyboard Jan 03 16:23:02 i've never used one before Jan 03 16:23:10 i follwed the instructions on teh wiki Jan 03 16:23:12 whenever i turn on bluetooth i have to restart the bluetooth daemon, so i thought the settings gui should do it Jan 03 16:23:19 and the keyboard somewhat works, but a lot of buttons dont work Jan 03 16:23:32 orzo: i am using one now on the moko ;) Jan 03 16:23:34 for exapmle, the letter E consistently doesnt show when i press it Jan 03 16:23:58 orzo: what keyboard? Jan 03 16:23:58 well i'm wondering if i have a defective keyboard or if theres something that could go wrong and cause this Jan 03 16:24:22 Xema Bluetooth keybard, aka BT600, aka Freedom keyboard Jan 03 16:24:26 Es aro usoloss anyway Jan 03 16:25:03 try to start xev and see if it registers something when you press it, i had to make a xmodmap file for my keyboard Jan 03 16:25:13 well Jan 03 16:25:17 i'm just looking at the console now Jan 03 16:25:19 not x Jan 03 16:25:22 it didnt work in x Jan 03 16:25:25 but it semi works in the console Jan 03 16:25:42 many of the keys work, but some dont Jan 03 16:25:45 you used hidd right? Jan 03 16:25:48 yes Jan 03 16:26:01 if some keys work, they all should, right? Jan 03 16:26:14 i mean i cant login because i have to type an e Jan 03 16:26:37 well, some bluetooth keyboards have weird keymaps and need modification Jan 03 16:26:42 oh Jan 03 16:26:49 ok Jan 03 16:26:52 well then Jan 03 16:27:14 should i set it up for X and nevermind the console? Jan 03 16:27:47 that was what i did Jan 03 16:28:28 Hi. I just changed the root password on my freerunner, and ssh stopped working. Any way to get it back? I tried resetting the password to no avail. Jan 03 16:28:56 i suppose i need to add it in xorg.conf Jan 03 16:29:08 i'm using debian heh Jan 03 16:31:42 i added a line in /etc/X11/Xsession, with debian, tilde/.Xmodmap should work Jan 03 16:32:12 intrestring comments Jan 03 16:34:55 Anyone knows what's the laste news/fix on the echo issue? http://docs.openmoko.org/trac/ticket/1267 Jan 03 16:35:12 what do i put in xorg.conf? Jan 03 16:35:19 for the keyboard Jan 03 16:35:21 it has no entry Jan 03 16:36:58 Sean answers some questions by the community Jan 03 16:37:23 i had to scroll down manually Jan 03 16:38:49 orzo, there should not be anything there about the keyboard Jan 03 16:42:42 feitingen: i see a cached gentoo wiki page showing a InputDevice section using driver evdev for a bluetooth keyboard Jan 03 16:44:02 orzo: that may work for you, but i didnt touch my xorg.conf Jan 03 16:44:29 does your xorg.conf have anything for a keyboard? Jan 03 16:55:06 orzo: i cant see that i have any xorg.conf file, i am still on the 2008.12 Jan 03 16:56:27 hi, I released the first version of ecalc -> opkg install http://sylar-stuff.googlecode.com/files/ecalc_0.1-r0_armv4t.ipk Jan 03 16:57:44 mortenlysgaard: afaik i don't have any echo anymore Jan 03 16:58:07 sylar91: wow, thanks! Jan 03 16:58:21 mortenlysgaard: i'm using a patched fso Jan 03 16:58:33 feitingen: feedbacks? :) Jan 03 16:59:03 as soon as i have installed it ;) Jan 03 16:59:36 faitingen: ah ok, I thought you have already done the installation :) Jan 03 17:00:22 hm Jan 03 17:00:28 (EE) Bluetooth Keyboard: cannot open input pEvdev Jan 03 17:02:28 sylar91: edje.c_edje.EdjeLoadError: Does not exist (file='main.edj', group='main') Jan 03 17:02:48 by the way, how far is the wikipedia-on-freerunner project? Jan 03 17:02:51 evolux; Where did you get that patched wersion Jan 03 17:02:59 mortenlysgaard: hm, let me see Jan 03 17:03:08 feitingen: you have to "cd /usr/share" before to run ecalc Jan 03 17:03:10 i had wikipedia running on FDOM Jan 03 17:03:50 feitingen: sorry but I haven't included a .desktop file to do this automatically so you have to create one yourself Jan 03 17:04:05 feitingen: now it runs? Jan 03 17:04:42 mortenlysgaard: http://lists.openmoko.org/nabble.html#nabble-td1486414 Jan 03 17:04:53 mortenlysgaard: search for N0187 Jan 03 17:04:54 sorry, cd /usr/bin Jan 03 17:05:38 Ah, stupid i don't have fso Jan 03 17:06:06 =( Jan 03 17:06:17 mortenlysgaard: what do you have? Jan 03 17:06:29 Om2008.12 Jan 03 17:06:34 sylar91: that is a pretty cool calculator app :D Jan 03 17:07:18 feitingen: thanks! Jan 03 17:07:54 mortenlysgaard: ok, then you cannot use that, sorry Jan 03 17:08:53 evolux; How's fso working for you now, stable? Jan 03 17:09:32 feitingen; Hvilken blåtannthumbpad er det du bruker? Jan 03 17:09:42 mortenlysgaard: it's the best distro i had Jan 03 17:09:52 mortenlysgaard: though i didn't try 2008.12 but only fdom Jan 03 17:10:07 mortenlysgaard: it's fast and quite stable and suspend works Jan 03 17:10:28 evolux; Do you use it as a phone? Jan 03 17:10:33 mortenlysgaard: but the pim software is limited to sim-card features Jan 03 17:10:43 sometimes i miss some smses Jan 03 17:11:05 but it even wakes up for a call and that also fast enough Jan 03 17:11:10 evolux; Yeah, i had that problem too, and i couldn't see any call log Jan 03 17:11:24 ah yeah, fso does not have a call log Jan 03 17:11:31 at least i think Jan 03 17:12:58 fso is still very primitive, but i hope they catch up :) Jan 03 17:13:39 It will, qt is just a temorary thing, untill we've got something better Jan 03 17:13:47 sometimes it is better to be primitve than bloated and slow ;-) Jan 03 17:14:27 by the way, is anybody interested in a usable offline wikipedia? Jan 03 17:14:29 fso seems to be very slow for me, but so does qt Jan 03 17:14:54 unless i use qt outside of x, but that is out of the question Jan 03 17:15:17 mortenlysgaard: i use the targus ACB31UK Jan 03 17:15:49 and sometimes an apple keyboard Jan 03 17:19:45 feitingen; Ikke dumt Jan 03 17:26:05 I had an outgoing call and got an incomming which I rejected. The GUI showed that an outgoing call was active also after the other end hung up. I lost my GPRS link also. There was no way to exit the GUI that showed an active outgoing call. I use SHR. Is this a known bug? Jan 03 18:12:34 how to restore gsmhandstate.state ? Jan 03 18:14:00 alsactl -f gsmhandstate.state restore ? Jan 03 18:16:20 yea Jan 03 18:16:33 or yay Jan 03 18:16:38 yay Jan 03 18:17:05 too many settings Jan 03 18:17:39 nobody taken the time to edit alsa? Jan 03 18:24:32 settings all necessary? Jan 03 19:35:09 does hackable:1 has the same sd corruption problem that debian has? Jan 03 19:36:21 <^wd^> what problem has debian? Jan 03 19:38:38 no suspend it corrupts the partition table Jan 03 19:38:46 *on Jan 03 19:41:28 suspend for long times that is, because it was working ok yesterday Jan 03 19:42:59 Hello, I am looking to make some buttons that i can push with the pen, i want the buttons to send keystrokes when pushed but i don't know how to do this; how do you simulate keystrokes on the openmoko (or in linux)? Preferably using Python Jan 03 19:45:59 xqo: i have vague memories of evdev being able to do that.. Jan 03 19:46:51 matchbox-keyboard is using libfakekeystroke or something Jan 03 19:47:14 libfakekey Jan 03 19:47:24 there's also the XTest extension Jan 03 19:47:38 (which might be being wrapped by libfakekey, I guess) Jan 03 19:47:45 cewl, thanks! Jan 03 19:48:08 also, my settings-shortcut disappeared from the Home-menu (FSO 2008.12), how can i bring it back? Jan 03 19:48:26 might be. qwo is using xtest directly Jan 03 19:50:15 xqo: the exposure.py settings thing? Jan 03 19:51:31 what is that, feitingen? Jan 03 19:53:02 the settings gui thing with gray text on black background, turns bluetooth and gps on and off Jan 03 19:54:21 where is it? Jan 03 19:54:48 usually on the desktop Jan 03 19:55:30 /s/desktop/home menu Jan 03 19:56:39 oh yes Jan 03 19:56:42 thats the thing that disappeared Jan 03 19:57:03 I want the button back Jan 03 19:57:07 the shortcut Jan 03 19:57:49 try opening a terminal and run exposyre.py Jan 03 19:57:55 to see if it still there Jan 03 19:58:54 yeah, that worked Jan 03 19:59:17 which exposure.py returns /usr/bin/exposure.py Jan 03 19:59:43 Perhaps i removed the shortcut when i was deleting all the games-shortcuts i asked about the other day.. :-R Jan 03 20:00:06 maybe Jan 03 20:00:18 so, how do you make shortcuts? :-R Jan 03 20:00:21 ill post you the .desktop in a sec Jan 03 20:00:36 awesome, thanks a bunch! Jan 03 20:00:43 just edit a .desktop file in /usr/share/applications/ Jan 03 20:04:14 just add this in /usr/share/applications/exposure.desktop Jan 03 20:04:17 http://pastebin.com/m2936edac Jan 03 20:05:57 thanks a bunch! Jan 03 20:06:45 np, happy to help Jan 03 20:07:23 is there a list of Categories? Jan 03 20:07:34 as in Categories=Settings; Jan 03 20:08:21 also, what does TryExec, Terminal and StartupNotify do? Jan 03 20:08:32 learning how to write these sure would be cewl Jan 03 20:09:08 terminal is "start in a terminal" Jan 03 20:09:09 startupnotify is the loading screen you see when you run stuff Jan 03 20:10:01 i dont know about tryexec, and i think you can use whatever category you want Jan 03 20:10:43 alright, thanks again! Jan 03 20:11:16 i'd look at some other apps and use some of their categories, but i think anything goes Jan 03 20:25:25 Is env broken? i get a not found when i add #!/usr/bin/python to the beginning of my programs Jan 03 20:25:57 wait, not env; but what is wrong? Jan 03 20:26:42 xqo: ls -l /usr/bin/python? Jan 03 20:27:18 -rwxr-xr-x Jan 03 20:27:29 xqo: /usr/bin/python? Jan 03 20:27:46 brings up python Jan 03 20:27:47 xqo: i saw #!env python on most of the .py files, ill check on my phone, just rebooted, 2 sec Jan 03 20:28:21 rebooting and only waiting 2 seconds? rofl Jan 03 20:28:43 xqo: whta exactly gives you the error message and what errors is it? Jan 03 20:29:06 how about an extra non-visible character such as cr there on the first line? Jan 03 20:29:21 was going to guess the same btw :) Jan 03 20:29:34 root@om-gta02:~# ./gtk_work.py Jan 03 20:29:34 -sh: ./gtk_work.py: not found Jan 03 20:30:07 first line of gtk_work.py is #!/usr/bin/python Jan 03 20:30:47 xqo: "strace -o s -f -s256 ./gtk_work.py" please and put the file "s" online somewhere Jan 03 20:31:42 root@om-gta02:~# strace -o s -f -s256 ./gtk_work.py Jan 03 20:31:42 strace: exec: No such file or directory Jan 03 20:31:59 xqo: better install strace first Jan 03 20:32:30 strace is in /usr/bin/strace Jan 03 20:32:57 root@om-gta02:~# opkg install strace Jan 03 20:32:58 Package strace (4.5.15-r0) installed in root is up to date. Jan 03 20:33:12 lol? Jan 03 20:33:27 xqo: is there anything in file s? Jan 03 20:33:52 oh, yes there is Jan 03 20:34:04 xqo: and what shell is that? Jan 03 20:34:05 shall i pastebin it for you? Jan 03 20:34:36 how do i check? Jan 03 20:35:05 there it is* Jan 03 20:35:27 xqo: the command "help" is usually a builtin that tells it Jan 03 20:36:00 does somebody else know a more reliable way to detect shell version? Jan 03 20:36:00 -sh: help: not found Jan 03 20:36:39 mjr: any ideas? my busybox sh supports "help" builtin so xqo must have something else? Jan 03 20:37:31 erm they python script does have the executable flag set, sorry only joined half way through Jan 03 20:38:17 root@om-gta02:~# ls -l ./gtk_work.py Jan 03 20:38:17 -rwxrwxrwx 1 root root 656 Jan 2 20:57 ./gtk_work.py Jan 03 20:38:32 Tig|: what made you think so? Jan 03 20:38:50 xqo: but you can execute python gtk_work.py? Jan 03 20:39:27 xqo: contents of "s" would still be useful Jan 03 20:40:08 ah, lindi- just thought I would check the obvious, I have jumped in at the deep end before only to realise it was something simple :) Jan 03 20:40:50 yes Defiant-, that python gtk_work.py works Jan 03 20:40:56 Tig|: i'd help if xqo knew what shell he is using since different shells have different error messages Jan 03 20:41:00 s/i/it/ Jan 03 20:41:00 lindi- meant: Titg|: i'd help if xqo knew what shell he is using since different shells have different error messages Jan 03 20:41:07 sigh, apt Jan 03 20:41:23 hahaha Jan 03 20:41:40 lindi-: http://pastebin.com/m4f2cc2cb Jan 03 20:41:45 then I would also guess extra character in she-bang Jan 03 20:42:57 xqo: hmm Jan 03 20:43:59 yes, kernel does the lookup so strace does not show the wrong path Jan 03 20:44:09 xqo: head -n1 gtk_work.py | cat -A Jan 03 20:44:53 cat: invalid option -- A Jan 03 20:45:30 rofl Jan 03 20:45:32 xqo: do you habe hexdump? Jan 03 20:45:55 xqo: get a gnu cat :) Jan 03 20:45:55 i think so, which hexdump returns /usr/bin/hexdump Jan 03 20:46:09 xqo: or just try rewriting the shebang Jan 03 20:46:09 xqo: about the categories in .desktop files; anything does not go, some categories will cause the icon to disappear from the desktop/phonetop Jan 03 20:46:12 lindi-, i am using what comes with 2008.12 Jan 03 20:46:52 xqo: i have not managed to compile 2008.12 so i can't test it Jan 03 20:47:02 xqo: you better know it :) Jan 03 20:47:13 Defiant-: The shebang? Jan 03 20:47:35 xqo: the /usr/bin/python line - remove it and write it again Jan 03 20:47:45 sicu: thanks! Can i find a list of categories, or more help with .desktop? Jan 03 20:48:22 still didnt work, Defiant- Jan 03 20:48:35 xqo: what does it print? Jan 03 20:48:53 -sh: ./gtk_work.py: not found Jan 03 20:49:09 xqo: head -n1 gtk_work.py | hexdump -C Jan 03 20:49:52 root@om-gta02:~# head -n1 gtk_work.py | hexdump -C Jan 03 20:49:52 00000000 23 21 2f 75 73 72 2f 62 69 6e 2f 70 79 74 68 6f |#!/usr/bin/pytho| Jan 03 20:49:52 00000010 6e 0d 0a |n..| Jan 03 20:49:52 00000013 Jan 03 20:50:02 0d Jan 03 20:50:42 xqo: your editor is writing a \r\n Jan 03 20:51:47 xqo: you see that? Jan 03 20:51:57 yes, 0d 0a Jan 03 20:52:24 but it is after the n Jan 03 20:52:41 should it only be \n? Jan 03 20:52:43 0xd = \r 0xa = \n Jan 03 20:52:44 yes Jan 03 20:52:46 try to set your editor to unix newline Jan 03 20:53:13 how do i do that with nano? Jan 03 20:53:37 <--vim user Jan 03 20:53:55 thanks alot for the help everyone Jan 03 20:54:50 but I never heard of nano doing that Jan 03 20:56:03 hi all, how does one disable predictive mode for the illume keyboard Jan 03 20:56:06 Defiant-: nano will preserve \r\n Jan 03 20:56:09 something handy for this kind of stuff is the dos2unix tool Jan 03 20:56:21 xqo: have you always edited it with nano or did you start with some other tool? Jan 03 20:56:51 Tig|: tr should be enough, right? Jan 03 20:57:05 I probably edited it on windows with IDLE (a python editor) before using nano. Jan 03 20:57:54 xqo: windows uses \r\n to separate lines Jan 03 20:57:54 thats it then? Jan 03 20:58:02 yes Jan 03 20:58:06 okidoki Jan 03 20:58:11 thanks! :-R Jan 03 20:58:17 xqo: using only \n is the standard in *nix systems Jan 03 20:58:52 aha Jan 03 20:59:04 well if nano preserves them, how can i remove the \r easily? Jan 03 20:59:13 Defiant-: yes you can do it with tr but it would require me remembering the syntax on the rare occasions that I use it :) Jan 03 20:59:24 Tig|: ;) Jan 03 20:59:50 tr -d \\r or something Jan 03 20:59:53 xqo: when you hit ^o to save, you should see some options Jan 03 21:00:06 Defiant-: or | sed 's/$/^M/' Jan 03 21:00:16 oh yes, thanks you feitingen! Jan 03 21:00:19 thank* Jan 03 21:01:39 :D Jan 03 21:03:40 xqo: dos2unix my_file.py Jan 03 21:04:45 i dont have dos2unix, quatrox1. However rewriting and re-saving it without dos-mode in nano fixed it. thanks anyway Jan 03 21:08:04 anyone on the disabling of keyboard prediction in illume terminal keybaord? ... Jan 03 21:08:27 use terminal keyboard? Jan 03 21:09:01 * xqo joins Pander and wonders aswell Jan 03 21:09:12 wait, is there prediction in that? Jan 03 21:09:43 Pander: tap over backspace Jan 03 21:10:04 select Terminal Jan 03 21:10:52 it should be possible to remove the prediction on the normal keyboard aswell, and the layout-selection button is sometimes not there Jan 03 21:20:35 ps aux Jan 03 21:20:38 oops Jan 03 21:21:03 634 firefox all of it. Jan 03 21:22:54 too bad chrome is not yet released for linux Jan 03 21:22:54 it really is fantastic Jan 03 21:26:11 I'm not sure if I want to run an unpatched chrome Jan 03 21:26:53 what do you mean? the new patch removed everything i found annoying, including fixing the terms of service Jan 03 21:27:17 is it just me or is the quality of the audio on the headset for the freerunner total crap and only on one ear? Jan 03 21:27:33 feitingen: yes its use. its crap on both Jan 03 21:28:02 xqo: I've heard a lot about chrome contacting google Jan 03 21:28:44 oh? Jan 03 21:28:51 got any links? Jan 03 21:28:53 :-| Jan 03 21:29:37 where does battery life enter in Diversity scenario? =X Jan 03 21:29:41 i don't doubt it Jan 03 21:29:47 chrome == google Jan 03 21:30:12 xqo: search in google for it :) Jan 03 21:36:23 nice talk pierre on 25c3! Jan 03 21:36:39 what topic was it? Jan 03 21:41:50 are there any slides or videos online from 25c3? Jan 03 21:42:43 in the work Jan 03 21:42:59 one moment Jan 03 21:44:14 rwhitby: http://events.ccc.de/congress/2008/wiki/Conference_Recordings Jan 03 21:53:01 who is pierre? :-R Jan 03 21:56:49 download this one http://mirror.core.im/video/25c3/video_h264_720x576/25c3-3048-en-lightning_talks_day2.mp4.torrent Jan 03 21:58:12 and skip to 42:00 Jan 03 22:00:20 Defiant-: awesome, thanks. Jan 03 22:00:32 are they all up, or is it still in progress? Jan 03 22:00:40 e.g. is http://mirrors.dotsrc.org/congress/25C3/video_h264_iPod/ everything? Jan 03 22:00:45 nope Jan 03 22:00:48 some are still missing Jan 03 22:01:59 but better than last year! Jan 03 22:02:20 ...for 22c3 they needed 8 month Jan 03 22:03:14 Defiant-: yeah, but that's been ages ago and since then lots and lots changed Jan 03 22:03:23 :) Jan 03 22:03:50 I think it was broken digital equipment on 22c3 or something Jan 03 22:12:16 Defiant-: broken equipment, combined with verpeilheit and other personal problems Jan 03 22:12:46 the usual :) Jan 03 23:17:39 SHR doesn't have python.urllib library installed by default?!? Jan 03 23:20:49 hello, is there the author of phonelog here? phonelog always crashes: http://rafb.net/p/PYZkXh83.html Jan 03 23:35:42 oops wrong channel Jan 03 23:44:12 http://downloads.openmoko.org/releases/Om2008.12/ uuhmm where is the "splash image file"? Jan 03 23:44:48 <^wd^> just no new splash Jan 03 23:45:09 ok so i have to choose from another directory? Jan 03 23:45:46 <^wd^> u dont need to update splash :) Jan 03 23:45:53 <^wd^> u can use any Jan 03 23:46:11 * ^wd^ draws self one Jan 03 23:46:23 ^wd^: ok.... but i am going to flash my openmoko Jan 03 23:46:32 will it diseppear then? Jan 03 23:46:34 and not but? Jan 03 23:46:37 or just not show a boot img Jan 03 23:46:57 gta02v5_and_up-u-boot.bin ... is this one good for using as u-boot? Jan 03 23:47:01 or should i choose another one? Jan 03 23:47:06 I have seen that 2008.12 had been released. the next will be 2009.1 or something like 2009.4? Jan 03 23:47:32 <^wd^> uboot use splash from spalsh-partition of nand Jan 03 23:48:07 <^wd^> u'll see old image :) Jan 03 23:48:15 ok thanks mate Jan 03 23:48:16 but Jan 03 23:48:18 gta02v5_and_up-u-boot.bin ... is this one good for using as u-boot? Jan 03 23:48:58 <^wd^> if u will flash it on gta02v5_and_up as u-boot Jan 03 23:49:55 ok Jan 03 23:50:06 http://downloads.openmoko.org/releases/Om2008.12/ Jan 03 23:50:09 i am using these files Jan 03 23:50:12 so then i should yes? Jan 03 23:50:31 Om2008.12-om-gta02.uImage.bin using this Jan 03 23:50:37 and Om2008.12-om-gta02.rootfs.tar.gz this Jan 03 23:51:05 <^wd^> just uImage and rootfs u need Jan 03 23:51:29 <^wd^> and u cat update uboot if u want (or need) it Jan 03 23:51:37 frankS2, make sure you unpack the .tar.gz first. you it is the .jffs2 that is used Jan 03 23:51:43 -you* Jan 03 23:51:53 <^wd^> if u flash nand - use jffs2 instead Jan 03 23:52:07 omg Jan 03 23:52:12 i started it without unpacking :( Jan 03 23:52:18 should i hit ctrl+c? Jan 03 23:52:20 its downloading yet Jan 03 23:52:51 <^wd^> dfu-util? Jan 03 23:53:01 yes Jan 03 23:53:06 <^wd^> yeah Jan 03 23:53:12 <^wd^> hit Jan 03 23:53:29 uhm im unpacking now.. all kinds of files come out Jan 03 23:53:41 not just a single .jfs Jan 03 23:53:45 <^wd^> and flash .jffs2 on roofs Jan 03 23:53:58 <^wd^> oh Jan 03 23:54:13 <^wd^> just flash http://downloads.openmoko.org/releases/Om2008.9/Om2008.9-gta02-20081117.rootfs.jffs2 on rootfs Jan 03 23:54:25 <^wd^> and http://downloads.openmoko.org/releases/Om2008.9/Om2008.9-gta02-20081106.uImage.bin on луктуд Jan 03 23:54:31 <^wd^> on kernel Jan 03 23:54:35 ok Jan 03 23:57:03 thanks ^wd^ you have been to great help Jan 03 23:58:12 <^wd^> then i'll take some beer more Jan 04 00:00:19 yo Jan 04 00:27:39 how can I set the GPRS baud rate? Jan 04 00:45:12 Hi, openmoko do not import all my contacts from my SIMcard (latest Software) is this usual? Jan 04 00:46:21 So what's the deal with this pulster.eu? There's not a price on a single FR accessory. Jan 04 00:56:05 I can only download 121k before the modem disconnects, unless I limit the download speed..... buffer overflow? Jan 04 00:57:40 Hi. Has anyone tried the ylock program? Jan 04 00:59:51 hi, it's switch from speakers to headphones supposed to work on 2008.12 when plug them in or do I have to do it manually and how, please? Jan 04 01:05:01 how do i quit the apps i have open? Jan 04 01:05:19 frankS2, In which distribution? Jan 04 01:05:21 frankS2: what distro? Jan 04 01:05:50 frankS2: distro? Jan 04 01:05:52 ;p Jan 04 01:06:08 Blackhex, sicu , KenYoung gta02 Jan 04 01:06:18 latest version from mirror Jan 04 01:06:28 what distro is running on the gta02? Jan 04 01:06:29 frankS2, That's the phone hardware, not the distro. Jan 04 01:06:31 2008.12? Jan 04 01:06:32 (btw: does this distro not support importing sim contats? Jan 04 01:06:46 Om2008.9-gta02-20081117 Jan 04 01:06:54 frankS2, We mean 2007.2, 2008.12, FDOM, etc... Jan 04 01:06:55 wtf Jan 04 01:06:59 yea Jan 04 01:07:14 thats it Jan 04 01:07:14 frankS2: do you have dark asu theme or whit illume? Jan 04 01:07:14 thats not the latest? Jan 04 01:07:16 dark Jan 04 01:07:22 black "wallpaper" Jan 04 01:07:23 frankS2, No - there's a 2008.12 now. Jan 04 01:07:30 yea Jan 04 01:07:40 then remove label on top bar Jan 04 01:07:40 you know if that version support importing sim contacts and sms? Jan 04 01:08:28 anyone played with headphones and mediaplayer? Jan 04 01:08:34 on 2008.12? Jan 04 01:09:21 Blackhex: works great in SHR Jan 04 01:09:28 frankS2: I don't know what you mean by importing but any contacts and sms on sim will be visible in qtopia stuff Jan 04 01:10:00 Blackhex: when i hit "contacts" it do not appear there Jan 04 01:10:04 qtopia is another distro? Jan 04 01:10:07 quatrox1: I have plugged headphones but sound went still out from speakers and I don't know how to swicht to headphones Jan 04 01:10:39 frankS2: yes in one sence but I ment qtopia applications running in 2008.9 Jan 04 01:10:46 ok Jan 04 01:10:49 s/sence/sense Jan 04 01:10:55 but not the standard apps? Jan 04 01:11:17 wlan is either not working in the distro i am running Jan 04 01:11:21 frankS2: actually qtopia is used as standard apps for dialing, sms, contacts, etc Jan 04 01:11:31 for now Jan 04 01:12:00 Blackhex: did you try alsactl -f headset.state ... Jan 04 01:12:12 quatrox1: now, but I'll Jan 04 01:12:37 s/now/no Jan 04 01:13:31 quatrox1: If it's not supposused to do this on some acpi event or so I gues I'll have to make a desktop file doing this Jan 04 01:13:57 thanks Blackhex you are helping much - but i have another question i am unable to connect to my wlan (no wep/password what ever) fails at XX% Jan 04 01:14:46 frankS2: I was not able to use wifi with my routers anytime with any distro Jan 04 01:14:56 I'm sorry Jan 04 01:15:03 it should be automated, but I don't know if it is. Jan 04 01:15:11 Blackhex: wow... thats so weird Jan 04 01:15:15 and sad Jan 04 01:15:51 probably because two of them was WPA-PSK and third open but with web authentization Jan 04 01:15:52 huh? Jan 04 01:15:58 ok, i have no auth what so ever Jan 04 01:16:16 wifi works like a charm here Jan 04 01:16:35 quatrox1: I noticed that plugging headseat in waked the phone so acpi event is generated Jan 04 01:16:38 im upgrading from .9 to .12 hope it solves some issues Jan 04 01:17:14 quatrox1: with manual wpa_supplicant.conf? Jan 04 01:18:07 Blackhex: then you are likely to have a bad state file Jan 04 01:18:48 Blackhex: never tried - i use vpn Jan 04 01:19:41 Hi. I'm sick of apps locking up and me having to pull up a terminal and killall them, so I want to make a script that will kill -9 whatever app is in the foreground; and have this script called from siglaunchd when I do some predefined button-pushing. Can someone tell me how I might get a handle (such as PID) of the app in the foreground, programmatically speaking? Jan 04 01:20:15 not with PS Jan 04 01:20:40 maybe lsof and kill what uses X Jan 04 01:20:42 i dunno :P Jan 04 01:21:35 I am trying to use a regular keyboard on the openmoko. I need help in simplifying the following line given at the wiki http://shr.bearstech.com/trac/wiki/Tweaks?version=15: Jan 04 01:21:45 just remplace /etc/X11/Xserver by this one: Jan 04 01:21:46 http://git.openmoko.org/?p=openmoko.git;a=blob_plain;f=packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver;h=a26c5c2d702dd427529f5c67e94058456bc49407 Jan 04 01:21:57 how is that a file? Jan 04 01:22:43 Digital_Pioneer: i got one idea Jan 04 01:22:51 hold on Jan 04 01:23:05 quatrox1: I look forward to hearing it. :) Jan 04 01:24:13 Digital_Pioneer: use xprop Jan 04 01:24:33 What are some of the apps that you people like? Jan 04 01:24:58 quatrox1: What is it and where do I get it? Jan 04 01:25:06 king: Flashlight? ;) Jan 04 01:25:10 terminal and pidgin Jan 04 01:25:14 ShortOM is nice. Jan 04 01:25:29 Digital_Pioneer, What is ShortOM? Jan 04 01:25:47 quatrox1, Do you mean you can actually type on the FR? Jan 04 01:25:53 king: A GUI for command-running. Basically, just a list of buttons for commands you use often. Jan 04 01:26:05 quatrox1, How can you use IM with that kind of KBD? Jan 04 01:26:08 king: Yeah, there's a keyboard that you can bring up on the screen. Jan 04 01:26:26 * Digital_Pioneer uses QWO but can see that it's not for everyone. :P Jan 04 01:26:45 Digital_Pioneer, What is QWO? Jan 04 01:26:53 while booting "alsactl: no modules found" Jan 04 01:26:54 :( Jan 04 01:26:57 Digital_Pioneer: xprop is an app that knows which window has focus, etc Jan 04 01:27:38 and yes, I use my FR now Jan 04 01:27:52 with pidgin Jan 04 01:27:56 quatrox1: Where do I get it? Jan 04 01:28:09 I don't have it, and a quick search of repos doesn't give me anything. Jan 04 01:28:19 king: http://projects.openmoko.org/projects/qwo/ Jan 04 01:28:47 thanks! Jan 04 01:28:49 wtf... why doesnt openmoko find my eth0 and DSP when booting? Jan 04 01:29:21 no sound card detected and no network driver Jan 04 01:30:31 and no contacts from SIM-card this time with .12 Jan 04 01:30:34 :( Jan 04 01:30:39 any other distros? if i just want it to work Jan 04 01:30:54 Digital_Pioneer: google it; all it does is that it collects info from X and the WM Jan 04 01:31:27 http://x.org Jan 04 01:33:59 Digital_Pioneer: I believe xprop is the easiest since you use Qt Jan 04 01:34:11 I do? Jan 04 01:34:22 * Digital_Pioneer uses SHR. Jan 04 01:35:16 ahh Jan 04 01:35:27 then ask E Jan 04 01:35:50 but.. Jan 04 01:36:08 shr has this X Jan 04 01:36:19 to quit apps Jan 04 01:39:26 I'm probably on track of the problem with headphones alsactl -f gives me "alsactl: Specify command...". How can I discovers what package particular file belongs to, please? Jan 04 01:39:52 test Jan 04 01:39:59 How do I erase / backspace letters in SHR keyboard? Jan 04 01:40:35 That is easy Jan 04 01:40:45 hit backspace Jan 04 01:41:17 I am not talking about the 'terminal' keyboard, what about the 'default' layout? Jan 04 01:41:19 with the Terminal keyboard Jan 04 01:41:31 hehe Jan 04 01:41:32 How do you backspace in the default layout? Jan 04 01:41:52 * king see it coming that someone is going to say it is yet to be implemented Jan 04 01:42:04 try terminal Jan 04 01:42:10 you must edit a file Jan 04 01:42:24 quatrox1, To get the backspace key on the 'default' keyboard? Jan 04 01:42:39 yes Jan 04 01:42:50 Digital_Pioneer, the Qwo can never become finger friendly if it requires constant, continuous movement! Jan 04 01:42:58 quatrox1, Do you have the instructions? Jan 04 01:43:00 hello, i flashed to Om2008.12-om-gta02.rootfs.jffs2, and now my wlan option has diseppeared, and there is no sound card found? Jan 04 01:46:30 king: no. Last time I needed to edit the kbd was when I used OM2007.2 with default kbd Jan 04 01:47:04 but check the wiki **** ENDING LOGGING AT Sun Jan 04 02:59:57 2009