IRC log of #maemo for Wednesday, 2007-12-12

*** rtp has joined #maemo00:00
*** Khertan_n800 has joined #maemo00:03
*** luck^ has quit IRC00:04
*** matt_c has joined #maemo00:06
*** GNUton has joined #maemo00:07
*** dolske has joined #maemo00:14
*** xan is now known as xan-afk00:18
guerbyhi, I've installed ogg support for OS2008 but when I click on a .ogg file from the file manager it proposes me to choose an application to open it. i choose media player and it works but I wonder if there's a way to get rid of the question00:19
*** JussiP has quit IRC00:19
ds3arrg. so wish nokia put in a little reset hole like palm did on the treo00:22
kalaN770 has a reset hole?00:22
ds3the 770 does? I am refering the N800. pulling out batteries to reset when messing with the kernel is getting old00:23
Jaffaah, kernel hacking.00:23
ds3*nod*00:23
ds3prehaps a developers cable for the N800? *hint* *hint* =)00:24
*** t_s_o has quit IRC00:27
*** hexa has quit IRC00:27
*** gopi_ has quit IRC00:28
*** barisione has quit IRC00:35
*** lardman has joined #maemo00:37
pupnik_guerby: good question - search internettablettalk.com00:38
guerbypupnik_, I've looked at the ogg stuff but it's mostly about the ogg theora / W3C / Nokia fiasco than anything else of technical interest :)00:39
guerbypupnik_, (on internettablettalk)00:39
pupnik_ok00:39
lardmanevening chaps00:39
pupnik_then maemo wiki?00:39
* pupnik_ salutes00:40
halleyguerby, I'd start searching for things like "mime types" not ogg specifically.00:40
derfguerby: The person you want to talk to is kulve (author of Ogg Support).00:40
wumpusdid nokia already realize that ogg isn't propatiary? :')00:40
halleySave it for the forums, this is a fruitless topic, wumpus.  ;)00:41
wumpusI was just kidding00:41
*** andrunko has quit IRC00:42
lardmanaaaarrrghh00:42
lardmanthat's much better00:42
guerbyhalley, derf, thx.00:43
*** Luria_ has quit IRC00:44
*** mk8 has quit IRC00:45
*** jj- has quit IRC00:46
*** unique311 has joined #maemo00:46
*** Luria has joined #maemo00:48
*** MikaT has quit IRC00:49
*** goortza has joined #maemo00:51
goortzaDoes anyone know if Stardict and Whitestork have been ported to OS2008?00:51
*** andrunko has joined #maemo00:52
*** Segnale007 has joined #maemo00:52
lardmanit just gets stranger and stranger00:54
*** GNUton has quit IRC00:54
halleyTalking to oneself is odd; typing to oneself in chat is odder.00:54
lardmannow my dbg() statement won't print the value of byteRead, but if I assign that value to another unsigned int it will display the value of that var, the difference being the 2nd one is local00:55
lardmanhalley: staves off madness for a little while longer00:55
*** Luria has quit IRC00:59
lardmandamn! it all comes down to the fact that dbg() can't return the value of long00:59
lardmanso all along the variables have been correct, but dbg() just fails and reports 0 instead of the value01:00
*** andrunko has quit IRC01:00
*** vivijim has left #maemo01:02
*** kaltsi has quit IRC01:02
ds3DOH01:02
derflardman: :)01:02
lardmanso much for the docs saying it's format string is the same as printf() type functions01:02
lardmans/it's/its01:03
ds3it is the same except when it is not ;)01:03
lardman:) yeah01:03
*** asgeirf has joined #maemo01:03
lardmanat least I'd not quite gone mad01:03
ds3I wonder if the DSP part you are debugging is accessible via the normal debugging port on the ARM01:04
lardmanno idea01:05
*** freychef has joined #maemo01:05
ds3that dsp is a stock C5500, IIRC?01:06
*** Blain has quit IRC01:07
lardmanyes I think so, difficult to work out the exact subversion of the c55 though01:08
shacka1lardman, the sdk has *nothing* for debugging ?01:08
lardmanIf you use the Ti bridge then yes, for the dspgateway, no (afaik)01:08
shacka1ouch01:09
*** asgeirf has left #maemo01:09
lardmanit just adds to the fun and excitement ;)01:09
lardmananyway, I'm making progress, I'm now (possibly, depending on whether it's actually a long misreported) up to bytes=oy->fifo_fill=0 (when it should read 1024)01:14
pupnik_oy01:14
derfHooray!01:15
_|Nix|_Is maemo-mapper available for Chinook?01:15
halleyYes, but with limitations.01:15
_|Nix|_How so?01:15
halleyIt can't enable N810's builtin GPS nicely, for one.01:15
_|Nix|_halley: I just want to install the package.01:16
_|Nix|_Where can I find it?01:16
halleymaemo.org/downloads/OS2008 is always a good place to start...01:16
halleyI also wish the dataset were google maps, not whatever European maps it has.  US coverage is pitiful.01:16
_|Nix|_You can add Google Maps to Maemo Mapper, AFAIK.01:17
*** Vulcanis has quit IRC01:17
halleyI couldn't see how in the interface, but haven't tried seriously.01:17
_|Nix|_WTF ?! http://maemo.org/downloads/product/OS2008 --> Server Error01:17
_|Nix|_halley: You can download map repositories.01:18
halleyDid I mention maemo.org is running on an N770 through USB?01:18
_|Nix|_:o)01:18
GeneralAntillesIt is google maps, halley.01:18
GeneralAntillesand I'm fairly certain it can enable the N810's GPS on it's own now, too.01:18
*** kaltsi has joined #maemo01:19
_|Nix|_I don't think it's on maemo.org/downloads :o(01:19
_|Nix|_So, what's the repo for it?01:19
lardmanderf: I see an interesting thing here01:19
derflardman: ?01:19
GeneralAntilleshttp://www.gnuite.com/01:19
lardmanderf: _get_next_page calls _get_data calls my read fn and asks for 1024 bytes01:19
derfOkay.01:20
halleyapt-get update often freezes and duplicates sources.list entries for some reason.01:20
_|Nix|_OK, it's in Extras, it seems.01:20
lardmanderf: but these are 16bit bytes, so when it returns the value of bytes=oy->fifo_fill it's twice as large01:20
lardmanderf: as it has presumably worked that out01:20
wumpus16 bit bytes? uh oh01:20
lardmantell me about it :)01:21
GeneralAntilleshalley, if you go to the Map Repositories settings you can download the Google and VirtualEarth stuff.01:21
derflardman: This is where my knowledge of what systems without an 8-bit char actually do fails me.01:21
*** sp3000 has quit IRC01:21
derfWhen you feed the DSP "bytes", are they two bytes packed in one char, or one byte per char, using twice the memory?01:21
lardmanderf: I'm just wondering if I should actually interpret the amount of data that  _get_data() asks for as 8bit bytes (and therefore halve whatever it says)01:21
lardmanbyte=char=16bits iirc01:22
lardmanalthough I guess I should talk about chars not bytes as they are usually 8bits?01:23
derflardman: Somewhere, the Ogg bitpacker operates on a fundamental unit of 8 bits.01:23
*** Zippy has joined #maemo01:23
lardmanah no, the DSP manual says bytes are also 16bit01:23
ZippyGreetings everyone!  ;o)01:23
derfSo the things in the _file_ you are playing are 8 bits.01:23
lardmanderf: yes, that's fine, and I'm glad to see that it's worked out how large the byte is on the DSP, just wondering about when it asks for data01:23
*** roue has joined #maemo01:24
lardmanderf: I'll keep it in mind and perhaps alter it later on01:24
derfI can't answer the question until you can tell me how the 8-bit data from the file is actually arranged in memory on the DSP.01:24
*** aloisiojr has quit IRC01:24
lardman16bit data is arranged like 16bit little endian data on an ARM01:25
lardman32bit data is arranged as two chunks of LE 16bits, but with the chunks arranged in BE order01:25
lardmanjust to make things even more exciting01:25
zerojayAdblock+ working for anyone?01:26
derfGood grief. I didn't think anyone still used mixed-endian words.01:26
halleyMy apt-fu is rusty; how can I ask for just an update of maemo-mapper?01:26
goortzahalley: apt-get install maemo-mapper I think01:26
|Rzerojay : not me...01:26
halleyinstall twice isn't redundant?01:26
*** Atarii has quit IRC01:27
ZippyPop quiz guys.  Is there any way to remove the default block cursor when using X-Term?01:27
goortzahalley: I guess you can think of it as installing a newer version of the package. Personally I would have allowed an argument to upgrade01:28
halleyYeah, too used to rpm semantics there.01:28
GeneralAntillesJust do it in app manager.01:30
GeneralAntilleszerojay, it's not working for me.01:30
halleyI have the latest maemomapper, according to the apt, but still no GPS enabling.01:31
halleyMaybe there's a newer upstream that's not on the repo.01:31
GeneralAntillesThere's a thread on ITT about it.01:31
GeneralAntillesSeems like there may have been something mildly non-obvious involved.01:32
*** trevarthan has joined #maemo01:32
lardmanderf: oggbyte_read1() is returning 0 all the time01:33
lardmanderf: looks like that's the issue01:33
derflardman: Okay. I'll try to look at the code later tonight and see what 16-bit byte problems could be causing something like that.01:34
*** roue has quit IRC01:34
lardmanderf: you have the url of the code I'm using?01:34
lardmanwhich may be modified01:34
derfIt's somewhere in my scrollback.01:35
*** captainigloo has quit IRC01:35
*** mazzen has quit IRC01:35
lardmancool, thanks01:35
*** red-zack has quit IRC01:36
*** jj- has joined #maemo01:36
*** ol_schoola has joined #maemo01:38
lardmanderf: it looks like, amongst other things, the code I have doesn't have ptr in oggbyte_buffer01:39
*** kaltsi has quit IRC01:43
ZippyIs there any way to have the cursor not be displayed while using X Terminal?01:44
GeneralAntillesThe cursor isn't displayed in xterm.01:46
*** deejoe is now known as deejoe_rcsi01:46
ZippyYeah, the white block thingabobber.01:46
GeneralAntillesAh, THAT cursor.01:47
ZippyYep.  :o)01:47
*** Vulcanis has joined #maemo01:48
*** setanta has quit IRC01:49
*** Synchronicity has joined #maemo01:49
ZippySo is there a way General?01:53
GeneralAntillesDunno01:54
GeneralAntillesWhy would you want to?01:54
ZippyIt's kind of messing up the graphics when using Telnet.  That's all.01:54
ZippyIt's nothing critical, just looking to see if there's a fix.01:54
GeneralAntillesAh, right, telnet.01:56
GeneralAntillesNot one of my use cases.01:56
ZippyYeah, I'm somewhat behind in the times I guess.01:58
*** TimRiker has quit IRC02:00
*** pdz- has joined #maemo02:04
*** freakazoid0223 has quit IRC02:04
*** pdz has quit IRC02:04
*** killfill has quit IRC02:08
*** jj-_ has joined #maemo02:10
*** jj- has quit IRC02:10
*** Zippy has quit IRC02:11
*** Zippy has joined #maemo02:16
lardmannight all02:18
*** lardman has quit IRC02:18
*** _berto_ changes topic to "mode"02:20
_berto_oops02:20
*** _berto_ changes topic to ""development platform for Nokia Internet Tablets | http://mg.pov.lt/maemo-irclog | http://www.gronmayer.com/it | http://timeless.justdave.net/mxr-test/chinook | http://maemo.org/news/announcements/view/os2008beta_for_n800.html""02:21
_berto_sorry02:21
*** goortza has left #maemo02:26
*** freakazoid0223 has joined #maemo02:32
*** djcb has quit IRC02:35
*** _berto_ has quit IRC02:36
ds3whoa this looks nice -02:47
ds3http://www.geeks.com/details.asp?invtid=TS32GSSD25-M&cat=HDD&cpc=JAD02:47
*** mankod1 has joined #maemo02:47
derfNow, if they can just fit it in a micro SD form factor.02:48
ds3just use the USB port :P02:49
*** zeenix_ has joined #maemo02:49
ds3btw, anyone tried a SDIO GPS on the N800?02:49
ds3it is pointed the wrong way for normal use but nevertheless...02:50
*** Tuco has joined #maemo02:52
acydlordsure havent02:57
*** zeenix has quit IRC02:58
*** b0unc3 has quit IRC02:59
*** Pio has joined #maemo03:03
*** giskard has joined #maemo03:07
*** Dasaev has joined #maemo03:08
*** Dasajev has quit IRC03:08
*** jjo has quit IRC03:08
*** hahlo has quit IRC03:09
*** pashi has quit IRC03:09
*** mankod1 has quit IRC03:10
*** l7 has joined #maemo03:10
*** hahlo has joined #maemo03:11
*** pashi has joined #maemo03:11
*** jjo has joined #maemo03:12
*** Iso_ has joined #maemo03:19
*** pigeon has quit IRC03:20
*** doublec_ has joined #maemo03:33
*** doublec has quit IRC03:33
*** Iso__ has quit IRC03:33
*** pigeon has joined #maemo03:38
*** vivijim has joined #maemo03:38
*** hfwilke_ has joined #maemo03:42
*** Zippy has left #maemo03:43
*** aloisiojr has joined #maemo03:48
*** greentux_ has joined #maemo03:48
*** johnx has joined #maemo03:49
*** mankod has joined #maemo03:49
*** mankod_ has joined #maemo03:49
*** corevette has joined #maemo03:49
*** mankod_ has quit IRC03:51
*** mlpug has quit IRC03:52
*** MagicFab has quit IRC03:52
*** mlpug has joined #maemo03:53
*** monteslu has joined #maemo03:54
*** fysa has quit IRC04:00
*** freychef has quit IRC04:01
*** zodman has joined #maemo04:01
*** pupnik_ is now known as pupnik04:05
*** greentux has quit IRC04:06
*** lle2 has joined #maemo04:06
*** fysa has joined #maemo04:06
*** alex-weej has quit IRC04:09
*** doublec_ is now known as doublec04:12
*** pvanhoof has quit IRC04:14
*** zodman has quit IRC04:22
*** l7 has quit IRC04:28
*** l7 has joined #maemo04:29
*** Vulcanis has quit IRC04:30
*** vol has joined #maemo04:33
*** Segnale007 has left #maemo04:33
*** Vulcanis has joined #maemo04:37
*** smackpotato has joined #maemo04:42
*** vivijim has quit IRC05:05
*** milhouse has quit IRC05:08
*** Luria has joined #maemo05:13
*** DgtlNight has joined #maemo05:19
*** DgtlNight has left #maemo05:21
*** matt_c has quit IRC05:24
*** limepi has joined #maemo05:28
Takdoes itos use any kind of standard thing for swap?05:31
TakI see there's no swapon/swapoff05:31
johnxI have swapon and swapoff on mine05:32
johnxAre you root?05:32
Takhah, they're in /sbin, thanks05:33
*** Iso__ has joined #maemo05:37
*** Iso_ has quit IRC05:37
*** slomo has joined #maemo05:39
*** svu has quit IRC05:40
*** svu has joined #maemo05:41
*** MagicFab has joined #maemo05:44
*** l7 has quit IRC05:46
*** Vulcanis is now known as Vulc|Sleeps05:46
*** asgeirf has joined #maemo05:54
*** MagicFab has quit IRC06:03
limepihow could the bluetooth transceiver be haxed so that I can bluejack over long distances06:03
*** penguinbait has joined #maemo06:05
*** corevette has quit IRC06:07
lopzre06:07
Luriasigh. anyone symlink modest email?06:19
Luriato replace the stock one06:19
Luriaimap idle rocks.06:20
dragornlimepi: not easily.  easier to hack usb and use a usb bluetooth device.06:21
limepi"easier" is relative06:21
dragornYou'd have to take apart the unit06:22
limepithe idea is to get someone else to do it for me06:22
dragornand solder on the pcb06:22
limepiwho actually knows how to do it06:22
limepi"lazyweb"06:22
dragornand even then I don't know that the BT chipset can do anything interesting06:22
dragornso, while relative, easier is fairly "easy" to determine06:22
*** zpol has joined #maemo06:27
*** corevette has joined #maemo06:28
*** Trey|Mobile has joined #maemo06:29
*** penguinbait has quit IRC06:30
*** aloisiojr has quit IRC06:32
*** lopz has quit IRC06:45
*** kenne has quit IRC06:46
*** kenne has joined #maemo06:47
*** freakazoid0223 has quit IRC06:50
*** freakazoid0223 has joined #maemo06:50
kulveguerby: I made a bug about the filemanager06:54
*** corevette has quit IRC06:56
*** smackpotato has quit IRC07:02
*** Trey|Mobile has quit IRC07:03
*** blurrg has joined #maemo07:08
*** matt_c has joined #maemo07:11
*** mbuf has joined #maemo07:13
*** pupnik_ has joined #maemo07:17
|Ruhm... newegg has 16GB a-data SDHC cards for 99.99 (+5$ shipping)07:17
|Rhaven't seen such low prices on 16GB card yet...07:17
*** rkaway1 has quit IRC07:25
*** pupnik has quit IRC07:28
*** rkaway1 has joined #maemo07:28
*** marko_ has joined #maemo07:33
*** marko_ is now known as zchydem_home07:33
*** blurrg has quit IRC07:33
*** corevette has joined #maemo07:36
*** johnx has quit IRC07:38
*** unique311 has quit IRC07:39
*** freychef has joined #maemo07:40
*** freychef has quit IRC07:47
*** Blain has joined #maemo07:48
*** asgeirf has quit IRC07:55
*** halley has quit IRC07:56
*** Khertan_n800 has quit IRC07:56
*** jacques has joined #maemo07:58
*** corevette has quit IRC08:01
*** Npt has joined #maemo08:07
Luriais there an evince deb for chinook?08:09
*** etrunko has quit IRC08:16
*** Blain has quit IRC08:24
*** unique311 has joined #maemo08:25
*** asgeirf has joined #maemo08:26
*** philipl has quit IRC08:39
*** ol_schoola has quit IRC08:41
*** sp3000 has joined #maemo08:43
*** BeBraw has joined #maemo08:49
*** romaxa has quit IRC08:56
*** romaxa has joined #maemo08:57
*** philipl has joined #maemo08:58
*** asgeirf has quit IRC09:04
*** mankod is now known as mankod109:04
*** Tuco has quit IRC09:13
*** msanchez has joined #maemo09:14
*** romaxa has quit IRC09:15
*** j0tt has joined #maemo09:15
*** romaxa has joined #maemo09:17
*** romaxa has joined #maemo09:17
*** K`zan has quit IRC09:22
*** shacka1 has quit IRC09:23
*** jott has quit IRC09:26
*** Luria has quit IRC09:27
*** shrikant_g has joined #maemo09:29
*** vikramb11 has joined #maemo09:31
vikramb11anybody there ?09:31
limepino09:32
*** guardian has quit IRC09:32
kulveno09:33
*** unique311 has quit IRC09:33
*** hfwilke_ has quit IRC09:35
*** hfwilke has quit IRC09:36
*** DgtlNight has joined #maemo09:37
*** DgtlNight has left #maemo09:37
*** simon_ has quit IRC09:40
*** kaltsi has joined #maemo09:45
*** asgeirf has joined #maemo09:46
*** jhassine_ has joined #maemo09:50
*** greentux_ has quit IRC09:54
*** DgtlNight has joined #maemo09:54
*** DgtlNight has left #maemo09:55
*** vikramb11 has quit IRC09:57
*** derf_ has joined #maemo10:06
*** NetBlade has joined #maemo10:08
guerbykulve, thanks for looking into this!10:13
derf_lardman|gone: Sorry, I didn't get time tonight. This W3C stuff has kept me annoyingly distracted.10:14
*** Black_ReZ has joined #maemo10:15
*** derf has quit IRC10:22
*** derf_ is now known as derf10:22
*** asgeirf has quit IRC10:24
*** koen has joined #maemo10:29
*** harobed has joined #maemo10:31
*** k-s has quit IRC10:32
*** k-s has joined #maemo10:32
*** guardian has joined #maemo10:33
*** ab has joined #maemo10:34
*** jeddy3 has joined #maemo10:41
*** mk8 has joined #maemo10:45
*** bergie has joined #maemo10:46
*** sKaBoy has joined #maemo10:47
*** MoRpHeUz has quit IRC11:02
*** Khertan_TheReal has joined #maemo11:03
Khertan_TheRealHi11:03
Spakman_hey Khertan_TheReal11:05
*** Sho_ has quit IRC11:11
*** limepi has quit IRC11:12
*** ramo102 has joined #maemo11:13
*** gopi has joined #maemo11:16
*** MoRpHeUz has joined #maemo11:16
*** barisione has joined #maemo11:16
*** gopi_ has joined #maemo11:18
AD-N770bon dia / good morning11:22
*** sergio_ has joined #maemo11:22
jeddy3grr, what kind off release time is 10pm brazilian? =P11:23
X-Fadejeddy3: That is just 'tomorrow' for us ;)11:25
jeddy3X-Fade, indeed11:25
mbufjeddy3, the time when you release and go for a party?11:25
jeddy3mbuf, ok thats actually a good reason for it :)11:26
Spakman_does anyone know how I can create a desktop plugin that looks like the supplied ones? How do I make it a little transparent?11:28
*** Luria has joined #maemo11:32
*** booiiing has joined #maemo11:33
*** gopi has quit IRC11:36
*** Luria has quit IRC11:36
*** hidave has joined #maemo11:38
Khertan_TheRealSpakman_ > you are making it in c or in ruby ?11:39
Spakman_in runy11:39
Spakman_oops, ruby11:39
Khertan_TheRealOH !11:40
Khertan_TheRealmaybe you can help me :)11:40
Khertan_TheReali'm trying to do one too11:40
Spakman_I'll try my best...11:40
Khertan_TheRealbut i ve problem with GLIB::Timeout.add11:40
Khertan_TheRealas when my plugin is released ... maemo-desktop crash11:40
Khertan_TheRealso i can only make plugin wich doesn't refresh ... too bad !11:41
Khertan_TheReal(haven't found too how to make a transparent label)11:41
Khertan_TheRealhow do you make refresh in your plugin ?11:41
*** Sampppa has joined #maemo11:43
Sampppahey11:43
Khertan_TheRealhi Sampppa11:43
Spakman_ah, I'm just starting out developing the plugin TBH. I've got an application written that I want it to talk to though.11:43
Spakman_Khertan_TheReal: what is it you're doing?11:43
Sampppaim flashing os2008 beta for my n800 but i keep getting this error To flash the bootloader, you have to supply the X-Loader image11:43
Sampppais there a solution for this?11:44
*** Dar has joined #maemo11:44
Khertan_TheRealSpakman_ > i've four plugin in progress (Cpu stats, Mem stats, SD and Home stats, and Net stats)11:45
Khertan_TheRealso after init the plugin, i add a glib timer, but when my plugin is released (unselected in plugin selection form) maemo-desktop crash when the timer call the refresh method11:49
Khertan_TheRealbut as in ruby there isn't destroy method ... i can remove the timer... :(11:50
Khertan_TheRealtoo bad !11:50
Khertan_TheRealSpakman_ ?11:50
*** Pio has quit IRC11:51
*** Dar_ has joined #maemo11:52
*** murrayc_ has joined #maemo11:52
*** booiiing has quit IRC11:53
Spakman_Khertan_TheReal: what happens if you just set it to nil?11:53
*** mgedmin has joined #maemo11:53
*** _berto_ has joined #maemo11:56
*** mankod1 has quit IRC12:01
*** mankod has joined #maemo12:03
*** hidave has left #maemo12:07
*** birunko|away has joined #maemo12:07
*** _k-s_ has joined #maemo12:07
*** morphbr has joined #maemo12:11
Khertan_TheRealSpakman_ if i set the timeout to nil ?12:12
Khertan_TheRealso there is no timeout ?12:12
Khertan_TheReali ve tryed ... no refresh12:14
*** Wizzard has quit IRC12:14
Khertan_TheReal(ps i can't set it to nil when applet is released as in the applet i don't know when the applet is released)12:15
Spakman_ah, OK12:18
*** k-s has quit IRC12:20
*** birunko has quit IRC12:21
*** MoRpHeUz has quit IRC12:21
*** zwnj has quit IRC12:21
*** zwnj has joined #maemo12:22
*** X-Fade_ has joined #maemo12:23
*** reck has joined #maemo12:24
guardianhmm i find the browser so slow :( OS2008/N80012:24
guardiani'm browsing maemo.org/downloads, takes age to navigate and display the screenshots etc12:25
doc|homeguardian: yeah, me too, It's really frustrating at times :/12:25
kulvemaybe that's because the maemo.rg is slow?12:25
doc|homeguardian: although that server sucks by the way12:25
_berto_kulve: that's probably the reason :)12:25
jeddy3kulve, yeah was about to say the same thing...maemo.org is SLOW12:25
doc|homebut the browser itself can suck at times12:25
guardiangonna try with other sites12:26
guardiani'm not convinced yet12:26
kulveblaming browser to be slow because of one page is a bit.. hasty.12:26
guardianwell it's not that page only12:26
guardianon the same network, the page is ok on my workstation12:26
*** X-Fade_ has quit IRC12:28
*** henrique has joined #maemo12:28
*** birunko|away has quit IRC12:29
*** renatofilho has quit IRC12:29
*** krau has quit IRC12:29
*** lsobral has quit IRC12:29
*** Vudentz has quit IRC12:29
*** Ryback_ has quit IRC12:29
*** fcarvalho has quit IRC12:29
*** _k-s_ has quit IRC12:29
*** cmarcelo has quit IRC12:30
*** morphbr has quit IRC12:30
*** chenca has quit IRC12:30
*** pvanhoof has joined #maemo12:30
*** X-Fade_ has joined #maemo12:30
*** kenne has quit IRC12:30
*** lmoura has quit IRC12:30
*** aCiDBaSe has quit IRC12:30
*** Dar_ is now known as Dar_LAB12:33
guardianis the N810 faster than the N800 ?12:33
jeddy3guardian, no, same hardware iirc12:34
guardianok12:34
*** Wizzard has joined #maemo12:34
guardiansame memory bus performance issues ?12:34
sp3000guardian: long page, fit to width? that can be slow12:35
*** X-Fade__ has joined #maemo12:35
jeddy3guardian, what IS different is that os2007 capped CPU at 330MHz, n810 goes to 400, but n800 with 2008 should do that also12:35
pupnik_"Voting is clearly and obviously an activity where fraud should have to be done the good old fashioned ways, and not be made more efficient and convenient with technology" - pupnik12:36
WizzardHow to fix this error: im trying apt-get update and getting  "GPG error: http://maemo-hackers.org bora Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5FD45CD3EA68E29D"  thanks.12:37
jeddy3guardian, don't know about memory bus...but i think that nokia has said that the hardware is the same12:37
pupnik_guardian: i don't think there's any difference for video speed12:37
guardianok thx12:37
jeddy3guardian, besided keyboard and gps and the obvious stuff :)12:37
vegaianyone in Europe got their N810s yet?12:38
pupnik_Wizzard: maybe like maemo-hackers doesn't have a proper key setup12:38
vegaiexcluding Nokia employees and such12:38
pupnik_i heard maybe next week12:38
pupnik_.uk has a few in stores12:38
*** X-Fade has quit IRC12:39
Wizzardpupnik_, i have same GPG error with  http://catalogue.tableteer.nokia.com /12:39
*** gopi has joined #maemo12:40
*** sarower has joined #maemo12:42
sarowerhi12:42
*** j0tt is now known as jott12:42
inzWizzard, it's only warning for apt (hence the W:)12:43
sarowerI want to know that..... when email is read in Nokia N800 then where it stores the mail data12:43
sarowerany body can help..?12:43
inzWizzard, the key used to sign maemo-hackers is http://inz.fi/pubkey.txt12:44
*** eton has joined #maemo12:44
inzWizzard, use apt-key add to add it to apt keychain12:44
sarowerWhat is the format the mail data....?12:44
WizzardOkko, thanks12:45
Okkowha?12:46
sarowerI want to get access the mail data of the device........12:46
*** X-Fade_ has quit IRC12:49
*** rothiel has joined #maemo12:50
rothielHello World :)12:51
* keesj waves to the world12:54
VeggenHmmf. Work motivation. Now I have to look really hard for it...12:55
Veggencompany I was gonna start in after christmas, is out of business...12:56
VeggenSeems like I'm gonna stay where I am now.12:56
VeggenBut, I *was* gonna have my very last day here on friday.12:56
Spakman_anyone know where I can get the SQLite3 command line client?12:58
Spakman_for OS200812:58
*** gopi_ has quit IRC12:58
*** simon_ has joined #maemo13:01
*** povbot has joined #maemo13:13
*** cmarcelo has joined #maemo13:16
*** elmarco|1way is now known as elmarco13:17
*** abner|away has joined #maemo13:18
*** bedboi has quit IRC13:20
*** alterego has joined #maemo13:21
*** gopi_ has joined #maemo13:21
alteregoI'm guessing none  of the 500 have got their codes workin'?13:22
sarowerI want to know that..... when email is read in Nokia N800 then where it stores the mail data13:23
sarowerI want to get access the mail data of the device........13:23
sarowerWhat is the format the mail data....?13:24
sarowerany body can help..?13:24
alteregoSeeing the N810 in the UK store and not being able  to buy it is evil :/13:24
alteregosarower, probably in the home directory somewhere13:24
saroweryes...13:24
hahloIs there howto for Pidgin privoxy tor? (os2007)13:25
saroweralterego: I have got it under "/home/user/apps/email/Mail" directory13:26
pupnik_that would be useful hahlo - when on public wlans13:26
hahloyes13:26
alteregosarower: congrats13:26
sarowerit is in xml  format..13:26
alteregoWoo ..13:26
sarowerbut the value is encrypted13:26
alteregoYou think.13:27
saroweralterego: Is there any API so that I can get the email in the Inbox, Outbox, Drafts, Sent.. etc13:27
sarowerI am using C++13:28
alteregoNo13:28
sarowerAltergo: Then I must parse the XML file to get the data...13:28
alteregoYes,13:29
sarowerAlterego: Do you know how I can launch an application like email application in OSSO C++/ maemomm?13:30
zpolhello13:31
*** zpol is now known as lopz13:31
*** birunko|away has quit IRC13:31
*** richieeee72 has joined #maemo13:33
alteregosarower I don't like C++. To launch a program you must call it via its' D-BUS service.13:33
sarowerMay I have your mail address please! so that I can contact with u..!13:34
alteregoNo13:34
sarowerI mean i want to use D-bus service in the programming..?13:34
sarowerI have to use... Dbus service13:34
alteregoI'm not tech support sarower13:34
sarowerto do that..!13:34
*** MoRpHeUz has quit IRC13:35
alteregoYou should read the maemo tutorial sarower  ..13:35
saroweryes............13:36
alteregoYou should read the training material too.13:36
sarowerright........13:36
sarowerwhere it is?13:36
alteregoComing in here and asking these silly questions after not even looking at how the platform is put together is  quite rude in my opinion.13:37
alteregoWhere is anythingly related to maemo ..13:37
*** gopi has quit IRC13:39
sarowerAs the mail data is encrypted .. how can i get the real data (Decrypted).....alterego.?13:40
*** booiiing has joined #maemo13:43
Khertan_TheRealALTEREGO !!!!13:44
Khertan_TheRealhi :)13:44
Khertan_TheRealmaybe u can help me :)13:44
*** mazzen has joined #maemo13:44
alteregoCan you wait a few  mins khertan i need breakfast :)13:45
Khertan_TheRealok ... no prob ... ill too :)13:45
Khertan_TheReali'm not hurry (2 day that my maemo-desktop crash due to try with ruby ;) )13:45
Khertan_TheRealso ... don't know how to say it in english : Bon appetit !13:46
Khertan_TheReal;)13:46
Khertan_TheReali ll be back13:46
*** booiiing has quit IRC13:50
*** booiiing has joined #maemo13:50
*** lardman has joined #maemo13:53
lardmanmorning13:53
*** sarower has quit IRC13:58
pupnik_braaaak14:02
*** Sho_ has joined #maemo14:03
lardmanit's very quiet this morning14:04
X-Fade__All waiting for Canola2 and N810, I guess.14:06
*** X-Fade__ is now known as X-Fade14:06
*** alterego has left #maemo14:06
lardman3 days...14:06
*** alterego has joined #maemo14:06
alteregoKhertan_TheReal, you're using 0.4.0 right?14:07
lardmanderf: did you get a chance to look at the byte reading code?14:07
alteregoCode that reads bytes? That's hard ;)14:08
lardmanalterego: I'll point you at it if you want a crack14:08
lardmanalterego: http://people.bath.ac.uk/enpsgp/nokia770/dsp/vorbisdec/Tremor-threaded/framing.c14:09
* alterego should be quiet and just eat his breakfast like a good boy.14:09
lardman:)14:09
lardmanit is probably reasonably simple - reading various sizes of data from an ogg_buffer14:10
lardmanI just need to sit down and work out what's going wrong14:10
*** Vulc|Sleeps has quit IRC14:10
*** etrunko has joined #maemo14:11
*** matt_c has joined #maemo14:12
alteregoSure if you know how big those chunks are.14:13
*** nelson has quit IRC14:13
lardmanyeah, there are different functions to read different sized chunks14:13
alteregoNot knowing anything about ogg format ..14:13
alteregoIs this some kind of variable bityrate thing?14:13
lardmanthat doesn't matter, this is utility code which is used to read structures out of the ogg page/stream thingy14:14
lardmanit currently returns zeros14:14
lardmanI'm not sure if the problem is the reading code or the buffer itself, will have to do some more debugging to work it out14:14
alteregoRight.14:15
lardman:(14:15
lardmanneed to write some code to allow me to send back chunks of memory to the ARM without disrupting the Tremor decoder, great!14:16
*** cmarcelo has quit IRC14:16
*** t_s_o has joined #maemo14:17
* alterego thinks of somthing to do.14:17
*** Atarii has joined #maemo14:18
alteregoNeed to get 0.4.1 out-the-window ..14:18
lardmandefenestrated?14:19
alteregoSorry?14:19
lardmanout the window ;)14:19
alterego:)14:19
*** luck^ has joined #maemo14:19
*** eton has quit IRC14:22
*** Segnale007 has joined #maemo14:22
alteregoInterwesting.14:23
Khertan_TheRealre14:24
alteregoKhertan_TheReal, you're using 0.4.0 right?14:25
alteregoThat was a pretty unstable version of hildon/desktop14:25
Khertan_TheRealhum i ll look14:25
alterego0.4.1 will be available shortly.14:25
Khertan_TheRealit s not instable if don't do nawak14:26
alteregoI know 0.4.0 kills the desktop. I've done it a fair few times ;)14:26
Khertan_TheRealthe problem is that if i want to refresh my widget14:26
alteregoKhertan_TheReal, you're obviously getting exceptions. That's what's causing the crashes.14:26
Khertan_TheReali call a refresh method by a GLIB::Timeout.add()14:26
alteregoHaving said that, I've not touched statusbar yet ..14:27
alteregoTested ..14:27
Khertan_TheRealalterego > yes i think a exception is raise when my widget is unselect do to the fact that the method called by the timeout doesn't exist anymore14:27
alteregoRight14:28
alterego0.4.1 stops crashes and reports errors.14:28
Khertan_TheRealbut if i understand there is no destroy method on ruby called when a object is destroy14:28
Khertan_TheReal0.4.1 stops crashes and reports errors. > cool, but there will be still an error :)14:29
alteregoThat's to help you fix the bug :P14:29
Khertan_TheRealits ll help for future bug :)14:29
alteregoCurrently the reporting method is a big messy.14:29
alteregoI want to improve it.14:30
alteregoThat's basically all that's holding up 0.4.114:30
Khertan_TheRealbut how can i know when my plugin is removed so i can call GLib::Timeout.remove()14:30
alteregoHmm ..14:30
*** MoRpHeUz has joined #maemo14:31
alteregoAh, that's a bug in my code.14:32
alteregoI'll fix that too.14:32
Khertan_TheRealit s seems that in the c api .... the second parameter of the register method is the unregister too14:32
Khertan_TheReala bug ?14:32
alteregoI don't have a plugin destroy/cleanup method ..14:32
alteregoMust have slipped my mind ;)14:33
Khertan_TheRealso it ll automatically destroy it ?14:33
Khertan_TheReallol14:33
*** halley has joined #maemo14:33
Khertan_TheRealgreat ... nothing to do ... it ll be easier14:33
alterego:)14:33
Khertan_TheRealan other question ... is there a way to make transparent background with a gtk.label ?14:34
alteregoGood question.14:34
alteregoAs far as I know, All Gtk widgets can have the alpha set.14:34
alteregoBut I don't entirely know how.14:34
alteregoThat's more of a Gtk question though. You'd probably do better asking them or googling for "Gtk transparency" or something.14:35
mgedminaren't gtk labels already transparent?14:35
Spakman_Khertan_TheReal: I'd love to know if you find out :)14:36
Spakman_ah, just read alterego's reply - doh!14:36
Khertan_TheRealThat's more of a Gtk > but as you seem to well know gtk :)14:38
Khertan_TheRealright :)14:38
Khertan_TheReali ll look a bit more on google14:38
Khertan_TheRealmgedmin> on widget made with gtk and ruby gtk::label background is blank14:39
Khertan_TheReals/blank/white14:39
*** reck has left #maemo14:39
mgedminI think the background is drawn by the parent widget (the window?) rather than the label itself14:39
mgedminbut I might be wrong14:40
alteregomgedmin, it's slightly different with plugins I believe.14:40
mgedminstatusbar/homepage plugins, you mean?14:41
alteregostatus-bar/home/navigator yes :)14:41
alteregoI'd love to see a useful navigator plugin.14:41
alteregoMaybe replace the web item with a favorites application menu.14:42
alteregoThough, it should still have the browser launcher and a sub menu for the bookmarks,.14:42
*** bedboi has joined #maemo14:42
mgedminI know how to make a label with a transparent background for a plugin that sits in the gnome system tray14:42
Khertan_TheReali'm interested14:43
Khertan_TheRealbkshfsdkfh14:43
Khertan_TheRealhow ?14:43
* mgedmin looking14:43
mgedminI create an EggTrayIcon, put a gtk.HBox inside with an gtk.Image (transparent png) next to a gtk.Label14:43
mgedminthen call show_all14:43
mgedminno special code to enable transparency14:43
mgedminI think EggTrayIcon does all the hard stuff14:44
Khertan_TheRealEggTrayIcon ... ? don't know14:44
mgedminit's not a solution for maemo, I know that14:45
mgedminalthough I did check to see how the load applet and panelclock implemented transparency on maemo14:45
*** lopz has quit IRC14:45
mgedminthey use gtk Images with transparent backgrounds14:45
mgedminboth are statusbar applets14:46
*** |tbb| has joined #maemo14:47
*** Segnale007 has quit IRC14:50
|tbb|anyone knows where to download canola-beta214:53
bedboi|tbb|: it's not available yet14:53
bedboiyou have to wait for 10pm brazilian time14:54
Khertan_TheRealSpakman_ > what is the function of the widget you are trying to do ?14:56
*** |tbb| has quit IRC14:58
*** tbb has joined #maemo14:59
tbbre15:00
tbbwhats brazil time in europe time(berlin)15:00
X-Fadetbb: Tomorrow morning..15:01
tbbcould anyone tell me what are the most pro advantages of the modest email client instead of the built in or claws15:01
X-Fadetbb: It actually works ;)15:01
Khertan_TheRealtbb: it work ... doen't crash because my box have 15000msg15:02
X-Fadetbb: imap folders work great, better use of screen.15:02
*** vivijim has joined #maemo15:02
Khertan_TheRealand support imap offline15:02
*** Minti has joined #maemo15:03
Khertan_TheRealuse less data to sync ...15:03
*** joshin_ has joined #maemo15:03
*** Npt has left #maemo15:03
Khertan_TheRealand really made for a mobile usage15:04
*** t3h has joined #maemo15:13
*** t3h is now known as gm15:13
tbbthx, will try it15:14
*** joshin has quit IRC15:14
Spakman_Khertan_TheReal: it will be a search interface to my mapping application15:15
alteregoBuy more butter!15:16
*** lardman has quit IRC15:16
alteregoGreat, another mapping application :P15:18
Spakman_alterego: FWIW, this one uses proprietry maps and is just for me :P15:20
alteregoHow selfish :P15:20
alteregoWhat's your map source?15:20
alteregoOn a different note. I started coding my own maps application too ..15:21
alterego^_^15:21
Spakman_alterego: OS15:21
alteregoOh, cool.15:21
alteregoHow much did you pay for those?15:22
alterego(If you paid)15:22
*** pupnik_ is now known as pupnikzzz15:22
alteregoOr did you just scan them in ;)15:22
Khertan_TheRealalterego > an other question about ruby ... is there a help() function like in python ?15:23
*** koen has quit IRC15:23
Khertan_TheReal(this help function call help about what is in between () ...)15:23
Spakman_alterego: scanned 'em15:24
*** MoRpHeUz has quit IRC15:24
Khertan_TheReal(for example : help(gtk.label) give method, attribute, constant, and mainly ... explain about all methods)15:24
Spakman_I guess the engine could be used for the online maps, a la Maemo Mapper, etc.15:25
Spakman_alterego: what does your map app use?15:25
alteregoKhertan_TheReal, in irb you can use 'help' but that requires the rdoc docs to be compiled.15:26
alteregoIt would be 'help 'Gtk::Label;15:27
alteregoIt would be 'help 'Gtk::Label'15:27
Khertan_TheRealoki ...15:27
alteregoBut I've not compiled rdoc. Because rdocs for C bindings are a pain in the ass.15:27
alteregoYour best bet is looking at the API references for Gtk at ruby-gnome2.sourceforge.jp15:28
alteregoI know my binding documentation is crap. Maybe I'll have time over Christmas.15:28
Khertan_TheRealif only we can have python binding for maemo-desktop .... look what we can port easily : http://adesklets.sourceforge.net/desklets.html15:28
Khertan_TheReal;)15:28
Khertan_TheRealalterego > rdoc isn't a priority i think15:28
Khertan_TheReali ll download api reference and read it with microb15:29
alteregoSure, I'm happy to answer questions about how things work via email or here.15:29
*** lophyte has joined #maemo15:29
alteregoMy priority right now is making it stable and testing it all.15:29
Khertan_TheReal:)15:29
alteregoStable and complete.15:29
alteregoMy bindings for hildon are pretty good, but I lack support for other libraries.15:30
Khertan_TheRealand ... many thanks for your great and usefull answers :)15:30
alteregoThere's no true dbus library for Ruby so it looks Iike I'm gonna have to write that one myself O_O15:30
*** henrique has quit IRC15:30
Takhooray!15:30
Khertan_TheRealyou are the only one to port ruby ?15:30
alteregoI'm the only ruby-maemo developer. Tak does ruby-game, but I've not had a chance to play with that.15:31
Takanybody happen to know if there's a way to prompt rexml to quote attributes with double quotes?15:31
alteregoTak, I got your email, yes that slipped my mind ;) I'll sort it out this evening :D15:31
Takalterego: no problem, no hurry15:31
alteregoWhy would you want to force double quotes?15:31
Takto keep as much compatibility as possible with the output of the previous implementation, even where it /shouldn't/ matter15:32
alteregoHeh15:32
*** booiiing has quit IRC15:32
*** koen has joined #maemo15:32
*** booiiing has joined #maemo15:33
alteregoTo be hones. I think showing up bugs in other peoples code is benificial ;)15:33
alteregoThough, if it's compatibility with your own code .. Well, that's different ;)15:34
Takonly when they're likely to fix them ;-)15:34
Taknah, not my code - I'm using rexml on both sides15:34
alteregoThen it should work fine ..15:34
alteregoWell, do answer your question. The only way is to override the 'to_string' method.15:35
alteregoThat's odd, REXML uses a regular expression, just to test for a single character.15:36
alteregoI wonder if that's an attempt at being UTF capable.15:36
alteregoAnyhow, the 'Attrubyte#to_string' method is only a five line method. So it's really no biggy to copy and paste it into your app and override it with double quotes.15:37
Takinteresting typo15:37
alteregoHah15:38
alteregoAttr, Ruby, Byte ..15:38
alteregoThat's pretty cool15:38
*** andrunko has joined #maemo15:39
Takhmm, so looking at that, I should be able to set Element::context[:attribute_quote]15:40
*** mbuf has quit IRC15:42
Taks/Element/Document/15:45
* Tak stabs infobot15:45
infobotTak meant: hmm, so looking at that, I should be able to set Document::context[:attribute_quote]15:45
*** unique311 has joined #maemo15:47
TakStabbing: It Always Helps.15:49
*** Rask330 has quit IRC15:49
*** ab has quit IRC15:53
*** gopi__ has joined #maemo15:58
*** lopz has joined #maemo16:07
gw280is there a way of getting bitmap fonts in osso-xterm?16:11
inzgw, AFAIK any font supported by pango/fontconfig should work16:13
gw280ok16:14
gw280how do you install fonts then? :)16:14
Sampppahey.. i got an invitation tuo upload to extras but now there is a problem when filling that invitation with my gpg and ssh keys. What kind of gpg key it should be? It just doesnt allow my public gpg key whic is 1024D DSA. I keep getting Error: the key you provided is not a valid PGP or GPG public key16:14
inzgw, try putting the font to ~/.fonts (i.e. /home/user/.fonts)16:14
TakSampppa: mine's 1024D as well, and it accepted it ok16:15
*** Blain has joined #maemo16:15
Sampppadid you just export the key to a file and copypasted it to invitation page?16:16
*** gopi_ has quit IRC16:16
*** simon_ has quit IRC16:18
Takas far as I can remember16:18
*** jhassine_ has quit IRC16:19
*** unique311 has quit IRC16:19
SampppaTak: -----BEGIN PGP PUBLIC KEY BLOCK-----16:20
SampppaVersion: GnuPG v1.4.2 (GNU/Linux)16:20
Sampppais it correct version ?16:20
*** ab has joined #maemo16:20
Spakman_do I need to do anything special to enable the on-screen thumb keyboard in my Hildon app? I only get the stylus keyboard :(16:21
Tak-----BEGIN PGP PUBLIC KEY BLOCK-----(newline)Version: GnuPG v1.4.5 (GNU/Linux)16:21
Takis the header of mine16:21
maddlerSampppa: you have to create a RSA key, IIRC16:21
*** NetBlade has quit IRC16:21
*** NetBlade has joined #maemo16:22
Khertan_TheRealnoone know a php that create and maintain a debian repository and where we can add a .deb by php to the repository ? :)16:22
TakSpakman_: push with your thumb?16:22
Khertan_TheRealTak> not on os200816:22
Khertan_TheReal:)16:22
Spakman_Tak: doesn't want to work for my app16:22
Spakman_(2008)16:22
L0cutusdoes exists gnupg for os2008 ?16:23
Takheh, can't say for 200816:23
Khertan_TheRealSpakman_ use the ok button (center button of the dpad) when focus is a text field16:23
L0cutusops16:24
L0cutusfound it16:24
L0cutus:)16:24
Spakman_Khertan_TheReal: that OK's the dialog for me, like hitting enter16:24
Khertan_TheRealL0cutus found what ?16:24
*** aloisiojr has joined #maemo16:24
Khertan_TheReallol ... don't do it in a dialog windows :)16:24
Khertan_TheReal(it s the same problem with gpe)16:25
Khertan_TheRealin fact there is a bug in 2008 displaying the thumb keyboard by pression16:25
L0cutuskhertan, gpg (command line)16:25
*** mazzen has quit IRC16:26
Khertan_TheRealthere is a prefs too for launching thumb keyboard with center dpad button16:27
*** shackan has joined #maemo16:29
Sampppamaddler: i cant create RSA key. when i type gpg --gen-key and select RSA and go trough the steps it finally says: gpg: [internal]:0: invalid algorithm16:30
alteregoThe thumb board is feckin' annoying ..16:30
* Tak <3 the thumb board16:30
alteregoIt's good for IM ..16:31
alteregoRubbish in xterm, it's broken.16:31
alteregoThough, more likely xterm is broken.16:31
L0cutusno claws-mail plugin for gnupg....16:31
Spakman_is there a way to programatically bring up the thumb keyboard?16:32
*** Minti has quit IRC16:32
Takprobably - check out the HIM docs16:34
alteregoUrgh, it's being one of those days.16:36
alteregoCan't seem to get anything done.16:36
Takbtw, are you going to want to host rgvkb, or should I host it on garage?16:36
Sampppahmm only DSA algorithm is supported on my gpg ?16:37
*** guardian has quit IRC16:39
*** vivijim has left #maemo16:39
timelesshello world16:40
timelesscould someone please help me?16:40
timelessi'm looking for the repositories that 2007he uses16:40
*** joshin_ is now known as joshin16:40
Taktimeless: like...apt repos?16:42
alteregoTak, up to you. I'd be happy to host it.16:42
Takor source control?16:42
alteregoWhich reminds me.16:42
alteregoI should really put in you in the ruby-maemo apt repository.16:42
timelesstak: apt16:42
Takalterego: the only reason I'd ask you to host is to keep all the ruby stuff in one place16:42
Taktimeless: we just use the bora repos16:43
alteregoTak, yeah. I think that's a good idea. But it's your baby ;)16:43
timelesstak: ok, how do i find out the versions of all packages "shipped" in all 2007he_s_ ?16:43
Takhah16:43
*** jhassine has joined #maemo16:43
Takstep 1, flash 2007HE...16:43
timelessrepeat step 1 how many times?16:44
alteregoI thought 2007HE used the 2007 repository.16:44
Takuntil you don't get infinite reboot loop anymore16:44
alterego"bora"16:44
Takit does16:44
timelessso....16:44
timelesshow many 2007he's are there?16:45
sp3000oh, look a modest16:45
timelessa modest/16:45
timelessdid it announce itself?16:45
*** hfwilke has joined #maemo16:45
timelessgah, why is it so hard to find the 2007he download flash?16:46
sp3000yeah, http://djcbflux.blogspot.com/16:46
Takthere have been three releases iirc16:46
X-Fadetimeless: http://tablets-dev.nokia.com/16:46
*** Masca has quit IRC16:46
sp3000timeless: looks like http://tablets-dev.nokia.com/ has all16:46
Takhttp://tablets-dev.nokia.com/os2007_hacker_edition.php?f=SU-18_2007HACKER_4.2007.45-1_PR_F5_MR0_ARM.bin16:47
*** doublec has joined #maemo16:47
Takthen dpkg -l '*' | grep '^ii' | awk '{ print $2" "$3 }' should get you installed packages and versions ;-)16:49
Sampppamaddler: where does it say it has to be RSA key?16:49
timelesstak: don't suppose you have a convenient way to do that for me?16:50
Takmore convenient that a one-liner?16:50
timelessthat'd require reflashing the device16:51
Takah16:51
timeless(finding it first, etc.)16:51
TakI could run it on my device, but I have extra stuff installed16:51
TakI guess it might be possible to extract the rootfs, chroot into it, and do that16:52
jumpuladpkg --get-selections16:53
*** _k-s_ has quit IRC16:53
*** booiiing has quit IRC16:54
*** lardman|gone is now known as lardman16:55
lardmanre16:55
*** booiiing has joined #maemo16:55
*** Eloi has joined #maemo16:57
*** Eloi has left #maemo16:58
*** bedboi has quit IRC17:00
*** bedboi has joined #maemo17:00
*** gopi__ has quit IRC17:06
*** hexa has joined #maemo17:07
Sampppastill  it doesn accept my key. i made RSA key now17:07
SampppaError: the key you provided is not a valid PGP or GPG public key17:07
*** gopi_ has joined #maemo17:08
*** booiiing has quit IRC17:09
*** doublec has quit IRC17:09
*** zwnj has quit IRC17:10
*** booiiing has joined #maemo17:10
*** zwnj has joined #maemo17:10
*** alterego has quit IRC17:12
*** alterego has joined #maemo17:12
Takalterego: you have any thoughts on http://rafb.net/p/zvKepu37.html ?17:16
TakI get that in sbox, and on the device, but not on a desktop install17:16
sp3000timeless: I guess the mounting thing would, but I can't get mtdram to give me a bigger than 100MB ramdisk, which in this one random cases seems to have meant that /var/lib/dpkg/status isn't there17:17
alteregoEesh17:17
alteregoBug in REXML17:17
Khertan_TheReal"RT73 Injection patch Drivers for 2K817:18
timelessnice17:18
Khertan_TheRealhttp://www.internettablettalk.com/forums/showthread.php?p=107711#post10771117:18
alteregoI think I've seen this before.17:18
Khertan_TheRealhave u see the last post17:18
alteregoI think it happened to me a while back.17:18
Takyou know of a workaround?17:18
*** lle2 has left #maemo17:18
alteregoI think you're supposed to use the REXML::Formatter class for outputing documents.17:18
alteregoYou'd probably do better asking on the ruby-lang mailing lists or #ruby-lang ..17:19
*** trevarthan has left #maemo17:19
*** koen has quit IRC17:20
*** gopi_ has quit IRC17:21
Disconnectanyone else having touchscreen problems on their n800? just cuts out periodically, generally for a while, and always about 30-45 seconds after the it finishes booting.. (so - eg - enough time to launch an app, not enough to do anything in it)17:27
Disconnectfeels like software somewhere just cuz of the repeatability during boot17:27
*** booiiing has quit IRC17:27
*** booiiing has joined #maemo17:29
Khertan_TheRealDisconnect > It s not a touchscreen problem17:30
Khertan_TheRealit s again this stupid meta crawler daemon17:30
Khertan_TheRealwhich scan all your sd at boot17:30
Khertan_TheReal(in fact each time it is launched)17:30
Disconnectfun17:31
Khertan_TheRealtake a look here ://bugs.maemo.org/show_bug.cgi?id=97817:31
Khertan_TheRealhttp :)17:32
Khertan_TheRealthere is a solution ... :)17:32
*** fr01 has left #maemo17:32
Spakman_I'd like to bring my application to the front programatically. Any ideas where to start looking?17:32
Disconnectcoool. (and i suspect its unhappy at scanning all the mapper files. got the majority of new york to key west to new orleans in there..)17:32
sp3000didn't mapper migrate to some db thinger17:33
timelessyes17:33
Khertan_TheRealSpakman_ launch it again with dbus services17:33
sp3000that oughta help17:33
* sp3000 rather likes files, but, meh17:33
Khertan_TheRealif it wasn't launch , it ll be launch17:33
Khertan_TheRealif not ... it ll be back to front17:34
*** khertan_ has joined #maemo17:34
Khertan_TheReal??17:34
timelessshh17:34
Spakman_Khertan_TheReal: thanks a lot, I'll start looking17:34
Khertan_TheReal./whois khertan_17:35
Khertan_TheRealgrrr17:35
Khertan_TheRealctcp khertan VERSION17:36
Khertan_TheRealarfg17:36
Khertan_TheRealsorry17:36
*** Khertan_TheReal has quit IRC17:37
*** Khertan_TheReal has joined #maemo17:37
*** guardian has joined #maemo17:37
Disconnecthmm. that report basically says its fixed in 2008 .. but it isn't (at least on mine) :(17:38
*** Masca has joined #maemo17:38
Khertan_TheRealsame thing on mine17:39
Khertan_TheRealmaybe fix on a more update version of 200817:39
*** bergie has quit IRC17:40
Disconnectoooh. wait. it says its fixed in the latest 2007.17:41
Disconnectbut that wasn't true either :(17:41
*** zwnj has quit IRC17:41
*** zaphot is now known as Zaphot17:41
*** tbb has quit IRC17:42
*** jacques has quit IRC17:44
*** fr01 has joined #maemo17:45
Takalterego: I think I'm just going to do: if(MAEMO) plain output else prettyprint17:45
alteregoOh yes .. Pretty print, that was exactly what happened to me.17:46
*** jeddy3 has quit IRC17:47
*** nelson has joined #maemo17:48
Takmeh, my headphone port is messed up - I /really/ hope it's these headphones17:48
Takhmm...it's nice to not have an extra dependency, but the ruby version of this script is a lot slower than the perl version :-/17:49
*** zwnj has joined #maemo17:49
*** khertan has quit IRC17:50
*** setanta has joined #maemo17:52
Spakman_alterego: I'm trying to get my Ruby app working with DBUS, but trying to launch it just seems to restart the whole GUI. Is there are way to register a DBUS service in Ruby?17:52
*** khertan has joined #maemo17:53
alteregoOSSO17:53
Spakman_thanks17:54
alteregoThere is no D-BUS library for Ruby17:55
alteregoOSSO works for simple things.17:55
Khertan_TheRealit s seems i ve forgotten to close two of my ssh irssi session :)17:55
*** barisione has quit IRC17:56
robtayloralterego: https://trac.luon.net/ruby-dbus17:57
robtayloralterego: looks pretty real to me ;)17:57
alteregorobtaylor, as real as dbus-send.17:57
robtayloralterego: no, read the code17:57
robtayloralterego: from a quick skim, it looks like a complete ruby implementation of dbus17:57
alteregorobtaylor, my point is it's a pure ruby implementation. It's not a proper binding and it doesn't work well with OSSO. Well, at all.17:58
robtayloralterego: umm, nothing wrond with a pure ruby impl17:58
alteregoSo, you're stuck with using one or the other.17:58
robtayloralterego: no reason it shouldn't work17:58
alteregoI included that library in my first ruby-maemo release.17:58
alteregoBelieve me, I've used it.17:58
robtayloralterego: there's absolutely nothing about dbus that forces languages to bind to libdbus17:59
*** mazzen has joined #maemo17:59
alteregoIt's a POS.17:59
robtayloralterego: what version?17:59
Khertan_TheRealSpakman > an other way i do ... in pygtkeditor ...17:59
alteregoWhat version of what?17:59
robtayloralterego:ruby-dbus17:59
Khertan_TheRealcreate a script that launch your application.rb in /bin17:59
*** deejoe_rcsi is now known as deejoe17:59
alteregoThe version that was around 3 or 4 months ago when I first started ruby-maemo ..17:59
Khertan_TheRealcreate a service file /usr/share/things/truc/application.services18:00
robtayloralterego: well, as a dbus guy looking at their code, it looks good to me18:00
Khertan_TheRealand create an osso context in your app at launch18:00
robtayloralterego: definitly not a POS18:00
*** gopi_ has joined #maemo18:00
alteregoWell, you can use it then.18:01
Khertan_TheRealand when i call pygtkeditor in xterm and is allready launched ... it bring back to front18:01
robtayloralterego: what issues did you have exactly?18:01
Khertan_TheRealSpakman_ > just my two cents... :)18:01
alteregoI told you,18:01
alteregoYou can't use Ruby-DBUS and ruby-OSSO together.18:01
robtayloralterego: you've said a couple of times its just a wrapper round dbus-send which is bull18:01
alteregoWhich means you lose out on a _lot_ of functionality.18:01
robtayloralterego: ah, now, that makes sense18:02
Khertan_TheRealSpakman_ > do u have found how to make transparent gtk::label ?18:02
alteregoI never said it was a wrapper around dbus-send.18:02
robtayloralterego: actually it should work as each will get a seperate bus connection18:02
robtayloralterego: I guess the biggest problem will be in terms of mainloop usage18:02
alteregoI don't think it did work when I tried it. That's why I removed it.18:02
robtayloralterego: does ruby-OSSo use a glib mainloop?18:03
alteregoOf course.18:03
alteregoI suppose they could add a hook into the main loop ..18:03
robtayloralterego: yep, thats all thats needed18:03
*** nelson has quit IRC18:05
robtayloralterego: Connection::glibize18:05
*** red-zack has joined #maemo18:05
robtayloralterego: seems its there18:05
alteregoI'll look into that at some point.18:05
alteregorobtaylor, thanks ;)18:06
robtayloralterego: though there is some kinda wierd errors I can see. It shouldn't be returning that introspection that it is18:06
robtayloralterego: hey, just though i'd actually take a look at the code for once ;)18:07
alteregoHeh18:07
alteregoIf there are just trivial flaws in ruby-dbus I don't mind fixing it.18:07
alteregoI can't remember what errors I was getting and what exactly I was attempting to do.18:08
alteregoBut I'll certainly look back at it as an option.18:08
*** khertan_ has quit IRC18:09
*** mbuf has joined #maemo18:09
Takwhy do you want to make a transparent gtk label?18:11
zwnjoki18:11
Khertan_TheRealTak ... because ... :)18:11
Khertan_TheReala home-desktop applet18:11
Spakman_Khertan_TheReal: I've tried out your suggestion, but the GUI crashes and restarts as soon as I try to start the app when I have the service line in my .desktop :(18:11
Spakman_any thoughts?18:11
Khertan_TheRealand i'm not the only one ... Spakman_ want too ...18:11
Takgtk doesn't really deal with transparency/translucency at all18:12
Spakman_Khertan_TheReal: not tried out the transparent label yet18:12
Khertan_TheRealSpakman_ u have a .service file too ?18:12
alteregoTak, I think it's something to do with Gdk ;)18:12
Spakman_yep, pointing to /usr/bin/my-program18:12
Khertan_TheRealalterego > you re right ... but i don't know how to get gdk from a gtk::label (hum i m talking like a ruby program)18:13
alteregoKhertan_TheReal, it's in there somewhere.18:13
alteregoI actually did this the other day .,. Hang on.18:13
Khertan_TheReali m looking between two compilation between my work :)18:13
gw280my N810 seems to be missing a screw :(18:14
*** vivijim has joined #maemo18:15
alteregogw280, send it to me. I'll keep it safe for you.18:15
gw280no18:15
alteregoThe N810 that is ..18:15
gw280no18:16
gw280http://vm.gwright.org.uk/nokian810.jpg18:16
alteregoDamn,18:16
gw280slightly annoyed :(18:16
zoranyou need a screw to run n810?18:16
gw280no18:17
alteregoI'd send it back, or take it to a Nokia shop.18:17
gw280alterego: I've emailed the company I bought it off18:17
lardmanis it a missing screw or somewhere to screw in a strap?18:17
alteregoThey look like standard torq screws.18:17
gw280lardman: it looks like a missing screw, given that the other side has one in18:18
Takdon't worry, that screw just holds everything together18:18
lardmanfair enough, just a though18:18
*** mbuf has quit IRC18:18
alteregoI wouldn't even bother talking to them. I'd just get a replacement screw ..18:18
zoranand parts around on the floor18:18
alteregoIt's not worth the hassle of sending it back and being without it for god knows how many weeks ..18:18
*** mankod has joined #maemo18:18
gw280alterego: it's been a day... I think that classifies as DOA18:19
alteregoEh?18:19
gw280in the UK the retailer handles the warranty for the first year anyway18:19
lardmangw280: yeah, if you can take it back in person anyway18:19
Spakman_Khertan_TheReal: I'm confused. I have a .service file and a .desktop file (both point to /usr/bin/my_app). In my application I do context = OSSO.initialize "my_app", "0.1.0". Yet, when I start the app, the GUI restarts.18:20
X-Fadegw280: I'd visit a Nokia service center. They will get you a new screw..18:20
lardmangw280: otherwise you'll do well to get a replacement at this time of year18:20
gw280are there nokia service centres in the UK?18:20
Khertan_TheRealSpakman_ > strange18:20
lardmanmust be, not sure they're exposed to the users though18:20
lardmanor vice versa18:20
X-Fadegw280: http://www.nokia.co.uk/A422800618:21
Khertan_TheRealSpakman_ > i can't help you more ... sorry18:21
Spakman_Khertan_TheReal: no worries, thanks for the help so far18:21
Khertan_TheRealSpakman_ > as i do this in python ... and this seems to work18:21
zoranhe could be said "your phone is not working" if he find "right" person18:21
lardmangw280: where'd you get it from?18:22
Spakman_Perhaps my service registration is wrong18:22
Khertan_TheRealgw280> if you shake do you hear the screw moving in the case ?18:22
gw280I can hear something moving, but I don't think it's a screw18:23
zoranpointer?18:24
Khertan_TheRealdon't boring you ... return it ...18:24
Khertan_TheRealif a screw is missing there is two possibility ...18:25
Khertan_TheRealscrew lost between assembly chain and you in transport18:25
Khertan_TheRealor misassembled device18:25
*** Black_ReZ has left #maemo18:25
zoranthe second is more believable18:26
lardmanI wonder if you can tell by looking at the screw thread18:26
Khertan_TheRealthe two is often bad sign ... and you ll probably discover other problem in few time18:26
Khertan_TheRealthe screw thread ?18:26
*** blurrg has joined #maemo18:29
*** khertan has quit IRC18:30
lardmanwell the thread in the hole18:32
lardmansee if it looks used18:32
lardmanprobably best to take it back, but if you have to send it back it might take ages as isn't nearly xmas, etc.18:32
blurrgHi, I have a completely newbie question: Is there an emulator for the n800 or n810 to run tests on apps or do I need to put them on my device to test them with a network and interacting with other apps?18:35
zoranlardman thinks the plastic should change the color or have a sign or usage?18:35
Takblurrg: have you configured a scratchbox environment?18:36
blurrgyes,18:36
blurrgit does not look like the one in the tutorial, though18:36
Takthat should be all you need...18:36
lardmanzoran: oh, it's plastic is it18:36
lardmanmight still see some sign18:36
zoranI think I would replace it, but it could be a pain in the whatever18:38
blurrgok, so I have not finished with the tutorial, but does it tell me how to install other applications there? well, I will keep going with it. Thanks18:38
Takyou can install other applications using apt18:38
Spakman_see ya, folks18:41
*** ab has quit IRC18:42
*** rothiel has quit IRC18:43
*** harobed has quit IRC18:43
Disconnectanyone got tips on a vpnc server for linux?18:43
*** giskard has quit IRC18:46
zoranDisconnect, I see the app for os200618:46
Disconnectthats the client18:46
Disconnecti need a server to connect the other end :)18:46
zoranmaybe they call it vpn concentrator18:48
zoranshould work with ios18:48
*** Zaphot is now known as zaphot18:50
*** zaphot is now known as Zaphot18:52
Disconnectright. unless someone's gonna send me a router/firewall that doesn't help much. (alternately, openvpn for 2008 would work.)18:53
*** alex-weej has joined #maemo18:54
*** ol_schoola has joined #maemo18:54
*** LocutusM has joined #Maemo18:55
alteregoI just picked up some free hardware from work.18:55
alteregoIt was hiding in a really old heavy (and crap looking) 2U rack mount18:55
Takdo they know? :-P18:55
zoranwill we see you this months?  :)18:56
FMzAny word on OS2008 final release date?18:58
L0cutusWARNING: The following packages cannot be authenticated!18:58
L0cutus  wget18:58
L0cutusInstall these packages without verification [y/N]? y18:58
L0cutusE: Some packages could not be authenticated18:58
L0cutus/home/user #18:58
L0cutusops18:58
L0cutuswhy i'm unable to install (as root) wget from cmd line ?!?18:58
sKaBoyL0cutus, write "s", not "y" :)18:58
L0cutuswth...18:59
L0cutus:)18:59
L0cutusthanks18:59
sKaBoyL0cutus, you italian right? i've seen the same bug.. :)18:59
L0cutusyes18:59
sKaBoynp!18:59
Takhooray localization!18:59
*** murrayc_ has quit IRC18:59
L0cutusthis got me crazy ;)18:59
alteregoTak, yeah. I asked.18:59
alteregoIt was being thrown out.18:59
alteregoI don't think  they realised it had a Core2Due based system with 2G of RAM installed and 2x 500G HDD19:00
Takdamn19:00
* alterego checks the speed of the C2D19:00
Takit would be great if the language in question's translation of "yes" began with "n"19:00
*** LocutusM has quit IRC19:01
*** VimSi has joined #maemo19:01
keesj:p19:01
*** VimS has quit IRC19:01
*** bedboi has quit IRC19:01
lopzre19:01
lardmanbye19:02
Disconnectalterego: i've got some old gear but nothing that can handle the various demands of service here. (firewall, logging, vpn, IDS, on a loaded 15Mb line)19:02
*** lardman is now known as lardman|gone19:02
zoranalterego, one would expect opteron/else in 2u19:02
* Disconnect is using an openwrt box now, works really well actually19:02
*** sKaBoy has quit IRC19:03
Disconnectlooks like the old openvpn package might work tho.19:03
alteregozoran, sure, obviously this was just a spare case they threw some desktop hardware in ..19:05
zoranor rather laptop19:05
*** K`zan has joined #maemo19:05
zoranbtw, barcelona was postponed19:06
*** Vulc|Sleeps has joined #maemo19:06
*** Vulc|Sleeps is now known as Vulcanis19:06
*** Vulc|Bleh has joined #maemo19:07
* zoran gone to feed dragons19:07
*** barisione has joined #maemo19:07
*** penguinbait has joined #maemo19:08
alteregozoran, "or rather laptop"?19:09
alteregoAre you calling me a liar? :P19:09
*** eton has joined #maemo19:09
*** ijon_ has quit IRC19:09
penguinbaitmaybe, what are you lying about?19:09
alterego:)19:09
alteregoThe hardware in this old 2U case.19:09
alteregoI need to find an ATX case to put this stuff in.19:10
alteregoIt's a lot better than anything I've got right now.19:10
*** ijon_ has joined #maemo19:10
alteregoMight actually make me more productive ^_^ this craptop I'm using now is so sloow.19:10
*** freakazoid0223 has quit IRC19:11
*** freakazoid0223 has joined #maemo19:12
*** roue has joined #maemo19:12
penguinbaitwhats amazing to me is I have a dual boot system, linux boots and I am on a webpage in less than 60 seconds, Windows XP tablet edition, same machine, takes me 8 minutes before I can start a browser.  Is microsoft ever going to clean it up, or will they just keep depending on more processing power?19:13
alteregoI'm guess they all have a coffee whilst things are booting up.19:14
alteregoGives them a good excuse to have a coffee.19:14
alteregoOr a cigarette or whatever.19:14
penguinbaitmaybe I should start smoking again19:14
alteregoHah19:14
penguinbaitcigarettes I mean :)19:14
alterego"Windows made me start smoking"19:14
penguinbaitI quit cold turkey in 2003, and bought a boat19:15
penguinbaitIf I would have waited a few more years, I could have afforded a bigger boat :)19:15
GeneralAntillesA boat . . .19:15
GeneralAntillesha19:15
Vulc|BlehWhy a boat?19:16
Vulc|BlehZepplins are the way to go.19:16
penguinbaitI like water19:16
GeneralAntillesThat would put me right back on cigarettes.19:16
penguinbaitnice19:16
GeneralAntillesBoats are such a pain.19:16
Takyou can't waterski behind a zeppelin19:16
penguinbaitI like throwing people off tubes!19:16
GeneralAntillesThat's just mean.19:17
penguinbaitbesides I can swim if I need to19:17
alteregoHah19:17
penguinbaitI cant fly19:17
alteregoOr fake your death only to return 5 years later.19:17
Vulc|Bleh[12:17:05] <penguinbait> I like throwing people off tubes! -- Hacker!19:17
Vulc|BlehOh, tubes, not THE tubes.19:17
penguinbaitGA, why is that mean? its fun19:18
Takplus it keeps them from smoking19:18
penguinbaitperhaps if you got out more often, you could work on that tan ;)19:19
penguinbaitheh, yes it does19:19
GeneralAntillesBoat was sold in January.19:19
GeneralAntillesGood riddance. ;)19:19
penguinbaitWell mine has never seen salt water19:19
GeneralAntillesYeah . . . that helps a bit.19:20
penguinbaitwhat was your issues with the boat19:20
penguinbaitI heard definition of boat = whole in the water you throw money into19:20
penguinbaithole19:21
penguinbaitnot whole19:21
jumpulahole world19:21
penguinbaitits lunchtime here in michigan, off to grub!!19:22
penguinbaitsee ya19:22
GeneralAntillesBoats are fun, but it's just a tone of work to keep them going.19:22
*** penguinbait has left #maemo19:22
deejoeBreak Out Another Thousand19:22
*** fab has joined #maemo19:22
GeneralAntillesYeppers.19:22
*** Vulc|Bleh has quit IRC19:24
*** koen has joined #maemo19:24
*** cesman has quit IRC19:24
Sampppacan i sign .dep package correctly to be uploaded to extras if i built that .deb with dpkg-buildpackage -rfakeroot -sa -us -uc -D19:27
Sampppatutorial says that it should be build with dpkg-buildpackage -rfakeroot -i19:28
Takshould be ok19:29
Sampppaok19:29
Takalthough -D suggests that your build dependencies are broken19:29
Sampppaguess why i wasnt getting proper gpg key?19:29
Tak...which might indicate that the installation dependencies will be incorrect as well19:30
Takwhy?19:30
Sampppai was running ubuntu on vmware and some how it fucked it up19:30
keesjfunny I have to use --host=arm-linux for moost configure based programs (sdl-gfx)19:30
Sampppano id did keygen without vmware and it worked19:31
Takkeesj: I didn't19:31
Takoh, I also got visualboyadvance to build in the chinook env19:32
keesjI am loosing so much time becasue of sbox right now , it was supposed to help me19:32
Takso I guess it's not a g++ issue19:32
*** mazzen has quit IRC19:33
keesjnow figthing with readline19:33
keesjit still is black magic for me where the SDK's are produced19:33
*** elpaso has joined #maemo19:36
elpasoHi19:36
elpasoAny lucky owner of a n810 is willing to test my first chinook tuxpaint port? I still don't have one (yet).19:38
*** simon_ has joined #maemo19:39
Takelpaso: just upload it to extras-devel and let them take their chances ;-)19:39
elpasoI will do it but not now, I just dont' remember how to do it, the last time took me hours :(19:39
*** Dar has quit IRC19:41
Takadd entry to /etc/dput.cf , then `dput whatever_you_titled_the_entry tuxpaint_whatever.changes`19:42
*** mk8 has quit IRC19:42
*** mankod has quit IRC19:42
*** Zaphot is now known as zaphot19:43
* Tak hate busybox so much19:45
*** Atarii` has joined #maemo19:45
*** zaphot is now known as Zaphot19:45
*** roue has quit IRC19:48
*** ch4os_ has quit IRC19:50
*** Atarii has quit IRC19:50
*** Atarii` is now known as Atarii19:50
elpasoTak: no debian signature needed?19:51
Takoh, I figured you'd already signed them19:51
Takthen add a debsign in there19:51
elpasoTak: the last time I packaged something was more than 6 months ago... my memory leaks19:52
*** GeneralAntilles has quit IRC19:53
Takyou should try garbage collection19:54
Takyay more swap!19:55
* Tak consider reinstalling python19:55
L0cutuswhat is the right command line to pass to the flasher to flash only a kernel image ?19:58
Takto flash a kernel image, or to flash the kernel portion of a fiasco image?19:59
L0cutuszImage19:59
L0cutusthis one: http://fanoush.wz.cz/maemo/kernel-rx-34-2.6.21.0.tar.gz20:00
Takwouldn't it be `flasher -k kernel_image -f -R ?20:00
L0cutusperfect, thanks :)20:00
*** javamaniac has joined #maemo20:02
elpasoTak: just added some DDR2 ECC to my left brain side :)20:03
*** AD-N770 has quit IRC20:03
*** ch4os_ has joined #maemo20:07
*** booiiing has quit IRC20:09
*** flatface has quit IRC20:11
elpasoOk, uploading to extras-devel-chinook...20:12
*** geaaru has joined #maemo20:13
Takhuzzah!20:13
elpasoBut I did not test it on N810 since I don't have one, just hope that works.20:15
Taksame with all of my packages20:16
elpasoDo they give feedback?20:16
TakI did get some feedback eventually20:16
elpasoFrom who?20:17
elpasoNokia?20:17
Takno, from somebody who installed the package20:17
elpasook, let's wait and see20:18
*** flatface has joined #maemo20:18
|Rhttps://bugs.maemo.org/show_bug.cgi?id=176 <- hehe nice (ogg)20:18
*** mankod has joined #maemo20:23
*** Zaphot is now known as zaphot20:23
*** blurrg has left #maemo20:24
*** zaphot is now known as Zaphot20:24
*** elpaso has left #maemo20:26
*** ijon_ has quit IRC20:26
*** ijon_ has joined #maemo20:27
Sampppais it possible to upload extras with scp?20:28
Sampppawithout dput?20:28
Taksupposedly20:29
keesjSampppa: I you manage I would be very interrested!20:31
Takwhoever's doing all the on-mac development is doing it, iirc20:32
*** cmarcelo has joined #maemo20:32
*** Zaphot is now known as zaphot20:33
*** zaphot is now known as Zaphot20:34
*** djcb has joined #maemo20:35
*** DgtlNight has joined #maemo20:35
*** zodman has joined #maemo20:35
*** frade has joined #maemo20:36
*** NetBlade has quit IRC20:37
Sampppahow long does it usually takes for application to show up to extras repo after uploading?20:38
*** guardian has quit IRC20:40
Takminute or two20:41
*** krau has quit IRC20:43
*** sergio_ has quit IRC20:44
*** krau has joined #maemo20:44
*** zodman has left #maemo20:44
*** wms has joined #maemo20:45
*** mazzen has joined #maemo20:45
*** Pio has joined #maemo20:46
*** celesteh has joined #maemo20:48
Sampppathere comes no notification if the package is not accepted to extras?20:51
*** nelson_ has joined #maemo20:52
*** pleemans has joined #maemo20:55
*** tapz has joined #maemo20:56
keesjlame debian sh*t20:59
nelson_what's lame debian sh*t?20:59
nelson_Or are you referring to all lame debian sh*t in general?20:59
keesjThey win the competution in how to make things difficult , badly documented and just plain anoying.21:00
keesjIt still treats me like an idiot : apt-get -d install libreadline4: -> libreadline4 is already the newest version.21:00
Takkeesj: I think you're thinking of gentoo ;-)21:01
keesjI't all just to complicated and that is why there are so much errors in the repositories and such21:01
keesjno, no gentoo has good kerma21:02
keesjkarma21:02
Takapt-get --reinstall --download-only libreadline4 ;-)21:02
Tak + install21:03
*** k-s has joined #maemo21:04
keesjthanks!21:04
keesjall I need are guru's!21:04
*** Vudentz has quit IRC21:07
*** ch4os_ has quit IRC21:07
*** mgedmin has quit IRC21:08
*** msanchez has quit IRC21:22
*** guardian has joined #maemo21:24
*** mazzen has quit IRC21:32
*** _berto_ has quit IRC21:33
*** nelson_ has quit IRC21:38
*** nelson_ has joined #maemo21:38
*** Ryback_ has quit IRC21:38
*** Ryback_ has joined #maemo21:38
*** Zaphot is now known as zaphot21:41
*** zaphot is now known as Zaphot21:43
*** nelson_ is now known as nelson21:46
*** sxpert has quit IRC21:50
*** sxpert has joined #maemo21:50
*** playya_ has joined #maemo21:51
*** t_s_o has quit IRC21:53
*** Sansjo has joined #maemo21:53
*** Sansjo has left #maemo21:53
*** ab has joined #maemo21:54
*** sxpert has quit IRC21:57
*** sxpert has joined #maemo21:58
*** penguinbait has joined #maemo21:58
*** Disconnect has quit IRC21:59
*** javamaniac has quit IRC22:00
K`zankeesj: Gentoo is wonderful as long as you never try to update it - seems to break something everytime (well, almost) you try :-(.22:07
*** playya has quit IRC22:07
*** sxpert has quit IRC22:07
*** sxpert has joined #maemo22:08
*** DgtlNight has left #maemo22:08
*** alterego has quit IRC22:11
*** lopz has quit IRC22:11
*** rtp has quit IRC22:13
*** MagicFab has joined #maemo22:14
*** freychef has joined #maemo22:14
*** koen has quit IRC22:15
*** lopz has joined #maemo22:15
Atariiso usb host mode works with 2008OS now?22:20
*** ol_schoola_ has joined #maemo22:21
penguinbaityes22:22
penguinbaityes it does22:22
penguinbaitmass storage and cdrom/dvd devices, and perhaps others22:22
*** ol_schoola has quit IRC22:22
*** lopz has quit IRC22:23
K`zanNeed to get a drive in the usb->ide enclosure and see how that works out.22:23
*** rtp has joined #maemo22:23
*** Vudentz has joined #maemo22:23
penguinbaitits works22:23
*** matt_c has quit IRC22:23
Atariidamn even more of a reason to upgrade my 77022:23
penguinbaitI mounted my 30GB USB drive22:23
K`zanIs the USB in the n800 smart enough to limit the current (200 mA IIRC) if something tries to draw more or does it just burn something up?22:24
penguinbait770 has always supported USB devices22:24
K`zan30G on an n800 LOL, love it :)22:24
penguinbaitcd/dvd support22:24
penguinbaithttp://www.internettablettalk.com/forums/showthread.php?t=12491&highlight=cdrom22:24
Atariipenguinbait does usb wifi work on the 770?22:25
penguinbaitIt provided power to my usb thumb drive, I needed extra power for usb hard drive22:25
Atariiive read so much stuff on the forums its infomation overload22:25
Tak770 didn't provide power, though22:25
penguinbaitand my cd/dvd use wall power22:25
K`zanI tried a USB-<serial dongle and an ethernet dongle and it said "not supported" but it did that with my USB SD card reader too, but then it mounted it.  Dunno.22:25
*** mazzen has joined #maemo22:25
K`zanOh yes, the USB-IDE enclosure has it's down power supply.22:25
*** sxpert has quit IRC22:25
penguinbaitno 770 did not provide power, thats correct, you need a split cable 9$22:26
*** lopz has joined #maemo22:26
K`zanI made up my own power injector :-).22:26
*** sxpert has joined #maemo22:26
suihkulokkisomeone should try a usb-vga adapter :P22:26
K`zanhttp://wrlabs.shacknet.nu/~vw/tmp/USB-PI/22:26
K`zanLOL22:26
penguinbaitif I had more adapters, I would compile some more modules22:26
penguinbait:022:26
K`zanI found a set of USB adapters at the local thrift store with female A on one side and all sorts on the other.22:27
penguinbaitI am using Nokia provided cable, and 1 2$ Female A to Female A gender bender22:28
K`zanLater discovered either a bad adapter or A to A cable, need to get back to checking that out.22:28
penguinbaitworks great22:28
Takwtf - is that coax?22:28
K`zanYep, a double female and a couple cables takes care of a lot of problems :).22:28
penguinbaitCost more for shipping that adapter22:28
K`zanNope, the black thing is an input for a wall wart.22:28
K`zanLocal thrift store gets some good stuff from time to time.22:29
penguinbaitwere those pictues taken from n800, god thats awful22:29
K`zanNow need to find a serial terminal and look over the modules I downloaded earlier to see if what I have is invluded there.22:29
K`zanYes, they are.  That is why I don't want an n810...22:30
penguinbaithhehe22:30
K`zanIf the gps and keyboard are equally shitty, I'll go external BT stuff (as I have :-).22:30
K`zanCamera was a waste IMO22:30
penguinbaitit says VGA which is 640x480 n800 was not as high resolution was it?22:30
K`zanHeh, I'm not sure what the res on the n800 actually is 640x something...22:31
penguinbaitgod I hope the camera is better22:31
Takdid anyone ever make a camera app that averages N frames into an image?22:31
K`zanYeah, that thing in the n800 is a bad joke.22:31
K`zanWhy would anyone bother with the camera in the n800?22:31
K`zanBetter than nothing, but not by much.22:32
K`zanThe one I had back in the 1990s (casio) was FAR better than that thing :).22:32
Takit was never supposed to be used for stills, apparently22:33
wumpusfor movies it's just as bad :P22:33
K`zanHopefully my BT keyboad will actually make it here today.  Worst shipping experience from Amazon yet.  Everything else I ordered from the other side of the country is already here and has been for a few days now.  The stuff from Amazon itself (in town here) went to the other side of the country and is slowly making it's way back :-).22:34
*** javamaniac has joined #maemo22:34
K`zanWas supposed to be here yesterday...22:34
K`zanGlad I didn't take the day off to wait for it :-).22:34
*** BeBraw has quit IRC22:34
*** roue has joined #maemo22:35
penguinbaitthe tech specs on the n800 just says integrated camera, the n810 says VGA which is 640x480,  those pictures you show are 640x480.  Man I really hope they changed something, the quality of the VGA on n800 is useless, I had really assumed they fixed that.22:35
*** rtp_ has joined #maemo22:36
K`zanIt is supposed to be better outside with good light.  Those where shot on the desktop here with a fluorescent ...22:36
K`zanBut I agree, if it sucked it would be a major improvement :)22:36
penguinbaithehe22:37
penguinbaitmajor22:37
K`zanIn theory (according to DHL tracking) my package from Amazon has finally made it back to scabattle...22:37
K`zanMaybe by Friday...22:38
K`zanShould have ordered it from newegg...22:38
bstockanyone know a good place to get an n810 fairly soon in the US? everywhere I look says backordered 2-3 weeks :(22:38
K`zanNope, I am not even looking :-)22:38
K`zann800 camera convinced me that built in stuff was something I didn't need to pay all the extra for.22:39
derrickif you have a compusa in your area try there22:39
bstocknah the one that was here closed down a few months ago22:40
K`zanLooks like buy.com has them:  http://www.buy.com/prod/Nokia-N810-Internet-Tablet-Full-Pull-out-QWERTY-Keyboard/q/loc/101/206228943.html22:40
K`zanovernight shipping :-)!22:41
bstocksays 'Temporarily Sold Out.' under the add to cart button22:43
K`zanOops, yes, sorry :-(.22:43
*** RushPL has quit IRC22:44
K`zanGo with an n800 and get a bt gps and keyboard :-).22:44
bstocktoo much to carry around, i mainly want the built-in keyboard22:45
K`zanMuch cheaper :).22:45
bstocki already have bt gps for my 77022:45
bstockcompany is paying for it22:46
K`zanI really like having a choice.22:46
K`zanThat helps :-) !!!22:46
bstockheh ya22:46
K`zanGet two, one as a backup ;-)!22:46
bstockheh i dunno if they'll go for that22:46
K`zan"Mission Critical(TM)" :-)22:46
bstockthey'll say i have my 770 as a backup22:47
K`zanOh well :-/.22:47
*** RushPL has joined #maemo22:47
bstockya, sucks this isn't available anywhere22:47
K`zanOnly if they bought it for you (770) :-)22:47
*** Disconnect has joined #maemo22:48
bstockya they did22:48
*** rtp has quit IRC22:48
K`zanOops LoL, well it was bloody decent of them.22:48
K`zanI almost got the 770, like the form factor better, but the RS cards killed it for me...22:48
bstockya. i held off on asking for an n800 since the only real upgrade was speed22:48
Takyeah, I prefer the 770's form as well22:49
*** svu has quit IRC22:49
K`zan"Get your work done faster" :-)22:49
K`zanBut if they will get you an 810, go for it.22:49
Takthe real upgrade with the n800 was storage22:49
bstockbut with the n810 i'll get speed plus hw keyboard, the keyboard is a major seller since i have to ssh into servers and typing on the onscreen keyboard kinda sucks22:49
K`zanI got 6G in it and have yet to put a real dent in it, maps seem to be the biggie.22:49
Takheh, music for me22:50
*** lubyou has joined #maemo22:50
K`zanYeah, pecking gets old in a hurry, that is why i ordered the fold up BT keyboard.  If it is half as good as the on for my old Palm C3 (vx) it will be wonderful.22:50
Takalthough if my headphone jack is really going out, it'll put an end to that22:50
K`zanI quit patronizing the "entertainment" mafias...22:50
K`zanBT stereo headset :-).22:51
*** Zaphot is now known as zaphot22:51
*** lopz has quit IRC22:51
K`zanWould really be nice to have a bt heaset work on the desktop box, being tethered is a REAL PITA.22:52
|Rhttp://www.carrypad.com/journal/2007/12/nokia-n810-unboxing.html <- qwertz keyboard... first time i see something other than qwerty... anyone seen others?22:52
*** svu has joined #maemo22:52
K`zanBut that isn't ready for prime time, yet.  Spent a week or so trying, best I did was get it working for music VERY briefly.22:52
TakK`zan: there's plenty of non-riaa music22:53
*** zaphot is now known as Zaphot22:53
K`zanTak: Yes, and those I do support.22:53
K`zanI worked in the "entertainment" industry for a while when I was younger and it is a mafia...22:54
K`zanI think my old boss is still in prison :).22:54
*** lopz has joined #maemo22:54
dragorn|R: must be a non-us layout22:56
|Rdragorn : yep german :)22:56
|Rdragorn : but i'm curious to see the french or other layouts on a small keyboard...22:56
*** slomo has quit IRC22:57
*** MagicFab has quit IRC22:58
*** ryanfaerman has joined #maemo23:00
*** MagicFab has joined #maemo23:00
shackanI have no idea why everyone is creaming himself over ANOTHER MEDIA PLAYER23:04
K`zanYeah, perplexes me too :)23:04
shackanyes, it plays music, doesn't cure world hunger23:04
*** kriebz has quit IRC23:05
Takwhich media player is this?23:05
K`zanWould really like to see a decent PIM that is palm (jpilot) syncable...23:06
shackanthe one everybody is waiting for like the second coming of jesus23:06
K`zanLOL23:06
Takah23:06
Takeverybody was like that for the first release too23:06
*** k-s has quit IRC23:06
K`zanI've decided I can be patient or go back to 2007...23:07
K`zanSo far managing to be patient :-).23:07
vegai|R: waiting for a decent dvorak variant for that...23:08
*** lmoura has quit IRC23:08
*** sxpert has quit IRC23:08
|Rvegai :)23:09
*** frade has quit IRC23:13
*** krau is now known as krau|away23:14
*** Vulc|Bleh has joined #maemo23:16
*** sxpert has joined #maemo23:17
*** Fritzy has quit IRC23:18
*** geaaru has quit IRC23:21
penguinbaitdvorak23:21
penguinbaitugh!23:21
*** penguinbait has quit IRC23:21
*** k-s has joined #maemo23:25
*** gopi_ has quit IRC23:27
*** ryanfaerman has quit IRC23:27
keesjK`zan: gentoo is the only sysem I can keep running for longer than one year23:29
*** pleemans has quit IRC23:29
keesjubuntu is a good second choice23:30
keesjIMHO of course23:34
*** asgeirf has joined #maemo23:36
*** ol_schoola_ has quit IRC23:37
*** pvanhoof has quit IRC23:41
*** Zaphot is now known as zaphot23:41
*** JussiP has joined #maemo23:41
*** zaphot is now known as Zaphot23:44
K`zankeesj: Had gentoo here for a couple three years now and as long as I don't try to update it, it does just fine.  Haven't touched it in over a year now :-).23:47
*** zpol has joined #maemo23:47
*** wms has quit IRC23:51
*** pvanhoof has joined #maemo23:53
*** luck^ has quit IRC23:53
*** lophyte has quit IRC23:56
*** MoRpHeUz has joined #maemo23:58

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