**** BEGIN LOGGING AT Sun May 10 02:59:57 2009 May 10 04:24:49 As of release 12.2, Slackware is now officially supported on the Neo Freerunner May 10 04:24:51 yea May 10 05:51:20 Hi. I'm trying to dial a phone number that ends in a # (hash mark) and I keep failing. I've tried with FDOM, FSO, and SHR. When I press "Dial" the button lights up but no call is made. I've also tested using mdbus (no call is made if the number ends in #) and with mickeyterm ("ATD123#" returns ERROR twice). May 10 05:53:30 Does anybody know how I can work around this? I need to dial various numbers that end in # to access my carrier's services (T-mobile in the US). May 10 05:55:04 Um... hello? Anybody home? May 10 05:55:37 Yes, but I'm afraid I don't know the answer to your question. May 10 05:55:57 Thank you KenYoung. May 10 05:56:11 Sorry I can't help. May 10 05:56:33 That's okay. Maybe I'll try the developer's channel. May 10 05:57:06 hackerb9, I think an email to the community list will get more eyeballs. May 10 05:57:31 you could try waiting, too. After all, it's past midnight in half the US, and very very early on Sunday morning in Europe.... May 10 05:57:55 mwester, good idea May 10 05:58:42 KenYoung, thanks, I'll look into the mailing list. May 10 05:59:31 hackerb9, http://lists.openmoko.org/mailman/listinfo/community May 10 06:00:47 hackerb9: do you want to use USSD? May 10 06:01:44 hackerb9: then you're supposed to use dedicated frameworkd method for USSD access (and listen for signals, USSD message is fully shown in a USSD received signal). May 10 06:04:15 hackerb9: FYI zhone decides to send USSD in case the number starts with "*"; i don't know about ophonekitd. May 10 06:10:40 PaulFertser, after reading the wikipedia article it does sound like I'm trying to do USSD. All I know is that to reset my voicemail password, I have to call #973# and T-mobile will send me an SMS with the new password. May 10 06:11:30 hackerb9: well, most USSD numbers start with *, so the number you use is not auto-detected as Ussd. Just do it manually with mdbus. May 10 06:12:33 hackerb9: you need SendUssdRequest method May 10 06:12:44 Oh, okay. May 10 06:13:02 I was trying AT+CUSD but that was getting me nowhere. May 10 06:16:56 hackerb9: if it requires some kind of interactivity, you need to call mdbus method manually and at the same time use "mdbus -l" to listen to the signals emitted by frameworkd, among them there should be a reply. May 10 06:21:02 When I call SendUssdRequest I get this error "Error org.freesmartphone.GSM.SIM.NotReady: Antenna powered off or SIM not unlocked yet". I did SetAntennaPower true with a previous dbus-send command. May 10 06:21:44 hackerb9: no, you're supposed to be running zhone or ophonekitd or any other phone application before you try. May 10 06:22:17 Yup, I'm running ophonekitd. May 10 06:22:27 hackerb9: can you make calls? May 10 06:22:32 Yes. May 10 06:22:44 I can even make calls using my dbus script. May 10 06:23:04 I just can't do it when the number ends in a "#". May 10 06:23:48 Would it help if I pasted in exactly the dbus command I used? May 10 06:25:24 did you try escaping the #? May 10 06:25:40 hackerb9: hackerb9 http://rafb.net/p/z2tHY040.html May 10 06:25:42 /usr/bin/dbus-send --system --print-reply --dest=org.freesmartphone.ogsmd /org/freesmartphone/GSM/Devicee org.freesmartphone.GSM.Network.SendUssdRequest string:"#973#" May 10 06:25:58 ndnihil, what's the escape character for GSM? May 10 06:26:14 you're not escaping it from GSM, you're escaping it from the shell May 10 06:26:30 in that case, single quotes should fix it May 10 06:26:45 vs the double quotes you have around the #973# May 10 06:26:52 hackerb9: haha, i send you the wrong example :) May 10 06:27:07 ndnihil, nope, same error. May 10 06:27:32 double quotes and a \ before each #? May 10 06:28:17 hackerb9: here's the example that works for me: http://rafb.net/p/mEyJ8X48.html May 10 06:28:25 or no quotes and a \ maybe May 10 06:29:43 My example works with bash. And to disable any shell expansion single quotes should be enough. May 10 06:31:08 Fails on my phone. Could I have a bum modem? May 10 06:31:48 hackerb9: how exactly it fails? with SIM error? Hm, i'm afraid i'm out of ideas here... May 10 06:31:54 Though, I notice that calling SendUssdRequest *always* fails for me, even on numbers without # marks. May 10 06:32:28 /org/freesmartphone/GSM/Devicee <- this has a typo May 10 06:33:07 And you shouldn't do SetAntennaPower manually at all, ophonekitd does that for you on startup. May 10 06:33:19 I'm thinking I can test if the modem is at fault by using mickeyterm and sending the raw AT+CUSD command if I could get the syntax right. May 10 06:35:03 I've tried without turning on the antenna power and it still fails. I made a call immediately before so I know ophonekitd works. May 10 06:35:33 Could someone please try ATD123# in mickeyterm for me? May 10 06:35:58 hackerb9: here's how frameworkd send USSD requests: AT+CUSD=1,"002A0031003000320023",15\r\n May 10 06:36:44 That gives an error unless I turn the 15 into a 72. May 10 06:37:46 hackerb9: http://rafb.net/p/Cl2ALP73.html May 10 06:39:27 How is the data in the string encoded? Can I just change it to "#973#"? May 10 06:40:13 hackerb9: it's UCS2 May 10 06:40:36 hackerb9: and 15 is constant, frameworkd always sends 15. May 10 06:41:02 hackerb9: my request is *102# , you can easily compute yours May 10 06:41:47 hackerb9: 00230039003700330023 May 10 06:42:10 Is there a command line tool for UCS2 encoding? May 10 06:42:22 hackerb9: dude May 10 06:42:32 hackerb9: 00230039003700330023 May 10 06:43:50 AT+CUSD=1,"00230039003700330023",15 gives me ERROR May 10 06:44:15 Changing 15 to 72 gives me OK, but I haven't received any SMS reply yet so I'm not sure it worked. May 10 06:44:25 hackerb9: http://rafb.net/p/BnbwIx87.html May 10 06:44:50 hackerb9: where do you get 72 from? May 10 06:46:09 From random google searches on the openmoko list. May 10 06:47:27 Could you please try "ATD123#"? May 10 06:48:32 hackerb9: http://rafb.net/p/82R6QR61.html May 10 06:49:10 Well, shoot... that's not what mine says. May 10 06:49:29 hackerb9: Docs say the last parameter is language and references GSM 03.38, 15 means unspecified. May 10 06:51:03 ATD123# gives me "+CME ERROR: unknown" (and then the same operation not allowed that you get) May 10 06:52:52 hackerb9: sim-specific behaviour, it seems. May 10 06:54:14 Could you please try AT+GMR? May 10 06:54:16 hackerb9: btw, for pasting "cat | nc paste.dyndns.org 1234" is mad cool May 10 06:55:09 hackerb9: sure, +CGMR: "GSM: gsm_ac_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0-Moko11b1" May 10 06:55:12 I'll try that, but I think I'll use "xsel", which is like "cat" for the X copy buffer. May 10 06:55:40 Weird! You've got a later revision even though I just received my phone. May 10 06:55:52 hackerb9: no, full output: http://rafb.net/p/AV6gqo19.html May 10 06:56:04 hackerb9: of course you must upgrade your GSM firmware! May 10 06:56:40 hackerb9: some important bugs were fixed there since factory flashing, read the changelog. May 10 06:57:21 Okay, where's the ChangeLog? May 10 06:57:50 hackerb9: just upgrade ;) there's a link to the changelog on the GSM/Flashing wiki page. May 10 06:58:17 Thank you. I bet that will fix my problem. May 10 06:58:22 hackerb9: but i'm afraid there're no fixes for your particular problem... Still, upgrading to moko11 is the right thing to do. May 10 07:05:11 The "lobotomy" procedure at http://wiki.openmoko.org/wiki/GSM/Flashing looks too dangerous to be doing when I should be sleeping. I'll get back to it tomorrow. Thanks for all your help! May 10 07:08:41 shit May 10 07:08:49 In fact it's not dangerous. May 10 07:08:59 Everything is written on the wiki... May 10 09:19:37 ahoi May 10 09:58:11 is there an irssi package in the angstrom feed anywhere? May 10 10:02:50 nevermind, found it May 10 10:06:38 anyone here tried adding a bin file to navit and successfully loading navit? May 10 10:06:52 I get 'sh: gdb: not found' May 10 10:09:54 never mind, for future users, specify the entire path to the bin file, not the directory May 10 10:11:02 now it loads, but the bin file I made from http://maps.navit-project.org/download/ doesn't show anything May 10 10:31:27 badcloud: Did you disable the built-in silly map that came with it? May 10 10:31:39 yup May 10 10:31:43 Hm... May 10 10:31:57 Did it manage to get a GPS lock? May 10 10:32:02 it just comes out blank May 10 10:32:13 I did in tangogps May 10 10:32:20 Yes, but did navit pick it up? May 10 10:32:27 not sure what it does in navit when it finds a lock May 10 10:32:31 It should show the coords in the bottom of window. May 10 10:32:43 At least do you have the buttons in the top of window? May 10 10:32:49 Or it looks like unresponsive app? May 10 10:33:37 Basically, navit has some default location it shows on startup. If you downloaded bin file that's not containing it, it will show blank screen (until it gets a gps lock and repositions the view). May 10 10:33:41 not unresponsive May 10 10:33:51 zoomed out and got something May 10 10:33:52 Does it show just zeros as coords then? May 10 10:34:16 no May 10 10:34:25 So it managed to get gps lock then. May 10 10:34:31 looks like streets, but it's difficult to see much May 10 10:34:37 Hm... May 10 10:34:55 I didn't have such problems, to be honest :) May 10 10:35:05 Could you post ~/.navit/navit.xml on some pastebin? May 10 10:35:29 sure May 10 10:35:40 Btw, which distro? May 10 10:35:52 shr testing May 10 10:36:28 I'm using Debian here. Still, it should work :) May 10 10:36:56 well, considering there weren't any coords displayed May 10 10:37:00 maybe it didn't lock May 10 10:37:39 by the way, are you using pidgin under debian? May 10 10:37:44 Nah May 10 10:37:50 I actually haven't played much with it. May 10 10:38:01 I'm actually using hackable:1 May 10 10:38:48 didn't you just say you're using navit under debian? May 10 10:39:58 Yes, but hackable:1 is basically debian with an extra repo. May 10 10:40:05 Sorry for missunderstanding :) May 10 10:40:25 ah May 10 10:40:32 nice May 10 10:40:53 how's it running? May 10 10:42:13 Well, somewhat good. May 10 10:42:26 To be honest, I still haven't found something that pleases me completely :) May 10 10:43:34 have you tried standard debian? May 10 10:44:31 Yes, but it was some time ago. May 10 10:44:59 What I've been hunting so far was good phone-functionality :) May 10 10:46:23 tricky business May 10 10:50:13 Next thing to try would be paroli for me. May 10 10:51:55 can't remember if I did that May 10 10:52:14 azaghal_: is there a program/device/activity/whatever that you're _completely_ happy with? May 10 10:52:21 back in my mass-flashing days I rarely kept track of anything May 10 10:52:27 PaulFertser: Yes! I have the source :) May 10 10:53:00 PaulFertser: I know I sound a bit bitchy, but I'm not against the community efforts at all :) May 10 10:53:01 azaghal_: having source is nice but it doesn't always lead to ultimate solution. May 10 10:53:13 Could be, but it's better than not having the source? May 10 10:53:49 azaghal_: no, i'm asking a general quazi-philosophy question: do you know of anything that has no drawbacks in your opinion? May 10 10:54:22 PaulFertser: The answer would be no - because saying 'yes' would mean perfection is possible. May 10 10:54:53 azaghal: well, you may say smth like "i'm very happy with vim, it has everything i need and does everything as i want it to", i don't think it's impossible. May 10 10:55:27 Yes, I have those. May 10 10:55:31 Share May 10 10:55:33 emacs, openbox, claws-mail etc May 10 10:55:41 VirtualBox May 10 10:55:59 There's actually a lot of apps I like that do what I need them to do. May 10 10:56:12 I'm not happy with emacs as it's not multi-threaded, emacs-w3m is not fast enough, emacs in general has some annoying bugs... May 10 10:56:42 Btw, is this just chit-chat, or you're annoyed that I whine a bit here? May 10 10:57:10 Keyboard handling is ad-hoc and i needed to provide special translation tables to use russian layout (as my main layout is dvorak, not qwerty). May 10 10:57:22 azaghal: (annoyed) not a bit. May 10 10:57:36 Ok, I appologise for annoying people here. May 10 10:57:41 It was actually never my intention. May 10 10:57:44 azaghal: just i was surprised you're hoping to get anything that would "pleases me completely". May 10 10:58:07 Heheh, you'd be surprised what could please me in this case :) May 10 10:58:49 I'm still looking for a pim that supports yahoo calendar May 10 10:59:09 I'd actually like to find some time to dig into hacking some things together for the phone, for start elementary stuff. May 10 10:59:17 badcloud: are you sure that outsourcing your calendar like that is the right thing to do? May 10 10:59:33 in terms of privacy? May 10 10:59:35 badcloud: Back to the topic - does navit work now? May 10 11:00:15 badcloud: not only that, but also convenience. They have API, but can you change it? Can you have any influence on it? Can you extend it? Was it designed with real hackers in mind? Etc... May 10 11:00:19 not really, even after configuring default coord in the navit.xml file May 10 11:01:11 I just get a blank screen, and then zooming out 4-5 times gives me something vaguely resembling a map May 10 11:01:28 badcloud: where are you May 10 11:01:35 norway May 10 11:01:42 I see what you mean, Paul May 10 11:02:10 that in one way is why I prefer google services to yahoo, even though I have a wary eye about their intentions May 10 11:02:19 badcloud: don't forget that web-companies design everything with stupid browser-is-ultimate-thin-client paradigm in mind and don't care much about correctness/extensibility of the API. May 10 11:02:33 true May 10 11:02:50 a very closed box May 10 11:02:51 What was that project that makes something like Google Docs? But under GPL/AGPL license? May 10 11:03:01 I think they had some kind of calendar thing as well. May 10 11:03:12 badcloud: so, i'd say the same about google. Do you know how long did it take to fix an obvious bug in their IMAP implementation? A year! An obvious and easily reproducible standard violation. They just don't care about it. May 10 11:03:42 I agree May 10 11:03:53 Nah, IMHO web-apps is the wrong thing to do, that's defective by design, no matter how they're licensed. May 10 11:04:20 but google providing the services such as pop3 access, etc May 10 11:04:33 while not maintaining it properly May 10 11:04:40 is better than not providing at all May 10 11:04:44 in yahoo's case May 10 11:04:45 Heh, first they make incredible mess by abusing browsers, then they try to get some decent JS performance to workaround conceptual problems. May 10 11:05:39 I've been waiting for months for yahoo to put up their new version of mobile calendar May 10 11:05:40 JavaScript is getting overused nowadays. May 10 11:05:49 Modern internet sucks because of those fuckers May 10 11:05:50 And nobody's trying to make fallback options to plain html. May 10 11:06:18 I think that's because computer companies need excuses to sell machines too fast for the average user May 10 11:06:37 otherwise, why make the same site heavier and heavier May 10 11:06:45 Actually, it's because the quality of coders has become worse, I thik :) May 10 11:06:46 * SpeedEvil passes out the pitchforks and flaming torches. May 10 11:06:46 *think May 10 11:06:49 Let's get them! May 10 11:06:57 haha May 10 11:08:03 In fact, there's plenty of things in common use that suck. WIMP paradigm, for once. But how many even honorable devs use it? A lot! May 10 11:08:31 yeah. Takes a lot of energy to start out in a completely solitary direction. May 10 11:17:32 One of the most recognised (by general public) free software project is OO.org, well that's the same WYSIWYG crap as MSO conceptually. Or take Ubuntu: i'd say let them shove their stupid "fail-safe" X-server and other useless "improvements" along with their ubuntuforums up their asses. May 10 11:18:14 azaghal: Hahah, it seems it's me who intents to annoy people here :) May 10 11:18:24 * SpeedEvil hugs his slaackware. May 10 11:18:49 PaulFertser: Hey, I'm not too fond of automagical either ;) May 10 11:26:45 * badcloud hugs his soon to be fully usable debian phone May 10 11:40:20 anyone knows the status of the planned/suggested mythtv-frontend/advanced control for openmoko? May 10 11:41:21 I'd like to use my freerunner as a streamplayer (ie. play music over wlan from my local mediaserver) May 10 11:47:01 I can't boot my freerunner when it is attached to USB. Anyone else had that problem? May 10 11:47:29 When I attached it (powered off), my laptop reports "hub 6-0:1.0: unable to enumerate USB device on port 2" May 10 11:47:56 when I powerup the freerunner, I get: May 10 11:48:01 cdc_acm 6-2:1.0: This device cannot do calls on its own. It is no modem. May 10 11:48:03 cdc_acm 6-2:1.0: ttyACM0: USB ACM device May 10 11:48:29 messerting: that shows that you started u-boot May 10 11:48:29 but the freerunner doesn't boot, all I see is "openmoko" in the display May 10 11:48:40 messerting: is it the latest u-boot you're using? May 10 11:48:54 I have "usb 6-2: Product: Neo1973 Bootloader U-Boot 1.3.2-rc2-dirty-moko12" May 10 11:49:24 Do I need a newer version? or Qi? May 10 11:49:42 messerting: well, if you never flashed bootloader, you should do it anyway. Just to make sure what version (and where it comes from) do you use. May 10 11:49:55 messerting: i use Qi, but recent u-boot should work too. May 10 11:50:27 don't remember when I flash (if I did at all), but I have uboot 1.3.2-rc2-dirty-moko12 May 10 11:50:40 messerting: date unknown? May 10 11:51:16 yep - my freerunner has been collecting dust for some time now... :) May 10 11:51:27 well - I'll try to upgrade to Qi anyway May 10 11:51:40 hey, is it a problem that D43 May 10 11:51:51 der-lehmann: Hi May 10 11:51:51 01 are missing? May 10 11:52:03 messerting: in case you go Qi route, read the wiki page carefully to understand it. May 10 11:52:13 der-lehmann: Talked to DocScrutinizer and he agrees that it's more or less useless May 10 11:52:16 http://wiki.openmoko.org/wiki/Qi <- yes May 10 11:53:00 Since you don't have a high risk of ESD on the mic May 10 11:53:28 hi alphaone: okay thanks a lot for killing the buzz! :) May 10 11:53:30 der-lehmann: Do you have any problems with voice quality? May 10 11:53:49 der-lehmann: np. Your phone gave me some headaches, though :-) May 10 11:54:02 I tried to resolder D4301 (from a spare phone) May 10 11:54:14 But it wouldn't work May 10 11:54:26 And I don't have these parts in new May 10 11:54:52 so I have to desolder/resolder which can really be a pain May 10 11:55:09 D4301 is inner contact of MIC AIUI. There's still D4302 eating ESD to case of mic May 10 11:55:29 ah, heh May 10 11:56:28 right May 10 11:56:48 if they didn't leave that out in fab due to uselesness because of R4303 = 0R ;-) May 10 11:56:55 DocScrutinizer: So D4301 is necessary? May 10 11:57:20 I'd say D4302 is mandatory May 10 11:57:36 D4301 can't see direct ESD May 10 11:57:51 But the mic isn't exposed... May 10 11:57:59 What are the rules for ESD? May 10 11:58:03 http://wiki.openmoko.org/images/a/a4/Gta02a5_pcba_ps.JPG on this are D4301 also missing May 10 11:58:03 not exactly May 10 11:58:12 Better safe than sorry? ;-) May 10 11:58:23 chances for mic catching ESD are very low May 10 11:58:34 okay May 10 11:58:40 der-lehmann: http://totalueberwachung.de/~alphaone/openmoko/buzzfix/missing-D4301.JPG May 10 11:59:04 right, fun May 10 11:59:06 nayway IF it catches ESD surge, D4302 would help (to some extent). D4301 looks rather useless to me May 10 11:59:22 der-lehmann: On your PCB one could see, though, that it was there May 10 11:59:44 On the solder pads May 10 12:01:13 der-lehmann: Please don't hesitate to contact me if you experience some hickups. May 10 12:03:47 alphaone: do you think that D4301 getting lost after leaving the factory? May 10 12:07:07 der-lehmann: not sure May 10 12:07:16 probably it didn't simply fall off the pcb May 10 12:08:06 tho otoh with *our* fab, even this seems possible ;-D May 10 12:10:04 Hehe May 10 12:11:33 was i the only one with this problem? May 10 12:12:31 upto now May 10 12:12:55 Well, D4302 was soldered diagonal as well May 10 12:13:05 So there probably was some sort of bump May 10 12:15:33 that's the result of soldering 0402 with machines not designed for that May 10 12:15:46 http://www.der-lehmann.de//openmoko/DSC01884.JPG ;) May 10 12:17:00 i hope that will be much better with the future devices! May 10 12:17:05 der-lehmann: Ich hätte da wohl noch was zu schreiben sollen... May 10 12:17:10 Eh, english May 10 12:17:29 ~alphaone/openmoko/buzzfix/missing-D4301.JPG OMG!!! :-O May 10 12:17:31 But I somehow forgot via the buzzfix party May 10 12:17:38 DocScrutinizer: Yeah :-) May 10 12:22:06 alphaone: yes that would be nice, but np May 10 12:22:09 alphaone: I'm not sure about MIC4301 being reflow or manual soldering May 10 12:23:47 Ah, so maybe someone blew it away? May 10 12:26:57 are there other pictures of this buzzfix party? May 10 12:32:01 ok bye May 10 12:32:23 alphaone: btw by using input MIC2[wm8753:41] for sole input, via #53-#49-#63, you easly can check for success of buzzfix. Should be NO audio anymore after fix May 10 12:42:46 for #53 this should be "mic2" aka MIC1 trace at offsheet-symbol (yeeha, THAT'S A MESS :-) whereas MIC2N[pin42] is "mic3"). See WM8753_Rev3.4.pdf Figure8 May 10 13:00:46 I have a problem charging my GTA02s battery. I don't think it's the problem with the battery being fully discharged, since I tried to recharge it at 14% (according to the UI in SHR). I've tried both connecting a usb-cable to my computer and using the adapter, nothing. May 10 13:01:33 well, then this chan May 10 13:01:52 m_abs: what's happening exactly May 10 13:01:55 ? May 10 13:02:25 m_abs: 1): why do you think it doesn't charge May 10 13:02:28 ? May 10 13:03:12 The battery keep loosing its charge. I turned of the phone then it got to 2%. May 10 13:03:25 With the usb-cable connected. May 10 13:04:14 m_abs: what's settings-power telling about voltage %charge and current? May 10 13:04:44 m_abs: can you boot your device without bat inserted? May 10 13:05:45 I can't turn it on right now it suspends the moment the interface loads. But as far as I remember, status was discharging and power usage was around 330 May 10 13:07:08 m_abs: even if you remove bat? May 10 13:07:30 yes this seems to be a bug in frameworkd May 10 13:07:34 Yes normally. May 10 13:08:20 But not right now. May 10 13:08:51 you can kill frameworkd with a ssh May 10 13:09:08 should stop the shutdown issue May 10 13:13:54 m_abs: if you're logged in, please read out the bat current and voltage and charge May 10 13:14:31 I must remember it wrong. I can't get it to boot without the battery. May 10 13:15:34 not at all or does it abort halfway? May 10 13:16:00 But could it be a problem with the hardware? Normally then I plug in the usb-cable and the battery is in, the phone turns on by it self, that doesn't happen right now. May 10 13:16:03 m_abs: (readout): cat /sys/devices/platform/bq27000-battery.0/power_supply/bat/current_now May 10 13:16:14 voltage_now May 10 13:16:21 capacity May 10 13:17:32 m_abs: can you boot to NAND/NOR uBoot menu? (with or without bat) May 10 13:21:52 Without: no. With: yes May 10 13:25:48 m_abs: please boot to uboot menu, attach openmoko wallcharger, then remove bat. Device must NOT go down same moment you remove bat May 10 13:26:15 don't do this on a GTA01 Neo 1973!!! May 10 13:27:42 DocScrutinizer: why gta01 users can't do that? May 10 13:28:18 dos1: scream-of-death May 10 13:29:14 DocScrutinizer: hmm? i don't have gta01 ;) May 10 13:29:59 dos1: this warning wasn't addressed to you exclusively May 10 13:30:25 DocScrutinizer: i know, i just want to know ;D May 10 13:31:04 m_abs: what's result of test suggested above? May 10 13:31:23 DocScrutinizer, it seems I wasted your time. Both my wallcharger and the usb-cable must be broken. I just tried another cable with success. The phone is charging with this cable. May 10 13:31:41 :-D May 10 13:32:17 Thought I had tested it good enough by trying both the usb-cable and the wallcharger... May 10 13:32:21 m_abs: np. I'm glad you don't suffer from a real hw-breakage :-)) May 10 13:40:43 anyone know how to install debian packages to a filesystem containing debian, but from within shr? May 10 13:41:06 (so I wouldn't have to boot debian from uSD each time I want to install a package) May 10 13:41:27 right now debian isn't working the way I want it to May 10 13:43:25 badcloud: chroot May 10 13:45:37 I'm at the man page May 10 13:45:41 trickyicky May 10 13:50:36 you wouldn't happen to know the full syntax, would you? May 10 13:50:54 seems like I need to set up a whole environment May 10 13:51:13 chroot /directory/with/mounted/debian May 10 13:51:19 and nothing more May 10 13:51:25 really? May 10 13:51:26 wow May 10 13:51:30 maybe mount --bind /dev /debian/dir/dev May 10 13:51:33 and the same with proc, sys May 10 13:51:47 and then chroot May 10 13:51:52 WICKED May 10 13:51:57 and then apt-get/aptitude/dpkg/everything else May 10 13:52:30 and then to apt out of the chroot? May 10 13:52:32 logout? May 10 13:52:34 exit May 10 13:52:35 ? May 10 13:52:38 exit May 10 13:53:03 wickED May 10 13:55:12 badcloud, chroot /path/to/debian May 10 13:55:35 WOW May 10 13:56:06 I never cease to be amazed with the flexibility, versatility and simplicity of linux May 10 13:56:20 I'm sure there are lots more *ities May 10 13:57:02 except for titties May 10 13:57:20 sorry, had to :P May 10 13:57:24 why not? ;p May 10 13:57:30 hi btw. May 10 13:57:43 ha May 10 13:57:51 do you happen to know something about accelerometers? May 10 13:57:58 me, not really May 10 13:57:59 sorry May 10 13:58:08 when I put the mobile phone on the flour May 10 13:58:16 it says something about 940 May 10 13:58:28 when I turn it upside down May 10 13:58:34 it says something about 1100 May 10 13:58:42 -1100 to be exact May 10 13:59:00 do I need to callibrate them someway? May 10 14:00:35 czaks: as I don't know the kernel module for gmeter, all I can recommend is "read the chip datasheet" May 10 14:00:48 thanks :p May 10 14:01:02 RTFChipDatasheet ;) May 10 14:09:26 I just tried to install NavIt, but it doesn't appear in the menu. I'm running SHR testing. How do I get navit into the menu? May 10 14:09:48 m_abs, modify /usr/share/applications/navit.desktop May 10 14:09:56 and add Application as category May 10 14:14:15 czaks, thanks. Unfortunately it just crashes. May 10 14:14:45 m_abs, read wiki for instructions how to fix it May 10 14:19:52 re May 10 14:24:37 re? May 10 14:24:46 dos1, you still there? May 10 14:26:57 even after doing 'mount --bind /dev /mnt/debian/dev', I still get 'Can not write log, openpty() failed (/dev/pts not mounted?)' after 'apt-get install ' May 10 14:28:33 (after chroot /debian/dir) May 10 14:57:35 freesmartphone.org: 03mickey 07specs * raba44ae3bebc 10/ (2 files in 2 dirs): May 10 14:57:35 freesmartphone.org: org.freesmartphone.Device.LED / org.freesmartphone.Network: fix fso:throws type to raise an error category, not a specific error May 10 14:57:35 freesmartphone.org: NOTE: This is tentative and not final and may change at any time May 10 15:38:10 yo mommas May 10 16:03:19 hello, plese how to get fso-gpsd working on 2009.0 Release 3? May 10 16:03:41 Blackhex: how it doesn't? May 10 16:04:08 I tried tangogps, openmoko-agps but none works May 10 16:04:31 Blackhex: more debugging info needed... May 10 16:04:47 PaulFertser: and that is? May 10 16:06:04 Blackhex: are you sure fso-gpsd running? Have you tried to use any "native" app like zhone gps pane or other? May 10 16:06:11 "connection to gpsd SUCCEEDED" May 10 16:06:16 in tangogps log May 10 16:06:25 I have paroli image so no zhone May 10 16:06:26 Blackhex: have you tried to look at frameworkd log? May 10 16:06:44 You can download zhone May 10 16:06:48 but there is no info about satellites comming May 10 16:09:06 this is tail /var/log/frameworkd.log http://rafb.net/p/1h2Afn83.html May 10 16:09:08 Blackhex: check frameworkd log. Is GPS resource gets enabled at all after you connect to fso-gpsd? May 10 16:10:47 Blackhex: well, your frameworkd log looks ok... May 10 16:11:03 Blackhex: you just don't have a fix yet. May 10 16:11:46 PaulFertser: It seems, but even when I was outside there was no bars on agpsui May 10 16:12:13 Blackhex: agpsui? Are you sure it properly uses fso-gpsd, not direct access to the serial port? May 10 16:12:31 and in tangogps on the bottom line there is 0/0/0.0 everytime May 10 16:12:33 Blackhex: i'm sure it doesn't use gpsd. May 10 16:12:42 Blackhex: probably because you don't have a fix. May 10 16:13:02 I used agpsui on 2009 Release 2 without problems May 10 16:13:30 and botom line of tangogps showded everytime i. e. 10/0.0.0 before fix May 10 16:13:38 Blackhex: does it access serial port directly? Does it power the gps chip itself? May 10 16:14:25 PaulFertser: I don't know how to check that, but I notice that there is missing /etc May 10 16:14:36 /default/gpsd file form Release 2 May 10 16:15:00 so I tried to created it but without luck May 10 16:15:08 Blackhex: i don't think it's needed, at least i never had it and fso-gpsd worked for me. May 10 16:16:50 I had no problems to get fix inside after some time but now there is even no signal from single satellite May 10 16:19:25 Blackhex: afaict agpsui doesn't prove anything but you constantly bring it back into consideration. May 10 16:20:09 PaulFertser: I think that first number in tangogps bottom line is number of sattelites seen May 10 16:21:26 Blackhex: i'd do like that: start tangogps, then read frameworkd logs. If it has ubx packets coming, ok, i'd go outside to ensure good reception and wait still looking at frameworkd log. After i saw the fix in the log i'd look at tangogps and then if it didn't work complain. May 10 16:21:54 I now installed zhone but it's fighting with paroli, how do I disable paroli to start, please? May 10 16:22:12 Blackhex: fighting? May 10 16:22:18 on dbus May 10 16:22:22 Blackhex: you want to disable the auto-start? May 10 16:22:27 yes May 10 16:22:32 Why can't paroli and zhone co-exist? May 10 16:22:39 good question ;) May 10 16:22:48 Blackhex: in your home-folder May 10 16:22:52 frameworkd was designed with many consumers in mind. May 10 16:22:56 is a .e folder May 10 16:23:12 and somewhere in there is a startup folder which contains a hidden file May 10 16:23:15 remove that file May 10 16:23:18 mirko-paroli: Hey, do you have "paroli" hilighted in your irc client? ;) May 10 16:23:21 and paroli won't autolaunch May 10 16:23:27 mirko-paroli: hi! May 10 16:23:30 PaulFertser: nope May 10 16:23:41 but I see every message on irc in a passive window May 10 16:23:59 so I have learned to read quickly ;) May 10 16:24:02 hi khiraly11 May 10 16:24:38 mirko-paroli: I have sended two emails do you. Did you get it? May 10 16:24:41 .e/e/applications/startup/ May 10 16:24:42 ? May 10 16:24:46 khiraly11: let me check May 10 16:24:52 Blackhex: I believe so May 10 16:25:04 mirko-paroli: this one is empty May 10 16:25:08 khiraly11: yepp found them May 10 16:25:16 Blackhex: no .XXX file? May 10 16:25:41 ls -al .e/e/applications/startup/ -> nothing May 10 16:25:55 Blackhex: k one sec May 10 16:27:10 Blackhex: /usr/share/enlightenment/data/applications/startup/.order May 10 16:28:07 mirko-paroli: thx May 10 16:28:14 Blackhex: np May 10 16:28:42 now I try to reboot and see what happens... May 10 16:29:13 mirko-paroli: let me know if the email was helpful, or how can I help it further debug. (saving eg: frameworkd.log with paroli.log?) May 10 16:29:41 khiraly11: I'll try to find the issues and send you an answer :) May 10 16:30:06 with log is always better and also how I can reproduce the "bug" May 10 16:30:14 and maybe even put it in the paroli trac May 10 16:30:29 others can then also see it and test it etc May 10 16:31:09 most of them are pretty random May 10 16:31:17 and also which image and which kernel you run, with dates etc May 10 16:32:15 ok, reply to me (by confirming which bugreport makes sense) and I'll put in the trac May 10 16:32:17 I do appreaciate and use every input i get May 10 16:32:48 individually May 10 16:32:48 is the latest om-paroli image just paroli ,,or can i access fso in there? May 10 16:33:03 slaxxer: paroli uses the frameworkd May 10 16:33:04 slaxxer: there is fso in there, as paroli use it May 10 16:33:30 i can only see the paroli part May 10 16:33:41 you are looking for illume? May 10 16:33:50 the desktop with neat little icons ? May 10 16:33:55 yup May 10 16:33:56 slaxxer: are you missing the top bar? (illume) May 10 16:33:56 ah May 10 16:34:09 slaxxer: access settings in paroli May 10 16:34:10 yes im missing the top May 10 16:34:15 go to display May 10 16:34:17 slaxxer: hold the aux button for 2 sec, and go to the settings of paroli May 10 16:34:29 ok May 10 16:34:29 k, I'll just listen from hereon in ;) May 10 16:34:48 well i seek the truth:) May 10 16:35:11 slaxxer: khiraly11 is a truth-teller May 10 16:35:19 yall are here , thats why i asked thanks May 10 16:35:25 hehh, ther eis a race condition May 10 16:35:33 ;) May 10 16:35:38 between me and mirko May 10 16:35:40 Oh no! May 10 16:35:43 Races again May 10 16:35:48 Get me out of here! May 10 16:36:01 nah, I gladly lean back and look at my code :) May 10 16:36:16 but yeah, in display you can find "illume" and "paroli" as profile. If you click on it it will cahnge from illume to paroli May 10 16:36:23 PaulFertser: strange, obviously it's getting something since it was able to get gps time... May 10 16:36:52 and from paroli to illume. So you want illume for the top bar (ie. no fullscreen) May 10 16:37:04 Blackhex: btw how did you know there was a prob between zhone and paroli? got a log or sth ? May 10 16:37:08 slaxxer: got it? May 10 16:37:09 Blackhex: yes, that's why i told you to wait for the fix first. May 10 16:37:19 yes May 10 16:37:23 Blackhex: and then complain about non-working fso-gpsd. May 10 16:37:28 if nothing happens reboot the device. Just make sure "illume" is selected May 10 16:37:43 PaulFertser: but I should get fix long time ago May 10 16:38:00 im on fso-unstable currently May 10 16:38:09 Blackhex: inside? It depends on sattelites in view... May 10 16:38:10 slaxxer: me too May 10 16:38:19 may just add paroli May 10 16:38:44 mirko-paroli: there was some gui messages about connecting to dbus resoruces in paroli, since zhone started a bit sooner May 10 16:38:50 doh. Im on fso-paroli-image-om-gta02.tar.gz May 10 16:39:00 i had zhone an paroli together on 1 image May 10 16:39:13 paroli is quick May 10 16:39:30 Blackhex: hmm that is odd, as PaulFertser said, that shouldn't happen ... May 10 16:39:35 PaulFertser: Now I'm inside but I'm using external antenna. I was outside but result was the same. I'll try to go outside once more May 10 16:40:11 Blackhex: fyi zhone has a pretty informative window with GPS status May 10 16:40:35 PaulFertser: but there is missing info about number of sattelites cathcing May 10 16:40:43 Blackhex: and don't forget that if you just flashed the filesystem you don't even have an almanac data, so it might take as long as 15 minutes to get a first fix. May 10 16:41:01 Blackhex: no, zhone has info about sattelites, on the second pane. May 10 16:41:38 PaulFertser: ah, maybe that's it, so I'll go outside; whau, I didn't notice that May 10 16:42:15 because there are arrow icons missing May 10 16:43:04 PaulFertser: what are those black dots in alm and emph columns? May 10 16:43:51 mirko-paroli: I hope the top 1 priority is the reliable phone call/receive. If not I will force you;) May 10 16:44:16 Blackhex: If there's a dot in alm column, it means the cheap knows alamanac for this sattelite, same for ephemeris. iirc. May 10 16:44:18 khiraly11: for paroli itself yes May 10 16:44:32 khiraly11: I have this school-related project I also need to do May 10 16:44:43 s/cheap/chip/ :)) May 10 16:45:24 PaulFertser: ALM is full of dots, EPH is empty. Couldn't be possible that I have outdated ALM, but it's thinking it's actual? May 10 16:46:05 Blackhex: it might be possible... If the reception is good and almanac is good then it should get at least some ephemeris in about 1-2 minutes. May 10 16:46:28 PaulFertser: It's starting to show up May 10 16:46:48 Blackhex: well, good for you ;) May 10 16:47:27 PaulFertser: OK, then you were probably right, but it seems odd to me anyway, I had no such long time to fix before. May 10 16:48:25 PaulFertser: Thank you for help, I'm going outside and If i get fix I'll go bike... See you... May 10 16:49:54 Blackhex: have you got a fix now? May 10 16:53:12 hallo May 10 17:01:54 freesmartphone.org: 03jluebbe 07framework * redbe2cecece9 10/framework/subsystems/otimed/otimed.py: otimed: handle the case when we have no GSM time zone and are in a multi zone country May 10 17:27:33 Blackhex: is lucky cycling... Probably i should cycle for a bit again until it's too dark outside. May 10 17:29:39 So are we ever going to see Remoko or something like it for Bluez 4? :\ May 10 17:32:38 Digital_Pioneer: what's cool in remoko? I've never tried it. (no sarcasm, just interest) May 10 17:33:26 PaulFertser: with remoko neo can act as bluetooth keyboard, touchpad and presentation pilot May 10 17:33:58 dos1: ah, cool, nothing i need :) May 10 17:34:45 PaulFertser: I used it as a remote to my set-top box. May 10 17:35:26 And it was supposed to function as a wireless mouse eventually, using the accelerometers. May 10 17:35:45 Right now it's just a touchpad, and it deps Bluez3, which is useless to me. May 10 17:36:27 Digital_Pioneer: cool, but i don't need set-top box :) Too bad remoko author is too conservative, otoh former OM distro maintainers are guilty of keeping bluez3 for too long too. May 10 17:37:01 Digital_Pioneer: Does it work with MythTV? May 10 17:37:51 i would find it a nice extra if it acted as a remote/bluetooth keyboard/wireless mouse May 10 17:39:50 messerting_: It works with Linux. :) You just need something that will set up a bluetooth keyboard. May 10 17:40:06 cool, might try that May 10 17:40:31 heheh, well, now text messages show dec 31, 1969 20:00 for the timestamp instead of jan 1 1970, 00:00 May 10 17:40:39 * messerting_ looking around for stuff that will make my Neo "useful" and not a dust collector.. May 10 17:40:49 so the TZ is getting honored, 'tis a step of improvement May 10 18:17:17 ruh roh, text message composition is wrapping at around 8 letters May 10 18:29:39 Using qemu images on a FUSE filesystem might have been a bad idea. File access on my arm VM is terribly slow. :D May 10 18:30:05 I almost compiled E, though :) May 10 18:39:02 rasterman _made_ enlightenment? Wow, I had no idea.... :P May 10 18:40:04 when was the decision made to put further phone models on hold? May 10 18:44:54 Laibsch: when the money ran out May 10 18:46:14 which was when? May 10 18:46:43 were sales disappointing? May 10 18:49:04 Laibsch: well - software didnpt proceed as well as some might have hoped. May 10 18:49:37 This lead to sales being lower than they might be. May 10 18:50:46 Again, around what time was this decision made? Or was there no official announcement? May 10 18:55:00 there wasn't an official announcement, the news basically leaked May 10 18:56:39 i can't really say i'm surprised, we're sort of lacking in the feature/function department both in hardware and software May 10 19:00:40 so, turns out that designing hardware and software for a mobile phone is actually quite difficult.. :) May 10 19:02:57 well. we're on 3G going to 4G service for cellphones, the gta02 is gprs. there's no camera and most commodity cells have cameras these days May 10 19:03:35 for software, we have a functional dialer, contacts, and text message app, but they're limited and not too pretty May 10 19:04:03 the phone works for basic things but only appeals to geeks that get into the guts of things May 10 19:04:30 so demand is going to be very low May 10 19:04:37 but now we have hardware we can _work_ and _test_ on May 10 19:05:26 yes. but the point i am making is that development has moved too slow for this to be a sustainable product May 10 19:05:28 we have the buggy gsm chip and graphics chip :( May 10 19:06:01 but other than that the hardware seems quite ok to me May 10 19:06:29 lindi-: buggy gsm-chip? May 10 19:06:42 DocScrutinizer: crashes on heavy gprs traffic for example May 10 19:06:46 slow development means we don't make it appeal to non-geeks, and the company doesn't get enough buyers to continue business May 10 19:06:56 seems to be a sw-issue May 10 19:06:58 lindi, hmm May 10 19:07:05 DocScrutinizer: ok ok, "chip" was wrong here :) May 10 19:07:11 ok May 10 19:07:13 DocScrutinizer: we have buggy proprietary OS May 10 19:07:18 i do a lot over gprs but it only crashes when i run pidgin May 10 19:07:22 YES May 10 19:07:32 i don't like the touchescreen May 10 19:07:37 DocScrutinizer: which part of sw is resp for failing on gprs traffic? May 10 19:07:53 mirko-paroli: the one inside calypso May 10 19:08:01 lindi-: ah May 10 19:08:01 either muxxer, or moko11 May 10 19:08:02 mirko, not sure the real perpetrator, but it causes a kernel oops May 10 19:08:25 Blu3: ah, that's different bug then. have you reported it? May 10 19:08:47 no, because the information i have is too vague to be useful atm. May 10 19:08:55 Blu3: oops message would be useful May 10 19:08:58 mirko-paroli: or, as usual, a combination of both not playing nicely ;-) May 10 19:09:02 which i don't yet have May 10 19:09:08 DocScrutinizer: hehe May 10 19:09:27 ANNOUNCEMENT: do you have nice splash screen concept? Do you have nice gimp skills? Do you just want to try? Send 480x640 PNG file to shr-user maillist! We are waiting for your splash! :) May 10 19:09:36 i have to balance fixing bugs with using it :) May 10 19:10:54 dos1: who needs a splash screen? ;) May 10 19:11:17 lindi-: people using Qi and loglevel=0 ;) May 10 19:32:03 dos1: if this situation comes, I would boot my fr only if the battery drains to zero ;-) May 10 19:33:34 lindi-: dos1: isn't there always a short splashscreen at least for the time uboot is loading the kernel? of course for Qi this seems useless as afaik Qi isn't even powering up display May 10 19:34:49 DocScrutinizer: i'm talking about shr-splash, which is displayed 2-3 seconds after powering up display by kernel May 10 19:35:09 how much trouble is it to replace the buggy hardware an proceed to the next hw revision? May 10 19:35:29 seems t o be next May 10 19:35:33 well here the uboot-splashscreen pov ;ßl May 10 19:35:47 DocScrutinizer: i'm using Qi ;) May 10 19:36:11 DocScrutinizer: not if you don't issue that u-boot command? May 10 19:36:35 lindi-: huh? May 10 19:36:44 DocScrutinizer: nand read.e 0x32000000 splash 0x5000; unzip 0x32000000 0x8800000 0x96000 May 10 19:37:06 DocScrutinizer: I think that's the u-boot command to read splash image from flash and decompress it to the framebuffer? May 10 19:37:26 yeah, you can disable this by tweaking eNV May 10 19:37:32 eNV? May 10 19:37:35 ah, env May 10 19:40:56 would one like to write an ide in here? May 10 19:41:09 usr: ? May 10 19:41:33 an ide for pygtk May 10 19:42:20 written in python using pygtk for gui, to create gui's or apps May 10 20:08:14 are the modules .tgz files for shr meant to be extracted to the base system after install? May 10 20:08:37 i mean i see that they are kernel modules... i'm just not sure what they are for if i should get them :-P May 10 20:12:37 sypher71: I think, some are for devices you could connect via usb May 10 20:13:21 bernt: i can get them on my freerunner fine... i'm just not sure if i'm meant to extract that file or not (as the phone seems to run fine without them) May 10 20:14:33 sypher71: yes, the things which are ncessary for the phone, are compiled into the kernel, the rest are modules. May 10 20:15:16 bernt: ok... so they are optional modules for additional support, etc. got it. thanks May 10 20:16:22 sypher71: for example, I have connected an usb ethernet adapter: the driver for this adapter is in a modul. May 10 20:16:37 bernt: ah i see May 10 20:18:41 yes but there's a set of modules in image and in .jffs as well. It seems not entirely clear which modules are preinstalled ans which are introduced to system by the modules.tgz May 10 20:20:19 maybe some of the distro maintaines could shed some light on this May 10 20:20:23 DocScrutinizer: yeah, that's what prompted my asking... i couldn't find a description of the file anywhere May 10 20:21:56 Ainulindale: any comments on SHR wrt this? May 10 20:25:09 anyone have a better BtHeadset.py? the one on the openmoko wiki makes dbus calls for invalid objects/methods May 10 20:26:29 you shouldn't need to untar any modules if you're using the uImage that you downloaded at the same time as the rootfs May 10 20:27:01 if you change the uImage, you'll need to untar the matching modules before flashing the kernel, otherwise the modules won't work May 10 20:27:30 Weiss: oh okay. thanks for the explanation May 10 20:28:04 (how bad "the modules won't work" is depends on how the kernel was configured, which varies from distro to distro) May 10 20:28:27 a word on *nosummary files would be fine as well May 10 20:29:46 and I have to admit I didn't find any of these topics anywhere in wiki or in a readme file next to the dl-folder May 10 20:34:30 aiui nosummary is just the same image without a JFFS2 summary block in the filesystem. slightly smaller image, but will boot much more slowly. no reason to use it.. May 10 20:35:28 and then there's a load of short filename things which are just symlinks to the full filenames May 10 20:37:49 Weiss: seems to be a good idea to place all this on the flashing-your-neo or/and distros wikipage May 10 20:49:05 hi all May 10 20:49:36 hey there, em_ May 10 20:50:01 I am a master student, and I am looking for "real netlists/PCB designs to compare to a model I made May 10 20:50:11 for my thesis May 10 20:50:45 I looked at the archives I can download for the openmoko project (which has some _real_ designes ) May 10 20:51:01 what I am looking for is some routing statistics May 10 20:51:22 number of nets, number of routes, fanout repartition... May 10 20:52:05 I found PDF files with schematics... not really easy to extract informations from hem ! May 10 20:53:13 does anyone know where I can get such informations from openmoko designs ? May 10 20:54:00 hi May 10 20:54:46 how much does this FSOSHRUDCON'09 costs? May 10 20:55:14 I don't need a room, I live not far away from Essen. May 10 20:57:48 em_: OM policy isn't including to publish gerber. netlists were no problem if we had any May 10 20:58:30 ? I understand the beginning of your sentence, not the end : netlists were no problem if we had any ??? May 10 20:58:52 Serdar: sorry afaik it's "sold out" May 10 20:59:16 oh May 10 20:59:42 em_: the tool we use to do schem and layout seems to have no simple way to generate netlists May 10 20:59:59 But the netlist comes from schematics !! May 10 21:00:08 I know May 10 21:00:10 there are only 20 seats? May 10 21:00:21 that sucks :/ May 10 21:00:25 actually 22 iirc May 10 21:00:35 there are no way to export some protel or such files, and extract only some infrmation ? I mean some specifics statistics ? May 10 21:01:15 maybe there are ways, but for sure there is no manpower to do such a job May 10 21:02:01 ok.. And OM does not want to share any design ? May 10 21:02:29 even with some NDA : all I would like to do or my researches ais matching my model to at least one real design May 10 21:02:56 em_: if you could create a detailed instruction, even batch file, to do this with mentor-pads logic projects, I could probably create netlists for you May 10 21:02:57 it's barelly impossible to find one publicly aailable (except some very ,very small university designes :-( ) May 10 21:03:04 ok May 10 21:03:12 I have access to pads May 10 21:03:17 here in my university May 10 21:03:57 I will have a look at pads and try to get something May 10 21:04:02 it would be sooo great May 10 21:04:12 so write a keypress level detailed instruction and send to me, so you'll probably get the netlists May 10 21:04:21 keypress ? May 10 21:04:29 what keys to press May 10 21:04:33 ok ! May 10 21:04:34 sorry May 10 21:05:00 probably in a few... weeks :-( Maybe a few days, but I personnalynever used pads ! May 10 21:05:27 em_: I need to check back with wolfgang, but I think it can be done May 10 21:05:43 all I need is some statistics... not the design May 10 21:05:51 yup May 10 21:06:18 perfect May 10 21:06:21 even complete netlists are no more data/info than pdf schem May 10 21:06:23 thanks a lot May 10 21:06:32 yes, but automatic extraction is possible May 10 21:07:00 couning manually each net, looking for their fanout, ... that's a strange sens of having fun ! May 10 21:07:05 I don't think OM cares as long as I won't May 10 21:07:25 so no problem to publish netlists May 10 21:07:32 hmmm May 10 21:07:51 ok : so for you only a keypress doc to extract netlist is OK É? May 10 21:07:59 yup May 10 21:08:13 I was thinking of sending you a full batch to extract only stats I want May 10 21:08:17 ahh that's easier May 10 21:08:55 as I can then extract stats. by myself May 10 21:09:05 ok May 10 21:09:14 em_: provision all I need to generate a clean netlist, that's all I need May 10 21:09:16 thanks _a lot_ May 10 21:09:23 yup ! Understood May 10 21:23:49 i've an idea how this ide could work... as i'm not that into hacking i would write it in simple modules. one could just create the code for a button and echo all this into a file named after the button. afterwards you read the file echo it and among different rules (which do the framework) into the final-script... is this a good idea? May 10 21:25:34 Hi folks - how can I make my phone visible over bluetooth? In SHR-testing, the switch always swaps back to off... May 10 21:25:56 Is there anything I can try over ssh? May 10 21:27:51 messerting: lsubs? May 10 21:27:54 messerting: lsusb? May 10 21:28:20 Bus 001 Device 001: ID 1d6b:0001 May 10 21:28:42 I have it connect to the power adaptor May 10 21:29:35 messerting: bluetooth is connected via usb May 10 21:30:02 aha. Hm - so SHR doesn't see the bluetooth adapter? May 10 21:30:02 messerting: you should see 'Bus 001 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)' May 10 21:30:10 messerting: i don't know about shr May 10 21:30:17 ok, thanks - will check the shr wiki May 10 21:31:26 hi May 10 21:32:10 lindi-: hehe, a simple /etc/init.d/bluetooth start seems to help :) May 10 21:33:27 at least, now I've got "Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)" May 10 21:33:47 i tried a testing image of Om2009, the gui is very simple, with white text on black screen, and i found it very nice, is it a redesign or just a testing gui ? May 10 21:34:40 kakaprout: redesign of what? May 10 21:34:50 kakaprout: it's paroli May 10 21:35:03 yep, there it is "om-gta02-0", thanks lindi- May 10 21:35:05 PaulFertser: redesign of the gui May 10 21:35:16 usr: thanks May 10 21:35:35 kakaprout: no, paroli looks like that from the beginning... May 10 21:36:00 PaulFertser: i never tried before, and it was a very good surprise May 10 21:36:25 kakaprout: then git clone the sources and help mirko to fix bugs ;) May 10 21:36:51 PaulFertser: i'd like to, though i'm quite coding impaired May 10 21:37:07 later on it shell be used to provide some featerphone like functionality, but it's not a replacement May 10 21:37:37 it's a fork of tichy... May 10 21:38:27 never heard of tichy May 10 21:39:00 tichy was most of used in fso May 10 21:40:09 i tried some distribs but not so much in fact May 10 21:41:15 there is a web side http://www.paroli-project.org/ and a youtube-video about tichy: http://www.youtube.com/watch?v=ysS7OuuY0Z4&feature=PlayList&p=68EE787286A24275&index=3 May 10 21:41:23 thanks again May 10 21:42:34 the motorola f3 had a very simple interface like this, but not much usable, i'd like something like that on the freerunner May 10 21:42:44 the idea is good, but when i used it on fso it just crashed every time i used it May 10 21:44:42 kakaprout: it's approaching the 'not usable' at least. May 10 21:44:57 (though seriously, recent stuff is getting better) May 10 21:45:39 usr: in fact i saw before the tichy video, it's nice, and fun to hear the french accent :) May 10 21:46:22 SpeedEvil: i'll be watching the progress May 10 21:49:04 - May 10 21:50:13 who does use the freerunner frequently? May 10 21:50:29 usr: does daily use count? ;) May 10 21:50:54 shure... i wrote an app for torrent May 10 21:51:05 no: you need at least o use it every minute (24H of course !!!) ;-) May 10 21:51:07 it's more an gui for ctorrent May 10 21:51:11 i'd like to May 10 21:51:33 usr: i'm happy with btdownloadcurses May 10 21:51:59 wtf is btdownloadcurses? May 10 21:53:01 usr: written by Henry James, part of the 'bittorrent' package in debian May 10 21:53:40 usr: like 6 years ago May 10 21:54:40 I flashed my FR with http://shr.bearstech.com/shr-testing/images/om-gta02/uImage-om-gta02-latest.bin and http://shr.bearstech.com/shr-testing/images/om-gta02/shr-image-om-gta02.jffs2 May 10 21:54:48 dfu-util finished without error May 10 21:55:11 I then shut down the FR and rebooted, but the FR hangs at the openmoko splash May 10 21:55:17 lindi: does it provide a gui? May 10 21:56:17 usr: ncurses May 10 21:56:47 usr: there's btdownloadgui too if you want graphics May 10 21:57:26 lindi: yes ok. May 10 21:58:30 usr: i wouldn't reinvent the wheel without testing the original wheel first :) May 10 21:58:47 Laibsch: try reflashing May 10 21:59:20 lindi: but my app is still nice and provides some killer features like automated import of new torrents and save settings May 10 22:01:48 lindi: but i still have to fix some things like where to save, not all in the same folder to use sub-folders instead and to make it more reliable May 10 22:02:09 lindi: i meant even more reliable ^^ May 10 22:02:17 usr: does it support --help command line argument? ;) May 10 22:03:08 lindi: hmmm, as it is just a gui for ctorrent... you could use ctorrent --help May 10 22:03:25 usr: does it have man page? May 10 22:03:47 lindi: look up for ctorrent man May 10 22:04:04 usr: all binaries need to have a man page May 10 22:04:42 lindi: it's a python script May 10 22:04:51 usr: executable anyway May 10 22:05:10 usr: user shouldn't need to care what programming language you used May 10 22:05:52 lindi: there are some commends in the script itself ^^ May 10 22:06:24 comments May 10 22:06:38 usr: no manual page => can't be even accepted to distro, sorry :) May 10 22:07:25 lindi: but i can tell you it kicks ass on x64 quadcore May 10 22:09:42 lindi: it's annoying to type in long torrent names May 10 22:11:37 so it checks either the old torrent is completed ore if there are new one's in the watchfolder May 10 22:18:54 freesmartphone.org: 03mickey 07cornucopia * rc6f066eaf035 10/docs/frameworkd.conf.sample: docs: document current state of frameworkd.conf May 10 22:18:55 freesmartphone.org: 03mickey 07cornucopia * r08db9ea98922 10/fsodeviced/src/plugins/kernel26_powersupply/plugin.vala: fsodevice: kernel26_powersupply: compute status if we're AC-powered May 10 22:18:56 freesmartphone.org: 03mickey 07cornucopia * ra2a8359b0e50 10/libfsoframework/fsoframework/ (fsoframework-2.0.vapi interfaces.vala): fsoframework: interfaces: add org.freesmartphone.Device.PowerSupply.GetType() -> s May 10 23:06:02 can anyone recommend me a distro that just works? May 10 23:07:49 android May 10 23:08:54 em_: crashed during boot here May 10 23:09:08 there are several images May 10 23:09:12 some are more advanced May 10 23:09:16 this is a port of android May 10 23:10:35 em_: do you have one to recommend me please? Im just sick and tired of switching firmware... nothing is good enough May 10 23:11:04 what about these images http://www.fragcom.de/android/ May 10 23:11:51 a video link for images uImage-v15-ext3.bin/freerunner-v14.6.jffs2 May 10 23:11:51 http://www.dailymotion.com/user/superzell/video/x8s22b_android-sur-un-openmoko-freerunner_tech May 10 23:13:17 em_: which one of those should i choose? May 10 23:15:11 more info here : http://panicking.kicks-ass.org/blog/index.php May 10 23:16:03 try uImage-v15-ex3.bin May 10 23:16:04 and May 10 23:16:24 freerunner-v14.6.jffs2 May 10 23:17:02 but I did not personnaly tested them ( I don't even have a freerunner !!!) May 10 23:23:30 04162009 shr May 10 23:34:27 em_: ok thanks mate, checking it out now :) why are you here if you dont have the phone then? hehe May 10 23:34:34 em_: just curious about the projeect? May 10 23:34:58 yes and no : I asked openmoko dev if I could access the freerunner netlists May 10 23:35:17 to extract some statistics, I created a model for my thesis, and would like to compare to real netlists May 10 23:35:31 but these are _very_ very hard to have (for universities) May 10 23:35:57 even openmoko does not publish netlists files (even if some pdfs are equivalent in terms of information) May 10 23:36:07 and it should be possible ! May 10 23:36:11 have you contacted pcb manufacturing firms in your area May 10 23:36:12 ^^ May 10 23:36:21 yup : impossible May 10 23:36:25 to get anything May 10 23:36:33 I'll generate a netlist for you from the pdfs for $100. :) May 10 23:36:56 even close partners to my project (quiet big one) don't want to share their shcematics/netlists/etc... May 10 23:36:59 ahah May 10 23:37:04 the pdf are drawings May 10 23:37:19 yes - generating a netlist from them is boring, but quite doable. May 10 23:37:29 It is possible to extract netlists by hand... but if I can get an automatic one ! May 10 23:37:39 from drawings ? May 10 23:37:49 sure May 10 23:37:55 hmm interstin May 10 23:38:20 I don't think they are vectorials... May 10 23:38:30 How would you proceed (just curious) May 10 23:38:44 write down a net name. Say May 10 23:39:03 ok and try to match each name by say autocorrelation May 10 23:39:07 but damn slow May 10 23:39:10 Vibrator Mot-1 FET23-2 May 10 23:39:15 or rather May 10 23:39:32 VibratorPower Mot-1 FET23-2 May 10 23:39:33 and you probably have to extract each net name by hand (which is much more than boring) May 10 23:39:54 VibratorGnd Mot-2 GND May 10 23:39:55 ... May 10 23:40:05 extracting netlists from pads will be much more efficient May 10 23:40:12 of course May 10 23:40:55 I really want to publish my paper before the end of the year ^^ May 10 23:41:03 I meant sumit May 10 23:41:05 submit May 10 23:47:39 @SpeedEvil : 100$ for this work is not a lot ;-) : extracting each name by hand, waiting for scilab to finish its computations, compiling results (I want a readable netlist)... will take more than a full day ! May 10 23:48:12 scilab? you type it into a text editor. May 10 23:48:45 to make autocorrelation May 10 23:48:56 this is a bitmap... May 10 23:49:43 don't follow what scilab's got to do with extracting May 10 23:50:36 if you want to detect automagically each time each net appears in your schematic image (this is wat is available from openmoko, schematics are screenshots from pads !) May 10 23:51:44 moment of truth....... booting android May 10 23:51:49 It is annoying and tedious to do by hand - but quite possible. May 10 23:52:04 ywa, I know... but boring and subject to errors May 10 23:52:12 I am checking the pdf in text mode May 10 23:52:24 yes, binary image May 10 23:53:16 omgggggggg May 10 23:53:26 have you gone and looked at the open-source schematics you can find? May 10 23:53:28 i im booting up the phone and i only get the "Openmoko" display May 10 23:53:30 stops there May 10 23:53:46 I can think of several off-hand May 10 23:56:49 does anyone know how i can fix this? May 10 23:56:52 it wont boot May 10 23:56:53 :( May 10 23:57:37 have you tried running around the room screaming? May 11 00:19:09 my graphics seems to be very slow May 11 00:19:18 as using a nvidia card with the nv driver May 11 00:19:22 is that 'normal'? May 11 00:19:30 neo freerunner i'm using May 11 00:23:52 umm May 11 00:24:00 you mean in qemu? May 11 00:27:35 no on the moko May 11 00:27:46 for example if i try to move a menu slider on shr May 11 00:27:54 from off to on May 11 00:28:03 it seems to last ages until the graphic is drawn May 11 00:29:44 WHY WHY WHY May 11 00:29:46 OM 2008... May 11 00:29:47 ofcourse i cant type in my pin code May 11 00:29:55 when the keyboard only have a-z May 11 00:29:57 and not 0-9 May 11 00:30:11 no terminal keyboard? May 11 00:30:31 frankS2: don't use OM maybe? May 11 00:30:44 ndnihil: no May 11 00:31:02 qknight: what other distro then? why did they even make a distro that dont allow you to type in PIN May 11 00:32:33 shr May 11 00:33:24 qknight: tried that, it wont allow me to make calls, only receive May 11 00:34:12 this phone seriously... sucks May 11 00:34:12 its going in the trash bin May 11 00:37:49 it is no phone May 11 00:37:56 it still has development satus May 11 00:37:58 status May 11 00:42:55 yes but as you read on topic too "models continius with limited forces" May 11 00:42:57 so i guess May 11 00:43:02 maybe in 1 year it will be usable May 11 00:43:06 if its not dead May 11 00:45:55 if only everyone could just focus on 1 distro instead of making theyr own May 11 00:46:01 it would be a uber phone by now May 11 00:47:02 that is an illusion May 11 00:47:30 if you want a phone just buy a nokia May 11 01:34:06 contacts and dialer segfaults May 11 01:34:08 great May 11 01:35:48 lets try another distro May 11 01:36:44 ok when i hit "call" in SHR May 11 01:36:47 it dials May 11 01:36:52 but then hangup 2seconds later May 11 01:37:00 anyone else has this problem? **** ENDING LOGGING AT Mon May 11 02:59:57 2009