**** BEGIN LOGGING AT Mon Sep 28 02:59:57 2009 Sep 28 05:34:06 I'm sad. Sep 28 05:35:48 mr. wiki warned me that if I add a -m flag to nandwrite that I'd get an entire partition of blocks marked as bad, and mr. wiki was correct. Sep 28 05:35:59 * root_demon pouts Sep 28 05:47:11 so begins another 45 minutes of wiki reading. does anyone have positive things to say about android? my goal is to play with it on nand. Sep 28 05:47:11 DocScrutinizer: Ah, so you preferred plain illume to niebiee. Ok, np, i'll get a version today's evening. Sep 28 05:47:47 root_demon: android is not for hackers, that's what android devs say themselves. Sep 28 05:48:05 root_demon: also -m is not a problem unless you have forgotten to do flasherase_all beforehand. Sep 28 06:04:56 I just used flash_erase on mtd6, then I decided to try -m with nandwrite. the whole partition is now marked bad. I'm gonna have to reflash everything, included u-boot, hah? Sep 28 06:05:12 *including Sep 28 06:07:32 root_demon: you flasherase or flasherase_all? Sep 28 06:07:45 flasherase. Sep 28 06:08:25 root_demon: did you mistyped or read somewhere this harmful advice? Sep 28 06:08:37 it's actually on the wiki. Sep 28 06:08:54 root_demon: please pass me a link, it should be fixed immediately. Sep 28 06:09:20 root_demon: have you already found the guide to do "nand scrub" etc? Sep 28 06:09:30 actually, nevermind. it is flash_eraseall. Sep 28 06:09:39 the wiki page with minicom? Sep 28 06:09:51 root_demon: aha, so you mistyped Sep 28 06:10:30 root_demon: you can use any terminal emulator you like to give commands to NOR u-boot. Sep 28 06:10:44 root_demon: and yes, you'll have to reflash everything on NAND. Sep 28 06:11:26 the first time I did this (yesterday) I must have used flash_eraseall. I probably used the wrong one this time. do i have to use minicom or can I reflash everything (including uboot) with flasherase/nandwrite? Sep 28 06:11:56 root_demon: the problem is that blocks are already marked bad, so flasherase will do nothing about it. Sep 28 06:12:13 well, that bastard.... Sep 28 06:12:40 root_demon: you can take Werner's badnand utility (that shows information about bad blocks) and somehow alter it to support clearing BBT and OOB data about bad blocks. Sep 28 06:12:50 root_demon: or use NOR u-boot to "scrub" nand. Sep 28 06:13:42 root_demon: or just use your SD and boot everything you need from it. Sep 28 06:14:29 I read the wiki on minicom/neocon and I don't quiet get it. I don't have a /dev/ttyACM0. is it better to use neocon to avoid kernel/module compilation? Sep 28 06:15:37 well, I have to use the SD card. the motherboard on my laptop is about gone. the usb ports no longer work. it's looking more and more like a technology graveyard in here. the freerunner will be next on the list when i end up bricking it. Sep 28 06:36:41 would you happen to have a wiki link to that? Sep 28 06:44:41 root_demon: about what? Sep 28 06:44:53 root_demon: using SD? Sep 28 06:45:49 root_demon: just untar the latest SHR unstable on SD. But i'm not sure what your u-boot configuration looks like so i can't tell for sure how to make it boot. Sep 28 06:59:51 I'm running on SD right now. I had to install it on SD while running off NAND though, seeing as I can't use usb for anything. minicom will let me reflash with running off my card? Sep 28 07:00:07 also, has anyone noticed that the battery contains two typos? Sep 28 07:04:08 root_demon: the battery? Sep 28 07:04:47 root_demon: minicom can connect to your device via cdc_acm (using usb) when u-boot is running. And u-boot doesn't run from SD. Sep 28 07:06:45 so minicom mus be used on a computer connected to the phone via usb? Sep 28 07:09:26 root_demon: not necessarily minicom Sep 28 07:10:14 is there any way to do it without the use of a computer? reflashing uboot/bbt on nand while running off of sd? Sep 28 07:12:03 root_demon: why not just use nandwrite? Sep 28 07:13:16 *chuckle* cool. that's pretty much what I was asking. if I nandwrite a new uboot to mtd2, is that going to reset the bbt? Sep 28 07:13:26 root_demon: bbt? Sep 28 07:13:46 the bad block table. aka my mtd6 partition. Sep 28 07:14:34 root_demon: i don't know about bad block tables. Sep 28 07:15:17 I added a -m flag to nandwrite and the while root partition ended up being marked as bad. Sep 28 07:15:49 Hello Every, I am using FDOM on Neofree Runner, But The phone doesnt detect my SIM card Sep 28 07:15:58 root_demon: who marks it as bad? Sep 28 07:16:07 Any one knows What could be the problem Sep 28 07:16:46 lindi: who? Sep 28 07:18:39 root_demon: "ened up being marked as bad"? Sep 28 07:35:25 root_demon: no, reflashing u-boot can't clear bbt Sep 28 07:35:30 root_demon: obviously Sep 28 07:35:52 root_demon: i've already told you that your only chance is to modify Werner's badnand utility or to find some usb host finally. Sep 28 07:37:59 root_demon: also don't forget that on FR bad block information is also stored in OOB data :-/ Sep 28 07:39:19 PaulFertser: re-read the wiki. so, the bbt is at the very end of flash. I get it now. if i were to 0xFF (or does a 0 bit represent clear?) the last two blocks, would that be enough? that wouldn't help with oob though. i see that your name is on that wiki page for clearing the bbt. Sep 28 07:40:57 I'm just not going to be able to accept that as an answer. I'm gonna find a way to clear that table without a host computer. Sep 28 07:41:22 root_demon: i have to admit i've already forgot all the details but i can say you think in right direction. But please make sure you verify every step you're going to perform. I really recommend you to at least read werner's badnand.c to understand more about BBT. Sep 28 07:42:06 root_demon: also i'm not sure anymore if linux NAND code uses only BBT or OOB too. Sep 28 07:42:17 root_demon: and not sure about u-boot. Sep 28 07:42:35 root_demon: btw, nandwrite allows you to alter OOB data too if you use some proper switches. Sep 28 07:42:43 now where is badnand.c again? is that part of the nand utils stuff's source? Sep 28 07:43:17 root_demon: no, it's Werner's utility: http://svn.openmoko.org/developers/werner/badnand/ Sep 28 07:44:13 root_demon: btw, i recommend you to search openmoko kernel ML archives, there was some discussion about all that stuff (badnand was written as a result of that), i think you'll get more understanding if you find it. Sep 28 07:45:40 m'kay, will do. I'm sure somebody else out there must have been in the same predicament. Sep 28 07:47:31 root_demon: not really, having an access to a usb-host equipped device is quite common. Also not many people tried using nandwrite, even less of those used wrong command for erasing the flash and moreover they didn't risk using -m i guess. Sep 28 07:48:16 well, maybe I'll add a wiki page after all this - a 'what not to do' page. Sep 28 07:52:17 root_demon: there's already a warning on the wiki about -m Sep 28 07:53:46 root_demon: btw, i think i was probably the first to do the stupid thing and to mess my nand using -m. I'm not sure anymore but probably i solved that overwriting the relevant nand partition (including OOB) with 0xff but i didn't touch BBT. Sep 28 07:57:44 Can GTA1 charge GTA2 batteries? Sep 28 07:58:03 thrashold: well, sort of Sep 28 07:58:28 I'm still wondering if my gta01 is dead, or it was just the battery Sep 28 07:58:40 thrashold: when it's running, it can charge but in theory it can not reach more than 200mA and that needs tweaking of one PMU register Sep 28 07:58:42 I diagnosed it dead after it didn't charge the gta02 battery Sep 28 07:59:01 thrashold: you better fully charge gta02 battery in gta02 and then try it in your gta01. Sep 28 07:59:41 thrashold: because in practice those 200mA seem to be split between charging and powering the device so in the best case (after manually tweaking PMU register) you'll have ~50mA charging. Sep 28 08:00:05 thrashold: but if you fully booted and then did "poweroff" then PMU will start charging with 500mA limit. Sep 28 08:00:19 I don't have explanation but this stuff i say currently i've seen myself. Sep 28 08:00:24 I see Sep 28 08:00:56 thrashold: why do you think your gta01 is dead? Sep 28 08:01:00 Well Sep 28 08:02:11 Its battery had swollen, and it wasn't charging, and I bought a gta02 battery, thinking it was the battery Sep 28 08:02:19 The new battery still didn't charge Sep 28 08:02:41 And due to the fact that I've heard the scream of death several times Sep 28 08:02:52 I thought that the device was dead Sep 28 08:03:00 at least the charging Sep 28 08:03:11 thrashold: oh, scream of death. :( why didn't you avoid it? Sep 28 08:03:19 I didn't know about it :) Sep 28 08:03:37 thrashold: can you probably get access to any nokia bl-5c charger or cellphone with charged battery? Sep 28 08:04:12 I have charged GTA02 batteries, the phone works with them Sep 28 08:04:18 It just doesn't charge anything Sep 28 08:04:19 :) Sep 28 08:04:23 thrashold: btw, if you're handy with soldering iron you can carefully disassemble the battery and insert 10k between id pin and ground, it will allow gta01 to charge it. Sep 28 08:04:33 thrashold: aha, so it's not dead, lucky you! Sep 28 08:05:01 So it is possible that even the charging is OK? Sep 28 08:05:05 thrashold: so to say yes, gta01 has difficulties charging non-native batteries. There're three possible fixes: Sep 28 08:05:17 (I can't check the damanged battery, because I heard that gta02 wouldn't charge it) Sep 28 08:05:51 thrashold: fully boot with the battery you want to charge (it should have enough juice for that) and then do 'poweroff'. Do not disconnect from USB! It will charge with 500mA. Sep 28 08:06:06 thrashold: second is to take any compatible battery and use 10k there. Sep 28 08:06:39 thrashold: third (and best imho) is to change 10k inside gta01 to 70k that will allow to charge any nokia bl-[456]c battery. Sep 28 08:08:49 thrashold: (70k) that's basically an 'educated guess' i suggest you measure the resistance on your particular nokia battery while it's at about room temperature and use something close to that. Sep 28 08:09:17 thrashold: (gta02 charging foreign battery) gta02 never had any problems charging _any_ battery. Sep 28 08:09:31 thrashold: but i'd not recommend to try to use a "swallen" one anyway. Sep 28 08:09:45 I tried, and it didn't charge it. So I assume it's the battery Sep 28 08:09:46 ? Sep 28 08:10:02 swollen/puffed lith = internal short Sep 28 08:10:06 not to be used Sep 28 08:10:14 and can catch fire if not handled/treated properly Sep 28 08:10:26 ndnihil++ Sep 28 08:10:30 :) Sep 28 08:10:34 :) Sep 28 08:11:20 I usually dispose of them by placing them in a bucket of salt water, then stabbing through the casing Sep 28 08:11:33 salt water neutralizes the electrolyte Sep 28 08:13:16 PaulFertser: If I want my gta01 to charge gta02 batteries, what should I do? Sep 28 08:15:06 http://www.youtube.com/watch?v=YCWdnjLqVWw Sep 28 08:29:28 What is the best way to make it do that? :P Sep 28 08:30:20 to make it swell/vent/catch fire? Sep 28 08:30:29 yes Sep 28 08:30:34 overcurrent conditions Sep 28 08:30:41 short it Sep 28 08:30:45 overcharge it Sep 28 08:30:48 etc.. Sep 28 08:31:40 Will overheating it suffice? Sep 28 08:31:56 I'd imagine so Sep 28 08:32:35 thrashold: (charge gta02 batteries in gta01) hm, read backlog? Sep 28 08:32:40 not sure how hot you'd have to make it for the internal structure break down though Sep 28 08:34:01 PaulFertser: This one: thrashold: third (and best imho) is to change 10k inside gta01 to 70k that will allow to charge any nokia bl-[456]c battery. Sep 28 08:34:02 ? Sep 28 08:34:35 thrashold: what's unclear about it? ;) Sep 28 08:35:00 It mentions nokia batteries :) Sep 28 08:37:04 So I assume I can use this for a gta02 battery, too. OK. I'm currently testing the first suggestion :O) Sep 28 08:39:36 thanks Sep 28 08:39:59 thrashold: nope, to charge gta02 battery like it's native you'll need to disassemble the battery and to connect 10k there between id pin and gnd. Sep 28 08:40:17 thrashold: because gta02 batteries have a special bq27000 chip that uses HDQ over that ID pin normally. Sep 28 08:40:39 No way to do this by modyfing the phone? Sep 28 08:40:52 thrashold: alternatively, you can make some hardware tweak to gta01 to disable temperature control altogether. Sep 28 08:41:10 thrashold: that way it'll work like gta02 charging any battery. Sep 28 09:41:31 CM: gtug på torsdag? :) Sep 28 09:43:33 * PaulFertser wonders if the world would become better or worse if all the people suddenly became a little bit stoned (not too much) for a month. Sep 28 09:53:42 PaulFertser: start with yourself ;-P Sep 28 09:55:47 from my experience the effect of each psychoactive substance is so individual you can't really tell what was the resulting average result Sep 28 09:56:21 s/experience/observation (to make clear;)/ Sep 28 09:57:13 DocScrutinizer-8: i've never heard about cases where stoned people became more aggressive or evil comparing to their normal state. Sep 28 09:57:39 DocScrutinizer-8: so what theme do you want me to (crudely) alter to almost remove the keyboard topbar? Sep 28 09:58:08 default? Sep 28 09:58:25 DocScrutinizer-8: np, i'll try to do it today's evening if i won't be too sleepy. Sep 28 09:58:30 aka illume-shr? Sep 28 09:59:53 PaulFertser: missing agressivity might result in a real evil world -- you never know Sep 28 10:00:33 not immediately, but long term anyway Sep 28 10:00:42 if accomplished by way of becoming stoned, it'll result in a very lazy planet who can't be arsed to do much of anything Sep 28 10:00:42 DocScrutinizer-8: (never know) that's exactly why i'm asking other opinions. Sep 28 10:01:57 ndnihil: i'm not sure it's much worse than it is now (when people are not lazy enough to refrain from wars e.g. :( ) Sep 28 10:02:41 probably without agressive mastering his environment, man never even made it to have fire or survive predators Sep 28 10:03:21 But probably we've already passed the point and now agressivity is redudant? Sep 28 10:04:39 If I was SVN master of the sourcecode, I really had to ponder if you get commit access ;-) Sep 28 10:05:05 live is a *very* complex app Sep 28 10:05:35 time for a reboot Sep 28 10:06:54 cannibinoids are effective for a lot of things (I use it for nausea), but the long term effects for behavioral modification use can backfire I'm sure Sep 28 10:07:25 PaulFertser: for good reason I prefer the bonmots version like that: "live would be so easy if only I could *read* the sourcecode" Sep 28 10:07:43 The negative effects on some of prolonged use - especially when young are fairly solid. Sep 28 10:08:04 s/live/life/ Sep 28 10:08:04 DocScrutinizer-8 meant: PaulFertser: for good reason I prefer the bonmots version like that: "life would be so easy if only I could *read* the sourcecode" Sep 28 10:08:10 morning Sep 28 10:08:11 yeah, I'd say 21+ before people start smoking Sep 28 10:08:43 31+ for alcohol ;) Sep 28 10:09:29 41+ for driving? :) Sep 28 10:09:46 driving is freedom Sep 28 10:09:47 And what about age of "consent"? Sep 28 10:09:51 nobody should be denied that at any age Sep 28 10:09:52 yeah. Look at me! would you want your children to become the same? ;-P Sep 28 10:11:08 what about pregnancy? there's enough examples of people who shouldn't be parents on daytime tv :p Sep 28 10:14:20 Meomer: and that's just the presenters. Sep 28 10:16:29 * SpeedEvil sighs. Sep 28 10:16:32 http://www.stuff.co.nz/technology/gadgets/2897782/Review-Rubiks-TouchCube Sep 28 10:16:41 saw that Sep 28 10:16:41 Electronic is not always better Sep 28 10:16:45 I'd stick with the original Sep 28 10:16:45 * DocScrutinizer-8 shudders Sep 28 10:23:41 ok, now that we got a coalition for govmnt of one individual that thinks SMS is startrek tricorder, and a party that sends SPAM for election adverts... We really need to think about new way to sneak around the chinesefication of german internet Sep 28 10:28:05 you know, I'm surprised there aren't bluetooth headsets modeled after the communicator boomerang shaped things they had on their shirts Sep 28 10:28:16 (original series) Sep 28 10:29:23 what's the use of a headset pinned to your shirt? ;-P Sep 28 10:30:12 to look (only slightly) like less of a dipshit than people who walk around with BT headsets on their ears all day? Sep 28 10:30:27 we call them "blue-tools" here Sep 28 10:30:35 ndnihil: paramount would get all pissy about that. Sep 28 10:30:48 ndnihil: I am really surprised though that they haven't licensed one. Sep 28 10:30:48 with "tool" being slang for cock/penis/dipshit/dumbass/etc... Sep 28 10:31:07 (not sure if you have the same slang on that side of the pond) Sep 28 10:31:24 never heqrd Sep 28 10:31:30 heard Sep 28 10:31:42 glad I clarified then :) Sep 28 10:32:02 kinda like "bellend" in the UK Sep 28 10:32:06 (paramount) SpeedEvil how do you know they didn't Sep 28 10:32:42 I'm sure the chinese don't care much about licensing issues Sep 28 10:32:58 and they make dual-sim phones that looks like mickey mouses head Sep 28 10:33:06 (seriously) Sep 28 10:33:54 DocScrutinizer: I'm sure it would have been slashdoted. Sep 28 10:33:54 * DocScrutinizer-8 ponders to make big money with dedicated VPN proxy bulk hosting somewhere in shanghai or maybe russia Sep 28 10:34:21 I'd avoid doing it in china Sep 28 10:34:22 I would be somewhat interested in VPN terminating in russia. Sep 28 10:34:38 SpeedEvil: ok, I'm not on /. regularly Sep 28 10:34:39 they seem to be pretty strict about the great firewall Sep 28 10:34:51 The UK government is increasingly taking the view 'logging stuff is cool!' Sep 28 10:35:02 I want VPN terminating in the UK, so I can watch BBC's iplayer thing Sep 28 10:35:14 SpeedEvil: (russia) so let's call that a business model Sep 28 10:35:44 ndnihil: I can offer this service at the low, low price of one Freerunner or n900 per month for 128k VPN. Sep 28 10:35:53 heheh Sep 28 10:36:35 I should have some bandwidth there soon enough Sep 28 10:36:40 ndnihil: that should be possible with openproxy even Sep 28 10:36:49 our london office is growing Sep 28 10:37:15 doc: on the rare occasion open proxies work, they're jumpy and unusable for streaming video Sep 28 10:37:21 at least the ones I've tried Sep 28 10:37:26 you don't need streaming Sep 28 10:37:30 get_iplayer Sep 28 10:37:31 k, granted Sep 28 10:37:41 err admittedly Sep 28 10:43:05 hrm, can't find the mickey mouse phone, but they have plenty of: iFone, SciPhone, NOKLA, SAMSUHG, HiPhone, etc.. Sep 28 10:43:43 Does the koolu SD-card installer also format the SD ? Sep 28 10:44:28 ndnihil: huh? Sep 28 10:44:40 dealextreme.com Sep 28 10:44:40 think-geek.com? Sep 28 10:44:43 check out their phones Sep 28 10:44:59 they've got pretty good prices on laser bits too Sep 28 10:45:28 * DocScrutinizer-8 wants a 1500mW green laser Sep 28 10:45:50 I want a slightly higher wattach CO2 laser Sep 28 10:45:54 er Sep 28 10:45:56 wattage Sep 28 10:46:14 bah, co2 is IR Sep 28 10:46:30 dont care if I can see it, I want to make a CNC laser cutter Sep 28 10:46:39 and CO2 is the best bang for the buck in cutting lasers Sep 28 10:46:48 hmm, yes. that might be nice Sep 28 10:47:13 CO2 laser cutters are available relatively inexpensively on ebay. Sep 28 10:47:19 As are replacement tubes Sep 28 10:47:26 really? Sep 28 10:47:27 1000e Sep 28 10:47:32 (for the whole cutter) Sep 28 10:47:38 watts? Sep 28 10:47:42 * ndnihil has never once, -ever- made an ebay transaction Sep 28 10:47:48 no - 25-40W IIRC Sep 28 10:47:52 I need to disable pin on a sim card before installing Android, how would i do thiss on a SHR-flashed phone? Sep 28 10:47:53 1000 euro Sep 28 10:48:01 * SpeedEvil has done about 400 Sep 28 10:48:06 (ebay transactions) Sep 28 10:48:34 * SpeedEvil is sitting on a sofa from ebay, typing on a laptop from ebay, listening to a radio from ebay. Sep 28 10:48:35 I've browsed ebay, and been awfully tempted on some things, but nothing Sep 28 10:48:41 ndnihil: (ebay) same here Sep 28 10:49:01 I get a lot of stuff from craigslist though Sep 28 10:49:10 craigslist doesn't exist here. Sep 28 10:49:13 but it's local, and I can inspect them before purchase Sep 28 10:49:16 sure they do Sep 28 10:49:24 No, they don't functionally. Sep 28 10:49:43 http://london.craigslist.co.uk/ Sep 28 10:49:58 dundee.craigslist.co.uk Sep 28 10:50:03 haven't checked out any of the non-US craigslist sites except tokyo Sep 28 10:50:05 Look at the massive choice! Sep 28 10:50:27 oh wow Sep 28 10:50:35 one post in cars/trucks Sep 28 10:50:50 SpeedEvil: fun starts at 200W Sep 28 10:50:54 cheap rover metro Sep 28 10:51:39 DocScrutinizer: it depends - 40W is just fine for cutting thin stuff. Multiple passes can even cut somewhat thicker. Sep 28 10:51:53 SpeedEvil: ouch Sep 28 10:52:04 I'm surprised it hasn't taken off in other places like it has here Sep 28 10:52:33 ndnihil: ebay got there first Sep 28 10:53:03 yeah, but this is free, -local-, and community moderated Sep 28 10:53:04 ndnihil: And once you've got ebay with - say - 10 cars for sale - very few people will list it on craigslist, with 1. Sep 28 10:53:12 ebay is local too. Sep 28 10:53:16 'within 5 miles' Sep 28 10:53:20 ah Sep 28 10:53:23 * DocScrutinizer-8 dreams of H-F laser of a suitcase or gun formfactor Sep 28 10:53:46 doc: wait until supercapacitors are more readily available Sep 28 10:53:49 it'll happen :) Sep 28 10:54:12 H-F is a chemical laser. No electronics at all Sep 28 10:54:27 er, needs stimulation somehow no? Sep 28 10:54:36 or is it all chem? Sep 28 10:54:39 fill chamber with H2 and F2, and ignite Sep 28 10:54:42 this came up elsewhere; has there been further confirmation or disproval of the speculation that sdxc cards could perhaps be readable by current sdhc controllers if you get to bang them yourself and not eg. through a usb mass storage abstraction? Sep 28 10:55:28 mjr: no to my knowledge Sep 28 10:55:55 mjr: as jury still out on final xc specs Sep 28 10:56:06 righto Sep 28 10:58:04 ndnihil: with two pressurized containers you probably can even have a continuous "laser fire" Sep 28 11:00:16 ndnihil: don't use glass to build the reaction chamber ;-) Sep 28 11:00:33 no doubt Sep 28 11:01:26 I'm still holding out for something electrical Sep 28 11:01:31 easier to recharge Sep 28 11:01:55 not really, for mobile usage Sep 28 11:02:29 you need a whole backpack of capacitors Sep 28 11:02:48 not the new virus grown caps (I hope) Sep 28 11:02:57 or was it bacteria Sep 28 11:03:14 and another one to carry the small 2stroke generator for electrical power Sep 28 11:05:31 yeah, but where are you going to refill the raw material for a chem laser? Sep 28 11:06:17 at Linde tech. gases (R) ;-P Sep 28 11:06:22 heheh Sep 28 11:07:04 the problem is, where do you get rid of all the HF acid ;) Sep 28 11:07:24 easy, add a small pump and use it for close-quarters combat Sep 28 11:07:49 laser blast the zombies from a distance, melt them up close Sep 28 11:08:12 * DocScrutinizer-8 should apply for a designer job at halliburton Sep 28 11:08:23 or whatever they are called Sep 28 11:09:31 * ndnihil is now known as Q Sep 28 11:12:20 another one I've been wanting to make is rail-type gun Sep 28 11:12:28 Is SDXC in fact a total rewrite of the protocol, or is it simply a couple more status bits, and a sucky filesystem? Sep 28 11:12:53 SpeedEvil: good question Sep 28 11:13:42 SpeedEvil: might even be a total redefine of PHY Sep 28 11:14:33 yeah Sep 28 11:14:50 for some things, if it supports te base SPI mode that might be just fine Sep 28 11:15:44 honestly I doubt you want >32GB for FR anyway Sep 28 11:16:02 * ndnihil does Sep 28 11:16:14 but I'm just going to use USB disk Sep 28 11:16:18 More generally asking- as some embedded people hang out here Sep 28 11:16:32 I have some other stuff I might want to put it in Sep 28 11:17:53 SpeedEvil: I'd very much expect they do a multilevel PHY, or a multi-serial Sep 28 11:18:43 both absolutely incompatible to SDHC driver hw Sep 28 11:20:08 yes - 104 megabytes/second would be a real challenge to push over 4 pins Sep 28 11:21:25 with digital logic yes Sep 28 11:22:20 (yeah I'm also more interested in the potential compatibility on other devices, but this had been speculated on here as well) Sep 28 11:22:32 there'd be the Touchbook, and well, even OLPC XO ;P Sep 28 11:22:49 plus my generic interest in such matters Sep 28 11:23:13 basically what SE said about base SPI mode _would_ be fine for some things Sep 28 11:23:46 104M/s over 4 pins isn't that unrealistic (ethernet cable anyone?), just need some -really- fast memory Sep 28 11:24:17 though perhaps not very optimal for a device's root file system, but I forget how fast/slow it is Sep 28 11:24:29 and a -really- fast controller on the other end Sep 28 11:24:36 ndnihil: it's not that that's the problem. Sep 28 11:24:43 ndnihil: the SD connector is poorly specified Sep 28 11:24:55 ndnihil: in terms of impedences and stuff. Sep 28 11:25:11 ndnihil: ever checked PHY of GB-ethernet? Sep 28 11:25:21 ndnihil: ethernet also uses very, very, very complex encodings Sep 28 11:25:37 yep Sep 28 11:25:42 ndnihil: current SDHC - 3.3V = '1', 0V = '0' Sep 28 11:26:03 The ethernet spec for the basic GE protocol spans tens of pages. Sep 28 11:26:07 that won't stay Sep 28 11:26:25 (current SDHC) Sep 28 11:26:34 for XC Sep 28 11:26:46 no - however for the immediate future at least it would probably be a useful low-power mode Sep 28 11:28:17 depending on the one "reserved" bit in SDHC prot existing or not, they for sure will specify a backward compatibility mode for XC Sep 28 11:29:28 honestly I have no idea if adress space of HC is used up with 32G Sep 28 11:29:54 assuming they are sane. Sep 28 11:30:19 address space of HC goes up to wasit 2 or 4 terabytes Sep 28 11:30:24 the cap is artificial Sep 28 11:30:24 Releasing a 32G limited standard when 4G cards were coming out is not the act of a sane standardsmaking body Sep 28 11:31:08 my guess is sane and greedy Sep 28 11:31:09 And the cap being artificial doesn't really ensure that everyone would implement a - say - 128G SDHC card sanely Sep 28 11:31:19 no it doesn't Sep 28 11:31:34 but hey, at least they'll get to sell all-new readers now Sep 28 11:34:03 well, Nokia states in their N900 specs "external SD storage: 16G (for now)" Sep 28 11:34:31 OWTTE Sep 28 11:34:51 ie. "haven't bothered to test 32G SDHC cards" Sep 28 11:35:22 hehe, you'll have a hard time to test a 32G uSD right now Sep 28 11:38:16 n900 was micro? okay then Sep 28 13:18:17 hello all.. i want to use the offline-shr-manager, but i've got already a keypair on my host.. and this should use the phasphrase.. Sep 28 13:18:43 does someone know how i could say ssh "use this key for the moko, the other otherwhise"? Sep 28 13:24:26 skamster_: man ssh Sep 28 13:28:08 mmh, yes, the documentation is good for a one-time-config, i could define there another key, but in a whole application? Sep 28 13:43:23 skamster_: there's a config file for .ssh and there you can specify per-host configuration, including the place to find your secret key iirc. Sep 28 13:56:04 ah, cool.. :) thx :) Sep 28 13:58:42 * ndnihil can't wait for the adapter harness to get here Sep 28 13:58:53 I'll be able to install the FR in the car Sep 28 14:37:56 hi Sep 28 15:16:23 for us users Gta02-core should update the wiki Sep 28 15:16:36 ? Sep 28 15:16:39 Why? Sep 28 15:17:19 documentation? Sep 28 15:17:40 process info Sep 28 15:17:53 timeline Sep 28 15:18:17 its been more than"a few days" Sep 28 15:18:52 i realize the list is handy Sep 28 15:20:19 we need a new device that works an we can purchase Sep 28 15:20:41 or a board that will replace this thing in my phone Sep 28 15:21:41 that hole where the externel gps ant. is could be the place for a cam Sep 28 15:23:52 You do know that to get a production run kicked off will take a fair slice of $100k? Sep 28 15:24:20 hehehehe Sep 28 15:24:22 http://scap.linuxtogo.org/files/448f5f9cfad119bba40586bac626dc21.png Sep 28 15:38:12 so u recieved a call before booting? Sep 28 15:51:03 ehm, does someone know when the next shr-update will be? Sep 28 15:51:09 is the server defect? Sep 28 15:51:24 (at least the upload?) Sep 28 15:52:00 it's strange to see so many packages which should be ready for update but aren't on the server.. Sep 28 15:55:11 its being discussed in dev channel right now, seems to be imminent, like in the next day or earlier Sep 28 16:01:01 slaxxer: no, that's dwm running instead of illume :) Sep 28 16:01:34 btw, anyone else seeing launcher crashes with "type array 97 not a basic type"? Sep 28 16:02:01 pabs3: that's great Sep 28 16:03:37 ic Sep 28 16:14:22 hey i just got this really nice effect while boot shr.. the text was being rendered over the shr logo, looked really cool! Sep 28 16:19:38 maybe a new .jffs2 file will appear Sep 28 16:19:43 for shr Sep 28 16:20:43 or better yet a testing image:) Sep 28 16:22:07 leth is that an older image? Sep 28 16:22:57 slaxxer: it's pretty new, perhaps not the latest, but not far from it if it isn't.. Sep 28 16:23:35 leth: that means your loglevel on the kernel parameter is too high Sep 28 16:23:57 blindcoder: what do you mean too high.. it's a nice feature! Sep 28 16:25:25 leth: icky more like Sep 28 16:25:59 i thought it looked cool. Sep 28 16:26:06 looks matters you know.. :) Sep 28 16:28:13 yea it covers up that shr logo Sep 28 16:28:57 is it the 080809 shr-unstable? Sep 28 18:19:42 ~logs Sep 28 18:19:42 All conversations are logged to http://ibot.rikers.org/channel, where "channel" is replaced by the URL-encoded channel name, such as %23freenode for #freenode. Lines starting with spaces are not logged. Sep 28 18:19:54 :-) Sep 28 18:23:10 ~help Sep 28 18:23:17 Nice :) Sep 28 18:47:27 i tried to change theme in shr settings but it's totally broken now. how to change back the theme if the interface is now totally broken? Sep 28 18:48:31 uhsf: you may try rm -rf ~/.e, restart x Sep 28 18:51:22 uhsf: no Sep 28 18:51:28 uhsf: just edit /etc/profile.d/elementary Sep 28 18:51:35 as that's file which shr-settings modifies Sep 28 18:51:44 or run shr-settings with that command: Sep 28 18:51:56 ELM_THEME=default ELM_FINGER_SIZE=70 shr-settings Sep 28 18:52:08 i can't get the keyboard for the terminal. i'll try connecting with usb Sep 28 19:02:42 now it won't connect with usb. iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24, sysctl -w net.ipv4.ip_forward=1, ip addr add 192.168.0.200/24 dev usb0 Sep 28 19:02:53 what am i missing? Sep 28 19:17:20 i haven't come here for about 10 months now i guess things have changed for the freerunner since that time Sep 28 19:17:55 if you've flashed it to a recent dist, use ethN where N is the next available eth device Sep 28 19:18:05 usbN has been deprecated Sep 28 19:21:29 eth2 here Sep 28 19:21:46 here too Sep 28 19:22:44 ndnihil: it's just a name anyway :) Sep 28 19:22:49 true Sep 28 19:22:51 ndnihil: I call it 'neo' :) Sep 28 19:23:26 I shall call mine george Sep 28 19:25:18 2009 was the year of linux on smartphones with releases of android, palm pre, and soon nokia maemo phone. freerunner has gotten irrelevant very fast. Sep 28 19:25:44 i guess android is by far the best distro for the freerunner now Sep 28 19:25:52 uhsf: irrelevant in what sense? Sep 28 19:26:11 uhsf: surely not when we talk about free software Sep 28 19:26:53 unfortunately my FR is no longer a phone Sep 28 19:26:55 as it were Sep 28 19:27:35 om and shr are very unreliable and outdated compared to android, webos and maemo Sep 28 19:27:37 I was using the sim from my work brokeberry, but it was disabled this morning so it could transfer to the new CDMA BB that should be here tomorrow Sep 28 19:27:49 uhsf: are you now comparing software or hardware? Sep 28 19:28:21 om, shr, android, webos, maemo are all software Sep 28 19:28:25 I'm going to mount it in the car and have it pretend it's a CD changer Sep 28 19:28:29 serving up mp3s Sep 28 19:28:32 uhsf: yep but freerunner isn't Sep 28 19:28:39 uhsf: I agree om is quite horrible Sep 28 19:28:53 have a USB adapter that lets the factory head unit think that a PC is a CD changer Sep 28 19:29:12 so I can control the media player from the head unit buttons Sep 28 19:33:08 an thats why its important for all to get a new motherboard that works Sep 28 19:33:17 so get on it Sep 28 19:37:24 * ndnihil is holding out for the n900 Sep 28 19:37:41 I sorely hope that proper linux can be installed on it Sep 28 19:37:54 ndnihil: please keep the non-free stuff out of this channel :) Sep 28 19:38:17 there's always a chance :) Sep 28 19:38:19 ndnihil: you can't even charge the battery on n900 without non-free blobs Sep 28 19:41:30 as long as I get a shell, perl, and the ability to interact with the modem, I'm good Sep 28 19:49:48 sounds like Mandriva Sep 28 19:50:29 this om system is very good it just needs some new hardware Sep 28 19:50:46 an we are about to get it:) Sep 28 19:50:52 why does shr can't connect with usb now? it was able to 10 months ago Sep 28 19:51:21 i'm very patient but freerunner gets me incredibly frustrated Sep 28 19:51:32 did u flash the latest ,jffs2? Sep 28 19:51:42 . Sep 28 19:51:54 i flashed about a year ago with shr Sep 28 19:52:07 well step up to the plate Sep 28 19:52:08 i don't think it has evolved much since then Sep 28 19:52:18 oo yes it has Sep 28 19:52:43 the last update was in may so it's still not that new Sep 28 19:52:56 your system doesnt show it as usb0 anymore does it? Sep 28 19:53:13 oo u use testing? Sep 28 19:53:18 anyway i'd be happy to flash the whole thing to android but the first step would still be to connect with usb Sep 28 19:53:26 no Sep 28 19:53:41 ndnihil: that's nearly not enough for me Sep 28 19:53:57 use the 080809 shr-unstable Sep 28 19:53:58 look at dmesg Sep 28 19:54:22 usb0 now eth1 or smth like this Sep 28 19:54:35 yup Sep 28 19:54:55 get rid of that old testing image Sep 28 19:55:12 lindi: ideally it's not enough for me either, but it's a start Sep 28 19:55:20 usb0: register 'cdc_ether' at usb-0000:00:1a.0-2, CDC Ethernet Device, 46:ec:b7:ba:d1:1b Sep 28 19:55:25 ndnihil: but freerunner can do more than that already Sep 28 19:55:28 its not even a start Sep 28 19:55:41 true, but the hardware is slow Sep 28 19:55:47 its a start in the wrong direction Sep 28 19:56:00 uhsf, it means you forgot update kernel Sep 28 19:56:50 max_posedon: update shr kernel or my arch linux system kernel? Sep 28 19:56:54 uhsf: don't rant about missing evolution in SHR... It's you who missed it! Just flash 2009-08-08 and give it a try Sep 28 19:57:39 DocScrutinizer: i want to try, i just can't connect with usb anymore Sep 28 19:57:45 i was wrong its 090609 Sep 28 19:58:08 i use the same commands as i used before but it doesn't work anymore Sep 28 19:58:14 uhsf: for dfu-util you won't need usb Sep 28 19:58:16 http://build.shr-project.org/shr-unstable/images/om-gta02/?C=M;O=D Sep 28 19:58:19 uhsf, update neo's kerne, and flash what all suggest yoj Sep 28 19:58:39 top of the list there Sep 28 19:58:53 uhsf: see channel topic Sep 28 19:59:12 an quit whinning Sep 28 19:59:25 uhsf: aah, and btw: you noticed host side (PC) now usually is called ethX instead of USB0? Sep 28 20:01:09 uhsf: ask twice in #openmoko-cdevel before doing "opkg upgrade" ;-D Sep 28 20:01:20 ssh: connect to host 192.168.0.202 port 22: No route to host Sep 28 20:01:38 reflash as indicated Sep 28 20:01:50 uhsf: DFU-UTIL Sep 28 20:03:08 Hi, there. I've got a early GTA02 - from the first shipment - and it's never been updated. Are there any gotyas about installing SHR? I'm wondering if I need a new bootloader or anything? Sep 28 20:03:32 no issues Stroller Sep 28 20:03:40 doc likes u-boot but i use Qi Sep 28 20:04:05 slaxxer: he *can* update to Qi any time he likes Sep 28 20:04:18 yup Sep 28 20:04:35 but for a first start he surely should cling to uBoot Sep 28 20:04:42 it's mostly frustrating because it's my only phone and i won't receive calls until this is fixed Sep 28 20:04:43 why? Sep 28 20:04:54 fixit Sep 28 20:04:54 So I just install the SHR image (version as per /topic) using dfu-util ? Sep 28 20:05:00 we told u how Sep 28 20:05:18 Stroller: exactly. rootfs and kernel Sep 28 20:05:34 i don't think i'm gonna use shr again. i will try android instead Sep 28 20:05:45 :) Sep 28 20:05:55 u mess up Sep 28 20:05:59 DocScrutinizer: TY Sep 28 20:06:13 Stroller: then do me a favour and tell uhsf how to do that ;-P Sep 28 20:06:28 What? Sep 28 20:06:33 oh, lol Sep 28 20:06:34 I see Sep 28 20:06:37 flash SHR Sep 28 20:06:45 flash SHR Sep 28 20:07:12 DocScrutinizer: there must be a much newer bootloader than my one, though, eh? IIRC the early bootloader wouldn't allow you to power up if you had a flat battery Sep 28 20:09:01 Stroller: the other way round... New uBoot is borked ;-P Sep 28 20:09:16 Uh, really? Sep 28 20:09:21 yep Sep 28 20:09:21 why? Sep 28 20:10:04 they messed it up during efforts to make it 100mA-USB compliant Sep 28 20:10:24 well they could trash it Sep 28 20:11:07 so now it either doesn't do anything on boot (without bat), or starts flashing the aux led and sucking bat to absolute death XD Sep 28 20:11:29 so use Qi for now Sep 28 20:11:35 lol Sep 28 20:11:40 or an older uboot Sep 28 20:12:14 slaxxer: eventually you should use a newer uBoot as there were some fixes to handthru the wake reason Sep 28 20:12:19 doc whats so bad about Qi anyways? Sep 28 20:12:43 if booting fails, you always can resort to NOR-uboot which is still fine ;-) Sep 28 20:13:49 Well, thanks for leaving me completely bamboozled, lads Sep 28 20:13:50 :P Sep 28 20:14:01 btw it took me quite a while from suggesting to boot via NOR on flat bat (which zillion of users reported "works for me") until I really understood what's wrong Sep 28 20:14:28 slaxxer: nothing bad, but no much good either Sep 28 20:14:38 Qi missing bootmenu Sep 28 20:14:46 :) Sep 28 20:15:09 what good is it Sep 28 20:15:12 Stroller: simply don't care about bootloader for now Sep 28 20:15:30 in a few days come back here and report your findings Sep 28 20:15:31 lol, ok, DocScrutinizer Sep 28 20:16:00 Stroller: then we'll talk you thru next step (whatever that step might be then) Sep 28 20:17:29 [2009-09-28 22:12:14] slaxxer: eventually you should use a newer uBoot Sep 28 20:17:33 TY Sep 28 20:17:37 s/slaxxer/stroller/ Sep 28 20:17:38 DocScrutinizer meant: [2009-09-28 22:12:14] stroller: eventually you should use a newer uBoot Sep 28 20:18:22 bbl Sep 28 20:18:40 And I should use SHR images from bearstech, not build.shr-project.org/ ? Sep 28 20:20:45 no Sep 28 20:20:58 i dont think so Sep 28 20:21:35 That's what it says as "recommended SHR" in the /topic Sep 28 20:21:43 Although TBH I think they're both the same Sep 28 20:22:20 http://build.shr-project.org/shr-unstable/images/om-gta02/?C=M;O=D Sep 28 20:22:23 Yeah, they are Sep 28 20:25:13 Ok... so I should use the 8th August rootfs, which kernel? Sep 28 20:25:44 mjr: Hey :D can you tell me if there exists a chinese bash (bash.org-like)? Sep 28 20:26:57 what, who, me? Sep 28 20:28:42 mjr: yes Sep 28 20:28:50 mjr: oh Sep 28 20:29:01 It would probably be full of things like "the secret police have redacted this comment", except in kanji Sep 28 20:29:02 mjr: you must be somebody else, sorry ;) Sep 28 20:34:04 hrm, anyone tried AoE on the FR? Sep 28 20:42:10 age of empires? :) Sep 28 20:42:28 heh no Sep 28 20:42:31 ATA over Ethernet Sep 28 20:42:33 :) Sep 28 20:46:12 linux kernel has classic Networld Block Device Sep 28 20:46:19 you speak about this? Sep 28 20:46:30 nope, AoE specifically Sep 28 20:54:34 i finally connected to shr with usb. since i logged out and in again what was the suggestion to repair broken theme from shr-settings? Sep 28 20:55:03 there was rm ~/.e and what was the other one? Sep 28 20:55:48 max_posedon: hey Sep 28 20:55:56 max_posedon: do you know what i'm going to ask? Sep 28 20:55:57 ;) Sep 28 20:57:40 about ubifs? I still haven't did any tests Sep 28 20:59:15 max_posedon: what is the reason? Still some wrong parameter or just lack of time? Sep 28 20:59:22 max_posedon: i mean do you need any help? Sep 28 20:59:45 time mainly, also smth wrong with my rootfs now Sep 28 20:59:56 it can't boot from Qi, only from uboot Sep 28 21:00:09 (and even from uboot 1 time from 3 tries) Sep 28 21:00:17 cpu stall message at boot Sep 28 21:02:46 max_posedon: hm, rcu stall is something i saw Sep 28 21:03:06 max_posedon: strange. Are you booting from SD? Sep 28 21:03:06 yes, exactly may message Sep 28 21:03:20 none, from nand Sep 28 21:03:31 can someone please scroll up a few minutes ago and paste back what lindi- or i don't remember who else told me to do to reset shr theme? Sep 28 21:03:58 max_posedon: Qi doesn't always agree about bad blocks as seen by the kernel e.g. In fact i can't boot gta01 with qi most probably because of that. Sep 28 21:04:45 22:50 < dos1> ELM_THEME=default ELM_FINGER_SIZE=70 shr-settings Sep 28 21:04:58 uhsf: ^^ Sep 28 21:06:28 PaulFertser: ty, was there any other line that tells where these files are located? Sep 28 21:08:32 22:50 < dos1> uhsf: just edit /etc/profile.d/elementary Sep 28 21:09:41 ty, unfortunately /etc/profile.d/elementary doesn't exist on my shr Sep 28 21:09:53 When flashing SHR with dfu-util, it's the .jffs2 file I want, right? Sep 28 21:11:36 Stroller: right Sep 28 21:11:41 Stroller: and kernel Sep 28 21:11:42 TY Sep 28 21:11:48 Yup, got that Sep 28 21:11:52 Ok... so I should use the 8th August rootfs, which kernel? Sep 28 21:13:37 Stroller: the latest in the same dir Sep 28 21:13:55 TY Sep 28 21:13:56 :) Sep 28 21:20:43 how to restart x from ssh usb connection? Sep 28 21:21:05 init scripts Sep 28 21:21:09 like everywhere else Sep 28 21:21:25 s/like everywhere else/like other linux systems/ Sep 28 21:21:26 ndnihil meant: like other linux systems Sep 28 21:21:30 * ndnihil stabs apt Sep 28 21:21:53 Darn, you guys keep beating me to the punchlines! Sep 28 21:22:54 /etc/init.d/xserver-nodm restart Sep 28 21:23:02 yup Sep 28 21:23:26 it's still on broken shr theme. how to change this broken theme? Sep 28 21:26:11 how to trigger that stupid "wrench" thing if i can't see it? Sep 28 21:26:16 uhsf did u flash the latest shr-unstable? Sep 28 21:26:38 if not why not? Sep 28 21:27:03 it would be so much simpler to just change the broken theme Sep 28 21:27:21 uhsf: why don't you rm -rf ~/.e? Sep 28 21:27:21 then i'm gonna switch to android when i have time Sep 28 21:27:41 i try this Sep 28 21:27:44 whats it take 15 min ? Sep 28 21:28:14 rm -rf ~/.e Sep 28 21:28:23 uhsf: android is not for hackers Sep 28 21:28:52 then restart Sep 28 21:30:20 DocScrutinizer: http://paulfertser.is-a-geek.org:777/files/screwed_niebiee/illume.edj Sep 28 21:31:10 u have been messing with this now for 2 hours Sep 28 21:32:09 yes but now it's solved Sep 28 21:32:21 great what u do Sep 28 21:32:45 rebooted?:) Sep 28 21:33:18 i rm -rf ~/.e and /etc/init.d/xserver-nodm restart Sep 28 21:33:35 my biggest problem was not to be able to connect with usb Sep 28 21:34:10 i think my desktop system is missing some configuration but my portable connected fine Sep 28 21:34:26 so how long does suspend take to come up Sep 28 21:35:02 what do you mean? Sep 28 21:35:27 suspend the phone then unsuspend an time it Sep 28 21:35:44 how long 2 seconds? Sep 28 21:35:56 or 12 seconds? Sep 28 21:36:58 it seems to take about forever Sep 28 21:37:31 THATS WHY ui need a september .jffs2 an a new kernel Sep 28 21:37:50 an im not lying Sep 28 21:38:01 is there a good stopwatch app for shr? Sep 28 21:38:23 you totally froze my shr with your suspend thing i never use that anyway i'll have to reboot now Sep 28 21:38:34 :(9 Sep 28 21:38:44 ok im done Sep 28 21:39:13 slaxxer: the topic says an August .jffs2 !?!? Sep 28 21:39:29 well step on up to the latest Sep 28 21:39:43 it wont hurt Sep 28 21:40:03 the augest will work also Sep 28 21:40:03 so android is "not for hackers"? Sep 28 21:40:24 what about maemo and webos? Sep 28 21:40:27 New install of SHR: it boots up and asks to select a profile. lllume or Illume-SHR ? Sep 28 21:40:41 shr Sep 28 21:40:48 i just chose illume-shr Sep 28 21:41:00 so u dont have missing icons Sep 28 21:41:06 uhsf: maemo is not free even Sep 28 21:41:13 uhsf: webos is some questionable shit afaik Sep 28 21:42:17 what i want on shr is a black keyboard with white or green letters like Bytestore had months ago Sep 28 21:42:37 that was easy on my eyes Sep 28 21:42:46 so the only option for you is shr. Sep 28 21:42:52 no Sep 28 21:43:10 i have installed all of them many times Sep 28 21:43:24 except webos Sep 28 21:43:58 but the community has spoken that shr is the best Sep 28 21:44:35 i belive thats correct as of right now Sep 28 21:44:49 slaxxer, try the last android :), we are working on it Sep 28 21:45:13 they want to put development in more of 1 dirrection Sep 28 21:45:22 ok i will Sep 28 21:46:46 is there a .jffs2 file for that/ Sep 28 21:46:50 PaulFertser, maemo is free, just n[8,9]x0 not free, Sep 28 21:47:22 webos is not free, just because sources of their "UI stuff not avaible at all" Sep 28 21:47:48 max_posedon: well, mer is useless for end-users on all devices afaik. You can call it free. Sep 28 21:47:58 <[Rui]__> max_posedon: I don't care much about the UI parts not being free if the underlying important stuff is free Sep 28 21:48:12 <[Rui]__> max_posedon: then I can hopefuly get FSO in it :) Sep 28 21:48:16 [Rui]__, they wrong new "X server" Sep 28 21:48:20 *wrote* Sep 28 21:48:34 without "X stuff" webos just OE Sep 28 21:48:46 <[Rui]__> max_posedon: webos is OE as well? Sep 28 21:48:54 yes Sep 28 21:49:15 but their main interested stuff/feature - "Web X server" Sep 28 21:49:21 <[Rui]__> ah interesting Sep 28 21:49:21 <[Rui]__> max_posedon: is anything known about the drivers? Sep 28 21:49:24 * [Rui]__ shrugs Sep 28 21:49:31 I don't know anything Sep 28 21:49:56 <[Rui]__> what I'd like is to have some expectancy of a Free phone if my Freerunner breaks :) Sep 28 21:50:12 slaxxer, http://code.google.com/p/android-on-freerunner/ Sep 28 21:50:16 this is the project Sep 28 21:50:29 wait tomorrow or two days for the new release Sep 28 21:50:31 if freerunner breaks, its good buy new freerunner Sep 28 21:50:49 we are fixing some issue related to USSUD Sep 28 21:50:51 message Sep 28 21:51:43 <[Rui]__> max_posedon: not fully sure there'll be one if it happens Sep 28 21:51:59 <[Rui]__> it seems the parts are running low Sep 28 21:52:29 <[Rui]__> and the hardware is a but on the underpowered side :) Sep 28 21:53:10 Wouldn't core be an alternative. Sep 28 21:53:47 I'm just going have freerunner + touchbook, and its enough for my mobile usage. Sep 28 21:54:13 <[Rui]__> max_posedon: it's so terribly slow Sep 28 21:54:22 what? Sep 28 21:54:26 UI? who cares? Sep 28 21:54:42 <[Rui]__> max_posedon: as I use it as a phone, I care. Sep 28 21:54:45 (and even ui can be fast if you try tweek is) Sep 28 21:54:58 *it* Sep 28 21:55:28 I care too, but I think freerunner isn't so slow Sep 28 21:55:52 just some programmer skill required to make it fast Sep 28 21:56:08 for example, nobody still use thumb1 instruction sets Sep 28 21:56:10 <[Rui]__> max_posedon: if it can be fast, then why isn't so? :) Sep 28 21:56:32 panicking, or android use thumb1? (I don't know android status) Sep 28 21:57:05 [Rui]__, because it requires time, move fso to vala, get xorg-videl-glamo working (kms,drm,etc) Sep 28 21:57:16 `thumb-ing` packages, and so on Sep 28 21:57:32 <[Rui]__> max_posedon: that's not tweaking :) Sep 28 21:57:53 <[Rui]__> max_posedon: that's radical (and needed) change. Sep 28 21:58:34 <[Rui]__> and thumb1 instructions should be optimizations (on libraries) Sep 28 21:58:37 under tweaking, I mean for example, begin use software_x16 render Sep 28 21:58:48 switch e theme to some extream Sep 28 21:59:04 (that-wellknown-green-theme) Sep 28 21:59:27 max_posedon: Is illume stable under x16? Sep 28 21:59:33 <[Rui]__> Daramarak: no Sep 28 21:59:45 <[Rui]__> max_posedon: yes, I am running with software x16 Sep 28 22:00:12 Daramarak, I don't use x165 Sep 28 22:00:17 *x16* Sep 28 22:00:40 <[Rui]__> software_16 actually Sep 28 22:01:04 <[Rui]__> but a few things crash e17 if you use software_16 Sep 28 22:01:20 for example? Sep 28 22:01:38 (may be same things crash e17 in software_32 or randr too) Sep 28 22:01:40 <[Rui]__> max_posedon: setting the background Sep 28 22:01:56 <[Rui]__> most "look" things Sep 28 22:02:10 also, about tweaking Sep 28 22:02:19 disable ALL animations Sep 28 22:02:25 and set fps rate to 15 Sep 28 22:02:33 also gives much improvments Sep 28 22:02:37 <[Rui]__> I need to change into software before doing anything Sep 28 22:04:19 To bad one have to choose between a decent look and a snappy interface. Sep 28 22:05:01 <[Rui]__> just tried fps rate at 15 fps, and it still looks nice Sep 28 22:05:18 <[Rui]__> but it's not the animations that make it slow Sep 28 22:05:18 try 10 Sep 28 22:05:37 <[Rui]__> it's loading any freaking thing that's butt slow Sep 28 22:05:47 find minimal value, with which you happy) Sep 28 22:05:59 yes, loading apps during start to slow Sep 28 22:06:22 so, this is main reason why people like shr-launcher, qtextended, android Sep 28 22:06:38 they don't do this heavy stuff Sep 28 22:06:45 the point is not exactly that i want to go with maemo or android or webos but i also want to solve important usability issues i always experienced with the freerunner like no physical kbd and no 3.5mm audio jack so i might have to switch to whatever comes first in unlocked gsm form between android, palm pre, or nokia n900. Sep 28 22:07:35 <[Rui]__> uhsf: you can replace my freerunner with an android or n900 from my cold dead hands, buster! Sep 28 22:07:40 max_posedon, >From bionic/libc/arch-arm/include/machine/cpu-features.h: Sep 28 22:07:40 # elif defined __ARM_ARCH_4__ Sep 28 22:07:41 # error ARMv4 is not supported, please use ARMv4T at a minimum Sep 28 22:07:43 # else Sep 28 22:08:01 Why do you object to n900 - wondering Sep 28 22:08:09 <[Rui]__> :) Sep 28 22:08:15 in that sense if shr doesn't find it's place on other hardware it will get irrelevant and obsolete Sep 28 22:08:55 we have to consider fr is discontinued Sep 28 22:12:19 <[Rui]__> SpeedEvil: because you need proprietary drivers Sep 28 22:12:27 <[Rui]__> SpeedEvil: I don't mind not running the fancy proprietary Nokia stuff, but I do mind the proprietary drivers Sep 28 22:12:41 another important point is fr very poor sound during calls, it will never get solved and whenever i pass my phone to someone else they always get mad at the thing Sep 28 22:12:47 For my part I have gotten the taste for Free now, I am never turning back. Sep 28 22:13:11 btw, did anybody get n900?) Sep 28 22:13:20 [Rui]__: AIUI there is very little unfree - the battery charging is all that comes to mind. There are significant UI elements that are nonfree Sep 28 22:13:22 e.g. from where you know, how much it closed? Sep 28 22:13:30 <[Rui]__> SpeedEvil: X driver Sep 28 22:13:40 n900 comes out only end october Sep 28 22:13:43 <[Rui]__> calling Sep 28 22:13:49 [Rui]__, omap-fb? Sep 28 22:13:55 Hey, guys, which SHR image should I be using please? The topic says 20090808, but that seems to only be available in lite? Sep 28 22:14:03 * Stroller wants pidgin Sep 28 22:14:08 n900 - omap device Sep 28 22:14:08 AIUI calling is simply a AT modem Sep 28 22:14:09 it have open X drivers Sep 28 22:14:11 but I've not looked that closely Sep 28 22:14:24 but n900 maybe have closed lib opengles Sep 28 22:14:52 and mesa still don't have opengles backend (as I know) Sep 28 22:15:17 android, maemo, webos are not that much more free to me than shr. taking usability into account they pretty much all come out equal. Sep 28 22:15:31 * SpeedEvil is regrettably unlikely to be getting any new phone soon. Sep 28 22:15:32 :/ Sep 28 22:16:08 Stroller: Use lite, and opkg install pidgin Sep 28 22:16:20 ok Sep 28 22:16:23 i also don't have the money for another 500$ phone but it's just necessary in my situation Sep 28 22:16:47 $500 - where? :) Sep 28 22:16:49 Is there anything else I'm recommended to grab for like a normal install? For imap email & a browser? Sep 28 22:17:00 It is expensive. Sep 28 22:17:22 Stroller: Midori is ok as an browser Sep 28 22:18:38 <[Rui]__> max_posedon: what's the current status? Sep 28 22:18:47 uhsf try qtmoko. Sep 28 22:18:59 [Rui]__, current status of? Sep 28 22:19:28 <[Rui]__> omapfb Sep 28 22:20:13 I don't know much, since I don't have any device based on it Sep 28 22:22:19 Ok, sorry... next question.... how do I connect to wifi, please? I go into Settings > Connectivity & I find a switch to turn wifi on, but I can't find anywhere to enter a SSID &c Sep 28 22:22:50 Stroller: install mokonnect or Nwa Sep 28 22:23:46 makin it hard on yourself eh? Sep 28 22:24:04 Bah! Sep 28 22:25:50 <[Rui]__> Daramarak: mokonnect never worked with me, and hasn't yet ever (using shr-u, latest upgrades). Sep 28 22:26:29 <[Rui]__> I fscking triple dare people to explain why it won't work. Sep 28 22:27:00 [Rui]__: I have been having problems with it too, but other seems satisfied. I swear to Nwa, it seldom fails. Sep 28 22:27:26 <[Rui]__> Daramarak: I'm sure others have made changes they are not aware Sep 28 22:28:53 <[Rui]__> sleep, now... good night all Sep 28 22:29:03 [Rui]__: night Sep 28 22:30:38 I get notified about having to delete messages. Shouldn't the shr sms application store the messages outside of the sim? Sep 28 23:04:11 uhsf: please stop stating assumptions out of the blue as facts: "s fr very poor sound during calls, it will never get solved" If you want to state things like that, I ask for verbose explanation on where you think you can proove that's true :-( Sep 28 23:04:52 uhsf: N900 is shipped 2009.10.12 according to Nokia webshop and hotline Sep 28 23:10:29 Stroller: 88-full was removed due tu some issue of unknown-to-me nature. Install lite and do "opkg install" whatever you miss in lite Sep 28 23:11:31 DocScrutinizer-8: thanks, bud. I found the instructions on the wiki "SHR User Manual" page Sep 28 23:11:37 Stroller: 2009-09-06 allegedly is ok too. Not tested by me though Sep 28 23:11:51 TY Sep 28 23:12:55 YW Sep 28 23:17:10 DocScrutinizer-8: I think it was you who advised me about the flashing earlier? It went very smoothly, thank you Sep 28 23:17:24 np Sep 28 23:17:27 :-) Sep 28 23:17:32 enjoy SHR Sep 28 23:17:42 don't upgrade! ;-) Sep 28 23:17:43 :) Sep 28 23:17:47 It seems quite nice Sep 28 23:17:55 ...without asking if it's safe Sep 28 23:18:25 Ummm... I used opkg upgrade already Sep 28 23:18:25 :/ Sep 28 23:19:11 Was that a bad thing to do? Sep 28 23:19:20 hmm, I'm not aware of todays upgrade mood ;-) Sep 28 23:19:28 lol Sep 28 23:19:30 Ok Sep 28 23:19:52 I can't quite get the hang of SHR - is the top bar supposed to be "clickable"? Sep 28 23:19:59 Stroller: see, it's unstable. Means things change every 12h Sep 28 23:20:13 yep Sep 28 23:20:42 yeah, that figures. But it means that if `opkg upgrade` was a mistake, I may be able to correct it in 12 or 24h Sep 28 23:20:47 Hmmmn... ok. Sep 28 23:20:58 top bar should dropdown and show three buttons and a wrench for illume settings Sep 28 23:21:09 Ah! ok Sep 28 23:21:16 I meant the battery on the RHS Sep 28 23:21:26 nope Sep 28 23:21:33 And there's something else next to it, like a pale circle Sep 28 23:21:35 Okies Sep 28 23:21:36 :) Sep 28 23:21:41 Also, you mentioned something about a later uBoot? Sep 28 23:21:50 bat is hard to hit, and if you do, it shows charge % Sep 28 23:22:19 Stroller: don't bother about uBoot for next 5 days Sep 28 23:22:41 Oh? There's a new releaser planned? Sep 28 23:22:48 no Sep 28 23:23:12 but it will take you some days to get used to SHR usual behaviour Sep 28 23:23:27 Stroller, they don't plan any release Sep 28 23:23:42 but shr-steam going release non-working-xorg-image soon Sep 28 23:23:48 and the "eeeew, Qi borked my GSM" msgs are really annoying Sep 28 23:24:19 lol, ok Sep 28 23:24:49 Stroller: new uBoot won't buy you anything for now Sep 28 23:25:20 Ok, TY Sep 28 23:26:25 I was kinda worried, because I'm sure there was this thing in the early days, where if your battery ran flat, you couldn't start the Freerunner. Not even with it on charge via USB. You needed to use a 3rd-party battery to jump-start it or something. And I thought an updated bootloader fixed that Sep 28 23:27:54 bootloader can't help you with this Sep 28 23:27:57 Stroller: nothing changed on that. Absolutely nothing ;-P Sep 28 23:28:08 because problem was *before* starting bootloader Sep 28 23:28:14 yep Sep 28 23:28:26 and now we have crazy solution how boot neo without battery at all Sep 28 23:28:34 (works for near 97% of neos) Sep 28 23:29:06 so empty battery not problem at all Sep 28 23:29:33 Ok, ty Sep 28 23:29:52 new uBoot will fix issues with booting from uSD, passing wake reason to kernel, etc. But won't help on gta02a5 not booting with(out/flat) bat Sep 28 23:30:24 Stroller: iirc you FR is first charge? Sep 28 23:31:05 Nope... I got it as part of the first shipment.... decided not to use it until I sold my existing phone... as an incentive to get that sold... then forgot about it Sep 28 23:31:08 * Stroller blushes Sep 28 23:31:19 You should try to boot to nor uboot menu, without bat, with OM wallcharger Sep 28 23:31:34 So it has like an update in the first week or two, then stayed unused Sep 28 23:32:19 I left it with the battery fully charged for like a year... so I think that's not the best way to store the battery, but it's started ok, & is running fine off USB power at the moment Sep 28 23:32:24 s/first charge/early revision/ Sep 28 23:33:09 Oh, yeah Sep 28 23:33:22 I thought I'd try updating it & see if it has the buzz. Sep 28 23:33:34 Stroller: if you can get screen without bat, you have no problem. Otherwise nothing will fix your problem Sep 28 23:33:36 Then I'll prolly send it off to Germany for the buzz-fix, anyway Sep 28 23:34:55 Stroller: remove bat, plug wallcharger. hold aux, press power -> hope for bootloader menu Sep 28 23:35:16 Ok, I'll try that later Sep 28 23:35:21 I think I have a wallcharger Sep 28 23:35:24 if no reaction, then make sure you always have a spare bat Sep 28 23:35:53 I wish `opkg install` gave you a counter ... like 1 of xx or whateevr Sep 28 23:37:08 Stroller: lol. same here Sep 28 23:37:16 opkg is a pita Sep 28 23:38:02 Stroller: you probably should upgrade your modem firmware Sep 28 23:38:51 follow uSD-method instructions on wiki GSM_flashing page. It's simple, it's almost fun Sep 28 23:41:39 Ta, that looks easy enough Sep 28 23:42:54 Stroller: thanks :-) pleased to hear that Sep 28 23:46:24 Oh, I keep getting a lot of Enlightenment Errors, with f1 or f2 option boxes .... could this just be because I don't have a SIM card in? Sep 28 23:46:53 nope Sep 28 23:47:04 shouldn't happen Sep 28 23:47:34 might be due to upgrade :-P Sep 28 23:47:41 lol Sep 28 23:47:47 No, started before that Sep 28 23:48:27 hmm, strange Sep 28 23:49:03 you selected theme illume-shr? Sep 28 23:49:10 on first boot? Sep 28 23:49:20 Yes Sep 28 23:49:35 no idea then. never heard this Sep 28 23:49:49 Next question: what's the thing next to the battery in the top bar, next to the battery. Looks like a white circle - it's hard to see on the grey background - and it's half filled-in Sep 28 23:51:36 hmm, I changed my gadgets sequence. No such thing anywhere anyway. I seem to remeber the illume quickstarter menu has such an icon Sep 28 23:52:58 there should be no quickstarter though. Just bat, GSM-signal, digital-clock Sep 28 23:53:25 and the two arrows to switch windows Sep 28 23:53:54 i guess it might be GSM signal, huh? Sep 28 23:54:26 maybe. it's quite near to invisible without SIM Sep 28 23:55:29 I think there should be a writing "SOS only" or "no signal" associated to that gadget Sep 28 23:55:59 notice you can drag the gadgets to sort them Sep 28 23:56:28 There's a "no service" - maybe the icon's invisible when GSM is in Sep 28 23:57:50 hmm, I have to admit I didn't test without SIM for a long time. Dunno Sep 29 00:00:19 I'm concerned about your illume segfaults Sep 29 00:01:07 shouldn't happen unless you mess with illume settings, especially the gadgets enabled ;-P Sep 29 00:02:40 Stroller: you flashed the matching kernel for 88 rootfs? Sep 29 00:02:59 Oh, I might have mucked about with the gadgets enabled Sep 29 00:03:12 aaah, then XD Sep 29 00:03:16 I thought that would change what was shown on the home screen Sep 29 00:03:18 that's normal Sep 29 00:03:42 gadget settings are notorious for causing segfaults Sep 29 00:03:58 The gadgets are the things in the top bar, then? Sep 29 00:04:38 right, at least that's the word I use for them. Dunno if I'm wrong maybe Sep 29 00:06:55 "shelf gadgets" is the illume terminus Sep 29 00:07:13 top shelf gadgets even Sep 29 00:08:56 i use the 090609 image with no problems Sep 29 00:09:18 amazingly enough illume settings (wrench) is the part that's least adapted to illume (on FR) Sep 29 00:09:49 yeah, I'd noticed that Sep 29 00:09:50 slaxxer: good to hear. probably I should change the chan topic eventually Sep 29 00:10:03 What are the "hidden gadgets" then? Sep 29 00:10:23 And what gadgets should be enabled & not? Sep 29 00:10:33 those show up *on top* shelf when you pulldown topshelf Sep 29 00:11:01 e.g wrench itself is "hidden" Sep 29 00:11:21 iirc the default settings Sep 29 00:12:11 (which should) depends on you and your preferences / luck on geting them to work without segfault ;-P Sep 29 00:13:22 Thanks! Sep 29 00:13:28 I don't want "luck" Sep 29 00:13:33 I just want some that work! Sep 29 00:14:41 well, you probably want battery, and GSM (maybe). Clock works flawlessly, as well as wifi Sep 29 00:14:49 wheres raster? Sep 29 00:14:56 BT segfaults afaik Sep 29 00:15:05 ~seen raster Sep 29 00:15:09 raster is currently on #oe (10h 42m 40s) #openmoko (10h 42m 40s) #openmoko-cdevel (10h 42m 40s). Has said a total of 1 messages. Is idling for 16m 24s, last said: 'Kensan: pong!'. Sep 29 00:15:20 :) Sep 29 00:18:17 DocScrutinizer-8: you really think fr sound will be improved at some point? it's almost inaudible at both ends of the communication. Sep 29 00:19:35 uhsf: I published big C buzzfix paper, and most of the alsa wiki content. Do you think you may tell to me "sound will never get fixed"? Sep 29 00:19:53 ~tell uhsf about fr-audio Sep 29 00:22:38 uhsf: actually a lot of people were really happy with their audio lately Sep 29 00:23:58 admittedly due to wide variations in individual hw, you need to adjust audio to your particualr hw as well as to your needs Sep 29 00:24:20 to get optimum audio performance on calls Sep 29 00:25:17 Is there any way to adjust the delay in the keyboard pop up? I'd like the magnified version to come up on the screen sooner Sep 29 00:26:05 there's a lot of known issues with FR audio. Some of them are hard to fix. But those mentioned by you are clearly not of that class. Actually they are gone since ~3 months, and it's rather annoying to hear your whining while referring to a buld of may Sep 29 00:26:17 i will probably try the latest shr and try different sound settings after my exams in late october Sep 29 00:27:23 Stroller: no idea. that's rasters domain I guess Sep 29 00:27:37 if i'm not satisfied then i might think about getting the nokia n900 Sep 29 00:28:01 if there's no setting in illumes wrench under kbd-advanced, then it's probably difficult Sep 29 00:28:06 * raster is summoned Sep 29 00:28:14 i wish new shr is better Sep 29 00:28:24 this is a developer unit,,, so maybe thaats what u need to do Sep 29 00:28:43 right now it freezes everytime i receive a sms Sep 29 00:28:49 uhsf: please stop it Sep 29 00:29:16 there it is Sep 29 00:29:19 we're not interested in reports about issues of may image Sep 29 00:29:41 too late Sep 29 00:29:43 makes me wonder Sep 29 00:29:43 he rean! Sep 29 00:30:00 * raster suspects a lot of om users will defect to the n900 Sep 29 00:30:14 Oh? Why? Sep 29 00:30:20 Is there any way to adjust the delay in the keyboard pop up? I'd like the magnified version to come up on the screen sooner Sep 29 00:30:24 defect? That's not the word I would use. Sep 29 00:30:28 even if they do they like me are just users Sep 29 00:30:28 "escape" maybe Sep 29 00:30:52 , Sep 29 00:30:57 mwester: hahahahahhaa Sep 29 00:31:12 i KNOW what i bought Sep 29 00:31:23 they want something that works, but that is a pretty regular familair linux box Sep 29 00:31:26 i've come to terms with what I bought. Sep 29 00:31:49 But I sympathize with the users who feel a sense of frustration... Sep 29 00:31:52 i wanna change the board Sep 29 00:31:54 if just users they want bash, and perl, python and scripts. they want to ssh to their phone and set up cron jobs Sep 29 00:32:12 if devs they want for once not to be told what language to use and what toolkit to use. they want to use what they already know Sep 29 00:32:15 Still, it's pretty cool to compile a C program on your cell phone. :D Sep 29 00:32:30 om in theory offered that. no one else to date does... except n900 Sep 29 00:33:04 raster: is there a way to tweak illume kbd the way Stroller asked for? Sep 29 00:33:06 * mwester isn't going to rush to get an n900, though. Sep 29 00:33:34 how? what? delay? Sep 29 00:33:40 yep Sep 29 00:33:42 what for Sep 29 00:33:57 it comes up as soon as it sees a property requesting the presence of a vkbd Sep 29 00:34:02 i think things are delayed enough Sep 29 00:34:24 well there is a slight delay to allow for properties quickly changing state Sep 29 00:34:27 let them settle first Sep 29 00:34:29 huh??? you guys so off topic Sep 29 00:34:51 it's 0.2 seconds for hide Sep 29 00:34:57 hallo Sep 29 00:35:17 i was looking for absorption rate on openmoko fdo console Sep 29 00:35:33 is it anywhere displayed under /sys/ or /proc/? Sep 29 00:35:55 as such when it gets a property change notify or a new window is focused - it checks the vkbd propertty state and instantly calls Sep 29 00:35:59 _e_kbd_all_show(); Sep 29 00:36:01 no delay Sep 29 00:36:11 there is animation - u can turn that off. there are settings Sep 29 00:36:12 raster: aiui Stroller asked for adjusting the ~0.8sec delay of loupe popup Sep 29 00:36:25 loupe popup? Sep 29 00:36:48 oooh the hold down to get zoomed box? Sep 29 00:37:00 yeeees Sep 29 00:37:10 no config there Sep 29 00:37:11 :-D Sep 29 00:37:32 he wants instant Sep 29 00:37:39 // FIXME 0.25 - magic value. make config. Sep 29 00:37:40 ki->down.hold_timer = ecore_timer_add(0.25, _e_kbd_int_cb_hold_timeout, ki); Sep 29 00:37:55 TY, raster Sep 29 00:37:57 instant would be utterly stupid to have Sep 29 00:38:01 hmm, hardcoded then Sep 29 00:38:21 you will cause tonnes of app window redraws as well as redraws for the popup box every time u press Sep 29 00:38:36 ok then .02 Sep 29 00:38:52 thats short enough to be instant Sep 29 00:39:07 try it Sep 29 00:39:11 it will be immensely annoying Sep 29 00:39:24 and cause a bit of a performance bottleneck Sep 29 00:39:31 but patch away and try Sep 29 00:39:36 I'm just forwarding a user question :-D Sep 29 00:39:52 sure Sep 29 00:39:56 stroller is here :) Sep 29 00:40:08 i'm giving advice Sep 29 00:40:14 its open source. he's free to patch it Sep 29 00:40:15 :) Sep 29 00:41:17 i would like to check absorbtion rate on openmoko through /proc /sys Sep 29 00:41:21 is it possible? Sep 29 00:41:37 nfi Sep 29 00:41:46 But it doesn't matter so much, anyway, because normally you're using the "default" keyboard? Sep 29 00:42:17 ??? Sep 29 00:42:44 ragulp: sorry, what do you want to check? Sep 29 00:43:46 Stroller: I disabled default, as it's useless for me Sep 29 00:43:59 only terminal-kbd here Sep 29 00:44:05 this is modifying the long press timout for the illume vkbd - in all modes and uses Sep 29 00:44:37 there is no differentiation Sep 29 00:46:01 Yeah, but the popup is less important when you're using normal, because the buttons are larger and the auto-spell Sep 29 00:46:03 * DocScrutinizer-8 wonders wtf might be an absorbtion rate on openmoko Sep 29 00:46:19 DocScrutinizer-8: i wnat to check power consumption Sep 29 00:46:41 Stroller: yes, thus making it 0 second will have it pop up every time u press the screen Sep 29 00:46:53 NP Sep 29 00:47:05 (well press the vkbd area of tyhe screen Sep 29 00:47:07 ) Sep 29 00:47:19 u'll find that a non-trivial expense Sep 29 00:47:28 ragulp: http://people.openmoko.org/joerg/battery/bq27k-detail Sep 29 00:48:26 ragulp: HTH Sep 29 00:48:49 ragulp: "opkg install bash" Sep 29 00:49:26 I'm struggling with this auto-spell, though Sep 29 00:49:32 Is there a manual for the keyboard? Sep 29 00:52:36 raster: Is there a manual for the keyboard? Sep 29 00:52:59 hit the terminal switch in the upper right corner of the keyboard menu Sep 29 00:53:14 like man page? Sep 29 00:53:21 gives a full keyboard Sep 29 00:53:28 no. Sep 29 00:53:42 the default mode is for entering text like english Sep 29 00:53:47 not for termials or writing code Sep 29 00:53:51 its for wiritng emails, sms's etc. Sep 29 00:54:05 ie what 99% of peolpe actually do with their phones Sep 29 00:54:20 terminal layout is there for when u want to be nerdy Sep 29 00:54:28 anyway Sep 29 00:54:37 the default mode enables auto-correct Sep 29 00:55:00 the code logic tries to figure out what you most likely wanted to type based on the keys near where u actually pressed Sep 29 00:55:09 and using a dictionary file with frequency usage Sep 29 00:55:34 it will present the words it thinks most closely matched what u typed above the kbd - most likely in the middle Sep 29 00:55:44 just press it to "accept" or press the one u wanted Sep 29 00:55:54 if it isn there top-left arrow brings up a list of all matches Sep 29 00:56:07 top one is exactly what u typed, the rest are listed in order from most to lest likely Sep 29 00:56:11 select the one u want Sep 29 00:56:31 it learns, so as u use words more their frequency counts go up Sep 29 00:56:44 if u dont know a word and u select it from the explicit list, it learns it Sep 29 00:57:06 the dict files are just text files (atm) Sep 29 01:01:06 What I'm finding is my fingers are "too fat" Sep 29 01:01:31 I think i understand what's going on Sep 29 01:01:51 Like back-space changes the suggest entries Sep 29 01:05:22 Stroller: like with T9 you need to type whole word before you start to care what's actual result displayed on top Sep 29 01:05:59 alas for me it never get a faint hit on what I wanted to type Sep 29 01:06:51 Yup, but if you try to select the completed word but accidentally type an additional letter instead ... then the suggest changes.... so you have to do a backspace swipe, then the suggest goes back to the original Sep 29 01:07:27 yep Sep 29 01:07:57 and it took me ages to learn about the left top button to access the list Sep 29 01:08:36 always thought the textfield in top center had a scroll-left/right and obviously that failed ;-P Sep 29 01:09:42 so I got accustomed to always having a sylus (or toothpick, matches) on me Sep 29 01:09:51 and use terminal kbd Sep 29 01:10:39 Stroller: a friend of mine prefers literki Sep 29 01:11:14 which also might be a nice alternative, esp. in landscape mode Sep 29 01:17:05 i get 2 yellow boxes then nothing Sep 29 01:17:14 with literki Sep 29 01:17:41 the last 3 times i tried it Sep 29 01:19:55 slaxxer: I get nothing but inacceptable delay on illume knb key Sep 29 01:20:16 s/knb/kbd Sep 29 01:21:08 so obviously literky *is* doing *something* ;-P Sep 29 01:21:40 maybe because im using unstable Sep 29 01:22:06 guess I should read TFM and configure literki correctly ;-) Sep 29 01:24:14 maybe who built it should do it Sep 29 01:24:58 leaving u to do the more important stuff Sep 29 01:26:58 hmm, iirc literki wasn't in SHR feed. So probably I shouldn't expect a matching preconfig for SHR Sep 29 01:31:06 Next question.... I'm trying this Vagau... app on the main screen... and it errors out saying "error initialising audio subsystem" Sep 29 01:31:18 slaxxer: btw, are you kidding? ME doing any important stuff? ;-P Sep 29 01:31:36 Next question.... I'm trying Vagalume ... and it errors out saying "error initialising audio subsystem" Sep 29 01:32:20 hmm, never tried vagalume. Start it from terminal, so you maybe get decent error msgs Sep 29 01:32:51 missing dependencies? Sep 29 01:33:16 I guess missing alsa.state file XD Sep 29 01:33:33 scenario vs scenarii Sep 29 01:34:07 or wrong alsa audio dev setup Sep 29 01:35:03 Ah, good idea Sep 29 01:35:58 missing gstreamer components Sep 29 01:37:42 opkg list | grep gst Sep 29 01:38:28 opkg install *mad*, *mp3+, *audiosink* Sep 29 01:42:08 For USB networking - it's "device" or "host" mode? Sep 29 01:43:57 hmm, depends I guess. Usually you'd want device mode. Esp to hook it up to PC **** ENDING LOGGING AT Tue Sep 29 02:59:58 2009