IRC log of #maemo for Wednesday, 2007-10-24

*** erstazi_ has joined #maemo00:00
alteregohttp://maemo.rubyx.co.uk/sandbox/LibOSSO-Documentation.html00:01
alteregoThat is what I have so far.00:01
*** akai--- has left #maemo00:01
alteregoI'm not very happy with it. So I'll probably rewrite it at a later date. But it'll do as a starting point for people interested in Ruby-Maemo00:01
alteregoWhen it's complete that is ;)00:02
Jitenspeaking of which, I haven't yet done anything with libosso for my mnemosyne port. I think I read in the tutorials that it has some functions I should I use.00:03
Takpretty good for a start00:04
alteregoJiten, to do what?00:04
Jitenintegrate better into the system?00:04
alteregoYeah, you should at least register the application.00:04
*** Tybor has left #maemo00:05
*** maximCT has left #maemo00:05
alteregoTak, I like the idea of having all the documentation on one page. That way people can save it onto their tablets and use it on the move without net access :)00:05
JitenI'm finally done reorganizing my application so it doesn't do unnecessary display updates and uses object.idle_add for less time critical (and heavy) portions00:06
Jitennow, when I'm running it on my desktop, it feels like greased lightning.00:06
pupnik_what is mnemosyne?00:06
Jitenhttp://mnemosyne-proj.sf.net/00:06
alteregoWho cares, it's got a cool name!00:07
pupnik_neato00:07
pupnik_Somebody should do a LPI certification set for it00:08
Jitenanyway, I still need to implement a couple of features and get my hands dirty plumbing the internals for a bit more efficient operation with regards to memory and cpu usage00:08
Jitenthe damn thing keeps all data in memory. When you've got thousands of flashcards, it's rather heavyweight00:09
*** erstazi_ has quit IRC00:09
*** erstazi_ has joined #maemo00:09
Jitenpupnik_: you sure it's suited for that?00:10
*** ajturner has joined #maemo00:10
Jitenis sqlite a standard library on the device?00:10
Jiten... doesn't look like python bindings have been ported though :/00:12
lmouraJiten, sqlite3 is supported by python2.500:12
disqsqlite3 is00:12
*** sp3000 has quit IRC00:13
*** bmidgley_ has quit IRC00:13
Jitenit is? I didn't see a package for it.00:13
*** Dregz has joined #maemo00:14
*** erstazi_ has joined #maemo00:14
*** lmoura has quit IRC00:15
*** ertwroc has joined #maemo00:15
ertwrochi00:16
Jitendisq: where can I find the package with python bindings for sqlite3?00:16
pupnik_repositories?00:17
_Monkeyi guess repositories is http://maemo.org/community/wiki/ApplicationRepositories  and a searchable index at http://www.gronmayer.com/n800/repos/index.php00:17
disqpymaemo?00:17
disqpymaemo.garage.maemo.org00:17
Jitencan't see sqlite there.00:18
*** slomo has quit IRC00:19
*** kenne has quit IRC00:19
*** kenne has joined #maemo00:20
ertwrocI installed osso-xterm but when I am trying to run some programs like ldd I am getting: "sh: ldd: not found". I check file ldd is in /usr/bin. I am using N770 with OS 200600:21
ertwrocwhat is wrong?00:21
*** fab has quit IRC00:23
*** Tybor has joined #maemo00:23
pupnik_same happens here ertwroc00:25
pupnik_problem is that /usr/bin/ldd starts out with #!/bin/bash00:26
pupnik_and there is no /bin/bash interpreter00:26
*** erstazi has joined #maemo00:26
erstaziwow, apple's iphone runs every app as root, maybe nokia should build the n900 into a great (open community) alternative00:27
ertwrocpupnik_: ln -s /bin/sh /bin/bash can help?00:28
alteregoEh?00:29
pupnik_i did ln -s /bin/busybox /bin/bash  (sh points to busybox)00:29
pupnik_but it doesn't run00:29
pupnik_ldd: applet not found00:29
*** henno_ has joined #maemo00:30
Andy80where can I find aireplay-ng for maemo?00:31
*** henno has quit IRC00:31
ertwrocpupnik_: on maemo downloads page is bash, but there is no link to download00:31
ertwrocsomeone is porting it?00:31
pupnik_ertwroc: looks like it's just a wrapper script - you can run /lib/ld-2.3.6.so -list /path/to/application00:31
pupnik_pardon me --list00:32
erstaziAndy80: honestly, it would be suggested to use a laptop for that type of thing, these tablets do not have enough processing power or ram to handle cracking00:32
pupnik_that's what i thought too - but some people say they got results.  i tried it at home but i had to copy several movies back and forth to get enough iv's00:33
erstaziAndy80: are you talking about: http://www.aircrack-ng.org/?00:34
erstaziI think there might be a port on there00:34
Andy80erstazi: yes00:34
Andy80erstazi: I've installed the aircrack-ng packages, but the aireplay-ng is missing00:34
flip^i had it listed in my app manager once, so it must be on one of the repositories that are easily available00:34
flip^ah, dunno about that00:34
pupnik_ertwroc: did that /lib/ld*.so --list work for you?  works here00:36
*** pupnik_ is now known as pupnik00:36
lardmanpupnik: busybox looks to see what it's been invoked as to decide what bit of itself to run00:36
lardmanpupnik: is why the symlink may not work00:37
pupnikachka!00:37
lardmanbetter way is to create a script called /bin/bash and have that invoke /bin/sh00:37
lardmanI think anyway00:38
*** Tybor has left #maemo00:38
pupnikok changing ldd line one to #!/bin/sh gets rid of errors, but shows no output00:38
*** JussiP has quit IRC00:39
pupniki will just alias ldd="/lib/ld-2.3.6.so --list"00:40
lardmandoes the n800 have a magnet sensor in the front like the 770?00:41
* lardman is reading the "What's the easter egg" thread on itt00:42
ertwrocpupnik: I got error cannot open shared object file: No such file or directory00:43
eijkNo ideas on my scratchbox desktop question?00:44
ertwrocpupnik: sorry - now works fine. thanks00:45
lardmaneijk: no idea, I don't tend to run the i386 stuff at all00:45
*** luckie has joined #maemo00:47
lardmannight all00:47
*** lardman has quit IRC00:47
*** b0unc3 has quit IRC00:48
*** satd has left #maemo00:48
*** ajturner_ has joined #maemo00:48
ertwrocok, what should I do if after run ldd on some app I get: version GLIBC_2.0 not found?00:50
zerojayLet me guess...00:50
zerojayOld Loki game?00:50
ertwrocjava vm00:50
zerojayGLIBC 2.0 is *old*.00:51
zerojayYou probably have an outdated package.00:51
ertwrochmm... I can't find another version00:52
zerojayHow many of you played with the Microb version of Greasemonkey?00:52
ertwrocDo you know any java vm working on maemo?00:53
*** Andy80 has quit IRC00:53
zerojayJamVM.00:53
zerojayMight want to check out.. Jalimo.00:53
ertwrocany link?00:53
zerojayI think it's jalimo.org.00:54
zerojayDon't expect it to give you Java working in a web browser, however.00:55
ertwrocI need only to run console app00:55
*** cmarcelo has quit IRC00:55
*** luck^ has quit IRC00:56
*** kenne has quit IRC00:58
*** ajturner__ has joined #maemo01:00
*** Ioagann has joined #maemo01:00
*** guardian_ has joined #maemo01:00
zerojayertwroc: Should be all you need then.01:02
*** ajturner__ has quit IRC01:02
*** ajturner has quit IRC01:03
Ioagannguys, does maemo support qt01:05
Ioagann?01:05
zerojayMaemo is based on GTK.01:06
*** matt_c has quit IRC01:06
*** ajturner_ has quit IRC01:07
*** konttori has joined #maemo01:11
*** Vudentz has quit IRC01:11
*** henno_ has quit IRC01:14
IoagannGuys, can one install perl on n800?01:14
*** henno has joined #maemo01:14
*** guardian has quit IRC01:18
*** melunko has quit IRC01:18
luckieioagann:  look here it talks about perl  http://www.internettablettalk.com/forums/showthread.php?p=8191701:21
*** ebel has quit IRC01:22
IoagannThank you!01:22
*** javamaniac has joined #maemo01:27
*** ajturner has joined #maemo01:31
*** ajturner has quit IRC01:33
*** richieeee73 has joined #maemo01:34
*** erstazi_ has quit IRC01:34
*** richieeee73 has left #maemo01:34
*** erstazi_ has joined #maemo01:34
*** etrunko has quit IRC01:36
*** eijk has quit IRC01:41
*** r2d2rogers has quit IRC01:41
*** bmidgley_ has joined #maemo01:46
*** luckie has quit IRC01:47
*** egsavage has joined #maemo01:47
*** alterego has quit IRC01:49
*** Rask330 has joined #maemo01:55
*** mk500 has quit IRC01:56
* Rask330 waves. "Does anyone know if there's a set of debian packages compiled for the processor in the n800, or does everything have to be ported?" o.o01:56
*** mk500 has joined #maemo01:57
*** b0unc3 has joined #maemo01:58
Rask330I'm looking for a zip/unzip package that match... I found zip somewhere, but the unzip package in maemo.org's downloads section just installs a menu icon that doesn't do anything..02:00
GeneralAntillesapt-get install unzip02:01
Rask330Isn't that the same as installing it in package manager, though?02:02
GeneralAntillesProbably02:02
GeneralAntillesJust open up xterm and get to unzipping, then.02:02
Rask330Hmm.  Is there a way to remove unwanted icons from the applications menu? :)02:04
GeneralAntillesWell, if you don't want the apps anymore, you can just uninstall them02:05
Rask330True.  But in unzip's case, it installs a useless icon... is there any way to at least hide it?02:05
GeneralAntillesOther than that, open up Control Panel, go to Navigation and move the menu items around02:05
GeneralAntillesBury the stuff you don't want/use very often in a folder somewhere.02:06
GeneralAntillesI'm guessing you can remove the .desktop somehow02:06
GeneralAntillesBut I don't know A. Where it's located or B. Whether that could break things.02:06
Rask330Hm...02:06
*** pipomolo42 has joined #maemo02:14
GeneralAntillesSomebody really ought to fix up the maemo wiki page: http://en.wikipedia.org/wiki/Maemo02:15
*** bmidgley_ has quit IRC02:18
*** Ryback_ has quit IRC02:19
c0ffeeput a marker there that the article needs a clean-up02:19
*** booiiing has quit IRC02:20
GeneralAntillesAnybody got a diagram of the maemo stack?02:20
GeneralAntillesWould the GNOME mobile picture from Quim's blog be close to accurate?02:20
*** booiiing has joined #maemo02:21
*** konttori has quit IRC02:23
*** k-s[WORK] has quit IRC02:24
*** tank1770 has quit IRC02:26
* pupnik dunnos02:32
*** red-zack has quit IRC02:38
*** Quinlan^ has joined #Maemo02:42
Quinlan^What would be the main causes for a .deb package working on one 770, but not another?02:45
Quinlan^I mean besides OS versions.02:45
*** Atarii has quit IRC02:45
*** matt_c has joined #maemo02:46
Rask330Hmm.  Has anyone successfully used the Stowaway Bluetooth Keyboard successfully with the N800?02:47
*** pdz has joined #maemo02:47
*** aloisiojr has quit IRC02:48
JitenRask330: I remember someone saying he uses one... can't recall who it was though.02:48
Rask330I've seen it mentioned that it's possible... but I'm wondering if it works right with the arrow keys and such.02:48
Rask330That stuff can be tempermental-- at least it was on my Palm, before I got the N800.02:49
Jiten|R was the one.02:49
Rask330Cool, thanks :)02:49
Jitenmilhouse has also mentioned having one02:49
*** mazzen has quit IRC02:49
Jiten#maemo.10-09.log:04:19 < |R> I got the stowaway ultra-slim, it's nice if you don't think you need a number row / F keys and can do with Fn for numbers :)02:50
Rask330Cool.  :]02:50
|RIt's all my fault, i swear! :P02:51
|Ryou guies have good memories (i mean logs ;)02:51
|Rguys02:52
Jiten:D02:52
Jitenlogs are sometimes useful so I keep them.02:52
*** Atarii has joined #maemo02:54
*** ryanfaerman has joined #maemo02:54
*** matt_c has quit IRC02:55
*** TimRiker has quit IRC03:00
unique311seeing the bomberman post on maemo.org   does this also mean that the screen on the n810 is multitouch?03:00
zerojayDoubt it.03:01
unique311keyboard on the N810 makes no sense having those screen buttons03:01
celestehbut multitouch is inherently cool03:02
unique311if the n810 had that going for it, i think it would be all over the thousands of post on it.03:03
celestehindeed03:03
*** ertwroc has left #maemo03:04
pupnikit looks like balance of the device is good enough to allow easy holding/typing with thumbs03:04
Quinlan^Im going to get one as soon as I can.03:05
*** pdz- has joined #maemo03:05
unique311slide out is always cool..my pocket pc is a slide..and typing text messages on it rock.03:05
unique311thats slide out keyboard is a +03:06
unique311wonder what they going for with the next tablet.03:06
unique311How long till a picture surface03:06
unique311Quinlan^, sure you don't want to wait for the next release.03:07
*** mbjohn has joined #maemo03:08
unique311looks like nokia is putting them out quick now..after the 770 how long was it before the n800 came out?03:08
*** booiiing has quit IRC03:09
pupnik~1.5 years?03:10
unique311n800 to n81003:10
Quinlan^unique: I still have a 770.03:10
GeneralAntilles770 was announced in November '0503:11
*** booiiing has joined #maemo03:11
GeneralAntillesShipped January, I think.03:11
GeneralAntillesN800 was announced/shipped on January 8th 200603:11
GeneralAntillesSorry, 200703:11
Quinlan^So like a year and two months.03:12
Quinlan^3.03:12
unique311should expect another tablet next year.03:13
unique311the wimax version03:13
unique311of the n81003:14
pupnikI really just want a N8xx to build/test packages on03:15
pupnikStill happy with the 77003:15
unique311pupnik, you applied for that dev deal?03:15
pupnikyeah, along with the rest of the planet :)03:15
unique311but you actually put in alot of work..03:16
pupnikThere's a lot more coming :)03:16
*** pdz has quit IRC03:16
pupnikGotta package your pose stuff for 770 too03:17
*** Pierre has quit IRC03:17
pupnikFunny how a lot of people got really active here since the N810 was announced :)03:17
c0ffeesame when the n800 was announced03:18
*** Pierre has joined #maemo03:18
c0ffeelots of new projects started03:18
zerojayAny one else watching the ThoughtFix live show?03:18
*** ryanfaerman has quit IRC03:18
unique311i just can't wait for the new OS2008...i could care less for anything else...gimme new OS03:18
unique311now03:18
*** Atarii has quit IRC03:19
zerojayNice, Ctrl + N is still new window on the keyboard. :D03:19
GeneralAntillesCaught the first one, is he doing another now?03:19
zerojayRight now.03:19
_Monkeyright now is the time when you can find ps2 full versions in the magazine shelves for a couple of bucks03:19
unique311want to know how he manage to get the new toy...03:19
zerojayGeneralAntilles: http://www.ustream.tv/channel/thoughtfixs-live-show03:19
GeneralAntillesThanks03:20
*** t_s_o has quit IRC03:21
unique311thats a cool link..03:22
unique311going to put that to use..03:22
|Ryeah, weird :)03:24
pupnikwish ustream had better bandwidth03:25
*** ryanfaerman has joined #maemo03:26
* pupnik loves the Thoughtfix N810 live shows :)03:27
*** tank1770 has joined #maemo03:28
*** MoRpHeUz has quit IRC03:29
|Rwhy can't anyone chat? :(03:34
*** ryanfaerman has quit IRC03:34
celesteh|R, huh?03:34
*** greentux_ has joined #maemo03:35
|Ri mean, on thoughtfix's live show ;)03:35
digilinkI just got an n800 and I want to get SSH working, but I cant pull my ip using ifconfig from an xterm? is there another method I can use to get the IP? and Im also assuming I can remotely log into this device? how would I create a user account if possible and enable root?03:36
|Rdigilink : openssh-server is installed yet?03:36
*** RushPL has quit IRC03:36
digilinkyes03:37
|Ryou're IP won't be of much use before that03:37
|Rok03:37
*** RushPL has joined #maemo03:37
|Rthen install xterm03:37
digilinkgot that also03:37
GeneralAntillesYou have to register, |R03:37
pupnikwow i didn't know google had street views03:37
|RGeneralAntilles : ok :|03:37
digilinkifconfig comes back with command not found03:37
|Rpupnik : yeah, they had a car in my town recently03:37
Quinlan^digilink: I use a widget called iphome to find my IP.03:37
|Rdigilink : /sbin/ifconfig03:37
_Monkeyi think /sbin/ifconfig is what i do03:37
Quinlan^That works, too.03:38
digilinkahh crap I didnt think to try that ok03:38
|Rthe path is borked somehow ;)03:38
Quinlan^You might want to move it to /bin...03:38
celestehooh, street views, cool03:38
|Ruhm... just link it03:38
celestehI once rented an apartment after looking at sctreet views around it03:39
|Rjust in case a script uses it somewhere at somepoint by calling it's full path03:39
Quinlan^Oh. how would one link it?03:39
celestehinformation which turned out to not be at all useful03:39
|Rcd /bin; ln -s /sbin/ifconfig03:39
Quinlan^Thanks.03:39
digilinkok Im able to hit it now that I have the IP, is there a default user account and how would I enable root?03:39
|Rroot / rootme03:40
|Rthen change it ;)03:40
pupnikMan, that dpad is lookin very small03:41
digilinksweet!!!! Im in tnx guys... this the coolest gadget I have ever bought, and best of all it runs linux!!!!!!03:41
pupnikcongrats digilink - welcome to the club03:41
*** SEWilco has joined #maemo03:42
Rask330digilink:  My sentiments exactly XD03:42
zerojaySix months later and it still hasn't worn off on me.03:42
*** pdz- has quit IRC03:42
digilinkIm amazed what this thing can do. I was showing my co-worker today and he was blown away with the FM radio after I enabled it03:42
digilinkwaaaaaay better than the iPod I replaced it with :D03:43
Quinlan^heh03:43
Quinlan^Are you planning on developing things?03:43
zerojayI got asked by two people on the bus to work today if what I had was an iPhone.03:43
digilinkI'd like to take a stab at it, my coding skills are very weak though :(03:43
digilinkIm going to look into installing the dev environment here soon03:43
Quinlan^I think creating the actual .deb packages are harder.03:43
SEWilcoMy N800 stopped letting me download to external SD.  "Save file" "OK" reply: "Not allowed".  I'm not finding the meaning of "Not allowed" online.03:44
GeneralAntillesHaha, "you see any black plastic here?"03:44
*** lopz has quit IRC03:44
*** zpol has joined #maemo03:44
GeneralAntillesProbably corrupted, SEWilco.03:44
*** zpol has quit IRC03:44
pupnikhahaha yaay Homestarrunner!03:44
zerojayhahaha.03:45
zerojayAwesome.03:45
Quinlan^zaerojay: You ahould've said you were an Apple Executive and that you'd gotten version 2 of the iphone.03:46
zerojayFuck that.03:46
zerojayiPhones still aren't on sale here anyways.03:46
zerojayBesides, I have something better.03:46
Quinlan^That is true.03:46
zerojayLeaving in two minutes.. Guitar Hero 3 is almost done transfering to my PS2. ;)03:47
zerojayLet me know if TF does anything interesting.03:47
zerojayWell.. it's all interesting, but you know what I mean.03:48
zerojayExtra interesting. ;P03:48
SEWilcoOK, I read about the flash OS fix.  Barely.  The cbx33 blog is unreadable with white-on-black; after fixing that I see I just need to update kernel.03:48
SEWilcoI also notice that maemo.org tells me to to use an MS-Windows PC for update, but I don't have one of those.  Nokia should support updates from Linux desktops.03:49
GeneralAntillesThey do.03:49
GeneralAntilleshttp://maemo.org/maemowiki/HOWTO_FlashLatestNokiaImageWithLinux03:49
|Rwtf, i made an account on ustream.tv and it wouldn't let me login after ward it just loops :P03:50
SEWilcoGood.  Then someone needs to update http://maemo.org/news/announcements/view/1191328183.html03:50
GeneralAntillesYeah, try the widget up at the top03:50
GeneralAntillesIt's not a particularly well programmed website.03:50
GeneralAntillesRECOMMENDED is different from supported.03:50
|Rhehe03:51
*** greentux has quit IRC03:52
*** pdz has joined #maemo03:53
*** mbjohn has quit IRC03:53
pupnikcan you connect to ustream chat with normal irc?03:56
pupnikchat1.ustream.tv wants me to enter a pw with /pass, but there's no /pass command in irssi03:57
pupnik|R: i can't log into chat either03:57
|R:/03:57
pupniklog out and log in again |R03:59
|Rthat's what i did...03:59
|Roh well :|04:00
*** booiiing has quit IRC04:00
*** booiiing has joined #maemo04:00
|Ruhm, i just realised i can't sudo su - locally... anything i missed during the install? (i added an ALL ALL etc to sudoers...)04:02
pupnik?  sudo gainroot04:03
|Rpassword denied... do i need to set a password for "user" ?04:03
*** teprrr has joined #maemo04:03
pupnikbecomeroot?04:04
_Monkeybecomeroot is a quick howto to become root here http://maemo.org/community/wiki/HowTo_EASILY_BecomeRoot  and more information is here http://maemo.org/community/wiki/HowDoiBecomeRoot04:04
*** satd has joined #maemo04:04
teprrrhello, does anyone know if there's documentation available about what dbus calls the base installation has?04:04
|Rok yes, passwd user, i'm tired ;)04:06
Quinlan^Can I totally format my 770 with flasher-2.0? Its pretty cluttered.04:07
Quinlan^Er, re-format.04:09
pupnikyes04:09
Quinlan^Awesome.04:10
* |R still can't... wtf04:10
*** Quinlan^ has quit IRC04:11
*** lopz has joined #maemo04:12
pupnikclicking on logout and then login04:14
*** SEWilco has left #maemo04:15
|Rpupnik : i meant sudo su -04:15
|Rhehe04:15
|Rit works in ssh, but not in xterm on the n800... user has a password and sudoers is modified... weird04:16
|Rajahahaha04:17
* |R slaps himself04:18
|Ri was sshing somewhere else (/me hides in shame ;)04:18
|Rcan anyone confirm that :04:20
|Rgrep user /etc/passwd04:20
|Ruser:!:29999:29999::/home/user:/bin/sh04:20
|Rgives this?04:20
|R(by default, if anyone still has the default setup ;)04:20
pupnikthis correct04:21
|Rthanks :P04:22
|Rnow back to thoughtfix04:22
|Rhehe04:22
pupnikwell mine has a passwd instead of !04:22
pupniki gotta set up one-click installs this week04:23
|Rweird, even with flashblock/adblock+ disabled, i can't login to ustream so i can't logout either hehe :)04:24
|Roh well, screw this, i'll just listen and shutup :P04:24
pupnikyah04:24
pupnikif you have a question i can paste it04:25
*** b0unc3 has quit IRC04:25
|Rk :)04:25
*** erstazi has quit IRC04:25
*** m-vo has quit IRC04:32
*** m--vo has joined #maemo04:32
*** Ioagann has quit IRC04:32
|Rweird...i can run both gizmo and rtcomm04:33
|Rtough gizmo never really worked with SIP/asterisk04:34
|Rth04:34
pupnikah04:34
|Ris there bluetooth headset support confirmed/denied yet?04:36
|Rthanks :)04:36
|Rhehe04:37
* |R feels on like he is on the other end of a string can :P04:37
|Rs/on//04:37
GeneralAntillesHeadset works on OS200804:37
* pupnik downloads some ramen04:37
GeneralAntillesI don't think there's stereo, though.04:38
|Ri don't mind, as long as i can get a bone conducting headset working in bars and my VoIP over a VPN i'll be happy :]04:38
|Rfree cell phone with ssh bonus :P04:38
|Rso i need to start shopping for a bluetooth headset; )04:42
GeneralAntillesPlantronics Voyager 51004:46
*** pdz- has joined #maemo04:47
*** pdz has quit IRC04:50
*** celesteh is now known as celesteh_sleepin04:50
|RGeneralAntilles : does it do active noise cancellation / bone conducting?04:53
|Ri really want to be able to use this in bars04:53
|R(not dancing bars, more like pubs actually ;)04:54
|Rbecause when i'm out, i'm mostly in pubs haha ;)04:54
GeneralAntillesHaven't a clue. :)04:55
GeneralAntillesOh, right04:55
* GeneralAntilles is tired.04:55
GeneralAntillesNoise cancellation, yes.04:55
GeneralAntillesNo bone conducting04:55
GeneralAntillesNeed a bluetooth throat mic.04:55
|Rever did field tests of this sort? (you know, testing beers haha ;)04:55
|Rhaha :)04:55
|Reat-a-pill-headset04:56
GeneralAntillesNever really use it in any high-noise environments.04:56
GeneralAntillesMindlink. ENGAGE!04:56
|Rhttp://www.nxzen.com/headsets/nx6000_1.php <- beside the jawbone, i think it's the only other bone headset i found...04:57
|Rboth have quirks it seems...04:57
*** bmidgley_ has joined #maemo04:57
*** ryanfaerman has joined #maemo04:58
*** Esworp has joined #maemo05:02
*** MoRpHeUz has joined #maemo05:05
*** MoRpHeUz has quit IRC05:05
*** booiiing has quit IRC05:06
*** booiiing has joined #maemo05:07
*** henno has quit IRC05:07
*** pdz has joined #maemo05:08
*** henno has joined #maemo05:11
*** booiiing has quit IRC05:13
*** booiiing has joined #maemo05:14
*** booiiing has quit IRC05:19
pupnikbtw anybody want to work on drpocketSNES ?05:20
*** booiiing has joined #maemo05:20
*** pdz- has quit IRC05:21
*** bmidgley_ has quit IRC05:23
* pupnik feels lonely in emu-land05:25
* GeneralAntilles tosses pupnik a box of old carts.05:28
pupnik:}05:28
pupnikIstation handheld (linux) running psx emulator  http://www.youtube.com/watch?v=dta8OsPYOD405:29
GeneralAntillesSo, pupnik, planning on getting an N800 anytime soon?05:30
*** pdz- has joined #maemo05:32
pupnikno05:33
*** _trent has joined #maemo05:34
*** _trent has left #maemo05:35
*** _trent has joined #maemo05:35
* Esworp is impressed with Quiver.05:38
*** pdz has quit IRC05:43
doublecapparently google mail supports imap now for selected accounts05:43
doublecso should work with the n800 mail app05:44
doublechttp://www.downloadsquad.com/2007/10/23/gmail-gets-imap/05:44
_trenthttp://www.downloadsquad.com/2007/10/23/gmail-gets-imap/05:45
_trentoops05:45
doublechehe05:47
*** matt_c has joined #maemo05:49
*** egsavage has quit IRC05:50
*** dolske has quit IRC05:52
*** roxfan[work] has joined #maemo05:57
*** _trent has quit IRC06:09
*** ryanfaerman has joined #maemo06:11
*** roxfan has quit IRC06:13
*** jacques has joined #maemo06:15
*** matt_c has quit IRC06:16
|Rhttp://japwatches.wordpress.com/2007/10/22/citizen-i-virt-84-0321-84-0322-84-0323-84-0324-and-84-0311/06:18
|Rdo you think these would work with rtcomm? :P06:18
*** ryanfaerman has quit IRC06:20
*** unique311 has quit IRC06:22
*** pvanhoof has quit IRC06:23
*** snowmoon has joined #maemo06:36
*** pdz has joined #maemo06:40
*** dolske has joined #maemo06:41
*** dockane has joined #maemo06:44
*** pdz- has quit IRC06:47
*** hillct has joined #maemo06:56
hillctGood evening06:56
*** dockane_ has quit IRC06:57
hillctI'm seeing a rather strange behavior. I had a 250MB SD card in mmc2 and purchased an 8GB HCSD card which i then placed in mmc2, moving the 250MB card to mmc1 but now whenever I try to write to either card, as root or user, it reports that they're read-only filesystems. I checked the read-only switch on the cards, and the fstab and mtab indicate they're mounted read-wrote06:59
hillctread-write06:59
hillctis this something folks have seen before?07:00
zerojayYou damaged them.07:00
*** Pio_ has joined #maemo07:00
hillctgreat07:00
zerojayIt's not permanent.07:00
hillctreformat?07:00
zerojayCopy the files off the cards and reformat.07:00
zerojayIt usually happens when the cards are being written to when removing them or turning off power.07:01
hillctis there an fdisk binary in there somewhere?07:01
zerojayThe file manager can format them.07:01
hillctK07:01
zerojayDo you have the latest firmware?07:01
zerojay4.2007-38-2, I think.07:01
hillctyes07:01
zerojayDo you pull your cards out and put them in a computer or attach the tablet by USB?07:02
hillctI selected 'switch off' before moving the cards around but I was shocked to find when I pushed the power button afterward, it popped right up with the lock screen rather than the normal boot process07:02
hillctnope07:02
*** zodman has joined #maemo07:02
zerojayhmm.. weird. Did you have the tablet plugged in when you did that?07:03
hillctI have a USB SD interface but not for SDHC07:03
hillctyes07:03
hillctthat was probably it07:03
hillctanyway, lemme see if I can get this squared away07:03
hillctone sec07:03
zerojayWhen you shutdown/restart with the tablet plugged in, it doesn't really go off.. it just disconnects from the net but stays on.07:04
*** Pio has quit IRC07:04
hillctcute07:06
hillctgood to know07:06
hillctok, so when I attempt to format, the SDHC card the options in the card menu are grayed out07:06
hillctwhen I attempt to format the SD card, it says can't format. card in use07:06
hillctthe only app running is the file manager07:07
zerojayYou'll have to format them in your PC then.07:07
hillctdo I need to umount the cards?07:07
hillctgreat07:07
zerojayOr run fdisk on them.07:07
hillctgotta get an SDHC reader07:07
hillcthnn07:07
hillcthmm07:07
hillctwill try that07:07
zerojayI don't think you need one for that.07:07
*** booiiing has quit IRC07:08
zerojayBut I could be wrong.07:08
*** booiiing has joined #maemo07:09
hillctthe mounted devices are /dev/mmcblk1 which seems reasonable, but the other card has device /dev/mmcblk0p107:09
*** ch4os_ has joined #maemo07:09
hillctwhich seems odd07:09
zerojayPartitioned?07:10
*** sp3000 has joined #maemo07:13
hillctthat would be my guess07:14
hillctinteresting. n800 fdisk doesn't have an interactive mode07:15
hillctit's single command line or bust07:15
zerojayWindows fdisk.07:15
hillctnot for the SDHC card. no reader07:15
hillcter07:15
hillctwait07:15
hillctwill the n800 act as a passthrough reader for installed cards?07:16
hillctthat'd be SO cool07:16
hillctUsage: fdisk [-luv] [-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK07:17
hillctis what's available in the built-in fdisk07:17
|Ruhm, get a real fdisk?07:18
|Rhttp://www.gtlib.gatech.edu/pub/gnuab/debian/pool-armel/main/u/util-linux/fdisk-udeb_2.13-9_armel.udeb07:18
|Rmaybe this...07:18
_Monkeyrumour has it maybe this is why the tablets don't have 'ping'07:18
pupnikor use a cardreader, or use PC to fdisk over usb07:18
*** unique311 has joined #maemo07:20
hillctpupnik: an SDHC card reader would make my life quite a bit easier right about now07:23
|Ryep, if you extract the binary from that package (here it conflicts with sfdisk from ke-recv)07:23
hillctI don't have one07:23
|Rjust tried :)07:23
* czr morningates all07:24
hillctI was able to reformat the card in mmc1 after unmounting it07:24
hillctusing the file manage menu item07:24
hillctthough I didn't see a GUI way to umount07:24
*** monteslu has joined #maemo07:25
hillctnow, while device is off, switching 8GB card to MMC1 to try anf format assuming it's a function of the 'removable' nature of cards in that slot07:25
* |R thinks binutils, coreutils, debianutils, etc should be replacing busybox ;)07:25
|RMMC1 being internal or external? here the device numbering is flipped with the mount point... (0 -> 2, 1 -> 1)07:26
*** rkaway has quit IRC07:26
hillct1 being external07:27
hillctLOL07:27
hillctactually, the reason was I was using swap on the 8G card'07:27
hillctduh07:28
|Rhehe07:28
|Ri had the same problem, now that you mention it ;)07:28
*** rkaway has joined #maemo07:29
hillct"BUT I WANT TO FORMAT THE SWAP DEVICE!!!!"07:30
hillctNo.07:30
hillct"Please Please!!!"07:30
hillctI guess it's nice that it won't let you do stupid things like that07:31
hillctthough you'd think it would setup a swap partition not a file07:31
|Rsometimes i wish it did let me do stupid things haha;)07:32
* |R erased it's /bin by error last week and should shut up :P07:32
hillcttha's what red pill is for07:32
* |R wonders if the Opportunistic Encryption thought in FreeS/Wan could be done un SSH new tunnel mode >:]07:33
|Rssh for the people!07:33
|R:P07:33
pupnikJack Daniels + Red Pill = regret07:34
|Rhaha07:34
|Ri thought regrets = Jack Daniels07:34
|Rthat's a bad loop right there!07:34
|R:P07:34
pupnikKind of like waking up in a strange bed and being afraid to look at who's sleeping next to you?07:34
|Rhaha07:35
*** limepi has joined #maemo07:35
|RI hope that situation isn't a bad loop too ;)07:35
czr|R, it is. it just doesn't repeat all that often :-)07:35
* limepi just got his n800 07:35
pupnikcongrats and welcome limepi07:36
|Rhehe :)07:36
czr|R, and at some point you just get used to it :-)07:36
|Rhaha!07:36
pupniki bet sales are picking up with the price drop07:36
limepiwhat is the canonical "you are new, here is how to make your thingy awesome" website07:36
* |R looks around, fiew, no dead body ;)07:36
*** mbuf has joined #maemo07:36
pupnikhttp://www.internettablettalk.com/forums/forumdisplay.php?f=26  that's one07:36
pupnikhttp://maemo.org/community/wiki/07:37
hillctThere really should be a single getting started page that explains which repos have the coolest stuff and which packages are geek-critical07:39
limepiawesome :D07:39
hillctI'm still annoyed. I bought mine used on ebay, two days before the price drop07:41
hillctpaid $10 more than I could then get a new one on buy.com for and ended up paying shipping too07:42
pupnikhow is screen?  also test stylus input with sketch app.07:43
hillctpupnik: Me? you mean used vs new?07:44
*** booiiing has quit IRC07:44
pupnikyes i'd be worried about getting a dodgy screen if I bought used07:44
*** bergie has joined #maemo07:44
hillctI had pics07:45
*** booiiing has joined #maemo07:45
hillctlooked smudged07:45
hillctasked07:45
hillctsaid it was just fingerprints07:45
hillctwhich was true07:45
hillctcleaned up nicely07:45
hillctthough, yes that'd be a big risk07:45
pupnikany problems tapping areas near the edges?07:45
hillctnot that I've seen07:45
pupnikgood deal07:45
hillctcalibration works fine07:45
hillctthouh I didn't get some of the extra items that come with new07:46
hillctgot only one stylus and no headset07:46
pupnikabout 15% of the electronics i bought used on ebay had undocumented defects07:46
hillctI've been lucky07:46
hillctso far07:46
hillctalthough after adding this new 8GB card, it seems to be freezing up a bit07:47
*** doublec has quit IRC07:47
hillctIt's a class 6 card. it should be pretty speedy07:47
hillctKingston. Got it over at Adorama.com07:49
hillct$20 rebate07:49
hillctso around $55 after rebate07:50
*** pvanhoof has joined #maemo07:50
pupnikgood.  now get to work07:51
pupnik:P07:51
|RmicroSD 8GB are starting to show up07:53
|R(if you want to invest in futur proof cards at high price hehe ;)07:54
* |R wants a 32GB SDHC for 100$ :|07:54
hillctheh08:01
Rask330Does the N800 read SDHC cards?08:01
hillctyup08:02
*** javamaniac has quit IRC08:02
Rask330Hot.08:02
*** ch4os_ has quit IRC08:02
*** ryanfaerman has joined #maemo08:06
*** zodman has quit IRC08:08
*** matt_c has joined #maemo08:09
lopzbuenas noches08:11
pupnikmuhuu08:12
*** lopz has quit IRC08:12
*** henno has quit IRC08:13
*** bergie has quit IRC08:14
*** n0mis has joined #maemo08:16
*** javamaniac has joined #maemo08:16
*** unique311_ has joined #maemo08:16
*** straind36 has joined #maemo08:18
*** straind has quit IRC08:18
*** straind36 is now known as straind08:18
*** gla55 has quit IRC08:19
*** shadov has quit IRC08:20
*** shadov has joined #maemo08:20
*** joolz_ has joined #maemo08:20
*** Justin has quit IRC08:20
*** Justin has joined #maemo08:20
*** melmoth_ has joined #maemo08:20
*** _matthia1_ has joined #maemo08:20
*** massoud_ has joined #maemo08:20
*** gla55 has joined #maemo08:20
*** pleemans has joined #maemo08:25
*** henno has joined #maemo08:26
*** simon_ has quit IRC08:26
*** nomis has quit IRC08:27
*** rene4jazz has joined #maemo08:28
*** tank1711 has joined #maemo08:28
*** joolz has quit IRC08:29
*** joolz_ is now known as joolz08:30
*** Gray9Mar_ has quit IRC08:30
*** jeremyb has quit IRC08:31
*** booiiing has quit IRC08:31
*** melmoth has quit IRC08:32
*** _matthias_ has quit IRC08:32
*** MishaS has joined #maemo08:32
*** vims0r has quit IRC08:32
*** kabtoffe has joined #maemo08:32
*** vims0r has joined #maemo08:32
*** Thana` has joined #maemo08:33
*** massoud has quit IRC08:33
*** unique311 has quit IRC08:33
*** astro76 has joined #maemo08:34
*** Thanatermesis has quit IRC08:36
*** mikem23 has quit IRC08:37
*** jeremyb_ has joined #maemo08:37
*** cy- has quit IRC08:37
*** jeremyb_ has quit IRC08:38
*** tank1770 has quit IRC08:39
*** jeremyb has joined #maemo08:39
*** mvo_ has joined #maemo08:40
*** ryanfaerman has quit IRC08:40
*** mikem23 has joined #maemo08:41
*** m--vo has quit IRC08:42
*** rene4jazz has left #maemo08:42
*** jacques has quit IRC08:43
*** cy- has joined #maemo08:43
*** Gray9Mar has joined #maemo08:44
*** unique311_ has quit IRC08:47
*** henno has quit IRC08:55
*** unique311_ has joined #maemo09:00
unique311_How come flash sites cannot access the camera on the n80009:07
astro76maybe you have to right click on the flash, settings... and allow camera/microphone, because it's disabled by default09:11
astro76on the pc09:11
unique311_tried that09:13
*** ryanfaerman has joined #maemo09:13
unique311_flash can't seem to find the built in camera..09:13
unique311_trying to use it with blogtv...09:13
*** henno has joined #maemo09:14
unique311_i think thoughtfix had a post about this a while back..09:14
unique311_for ustream.tv09:14
*** limepi has quit IRC09:14
pupnikanybody have a Command & Conquer 1 - Red Alert they can part with?09:16
unique311_the mic is picked up..09:17
*** melmoth_ is now known as melmoth09:18
*** pleemans has quit IRC09:21
*** pleemans has joined #maemo09:21
*** pleemans has quit IRC09:25
*** pleemans has joined #maemo09:25
dolskeunique311_: afaik Flash on Linux doesn't support any camera.09:27
pupnikwant to test Command & Conquer unique311_ ?09:27
pupnikdolske: ?09:27
pupnikseems to kind of work, except on the device :)09:33
*** henno has quit IRC09:36
*** snowmoon is now known as snowmoon-work09:38
solmumahapupnik: is it fast enough?09:40
solmumahaah, how could you tell :)09:41
solmumahathat could actually be a game i would play09:41
pupnikruns in scratchbox - segfaults on device09:42
czrpupnik, there's an arm port of it?09:42
pupniki have no idea what isn't implemented yet09:42
pupnikapparently combat?  lol09:42
pupnikhttp://pupnik.de/freera_armel_001.tgz09:43
czrwho needs combat when you have tesla coils09:43
czrzzzzzzzzz... aaaargh.09:43
*** |tbb| has joined #maemo09:43
pupnikmmap2(NULL, 61440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x405f000009:47
pupnikbrk(0x23e000)                           = 0x23e00009:47
pupnik--- SIGSEGV09:48
pupnikdoh09:48
pupnikwhy it want so much memory09:48
solmumahaso it could run on n800?09:49
pupnikyes i think so09:49
solmumahak, need to test that when i get home09:49
pupnik ./freera -fullscreen -nosound -bpp 16 -w 640 -h 48009:49
solmumahaif i can get the datafiles from somewhere09:50
pupniki have included free data files for testing - but the author says it is broken with the demo09:50
pupnikbut i was able to build stuff and move units09:51
pupnikwget ftp://ftp.westwood.com/pub/redalert/previews/demo/ra95demo.zip  <-- full demo09:51
pupnikand it doesn't seem to use the right mouse button, which is real nice09:53
solmumahamaybe that seat belt would help run it on 770?09:53
pupnikheh what?09:53
pupnikseems to hang on instantiating the Game gsession;09:54
solmumahahttp://www.internettablettalk.com/forums/archive/index.php/t-10317.html09:54
*** snowmoon-work is now known as brontide09:58
pupnikhrm nope10:00
solmumaha:(10:01
solmumahaneeds airbag then10:01
*** brontide is now known as snowmoon10:02
*** snowmoon has quit IRC10:09
*** harobed has joined #maemo10:10
*** NetBlade has joined #maemo10:16
*** ryanfaerman has quit IRC10:17
*** henno has joined #maemo10:18
*** snowmoon has joined #maemo10:18
*** greentux_ has quit IRC10:21
*** guardian_ has quit IRC10:23
*** mk8 has joined #maemo10:23
*** snowmoon has quit IRC10:27
*** greentux has joined #maemo10:29
*** henno has quit IRC10:31
*** pleemans has quit IRC10:34
*** bergie has joined #maemo10:37
*** n0mis is now known as nomis10:44
*** sKaBoy has joined #maemo10:52
*** guardian_ has joined #maemo10:58
*** R[a]sk has joined #maemo11:02
*** Rask330 has quit IRC11:02
*** henno has joined #maemo11:06
*** henno has quit IRC11:11
*** AD-N770 has joined #maemo11:13
*** sciboy has joined #maemo11:14
AD-N770good morning11:14
*** fab has joined #maemo11:14
*** ramo102 has joined #maemo11:15
*** sciboy has quit IRC11:15
*** pwille has joined #maemo11:17
*** elmarco|bOomM is now known as elmarco11:24
*** _matthia1_ has quit IRC11:27
*** _matthias_ has joined #maemo11:27
*** unique311_ has quit IRC11:27
*** unique311_ has joined #maemo11:28
*** unique311_ has quit IRC11:29
*** unique311_ has joined #maemo11:30
*** henno has joined #maemo11:31
*** mazzen has joined #maemo11:33
*** unique311_ has quit IRC11:35
*** unique311_ has joined #maemo11:36
JaffaMorning, all11:36
*** civodul` is now known as civodul11:37
*** unique311_ has quit IRC11:38
*** unique311_ has joined #maemo11:38
*** booiiing has joined #maemo11:40
*** unique311_ has quit IRC11:41
Jaffayay, feedback from people who have mediaserv working :-)11:42
*** unique311_ has joined #maemo11:42
keesjHi Jaffa11:42
*** unique311_ has quit IRC11:43
*** unique311_ has joined #maemo11:44
*** unique311_ is now known as unique31111:45
solmumahawas it positive? :)11:47
*** pleemans has joined #maemo11:51
*** pwille has quit IRC11:51
*** pleemans_ has joined #maemo11:51
czrany feedback for oss is great. nevermind positive or negative :-)11:51
* czr still is waiting for first feedback for his oss-projects11:51
solmumahawhat are you working on?11:52
czrsolmumaha, mainly system level stuff, not relating to maemo11:52
*** unique311 has quit IRC11:53
solmumahak, no feedback from me then11:53
*** unique311 has joined #maemo11:53
czri.e., the projects aren't nearly enough sexy to be interesting to most folk :-)11:53
*** pleemans_ has quit IRC11:55
flip^czr: do you have a web page or anywhere to show off these projects?11:56
Jaffasolmumaha: largely, yes - obviously with issues since it's v0.0111:56
czrflip^, my homepage contains links to most of the stuff ( http://koltsoff.com/ ).11:56
czrbut all of the more completed thingies are on fm as well.11:57
pupniksolmumaha: http://www.maemopeople.org/index.php/jaffa/2007/10/22/on_demand_transcoding_server_initial_rel12:01
solmumahayes, i saw that12:02
JaffaStill aiming for a different thing to knots, though12:02
solmumahayes, there are differences12:03
pupnikyaay i 'convinced' a good game developer to buy a n80012:06
* flip^ peers at czr's site12:06
unique311pupnik, i hardly touch my tablet, unless something new is going on that interest me...sorry about last night...i passed out.12:07
unique311not much into testing games anymore.12:08
pupniknp12:08
*** mbuf has quit IRC12:08
unique311How that transcoding server...you gave it a go?12:09
*** Pio__ has joined #maemo12:09
pupnikno.  will wait for a newer/better vlc and ffmpeg and just use knots for now12:10
*** henno has quit IRC12:11
czrstupid question. is there a dsp-accelerated decoder for h.264 in n800?12:11
*** henno has joined #maemo12:11
czr(I don't have any test files to play with, otherwise I'd just try. and I'm mainly curious)12:12
*** L0cutus has joined #maemo12:18
L0cutusre12:18
*** Pio_ has quit IRC12:26
Jaffapupnik: bah, I like shiny testers ;-)12:27
*** MSameer has quit IRC12:28
*** MSameer has joined #maemo12:28
* pupnik is feeling sludgy today 12:28
solmumahapupnik: vlc seems quite broken atm12:32
solmumahacrashes and playback is quite jerky with the same settings12:33
*** pleemans has quit IRC12:33
pupnikty12:33
solmumahaso i haven't done anything to knots lately, waiting for a new version of mplayer and a working vlc12:33
solmumahaand of course alteregos complete bindings12:34
*** geaaru has joined #maemo12:34
Jitenczr: I think h.264 was listed as hardware decoded format for n810.12:38
czrJiten, great. thanks12:39
*** alterego has joined #maemo12:40
Jitendon't trust my memory, go look it up :P12:40
czrnah, I rather blame you later :-)12:40
alterego:)12:40
czrit's not that important..12:40
czrhey alterego12:40
alteregoHello12:43
alteregoI'm doing a rather drastic rewrite of ruby-libosso.12:43
czryou're converting it into python-libosso bindings?12:44
alteregoHey12:44
alterego:P12:44
czr:-)12:44
alteregoNo, I don't like the Python libOSSO bindings.12:44
alteregoThe new API provdes 6 functions12:44
alteregorun, system, add_callback, remove_callback, timeout, timeout=12:44
alteregoThis provides functionality for the whole RPC section.12:45
czrhow do you handle errors and differentiate them from methods that return a simple string?12:45
*** bedboi has joined #maemo12:46
alteregoWell, osso_return_t is checked and raises an exception unless it's OSSO_OK, if it's OSSO_OK the return RPC value is returned to the caller, if not then the return value which should be a string is used as the error message for the exception.12:46
alteregoI wrote a function that converts RPC data types into Ruby objects.12:47
alteregoAnd the other way around.12:47
czrand if the call is done async?12:47
czror you don't support async calls?12:47
alteregoYes, I support async calls.12:47
czrso. then osso_return_t just tells that the launch succeeded12:47
alteregoHmm, I can't remember. Let me check.12:47
czrit tells nothing about errors that can happen later12:47
*** Sho_ has quit IRC12:48
alteregoWell, again the osso_return_t is checked and will raise an exception if it's not OSSO_OK12:49
czrosso_return_t of what exactly?12:49
alteregoThe callback gets the return value so it's up the that code what happens.12:49
alteregoThe async call.12:49
czryeah, as I said, it only returns the errors that can happen on launch12:49
czrnot errors during the execution of the async call (later on)12:50
czrthe callback gets the return value, correct.12:50
alteregoYeah .. That's not very handy ..12:50
czrnow. how do you differentiate (from the return value) an error from a return value that is just a string.12:50
alteregoYou can't.12:50
czrthis was my point :-)12:50
czrsorry for the long-winded .. winding.12:50
alteregoWell, I could grep 'error' or something ;)12:50
czrindeed :-)12:50
alteregoYeah, it's not really a problem that I'm responsible for though is it :P12:51
czrit's not12:51
czrjust wondered how you went along with it12:51
*** Thana` is now known as Thanatermesis12:51
alteregoYeah, that actually didn't occur to me at the time ^_^12:51
czrnow you know :-)12:51
*** richieeee72 has joined #maemo12:52
*** TPC- has joined #maemo12:53
*** lmoura has joined #maemo12:54
czralterego, similar fun can be had with handling async returns of "void"12:54
czralthough that's quite bearable.12:54
czr(returns of void: calling a method which returns void over D-Bus)12:54
alteregoInteresting.12:55
czrbut you still have to detect the error in that case.12:55
czrthe whole interface in libosso for async is.. "limited" to put it in friendly terms.12:55
czrbut I don't care. it's not really my problem either :-)12:55
pupniki want a hardware countdown/watchdog timer i can poll on omap1710 and 242012:56
alteregoSure, but OSSO is more of a friendly wrapper for D-BUS, I don't think it's meant for serious D-BUS use.12:56
alteregoIt's more of a helper library than anything.12:56
czralterego, I know.. :-)12:56
*** joolz has quit IRC12:57
alteregoNot that I'm defending it. I don't like LibOSSO at all.12:57
czrI love it. it provided me oodles of fun and detective work during night time.12:57
*** joolz has joined #maemo12:58
alteregoHeh12:59
* czr goes back to work12:59
czrgoing without moving. :-)12:59
alteregoI like how you can assign multiple callbacks for RPC services but you can only assign single callbacks to events you're interested in.12:59
czralterego, yeah, it's the ultimate in flexibility :-)13:00
alteregoSorry, that was me being sarcastic.13:00
*** pleemans has joined #maemo13:00
alteregoI'd like multiple callbacks supported everywhere :)13:00
*** X-Fade_ has joined #maemo13:01
czrI saw your sarcasm, and answered with some of my own :-)13:01
czrttyl13:01
alteregoTo make this point more clear. My API defines "set_callback" and "remove_callback" for single callbacks. And "add_callback" and "remove_callback" for the RPC multiple callback support.13:01
alteregoSee you :)13:02
*** RP has quit IRC13:02
*** dneary has quit IRC13:08
*** Atarii has joined #maemo13:08
*** TPC has quit IRC13:09
*** lardman|away is now known as lardman13:10
*** X-Fade has quit IRC13:13
*** doublec has joined #maemo13:20
Jitenah, right. sqlite3 is a standard part of python 2.513:22
*** tkharju has joined #maemo13:22
*** egsavage has joined #maemo13:30
*** simon_ has joined #maemo13:35
mazzenhi! i ported a nice :) programming language (pike) to maemo. everything works fine, but when i try to start a GTK example from the menu the "old" program launches. i copied the desktop file and changed the Exec entry. would anyone be so kinde and take a look? http://pastebin.com/m423fdac3 thanks!13:37
inzmazzen, remove the X-Osso-Service -line13:39
mazzeninz: thanks a lot! :-) it works now! :-)13:40
*** Atarii has quit IRC13:42
*** florian has joined #maemo13:44
*** eXeonical_ has joined #maemo13:45
*** pipomolo42 has quit IRC13:47
*** mbuf has joined #maemo13:51
*** cwiiis has joined #maemo13:52
*** eXeonical has quit IRC13:56
*** erstazi has joined #maemo14:06
*** playya has quit IRC14:10
*** playya_ has joined #maemo14:10
*** booiiing has quit IRC14:23
*** unique311 has quit IRC14:24
*** matt_c has quit IRC14:25
*** b0unc3 has joined #maemo14:26
*** red-zack has joined #maemo14:28
*** maddler has quit IRC14:29
*** fsmw has joined #maemo14:30
*** Thanatermesis has quit IRC14:30
*** Thanatermesis has joined #maemo14:34
*** kenne has joined #maemo14:34
*** bueroman has joined #maemo14:40
*** bergie has quit IRC14:41
*** bergie has joined #maemo14:43
*** doublec has quit IRC14:52
*** egsavage has quit IRC14:54
*** fsmw has quit IRC15:02
*** tkharju has quit IRC15:05
*** kenne has quit IRC15:07
*** kenne has joined #maemo15:07
*** MoRpHeUz has joined #maemo15:08
*** matt_c has joined #maemo15:09
*** krau has quit IRC15:10
*** lmoura has quit IRC15:10
*** Sho_ has joined #maemo15:12
*** cy- is now known as cy15:14
*** jayarama has joined #maemo15:14
*** kenne has quit IRC15:15
*** jayarama has quit IRC15:15
*** jayarama has joined #maemo15:15
*** cy is now known as cy3o315:16
*** mbjohn has joined #maemo15:19
*** celesteh_sleepin is now known as celesteh15:20
*** krau has joined #maemo15:21
*** melunko has joined #maemo15:24
*** luck^ has joined #maemo15:25
*** etrunko has joined #maemo15:25
*** Thanatermesis has quit IRC15:28
*** pupnik_ has joined #maemo15:29
*** cy3o3 is now known as cy-3o315:30
*** playya has joined #maemo15:33
playyahi everybody15:33
playyahi15:33
celestehhi15:33
*** fsmw has joined #maemo15:33
*** cy-3o3 is now known as cy15:34
playyaany hast experience in gtk_expander_set_label_widget15:35
*** cy is now known as cy-15:35
playyai added a hbox with entry, check_botton an spin_button but they do not get any signals15:35
*** dneary has joined #maemo15:38
inzplayya, maybe you're supposed to put a label as the label for the expander?15:38
inzplayya, the stuff "inside" the expander is added with gtk_container_add15:39
*** mgedmin has joined #maemo15:39
playyai know that inz15:39
playyabut i want to have it there15:40
inzWhy?15:40
playyaits an list of options15:40
playyadevided in basic and extended15:40
playyayou should see the basics by default and extended when expanded15:41
*** pupnik has quit IRC15:41
*** booiiing has joined #maemo15:41
inzI think you usually put the basics before the expander and then put something like "> Advanced"15:42
playyahmpf15:42
playyai saw this accesor an this was my first idea15:43
playyabecause there are datasets to configure15:43
inzWell, if the signals don't reach the "expander label", then I guess there's not much that can be done15:43
playya:(15:44
playyais it possible to make the arrow smaller?15:47
playyaon the spinbox too15:47
*** cy- is now known as cy3o315:52
*** TPC has joined #maemo15:53
*** cmarcelo has joined #maemo15:53
*** satd has left #maemo15:57
*** Pio__ has quit IRC15:59
*** Kozuch has joined #maemo15:59
*** Pio__ has joined #maemo15:59
*** Vudentz has joined #maemo16:00
*** hallu has quit IRC16:02
*** snowmoon has joined #maemo16:04
*** k-s[WORK] has joined #maemo16:04
*** Ryback_ has joined #maemo16:04
*** snowmoon has left #maemo16:05
*** kenne has joined #maemo16:06
*** TPC- has quit IRC16:09
*** Pio_ has joined #maemo16:10
*** satd has joined #maemo16:10
*** Thanatermesis has joined #maemo16:11
jumpulawhat was the url for maemo package search engine?16:13
pupnik_repositories?16:13
_Monkeyi think repositories is http://maemo.org/community/wiki/ApplicationRepositories  and a searchable index at http://www.gronmayer.com/n800/repos/index.php16:13
jumpulasome third party site listed all the nokia's repositories and most of the unofficial ones16:13
jumpulacontained a search engine16:13
jumpulaand you could sort packages based on release etc16:14
pupnik_...16:14
jumpulayeah, gronmeyer16:14
jumpulathanks16:14
pupnik_yw :)16:14
*** simon_ has quit IRC16:15
*** aloisiojr has joined #maemo16:17
*** Esworp has quit IRC16:26
*** Pio__ has quit IRC16:26
*** joolz has quit IRC16:26
*** joolz has joined #maemo16:26
*** booiiing has quit IRC16:27
*** fsmw has quit IRC16:28
*** booiiing has joined #maemo16:30
*** booiiing has quit IRC16:34
*** RP has joined #maemo16:37
*** joolz has joined #maemo16:37
*** aloisiojr has quit IRC16:42
*** mgedmin has quit IRC16:43
*** aloisiojr has joined #maemo16:46
*** mgedmin has joined #maemo16:47
civodulany idea how to get Qemu (in Scratchbox) to dump cores?16:49
*** richieeee72 has left #maemo16:49
*** ttmrichter__ has joined #maemo16:49
*** pleemans has quit IRC16:51
*** Kozuch has quit IRC16:57
*** ttmrichter_ has quit IRC17:06
*** spect has joined #maemo17:08
pupnik_Weasels ripped my flesh!17:12
*** playya has quit IRC17:12
celestehZappa!17:12
flip^pupnik_: did you do anything more with pingus?17:13
pupnik_YES celesteh  :)17:13
pupnik_Pingus will be taken over by the pingus author :)17:13
pupnik_he ordered a n800 :D17:13
flip^ooh :)17:13
JaffaCool :)17:14
pupnik_We're looking for ppl to do level-design in the next few days17:14
pupnik_just fyi17:15
deejoewhoah.17:16
deejoeI really needed not to learn that pingus is or might be available for the n800 :-|17:16
deejoeI'm not sure I'll be able to help myself.17:17
pupnik_give it a shot - http://pupnik.de/pingus.html17:17
pupnik_it's kind of kludgy to install tho17:17
*** AD-N770 has quit IRC17:24
flip^pupnik_: you're still involved then?17:31
pupnik_well it don't run good on 770 so i'm not mucking with it any more17:31
pupnik_it does ok if sound is disabled17:32
keesjpupnik_: http://pupnik.de/xkbd_iconify.gif << cool17:32
keesjthe keyboard that is...17:33
pupnik_yes i think i might have a workaround to pull it up from a fullscreen sdl app too17:33
flip^pupnik_: that'll work in rdesktop? ;)17:33
pupnik_should work fine17:34
flip^ooh, cool17:34
*** Thanatermesis has quit IRC17:34
*** booiiing has joined #maemo17:35
*** mbuf has quit IRC17:35
*** Thanatermesis has joined #maemo17:36
deejoepupnik_: I am not afraid of dpkg -i.  I am afraid of getting sucked down a black hole of gaming. :-)17:37
DRoBeRWho can help me to port openvpn to n800 OS 2007 ?? :S17:37
pupnik_hehe17:37
kulveDRoBeR: try google. I think it's already done17:37
ptmanDRoBeR: since it doesn't have a GUI (or does it) it should be a simple recompile17:37
*** mgedmin_ has joined #maemo17:39
*** egsavage has joined #maemo17:39
DRoBeRThanks, kulve. I tried searching in maemo website. :)17:41
DRoBeRptman, thanks too :)17:41
alteregothe garage search feature is somewhat broken17:41
alteregoWell, non-intuitive ..17:41
*** Thanatermesis has quit IRC17:43
*** mgedmin has quit IRC17:43
*** matt_c has quit IRC17:43
*** fsmw has joined #maemo17:44
*** geaaru has quit IRC17:44
*** simon_ has joined #maemo17:44
*** RobAtWork has joined #maemo17:45
*** vivijim has quit IRC17:46
*** NetBlade has quit IRC17:46
keesjwhat's the compilter for 4.0? is it still 3.4?17:50
alteregoIt's the glibc2.5 versions17:53
*** ryanfaerman has joined #maemo17:53
*** lopz has joined #maemo17:57
lopzhola17:57
Solarionstill no maemo.org login.  :(17:59
keesjalterego: what does gcc -v return?18:00
alteregoDon't know.18:00
*** Thanatermesis has joined #maemo18:01
alteregocs2005q3.2-glibc2.518:01
*** zorrolero has quit IRC18:03
*** Thanatermesis has quit IRC18:03
*** zorrolero has joined #maemo18:03
*** zorrolero has quit IRC18:09
|Ranyone know how to search _for_ a minus sign on google? :P18:09
zoranwhat else after "-"?18:11
*** fab has quit IRC18:12
*** zorrolero has joined #maemo18:13
inzkeesj, 3.4.418:13
TPC|R, you can't18:15
TPC|R, you can bypass the - negative effect by putting it in quotes, like "-word"18:16
TPCbut google ignores special characters like that anyway18:16
keesjinz thanks.. and BOO :P18:16
*** Gray9Mar has quit IRC18:17
pupnik_when i search "-fullscreen" i get "fullscreen" results18:20
pupnik_maybe a different engine will be better for that18:20
*** Gray9Mar has joined #maemo18:21
derfGoogle treats - in quotes as a hypen and searches for variants both with and without the hypenation.18:21
zoranpupnik, do you in fact need flag sign>18:22
derfWhich is, of course, completely stupid.18:22
lopz~ $ sudo su -18:23
lopzsudo: unable to lookup "hostname" via gethostbyname()18:23
*** Ar-ras has joined #maemo18:23
Ar-rashiho18:23
lopzhelpme18:23
derflopz: sudo gainroot18:23
lopz~ $ sudo gainroot18:24
derfYou may need to hack the gainroot script to not check to see fi you're in R&D mode.18:24
lopzsudo: unable to lookup "hostname" via gethostbyname()18:24
zoranlopz probably changed option in hostname file, but missed to change it in hosts18:24
derfOh, well then I have no idea.18:24
GeneralAntillesGoogle needs better quote behaviour18:25
GeneralAntillesI find its current behaviour absolutely infuriating.18:25
derfGoogle needs better behavior for non-alphanumeric characters in general.18:25
derfBut, you know, good luck with that.18:25
Ar-rasdoes somebody ever thought about porting tomtom to n800?18:25
Ar-rashttp://www.internettablettalk.com/forums/showthread.php?t=1093018:25
GeneralAntillesUh, well, since we don't have to sourcecode . . . no?18:27
lopzzoran, Any idea?18:28
lardmaniirc it runs on the Zaurus18:28
zoranabout what?18:28
zoranhostname could be set in hostname and the same name must be in host file for 127.0.0.118:28
*** jnettlet has quit IRC18:28
Ar-rasGeneralAntilles http://www.tomtom.com/page.php?Page=gpl18:28
keesjUpdated: Sun, Oct 24th 2004 08:37 PDT (3 years, 0 months ago)18:29
lopzzoran, my problem, not login how root on x-term :S18:29
Takyou guys should totally switch to msn live search18:29
* Tak snickers18:29
GeneralAntillesWell, then, get to work Ar-ras. Looks like you've found yourself a project.18:29
*** AD-N770 has joined #maemo18:29
*** ArthurDentN770 has joined #maemo18:30
zoranlopz, you could follow good old "sudo gainroot"18:30
flip^anyone know of anything that can record video with the n800 camera?18:30
Ar-rasGeneralAntilles haha you are so funny like a clown, are you a clown  GeneralAntilles ?18:30
zoranlopz, you have xterm and openssh installed?18:30
*** mgedmin_ is now known as mgedmin18:30
lopzzoran, yes18:30
zorancool18:30
zoranso, you have to change file called "gainroot" first18:31
zoranin line it should be:18:31
zoranMODE+enabled #18:31
zoranMODE=enabled #18:31
GeneralAntillesWhat, you found something that hasn't been ported. The tools are sitting there ready to be used. Why not learn something and start porting? The worst you can do is fail. :\18:31
zoranthe second one!18:31
_Monkeythe second one is, like, an ext2 as root18:31
*** AD-N770 has quit IRC18:31
*** ArthurDentN770 has quit IRC18:31
*** AD-N770 has joined #maemo18:32
Ar-rasGeneralAntilles shut up,ok?18:32
lopzzoran, via ssh  -> http://rafb.net/p/sFUcmW17.html18:32
zoranlopz, if I misguided you, first you have to do:18:32
zoranssh root@localhost18:32
zoranpass is rootme or something18:32
lopzN800 since I can not, and I get that message18:33
lopzzoran, not, no pass is other18:33
lopzs/no/my18:33
zorank18:33
zoranjust ssh to it and change gainroot file18:33
zoranor install becomeroot, if I recall well18:33
zoranI never did it18:34
|RTPC : uhm okay :)18:35
* |R is going back to altavista ;P18:36
lopzzoran,  He followed this tutorial http://maemo.org/community/oldwiki/howdoibecomeroot/18:36
lopzis correct ?18:36
zoranlemme c18:36
solmumahapupnik_: it works!18:37
*** Ar-ras has quit IRC18:37
zoranlopz, hm, not exactly18:37
lopz:(18:38
zoranI saw wone where the MODE line is changed to:18:38
zoranMODE = enable #, with space after enable18:38
alteregoAnyone have a test example for osso_statusbar_send_event ?18:38
zoranI did that and works on 77018:38
pupnik_solmumaha: freeRA command&conquer?18:39
solmumahayes18:39
*** simon_ has quit IRC18:39
pupnik_sound too?18:39
solmumahasolid 18 fps18:39
pupnik_damn18:39
solmumahadidn't try that18:39
alteregoThat sounds fun ..18:39
pupnik_Well i can test it in scratchbox i guess18:40
pupnik_I don't know what's missing from the engine yet18:40
solmumahasound works, but makes it very slow18:40
lopzzoran, http://maemo.org/community/oldwiki/howdoibecomeroot2/ <-  He followed this tutorial :D18:40
zoransec18:41
robtaylordon't suppose anyone knows offhand the blocksize for the initfs mtd?18:41
zoranlopz, yes18:41
zoranjust that!18:41
*** Atarii has joined #maemo18:41
lopzzoran, my /usr/sbin/gainroot -> http://rafb.net/p/UmAoHn84.html18:42
zoranlopz, and I used openssh, since I needed both versions 1 and 2 for connection18:42
zoranit is needed gainroot file18:42
lopzStill the same problem: (18:42
zoranssh -r now18:43
zoranno, shutdown -r now18:43
zoranand "sudo gainroot"18:43
|Rhaha ssh -r now! : look at the internet, it's rebooting!18:43
zoran:)18:43
* |R sees millions of dist-upgrading admins crying for having squashed their config since the last reboot ...18:44
|Rhehe18:44
zoranthe man in on the device18:44
zoranI like ssh to have a touch from desktop, to tweak it on normal keyboard18:45
|Rit would be a pain otherwise :|18:45
zoranyep18:45
zoranbut fun18:45
zoransudoers could be changed anyway18:46
*** guardian_ has quit IRC18:46
*** hillct has left #maemo18:46
*** guardian_ has joined #maemo18:46
zoranlopz, news?18:48
lopzzoran, bad news -> http://rafb.net/p/VKt3av22.html18:49
*** tank1711 has quit IRC18:50
zoranlopz, will you do this:18:50
zorancat /etc/hostname18:51
zorancat /etc/hosts18:51
cosmoanyone used osso-log logging? is there any documentation about it anywhere?18:51
zoranyour box is BlackTux18:51
zoranput it in /etc/hosts18:51
lopzyes18:51
zoran127.0.0.1 BlackTux localhost18:52
*** TPC- has joined #maemo18:52
inzcosmo, what of it?18:52
cosmoinz: how to enable it and where does the log go?18:53
lopzzoran, http://rafb.net/p/18dSQf96.html any idea ?18:53
zoransec18:53
cosmoi haven't found any documentation except the header file18:53
zorancould you name names shorter?18:53
inzcosmo, well, there are a few compile time macros that need to be defined for the U_LOG and D_LOG -macros to do anything18:54
lopzzoran, yes18:54
*** fsmw has quit IRC18:54
inzcosmo, they're documented at the start of osso-log.h18:54
zoranlopz, change the line in /etc/hosts:18:54
zoran127.0.0.1 BlackTux localhost18:54
inzcosmo, the device doesn't actually have syslog (I think), so syslog logging doesn't really do anything18:54
zoranssh root@localhost18:55
inzcosmo, and stderr/stdout logging only helps, if you run the programs from xterm18:55
cosmoinz: does osso-log support syslog? i thinki syslog can be installed on device.18:55
cosmostdout/err is not very useful for daemons etc, so i'd prefer syslog18:56
inzcosmo, by default it logs to syslog (i.e. if you only define DEBUG or OSSOLOG_COMPILE)18:56
inzcosmo, for daemons you should use the DLOG_ -functions, starting with DLOG_OPEN("appname");18:57
*** sciboy has joined #maemo18:57
*** DigitalNight has joined #maemo18:57
zoranhuh, trolltech droped greenphone18:57
cosmoinz: ok thanks for this info. someone should write a wiki page or something about it..18:57
Jitenzoran: yeah, no sense in a phone like that when other phones are coming to market that can be used for that. Selling phones isn't Trolltech's business after all.18:58
sciboyHey, my wifi access is rather spotty and I have a few forum threads I'd like to read while I'm waiting around, any recommendations on how to do offline browsing?18:58
sciboyI'm on Debian.18:59
zoranJoten, it is the same heap like in openmoko18:59
*** jnettlet has joined #maemo18:59
Jitenheap?19:00
zoranbut openmoko will be about $45019:00
*** |R has quit IRC19:00
*** fsmw has joined #maemo19:00
Jitensciboy: open the pages in advance?19:00
sciboyJiten, Can't keep them open, and in many cases we're talking about 100's of pages.19:01
zoransciboy could download them all and save them19:01
zoranwhy is the connection spotty?19:01
sciboyzoran, Doing so manually would be pretty tedious. =P19:01
Jitenbut web forums really aren't designed to be read without a good connection :)19:01
sciboyOnly in range of the wifi 5% of the time.19:02
zoranah, you need perl to help you19:02
zoranwi-fi moves?19:02
Jitenmaybe you're lucky and the forum software allows you to open the pages with lots of comments at once19:02
lopzzoran, http://rafb.net/p/38PWfB80.html, thanks! :)19:02
sciboyNo, my N800 sure as heck does.19:02
sciboyJiten, 60 per-page maximum.19:02
zoranlopz, \o/19:03
lopzzoran, o/19:03
Jitensciboy: save a few of those and that should keep you busy for a while.19:03
*** guardian_ has quit IRC19:03
*** harobed has quit IRC19:03
sciboyPlus the N800 would shit itself trying to open something that large if it was compiled into one page.19:03
Jitenthen you're out of luck I guess19:03
sciboyJiten, Not really, it's mostly visual.19:03
zoransciboy, you said debian. not n80019:04
*** Pio has joined #maemo19:04
sciboyBecause I assumed the solution would most likely involve my desktop19:04
zoransciboy, how are those pages named?19:05
Jitenwell, yeah, you can always look for some way to load them in advance by scripting19:05
zoranmake a loop and wget them19:05
*** lmoura has joined #maemo19:06
zoranor fetch19:06
Jitenforum type websites are common enough that there really ought to be a common protocol they could all use with software that supports it.19:06
zoranmy question is why sciboy cannot manage wifi to be permanent19:07
*** zorroleroli has joined #maemo19:07
*** bueroman has quit IRC19:07
*** zorrolero has quit IRC19:08
sciboyBecause I move a lot, and even in my house we have thick walls that kills reception pretty quickly.19:08
GeneralAntillesSpend the money on a 2nd router. :)19:08
zoranwhat router, btw?19:09
zoranand why do you move to much?19:09
*** Pio_ has quit IRC19:09
*** TPC has quit IRC19:09
*** |R has joined #maemo19:10
*** sKaBoy has quit IRC19:10
*** jnettlet has quit IRC19:10
sciboyBecause portability was the whole reason I got an N800, I like to work outdoors.19:11
zoranah19:11
zoranwhat router?19:11
_Monkeyrouter is at .119:11
sciboyBeats me, reception drops out before it reaches my room.19:12
zoranwhat router?19:12
_Monkeyrouter is at .119:12
sciboyBeats me, reception drops out before it reaches my room.19:13
zoran:)19:13
*** DigitalNight has quit IRC19:14
* czr peeks19:17
czrinternet is in a loop? :-)19:17
alteregoHeh19:18
alteregoIt's like that episode of Red Dwarf "White Hole".19:18
Takthat'll teach it not to use an iterator19:18
alterego"So, what is it?" ^)^19:18
* czr has yet to see even the first episode of red dwarf19:18
alteregoNo!19:19
alterego:)19:19
*** simon_ has joined #maemo19:19
czrno? no is not an answer :-)19:19
alteregoYou should watch it.19:19
alteregoIt's really good :)19:19
czrnevermind not being a statement or even a question :-)19:19
czrso I hear. somehow I've managed to dodge it19:19
*** civodul is now known as civodul119:19
*** civodul1 is now known as civodul`19:19
sciboyOkay, trying to download the thread using HTTrack19:19
sciboyIt's upto 10mb already.19:19
zoranascii?19:20
sciboyNope, mostly images.19:20
zoraninteresting that symbian does not include nokia 6120 as symbian phone19:22
czrmaybe they had a bad day19:22
zorannokia or symbian?19:22
czrneither is exclusive of the other I'm sure :-)19:23
sciboyThe download is probably going to end up at a couple of hundred megs.19:23
Takhooray!19:24
zoransomeone has 6120?19:24
*** lardman is now known as lardman|gone19:24
* czr looks at the number of localization related mails on the devel-list19:25
czrargh.19:25
sciboyOh shiz19:26
*** djcb has joined #maemo19:26
* mgedmin has a nokia 6125 which definitely isn't a symbian phone19:29
zoranmgedmin, does not looks as the similar product, this one is called classic19:29
RobAtWorkso I just discovered I have both wirelesstools and wireless-tools installed19:30
zorancool19:30
RobAtWorkdoes one supersede the other, or are they separate packages19:30
*** tank1711 has joined #maemo19:30
*** sciboy has quit IRC19:31
L0cutus[18:24] <zoran> someone has 6120?19:32
L0cutusa friend of mine19:32
zoranworth to buy?19:32
zoranthe more I read, the less I know19:32
L0cutusit is perfect to use with his n800 :)19:32
L0cutushsdpa19:32
*** greentux has quit IRC19:34
zoranL0cutus, I had the similar idea19:35
zoranone issue makes me reluctant19:36
L0cutusin Italy it cost 199€ no-lock19:36
*** vivijim has joined #maemo19:36
zoranI found reports about overheating19:36
*** slomo has joined #maemo19:36
*** ryanfaerman has quit IRC19:36
zoranpeople, not all, say it burns after minute or five19:36
*** Disconnect has quit IRC19:37
*** Disconnect has joined #maemo19:37
L0cutuslol19:37
zoranL0cutus, the price sounds acout the same here19:37
L0cutusi'll ask my friend if you want19:37
zoranyes, please19:37
*** |tbb| has left #maemo19:37
L0cutusnow it is not online :(19:37
zoranit is made in Hungary19:37
zorank, no hurry19:37
zoranI look and make decision not so fast19:38
L0cutusi think i'll see it this tonight on irc19:38
zorantomorrow is fine, just as the next week and...19:38
*** mk8 has quit IRC19:39
* zoran gone to talk to dragons about fire security19:41
*** matt_c has joined #maemo19:41
*** Disconnect has quit IRC19:55
*** vivijim has quit IRC19:56
*** vivijim has joined #maemo19:57
alteregoYes, you would think they'd be pretty up on that subject.19:57
DRoBeRptman, I finally installed the OpenVPN in my n800. :) ¡Cool! Now I can start to use it outside ^_^19:58
alteregosolmumaha, you fancy testing a libosso package for me in about an hour?19:58
DRoBeRSalve, alterego.19:58
alteregoNot finished the documentation but I'm half way through writing a large example.19:58
alteregoAloha19:59
*** NickDe has quit IRC20:00
DRoBeR"Ave, n800. moNituri te salutant."20:00
*** florian has quit IRC20:00
DRoBeRI want to say this at an 810 x)20:01
alteregoHmm, I should probably take a break soon actually.20:02
*** buck68 has joined #maemo20:05
*** cwiiis has quit IRC20:05
*** Disconnect has joined #maemo20:08
*** AD-N770 has quit IRC20:08
*** dolske has quit IRC20:09
czralterego, writing examples is fun :-)20:09
alteregoYeah, I got bored of the documentation.20:09
czrI was being ironic :-)20:10
alteregoI figure it's best for me to _at_least_ have some well commented working examples for people to check out.20:10
TakIRONY WILL NOT BE TOLERATED20:10
alteregoSo I'm doing them in a kind of mini-tutorial fashion.20:10
czrindeed it is20:10
czrTak, caps will? :-)20:10
alteregoI'll stall the API until I have more free time.20:10
czralterego, you mean you got it stabilized now? ;-)20:11
alteregoAnd more of an idea of how I want the API to be formatted and stored :/20:11
czri.e., you're ready to release the final version ;-)20:11
alteregoI'm very close.20:11
czrnothing is as permanent as temporary glue20:11
alteregoThe only thing that's really stalled me is documentation and rewriting LibOSSO extension.20:11
alteregoAnd work.20:11
*** NickDe has joined #maemo20:11
*** dneary has quit IRC20:12
alteregoI'd rather be doing this than working, but unfortunately it doesn't pay the bills ;)20:12
czrwork is keeping me from doing fun stuff as well :-)20:12
alterego:)20:12
Takthirded20:12
*** Q1 has joined #maemo20:15
*** richieeee72 has joined #maemo20:15
*** richieeee72 has left #maemo20:16
*** greentux has joined #maemo20:16
Q1Hi - did anyone compile the truecrypt package for the N8x0 ?20:16
*** bedboi has quit IRC20:17
*** roxfan[work] is now known as roxfan20:18
*** pleemans has joined #maemo20:19
Takdisq: does maemoscrobbler handle love/ban/tags/etc ?20:21
disqno20:21
TakI see.20:21
disqthose are only applicable for last.fm radio anyways20:21
Takplans? :-)20:21
disqno.20:21
Takoh, really?  you can't love a track you're playing locally?20:22
disqthe only plan is to upgrade the protocol version from 1.1 to 1.220:22
disqaccording to the protocol, you can't (last i checked :) )20:22
Takhmm, ok20:22
czrno love for you tak.20:23
* Tak => suicide20:24
czrotoh, no ban either. so it's a win/lose-situation :-)20:24
czrthose tend to balance out quite nicely in the end, so I wouldn't worry too much20:24
*** ramo102 has quit IRC20:27
*** dolske has joined #maemo20:36
*** pleemans has quit IRC20:37
*** L0cutus has quit IRC20:43
disq:)20:43
*** VimSi has joined #maemo20:57
*** vims0r has quit IRC20:59
*** Q1 has quit IRC21:00
*** slomo has quit IRC21:06
*** slomo has joined #maemo21:07
*** djcb has quit IRC21:09
*** guardian_ has joined #maemo21:14
*** pdz- has joined #maemo21:16
*** mgedmin has quit IRC21:16
solmumahaalterego: what do you want me to test?21:18
*** TPC- is now known as TPC21:18
proctodoes anyone know where the search engine home applet stores its search engine listing?21:19
proctoI can't find it21:19
alteregoJust the library.21:19
alteregoHave a play with it.21:19
alteregoTell me what you think of the API.21:19
*** GeneralAntilles has quit IRC21:20
*** GeneralAntilles has joined #maemo21:24
*** wms has joined #maemo21:25
*** pdz has quit IRC21:29
proctoanyone?21:30
proctois it compiled in?21:30
alteregoProbably in some SQLite database somewhere. But I don't really know.21:31
proctoah21:31
proctohm21:31
proctowhat extension do those usually have?21:31
alteregoWell, they don't.21:32
alteregoSometimes .sqlite321:32
|Rhttp://www.wired.com/gadgets/gadgetreviews/magazine/test2007/st_essay21:32
alteregoSometimes .db21:32
proctothat's what I was afraid of21:32
alteregoSometimes nothing at all.21:32
proctolooked for both21:32
proctoin the /usr/ hierarchy?21:32
alteregoDoubt it.21:32
alteregoProbably in var21:32
proctothere aren't any redable strings inside the .so for the applet21:33
alteregoMaybe etc21:33
*** TimRiker has joined #maemo21:33
alteregoCould possible even be in tmp21:33
proctogot it!21:34
alteregoBut like I said, I don't know. :)21:34
proctoI found the dpkg info for the package21:34
proctoit's at /usr/share/mis/21:34
alteregoGroovy21:34
proctothere are just xml files there21:34
proctonow I can add search engines to it21:35
proctoand make it more useful than just google and wikipedia!21:35
proctohurrah!21:35
alteregoJust read the files21:35
*** maximCT has joined #maemo21:36
proctoyeah21:37
proctoI think it uses the same format that firefox search does21:37
proctochecking now21:37
proctopoo, it's not21:40
proctoI can live with that21:40
*** pcfe has quit IRC21:41
*** pcfe has joined #maemo21:42
*** booiiing has quit IRC21:44
*** booiiing has joined #maemo21:45
GeneralAntillesSo, if I want to set up the up/down keys on the d-pad to page up/down in the browser, would there be any way to set up the right or left direction as show/hide toolbar?21:50
*** xan` has joined #maemo21:50
*** tank1711 has quit IRC21:51
maximCT|R: you there? ... we chatted the other day about ssh -w and vpn ... just wanted to report that this is working for me with rtcomm ...21:52
|Rwooohoo21:53
|RmaximCT : can you describe what you did?21:53
maximCTsure...21:53
|RmaximCT : i'm having a weird fuck-up here...21:53
maximCTssh -w any:any <mylinuxmachineathome>21:53
*** jnettlet has joined #maemo21:53
|Rif i tunnel to some machine, setup 2 ips (ifconfig x pointopoint y, and the reverse on the other one)21:53
*** matt_c has quit IRC21:53
|Rand then ping over the tunnel it works, but ping -f will kill the tunnel within a minute21:54
|Rso i didn't try on the n800 yet...21:54
maximCTI start the ssh on the N800 ...21:54
maximCTthen I ifconfig the 2 tunnel interfaces...21:54
maximCTand add default route on the N800 ...21:54
maximCTthat's pretty much it...21:54
|Rok21:54
maximCTI noticed though that if I try this with a OpenBSD machine at home it's not working21:55
|Ruhm :|21:55
maximCTbut with my Fedora Linux box it does...21:55
|Rwhat's not working?21:55
*** gomiam has joined #maemo21:55
|Rthe tun0 doesn't exist?21:55
maximCTah.. wait a sec... no .. that's unrelated... I run packet filter on OpenBSD and came to the conclusion that the filter screws it...21:56
maximCTwithout poking too many holes into the firewall ... so ignore that last comment I've made.21:56
|Rlet's say the tunnel is on 10.* and home is on 192.168.* ... do you need to have special routing / forward / NAT on the home-box? :)21:56
|Rif you have 2 linux machines near by without any iptables... i'd be curious to know what you get from:21:57
|Rssh -w any:any machine 221:57
maximCTwell .. I have static IP's at home and use binat on the firewall ...21:57
|Rifconfig tun0 10.0.0.2 pointopoint 10.0.0.3 (on machine 1 let's say)21:57
|Rreverse on 221:57
|Rand then ping -f 10.0.0.2 from 2 or the reverse21:57
|Rafter around a minute, it dies here, from many pairs of machines, i wonder why21:57
maximCTjust doing the ping -f ...21:58
|Rok, let it run for a while21:58
|Rdo a watch ifconfig on one of the machines21:58
|Ror look at a CPU meter hehe21:58
|Rat some point, it just stops her21:59
|Rhere21:59
maximCTI see nothing unusual21:59
*** Thanatermesis has joined #maemo21:59
|Ri was toying with tunnel routing yesterday... machine 1 <-> 2 <-> 3 <-> n800 ... and i get pretty weird results...22:00
|Rlet me try again ;)22:00
*** n0mis has joined #maemo22:00
*** nomis has quit IRC22:01
|Rargh... it lasts 15 seconds and dies...22:03
|Rafter that, the ...... in ping becomes EEEEEEEE22:04
|Rbut i never get, in ifconfig tun0, any errors, dropped, overruns, collisions or frame / carrier...22:05
maximCT|R: just stopped my ping -f ... no problems...22:05
czrit's sending consecutive Evil bits?22:05
maximCTbut have to hop on a conference call now...22:05
|Rok, ttyl :)22:05
maximCT|R: I want to put some nice scripts around that though ... so once I have that perhaps I can publish them somewhere.22:05
*** xan has quit IRC22:05
|RmaximCT : same here, i just wish i could understand the fuck up i have :|22:06
maximCT|R: in the meantime you might want to compare versions of ssh and sshd...22:06
|Rthey're all 4.6p1-Debian5* (either n800, debian unstabl or ubuntu gutsy!)22:07
czr|R, tun0 is not a physical ethernet device, so you will never see ethernet-level error statistics on it22:08
|Rall kernels are 2.6.22 or later22:08
czryou should check the sw that is connected to tun022:09
|Rczr : good to know ! but then, let me get tcpdump out ;)22:09
*** elmarco is now known as elmarco|zing22:11
*** Zvjer has joined #maemo22:11
*** Zvjer has left #maemo22:12
|Raurhm...22:16
|Rit really just dies, i see my echo request / reply and it just stops22:17
*** Atarii` has joined #maemo22:22
*** Atarii has quit IRC22:22
*** Atarii` is now known as Atarii22:22
Takalterego: did you mention something about treeview being broken on the devices?22:25
alteregoTak, it is yeah.22:25
*** wms has quit IRC22:25
Taklike...spontaneous segfaults broken?22:27
alteregoErm, no.22:27
alteregoLike, it doesn't render the expand collapse triangles.22:27
Takhm22:28
Takthen I have larger problems22:28
alteregoAre you working in C?22:28
Takruby22:31
alteregoHmmm.22:31
|RmaximCT : uhm, i just did an scp transfer of 1.5G over the tunnel and it worked, but 15 secs of ping -f forces me to quit ssh and ssh -w back in again :|22:31
czralterego, you found a friend!22:31
alteregoMay I see the source?22:31
* czr leads alterego to the source22:31
alteregoWith the exception of the rendering problem I've not had a problem.22:31
Takthis is a gtk+ app that works fine on a pc, though22:32
alteregoAh.22:32
alteregoInteresting.22:32
*** slomo has quit IRC22:34
|RmaximCT : wtf, now i have both ends on ping -f and it won't die...!22:34
alteregoHmm,22:38
* alterego wonders if 1405 lines of code is productive for a full days work.22:39
alteregoI'm feeling a bit ill today. Got a really bad throat and kind of shakey.22:41
*** ch4os_ has joined #maemo22:41
solmumahatry rum22:42
alteregoProbably time I stopped sleeping with the window open.22:44
*** maddler has joined #maemo22:50
*** matt_c has joined #maemo22:50
*** gomiam has quit IRC22:51
Takhmm - it looks like my app is crashing because it's expecting sane behavior from the treeview22:56
alteregoWhat kind of behaviour?22:59
*** amrileria has joined #maemo22:59
alteregoThe treeview is out of my scope :/22:59
alteregoGtk bindings are done by the ruby-gnome2 project.22:59
*** playya_ has quit IRC22:59
*** amrileria has quit IRC23:01
*** playya_ has joined #maemo23:02
*** fab has joined #maemo23:06
*** Atarii has quit IRC23:09
*** |tbb| has joined #maemo23:09
*** Atarii has joined #maemo23:09
TakI know it's not you; no worries23:09
TakI'm pretty sure it's a gtk->maemo issue, not a ruby->ruby-maemo issue23:10
*** t_s_o has joined #maemo23:14
alteregoWell, let me know how you get on. I've personally used TreeView and I've not had any issues (except the nasty rendering problem).23:16
Takhm23:16
alteregoWhich has something to do with the hacked Gtk in Maemo.23:16
alteregoHopefully fixed in OS2008 :)23:17
Takfor one thing, it's not selecting my leaves programmatically23:17
alterego:/23:17
*** krau has quit IRC23:18
*** ryanfaerman has joined #maemo23:22
*** krau has joined #maemo23:23
*** TimRiker has quit IRC23:24
*** TimRiker has joined #maemo23:25
*** erstazi has quit IRC23:27
*** egsavage has quit IRC23:27
*** ryanfaerman has quit IRC23:28
*** egsavage has joined #maemo23:29
*** pdz has joined #maemo23:42
alteregoI seem to be doing a lot better writing documentation in plain text.23:43
alteregoI probably should have done this before and marked it up later ..23:43
disqplain text documentation rules23:43
alteregoIt's more fun.23:44
disqI even use some ascii art for outlining (a "-" or "+" before each item in a list, etc)23:44
alterego:)23:45
alteregoI'm using '*' ;)23:45
alteregoI normally use '-' for my notes..23:45
alteregohttp://maemo.rubyx.co.uk/sandbox/draft-libosso.txt23:46
alteregoI just did all that in about 15 minutes.23:47
disqooh. pretty23:47
*** pdz- has quit IRC23:47
Takhah @ coolbacks23:48
alteregoI think the only thing marking it up would do is add the ability to easily navigate through it and to other documents.23:48
alterego:) I'm about to write that section.23:48
alteregoThe API is pretty large.23:48
disqwhat is your preferred monospace font?23:49
disqi love fixedsys. not ashamed of it23:49
*** pdz- has joined #maemo23:49
alteregoI'm using "Fixed"23:49
alteregoFixed->SemiCondensed 9pt23:50
*** Thanatermesis has quit IRC23:50
alteregoI think that's the same as you as I can't see a "Fixedsys" in my font list :)23:50
GeneralAntillesMonaco. >_>23:51
alteregoMonaco?23:51
GeneralAntillesIt's an Apple fixed-width font. :D23:52
alteregohttp://alterego.freeshell.org/images/deskshot.png23:53
*** trevarthan has joined #maemo23:53
trevarthanHey, can anyone here get me a Jaiku invite?23:54
GeneralAntillesHehe: http://www.legacyoflies.com/devuploads/general_antilles/mydesktop.jpg23:54
trevarthanI requested one yesterday but haven't heard anything. I need to check out mauku's scroll widget. :)23:54
alteregoThat's an interesting resolution ^_^23:55
GeneralAntillesHehe23:55
GeneralAntillesShould probably have delineated screen edges.23:56
alteregoDoes your Mac book pro really go 4800x1950?!23:56
alterego(has to get one of those)23:56
GeneralAntillesHa23:56
alterego;)23:56
GeneralAntillesIt's 4 LCDs23:56
alteregoThat's like an internet tablet DPI ^_^23:56
Takthat's actually a screenshot from an N80023:56
Tak:-P23:56
GeneralAntillesI should do it again, but with a couple ITs on the main screen through VNC23:57
Taknokia pumped it up to 1000dpi for os200823:57
alteregoHah23:57
*** mlpug has quit IRC23:57
GeneralAntillesWouldn't that be awesome.23:57
GeneralAntilles"Better than Print" resolution.23:57
*** mlpug has joined #maemo23:58
Takhah, I'm pretty sure my brain couldn't tell the difference23:58
GeneralAntillesHehe, that'd be the idea. :D23:58
alteregoNo, me either.23:58
alteregoI don't think I can really make out pixels on the N800's screen.23:58
GeneralAntillesWhich is how it should be.23:58
*** doublec has joined #maemo23:59
GeneralAntillesWe need more resolution-indepent UIs and some medical-dpi desktop LCDs.23:59
*** pdz has quit IRC23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!