IRC log of #maemo for Friday, 2008-02-08

lcuk_2am i right in thinking i can get scp to copy a file to my 810 from the vmware box?00:01
lcuk_2(from the command line as part of a script)00:01
GeneralAntillesSure, why not?00:01
*** vbatts has quit IRC00:02
lcuk_2because everything else is throwing itself at me and failing so why should something work...00:02
* lcuk_2 is at a low ebb00:02
*** vivijim has quit IRC00:02
*** Alendit__ has quit IRC00:03
*** etrunko has quit IRC00:05
GeneralAntillesIt can only get better from here!00:05
*** mwaldron has quit IRC00:05
lcuk_2indeed it bloody well can!!!!00:05
*** geaaru has quit IRC00:06
lcuk_2i gave up on the vmware box and was reextracting and considered what i would do if it worked...00:06
lcuk_2and it did :D00:06
GeneralAntillesLots of alcohol?00:06
lcuk_2i just downloaded a standard sdl program example from the web and compiled for x8600:06
lcuk_2it was failing when i did same with ANY compile when i switched to armel to actually see it on the device00:07
lcuk_2nahhh, no beer yet, tho there will be now00:07
lcuk_2as long as scp works now i can edit in windows over a folder (like i do for normal work), automatically save+rebuild+send (with scp..) the final copy to device for instant testing00:09
* lcuk_2 was gettin frustrated at damned device cos everything i tried i needed some other knowledge00:10
GeneralAntillesIt's like reading wikipedia. :P00:10
GeneralAntillesIt never ends!00:10
*** pH5 has quit IRC00:10
lcuk_2yer...00:10
*** sp3000 has quit IRC00:11
lcuk_2because there wasn't one stage which worked consistently through everything every corner had new surprises00:11
jottand beware of recursions! always remember the fixpoint to get out!00:12
lcuk_2i kept wanting to click my heels, but i heard the wicked witch (ballmer) throwing chairs and waving a copy of Vista at me and knew i had to stick it out00:13
lcuk_2has anyone tried visual studio 2008 yet, does it feel more like original visual studio yet?00:14
*** dolske has quit IRC00:15
*** t_s_o has quit IRC00:15
jottwhat's original? the ones before .net? ;)00:16
lcuk_2yer00:16
lcuk_2the fast ones00:16
jottuse vi instead, it's pretty fast ;)00:17
pupnikomfg .. lmao.  The cars playing at Live AID had a DEC VT-100 terminal on stage:   http://www.youtube.com/watch?v=CCXkAN28urU&NR=100:18
lcuk_2fast mouse scrolling? selecting? the key only interface doesnt fit well - i prefer to put hands in certain places to do certain jobs, not have an all in one steering wheel00:18
jottlcuk_2: use vim then ;>00:20
*** NetBlade has quit IRC00:23
Redline`heh. I have all of Live Aid recorded on VHS in storage somewhere.00:23
*** smackpotato has joined #maemo00:24
*** ywwg has quit IRC00:25
*** MoRpHeUz has quit IRC00:26
*** slomo has quit IRC00:30
*** felipec has joined #maemo00:31
*** fab has quit IRC00:31
pupnikhttp://home.earthlink.net/~yaking/html/wsnHIST.html   ahh Redline` it was a Synclavier - about a $150,000 - $400,000 sampler00:32
*** j0tt has joined #maemo00:33
*** leif has joined #maemo00:34
lardmanwhy is maemo.org sooooo sloooooooow?00:34
*** leif is now known as synth_leif00:34
inzlardman, because it is hosted on a 770 behind a 2400 modem?00:35
lardman2400 is too generous00:35
lardmanbut that's probably about right :)00:35
synth_leifLCARS for ITOS2008 was released yesterday00:35
synth_leifhttp://synthesize.us/LCARS_PADD00:35
synth_leifand yes, this version is properly uninstallable :)00:36
*** MagicFab has quit IRC00:36
lcuk_2in sdl if i want to load an image file using IMG_Load(...) and the file is stored in the same path as the executable should i be able to just call it with img = IMG_Load("pic.PNG");00:37
lcuk_2or d i need a full path descriptor IMG_Load( "./pic.PNG")00:38
lcuk_2if its the first, does sdl have a problem with PNG files in general on maemo?00:39
*** Cymor-Work has quit IRC00:39
*** p| has quit IRC00:40
lardmanwhen the scratchbox installer script downloads the packages, where are they downloaded to?00:40
lardmanI already have them and need to fool it, otherwise I'll be here all year00:40
*** Dregz is now known as Dogmoloid00:41
lardmanhmm /tmp00:41
*** playya_ has quit IRC00:42
j0ttlcuk_2: both are bad solutions imho.. and png should work fine. maybe you should look for IMG_GetError() if image is null..00:44
j0tt(if the result of IMG_Load() is null)00:44
lcuk_2i did: "Couldn't open m_pointer.png"00:44
lcuk_2its very helpful..00:44
lcuk_2i was seeing if it was the path that i entered or the actual image loader00:45
lcuk_2it works when i run it in chinook_x8600:45
*** jott has quit IRC00:45
*** synth_leif has quit IRC00:45
j0ttremember that *nix filesystems are usually case sensitive :)00:45
lcuk_2but when i convert to chinook_armel it crashes with that error00:45
j0tthmm00:45
lcuk_2running on the device00:45
*** j0tt is now known as jott00:46
*** juergbi has quit IRC00:46
*** aleasoft has left #maemo00:46
lcuk_2ahhhhhhhhhhhhh00:47
lcuk_2....00:47
lcuk_2i know the difference...00:47
Mouseywhat?00:47
Mouseyno video in maemo's skype?00:47
lcuk_2nope, on scratchbox console i was in the folder00:47
lcuk_2its a startin folder thats different00:48
lcuk_2the files don't exist at console i ran with a path00:48
jottyeah well as i said, using a relative path is not a good idea00:48
* lcuk_2 changes his startin folder and magic happens00:48
jottatleast not relative to the PWD00:49
*** playya has joined #maemo00:49
lcuk_2its ok, now i have slapped my forehead i wont make that mistake again00:49
*** Dogmoloid is now known as GenucoBadmatray00:50
*** bilboed has quit IRC00:50
jottlcuk_2: also look at those, if you have not yet: http://lazyfoo.net/SDL_tutorials/00:50
lcuk_2now i know whats needed to compile things and have a base system i can look at lots of stuff00:51
GeneralAntillesAhaha . . . LCARS is too much.00:51
lcuk_2i have ran into lots of issues recently getting something up and running and just cured all of them by re-wiping my vmware box and starting again00:51
lcuk_2does it work GeneralAntilles00:52
GeneralAntillesYeah00:53
lcuk_2thanks jott i will give those a good work through00:53
GeneralAntillesIt's absolutely incredible.00:53
lcuk_2excellent i think ill try it00:53
GeneralAntillesIt's like being teleported to the future. :P00:53
* jott also installes it ;)00:53
*** lcuk has joined #maemo00:53
lcuk_2http://synthesize.us/LCARS_PADD00:53
GeneralAntillesI can't possibly be seen in public with this, but it's definitely going on the stay-at-home tablets.00:54
lcuk_2lol00:54
lcuk_2the guy at work will look all shakey if i show him this - there is no way i am leaving him alone with it tho00:54
jotthehe just glue on some rubber ears and no one will ask dumb questions :P00:54
*** |tbb| has joined #maemo00:55
*** felipec has quit IRC00:55
lcuk_2lol - i cant i became a jedi last week and its all just wrong00:55
lcuk_2i cant hold a light sabre and a LCARS pad00:55
GeneralAntillesHaha00:55
GeneralAntillesThe sounds are too much.00:55
GeneralAntillesI've got a new job for rm_you. . . .00:56
lcuk_2i might turn my device into HAL00:56
*** sx|lappy has quit IRC00:56
*** murrayc has quit IRC00:57
*** GenucoBadmatray has quit IRC00:57
Tama^3GeneralAntilles: I can't possibly be seen in public with this, but it's definitely going on the stay-at-home tablets. <---- Girlfriend says: "It's either me or the tablet!"00:57
*** cmarcelo has quit IRC00:58
GeneralAntillesHaha00:58
*** GenucoBadmatray has joined #maemo00:58
*** ha1f has quit IRC00:58
*** GenucoBadmatray has quit IRC00:59
Mouseylcars works on n810 yet?00:59
*** mk8 has quit IRC00:59
*** GenucoBadmatray has joined #maemo00:59
shackanGeneralAntilles: terrific00:59
GeneralAntillesYes, Mousey.00:59
GeneralAntillesJust announced00:59
GeneralAntillesscroll up.00:59
Mousey yippie! ^_^00:59
pupnikhey thanks for the sdl link jott01:00
Mouseyty!01:01
*** dolske has joined #maemo01:01
shackanan appropriate icon theme is in order :(01:01
*** matt_c has quit IRC01:01
*** aloisiojr has quit IRC01:02
GeneralAntillesRestart, shackan.01:02
GeneralAntillesEr, unless you're talking about everything but the toolbars.01:03
GeneralAntillesWhich you probably are.01:03
shackani am01:03
*** vcgomes has quit IRC01:04
*** Navi is now known as Navi_Blue01:05
*** hfwilke has quit IRC01:05
jotthehe nice the LCARS on top changing to 802.11 :)01:05
GeneralAntillesand the rest of the toolbar icons.01:05
*** Navi_Blue is now known as Navi01:06
*** matt_c has joined #maemo01:06
jottyeah only LoadApplet does not fit ;)01:06
GeneralAntillesand advanced backlight. :(01:08
|tbb|is it possible to switch back to default theme after installing LCARS theme?01:08
*** ch4os_ has quit IRC01:09
GeneralAntilles|tbb|, it's all covered on the website.01:09
GeneralAntillesBut, switch to a normal theme01:09
GeneralAntillesuninstall lcars-complete01:09
GeneralAntillesreboot.01:09
GeneralAntillesDO NOT UNINSTALL AN ACTIVE THEME!01:09
lcuk_2lol01:10
lcuk_2are themes included in the backup?01:10
GeneralAntillesAre applications?01:11
lcuk_2the theme info01:11
GeneralAntillesOh, that, yes.01:11
*** leo2007` has quit IRC01:11
lcuk_2cool01:11
GeneralAntillesIf you do uninstall the active theme.01:11
GeneralAntillesJust turn off the watchdogs01:11
GeneralAntillesmake sure it's set to autoconnect. ;)01:12
GeneralAntillesssh in and reinstall it01:12
lcuk_2no, i wont anyway01:12
GeneralAntillesI'd guess that should fix things.01:12
lcuk_2i just like to make sure ive got everything backed up01:12
lcuk_2i will be making an auto sync soon enough for my code etc01:12
*** GenucoBadmatray is now known as graytray01:12
GeneralAntillesBoot from sd and just run a backup script every week on so.01:13
*** aloisiojr has joined #maemo01:13
GeneralAntillesEr, setup a partition on the SD, anyway.01:13
*** graytray has left #maemo01:13
*** ha1f has joined #maemo01:13
lcuk_2not for now, im just about getting used to this as it stands01:13
jottnow we need some decent lcars applications ;)01:14
lcuk_2i can reformat the mmc2 device cant i to a format which understands execute permissions cant i?01:14
*** matt_c has quit IRC01:14
lcuk_2-cant i01:14
*** andrunko has quit IRC01:15
*** cesman has joined #maemo01:15
*** lcuk has quit IRC01:16
*** MagicFab has joined #maemo01:16
GeneralAntillesSure, lcuk_2.01:16
jotthttp://www.lcarscom.net/images/nakadapanel.jpg something like that for home automation control ;)01:17
GeneralAntillesI would at least install fanoush's initfs so you can recover with USBnet if anything goes wrong.01:17
GeneralAntillesHaha01:17
jotthttp://www.lcarscom.net/images/Okud_still_perriker.gif and this as wikipedia frontend ;)01:17
GeneralAntillesjott, that would be way too far over the top.01:17
GeneralAntillesAhaha01:18
*** k-s[WORK] has quit IRC01:18
*** lardman has quit IRC01:19
*** Tuco800 has quit IRC01:20
*** mazzen has quit IRC01:20
*** barisione has quit IRC01:22
jottGeneralAntilles: hehe go to http://lcarscom.net/databank.htm with a fullscreen browser on the IT (and disabled url bar)...fits nice ;)01:23
maddlerGeneralAntilles: wanna laugh? I wasn't able to change *that* domain nameservers! :)01:23
jottthe scrollbar merges with the rest ;)01:23
*** Ryback_ has quit IRC01:24
jottthis site is hilarious on the tablet ;)01:25
elbI keep poking at URLs on my laptop screen with my finger01:27
GeneralAntilleselb, it's terrible, isn't it?01:27
elbit is01:28
GeneralAntillesMakes me want to petition Apple for touchscreen laptops.01:28
GeneralAntillesThe worst part is that I don't use laptops except when I'm at home with my family.01:28
GeneralAntillesI end up going right into "tablet-mode".01:28
lcuk_2eee should be least expensive "fullsize" tablet if they make it01:28
*** lardman has joined #maemo01:29
lardmanI'm not impressed with the debian scratchbox installation instructions01:29
*** TimRiker has quit IRC01:29
lcuk_2is it much more complicated to keep it inside a vmware frame?01:36
lcuk_2cos if not, why not use the prebuilt environment?01:36
lardmanI've never used vmware01:41
lardmanIt's a hell of a lot easier to install from tarballs than from .debs; I'm stuck now with it installed but no groups created nor users01:42
lardmanpoor instructions in the install.txt file01:42
*** AD-N770 has quit IRC01:43
*** jegp has left #maemo01:46
lardmantime to logout to join sbox01:48
*** lardman has quit IRC01:49
*** kSiR has joined #maemo01:50
kSiRAny one around that can help with with a simple issue?01:50
*** Cptnodegard has quit IRC01:51
Mouseywow01:51
kSiRTaking that as a no01:51
Mouseyanyone know how to fix the LCARS theme words on the side?01:51
Mousey...that wasn't even english01:52
* Mousey tries again01:52
kSiRI am looking for the "Lock code" for the 2007 "hacked" OS01:52
*** Raistl|n has joined #Maemo01:52
kSiRI cant set it, so I cant lock my device.01:52
Mouseythe words "menu" and "lcars" overlap each other in the theme01:52
MouseykSiR: out of the box i think it was 1234501:52
pupnikhttp://www.svatopluk.com/daggerfall/download/interkarma.stm  very cool daggerfall utilities01:53
kSiRI tried that, and it will not set it01:53
kSiRI have root access is there any files that can be adjusted to fix this?01:53
GeneralAntillesYou restart, Mousey?01:54
GeneralAntillesWorks fine here.01:54
Mouseyyes01:54
GeneralAntilleskSiR, it doesn't change with a flash01:54
GeneralAntillesso it's whatever you (or somebody else) set it to.01:54
GeneralAntillesYes, there's a way to check from the booted system01:54
GeneralAntillesdon't recall it off-hand, though.01:54
MouseyGeneralAntilles: think it might have to do with my rearranging the buttons? [web under contacts, menu on top"01:54
Mousey?01:54
GeneralAntillesAh01:55
GeneralAntillesMaybe01:55
GeneralAntillesMine's default.01:55
* elb cuts the useless contacts menu with a knife01:55
GeneralAntillesTry changing to default?01:55
GeneralAntillesI use it, elb. :P01:55
*** b0unc3_ has joined #maemo01:55
elbwhatever for?01:56
kSiRhurm... yes I bought this from some one else, and I just called them and they havent a clue...01:56
elbI guess if you had a lot of time to kill, the contacts application uses a lot to ... do anything01:56
*** tjafk3 has joined #maemo01:57
*** tastier has quit IRC01:58
*** tastier has joined #maemo01:58
MouseyGeneralAntilles: ah, well there's some mumblings under known issues on dude's site01:58
GeneralAntilleselb, SIP, e-mail, . . . contacts. :P01:58
Mouseyi wish contacts and mail were mappable to other programs..01:58
GeneralAntilleskSIR, there's a thread on ITT covering the solution.01:58
elbI was unimpressed with the built-in emails as well01:59
GeneralAntillesI believe, anyway.01:59
Mousey..or rather. i wish i was smart enough to make it do it01:59
elbI keep meaning to look at claws and modest01:59
Mouseymodest seriously needs mail filters before i can completely abandon clawsmail01:59
elbsylpheed was decent enough, way back in the day01:59
*** b0unc3 has quit IRC02:01
*** b0unc3_ is now known as b0unc302:01
*** |tbb| has quit IRC02:01
Mouseyi wish there was a 16 pt version =(02:02
*** dneary has quit IRC02:02
* Mousey wonders if he just asks too much02:02
GeneralAntillesbugs.maemo.org :P02:02
GeneralAntillesenhancement requests for great justice!02:02
* elb shudders at the idea of being tied to a GUI mail client for filtering02:02
Mouseyinstall mutt02:03
Mouseyor something02:03
elbI use mutt as my primary client, but I don't do (inbound) filtering in mutt02:03
elbthat's all handled before the mail hits my mailbox02:03
*** pdz- has joined #maemo02:04
Mouseyi should install scratchbox02:04
Mouseythat's the impression owning this thing gives me02:04
elbin fact, I'd be more excited about using a mail client on my tablet if my busted-ass imap server didn't disconnect mutt any time the tablet checked mail02:04
*** pvanhoof has quit IRC02:06
pupnikhttp://bethblog.com/?p=93#comments  request a licensed port of The Elder Scrolls: Arena to the Nokia Internet Tablets here02:09
Mouseyyea. rearranging menu buttons fixes text02:09
*** tjafk2 has quit IRC02:13
*** pdz has quit IRC02:17
*** tastiest has joined #maemo02:18
*** tastier has quit IRC02:19
*** Nzrkehjj has joined #maemo02:20
*** Tuco has joined #maemo02:22
*** lttlflla has joined #maemo02:25
lttlfllahi02:26
lttlfllacan i ask qns here?02:27
jottyou just did :)02:28
jott(go ahead)02:28
lttlfllathanks02:29
lttlfllafor the nat traversal tutorial, which version of libjingle is it using?02:29
rm_youGeneralAntilles: wha? i'll be back in 3-4 hours02:34
rm_youlol02:34
rm_youbbl02:35
GeneralAntillesWe need an icon for LCARS.02:35
rm_youlol02:35
rm_youexplain later02:35
GeneralAntillesta02:35
* Mousey huggles LCARS02:43
Mouseyall my coworkers are duely impressed02:43
jotthehe Mousey have you also gone to lcarscom.net with the tablet? ;)02:44
*** mankod has quit IRC02:44
lcuk_2forget the icon, we need a bloody star ship02:44
lcuk_2cd starship;      make;    fly;02:44
jott(important is to go fullscreen without the url-bar ;-)02:44
jott(view -> show toolbar -> fullscreen off)02:45
Mouseymake starship ; install Mousey02:45
Mouseymake starship ; make installMousey02:46
Mousey^^02:46
* GeneralAntilles shoots lcuk_2 lasers.02:46
*** ywwg has joined #maemo02:46
jottand it's "engage" not "fly" ;>02:47
lcuk_2turning out happier now ant02:47
*** canyouscore has joined #maemo02:47
lcuk_2ive got fullscreen scrolling02:47
GeneralAntillesWoo02:47
lcuk_2its a bit juddery but its a start :)02:48
* lcuk_2 is gonna optimise book reading :)02:48
*** esworp has joined #maemo02:49
*** michele_ has quit IRC02:49
GeneralAntillesSomebody needs to put together a patch for FBReader for animated scrolling.02:49
GeneralAntillesOr maybe we can make mplayer output sideways text. :D02:50
*** Paulius has joined #maemo02:50
PauliusHey everyone.02:50
PauliusWhere could I get a 770 in Canada, for cheap?02:50
PauliusI know TigerDirect had it for $150. Anywhere else?02:51
GeneralAntillesCheck the deals forum on ITT02:51
Pauliusitt?02:52
*** me__ has quit IRC02:52
GeneralAntillesinternettablettalk.com02:53
Pauliusthx02:53
*** leo2007` has joined #maemo02:56
*** canyouscore has quit IRC02:56
*** alterego has quit IRC02:56
*** leo2007` has left #maemo02:56
*** Sargun has quit IRC02:59
flatfaceWhy do people still want the 770 when the 800 isn't that much more expensive? :p03:04
*** heywire has joined #maemo03:04
PauliusBecause it's less expensive.03:05
GeneralAntillesSeriously.03:05
GeneralAntillesYou can get a 770 on ebay for $5003:05
Pauliusreally?03:06
flatfaceThat much? :o03:06
Pauliushow about from a real store?03:06
PauliusI need to order it for a client of my tech support.03:06
GeneralAntilles$250 or so03:06
PauliusThe guy just loved the thing.03:06
GeneralAntillesThe $140 days are long gone.03:06
flatfaceThought the n800 was only $50-80 more03:07
GeneralAntilles$200 for an N800.03:07
flatfacelooking at the deals forum, $190 in the US, 227 in Canada (free shipping)03:08
PauliusI know the guy that I'm dealing with.03:08
PauliusHe won't go for it if it's higher than 20003:08
flatfaceOkay, then.03:09
ds3770 is nicer in some ways03:09
ds3all the connectors are on the bottom  without a bracket to get in the way03:09
ds3hard cover03:09
ds3a grove all around for mount03:09
PauliusThe 800 doesn't have that?03:10
ds3no, the 800 doesn't use a hard cover; the grove is for the hard cover03:10
PauliusThe hard cover and the bottom connectors are the best thing about the 77003:10
PauliusOh wow, that sucks03:10
ds3for the intended use, the 800 is nicer - dual full size MMC/SD slots + faster CPU + ability to be propped up on a table w/cables connected03:11
*** pashi has joined #maemo03:11
* flatface nods at that03:12
Mouseyis there ANYWAY to get the file manager to show you the freakin ACTUAL file system?? instead of what IT DECIDES it THINKS you should see?03:12
Mouseyyor papers please03:12
GeneralAntillesThe N8x0 are soo much faster than the 770.03:12
GeneralAntillescd/ls, Mousey. :P03:13
PauliusGeneralAntilles: The 770 is more than fast enough03:13
*** esworp has left #maemo03:13
MouseyGeneralAntilles: thank you. very helpful =P03:13
* Mousey tries gpe-filemangler03:13
ds3wonder if anyone makes a ruggedized N800 or offers services/parts to do that03:14
GeneralAntillesPaulius, maybe, but not after you use the N800. ;)03:14
Pauliustempting...03:14
Pauliusbut no hard cover is a deal breaker03:14
ds3i do wish someone would say if the OTG hardware is present in the 770 or not. the 1710 in the 770 can do otg but donno if it is wired for it03:15
Pauliusotg?03:15
ds3USB On The Go, supplement to USB 2.003:15
PauliusI really like the n810 design. I think I'll wait for that to lower in price.03:15
jottif the fragility of the IT devices increases with every generation, i wonder what the successor of the n810 would stand :>03:15
Pauliusds3: I've seen mods of people connecting usb keyboards to the 770.03:15
GeneralAntillesds3, it can do host with injection.03:15
PauliusYeah, you just need power.03:16
ds3GeneralAntilles: I know it has a host mode and I have seen many people talk about it, even tried it03:16
dragornthe 770 is not OTG, it's got real host mode03:16
Mouseyreally? that's hot03:16
dragornafaik03:16
ds3dragorn: thank you.03:16
*** greentux_ has joined #maemo03:16
Mouseywhy can't the n8x0 have freakin' hostmode03:16
ds3dragorn: btw, did you get a chance to try out the SiS VGA thing on the 800?03:16
GeneralAntillesThey have OTG.03:16
dragornbecause it has OTG which has dynamic host mode03:17
*** lttlflla has quit IRC03:17
PauliusMousey: Because 770 > *03:17
Paulius:-P03:17
heywirePaulius:  The 810 is nice, but it doesn't feel durable.  I've had mine for a couple weeks and the aluminum is already scratched up :(03:17
Mouseylimited dynamic host mode03:17
Mouseythat needs an extra special cable extraordinaire03:17
Mouseyonly 3 vendors sell03:17
GeneralAntillesOr a script.03:17
GeneralAntillesOTG is still very new.03:17
Mouseyand only one of them speaks english03:17
dragornMousey: 800 yes, 810, no, I got it for $9 off amazon03:17
Pauliusheywire: My aluminium cover on my 770 is also scratched. But I abuse the hell out of it.03:17
Mouseyi got some af-af adaptors03:17
Mouseydidn't OTG for me ;_;03:17
dragornds3: No, not w/ a power injector.03:17
* Mousey is a big whiner03:17
dragornMousey: hold.03:17
ds3dragorn: power hub should be able to do it03:18
dragornMousey: http://www.amazon.com/gp/product/B000UNKGHY03:19
Mouseydragorn: ty03:20
dragornand a coupler/f-f adapter is all you need.  I ordered like 5, so I could cut it to a more useful length or add my own ends to it03:20
dragornds3: yeah, no time03:20
Mouseyi have f-f adaptors03:20
dragornds3: I did try it on one of my APs03:20
dragornds3: and it was NOT a pretty scene :P03:20
dragornds3: (it worked, but was veeeeeery slow.)03:20
Mouseyare the usb modules installed by default? [are they compiled in instead?] why is there no dmesg?03:20
dragornMousey: they're compiled in.  There are dmesg entries.03:20
Mouseyso watch "dmesg tail" is as good as i can do, eh03:21
ds3 dragorn: so the K.O. source for it compiles in ARM, I take it?03:21
dragornds3: I was using it on a mipsel, but yeah03:21
*** pashi_ has quit IRC03:21
Mouseyalso, how is this cable on amazon different than the one it came with? is there a difference? cuz i have the af-af adaptors already [which i said like 3 times, cuz i'm a whiner.. which i've said twice now]03:22
ds3Mousey: just get one of those "universal" cable kits, they usually have the parts to build one you need03:22
Mouseyds3, funny thing is "universal" cable kits DON'T HAVE af-af adaptors03:22
dragornds3: re: powered hub - otg isn't supposed to support hubs, dunno.03:22
dragornMousey: different pins03:22
dragornMousey: otg is a 5-pin connector.  If pin 5 is floating, it's one type, if it's grounded, it's a different type03:22
Mouseyso the amazonian cable and the one it came with -are- different.. ok03:22
ds3dragorn: so your thing is like the ASUS WL500? =)03:22
dragornMousey: type A cables put the device in host mode. Type B is client mode.03:22
dragornI forget which is grounded and which is floating03:23
dragornds3: nope03:23
ds3Mousey: hmmm...the kits I got had enough to do it... I was able to get a USB thumbdrive to work03:23
dragornds3: but close enough03:23
ds3dragorn: had to ask... you dropped enough details to suggest that =)03:23
GeneralAntillesI think grounded is host.03:24
Mouseyok, so what you're saying is: the amazonian cable is different than the cable the n810 came with, and/or the af-af adaptors are different. or my af-af adaptors are crap03:24
dragornno and/or03:24
dragornthe cable I linked you is an OTG type A micro-USB cable03:24
Mouseyso the adaptors are fine, it's the cables that differ03:24
dragornwhich puts the device into master mode because the OTG pin is set appropriately.03:24
dragornThe cable shipped with the device is an OTG type B micro-USB, which puts the device in client mode.03:25
Mouseyand the one the n810 comes with isn't. it's just an micro-usb to usb-a normal cable, huh?03:25
MouseyGOT it03:25
Mouseyok03:25
Mouseysorry, i'm dumb...03:25
Mousey...but trainable! ^_^03:25
ds3I'd think it should easy enough to put together a digikey BOM to build a cable03:25
* Mousey buys 5003:25
dragornds3: the cable I linked is $7.  They're not that hard to find.03:26
dragornThe key knowledge was more "micro" not "mini" usb03:26
Mouseymicro b, vs micro a03:26
ds3dragorn: I was thinking for the N800 not the 81003:26
dragornds3: oh03:26
Mouseyand they the micro A will fit in the n810 socket?03:26
dragornds3: the 800 is special03:26
dragornds3: and arguably "broken"03:26
MouseyTHE N810 IS BISEXUAL?!?!03:27
*** jonnnylamb is now known as jonnylamb03:27
ds3I have adapters to do it but it looks life threatening to the life of the connector on the PCB (3 inches of solid metal vs a tiny mini connector with solder joints)03:27
dragornds3: I just toggle it in SW on the 80003:27
ds3need a nice, strain relieved connector03:27
ds3dragorn: *nod* I do the same03:27
*** monkeyiq has joined #maemo03:29
*** Sargun has joined #maemo03:30
*** greentux has quit IRC03:33
lcuk_2i gave about 3 seconds consideration to opening up my 810 and soldering the pins on the socket itself03:37
Pauliuslol03:37
jottspeaking of..are there any nice pcb scans of the 810 yet?03:37
lcuk_2eventually i realised a software toggle was enough ;)03:37
lcuk_2none that i h ave seen03:38
lcuk_2we need captain kirk03:38
lcuk_2someone who will boldly go03:38
*** Lateralus has quit IRC03:40
*** VimSi has quit IRC03:40
*** VimSi has joined #maemo03:41
*** mankod has joined #maemo03:43
*** GenucoBadmatray has joined #maemo03:44
*** Mousey has quit IRC03:44
*** legind has joined #maemo03:45
*** GenucoBadmatray has quit IRC03:45
*** Dregz has joined #maemo03:45
*** djcb_ has quit IRC03:46
*** heywire has left #maemo03:46
*** ReverseGTR has joined #maemo03:50
*** Zetx has joined #maemo03:51
ywwgAre there any gstreamer experts in?  I'm getting a crash sometimes when I have force-aspect-ratio set on an xvimagesink03:53
lcuk_2hmmmmmm03:53
*** Zetty has joined #maemo03:53
ywwgI could turn off force-aspect, but I don't want to because then my video is all squished :/03:53
*** behdad has joined #maemo03:53
*** Blafasel is now known as blafasel03:55
pupnikywwg: there was a post on maemo-developers about needing to ignore some X errors when using xv03:56
ywwgpupnik: I can't ignore a crash tho, my program quits03:56
ywwgpupnik: do you remember what the subject line was?  I'm having trouble finding the post03:59
pupniki believe it might have been part of the mplayer threads around may-july 200703:59
*** kSiR has quit IRC04:05
ywwgpupnik: oh I found it, thanks04:05
*** jeff1f has quit IRC04:05
ywwglooks like a different error tho04:06
*** Zetx has quit IRC04:11
*** jga23 has quit IRC04:24
NaviI installed the maemo sdk using the installer script04:29
NaviAnyone know where it installs to?04:30
*** matt_c has joined #maemo04:33
*** lexiyntax has joined #maemo04:34
ywwgNavi: /scratchbox04:34
ywwgNavi: root of your filesystem04:34
NaviYeah, I found it.04:35
NaviA bit too messy for my tastes... thanks ywwg04:35
*** hfwilke has joined #maemo04:36
*** Sargun has quit IRC04:38
*** vbatts has joined #maemo04:43
*** lcuk has joined #maemo04:49
lcukaaaargh04:50
lcukmy 810 has turned evil04:50
ProteousEVIL BEGONE!!!04:50
Proteousdid you try yelling that at it?04:50
GeneralAntillesGet some holy water.04:51
ProteousTHE POWER OF NOKIA COMPELLS YOU04:51
lcukthe lcars theme has hijacked battery chargin animation04:51
GeneralAntillesHaha04:51
GeneralAntillesEvidently04:51
GeneralAntillesTry uninstalling the lcars-extras04:51
GeneralAntillesthen reboot04:51
lcuki have reverted to orig theme everything is back but there is a cylon on scrreen.04:52
GeneralAntillesOh noes!04:52
lcukif i uningstall wont that delete file and not restore valid04:52
GeneralAntillesNokia's secret plot unveiled!04:52
dragornthey walk among us04:53
GeneralAntillesNo, lcuk.04:53
lcukit doesnt take a backup of files04:53
GeneralAntillesJust uninstalled lcars-extras and rebooted04:54
GeneralAntillesworks fine.04:54
lcukbut did you have the cylon04:54
GeneralAntillesYes.04:54
GeneralAntillesHe's dead now.04:54
lcuki cant believe i just askdd that with a straight face04:54
GeneralAntillesI stabbed his eyes off with my stylus.04:55
*** ol_schoola has joined #maemo04:55
lcuki tried that, he said he was charging, so i cowered behind ba cover04:55
GeneralAntillesGotta stab hard.04:56
lcukright backup coming off system or is it safe on mmc2 if i need reflash04:59
GeneralAntillesGibberish much?05:00
*** eton has joined #maemo05:00
lcuklol05:01
*** alystair has joined #maemo05:01
PauliusCraigslist pwns.05:04
PauliusI found a 770 for $120.05:04
PauliusWill see if it's still available and if it's not too used up.05:04
GeneralAntillesI think you can get them cheaper on ebay.05:07
*** svu has joined #maemo05:08
*** zwnj has quit IRC05:09
*** Tuco800 has joined #maemo05:10
PauliusOMG05:12
PauliusThe guy is like 2 blocks from here.05:12
NaviPaulius, luls05:13
NaviRob him05:13
Pauliushahah05:13
Pauliusno05:13
Pauliuscraigslists mailservers probably think I'm a spammer.05:13
PauliusI'm a hardcore shopper. Done like 6 contacts in the last few minutes.05:13
PauliusJust got a lot of shit to buy.05:13
NaviO_o05:13
Naviyou can get a new 770 for 12005:14
PauliusWhere...05:14
PauliusI've tried finding.05:14
Naviebay :P05:14
Pauliusscrew that05:14
PauliusI asked why he's selling it05:14
PauliusThe guy's like "I've never used it"05:14
NaviHeh05:15
PauliusI'm like... wow, this guy... wow...05:15
NaviWhen the Nokia factory near here was shutting down, they sold 770s for 20 bucks05:15
Pauliusoh geez05:15
NaviThey ran out, sadly05:16
NaviI did get my e70 for 20.05:16
Pauliusthat's still amazing.05:16
PauliusI got my 770 new on TigerDirect for $150.05:16
Naviand an N80 for 5005:16
PauliusAnd I thought it was a steal.05:16
PauliusThe Palm crappy ones are like 2x more expensive.05:16
Proteous$125 from woot.com for my 77005:17
PauliusWe don't have woot in Canada :-(05:17
* Navi doesn't have one of those newfangled ITs.05:18
Pauliuswhat?05:18
Proteousheh05:18
NaviSad.05:19
*** lcuk has quit IRC05:21
elbwoot won't ship to canada?05:21
PauliusEven if they did, border would kill it.05:21
PauliusBorder fees are rape.05:21
elboh, that's right, the horrid taxes05:21
Paulius$80 processing fee.05:22
alystairthey aren't if you say it's a postcard! :v05:22
PauliusPlus taxes05:22
Pauliusplus border fees05:22
alystairreligious materials05:22
Pauliusalystair: I know, but big companies aren't willing to do this.05:22
*** Dregz has quit IRC05:24
*** svu has quit IRC05:24
*** K-Fox has joined #maemo05:24
K-Foxis there a person who downgrade os2008 to os2007?05:26
K-Foxevince of os 2008 seems to have a many memory05:28
johnxK-Fox, lots of people have. You just reflash with OS200705:28
NaviPretty thick postcard.05:29
johnxit would make a great postcard if only it was cheaper and you could count on it getting there intact...05:30
PauliusNavi: lol05:30
PauliusThe loophole is specifying stuff as gift05:30
*** Sargun has joined #maemo05:33
*** kSiR has joined #maemo05:39
kSiRHey, I am still having issues with the Lock code on my 770 I have contacted the previous owner and his has no clue what the password is, I have root access any one have any idea how to clear it?05:40
johnxkSiR, that's actually an interesting question...if it holds up between flashes it has to be stored in one of the other flash partitions besides the kernel, initfs or /05:41
kSiRHurm.... I have thought about this, and I am not persay AGAINST a FULL flash, but I have yet to find some one with instructions on how to do this,05:43
kSiRas I have a young one, I am afraid they are going to "LOCK" the device and then I am forced to reflash like I had to do today :(05:43
kSiRI am guessing the only people that can really answer my question would be Nokia?05:45
johnxhere's what I seem to remember, not saying it's true: You should be able to do a "cold flash" (ie, everything including the bootloader), but it's done through solder points on the board, not through the USB jack05:45
kSiRjohnx, hurm I will have to look around, Ill have to port over tripwire to see if they modifiy any files that I can read as root05:47
kSiRor atleast modifiy05:47
johnxmy other idea was for someone else who has a 770 to make a copy of the flash partitions that aren't changed by a reflash and then change the lock code, make another copy and diff the results05:49
johnxin the best case, maybe the lock code is just stored as plain text and you can just read it out of the flash...in a worst case scenario it might involve hacking around in the flash with hex editor (not recommended!)05:50
johnxmaybe it would be easier to find a way to disable lock mode in the first place05:51
kSiRHow do you go about that? I have disabled AUTO LOCK05:51
kSiRbut I did not see an option for the total stop of lock mode05:51
johnxI don't think there is an option in the GUI, but there might be something in /etc/mce/mce.ini or a similar file05:51
kSiROkay, another question.... how do you restart the network on this device? I have run kesmit and now the nic is in perm mode,05:53
kSiRin RHEL (what I admin by day) it would just be service network restart05:53
johnxmaybe unload and reload the modules?05:53
kSiRbut I didnt see anything in the /etc/init.d/ file05:53
johnxI think wireless is something like cx3110x and umac05:54
*** Masca has quit IRC05:56
kSiRahh,05:57
*** kSiR has quit IRC05:58
*** shackan has quit IRC05:59
* johnx wanders off to work06:02
Tama^3see ya johnx06:02
*** kaie has quit IRC06:04
*** aloisiojr has quit IRC06:14
*** pigeon has quit IRC06:20
*** pigeon has joined #maemo06:20
*** matt_c has quit IRC06:29
*** dolske has quit IRC06:29
K-Foxhttp://gronmayer.com/it/index.php06:31
*** lexiyntax has quit IRC06:33
*** eton has quit IRC06:33
K-Foxwhen it press Click to install , do it install application with package?06:34
*** eton has joined #maemo06:34
K-Foxwith a needed package?06:35
*** chibiAcyd has joined #maemo06:35
*** shackan has joined #maemo06:37
*** Tuco800 has quit IRC06:43
*** X-Fade_ has joined #maemo06:43
*** Paulius has quit IRC06:47
*** blassey has quit IRC06:49
*** blassey has joined #maemo06:50
*** ywwg has quit IRC06:51
*** dolske has joined #maemo06:54
*** chibiAcyd has quit IRC06:54
*** MagicFab has quit IRC06:56
*** X-Fade has quit IRC06:59
*** Lateralus has joined #maemo07:10
*** ReverseGTR has left #maemo07:19
*** trevarthan has joined #maemo07:26
trevarthanhey, I'm writing a statusbar plugin. Everything looks good to me, but it's not showing up. Is there a log somewhere? Or do I need to start doing print debugs?07:26
*** smackpotato has left #maemo07:27
*** shack008n has joined #maemo07:29
*** heywire has joined #maemo07:30
*** heywire has left #maemo07:31
*** rkabir has joined #maemo07:39
*** ol_schoola has quit IRC07:49
*** behdad has quit IRC07:50
*** LinuxCode has joined #maemo07:52
*** nelson has joined #maemo07:57
*** svu has joined #maemo07:59
rkabiris everyone on here developing for maemo?08:00
K-Foxn800 is super device08:05
K-Foxwow08:05
*** kupesoft has joined #maemo08:06
*** Raistl|n has quit IRC08:08
*** pupnik_ has joined #maemo08:12
*** svu has quit IRC08:17
*** zwnj has joined #maemo08:21
*** pupnik has quit IRC08:24
*** Zic has joined #maemo08:24
LinuxCoderkabir, not me08:27
LinuxCodeno time08:27
LinuxCodeK-Fox, indeed08:27
LinuxCodeN180 is better08:27
*** EruditeHermit has joined #maemo08:27
Tama^3no N800 is better08:32
* Tama^3 blows on the charcoal hoping to kickstart a flamewar08:33
*** legind has quit IRC08:33
rkabirso personally, i like the n800 browser's key handling08:34
rkabiri like pressing up / down to page up and down08:34
rkabirinstead of navigating by links08:34
rkabiralso, having d-pad on the face next to the screen is pretty awesome08:34
rkabirwait08:34
rkabiri have it all wrong08:34
rkabirto support a flame war i need to support the n810!08:34
rkabirlol08:34
Tama^3damn08:34
Tama^3it's impossible to start a flamewar with such incompetent n00bs!08:35
Tama^3I have to send you to troll school08:35
rkabirhahaha08:35
K-Foxn810 is better than n800?08:39
LinuxCodeits smaller, has a metal case08:39
K-Foxi know08:40
LinuxCodekeyboard08:40
K-Foxit's expensive08:40
LinuxCodeimho yes08:40
Tama^3since when smaller is better?08:40
Tama^3BIG is better08:40
Tama^3xD08:40
NaviBig rips my pockets08:40
LinuxCodeTama^3, is that what your g/f tells you ?08:40
LinuxCodebecause most girls will tell you..its what you do with it08:40
LinuxCodelol08:40
Tama^3gf? I live in my mum's basement ;_;08:40
LinuxCodeohh ok08:41
LinuxCodethe bigger is better is a myth then08:41
Tama^3and I smell08:41
rkabirwild and in the jungle08:41
*** eber_ has joined #maemo08:41
rkabiri haven't gotten the n810 to lock on GPS yet08:41
*** NetBlade has joined #maemo08:41
LinuxCoderkabir, applied the patch ?08:41
Tama^3rkabir: in like 5 days?08:41
LinuxCodeotherwise it takes a while08:41
rkabirwhat patch?08:42
*** skibur has quit IRC08:42
LinuxCodehttp://folks.o-hand.com/jku/osso-gpsd/08:42
Tama^3you have to apply a band-aid to the GPS antenna08:42
rkabiris this [un]official ?08:42
Tama^3drawing a silly stick-man on the band-aid helps too08:42
LinuxCoderkabir, yes08:42
*** leif has joined #maemo08:42
K-Foxn800 is more doubled cheap than n81008:42
*** leif is now known as leif_08:43
LinuxCodeK-Fox, the N800 is much larger08:43
*** leif_ is now known as leif__08:43
Tama^3this channel is too serious and the people too helpful, I think I will resign08:43
Tama^3xD08:43
LinuxCodeI can slip the N810 in my back pocket08:43
LinuxCodeTama^3, haha08:43
* LinuxCode beats Tama^3 with a stick08:43
Tama^3s/stick/stick-man08:44
rkabirLinuxCode, http://vilunki.wordpress.com/2008/02/04/solution-to-n810-gps-problems/ shows that the patch messes up the firmware?08:49
EruditeHermithey, is there a way to turn off word suggestion when there is a bluetooth keyboard attached on OS200808:49
Tama^3EruditeHermit: sometimes it pops up and I am unable to disable it, other times it never comes up...08:52
Tama^3I have no idea, I meant to ask the same question08:52
LinuxCoderkabir, i havent got a problem08:52
rkabirok, cool08:52
rkabiri'll check it out08:52
rkabirthx for the heads up08:52
LinuxCodeyou will have to switch into blue pill mode08:53
EruditeHermitLinuxCode: is that at me?08:54
LinuxCodeno08:54
LinuxCoderkabir,08:54
*** kupesoft has quit IRC08:54
*** ch4os_ has joined #maemo09:00
*** dneary has joined #maemo09:00
*** Tuco800 has joined #maemo09:03
*** Tuco has quit IRC09:07
rkabirabiword doesn't run on os2008 yet, does it?09:09
*** ch4os_ has quit IRC09:09
*** atlas95 has joined #maemo09:09
*** [pablo]_ has quit IRC09:10
*** [pablo] has joined #maemo09:11
EruditeHermitrkabir: it does, but it isn't released yet09:11
EruditeHermitrkabir: it will be released to the public soon though09:11
rkabirEruditeHermit: awesome! thanks for the heads up09:12
*** hfwilke has quit IRC09:12
EruditeHermitrkabir: its very buggy right now09:13
rkabirEruditeHermit: let me know if I can help test09:14
EruditeHermitrkabir: look on internettablettalk for the abiword thread09:16
*** shack008n has quit IRC09:16
*** tin_ has joined #maemo09:18
*** dneary has quit IRC09:23
*** LinuxCode has quit IRC09:29
*** juergbi has joined #maemo09:38
*** EruditeHermit has quit IRC09:39
*** pupnik_ has quit IRC09:41
*** rkabir_ has joined #maemo09:43
*** rkabir has quit IRC09:43
*** legind has joined #maemo09:43
*** fab has joined #maemo09:59
*** mk8 has joined #maemo10:06
*** greentux_ has quit IRC10:12
*** rkabir_ has quit IRC10:13
*** sKaBoy has joined #maemo10:15
*** Free_maN has joined #maemo10:15
*** shackan has quit IRC10:16
*** alystair has quit IRC10:16
b0unc3good morning10:19
*** Sho_ has quit IRC10:29
jkurkabir: it doesn't "mess up up the firmware"10:30
*** Cptnodegard has joined #maemo10:31
jkuit just isn't possible to install a package that has a different version than a system package, without conflicting with osso-software-version10:31
*** sx|lappy has joined #maemo10:32
*** bilboed has joined #maemo10:32
jkuI'd do the exact same thing again, except I'd tell people that the package (or OS2008) has this feature10:33
*** svu has joined #maemo10:34
*** guardian has joined #maemo10:46
JaffaMorning, all10:47
*** guardian has quit IRC10:49
*** guardian has joined #maemo10:49
*** svu has quit IRC10:51
*** hrw|gone is now known as hrw10:55
*** fab____ has joined #maemo10:55
*** johnx has quit IRC11:01
*** tastiest has quit IRC11:02
*** svu has joined #maemo11:03
*** braddbr has quit IRC11:11
*** braddbr has joined #maemo11:12
*** matt_c has joined #maemo11:14
*** sp3000 has joined #maemo11:20
*** Cptnodegard has quit IRC11:20
*** greentux has joined #maemo11:28
*** Tama^3 has quit IRC11:30
*** Tama^2 has joined #maemo11:33
*** guardian has quit IRC11:40
*** guardian has joined #maemo11:41
*** naba has joined #maemo11:44
*** barisione has joined #maemo11:47
*** ab has joined #maemo11:47
*** axelm7 has joined #maemo11:48
axelm7hello11:48
leif__hi11:49
axelm7I am looking for a PDA device or Internet tablet with a QWERTY keyboard and Java capabilities.11:49
axelm7and I came across the Nokia N810, but I also need GPRS.11:49
axelm7is there any maemo compatible device that will give me those functions?11:50
axelm7bluetooth and/or USB host are also necessary11:50
leif__well if you have a bluetooth cellphone the tablets can use its GPRS...11:50
leif__the java capabilities of maemo are not quite there yet afaik11:51
axelm7i see your point... great idea to use an external GPRS phone11:51
*** |tbb| has joined #maemo11:52
leif__this might help you: http://wiki.forum.nokia.com/index.php/Getting_started_with_Java_on_maemo11:53
|tbb|morning all11:53
leif__i have never used java on the a tablet myself11:53
leif__good morning tbb11:53
axelm7my customer has a group of java developers writing a mobile app that requires GPRS, QWERTY and fingerprint scanner11:54
leif__though it is 2am here11:54
axelm7I am having a hard time finding the proper platform11:54
*** Alendit has joined #maemo11:55
*** atlas95 has quit IRC11:55
*** Alendit is now known as Alendit_11:55
*** atlas95 has joined #maemo11:55
|tbb|ive installed lcars theme on my n770 HE anyone got problems to install the additional soundpack for that theme, or know about that?11:55
leif__tbb, i am one of the lcars developers11:56
*** celesteh has quit IRC11:56
leif__the bad news is that if you installed the old 2.0 theme on the version 4.2007 hacker edition, it overwrote your built-in icons :(11:57
leif__there is a warning on the page about it...11:57
leif__http://synthesize.us/LCARS_PADD/v2.0 has instructions for updating your dpkg11:58
leif__if you do that, you can install the sounds11:58
leif__had you updated dpkg prior to installing the theme, the icons would not be overwritten11:58
leif__sorry about that :(11:58
leif__btw, for N8x0 users we released a new ITOS2008-compatible version of LCARS12:01
leif__supposedly there will be an ITOS2008 hacker edition also, but who knows when12:01
*** ken_ has quit IRC12:02
*** _berto_ has joined #maemo12:02
leif__the new theme is at http://synthesize.us/LCARS_PADD12:03
leif__(as i already mentioned a while ago)12:03
|tbb|leif_ thanks, for the point. dont worry about that allready had flashed the n770 to HE12:08
|tbb|now reflash ;)12:08
|tbb|the theme is quite nice12:09
leif__thanks12:09
leif__my brother actually did all the graphics, i just helped package it12:09
*** dev has quit IRC12:10
*** dev has joined #maemo12:10
*** simon_ has quit IRC12:11
*** _collin_ has joined #maemo12:16
*** eton_ has joined #maemo12:16
_collin_he12:20
leif__has anyone here tried Mac OS 7 in Basilisk II yet? http://www.internettablettalk.com/forums/showthread.php?p=13970412:27
*** henrique has joined #maemo12:28
*** Free_maN has quit IRC12:32
*** eton has quit IRC12:33
*** Free_maN has joined #maemo12:33
*** corona has quit IRC12:33
*** |tbb| has quit IRC12:34
*** |tbb| has joined #maemo12:37
*** slomo has joined #maemo12:38
*** pvanhoof has joined #maemo12:44
*** simon_ has joined #maemo12:45
zwnjn12:45
*** florian has joined #maemo12:56
*** murrayc_ has joined #maemo12:57
*** mazzen has joined #maemo13:00
*** alterego has joined #maemo13:01
*** harobed has joined #maemo13:01
harobedhi, are there a good calendar application for maemo OS 2008 ?13:01
mazzenhi! got a telephone call right know. nokia-de noticed, that they "sold" me the n810 for free and know they will debit the 99€13:02
inzharobed, "good calendar application" is so subjective, you could try gpe-calendar and dates13:03
`0660 i'd be furious if someone would charge me 99 € for n810 :)13:03
harobedlast time I've used dates, it isn't usable on OS 200713:04
inzHmm, my console font is a bit wrong, it shows a diamond instead of euro13:04
inzharobed, not usable as in doesn't work or not usable as in hard to use?13:05
*** florian has quit IRC13:05
harobedsame dialog box are to large13:06
*** florian has joined #maemo13:07
floriangood morning13:07
* florian just had to re-open #1913:07
*** guardian_ has joined #maemo13:23
*** guardian has quit IRC13:23
Jaffamorning, florian13:26
Jaffahttps://bugs.maemo.org/show_bug.cgi?id=19 is *old*13:26
florianJaffa: yesh... I wonder why it is back since ti was verified to be fixed by QA13:30
*** guardian_ has quit IRC13:31
*** guardian has joined #maemo13:33
|tbb|what are the biggest sd card for n810 available?13:34
*** lardman|gone is now known as lardman13:34
lardmanhi chaps13:34
X-Fade_|tbb|: 16GB13:35
*** ramo102 has joined #maemo13:36
|tbb|X-Fade_: in europe?13:41
*** bergie has joined #maemo13:42
hrwharobed: report a bug on dates then13:43
*** guardian has quit IRC13:48
*** Sho_ has joined #maemo13:50
*** benno2 has joined #maemo13:54
benno2hi, any idea what are the best settings for transcoding a video using VLC to a file that offers smooth playback and maximum quality on a n800 with mplayer  on OS2008 ?13:55
*** florian has quit IRC13:57
*** florian has joined #maemo13:58
Jaffabenno2: similar to the "best" preset on http://mediautils.garage.maemo.org/tablet-encode.html (ie. line 20 on https://garage.maemo.org/plugins/scmsvn/viewcvs.php/tablet-encode/tablet-encode?annotate=60&root=mediautils )14:00
*** DaniloCesar has joined #maemo14:00
*** awarde has quit IRC14:01
*** Zic has quit IRC14:02
benno2Jaffa: thanks but for audio what should i chose ?14:02
*** DaniloCesar has quit IRC14:02
benno2mp3 ?14:02
JaffaYes.14:03
*** rkabir has joined #maemo14:03
JaffaMPEG4 video. i.e. the usual DivX/Xvid combination14:03
benno2in vlc i see: mpeg ts , mpeg ps , mpeg 1 , ogg asf , mp4 mov.14:06
benno2should I chose MP414:06
benno2then belowe I can chose video codeg amongst mp4v, div1,2,3  h263,26414:07
*** rkabir has quit IRC14:09
solmumahabenno2: what os are you using?14:10
benno2os2008 thanks14:10
benno2n80014:10
solmumahaon desktop14:10
solmumahawindows, linux, os x?14:11
solmumahai have been messing with vlc quite a lot and i have pretty good settings for streaming14:11
solmumahabut the thing is, new vlc version is just around the corner and old settings won't work with it14:12
*** DaniloCesar has joined #maemo14:13
*** leif__ has quit IRC14:13
solmumahabenno2: maxwidth=400,maxheight=240,canvas-width=400,canvas-height=240,canvas-aspect-ratio="400:240",vcodec=xvid,vb=800,acodec=mp3,ab=128,channels=2,fps=24,venc=ffmpeg{trellis}14:18
solmumahashould work with vlc 0.8.614:18
*** luck^ has joined #maemo14:23
benno2thanks solmumaha ! I want to transcode some movies to watch them while on the road14:23
solmumahayou need to use that from the command line, transcoding wizard doesn't allow to change resolution if i'm not mistaken14:27
solmumahabut what os are you using on your desktop?14:27
benno2solmumaha: using windows. can I start vlc via commandline ?14:28
solmumahasure14:28
benno2solmumaha: thanks but what is the exact commandline I must pass to vlc ?14:30
benno2vlc.exe options infile outfile ?14:30
*** Cptnodegard has joined #maemo14:31
solmumahabenno2: something like this: VLC.exe -I dummy -vvv FILE_TO_TRANSCODE --sout=#transcode{maxwidth=400,maxheight=240,canvas-width=400,canvas-height=240,canvas-aspect-ratio="400:240",vcodec=xvid,vb=800,acodec=mp3,ab=128,channels=2,fps=24,venc=ffmpeg{trellis}}:standard{access=file,mux=asf,dst=OUTPUTFILE} vlc:quit14:32
benno2thanks alot ! trying now14:32
solmumahachange input/output of course14:33
*** jegp has joined #maemo14:33
solmumahabenno2: if vlc doesn't recognize some of the settings, leave out canvas stuff and change maxwidth/maxheight to widht/height14:35
benno2yes, btw do you know how I can escape spaces in file names ?14:35
benno2for example if my input file is c:\my dir\my file.avi14:36
solmumahaput the filename in singlequotes14:36
benno2thanks14:36
*** etrunko has joined #maemo14:37
*** X-Fade_ is now known as X-Fade14:37
X-FadeAnybody else notice a device reboot after a longer period of gps usage on N810? > 1 hour?14:38
*** braddbr has quit IRC14:38
jkuX-Fade, no, I've had it running for several hours many times14:39
X-Fadejku: Using Map?14:39
jkuno14:39
X-FadeI only had the satellite view open in Map..14:39
lardmanhttp://focus.ti.com/lit/ug/spru574/spru574.pdf is interesting, it talks about the iMX and VLC DSP coprocessors; I wonder if this is what makes up the IVA?14:39
*** cmarcelo has joined #maemo14:43
hrwlardman: trying to get any informations on 2d/3d unit of omap2420?14:44
*** vcgomes has joined #maemo14:45
lardmanhrw: I've got some info about that, a 2.6.x driver to be exact :)14:46
lardmanhrw: it doesn't create proc and dev entries when I insmod it though, so I'll need to take a closer look at where it's going wrong14:46
lardmanhence my interest in call tree flattening14:47
*** greentux has quit IRC14:47
lardmanI was actually looking at the IVA (another unused bit of hw)14:47
hrwI would like to see 3d unit working14:48
lardmansame here14:48
lardmanI'd also be interested to see the IVA working - better image and video decoding14:49
lardmanThe DSP has hardware extensions (coprocessors I guess) which do IDCT/DCT and Motion estimation14:50
benno2solmumaha: tried to encode a clip with your settings, works quite well. thanks alot !14:50
solmumahak, glad it worked14:51
benno2solmumaha: but these infos are hard to find online14:52
benno2solmumaha: you should publish it on maemo.org somewhere.14:53
*** fsmw has joined #maemo14:53
*** onion has quit IRC14:54
*** Ryback_ has joined #maemo14:55
solmumahabenno2: actually i've written an app for that, but i'm not sure i will release it.14:58
solmumahabenno2: and those settings won't work with vlc 0.9.0 anyways14:58
benno2solmumaha: an app for what OS ?15:00
benno2i have seen nokia has a tablet encoder. is it any better than vlc,mencoder ?15:00
*** matt_c has quit IRC15:00
solmumahai think it's quite good15:00
JaffaSad news about ferenc - although hopefully he's going on to bigger & better things15:01
X-FadeJaffa: Yep, he is.. But he will still stay active.15:01
benno2solmumaha: so assuming I am on windows. should I use tablet encoder + mplayer , vlc + mplayer,  tablet encoder + integrated video player ?15:01
*** ol_schoola has joined #maemo15:02
JaffaX-Fade: cool. And congrats on all your publicity recently from Quim ;-)15:02
solmumahabenno2: my app is for tablet, but it uses a server that only works on linux/bsd/os x so sorry :)15:02
benno2solmumaha: dont worry :) I am a linux guy too, but for laziness I use windows on my laptop15:02
solmumahabenno2: i haven't used the nokia's encoder but i've heard it's pretty good, right Jaffa?15:02
X-FadeJaffa: Hehe, I'll meet Ferenc for beers next week.15:03
X-FadeJaffa: Yeah, Quim is pimping me out ;)15:03
solmumahabenno2: want to be my beta tester someday?15:03
benno2solmumaha: not sure if I have so much time this month :(15:04
benno2btw does the n800 work as a mythtv frontend ? would be cool15:04
solmumahai'm in no hurry, i can't do anything until 0.9.0 is released15:04
solmumahabenno2: there's a mobilemyth client on garage15:05
Jaffasolmumaha: Yeah, on Windows Nokia's ITVC is pretty cool15:10
|tbb|is it just me or have some other noticed that the tablet encoder from nokia will make the videos which converted 3 or more times bigger in filesize?15:11
*** fsmw has quit IRC15:12
*** fsmw has joined #maemo15:12
solmumaha|tbb|: sorry, i didn't remember to remind you to remind me about that alert thing15:14
*** booiiing__ has joined #maemo15:14
Taksolmumaha: don't forget to remind |tbb| to remind you about that alert thing15:15
solmumahaTak: thanks15:15
|tbb|ah k, solmumaha: i should remind you about testing the alert thing, could you try it please?15:17
solmumaha|tbb|: sure, just remind me when i get home15:17
*** b0r0las has joined #maemo15:18
*** henrique has left #maemo15:21
*** kortsi has joined #maemo15:23
kortsiI'm looking for sqlite3 command line tool for OS 2008, anybody know where to find it?15:24
|tbb|is it possible to start a script only once, so if its running it should not start again?15:26
|tbb|without ps aux|grep myap etc.15:26
kortsi|tbb|: touch a pid file and check if it exists before doing anything else15:27
kortsi[[ ! -e $PIDFILE ]] && exit15:28
*** lmoura has joined #maemo15:28
*** atlas95 has left #maemo15:30
*** booiiing_ has quit IRC15:31
|tbb|kortsi: so i have to create a pidfile firs, but how?15:32
*** pupnik has joined #maemo15:32
|tbb|s/firs/first/15:32
infobot|tbb| meant: kortsi: so i have to create a pidfile first, but how?15:32
*** holifrii has joined #maemo15:33
*** andrunko has joined #maemo15:34
kortsiFirst time you run your script, "touch $PIDFILE"15:34
*** fsmw has quit IRC15:34
kortsiSecond time you try to run, it should stop because $PIDFILE exists15:34
*** vivijim has joined #maemo15:35
kortsiWhen you shut down in a controlled way, "rm -f $PIDFILE"15:35
*** shackan has joined #maemo15:35
kortsi|tbb|: oops, that test should actually be "[[ -e $PIDFILE ]] && exit"15:37
kortsi|tbb|: case "$1" in 'start') [[ -e $PIDFILE ]] && exit; touch $PIDFILE; start_the_daemon_process;; 'stop') kill_the_daemon_process; rm -f $PIDFILE;; *) echo "Usage: a_little_daemon_process (start|stop);; esac15:40
*** Dregz has joined #maemo15:41
holifriiis there any software to maemo to see (via bluetooth) like for example playlist of media player or foobar?15:41
holifriilike that program would work as a remote15:42
kortsi|tbb|: sorry for possible mistakes, I didn't test it15:42
lardmandepends how said bluetooth enabled player exports its data15:42
*** atlas96 has joined #maemo15:42
*** bergie has quit IRC15:43
*** behdad has joined #maemo15:44
|tbb|touch $PIDFILE returns missing operator15:45
*** guardian has joined #maemo15:46
*** aleasoft has joined #maemo15:46
|tbb|do i have to create this pidfile first?15:47
solmumahadefine it15:47
solmumahaPIDFILE=path15:48
kortsi|tbb|: you need to define $PIDFILE first15:49
*** mwaldron has joined #maemo15:49
*** cyndis_ has quit IRC15:49
*** cyndis has joined #maemo15:50
kortsi|tbb|: eg. "PIDFILE=/var/run/my_daemons_pidfile.pid"15:50
mwaldrong'morning15:51
|tbb| does  /var/run  includes all running processes?15:53
*** aloisiojr has joined #maemo15:54
*** holifrii has quit IRC15:59
*** atlas96 has left #maemo16:00
benno2can I see smb shares under OS2008 ?16:01
*** k-s[WORK] has joined #maemo16:02
solmumahabenno2: yes, but i'm not sure you can authenticate16:02
solmumahaat least i didn't find a way to do that16:02
benno2solmumaha: and without authentication it works ?16:03
kortsi|tbb|: /var/run is the traditional place for pid files - but remember you must be root to write there16:03
solmumahabenno2: i'd think so, can't say, mine needed auth :)16:03
kortsi|tbb|: if running as a user, use their home dir16:03
mwaldroncan't you use mount_smbfs and pass auth data as parameter?16:04
solmumahamwaldron: not very user friendly :)16:04
solmumahaand upnp works ok16:04
mwaldrongood point16:04
lardmanderf: can one have a mix of sparse and ~sparse codebook entries in a single codebook?16:05
lardmans/~sparse/!sparse - too much MATLAB16:05
|tbb|my whole question goes there if i run /usr/sbin/myscript.sh how do i add a pidfile into /var/run/ forexample16:06
kortsidoes anybody have a precompiled sqlite3 command line interface for OS 2008? libsqlite3 is there, but no cli16:06
kortsi|tbb|: just use the command "touch /var/run/myscript.pid" - the touch command will create an empty file there16:07
solmumahakortsi: according to gronmayer, debfarm has it16:07
*** monkeyiq has quit IRC16:07
kortsi|tbb|: and "rm -f /var/run/myscript.pid" - be careful with the rm -f as always!16:08
|tbb|ah k16:08
benno2solmumaha: do I need to install extra packages to mount smb shares ?16:08
kortsisolmumaha: what is debfarm?16:08
benno2I tried mount -t smbfs //IP/mydir  /mnt/localdir16:08
benno2but it does not work16:08
solmumahakortsi: http://gronmayer.com/it/ search for sqlite316:09
|tbb|whats the diffrence to do echo > /var/run/myscript.pid16:09
kortsi|tbb|: not much really - "echo" just echoes a linefeed to the file; "touch" creates a file of 0 bytes16:10
|tbb|ah k ,thx for teaching nix16:11
*** aleasoft has quit IRC16:12
kortsibenno2: you probably need the smbfs kernel module - don't know if it is there by default16:13
kortsi|tbb|: no problem16:13
derflardman: No.16:14
*** bedboi has joined #maemo16:14
derfAnd I'm just fine with Matlab notation.16:14
lardmanderf: fine, the description (http://xiph.org/vorbis/doc/Vorbis_I_spec.html#vorbis-spec-codebook) is marginally confusing16:15
* mwaldron waits patiently for his 810 "5:53 A.M.OUT FOR DELIVERY"16:15
lardmanderf: but mainly down to me16:15
derfI thought the part where it reads a single one-bit sparse flag for the codebook made it clear.16:16
lardmanI was just confused that is says "The decoder now performs for each of the [codebook_entries]  codebook entries:"16:16
lardmanthen mentions the check of whether [sparse] is set; but then I should have just read it again and seen that [sparse] is read outside of the loop16:17
mwaldronis there a more generic 'user' maemo channel (for stupid newbie questions and the like)?16:18
pupnikno16:18
GeneralAntillesThis it it.16:18
GeneralAntilleser, is, even.16:18
mwaldronthen i will try to keep my newb questions to a dull roar16:18
*** benno2_ has joined #maemo16:19
*** hrw is now known as hrw|gone16:19
|tbb|to save some variables from script which i need later, is it better to save them to a file or into gconf registry16:19
|tbb|for general?16:19
pupnikjott: if there's anything i should change on exult send a /msg.  At this point it's ready for packaging imo.16:19
pupnikAfk testing16:19
Takcongratulations @ ready for packaging16:19
*** renatofilho^ has joined #maemo16:20
kortsi|tbb|: for shell scripts a simple file is better. just add lines like "VARIABLE=value" and in your script you can load them all with ". settings.sh"16:21
*** benno2_ has quit IRC16:22
*** benno2_ has joined #maemo16:23
|tbb|you mean, echo 'myvariable="myvalue"' > settings.sh and in script later loadvariables=`cat settings.sh` ?16:24
kortsisolmumaha: thanks, sqlite3 is in debfarm - just some dependency things to solve16:24
kortsi|tbb|: echo 'myvariable="myvalue"' > settings.sh and in script later: . settings.sh16:25
kortsi|tbb|: note the space between . and settings.sh16:25
||cw|tbb|: not loadvariables=`cat...', but import settings.sh16:25
|tbb|but settings.sh must be executable and begin with #!/bin/sh ?16:26
kortsi|tbb|: yes16:28
|tbb|last question about sh scripting, when i need to replace one line of a file like firstline=foo secondline=bar thirdline=foobar  only replace secondline to secondline=barfoo16:28
kortsi|tbb|: settings.sh is actually just another shell script. the "." command just imports the environment from the script16:28
|tbb|kortsi ok, for my last question upper -> is that possible with basic tools of itos200816:29
kortsi|tbb|: im sorry i dont quite understand the question16:30
|tbb|replaceing a line of a file16:30
pupnikstandard unix way is to use textfiles (1969)16:30
elbI would assume that os2008 has sed16:32
kortsi|tbb|: so you wan't a script to replace a line in a text file? by line number or by some search string?16:32
|tbb|search string16:32
pupnikbut some people hate simplicity.  they want to make complexity and assume control16:33
|tbb|yeah right16:33
*** benno2 has quit IRC16:33
*** hfwilke has joined #maemo16:34
kortsi|tbb|: sed really is there. you want to read the manual ("man sed") first. but a quick command would be sed -e 's/searchstring/replacestring/g' file. that will replace every "searchstring" with "replacestring" in the file. understands basic regular expressions too16:36
*** skibur has joined #maemo16:36
|tbb|ah k16:38
GeneralAntillesInterestingly re: the sponginess of my new N800, the spongier of the two units does actually seem to have better touchscreen response.16:39
*** fcarvalho has quit IRC16:40
*** benno2__ has joined #maemo16:42
*** benno2__ is now known as benno216:42
lardmanderf: presumably an overpopulated tree is a bad sign?16:42
*** fcarvalho has joined #maemo16:43
*** blahdeblah has quit IRC16:46
*** blahdeblah has joined #maemo16:46
*** mankod has quit IRC16:46
*** Blain has joined #maemo16:47
*** skler` has quit IRC16:48
*** greentux has joined #maemo16:49
*** skler` has joined #maemo16:51
*** Tuco800 has quit IRC16:56
*** skyhawk_ has joined #maemo16:59
*** benno2_ has quit IRC16:59
*** user__ has joined #maemo17:00
*** user__ is now known as playya217:00
*** jga23 has joined #maemo17:02
*** vivijim has quit IRC17:04
*** oil_ has joined #maemo17:07
*** oil has quit IRC17:07
*** lubyou has joined #maemo17:10
*** bergie has joined #maemo17:11
playya2what is the name of app installer (GUI). cant find it17:13
jkuhildon-application-manager17:15
*** NetBlade has quit IRC17:15
playya2ah hildon. i looked for osso*17:16
playya2nope. also not hildon. there is only hildon-input-method17:18
jkuwhere are you looking?17:23
jkuit's in /usr/bin/hildon-application-manager on the device17:23
X-Fadeproject lives here: https://garage.maemo.org/projects/hildon-app-mgr/17:24
playya2is this the default one?17:27
X-FadeYep, it is developed in the open.17:28
playya2i want to start a .install file to have a look at why it stucks17:28
playya2n810 or n800?17:28
X-FadeITOS ;)17:28
playya2better way: http://nopaste.unixfreunde.de/421 <- where is the mistake17:33
Takwow, I didn't know we had the app manager source17:33
*** mk8 has quit IRC17:34
jkuTak, me neither17:34
* Tak may be submitting patches in near future17:35
* Jaffa neither.17:39
JaffaSomeone could finally implement the tag cloud suggestion17:39
TakX-Fade++17:39
*** mmejiav_ has joined #maemo17:40
*** b0r0las has quit IRC17:40
*** jonnylamb has quit IRC17:42
mwaldronwo my 810 is delivered. i just have to wait for teh gnomes to bring it to my desk17:42
*** jonnylamb has joined #maemo17:43
* Tak send pixies to intercept17:43
mwaldronheh17:43
*** jegp has left #maemo17:45
*** Cymor-Work has joined #maemo17:46
*** Free_maN has quit IRC17:47
*** darkip has joined #maemo17:48
*** mmejiav_ is now known as b0r0las17:50
*** mgedmin has joined #maemo17:51
*** mankod has joined #maemo17:52
*** calvaris has joined #maemo17:53
*** ab has quit IRC17:55
*** guardian has quit IRC17:56
*** lardman is now known as lardman|gone17:56
*** jonnnylamb has joined #maemo17:58
*** fab____ has quit IRC18:00
*** jonnylamb has quit IRC18:00
*** jonnnylamb is now known as jonnylamb18:01
*** matt_c has joined #maemo18:02
*** vivijim has joined #maemo18:03
*** Tuco800 has joined #maemo18:04
*** hrw|gone is now known as hrw18:07
*** shaun has joined #maemo18:13
*** shaun is now known as heywire18:13
solmumaha|tbb|: no alarm after boot18:14
*** bergie has quit IRC18:19
*** kaie has joined #maemo18:21
*** JussiP has joined #maemo18:23
*** playya2 has quit IRC18:26
b0r0laswhat is the best case for the n800?18:27
zoranlowercase18:27
GeneralAntillesProporta HD case is supposed to be good.18:28
*** heywire has quit IRC18:28
|tbb|solmumaha: same as me, to bad. But when does a tablet requires a reboot anyway ;)18:28
*** lindever__ has joined #maemo18:30
Jaffa|tbb|: after installing Canola, apparently ("daemons need restarting", why they can't just send SIGHUP to them in postinst, I've no idea)18:31
*** ch4os_ has joined #maemo18:31
*** simon_ has quit IRC18:32
*** _collin_ has quit IRC18:36
*** greentux has quit IRC18:38
*** aCiDBaSe has quit IRC18:40
*** hwilke has joined #maemo18:42
*** DaniloCesar has quit IRC18:43
*** aCiDBaSe has joined #maemo18:45
*** Zetty has quit IRC18:48
*** eton_ has quit IRC18:49
*** simon_ has joined #maemo18:51
*** atlas95 has joined #maemo18:51
*** alterego has quit IRC18:51
*** alterego has joined #maemo18:52
*** rkabir has joined #maemo18:53
*** hfwilke has quit IRC18:56
*** bedboi has quit IRC18:59
*** jackster has joined #maemo19:01
*** hwilke is now known as hfwilke19:03
*** hrw is now known as hrw|gone19:04
*** truent has quit IRC19:07
*** truent has joined #maemo19:08
*** rkabir has quit IRC19:13
*** naba has quit IRC19:17
*** zuh has joined #maemo19:18
*** djcb has joined #maemo19:20
*** dphil9001 has joined #maemo19:21
*** Cymor-Work has quit IRC19:21
*** vivijim has quit IRC19:22
k-s[WORK]Jaffa: some are not the same daemon19:24
k-s[WORK]Jaffa: like downloadmanager19:24
Jaffak-s[WORK]: postinst's a shell script in which you can do anything you want, including (say): /etc/init.d/downloadmanager stop; /etc/init.d/lms stop; /etc/init.d/lms start; /etc/init.d/downloadmanager start19:25
* Jaffa accepts getting the users to restart is easier, but it's a bit messy TBH19:25
k-s[WORK]Jaffa: yes, that's true... I was talking about SIGHUP :-)19:26
*** sKaBoy has quit IRC19:26
Jaffak-s[WORK]: lots of SIGHUPs (assuming they're configured to restart on SIGHUP or reload config or ...)19:26
k-s[WORK]Jaffa: downloadmanager was in C, now in python... no sighup would help :-D19:27
*** axelm7 has left #maemo19:28
*** MikaT has joined #maemo19:33
*** ol_schoola_ has joined #maemo19:38
*** ol_schoola has quit IRC19:38
*** henrique has joined #maemo19:40
*** truent has quit IRC19:41
*** MikaT has left #maemo19:46
*** dneary has joined #maemo19:48
*** calvaris has quit IRC19:50
*** red-zack has joined #maemo19:55
*** harobed has quit IRC19:58
*** mazzen has quit IRC20:00
*** sx|lappy has quit IRC20:04
rm_youanyone here every gotten Perlin Noise functions to work? >_>20:07
rm_youGeneralAntilles: ehh? :P20:07
GeneralAntillesYou need an icons to integrate advanced backlight with LCARS.20:08
rm_yourofl yes20:08
rm_youyou said that20:08
GeneralAntillesYou try LCARS yet?20:08
rm_youno20:08
GeneralAntillesDo it!20:09
GeneralAntillesIt's high-hilarity.20:09
rm_youheh20:09
* GeneralAntilles is glad he has some tablets that he doesn't have to be seen in public with.20:09
*** mankod has quit IRC20:10
GeneralAntillesAny idea what the maximum size for statusbar applet icons is?20:11
GeneralAntilles40x40 maybe20:12
TakI still want them to release the damn doom3 theme20:12
fysaOK.  I guess it's time to upgrade from the leaked OS2008 beta.20:15
fysahow is rtcomm?20:15
GeneralAntillesFor what in particular?20:15
fysaI heard rumblings that the rtcomm betas caused problems -- last monthish20:16
GeneralAntillesWe're beyond that.20:16
fysacool.20:16
*** jacques has joined #maemo20:16
*** Ryback_ has quit IRC20:17
*** Ryback_ has joined #maemo20:17
*** mankod has joined #maemo20:19
*** captainigloo has joined #maemo20:21
*** coffee88 has joined #maemo20:23
GeneralAntillesrm_you, you haven't done anything icon-wise, right?20:34
GeneralAntilles(Not, LCARS, generic Hildon)20:34
*** celesteh has joined #maemo20:37
*** richieeee72 has joined #maemo20:42
*** stee1 has joined #maemo20:42
*** richieeee72 has quit IRC20:42
*** jnettlet has joined #maemo20:44
*** kaie has quit IRC20:45
*** guardian has joined #maemo20:51
*** celesteh has quit IRC20:53
*** celesteh has joined #maemo20:54
GeneralAntillesrm_you, http://www.legacyoflies.com/devuploads/general_antilles/adv-backlight-icon.png20:54
*** dneary has quit IRC20:55
*** kaie has joined #maemo20:57
*** dneary has joined #maemo20:57
*** k-s has quit IRC21:01
coffee88GeneralAntilles: well I think it looks good!21:03
*** mgedmin has quit IRC21:05
*** mwaldron has quit IRC21:05
*** K-Fox has quit IRC21:10
*** Lateralus has quit IRC21:11
*** ramo102 has quit IRC21:13
*** dolske has quit IRC21:14
*** _berto_ has quit IRC21:15
*** heikkit has joined #maemo21:15
*** guardian has quit IRC21:15
pupnikno release yet jott, Tak -exult still too annoying to play21:15
heikkitI wanted to start working on mobile firefox, and installed maemo in a vmware guest (ubuntu dapper, host is ubuntu gutsy) as described here: http://wiki.mozilla.org/Mobile/Build/Maemo_Build_Instructions21:16
heikkitbut I don't seem to have working dns in maemo, only IP addresses work (dns works in the scratchbox prompt)21:17
heikkitany ideas?21:17
jotthello21:17
jottpupnik: yeah i must agree unfortunately .. it lags quite hard when loading the mp3 :(21:17
pupnikjott does the character face icon for spark appear in the lower left of your screen?21:18
jottyou still fork a gst-launch21:18
jottuhm no .. ah and the main menu is not centered..21:19
jott(as in centered in the double-sized screen though in the lower left corner)21:19
jotterm lower right21:19
pupnikthe main menu on startup should be pixel-doubled and fullscreen centered21:20
jotterm the in-game menu..21:20
jottwhen pressing esc21:20
pupnikthe in game menu is centered here :/21:20
pupnikdid you use my exult.cfg?21:20
jottyeah should be21:20
* jott double checks21:21
jottyeah it's your cfg21:21
jottstrange21:21
pupnikok what do you think about making the 'enter' dpad button be mouse toggle21:22
pupnikvery hard to reach F7 on the n81021:22
*** lubyou has quit IRC21:22
jottnah dpad is much much harder to reach with a closed n810 ;)21:22
pupnikok21:22
rm_youGeneralAntilles: neat. it needs stages21:23
GeneralAntilles;)21:23
pupnikalso i was annoyed when clicking on character icons, that the party moved to the location of the click21:23
rm_youit needs one stage for every combinartion of backlight / volume21:23
rm_yousooooo21:23
pupniki.e. the first click is registered as a movement click21:23
rm_you4 * 521:23
jottah and another thing i noticed, i did no manage to drive a wagon..21:23
GeneralAntillesWay ahead of you. :P21:23
pupnikan alternative is to hit the 'i' key to bring up the character inventory21:23
rm_you4 backlight levels (full -> empty) and 5 volume levels (full -> empty -> muted)21:23
GeneralAntillesDo PSDs work for you?21:23
rm_youGeneralAntilles: yes21:24
pupnikok i heard of a wagon problem in the #exult channel21:24
jottbut don't know if this is due to the cvs version21:24
rm_youGeneralAntilles: good work :P21:24
jottdo you know when 1.4 is targeted?21:24
pupnikno21:24
jott1.2 seems more reliable at the moement :/21:25
*** jeff1f has joined #maemo21:25
Jaffaheikkit: check /etc/resolv.conf in Scratchbox21:26
*** mgedmin has joined #maemo21:26
*** Lateralus has joined #maemo21:28
*** jacques has quit IRC21:28
heikkitJaffa: hmm, strange.. .yesterday it was identical to what was in vmware guest, now scratchbox version has just localhost21:28
* heikkit goes to edit21:29
*** b0r0las has quit IRC21:29
*** |tbb| has quit IRC21:30
heikkitJaffa: wohoo, works! thanks21:31
Jaffanp21:33
*** vivijim has joined #maemo21:34
*** chenca has joined #maemo21:35
Naviare you supposed to have networking when running the maemo sdk?21:37
NaviNetworking inside maemo, that is21:38
GeneralAntilleshttp://www.legacyoflies.com/devuploads/general_antilles/adv-backlight-icon.png http://www.legacyoflies.com/devuploads/general_antilles/adv-backlight-icon.psd21:38
GeneralAntilles6*421:38
*** svu has quit IRC21:40
*** Masca has joined #maemo21:40
*** Masca has quit IRC21:40
*** ken_ has joined #maemo21:40
*** Masca has joined #maemo21:40
jumpulaNavi: yes21:41
Navi>_> How do you set it up?21:41
NaviIt's not working for me.21:42
heikkitNavi: maybe you need to trick it: http://hildon-app-mgr.garage.maemo.org/redpill-stable.html21:42
GeneralAntillesrm_you, I could add some more backlight levels, too, if you want to go crazy'n'such.21:44
rm_youheh21:44
rm_youas many as you can make look nice21:44
rm_youbut remember it's O(m*n)21:44
rm_you<_<21:44
*** thp has joined #maemo21:45
thphow can i set the osso-xterm to black background and white text?21:45
fysaheikkit: figure out your scratchbox issue w/resolving DNS?21:45
jumpulaNavi: check your /etc/resolv.conf and /scratchbox/etc/resolv.conf21:46
jumpulasame for nsswitch.conf21:46
GeneralAntillesthp, xterm menu, Tools, Settings...21:46
heikkitfysa: yes, scratchbox's /etc/resolv.conf pointed only to localhost (I am sure I checked that yesterday, but it works now, so I am happy)21:46
jumpulamake sure the settings are proper on both target and host side21:46
fysacool.21:47
thpGeneralAntilles: but the text doesn't change to white then21:47
GeneralAntillesLook harder.21:47
thpah, thanks21:47
thp;)21:47
fysaheikkit: I am incredibly interested in Mobile Firefox.  It supports extensions, right?21:47
heikkitfysa: the plan is to support extensions, yes21:48
fysaand you know of the grabanddrag extension?21:48
heikkitno21:48
NaviI have nsswitch.conf with the line hosts: files dns21:48
fysahttp://grabanddrag.mozdev.org21:49
Naviand my resolv.conf entry is correct.21:49
Jaffaheikkit: grandanddrag will be very nice to have.21:49
Jaffa(Even better, of course, if Gtk just acted like that throughout Maemo/ITOS)21:49
fysagrabanddrag is the #1 reason I want a more featured mozilla build.21:49
* heikkit is reading t he page and watching the video21:49
rm_youGeneralAntilles: I have to leave for the weekend like... now...21:49
rm_youemail me comments / files21:49
fysa#2 is bookmark sync ;)21:49
GeneralAntillesWill do.21:49
GeneralAntillesHave fun.21:49
*** EruditeHermit has joined #maemo21:49
*** smackpotato has joined #maemo21:50
*** dolske has joined #maemo21:52
Naviapt-get update works inside sbox.21:52
*** thp has quit IRC21:53
NaviGah, this sucks.21:54
coffee88Navi: I am noooo expert, and haven't tried this, but have you set a LD_PRELOAD ?21:55
NaviNo.21:56
coffee88Navi: http://osdir.com/ml/handhelds.maemo.devel/2005-08/msg00176.html21:56
*** hfwilke has quit IRC21:56
coffee88Navi: no idea if it's still relevant, or will help though...21:57
NaviNo go.21:57
coffee88Navi: doh.  sorry!21:58
NaviWhatever, I'll live.  Thanks anyway.21:59
*** hfwilke has joined #maemo22:02
fysaheikkit: it's very configurable..22:03
heikkitfysa: it seems like that kind of scrolling functionality should be built in, I think one of the mobile fx devs is going to take a look at that extension and see how that would work22:04
heikkitfysa: thanks for the pointer22:04
fysaheikkit: yes, it should definitely be built-in.  having a dev case with firefox (even full firefox) on a maemo with that extension would be excellent for usability testing.22:05
*** djcb has quit IRC22:05
heikkitfysa: actually, you can have full fx on maemo right now - it just isn't optimized for it yet22:06
fysanever even thought to try compiling it..  been trying to get WebKit going.22:07
*** wwp has joined #maemo22:08
fysabut now that you mentioned it.22:09
heikkitfysa: used these instructions without any trouble (apart from that dns): http://wiki.mozilla.org/Mobile/Build/Maemo_Build_Instructions22:10
*** dphil9001 has left #maemo22:10
*** MoRpHeUz has joined #maemo22:14
*** mwaldron has joined #maemo22:15
*** leif__ has joined #maemo22:15
fysanice22:15
fysathanks.22:15
fysadid you try it on your device yet?22:15
fysaor just in scratchbox?22:15
*** henrique has quit IRC22:17
*** infobot has quit IRC22:18
*** svu has joined #maemo22:18
*** Hoppy has joined #maemo22:19
HoppyCan anyone here help me load python2.5?22:19
mwaldronwhat is the repository name to add to for the 3rd party apps (mameo.org, itt software, etc)22:24
Hoppymaemo.org22:25
melmothmwaldron: extras22:25
mwaldronextras.maemo.org then?22:26
melmothmwaldron: use the application manager.22:26
mwaldronyes, i am22:26
melmoththe repository is there by default (on os2008), it is just not activated22:26
mwaldronAh, it needs activated. got it22:26
mwaldronthats' what i was missing22:26
mwaldronthanks22:27
HoppyHi, I need help loading python2.5. Can someone help me, please?22:27
melmothHoppy: as long as you have the extras repo activated (see above :) ), installing any application that requires python2.5 should install it as well22:27
*** rlaager has joined #maemo22:27
melmothyou can also use a terminal and launch 'apt-get install python2.5-runtime'22:28
HoppyThanks.  I think it is activated.  The "disabled" button in the catalog details is unchecked.22:29
heikkitfysa: I don't have the physical device, so just in scratchbox. however, one of the mobile fx devs showed fx running in two n8xx devices22:32
heikkitfysa: to me, so I definitely know it works22:32
*** MagicFab has joined #maemo22:35
*** lubyou has joined #maemo22:37
*** philipl has quit IRC22:38
*** philipl has joined #maemo22:38
*** Tama^2 has joined #maemo22:41
HoppyDoes anyone know if carman or maemo-periodic will run in OS2008?22:44
HoppyTrying to install i keep getting the message "unable to install maemo-periodic. Incompatible application package"22:45
*** skyhawk_ has left #maemo22:46
Tama^2Hello22:46
*** MoRpHeUz has quit IRC22:46
*** Sho_ has quit IRC22:46
melmothHoppy: try red pill mode22:47
HoppyHow do I do that?22:48
*** AD-N770 has joined #maemo22:48
*** dneary has quit IRC22:49
lcuk_2isnt there a problem with people getting stuff from extras because nokia screwed up?22:49
*** AD-N770 has quit IRC22:49
lcuk_2different countries having problems etc22:49
*** Sho_ has joined #maemo22:50
*** s1d has quit IRC22:52
melmothHoppy: http://maemo.org/community/wiki/applicationmanagerredpillmode/22:52
Hoppymelmoth: thanks, i'll check it out.22:52
*** svu has quit IRC22:52
bipolarHas anyone ever heard of useing an n800 as a bluetooth headset? I'd like to be able to keep my phone in my pocket and use the n800's mic/headphones.22:53
GeneralAntillesphonelink is what you're after.22:53
*** rlaager has quit IRC22:54
*** rlaager has joined #maemo22:54
bipolarphonelink... I'll look it up. thanks GeneralAntilles22:54
*** playya_ has joined #maemo22:56
*** EruditeH1rmit has joined #maemo22:57
lcuk_2apt-get beer22:58
GeneralAntillesNo.22:58
lcuk_2sudo apt-get beer22:58
GeneralAntillesOK.22:58
lcuk_2:D22:58
lcuk_2hows it goin gen?22:58
* lcuk_2 can type again finally and 810 isnt bein a cylon. thanks :)22:59
GeneralAntillesJust finished up my new icon set for adv-backlight.22:59
GeneralAntilleshttp://www.legacyoflies.com/devuploads/general_antilles/adv-backlight-icons.zip22:59
GeneralAntilles70 cmd-shift-s's22:59
lcuk_2cool, ive just started on the road to sdl22:59
GeneralAntillesI need to figure out how to get Photoshop to automate those psd flattenings.23:00
GeneralAntillesSuch a pain.23:00
lcuk_2my old painty thingy just flattens anything if i save it as a png23:00
*** EruditeHermit has quit IRC23:00
*** infobot has joined #maemo23:00
GeneralAntillesYeah, I make heavy use of layers for most projects.23:00
jkyroisn't gimp scriptable?23:01
GeneralAntillesSo, for stuff like status bar icons and video game textures (with multiple "skins"), I have to show only the layers I want for that particular flattening.23:01
*** darkip has quit IRC23:01
lcuk_2"Copy merged" :)   - in psp anyway...23:01
lcuk_2"Past as new image"23:02
lcuk_2+e23:02
dtahtbotlcuk_2: Error: "e" is not a valid command.23:02
lcuk_2+123:02
dtahtbotlcuk_2: Error: "1" is not a valid command.23:02
lcuk_2+GeneralAntilles loves his cat23:02
dtahtbotlcuk_2: Error: "GeneralAntilles" is not a valid command.23:02
GeneralAntillesHaha23:02
GeneralAntilles+help23:02
dtahtbotGeneralAntilles: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin.23:02
GeneralAntillesBleh23:02
lcuk_2+i_need_somebody23:03
dtahtbotlcuk_2: Error: "i_need_somebody" is not a valid command.23:03
lcuk_2+help23:03
dtahtbotlcuk_2: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin.23:03
lcuk_2+not_just_anybody23:03
dtahtbotlcuk_2: Error: "not_just_anybody" is not a valid command.23:03
lcuk_2cool23:03
lcuk_2if my name had a + at the start of it and the bot was telling me off, would he get caught in a loop?23:03
GeneralAntillesDepends on what he parses.23:04
GeneralAntillesProbably, no.23:04
lcuk_2+awww23:04
dtahtbotlcuk_2: Error: "awww" is not a valid command.23:04
lcuk_2damn name not changed23:04
lcuk_2ahhhh xchat wont let me :(23:04
lcuk_2i made my 810 into a nice hand warmer last nice23:05
*** dolske has quit IRC23:05
lcuk_2nite23:05
*** matt_c has quit IRC23:05
GeneralAntillesHaha23:06
GeneralAntillesWatching movies?23:06
*** mgedmin has quit IRC23:06
lcuk_2nope, i was looking at fullscreen (and beyond) blits in dsl and see what works and what doesnt23:06
lcuk_2sdl23:06
*** dolske has joined #maemo23:06
* lcuk_2 needs a nubile secutary typist23:06
lcuk_2(with a dictionary)23:07
bipolarGeneralAntilles: It seems that phonelink is only for dialing, and sending sms messages, not for using the n800 as a headset for a phone. have you seen it used as such? Am I missing some thing?23:07
GeneralAntillesMy phone doesn't play nice with phonelink23:07
GeneralAntillesso I haven't used it23:07
GeneralAntillesI thought it did that23:07
GeneralAntillesbut I guess not.23:07
bipolardarn... I got all excited :(23:08
*** khertan_ has joined #maemo23:08
lcuk_2bipolar, i think thats a damned good start, ive not heard about an interactive device like this one before.    you might be able to find other info on the forums of the phonelink site because if GeneralAntilles thought of it, you can be damned sure someone else has as well23:08
khertan_Hi23:09
*** khertan_ is now known as Khertan_Home23:09
lcuk_2hi hkertan23:09
lcuk_2finally home from a long week?23:09
Khertan_Homeis there a way to boost audio out in gain ?23:09
*** eber_ has quit IRC23:09
lcuk_2you mean from the headphone socket?23:10
lcuk_2and using the nokia headphones23:10
Khertan_Homelcuk_2: yes ... finally out... of a very long week ... with too many short deadline ...23:10
*** playya has quit IRC23:10
*** jamey has quit IRC23:10
Khertan_Homelcuk_2: i mean with software23:10
*** setanta has quit IRC23:10
bipolarlcuk_2: so far all i've found is others trying to do the same thing :(23:10
lcuk_2thats february for you - all the xmas relaxation and slow windup in january makes for february a stressfull month, sit back get a beer and enjoy your weekend :)23:11
* Khertan_Home is releasing a new version of PyGTKEditor ... and a new soft ... mTasks23:11
lcuk_2....23:11
lcuk_2on your site?23:11
sp3000interesting23:11
lcuk_2or in extras?23:11
sp3000I generally find March doesn't actually exist23:11
Khertan_Homelcuk_2: lol i ll work this weekend ... :(23:11
melmothKhertan_Home: will there be auto tabulation for python code ?23:11
Khertan_Homelcuk_2: on my site ...23:11
lcuk_2on way23:11
melmothor is it called, auto indentation ? well, you got the idea.23:11
sp3000it's on the calendar, but mysteriously nothing gets done23:11
Khertan_Homemelmoth: yes ... auto tab :)23:11
* lcuk_2 will unwrap this software gently23:12
melmoth\o/ hurray23:12
Khertan_Homeauto indent23:12
sp3000it's magical somehow.23:12
Khertan_Homei can't upload to repository extra ... as i can't use dput23:12
lcuk_2;( "Error 403 - Forbidden23:12
lcuk_2L'accès au fichier requiert une autorisation."23:12
Khertan_Home?23:12
lcuk_2its ok its an old link23:12
Khertan_Homelcuk_2:  on what file ?23:12
Khertan_Homelol23:12
lcuk_2you gave me a link to grab an early beta to pygtk and this was the folder23:13
Khertan_Homeand i'm trying to update maemo.org ... but it s really a too slow server !23:13
Khertan_Home:)23:13
lcuk_2i think maemo.org is about 800 servers worldwide isnt it23:13
lcuk_2akamai cache23:13
lcuk_2or is that just the repo23:13
Khertan_Homelcuk_2: it s not possible that this host by akamai !23:14
Khertan_Homeakamai server work very well ... look at the apple one ... they use akamai server23:14
*** ch4os_ has quit IRC23:14
lcuk_2i think the config of the servers for maemo repos keeps screwing up because people keep getting certificate errors on specific caches when other people are fine23:15
*** ol_schoola has joined #maemo23:15
Khertan_Homelcuk_2: right23:15
Khertan_Home Changes in latest version  The value of this field may not be longer then 400 characters.23:16
Khertan_Homelol23:16
Khertan_Homei ve made too many change23:16
lcuk_2you must compress your changes.  in future, we will know that "+" means "added tonnes more stuff whilst idly sitting around for hours of every day whilst normal people are working" ;)23:16
lcuk_2which bluetooth keyboard do people use and recommend - its for 810 and doesnt need to fold up because it will stay at home.23:18
*** ol_schoola_ has quit IRC23:18
GeneralAntillesApple, then.23:19
lcuk_2how long do the batteries last - and i prefer the look of the older model apple one but they dont sell it at apple23:19
GeneralAntillesPlenty of time.23:19
GeneralAntillesI know a fair number of people with both the old and the new models23:19
GeneralAntillesnone of them have ever complained about battery life.23:20
lcuk_2khertan, serious question - you have linked c/c++ modules with python to create a new widget.  could you point me towards an example of such please?23:20
lcuk_2or is pygtk using such a system23:20
lcuk_2GeneralAntilles, cool, i'll get one then23:20
melmothlcuk_2: swig can let you wrap c++ code in python23:20
GeneralAntillesPersonally, I'd highly recommend the newer one.23:21
lcuk_2looks awful - i dont want a laptop board23:21
melmothbut it s a bit of a work. (i m using swig bindings , but i havent wrote the swig wrapping myself)23:21
GeneralAntillesThe laptop switches in that tend to wear out a little more gracefully than the full-size silicone domes in the old one.23:21
Khertan_Homelcuk_2: hum .... i ve only compiled an existing binding for python ... gtksourceview binding already exist23:21
lcuk_2melmoth, Khertan thanks i will look at both, i like python but know some things need speed of c23:22
lcuk_2i dont type that much GeneralAntilles.23:22
* lcuk_2 scrolls back and reconsiders that answer23:22
GeneralAntillesMeh, I'm just sayin'. :P23:22
lcuk_2i suppose ill be best wandering into apple shop and doing a touch test23:23
* GeneralAntilles wishes somebody would put a bluetooth module into a Model M.23:23
GeneralAntillesOr better yet, make a usb-to-bluetooth transceiver.23:23
lcuk_2100% agree gen23:23
lcuk_2810 could do that...23:23
GeneralAntillesHaha23:23
lcuk_2be a bit expensive tho23:23
*** matt_c has joined #maemo23:23
lcuk_2"updating pygtkeditor"23:24
Khertan_Home?23:24
lcuk_2im installing23:24
Khertan_Homeah ok :)23:24
lcuk_2pygtked successfully installed :D23:25
Khertan_Homestupid maemo download section !23:25
Khertan_Home15min to update PyGtkEditor for OS2007 ....23:25
Khertan_Homenow need more 5 min to load OS2008 page23:25
fysadid ARM release a specific date with their announcement of a new CPU to rival Silverthorne and promise of 'internet in your pocket'?23:26
*** s1d has joined #maemo23:26
fysasomething about being very media-friendly23:26
lcuk_2w0000t thankyou khertan :) you added the elusive tab23:26
dragornds3: fyi, you have to hack the sisusb kconfig stuff since it's locked to ehci usb223:26
*** licorn_ has quit IRC23:26
leif__GeneralAntilles, I see that adv-backlight has hardcoded paths to the hicolor icons instead of fetching them from the current icon theme23:27
Khertan_Homelcuk_2: :)23:28
GeneralAntillesIf only Nokia would provide the sources to their lame status bar applets.23:28
GeneralAntillesThanks, though, leif__.23:28
Khertan_HomeHuhu pygtkeditor is in the star download section :)23:28
Khertan_HomeGeneralAntilles: yep !23:29
Khertan_HomeGeneralAntilles: i ve still not found how to make transparency .... :(23:29
leif__it is really irritating how many of the hildon-desktop plugins are closed source23:29
leif__afaict the whole left hand panel (task nav) is all closed plugins, except for the main apps menu23:29
Khertan_Homeleif__:  all nokia one are23:30
leif__actually i just realized yesterday that the rss reader applet is open... but that is probably only because the rss reader itself is based on Liferea23:30
Khertan_Homeleif__: really ?23:31
leif__yep23:31
Khertan_Homeleif__: so maybe i ll can see how they make transparent home applet23:31
fysawhat?23:32
fysawhere did you see that the built-in RSS is base off Liferea?23:32
leif__http://repository.maemo.org/pool/maemo4.0/free/source/o/osso-rss-feed-reader23:33
fysahttp://code.google.com/p/frothing/23:33
leif__it says in the copyright file that it is23:33
dragornhahahah23:34
dragornvga out on the n81023:34
dragornawesome23:34
Khertan_Homedragorn: ?? how ??23:34
dragornKhertan: USB2 SISUSB vga adapter23:34
dragornand an external power source23:34
leif__interesting that the version there is source for is 1.4.42-1 while the version in OS2008 is 1.4.43-023:34
dragornand a little hacking to the kconfigs to unlink sisusb from EHCI23:34
leif__and by interesting i mean lame23:35
fysaheh23:35
fysanew Liferea supports WebKit..23:35
fysaI want to smash the built-in RSS reader though.23:35
fysaI can't stand that it's not properly threaded.23:35
leif__or properly themed23:35
*** setanta has joined #maemo23:36
fysaI shouldn't have to wait for 400 things to update before a screen refresh lets me read one fucking paragraph that's already on the screen.23:36
*** setanta has quit IRC23:36
lcuk_2Khertan_Home, can i ask why have you got a screenshot of Glade GUI editor running on maemo? ;) i am interested in following your logic (and maybe playing with glade myself in such an environment)23:36
lcuk_2^ screenshot is actually the screenshot for mTasks program on your site23:37
leif__does anyone have a trivial way of comparing the ITOS's /var/lib/dpkg/status file with http://repository.maemo.org/dists/maemo4.0/free/source/Sources ? I'd like to make three lists: Closed packages, open packages with up-to-date-source, and free/open packages with newer versions on the device than there is source for23:40
leif__i think the 3rd category is large23:40
*** Hoppy has left #maemo23:40
Khertan_Homelcuk_2: oups i ve uploaded the wrong screenshot :) thx23:41
lcuk_2Khertan_Home, dont go all shy now, tell us.  how well does it work, is it usable23:41
*** Pio has quit IRC23:41
Khertan_Homelcuk_2: i ve glade3 running on my n810, all work, but as glade3 is a single windows, it s unusable ...23:41
*** vivijim has quit IRC23:42
Khertan_Homeyou can set properties of a widget as the box is too small23:42
Khertan_Homebut i'm working on a multiple windows implementation of glade3 to be able to use it on the n8x023:42
Khertan_Home:)23:42
*** andrunko has quit IRC23:43
lcuk_2i wonder how you would get past that problem - working on an app which requires more screen estate than avail23:43
lcuk_2without making it like vi ;)23:43
Khertan_Homelcuk_2: i'm talking about this in blog.khertan.net (it s a french blog)23:43
lcuk_2i see you did get an 810 tho, how are you liking it23:43
lcuk_2is your blog in english language or native tongue?23:43
Khertan_Homemy blog is in french23:43
Khertan_Homelcuk_2: i like my new n810 ! Keyboard is really usefull to dev in the train ...23:44
Khertan_Home:)23:44
fysaanyone make an RSS filter site that replaces links with Google Translated versions? ;)23:44
lcuk_2keyboard is nice, but as you might have seen, im gonna replace the thumbboard with a proper one for home use.  when im out of house its gr823:44
Jaffadragorn: The VGA USB adapter's working? Photo? Details? :-)23:45
*** birunko has quit IRC23:45
jkupics or it didn't happen23:45
fysahttp://www.webware.com/8301-1_109-9731147-2.html23:45
Khertan_Homelcuk_2: but as i use mainly my n8x0 out of house ... :)23:46
dragornJaffa: It's working.  Nothing too special.23:46
dragornJaffa: Just got sisbit displaying PPMs on the monitor23:46
*** luck^ has quit IRC23:46
dragornJaffa: Not sure I have anywhere to go with it beyond this tho, I can put the kmod up if someone really wants it but it was a 1-line change to the kernel kconfig23:46
lcuk_2Khertan_Home, i know.  so have you got more productive with 810 or are you still itching to touch the screen23:46
*** konttori has joined #maemo23:46
lcuk_2and one other thing - now you have 810, can you see why we wanted the tab key ;)23:46
dragornJaffa: I'm not trying to run X on the external monitor (w/out the xserver drivers it wouldn't do much)23:46
leif__hi konttori23:46
*** yerga has joined #maemo23:47
dragornit's just a tritton usb2vga adapter plugged into a hub plugged into the 810, and a power tap to my laptop to give the hub juice23:47
Khertan_Homelcuk_2: i ve understand why a tab key only few minutes after use it :)23:47
dragornSeems pretty quick, throws up a 1024x768 3 meg PPM in a little under a second23:47
Khertan_Homelcuk_2: yes i can say i m more productive23:47
*** Sho_ has quit IRC23:48
pupnikmy tab key is FN+Space23:48
lcuk_2excellent, thats good news for everyone23:48
Jaffadragorn: cool. A set of PPMs would be adequate for presentations etc. (assuming you never needed to modify them on the device ;-))23:48
*** alterego has quit IRC23:48
dragornJaffa: yeah23:48
*** Pio has joined #maemo23:48
dragornJaffa: or imagemagick and low-res would be plausible23:48
lcuk_2i hate the double push of keys - its like numbers, i am getting used to them but they bug me each time23:48
dragornJaffa: or write something else that can talk to the sisusb node and write something more sane23:49
dragornJaffa: in theory it can be made to work like a fb console23:49
Khertan_Homelcuk_2: i found it s a great keyboard ... except in a point of view of dev ... no tab, no []23:49
Jaffadragorn: Have people with Linux boxes got X running on the SIS chipset? (is it basically the same as their onboard gfx chips?)23:50
Khertan_Homebut i ll try to remap chr+space to tab ...23:50
lcuk_2Khertan_Home, the mTasks thing (which i notice you have updated pic on), when i set a task to low priority i can barely see it.  i have my display on lowest but its not much better when i set it to brightest23:50
dragornjackster: stuff I see says straight up Xfree will run on it23:50
dragornerr23:50
dragornJaffa: see above23:50
Jaffa:)23:50
JaffaVery cool.23:50
dragornJaffa: but I haven't tried23:50
Khertan_Homelcuk_2: it s tasks that are done ... :)23:51
dragornJaffa: and honestly, don't count on me to try it for the 810 any time soon, unless I'm feeling awfully curious some day and feel like spending a lot of time building a chroot23:51
* Jaffa 's only connected one thing to his N810 via USB so far (a memory stick lying around), but that was very cool. Planning on buying a Linksys USB100M at some point.23:51
Khertan_Homeso ... but maybe i should try other colors ...23:51
lcuk_2ahhhhh, i misrepresented (because i couldnt see properly) "done,low,standard,high"23:52
lcuk_2i thought (based on the ones i could see) that it was priority23:52
lcuk_2thats what the + - indicates23:52
lcuk_2i would feel better having a completed checkbox.  that way i still know if i have finished many important tasks23:53
Khertan_Homeyes it s bit like priority ...23:53
dragornJaffa: http://kismetwireless.net/screenshot/wispy810.jpg23:53
dragornJaffa: but then the os2008 release broke iread on usb23:54
Khertan_Homelcuk_2: i ve made it like that as i don't like to have checkbox :)23:54
Jaffadragorn: where it worked on the beta? That's one cool photo23:54
*** lmoura has quit IRC23:54
Khertan_Homeyes i know i ve a different use of tasks as other people hae23:54
dragornJaffa: yeah worked fine on the beta, I even redid the app to be hildonized23:54
lcuk_2:) fair enough, you are the primary user anyway23:54
Khertan_Homes/hae/have23:54
*** Sho_ has joined #maemo23:55
Jaffadragorn: bug in bugzilla?23:55
*** EruditeH1rmit has quit IRC23:55
Khertan_Homelcuk_2: and gpe do standart tasks managment very well23:55
*** smackpotato has left #maemo23:55
dragornJaffa: haven't yet, no.23:55
dragornJaffa: it's a kernel bug, my experience in trying to get those fixed is "no"23:55
lcuk_2:O im shocked, you have competition - ive never seen a tasks program before ;)23:56
Khertan_Homelcuk_2: i ll try to make an home applet too and an web site to sync with23:56
Jaffadragorn: even for regressions?23:56
lcuk_2im thinking along the same lines, i just want it triggering when it detects home network in the evening23:56
*** mzlplx has joined #maemo23:58
lcuk_2Khertan, heres a page where you can get tab key23:58
lcuk_2http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/23:58
lcuk_2im gonna vanish for a while, ive got choc and beer waiting23:59

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