IRC log of #maemo for Thursday, 2007-04-26

*** ajturner has quit IRC00:05
*** pvanhoof has joined #maemo00:11
*** mlpug has quit IRC00:11
*** TheNickDe has quit IRC00:15
*** NickDe has joined #maemo00:16
*** nhdezoito_adrian has left #maemo00:20
*** ajturner has joined #maemo00:24
*** jwb is now known as jwb_gone00:25
Pupnikhas anyone tried the patch for xomap which supposedly fixes some Xsp damage issues?00:26
Pupnikhttps://garage.maemo.org/tracker/index.php?func=detail&aid=531&group_id=164&atid=68300:27
*** spect has quit IRC00:27
PupnikDaniel Stone apparently wants Xsp 'killed' and i have to assume he's got good reasons for that.  Still it would be a great help for games and emus if pixel-doubling could be fixed to work reliably00:28
Tak|workI don't really care if xsp gets killed, as long as there remains some simple way to get hw-accelerated scaling without being locked into e.g. Xv00:29
PupnikLooking at alternatives to get faster screen updates.  It might be possible to use ssvb 's direct frame buffer writing, overlaying some SDL functions (put_rect / page flip?)00:29
*** etrunko has quit IRC00:30
PupnikTak|work: yeah... Does the pixel doubling mean the dsp is unavailable for mp3 sink accelerated playback?00:30
Tak|workI don't think so00:31
Pupniki suppose i could test this :)00:31
Tak|workI tried a dsppcmsink-based audio driver for a while00:31
Tak|work(which didn't seem to conflict)00:31
Pupnikok00:31
ssvbPupnik: maybe Daniel Stone can just implement support for setting (emulating) low resolutions in xserver? this should cover most of current Xsp uses and be more compatible with existing applications00:32
*** dolske has joined #maemo00:33
Tak|workwould work for me00:33
ssvbPupnik: pixel doubling (and arbitrary upscaling on N800) is unrelated to DSP at all, it is done by Epson graphics chip00:34
ssvbTak|work: did you try working directly with DSP tasks for audio output?00:36
Tak|workno, not yet00:36
ssvbTak|work: are you going to try?00:36
Tak|workI'd like to create a dsp task for the sample generation00:36
Tak|workassuming I get a coincidental spike of time and ambition, yes00:37
*** nhdezoito_adrian has joined #maemo00:38
ssvbTak|work: deciphering and documenting gstreamer dsp sinks code might be the first step to use Nokia provided DSP tasks bypassing gstreamer layer00:39
*** nhdezoito_adrian has left #maemo00:40
* Tak|work nods00:40
Pupnikyou have dsp programming documentation?00:40
ssvbTak|work: it may work more reliable, at least theoretically00:40
Tak|workyeah, although prone to breakage when nokia shuffles things around with new releases00:42
ssvbPupnik: here is some report about using dsp on 770 with some simple examples: http://maemo.org/pipermail/maemo-developers/2006-January/002607.html00:42
*** |tbb| has joined #maemo00:42
ssvbPupnik: there are lots of TI docs about C55x DSP00:42
*** NickDe has quit IRC00:44
Tak|workwe still don't have source to nokia-provided tasks, do we?00:44
ssvbTak|work: yes, the first thing to verify is if DSP tasks API is the same on 770 and N80000:44
*** NickDe has joined #maemo00:44
Pupnikok not that i will be dsp programming any time soon though :)00:44
ssvbTak|work: I think we may forget any hope about ever seeing these sources00:45
* Tak|work nods00:45
*** Olof has joined #maemo00:50
*** polpak has joined #maemo00:51
*** cecil has quit IRC01:00
*** cecil has joined #maemo01:00
*** Tak|work has quit IRC01:04
*** ssvb has quit IRC01:08
*** Muzero has joined #maemo01:09
Muzerohi to all01:09
*** korpios has quit IRC01:13
* bill20r3 waits patiently for usb-host drivers.01:14
Muzerosomeone have tried a jvm on nokia 770?01:16
*** |tbb| has quit IRC01:20
*** Muzero has left #maemo01:22
*** felipec has quit IRC01:24
*** krau has quit IRC01:25
*** Muzero has joined #maemo01:26
*** Muzero has left #maemo01:32
*** sbaturzio has quit IRC01:36
*** Andy80 has quit IRC01:51
*** luizirber has joined #maemo01:55
*** chenca has quit IRC01:55
Pupnik ok easiest way will be to do an execlp() to launch external mp3 dsp playback01:56
*** k-s[WORK] has quit IRC01:56
Pupnikbut can i use gst-tools to detect whether i am currently playing? :)01:59
*** RealNitro has quit IRC02:02
*** Yamazaki-kun has joined #maemo02:03
*** flyingfred0 has quit IRC02:04
*** flyingfred0 has joined #maemo02:05
Pupniki could use  ps aux |grep gst-launch |grep -v grep02:05
Pupnikif that's nonzero, then a song is playing :)02:17
Pupnikwarning: cannot pass objects of non-POD type `struct std::string' through02:21
Pupnikhrmf02:21
Pupnikahh need to cast ogg_name to a 'const char'?02:22
inzstd::string::c_str() should be what you want02:23
Pupnikconst char *name  is what forked player uses02:24
Pupnikcan i just do const char *oname;02:25
Pupnikand oname = ogg_name ?02:25
Pupnikif ogg_name is type "string"?02:25
sp3000hmm02:28
sp3000<maemo-developers@maemo.org>: service unavailable. Command output: Message content rejected02:28
*** florian_ has joined #maemo02:28
sp3000I think postfix just dissed me02:28
*** florian has quit IRC02:29
*** florian_ is now known as florian02:29
Pupnikheh i need to find a method of C++ string that returns a pointer to a character array02:29
*** jonty has joined #maemo02:32
sp3000c_str02:32
*** obergix[work] has quit IRC02:32
Pupnikso mychararray = mycstring.c_str  ?02:33
*** yerga has joined #maemo02:35
Pupnikahh just needed ()02:37
inzisn't it what I said?02:39
inz;)02:39
*** Zword has quit IRC02:40
*** Zword has joined #maemo02:40
*** behdad has joined #maemo02:44
*** vivijim has quit IRC02:44
*** ajturner has quit IRC02:45
*** yerga has quit IRC02:45
Pupnikspawning a gst-launch process doesn't seem like such a terrible idea for music playback02:49
Pupnikthanks for the help inz and sp300002:49
*** jonty has quit IRC02:51
*** anthm has quit IRC02:59
*** unique311 has joined #maemo03:02
*** florian has quit IRC03:05
*** s-ndh-c has quit IRC03:06
*** s-ndh-c has joined #maemo03:06
*** pvanhoof has quit IRC03:13
*** soleblaze has joined #maemo03:13
*** flyingfred0 has quit IRC03:14
*** polpak has quit IRC03:28
Pupnikgrh gst-launch could use a repeat flag eh?03:30
*** sabotage is now known as sabotage_afk03:32
*** mat has quit IRC03:36
*** mat has joined #maemo03:38
*** luizirber has quit IRC03:47
*** plr__ has joined #maemo03:53
*** polac_ has joined #maemo03:53
*** Raekkeri_ has joined #maemo03:53
*** alump_ has joined #maemo03:54
*** wasabi has joined #maemo03:57
*** JussiP has quit IRC03:58
*** roope has quit IRC03:58
*** plr_ has quit IRC03:58
*** wiljo has quit IRC03:59
*** roope has joined #maemo03:59
*** cosmo__ has quit IRC03:59
*** cosmo has joined #maemo04:00
*** ccjoe has quit IRC04:01
*** jacques has joined #maemo04:01
*** wiljo has joined #maemo04:02
*** JussiP has joined #maemo04:02
*** alump has quit IRC04:07
*** Raekkeri has quit IRC04:07
*** sp3000 has quit IRC04:08
*** polac has quit IRC04:08
*** kkito has quit IRC04:10
*** pdz has joined #maemo04:11
*** mat has quit IRC04:13
*** pdz- has quit IRC04:22
*** Pio has quit IRC04:25
unique311source for appleII emu...i need04:27
*** greentux has quit IRC04:27
Pupnikcan i test if gst-launch is playing, without resorting to a ps |grep?04:36
*** greentux has joined #maemo04:41
*** _follower_ has joined #maemo04:57
*** fcarvalho has quit IRC05:08
*** mikemorrison has joined #maemo05:43
*** greentux_ has joined #maemo05:45
*** greentux has quit IRC05:47
Pupnikah i need to execlp instead of using system()05:56
*** ccjoe has joined #maemo06:03
*** mat has joined #maemo06:24
*** _follower_ has quit IRC06:26
*** flyingfred0 has joined #maemo06:35
*** pdz- has joined #maemo06:42
*** pdz has quit IRC06:55
*** unique311 has quit IRC07:06
*** _follower_ has joined #maemo07:20
*** rkaway has quit IRC07:27
*** rkaway has joined #maemo07:27
*** _follower_ has quit IRC07:31
*** dev has quit IRC07:44
*** dev has joined #maemo07:44
Pupnikexult anybody want to test exult?07:51
Pupnikpupnik.de/Ultima7_music_stereo_mp3  <- music files07:51
Pupnikhttp://pupnik.de/exult770.html  <- exult binary and data files07:52
Pupnikultima 7 game data required07:52
*** dolske has quit IRC08:29
*** djcb has joined #maemo08:30
*** _follower_ has joined #maemo09:03
*** dolske has joined #maemo09:04
*** polpak has joined #maemo09:06
*** booiiing has quit IRC09:12
*** maemo has joined #maemo09:14
*** booiiing has joined #maemo09:17
*** shackan has quit IRC09:26
*** pleemans has joined #maemo09:27
*** djcb has quit IRC09:36
*** sKaBoy has joined #maemo09:44
*** mikemorrison has quit IRC09:51
*** X-Fade has joined #maemo09:52
*** Knowledge_ has joined #maemo09:57
*** KevinVerma has joined #maemo09:58
*** bergie has joined #maemo09:59
*** sabotage_afk has quit IRC10:01
*** sabotage_afk has joined #maemo10:01
*** garrett has joined #maemo10:11
*** Knowledge has quit IRC10:14
*** sotod has quit IRC10:27
*** czr has quit IRC10:51
*** _follower_ has quit IRC10:51
*** czr has joined #maemo10:52
*** Olof_ has joined #maemo10:53
*** Olof has quit IRC10:53
*** greentux_ has quit IRC10:54
*** greentux has joined #maemo11:00
JaffaMorning, all11:08
*** dpb has quit IRC11:10
*** repejota has joined #maemo11:12
*** dpb has joined #maemo11:14
*** obergix[work] has joined #maemo11:17
keesjbugger my touchscreen is loosing sentitivity again11:24
zuhThat seems to be a common problem, I have parts of my screen less sensitive than others and kulve has the whole screen going all funky. I wonder if this is a calibration problem or just simply a hw being crappy...11:35
*** KevinVerma has quit IRC11:35
kulveI would guess the latter11:35
kulvereflashing or recalibrating didn't help at all11:35
keesjzuh I had the same problem on the 770 at the place where you click the most11:37
keesjthat is at the icon to open the main menu11:37
keesjit started like that and after the whole vertial line stopped working :(11:37
*** Phoenigore is now known as PHoeNiGoRe11:44
polpakdoes anyone know where I can find documentation on building gstreamer plugins so I can actually play videos on the n800 (in my app) ?11:45
*** PHoeNiGoRe is now known as Phoenigore11:45
polpakso far as I can tell, there aren't any formats that are supported out of the box which is highly frustrating11:46
kulveapt-get install gstreamer0.10-tools && gst-inspect | less11:48
polpakkulve: yes.. I did that11:48
kulveso you see there are video decoders on the device11:49
polpakkulve: I might if I was using the device...11:50
polpakkulve: I'm using the sdk11:50
polpakkulve: do they not put the decoders in the sdk?11:51
polpakkulve: cause that makes it a bit challenging to write applications that do video ;p11:51
*** sbaturzio has joined #maemo11:53
kulvewhy? compile in the sdk, run on the device..11:53
kulveand yeah, those closed source codecs are not in the sdk11:53
polpakok11:54
kulvegenerally I find running stuff in the cross compilation env (SB) too compilated and problematic and don't anymore even try it..11:54
kulvecomplicated11:55
*** bilboed has joined #maemo11:55
polpakkulve: what's the easiest way to transfer files to the device?11:55
kulvescp11:55
kulve(imo)11:56
polpakkulve: what's the username11:56
kulveroot11:56
kulve(because the user 'user' doesn't have a passwd)11:56
polpakkulve: presumably there's not a default password?11:56
kulve'rootme' of course :)11:56
*** jpetersen has joined #maemo11:56
kulveso don't leave your ssh running without changing the passwd while roaming on public wlans..11:57
polpakkulve: indeed11:57
polpakkulve: thanks much. You've been most informative11:57
kulvenp :)11:58
* polpak has to go get the damned device back from his coworker now11:58
polpak;p11:58
*** [pcfe] has joined #maemo12:07
*** polpak has quit IRC12:07
*** florian has joined #maemo12:10
*** bergie has quit IRC12:19
`0660heh, i'm in a uni lecture where we have a guest lecturer who at least worked in nokia doing stuff for maemo :)12:27
`0660or maybe he was an external contractor there... anyway should be interesting lecture :)12:28
*** jku__ is now known as jku12:33
*** konfoo has quit IRC12:34
*** Olof_ has quit IRC12:36
*** Olof has joined #maemo12:37
inz`0660, which row you in?-)12:38
`0660left side, no hair :)12:39
inzI can see you... ;)12:39
inzLast row, on the right ;)12:39
`0660scary :)12:40
inz`0660, *phew*, I'm not the oldest student on this lecture (course?)13:04
gla55hehe13:05
keesj:p13:06
inzWell, there might be someone even older, but 0660 is at least 4 days older than me!13:07
`0660hah, now i feel old even though i'm just 24 :)13:07
`0660:p13:08
`0660heh, he's talking about how to take advantage of oss when doing closed source :)13:10
c0ffeestrangle him!13:11
gla55there must be someone older there13:11
osfameronnothing wrong with taking advantage of OSS in closed source projects13:13
keesjjust avoid gpl13:17
`0660it's just that he seemed to take it for granted that we would always develop closed source13:17
inz0660, did you close your ears on the part where he told the motivation for keeping parts closed?13:18
`0660though13:18
`0660i might have missed something while focusing in irc :)13:18
inz=)13:18
`0660i saw that part13:18
osfameronyou can use gpl in server side or web applications no problem13:19
inz*graah* I'm almost certain I saw dbus 0.61 packaged for dapper somewhere...13:20
*** einari_ is now known as einari13:20
inzBut now I can't find it anywhere...13:20
inzI wouldn't like to run the sw inside scratchbox (maemo has 0.61 which has fixed glib bindings)13:21
inz(the problem with 0.60 is with aa{sv} signature for a parameter13:22
inz+)13:22
*** jpetersen_ has joined #maemo13:33
*** repejota has quit IRC13:49
*** jpetersen has quit IRC13:49
*** shackan has joined #maemo14:06
*** b0unc3 has quit IRC14:07
*** b0unc3 has joined #maemo14:08
*** b0unc3_ has joined #maemo14:15
*** jku_ has joined #maemo14:18
*** jku has quit IRC14:21
*** jpetersen_ has quit IRC14:22
*** robtaylo1 is now known as robtaylor14:24
*** fcarvalho has joined #maemo14:27
*** b0unc3 has quit IRC14:30
*** Phoenigore is now known as PHoeNiGoRe14:32
*** ajturner has joined #maemo14:40
*** konttori has joined #maemo14:43
*** dev has quit IRC14:46
*** dev has joined #maemo14:46
*** PHoeNiGoRe is now known as Phoenigore14:46
*** b0unc3_ is now known as b0unc314:50
*** Phoenigore is now known as PHoeNiGoRe14:51
*** bergie has joined #maemo15:03
*** krau has joined #maemo15:09
*** sp3000 has joined #maemo15:23
*** MikeJ_ has quit IRC15:27
*** shackan has quit IRC15:28
*** Pupnik_ has joined #maemo15:32
*** k-s[WORK] has joined #maemo15:34
*** chenca has joined #maemo15:35
*** Andy80 has joined #MAEMO15:35
Andy80Hi15:36
konttorihi15:36
konttoriseems to be radio silence here today.15:36
konttorinobody talking anything15:36
Andy80Eheh15:37
Andy80I'm from my 770 :)15:37
Andy80I've a little question: how can I help you with google soc?15:38
* pahartik at park with Nokia 77015:38
konttoriI didn't understand what you were asking15:39
konttorican you rephrase?15:39
Andy80pahartik, lucky you, to have wifi connection at park :)15:39
Andy80konttori, me?15:40
dpb_who says it's wifi?15:40
Andy80right dpb15:41
pahartikAndy80: I do not... I use WCDMA/GPRS over Bluetooth everywhere15:41
*** NickDe has quit IRC15:42
*** Pupnik has quit IRC15:43
pahartikAndy80: Except at my cave, where I have Bluetooth access point15:43
Andy80pahartik, ah cool anyway15:44
pahartikAndy80: I am very much tied up to mobility15:45
Andy80Eheh15:46
Andy80I'll be back later...see ya!15:46
*** Andy80 has quit IRC15:46
*** NickDe has joined #maemo15:46
*** mgedmin has joined #maemo15:52
*** KevinVerma has joined #maemo15:54
*** X-Fade_ has joined #maemo15:59
*** vivijim has joined #maemo16:00
*** etrunko has joined #maemo16:03
*** X-Fade has quit IRC16:16
*** jwb_gone is now known as jwb16:16
*** sbaturzio has quit IRC16:27
*** jhe_ is now known as jhe16:39
*** anthm has joined #maemo16:40
Pupnik_why do people need google to declare a 'summer of code' to code something?16:42
*** Pupnik_ is now known as Pupnik16:42
anthmIf they did it all 4 seasons it may end up too well designed to earn the trendy "beta" status =D16:44
*** behanw has quit IRC16:46
*** spect has joined #maemo16:46
dragornI'd guess 2 reasons - college students and HS students (to be generous) have work during the rest of the year, and people suck at self-motivation16:47
mgedminI'm pure genius at sucking at self-motivation... :(16:49
derfPupnik: Also, they get paid.17:06
derfIt's amazing what students will do for even the smallest amounts of money.17:07
Pupnik./exult: relocation error: ./exult: symbol powf, version GLIBCXX_3.4 not defined in file libstdc++.so.6 with link time reference17:08
Pupnikdoes anyone know why libstdc++.so.6 on the nokia is 3x smaller than the one in scratchbox?17:09
* Pupnik has to try compiling against the native libstdc++.so.6.3, or find what library in the source is calling powf17:10
Pupnikyeah derf, i suppose getting paid a couple hundred bucks to write something is much more exciting than getting paid to make burgers17:11
*** Tak|work has joined #maemo17:16
*** korpios has joined #maemo17:16
dragornPupnik: the easiest reason might be that the one in SB contains debug info17:17
dragornPupnik: run file on it, see if it says "not stripped"17:17
Pupnikyeah notstripped17:17
dragornthat'd be why17:18
Pupniki found the code calling the powf though, so pulling it out will at least solve that17:18
dragornit's for debugging in sb17:18
Pupnikso i used an inappropriate compile/link option?17:18
Pupnikthe executeable gets stripped17:18
dragornpowf is probably in libm17:19
dragornstripping applies to objects, so a dynlink to a stripped/not stripped object ought to be interchangeable17:19
Pupnikthat's what i thought.  the powf function should still be in the stripped libstdc++17:20
*** lardman|afk is now known as lardman17:23
lardmanAny Python programmers here? What book(s) would you recommend for reference (coming from C/MATLAB/FORTRAN/C++ background)?17:24
*** flyingfred0 has quit IRC17:24
dragornthe oreilly learning python book is pretty good17:25
lardmanand also, does anyone know whether there's a Python PrettyPrinter module available (for equations), or a rendering module for MathML or OpenMath?17:25
lardmanProgramming Python looks like it might be more advanced (=good)17:28
JussiPDive into Python is quite nice and also free.17:32
lardmanI've just downloaded that to take a look - I could do with a paper book though, I'm not fond of reading on the screen (bring on e-paper!)17:34
lardmanLooks like it should give me the basics, thanks17:35
lardmanLots of internet stuff in there; I'm more interested in GUI stuff (to display the maths studd)17:35
lardmans/studd/stuff17:35
*** bergie has quit IRC17:38
Pupnikwoot -O3 worked well for exult!17:41
*** florian_ has joined #maemo17:42
*** florian has quit IRC17:44
*** nhdezoito_adrian has joined #maemo17:44
*** florian_ is now known as florian17:44
*** PHoeNiGoRe is now known as Phoenigore17:45
Pupnikanybody up for some playtesting?17:54
*** pleemans has quit IRC17:56
lardmanhttp://sourceforge.net/projects/pymathml/ cool :)18:05
lardmanthough dead from the looks of it18:06
*** jacques has quit IRC18:09
*** sabotage_afk is now known as sabotage18:10
*** bipolar has joined #maemo18:16
*** rkaway has quit IRC18:18
*** florian has quit IRC18:19
*** florian has joined #maemo18:19
k-s[WORK]lardman: you may look at scipy, numeric and other related projects18:20
k-s[WORK]lardman: http://matplotlib.sourceforge.net/18:20
k-s[WORK]lardman: I also find pyx useful http://pyx.sourceforge.net/18:21
*** Zenton has quit IRC18:21
*** ccjoe has quit IRC18:28
*** bergie has joined #maemo18:32
*** rkaway has joined #maemo18:37
*** fcarvalho has quit IRC18:37
*** ccjoe has joined #maemo18:40
*** shackan has joined #maemo18:42
lardmank-s[WORK]: Thanks, matplotlib looks good for the graphing side. I've already hacked this code (http://toykeeper.net/programs/pyrpn/) to produce a frontend for yacas, so I don't need much by way of mathematics programming in python atm18:44
lardmanthough I will do when I add other functions, graphing, etc.18:44
*** Zenton has joined #maemo18:44
k-s[WORK]ok18:44
lardmanWhat I do want is to prettyprint the equations that go in and out18:45
*** dneary has joined #maemo18:49
PupnikExecution ended after 127221649000 ns18:52
Pupniktimer resolution overkill18:52
lardmanwhat's that timing?18:53
*** lmoura has joined #maemo18:55
Pupnikgstreamer mp3 playback18:57
*** jpetersen has joined #maemo19:07
*** lardman is now known as lardman|gone19:15
*** fcarvalho has joined #maemo19:26
*** gpd has joined #maemo19:26
*** KevinVerma has quit IRC19:30
*** KevinVerma has joined #Maemo19:30
*** behdad has quit IRC19:32
gpdI am currently without a wireless network at home - how can I get my N800 to have access to the net via the USB cable to my laptop?19:34
gpdIf that is tricky - I just found a USB wireless card that I suppose I could use to setup an ad hoc network to the N80019:37
*** fcarvalho has quit IRC19:37
zuhIt's nontrivial, but there is few howtos on usb networking: http://test.maemo.org/community/wiki/howto/ (under "Networking")19:38
*** pleemans has joined #maemo19:41
*** anthm has quit IRC19:45
*** pleemans has quit IRC19:49
*** polpak has joined #maemo19:50
*** jurop88 has joined #maemo19:51
*** maemo has quit IRC19:53
*** sbaturzio has joined #maemo19:56
*** niaht has joined #maemo19:57
*** pleemans has joined #maemo19:57
*** garrett has quit IRC20:01
gpdthanks zuh - as you say, a little complex for right now - I guess I'll wait for my DSL router to arrive ;)20:03
*** lele has joined #maemo20:06
*** greentux has quit IRC20:10
*** garrett has joined #maemo20:15
*** greentux has joined #maemo20:15
*** dg has left #maemo20:16
*** Olof has quit IRC20:16
*** florian has quit IRC20:17
*** krau has quit IRC20:19
*** AD-N770 has quit IRC20:23
Pupniki wonder when it will be possible to make a n770/800 tablet for around 250 dollars20:24
*** Phoenigore is now known as PHoeNiGoRe20:24
*** garrett has quit IRC20:24
*** bipolar has quit IRC20:24
Pupnik400 usd is great, but at lower price points you could see sales explode20:25
*** obergix[work] has quit IRC20:30
*** KevinVerma has quit IRC20:33
*** garrett has joined #maemo20:33
*** bilboed has quit IRC20:38
*** RealNitro has joined #maemo20:39
*** nhdezoito_adrian has quit IRC20:39
*** garrett has quit IRC20:43
Pupnikheh, playing aklabeth on the 770 now20:43
*** nhdezoito_adrian has joined #maemo20:45
* k-s[WORK] is away: lunch20:46
*** k-s[WORK] is now known as ks-[AWAY_WORK]20:47
Disconnectfyi i got 2 of the 4gig non-spec sd cards for my n800. (currently on the wootoff) they work great.20:48
*** djcb has joined #maemo20:52
*** Sulis has joined #maemo20:52
*** soldstatic has joined #maemo20:52
*** behdad has joined #maemo20:53
soldstaticI LOVE MY INTERNET TABLET20:56
soldstaticWOOT!20:56
Sulishehe20:56
Sulisi've just got a bluetooth keyboard for mine20:57
soldstaticooo i would like that20:58
soldstaticbut i dont have the cash20:58
soldstaticI'm going overseas in a few weeks, I really want to get a BT GPS receiver20:58
soldstaticbut again, no cash20:58
Sulisyeah, i thought about getting one of those20:59
soldstaticDo you have 800 or 770?21:00
Sulis80021:00
soldstaticoo fancy pants arent ya21:01
*** dneary has quit IRC21:01
soldstaticlittle webcam and all21:01
Sulishad it for a few weeks, but realised that typing anything long with the stylus was a bit painful21:01
soldstaticThat it is21:01
soldstaticI set up ssh on mine so I could do most everything from my laptop21:02
Sulislol, i don't think the little webcam is worth very much to me21:02
soldstaticbigger screen and keyboard, easier for maintanence21:02
soldstaticwhat do you use yours for?21:02
Sulisjust browsing the web and chatting really21:03
Sulisi'll see how well it can function as my music player if i get a large memory card...21:03
mgedminit functions adequately21:03
mgedminthe media player is a bit silly (press "next" twice very fast, and it'll play one song while showing a different song name)21:04
soldstaticI use for media player all the time21:04
soldstaticCanola is a great app for media playing21:04
soldstaticgreat for in the car or just regular21:04
mgedminthe 1.5-second lag where it continues playing after you press "stop" is also a bit annoying21:04
soldstaticI have videos and music and of course lots of internet radio stations21:04
mgedminI used Canola (and liked it a lot), but then it went schizophrenic on me21:05
soldstaticha that sucks21:05
Sulisyeah, canola is good, but it's not indexing my music properly atm21:05
mgedmin(random play started playing the same track over and over again, things like that)21:05
*** fcarvalho has joined #maemo21:05
soldstaticAh wierd21:05
mgedminI suspect that's because Canola uses the same media player engine as the media player21:05
mgedminand I tried to use both at the same time, confusing both horribly21:06
soldstaticyes21:06
mgedmin(it's not very smart to keep local state when you're controlling a daemon that can also be controlled by other apps)21:06
mgedminanyway, e-books is the killer feature of the n800 for me21:06
Sulisthat's a good thing about it too, but everytime i update fbreader my library gets wiped, irritating21:08
soldstaticyea21:09
soldstaticI read more in the last couple months than I have in the last couple years21:09
mgedminSulis: that's interesting, have you brought that to the attention of fbreader's developers?21:10
* thoughtfix wanders back21:10
*** Sulis has quit IRC21:14
*** nhdezoito_adrian has left #maemo21:16
* Pupnik plays a game written in 1981 on the n770 :P21:18
*** Sulis has joined #maemo21:18
Sulishaha, oops21:19
Sulismgedmin, no i haven't reported it to the developers, tbh i thought that it would be a known issue21:19
mgedminI've upgraded fbreader many times, but I don't think I ever lost my library21:20
mgedminactually, I did when I moved all the books into a different directory :)21:20
mgedminbut that's not fbreader's fault21:20
Sulislol, no21:22
Sulisi'm gonna have to sort out the shortcuts for this keyboard...all the defaults use the F keys, and this doesn't have any21:24
Suliswhen was the last firmware update?21:29
Sulisand would the sdhc firmware include the nokia updates?21:32
*** dieguito has joined #maemo21:36
*** bergie has quit IRC21:37
* ks-[AWAY_WORK] is back.21:37
*** ks-[AWAY_WORK] is now known as k-s[WORK]21:38
k-s[WORK]Sulis: what it's not indexing properly?21:40
k-s[WORK]mgedmin: I already told you that we do use the same engine and that's the problem reason21:41
*** vivijim has left #maemo21:41
*** vivijim has joined #maemo21:42
polpakHow do you ssh into the n800?21:42
polpakit's apparently running an ssh daemon21:42
polpakbut I can't figure out what user/pass to use21:42
`0660root/rootme21:44
*** vivijim has quit IRC21:45
*** vivijim has joined #maemo21:45
Sulisk-s[WORK], it's not indexing my mp3s21:50
polpak`0660: yeah, I tried that. It doesn't seem to work. Do I need to change some setting to allow root to login?21:50
Sulispolpak, you don't need to change anything21:50
mgedminpolpak: which ssh server have you installed -- openssh or dropbear?21:51
*** viviji1 has joined #maemo21:51
polpaklooks like dropbear21:53
Sulisi've got the same, and i just ssh right into root, don't need to change anything21:53
sp3000maybe someone already logged in and changed it :)21:53
polpakegh21:53
polpakprobably21:53
polpakit's a "work" device21:54
polpakI'm supposed to write an app for it21:54
polpakand someone apparently already messed it up21:54
polpakis there a way to flash it?21:54
Suliswhat app are you going to write for it?21:54
polpakSulis: that'd be telling ;p21:54
Sulisyep, tell tell tell!21:55
Sulis:P21:55
* polpak prefers to keep the lawyers at bay21:55
mgedminsure, flashing is the way you get OS upgrades on it21:55
*** viviji1 has joined #maemo21:55
polpakmgedmin: would it reset the device settings also?21:55
*** nhdezoito_adrian has joined #maemo21:56
mgedminyes21:56
Pupnikno, you can't flash it.  it's broken.  i will buy it for 150 euro.21:56
polpakmgedmin: and how do you do it?21:56
mgedminbut you can back up and restore them21:56
mgedminthere's a windows GUI app for flashing (that I've never seen)21:56
polpakmgedmin: it's a demo system, so there's nothing on it I need21:56
mgedminand cmdline apps for linux/mac os x21:56
polpakmgedmin: is there a non-windows app?21:56
mgedminyou can get those from somewhere at maemo.org21:56
polpakmgedmin: ok, I'll take a look21:57
mgedminyou can find documentation about flashing on maemo.org as well21:57
sp3000surprisingly enough the general support site links all directions ;) http://www.nokia.com/A430501022:00
mgedminbut the URL is not very memorable22:00
sp3000hm, except mac afaict22:00
sp3000sure it is, http://google.com/search?q=update+n800 :P22:01
*** soldstatic has quit IRC22:05
polpak...22:07
polpakwhere is the usb port on this thing22:08
polpaknrm22:08
polpakunder the stand22:08
tigertyeah22:08
tigertwell hidden :)22:08
*** Sonej has quit IRC22:10
*** nhdezoito_adrian has left #maemo22:10
Pupnikthat's so annoying, why don't they make a wireless usb?22:10
maddlerevening all...22:11
* Pupnik salutes maddler22:11
inzPupnik, if you could also charge with that, it'd be helluva cool22:11
*** viviji1 has joined #maemo22:11
*** viviji1 has quit IRC22:12
Pupnikthere are some companies starting to market wireless rechargers22:12
Suliswireless usb...hmm, that does sound nice22:12
*** KevinVerma has joined #maemo22:12
Pupnik:P22:12
Suliscourse, bluetooth exists to fill that sort of gap22:13
Pupniki wasn't being serious :)22:14
Sulisomg but bluetooth still exists! see what you did!22:14
*** pancake has joined #maemo22:15
*** vivijim has quit IRC22:17
Sulisis there an sdhc firmware with the nokia version 3.2007...... stuff?22:26
kulvenot in the stock version, afaik22:27
kulvezuh made a sdhc enabled kernel available22:28
kulvesomewhere22:28
*** nhdezoito_adrian has joined #maemo22:28
Sulisbut that would basically be the 2.2006...... version22:29
kulvenot sure what you mean, I mean this: http://maemo.org/pipermail/maemo-developers/2007-March/009368.html22:30
Sulishmm, well that does answer my question...i think22:33
Suliswill have to update my n800 this evening22:33
*** mgedmin has quit IRC22:36
*** krau has joined #maemo22:38
zuhThere's a kernel for 2.2005.51 in http://intr.overt.org/n800-sdhc-kernel/22:42
Pupnikhuh.. somebody made an embedded java for the 770.  http://k-embedded-java.com/downloads.html22:43
zuh(as well as for the newer firmware)22:43
Suliszuh, there's no advantage to keeping the old firmware is there?22:43
zuhNo, quite the opposite. The newer firmware has some video enhancements and naturally bug fixes.22:45
Sulisyeah, that's what i thought22:46
kulveit seems that the newer have (at least on my use) much better power saving. And it hasn't really crashed once after the update. But the touchscreen is broken, so I haven't used it much lately..22:48
*** RpJ has quit IRC22:50
*** RpJ has joined #maemo22:53
thoughtfixHmm ... I'22:53
Sulisthe touchscreen is broken? i assume that's a hardware issue?22:56
kulveyeah22:56
*** gpd has quit IRC22:58
*** pleemans has quit IRC22:59
*** vivijim has joined #maemo23:00
*** pancake has quit IRC23:02
*** gpd has joined #maemo23:04
*** gpd has left #maemo23:05
*** alump_ is now known as alump23:08
*** PHoeNiGoRe is now known as Phoenigore23:14
*** kpel has joined #maemo23:20
kpelhi all23:20
*** sbaturzio has quit IRC23:21
* Pupnik 'playtests' some more :)23:21
kpeldoes the latest maemo release work out of the box for N800?23:25
Pupniki haven't heard otherwise23:25
kpelthanks23:26
*** richieeee72 has joined #maemo23:28
kpeldoes youtube work properly with maemo or is a flash upgrade needed?23:29
kpel(flash as in macromedia flash)23:29
*** guerby has quit IRC23:31
Suliskpel, maemo has an optimised version of flash23:31
kpelSulis: so it can play youtube videos without problems?23:32
Suliswell i still have the older version of 2007 and it plays but it drops video frames, i don't know if the new version will play without dropping frames23:33
kpeldoes video conferencing work?23:34
kpeli'm thinking of buying an N800 and installing maemo23:34
inzThis is a bit nitpicking, but maemo is actually the SDK, which you really don't want on the device23:36
*** guerby has joined #maemo23:37
kpeloh, so it's not the actual image then23:37
kpel(not that I mind playing with the SDK)23:37
inzHas planet.maemo.org stopped updating?23:38
inztest.maemo.org's planet has 3 posts not found on planet.maemo.org23:39
*** pdz has joined #maemo23:40
*** richieeee72 has left #maemo23:42
*** pdz- has quit IRC23:52
*** Sonej has joined #maemo23:57

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