IRC log of #maemo for Thursday, 2008-04-17

*** jegp has left #maemo00:02
lardmanhmm, this will be interesting to try to debug00:04
lardmanhttp://pastebin.com/m175a1104 for DSP00:04
lardmanhttp://pastebin.com/m15675484 for x8600:04
lardmansearch for the number 4559 to align (for want of a better suggestion)00:04
lcuki'm doing science now and i am alive :)00:05
lcukI feel fantastic and I'm still alive00:05
KotCzarnylol00:07
KotCzarny:)00:07
*** AStorm has quit IRC00:09
*** AStorm has joined #maemo00:09
*** CrashandLie has quit IRC00:10
*** lopz has joined #maemo00:11
*** ken____ has joined #maemo00:17
*** Cptnodegard has quit IRC00:21
*** Tama^3 has joined #maemo00:23
derflardman: work & 0xffff =429494958400:24
derfNice.00:24
lardman:)00:24
KotCzarnyo.o00:24
KotCzarnyendiannes fun00:24
*** dneary has joined #maemo00:24
lardmanwell, I think it's supposed to come out as a signed 16bit integer00:24
*** Cptnodegard has joined #maemo00:25
lardmanI can probably fix that by fiddling with the dbg() format string00:25
*** Tama^2 has quit IRC00:25
derfIt very nicely is 0xFFFFBAD0 in hex.00:25
*** flo_lap has joined #maemo00:26
*** MoRpHeUz has joined #maemo00:26
lardman:)00:26
lardmanIt looks like the length array has something wrong with it anyway00:27
lardmanfor that one case00:27
flo_lapre00:27
flo_lapre00:27
*** denny has joined #maemo00:32
dennysomebody here linked me to instructions on how to stop the media indexer thingy picking up the navi sounds after you install ogg-support - I've reflashed and need the link again  :)00:33
lcukdenny, this chan is indexed by google.  entire history is available00:33
dennyyah, but...  picking the right keywords seems to be eluding me00:34
* lcuk feels silly telling a staffer how the chan works ;)00:35
JaffaHmm, watching "Terminator: The Sarah Connor Chronicles", then reading about Google intelligently spidering the deep web by trying to guess what to enter in search boxes etc: makes you worried about the future00:35
derflardman: It concerns me that s->dec_table&0xffff is off by exactly 4096.00:35
JaffaThere's also the search engine in the logs in the topic00:36
derflardman: But since I don't even know what you're really printing there, I have no idea what that means.00:36
lardmanderf: that's an address, so probably not something to worry about00:36
derfSince I'm presuming you aren't printing the pointer.00:36
lardmanI am00:36
derfOh...00:36
lardmanI wanted to see how large the allocated regions are00:36
lardmanas they are "allocated" from a buffer00:37
lardmanmy apologies, I should have explained00:37
*** pH5 has quit IRC00:37
*** f_mohr has quit IRC00:37
lardmanif I do this a[i], it should be the same as *(a + i); does this account for the type size?00:38
lcukdenny, did you disable the indexer totally or just stop it picking up a few things?00:38
derfPoint arithmetic always accounts for the type size.00:38
derf*Poitner00:38
derf*Pointer00:38
lardmanlet's hope the DSP's compiler agrees with that ;)00:38
derfThe only case where that can possibly be different is if i is negative.00:39
dennylcuk: the instructions I was given guided me through setting the mime type of those files to something the indexer would ignore00:39
dennyit was quite a neat trick, in a horrible sort of way  :)00:39
lardmanThe DSP sometimes has problems accessing pointers as arrays, not altogether sure why; I'm wondering if I've hit one of those sorts of problems and it's knackered the values pointed to by *l00:39
*** pvanhoof has quit IRC00:39
AStormlardman: maybe it's a race condition?00:40
lardmanAStorm: no00:40
*** cyberholic has joined #maemo00:40
cyberholicGood evening everyone :)00:40
*** unixSnob has quit IRC00:40
* Jaffa beds.00:40
AStormlardman: or it expects some alignment00:41
AStorm(e.g. lack of)00:41
cyberholicI have a noobish question: where are the contacts saved on my device?00:41
*** _matthias_ has quit IRC00:41
lardmanAStorm: it works fine for 7 or so calls to the function, then goes wrong00:41
*** Cymor-Work has quit IRC00:41
AStormhmmhmm00:41
AStormsome counter overflow00:42
AStormmaybe you didn't do something required00:42
lardmanwithout a doubt :)00:42
AStormsome register clear or whatnot00:43
*** ken___ has quit IRC00:43
lardmanthere's no reason to suspect any of those really00:43
AStormmhm00:43
lardmanit simply appears that the data I'm expecting to read is not as it should be00:43
AStormtransfer error?00:43
*** tbf has quit IRC00:43
*** Disconnect has quit IRC00:43
AStormmaybe there's some flag?00:44
lardmanderf: changing from array to pointer accesses hasn't done anything, the length is still wrong00:44
AStormwe need docs :)00:44
lardmanAStorm: like which one?00:44
lardmanAStorm: we have docs00:44
AStormgimme :)00:44
AStormI don't have them at hand00:44
lardmanSearch on the Ti website for "c55 optimizing C compiler guide"00:44
AStormmhm00:45
*** p| has quit IRC00:45
lardmanspru281e.pdf00:45
*** giskard has quit IRC00:46
* AStorm jumps into reading mode00:49
*** chelli has quit IRC00:51
lardmanAStorm: The point is that the problem is in the code00:51
lardmanor rather my alterations to the code to make it run on the DSP00:52
*** mazzen has quit IRC00:53
*** hfwilke has quit IRC00:55
AStormI hope so :P00:55
lardmanthere's no reason to think otherwise00:57
*** juergbi has quit IRC00:59
*** liquid217 has quit IRC00:59
*** vbatts_ has joined #maemo01:04
lardmanhmm, lengthlist points to an array which contains, in its latter parts, the wrong data01:04
lardmansome spurious values, then filled with 1s....01:05
*** krau has quit IRC01:06
*** vbatts_ has left #maemo01:06
*** krau has joined #maemo01:08
*** unixSnob has joined #maemo01:10
*** luck^ has quit IRC01:10
*** Tama^2 has joined #maemo01:11
*** Tama^3 has quit IRC01:12
*** cyberholic has quit IRC01:12
*** Andy80 has joined #maemo01:12
*** freelikegnu is now known as _freelikegnu01:13
*** Sargun has quit IRC01:16
*** gnuSnob has joined #maemo01:16
*** nocelic has quit IRC01:18
*** dholbert has quit IRC01:18
*** becksbier has quit IRC01:19
*** mk8 has quit IRC01:22
*** setanta has quit IRC01:23
*** Tuco has joined #maemo01:24
*** jeez_ has quit IRC01:25
*** matt_c has quit IRC01:27
*** sxpert has quit IRC01:30
*** sxpert has joined #maemo01:36
*** unixSnob has quit IRC01:39
*** Ikkakujyu has joined #maemo01:40
lardmanderf: have summarised the position in a post soon to arrive here (I hope) https://garage.maemo.org/pipermail/dsp-tremor-devel/01:44
*** bilboed has quit IRC01:45
*** fab_away has quit IRC01:45
*** Tama^2 has quit IRC01:45
*** murrayc has joined #maemo01:45
lardmannight all01:48
*** lardman has quit IRC01:49
*** Vytas has quit IRC01:50
*** efleury has quit IRC01:50
*** Ryback_ has quit IRC01:51
*** smackpotat1 has left #maemo01:53
*** behdad has quit IRC01:54
*** murrayc has quit IRC01:55
*** vcgomes has quit IRC01:55
*** etrunko has quit IRC01:56
*** denny has quit IRC01:59
*** Cptnodegard has quit IRC02:07
*** gnuSnob has quit IRC02:08
*** buddylee has quit IRC02:10
*** ralann has joined #maemo02:11
*** alextreme has quit IRC02:13
*** BabelO has quit IRC02:17
rafli wonder if there's an upnp media server that can reencode videos on the fly.02:21
*** efleury has joined #maemo02:21
*** WorkingOnWise has joined #maemo02:22
*** MangoFusion has quit IRC02:23
*** ccooke has quit IRC02:25
*** efleury has quit IRC02:26
*** dougt__ has quit IRC02:26
WorkingOnWisewhere can I get python-pygtksourceview I goggled it and nothing for the IT, bit I need it for pygtkeditor02:29
*** rsalveti has quit IRC02:30
jottWorkingOnWise: it's the first hit when you google for: python-pygtksourceview pygtkeditor  -> http://khertan.net/downloads.php02:32
* jott sprays the some searchlores.org in the channel02:33
WorkingOnWiseI didnt include pygtkeditor...dooh!02:33
WorkingOnWisethanks jott02:34
jottwell "python-pygtksourceview maemo" gave khertans site as the second hit for me ...02:34
*** jegp has joined #maemo02:35
*** Andy80 has quit IRC02:52
*** RedPenguin has joined #maemo02:56
*** pupnik_ has joined #maemo02:56
RedPenguinHey all, I'm going to get a new N810 and was wondering is it true how a website I just looked at says it has a swappable battery?02:57
KotCzarnyhuh?02:57
KotCzarnyyes, batery is removable02:58
KotCzarnyand is in fact normal nokia's battery02:58
KotCzarnycompatible with some cellular models02:58
*** pupnik has quit IRC02:58
KotCzarnyand is swappable in ~5s02:58
KotCzarny;)02:58
KotCzarnyless if you are really fast02:58
KotCzarnylook for: bp-4l02:59
* lcuk laffs03:00
elband be prepared to pay far more than it's worth03:00
elbbecause those things are way overpriced03:00
KotCzarnyelb: i find nokia's originals far better in quality than 'replacements'03:01
*** skibur has quit IRC03:01
lcukone of these days im gonna drill down into my cradle and add 12 AA rechargables in the handles03:01
KotCzarnybut i agree, they charge extra03:01
elbthe official batteries are generally better than replacements03:01
elbit's best when you can find mAh equivalencies for both the original and the various replacements03:02
KotCzarnyheh..03:02
elbI've bought replacements which were equivalent in the past, for Motorola phones03:02
KotCzarnythey die sooner03:02
lcuki could happily live with an entire flatpack on the back of my 810.  same depth as current battery but extended onto case shape03:02
* lcuk ponders03:03
elbbut i couldn't find any equivalents at all for the BP-4L, much less equivalents which were similar in energy capacity03:03
KotCzarnygenerally replacements are more sensitive to charging quality03:03
elboh, now I haven't had that problem03:03
elbI've also bought replacements with lesser capacity ... because 80% of the capacity of a $30 battery for $6 is OK for most phones ;-)03:03
KotCzarnyyup03:03
elbwho talks for five hours between charges, anyway03:04
KotCzarny6$ is ok for a quick spare03:04
*** pdz- has joined #maemo03:04
elbI'd kill myself03:04
KotCzarnyelb: skype will drain it in 3h03:04
KotCzarny:)03:04
lcuki could happily use my 810 for 5 hours though03:04
elbI don't skype with my phones, though03:04
KotCzarnyi'm talking about n800 now03:04
elblike I said ... I don't know of any replacement equivalents for the bp-4l03:04
elbthere probably are some,but when I looked I saw only official or "official" batteries03:05
lcuki use a nokia battery for my laser03:05
elbI don't buy "official" batteries under any circumstances -- they need to either be up front that batteries is batteries, or they need to sell me the real deal03:05
lcuki've only had to charge it once and its still not flat :)03:05
RedPenguinI noticed it says 4 hours for Video/Wifi battery life, but I wonder if it would be a little bit longer for just listening to a Shoutcast for a long time, or if a continuous shoutcast would actually make it less than 4 hours03:06
KotCzarnyelb: n800 uses another battery model i think, bp-5l03:06
elbRedPenguin: many activities give you longer than the stated life, and many activities give you less03:06
elbif you can turn the display off, you're likely to be on the long side03:06
elb(a shoutcast probably qualifies)03:07
lcukRedPenguin, network traffic03:07
*** trbs has quit IRC03:07
KotCzarnysticking cpu to lowest speed could help too03:07
elbit'll stick to the lowest speed just playing mp3s03:07
elbthere's no reason for that to tax it03:07
elbI'm kind of wishing my n810 played nice with my mythtv upnp music library right now, actually03:07
RedPenguinI would be happy with just choosing the Shoutcast than just locking the whole thing if you can kinda do that03:08
KotCzarnyi think using esd on mine (mad + pcmtask) bumps cpu to full03:08
elbas there's no musics out here on the porch ;-)03:08
elbRedPenguin: you can03:08
RedPenguinSimilar to how my Creative Zen Vision:M does for music to save way more battery03:08
Mikhohello. This is probably the wrong channel, but would somebody know how to prevent the hyphenation of a certain word in MS Word 2007?03:08
KotCzarnywrong channel03:09
KotCzarny:)03:09
Mikhobut there are awful lot of computer geeks here03:09
RedPenguinnice, I swear I wish I knew about the Nokia Internet Tablet's a while back, I haven't even got a chance to hold my new N810 yet and I'm so amazed with what it's to do and the reviews03:09
KotCzarnymostly linux related geeks03:09
lcukwhy isnt everyone jumping in with the advert for openoffice.org?03:10
lcukthat should hyphenate the word differently ;)03:10
KotCzarnybecause there's no port of OOo for n8x003:10
KotCzarny:)03:10
derfAnd no one knows how to force hyphenation in OOo, either.03:10
derfNow, if you'd like to know how to do it in LaTeX...03:11
KotCzarny;)03:11
lcukbut it might do different words ;)03:11
*** behdad has joined #maemo03:11
KotCzarny'do it in the latex'03:11
*** foka_ has quit IRC03:12
*** jegp has left #maemo03:12
Mikhosomebody who pays my salary needs to force me to use it before I even consider using it again03:12
KotCzarny:>03:12
* elb passes out the free \-03:14
elboh, to prevent hyphenation03:15
* KotCzarny inhales \- deeply03:15
*** Ziegler has joined #maemo03:15
lcukhttp://gizmodo.com/380467/internal-microsoft-vista-video-is-as-painful-as-videos-get03:15
KotCzarnyyah03:16
*** pdz has quit IRC03:16
KotCzarnyi saw that03:16
*** TimRiker has quit IRC03:16
lcukscary...03:17
Mikhovery03:17
*** MoRpHeUz has quit IRC03:18
ZieglerGtalk on the nits...  Is the password broadcast in the clear?03:18
KotCzarnyscary if your boss is like that03:18
KotCzarnyotherwisu it's just retarded03:18
KotCzarny:)03:18
*** lopz has quit IRC03:18
elbZiegler: you should verify this for yourself, but generally speaking, Google Talk doesn ot allow plaintext logins at all03:19
elb(in fact, I don't believe it allows non-TLS connections)03:19
*** ha1f has quit IRC03:20
*** ha1f has joined #maemo03:20
ZieglerGood to know... But you are right...  I will check it all out myslef03:20
*** flo_lap has quit IRC03:22
*** aloisiojr has quit IRC03:23
*** alex-weej_ has joined #maemo03:24
*** rlaager has quit IRC03:25
Tester_where can I get tcpdump for os2008?03:25
*** monteslu has quit IRC03:25
ZieglerKismet able to do that?03:26
*** astro76 has joined #maemo03:26
Tester_no03:27
*** greentux__ has joined #maemo03:29
Tester_found it03:33
elbKotCzarny: playing 320kbps mp3 bumps my CPU to 330MHz03:35
*** Crfrodf has joined #maemo03:37
*** behdad has quit IRC03:38
*** behdad has joined #maemo03:38
*** vivijim has quit IRC03:40
*** jeff1f has quit IRC03:40
*** RedPenguin has quit IRC03:42
*** celesteh has joined #maemo03:43
KotCzarnyelb: which decoder?03:43
*** lopz has joined #maemo03:44
*** eton has joined #maemo03:44
*** jnettlet has quit IRC03:44
*** greentux_ has quit IRC03:45
*** eton_ has quit IRC03:46
elbKotCzarny: media player03:48
*** Mousey has quit IRC03:48
*** vbatts_ has joined #maemo03:48
KotCzarnyi assume it uses mp3task then03:49
*** celesteh has left #maemo03:49
KotCzarnyand i think in that case it will bump cpu to full speed even on 32kbit mp303:49
KotCzarny:)03:49
elb330MHz isn't full speed03:50
*** vbatts_ has quit IRC03:50
KotCzarnyfor dsp it is03:50
KotCzarnyunless you use patched kernel03:50
*** ralann has quit IRC03:50
KotCzarnythat will use 400/133 instead of 330/220 when dsp is in use03:50
elbahh I knew 400MHz was reduced DSP speed, I didn't know 330 was its max speed03:50
KotCzarnyelb: i have sent a link with the patch03:51
KotCzarnyto the fanoush03:51
*** Zword has quit IRC03:51
KotCzarnyand he agreed to include it on his page and kernel binary03:51
KotCzarnyif enough people start using it maybe nokia will include some of the patches in main too :)03:52
*** ralann has joined #maemo03:55
*** Crfrod has quit IRC03:55
*** alex-weej_ has quit IRC03:56
*** matt_c has joined #maemo03:56
*** rsalveti has joined #maemo03:57
*** harry has joined #maemo04:01
elbis 400/133 preferable to 330/220?04:05
elbI guess I'm confused about what you sent to who and why ;-)04:05
*** Tuco has quit IRC04:05
*** Tuco has joined #maemo04:05
KotCzarnyelb: if 133 will be enough for a dsp task (ie. mp3/aac decoding) then you will have 67 mhz more for cpu :)04:06
elboh, I'd rather it was slower ;-)04:06
KotCzarnyhuh?04:07
elbbattery is more important to me than speed04:07
KotCzarnyheh04:07
KotCzarnybut dsp will bump cpu up anyway04:07
KotCzarny:)04:07
KotCzarnyand if cpu can sleep longer, then it's more beneficial for battery, no?04:08
KotCzarnythis patch is not about setting cpu to 400/133 all the time04:08
elbwell, I'm assuming the CPU doesn't sleep while the DSP is running04:08
elbthat might be a poor assumption04:08
KotCzarnyonly at the time dsp would use 330/22004:08
KotCzarnyelb: not true04:09
KotCzarnycpu and dsp are not the same part of hw04:09
KotCzarnyso one can work while other is sleeping04:09
elbI don't know how autonomous the DSP is04:10
KotCzarnymuch04:10
elbso like I said ... maybe a bad assumption :-)04:10
KotCzarnyi may be wrong, i'm not an expert04:11
KotCzarnybut from what i have read it is like i have said04:11
KotCzarny:)04:11
WormFoodis omweather (or whatever it is called) broken for anyone else? it will not update for me anymore04:13
KotCzarnyhttp://www.slideshare.net/igor_stoppa_nokia/power-management-for-the-nokia-internet-tablets04:16
KotCzarnynot much information, but still nice reading04:16
KotCzarny:)04:16
*** playya has quit IRC04:23
*** SDuensin has joined #Maemo04:24
WormFooddoes nobody else use omweather?04:29
*** Ziegle1 has joined #maemo04:30
* WormFood sighs04:31
*** mk500 has quit IRC04:32
*** halleck has quit IRC04:32
*** halleck has joined #maemo04:33
*** fireun has joined #maemo04:38
*** bradd_ has quit IRC04:39
WormFoodI'm off to work, I'll ask about this problem later....maybe the problem is with my internet connection04:39
*** WormFood has quit IRC04:40
*** playya has joined #maemo04:41
*** Ziegler has quit IRC04:42
*** seraph1 has joined #maemo04:44
*** matt_c has quit IRC04:45
*** Ziegle1 has left #maemo04:46
*** Ziegle1 has joined #maemo04:46
*** halleck has quit IRC04:50
*** halleck has joined #maemo04:51
*** _freelikegnu is now known as freelikegnu04:53
*** Ziegle1 has quit IRC04:53
*** behdad has quit IRC04:55
*** bradd has joined #maemo04:58
*** monteslu has joined #maemo04:58
*** rghosh has joined #maemo05:02
*** herz1 has joined #maemo05:03
*** silince has joined #maemo05:04
KotCzarnysilince, i kill you!05:07
KotCzarny(or was it 'silence')05:07
KotCzarny:)05:07
silinceha nice05:08
*** silince is now known as my_silince05:08
*** my_silince has left #maemo05:09
*** unixSnob has joined #maemo05:12
*** vcgomes has joined #maemo05:16
unixSnobwhat is a DDI number?05:17
*** Sho_ has quit IRC05:19
*** herzi has quit IRC05:22
*** Tama^2 has joined #maemo05:23
*** roue has joined #maemo05:25
*** gnuSnob has joined #maemo05:26
*** unixSnob has quit IRC05:28
*** gnuSnob is now known as unixSnob05:28
*** b0unc3_ has joined #maemo05:36
*** andrunko has quit IRC05:37
*** dougt has joined #maemo05:40
*** liquid217 has joined #maemo05:47
*** b0unc3 has quit IRC05:51
*** gnuSnob has joined #maemo05:52
*** skibur has joined #maemo05:57
*** SDuensin has quit IRC05:58
*** rghosh has left #maemo05:58
*** Sargun has joined #maemo05:59
*** Crfrod has joined #maemo06:01
*** SDuensin has joined #Maemo06:02
*** behdad has joined #maemo06:03
*** freelikegnu is now known as _freelikegnu06:03
*** skibur has quit IRC06:05
*** dougt has quit IRC06:11
*** unixSnob has quit IRC06:13
*** WormFood has joined #maemo06:15
Proteoushagalahgalahagla06:16
*** Crfrodf has quit IRC06:21
*** matt_c has joined #maemo06:21
*** slomo_ has joined #maemo06:23
*** unixSnob has joined #maemo06:24
*** jgombos has joined #maemo06:24
*** jgombos has left #maemo06:26
grapeaaah kde is downloading06:30
grapeits about time06:31
*** pupnik_ is now known as pupnik06:36
*** slomo has quit IRC06:37
*** kenne has quit IRC06:38
*** roue has quit IRC06:40
*** TPC has quit IRC06:42
*** TPC has joined #maemo06:42
*** dougt has joined #maemo06:42
*** gnuSnob has quit IRC06:44
*** smackpotat1 has joined #maemo06:44
*** gnuSnob has joined #maemo06:44
*** t_s_o has quit IRC06:47
*** smackpotat1 has left #maemo06:50
gnuSnoblooks like file manager doesn't have a way to access samba shares.. is that correct?06:55
*** unixSnob has quit IRC06:56
*** kimitake has joined #maemo07:01
*** Sargun has quit IRC07:02
*** straind26 is now known as straind07:03
*** vcgomes has quit IRC07:08
*** skibur has joined #maemo07:08
*** parolkar has joined #maemo07:20
*** opendeep has joined #maemo07:23
*** kimitake has left #maemo07:30
*** gnuSnob has quit IRC07:33
*** ol_schoola has joined #maemo07:35
*** kimitake has joined #maemo07:37
*** kimitake has left #maemo07:38
*** TPC has quit IRC07:41
*** TPC has joined #maemo07:42
*** unixSnob has joined #maemo07:45
*** playya has quit IRC07:45
*** |thunder has joined #maemo07:46
|thunderYay, im on pidgin+n80007:47
shapryay!07:47
|thunderThis is a well populated chan it seems07:47
|thunderThis is splendid07:47
* shapr enjoys splendidness07:47
|thunderI want a woorking neogeo emu07:48
|thunderI have it installed, but ca t find any roms that work.07:48
*** mbuf has joined #maemo07:49
* |thunder adores numpty physics07:51
shaprYeah, numpty rocks.07:52
*** dougt has quit IRC07:52
|thunderYou get all the levels beat ??07:53
shaprNah, my job distracts me from that sort of thing.07:53
|thunderLol, there are only 5 or so07:54
|thunderI like making trebuchets07:54
|thunderSo, what would it take to get the  n800's camera working with flash ??07:57
shaprWith flash?07:58
|thunderI think it may use V4L07:58
shaprOh, you mean flash applets able to read the camera?07:58
|thunderYes07:58
|thunderAnd ,  mic07:58
shaprI have no idea.07:58
KotCzarnyv4l2 to be exact07:58
KotCzarnyv4l1 isn't enabled in kernel07:58
|thunderFor optomization i imagine.07:59
KotCzarnydon't know why07:59
* |thunder wishes fennec was more stable,..08:00
|thunderAnd on screen KB worked08:01
*** skibur has quit IRC08:03
*** kimitake has joined #maemo08:06
|thunderPossible to change which bin is executed when i open the camera ??08:08
*** kimitake has quit IRC08:12
*** kimitake has joined #maemo08:13
*** sp3000 has joined #maemo08:13
*** sp3001 has joined #maemo08:14
*** unixSnob has quit IRC08:16
*** shapr has quit IRC08:16
*** shackan has quit IRC08:17
*** g0ldfinGa has joined #maemo08:17
*** KevinVerma has quit IRC08:29
jga23is there any way to change python to point to python2.5 in sandbox?08:31
*** soman has joined #maemo08:31
*** jeddy3 has joined #maemo08:36
*** etherclear has joined #maemo08:37
*** Grackle has quit IRC08:39
*** Veggen has quit IRC08:49
*** NetBlade has joined #maemo08:53
*** l7_ has quit IRC08:54
*** Dar has joined #maemo08:55
*** Grackle has joined #maemo08:57
*** kimitake has quit IRC09:00
*** lardman has joined #maemo09:02
lardmanmorning09:02
*** kimitake has joined #maemo09:05
mbuflardman, morning09:10
*** Minti has joined #maemo09:10
lardmanhi mbuf09:10
*** mazzen has joined #maemo09:11
*** simon____ has quit IRC09:12
*** |thunder has left #maemo09:15
*** f_mohr has joined #maemo09:21
somanHi, I want to play internet radio using gstreamer on N810.. whats the command to initiate that09:21
somanany pointers09:22
jga23mplayer is probably easier09:23
jga23it's just mplayer (url)09:23
*** KaaLi has left #maemo09:23
somani want to play it from command line using gstreamer09:26
lardmanuse a standard sort of chain, and see if there's something like an urlsource perhaps?09:28
*** WorkingOnWise has left #maemo09:29
*** Cptnodegard has joined #maemo09:29
*** Veggen has joined #maemo09:30
kulvesoman: I'm sure how to parse the m3u playlist with gst plugins. Using http:// url instead file:// url should work just fine09:31
kulvesoman: +not09:31
*** playya has joined #maemo09:36
*** playya_ has joined #maemo09:36
*** playya has quit IRC09:36
*** VimSi has joined #maemo09:36
*** vims0r has quit IRC09:38
*** trickie_ has joined #maemo09:39
*** msanchez has joined #maemo09:39
*** timeless has quit IRC09:42
*** geaaru has joined #maemo09:48
*** borism has quit IRC09:50
*** BabelO has joined #maemo09:51
jga23mplayer works from command line as well :)09:55
*** simon____ has joined #maemo09:56
lardmanbbl09:57
*** lardman has quit IRC09:57
*** simon____ is now known as simon_09:58
*** blassey has quit IRC10:03
*** Andy80 has joined #maemo10:06
*** sKaBoy has joined #maemo10:09
RST38hin fact, it works better from command line10:09
RST38hthe UI is...mhm...underbaked10:10
KhertanYEAH !10:13
KhertanMy packages was accepted !10:13
KhertanPyPackager 0.7.0 is now able to upload packages to maemo repository10:14
*** kimitake has quit IRC10:14
*** Zetx| has joined #maemo10:15
Tama^2that is pretty cool Khertan10:15
*** kimitake has joined #maemo10:18
Khertanthx tama^210:18
Khertani just need to make now a documentation ...10:18
Khertanas it s not a simple process as you need to have a gnugp with a key, ask permission to maemo repository maintainer site10:19
*** calvaris has joined #maemo10:20
*** calvaris has quit IRC10:24
*** calvaris has joined #maemo10:24
*** Synchronicity has joined #maemo10:25
*** borism has joined #maemo10:27
*** blassey has joined #maemo10:29
*** sergio_ has joined #maemo10:31
*** Zetx has quit IRC10:31
JaffaMorning, all10:31
*** mk8 has joined #maemo10:33
*** murrayc_ has joined #maemo10:35
somankulve, thanks for ur longstanding support.10:37
somankulve, one small clarification..  can i use "playbin" element for playing all types of media..10:38
somaninstead forming a different pipeline for each and every format....10:38
somankulve: what are the Pro's and Con's in using playbin10:39
pupnikty Khertan i'll definitely look at that10:41
*** TPC has quit IRC10:41
*** f_mohr has quit IRC10:42
*** TPC has joined #maemo10:42
kulvesoman: in theory the playbin works just fine. But afaik, there are bugs and it might not work in all cases10:45
kulvebut often you should be just fine with it10:46
*** andre_ has joined #maemo10:48
*** andre__ has quit IRC10:48
*** Crfrodf has joined #maemo10:50
*** ab_ has joined #maemo10:53
*** ab_ is now known as ab10:54
*** ab has left #maemo10:54
*** ab has joined #maemo10:55
*** playya_ has quit IRC10:56
*** AStorm has quit IRC10:56
*** greentux__ has quit IRC10:57
*** Crfrod has quit IRC10:58
*** arif_endro has joined #maemo10:59
*** kimitake has quit IRC10:59
*** kimitake has joined #maemo10:59
Khertanpupnik > look at what ? PyPackager ?11:01
pupnikyes11:01
Khertani ve made it mainly to do packages onboard :)11:02
Khertanvery usefull :)11:02
Khertan(for me at least)11:02
X-Fade_Khertan: So you finally did it? It works? :)11:16
Khertanyes it s works !11:17
Khertanand again thanks a lot !11:17
X-Fade_Nice!11:17
Khertani ve uploaded homeip, homememfree, homememstats,homewifilevel,homediskfree,homecpu,pypackager and pygtkeditor ...11:18
Khertanand all seem's to work.11:18
Khertannow i need to make a documentation about how to upload packages with pypackager11:19
X-Fade_Ok, well it seems that all your work seems to pay off.11:20
*** kaie has joined #maemo11:20
X-Fade_Perhaps you can add a list of categories where the developer needs to pick one from?11:20
Khertanyes it will be a great idea11:21
KhertanX-Fade_ > work always pay ... just a question of time11:21
X-Fade_You have put some of your packages under 'other', which is basically the worst category :)11:21
X-Fade_I'm thinking about establishing a list with valid categories defined by the community. And rejecting everything that is outside of those categories.11:22
GeneralAntilles^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^11:23
KhertanX-Fade_ > great idea too11:23
X-Fade_Khertan: Your packages need 'desktop' which doesn't seem to be there :)11:23
GeneralAntillesCan you please tell the Boingo guys to go die in a fire? :P11:23
X-Fade_And Canola did it too.11:23
Khertanhildondesktop ... it s in extras-devel11:24
X-Fade_Khertan: Well, that is not a general category..11:24
*** AD-N770 has joined #maemo11:24
Khertanah ... your are talking about that ... yes ...11:24
X-Fade_I would think things like games, communication, desktop etc. would be good..11:25
Khertannext packages will something better than 'other'11:25
GeneralAntillesHopefully all categories will rely on as little abbreviation as possible and be capitalized.11:25
X-Fade_GeneralAntilles: I think we can base those off the Debian list..11:25
KhertanX-Fade_ > sorry for the category, i was so happy that i ven't recheck my pkb files ...11:25
GeneralAntillesutilities, Utilities, utils . . . <_<11:25
Khertanbefore uploading11:25
GeneralAntillesThat sounds reasonable, X-Fade_. :D11:26
X-Fade_admin, base, comm, contrib, devel, doc, editors, electronics, embedded, games, gnome, graphics, hamradio, interpreters, kde, libs, libdevel, mail, math, misc, net, news, non-free, oldlibs, otherosfs, perl, python, science, shells, sound, tex, text, utils, web, x1111:28
X-Fade_That is the debian list..11:28
GeneralAntillesNow that I'm thinking about actually being able to use packages categories in Application manager, it seems to have a horrifyingly wasteful amount of whitespace. :\11:28
X-Fade_Where we can remove some..11:28
Khertancan we have a catogery 'ThingsThatWillSlowDownYourNIT' with canola in it ... :)11:28
GeneralAntilles?11:28
X-Fade_:)11:28
GeneralAntillesOnly if it's open.11:28
AD-N770bon dia / good morning11:28
KhertanGeneralAntilles > it s only if it s open in the version 2 ?11:28
Khertanin the first one the daemon was terrible ...11:29
GeneralAntillesVersion 2 only scans on startup.11:29
GeneralAntillesX-Fade_, those categories aren't the most . . . user friendly. So if you move the packages to that (which I'm for, as it doesn't break with Debian), application manager's category list is going to become both more and less usable.11:30
GeneralAntillesEspecially for the uninitiated types.11:30
*** Zic has joined #maemo11:31
X-Fade_GeneralAntilles: Yeah, so we could do the switch for Diablo.. (If we have time enough)11:31
GeneralAntillesShould that be something that might be considered being rectified application-side?11:31
Khertani always use the button 'All'11:31
X-Fade_I don't think we can do it for current repositories..11:31
GeneralAntillescomm -> Communications11:32
GeneralAntillesActually package category and display name.11:32
GeneralAntilless/Actually/Actual/11:32
infobotGeneralAntilles meant: Actual package category and display name.11:32
X-Fade_GeneralAntilles: Yeah, we could make that a bit more userfriendly..11:32
GeneralAntillesDo I want to file an enhancement request for a grid-listing of the categories in Application manager?11:33
X-Fade_But I don't think we would be able to get that into Application Manager before diablo..11:33
X-Fade_This all needs to be translated too, so that will take time..11:34
X-Fade_And needs to be accepted as an idea first :)11:34
GeneralAntillesHehe11:34
GeneralAntillesIt's something that needs to happen any way you look at it.11:34
GeneralAntillesAs it stands, the categories are 100% useless from a user's perspective.11:34
X-Fade_Yep. I will talk to Marius about this.11:34
X-Fade_Let's see if he has thought about that already.11:35
*** borism has quit IRC11:35
*** etherclear has quit IRC11:36
GeneralAntillesEstablishing a guideline should eventually kick some of the third party repositories into better shape, too.11:36
*** pvanhoof has joined #maemo11:36
X-Fade_GeneralAntilles: Yep, we need more defined guidelines. And I could even create a package checker or something like that..11:37
GeneralAntillesOoh11:37
GeneralAntillesI like that one.11:37
GeneralAntillesA maemo-badger package verifier would be a fantastic idea.11:37
GeneralAntilless/badger/badged/11:38
infobotGeneralAntilles meant: A maemo-badged package verifier would be a fantastic idea.11:38
X-Fade_I have already something in place to check some packages on upload. That is what gave Khertan a hard time ;)11:38
X-Fade_He has been testing the assistant..11:38
GeneralAntillesSomething that takes some of the guesswork out of it before it hits the other side would be good, too, though.11:38
GeneralAntillesSaves the back and forth.11:38
X-Fade_Yeah, I have been working on that. But repositories and packages are hard ;) So it takes time..11:39
*** andre_ has quit IRC11:39
GeneralAntillesNo complaints here, I'm overjoyed we have you over there. :D11:39
X-Fade_You can make soo many mistakes and there need to be checks for that..11:39
*** MangoFusion has joined #maemo11:41
*** hugolp has joined #maemo11:41
*** hugolp has left #maemo11:42
Khertani confirm that many mistakes can be done ... :)11:43
*** becksbier has joined #maemo11:44
*** ccooke has joined #maemo11:45
*** becksbier has quit IRC11:45
*** slomo_ has quit IRC11:46
*** hugolp has joined #maemo11:46
somankulve: how to play  .pls file with gst-launch11:47
*** nabaHome has quit IRC11:48
kulvesoman: like I said, I don't know if there's a gst plugin for parsing it..11:48
*** Tama^2 has quit IRC11:48
*** nabaHome has joined #maemo11:49
kulvemaybe you should parse it first, then run gst-launch for each line11:49
*** fireun has quit IRC11:49
somankulve, ok.. i will try11:50
*** lardman|gone is now known as lardman11:51
*** nabaHome has quit IRC11:52
*** qwerty12 has joined #maemo11:52
*** nabaHome has joined #maemo11:52
*** borism has joined #maemo11:53
*** f_mohr has joined #maemo11:56
*** Tama^2 has joined #maemo11:57
*** Tama^2 has quit IRC11:59
GeneralAntillesHere's a convenience increaser: http://www.internettablettalk.com/forums/showthread.php?p=170958#post17095811:59
qwerty12Thanks :)12:00
GeneralAntillesSomebody should put together a page with all the hacked open-source Nokia software.12:00
GeneralAntillesApplication manager, xterm, etc.12:00
GeneralAntillesDoes the post-inst nuke the package list?12:01
X-Fade_Hehe, please file a feature request for 'Don't show this warning for future installations'12:01
GeneralAntillesHasn't it already been filed?12:01
GeneralAntillesI know there's no way they'll change that.12:01
GeneralAntillesThe legal department would have a hissy.12:01
qwerty12GeneralAntilles, No idea, I'll take a look. I just commented out the lines that call the legal message and did a make deb.12:01
X-Fade_Well, I don't think it would be a problem. As the user does an action do disable it.12:02
X-Fade_It is on by default.12:02
GeneralAntillesI remember it coming up a couple times before.12:02
GeneralAntillesDon't recall exactly who shot it down12:03
X-Fade_You can also do a red-pill switch. Which will breack your device..12:03
X-Fade_And that got it nicely..12:03
GeneralAntillesOh well, a request couldn't hurt.12:03
*** X-Fade has joined #maemo12:04
*** becksbier has joined #maemo12:04
*** megabyte405 has joined #maemo12:09
*** Zenton has quit IRC12:09
*** Zenton has joined #maemo12:10
*** ricko73_ has joined #maemo12:18
*** megabyte405_ has joined #maemo12:18
*** X-Fade_ has quit IRC12:19
Khertanhttp://maemo.org/profile/list/12:21
*** megabyte405_ has quit IRC12:21
Khertanouch i'm in the top of the list12:21
*** hrw|gone is now known as hrw12:21
qwerty12Nice, 464 Karma :)12:21
qwerty12I'm somewhere at the end, I'm looking...12:22
Khertanburies  412:22
Khertanfavourites 1.512:22
Khertanhuhu :)12:22
*** megabyte405_ has joined #maemo12:22
*** mardi__ has quit IRC12:23
GeneralAntillesOuch, only 60 karma.12:23
*** ricko73 has quit IRC12:25
pupnikcan anyone http view or ping piratpartiet.se? (87.96.134.22 here)12:26
pupnikand give me the IP that it resolves?12:26
mbufqt doesn't work on Maemo platform; or are there separate images that can be used with the N800?12:26
pupnikappears to be blocked by my isp12:26
KotCzarnypiratpartiet.se has address 87.96.134.2212:26
KotCzarny(i'm using opendns)12:26
pupnikty!12:27
qwerty12pupnik, Fighting for TPB? :P12:27
pupnikthat's funny12:27
*** megabyte405_ has quit IRC12:27
pupnikit's a political party in sweden.  blocked now by germany?  or by my isp?  hillarious12:28
pupniki'll have to mirror and host their site now.12:28
qwerty12Hehe, the only Swedish words I know are Hej and Kock12:30
*** calvaris has quit IRC12:31
pupnikok this works for me http://www.piratpartiet.se/international/english12:33
pupnikbut google apparently removed the video of the lecture Rickard Falkvinge gave *at google*!  haaahahaha12:33
*** megabyte405 has quit IRC12:34
pupnikahh no i just searched wrong sorry12:34
pupnikhttp://video.google.com/videoplay?docid=-254173628191882347912:35
pupnikignore me :) too much tea today12:35
GeneralAntillesHow do you link to an attachment in a comment in bugzilla?12:37
*** shackan has joined #maemo12:39
*** becksbier has quit IRC12:40
*** arif_endro has quit IRC12:40
*** florian has joined #maemo12:44
*** red-zack has joined #maemo12:46
sp3000attachment nnnnn12:47
GeneralAntillesExcellent, thanks!12:48
*** Andy80 has quit IRC12:49
floriangood morning12:53
JaffaX-Fade: good suggestions, will reply problem when I sort out a) migraine, b) mess at work12:56
*** j0tt has joined #maemo12:59
*** jott has quit IRC12:59
*** j0tt is now known as jott12:59
liriguys12:59
liricould someone with an N810 check an online mapping site? I'd like to know if it's compatible with the GPS software to decide whether to get the N810 or N80013:00
GeneralAntillesI don't understand the question, liri.13:01
GeneralAntillesWebsites don't access the GPS.13:01
liriI'm talking about the maemo-mapper, the software that can work with online map sites like GoogleMaps13:02
GeneralAntillesMaemo Mapper works with Open Street, Google, Virtual Earth, Yahoo, and custom maps (i.e. USGS topo)13:02
liriok then13:02
*** Sho_ has joined #maemo13:02
lirithere's a website like Open Street for my country at the address: freemap.co.il13:02
liriI have no way to test if it's compatible before buying the N81013:03
liriI'd appreciate if someone could give it a try and let me know if it's working or not13:03
MangoFusionyou could run it in that qemu mod ;)13:03
GeneralAntillesIt all depends on the URL format.13:03
GeneralAntillesMaemo Mapper just inserts coordinates for lat/long at certain variables in the URL to get the maps from the server.13:03
qwerty12Just out of question, which version of qemu does that patch apply against?13:03
*** playya has joined #maemo13:04
*** playya_ has joined #maemo13:04
lirihmmm13:04
*** playya_ has quit IRC13:04
liriI see13:04
liriso maemo mapper works with the lat/lan of the google style?13:04
liriI'm wondering how does it know to send the lan/lan format for the different websites like GoogleMaps, Yahoo or others because I assume they are different13:05
GeneralAntillesYou tell it the format.13:05
liriahh ok13:05
liriso it's all really a matter of url formatting then?13:05
GeneralAntillesYes13:06
GeneralAntillesFor instance: http://mt.google.com/mt?x=%d&y=%d&zoom=%d13:06
GeneralAntillesor for Virtual Earth Sat: http://a0.orthor.tiles.virtualearth.net/tiles/a%0s.jpeg?g=5013:08
GeneralAntillesIt's open source, so adding support wouldn't be particularly difficult if it came down to it.13:08
liriok so I went to freemap.co.il and entered a city/street name and looked at wireshark for the traffic and I see that it sends a post with the city/street variables13:11
lirihow would I be able to check support for lat/lon?13:11
*** Khertan has quit IRC13:11
*** Crfrod has joined #maemo13:14
*** Zenton has quit IRC13:22
*** soman has quit IRC13:22
*** mbuf has quit IRC13:22
*** Minti has quit IRC13:22
*** opendeep has quit IRC13:22
*** mbuf has joined #maemo13:23
*** megabyte405 has joined #maemo13:23
*** Minti has joined #maemo13:23
*** opendeep has joined #maemo13:23
*** soman has joined #maemo13:23
*** Zenton has joined #maemo13:24
*** kaukoli has joined #maemo13:24
*** NetBlade has quit IRC13:25
cy3o3sup peeps13:26
*** NetBlade has joined #maemo13:30
*** Crfrodf has quit IRC13:32
Cptnodegardgot my smartcable :D13:34
*** kaukoli has quit IRC13:36
*** pcfe has joined #maemo13:36
*** andre has joined #maemo13:36
*** Sho_ has quit IRC13:39
*** Sho_ has joined #maemo13:39
*** Sho_ has quit IRC13:41
qwerty12You know like in Chinook, the input method is called hildon-input-method. What was the name of the input method in Bora?13:42
*** TPC has quit IRC13:42
*** TPC has joined #maemo13:42
*** b0unc3 has joined #maemo13:43
*** Sho_ has joined #maemo13:44
*** Cwiiis has joined #maemo13:47
Cptnodegardhttp://i136.photobucket.com/albums/q187/Cptnodegard/smartcable1.jpg13:49
Cptnodegardhttp://i136.photobucket.com/albums/q187/Cptnodegard/smartcable2.jpg13:49
*** Minti has quit IRC13:50
lardmanX-Fade: regarding your post of a few minutes ago, does the debian system support multilevel package categories (obviously it does to some extent with the user prefix)?13:52
*** jku has joined #maemo13:55
lardmane.g. rather than user/Ringtones use something like user/multimedia/Ringtones13:55
*** b0unc3_ has quit IRC13:57
hrwguys: does someone know how to dump XKB keymap from running system?13:58
hrwlardman: Debian use one section and many tags13:58
lardmanhrw: is there a reason for that do you know?13:59
lardmaneasier to see the sections at first glance, but then using a deeper tree structure should be more manageable (I think anyway)13:59
X-Fadelardman: I don't know, I think it is already an extension..14:01
hrwlardman: section allow to create easy lists14:01
X-FadeAnd I don't think we have that many applications to have such a big tree..14:01
hrwlardman: tags allow to create complex trees14:01
lardmanI dislike the presentation in the application manager, I'd prefer to have a tree-like structure, rather than lots of random categories (e.g. ringtones, Instant_messaging_protocols, etc. ;) ). Too much information imo14:02
hrwX-Fade: if I will provide packages NOT built with scratchbox will they be available in extras?14:03
lardmanhrw: hear hear14:03
X-Fadehrw: Sure, if the package is somewhat valid :)14:03
hrwX-Fade: what it if will be without debian style sources?14:03
X-Fadehrw: pypackager doesn't use scratchbox either..14:03
GeneralAntilleshttps://bugs.maemo.org/show_bug.cgi?id=3103 Please shoot down any of my ideas if they're stupid. :D14:04
X-Fadehrw: That will be a nice community discussion topic?14:04
X-Fadehrw: Do we want sources or not..14:04
lardmanfundamentally yes I would say14:04
hrwX-Fade: you should want sources14:05
lardmanthough for that we need to specify a build system too14:05
jottwe should encourage source packages14:05
hrwX-Fade: I can provide sources but they will be standard upstream one14:05
hrwI do not remember how good are OE generated Debian source packages14:05
X-Fadehrw: That is what debian does, but they also have a diff.14:05
jottand is it really necessary to change the debian categories and tag system?14:06
hrwX-Fade: I use Debian for ~6 years14:06
hrwX-Fade: and planned to be DD14:06
X-Fadejott: Hamradio?14:07
jotti see no real point in user/* - there might be a set of user visible categories (or rather hidden ones)14:07
X-Fadejott: I think we just need proper categories, I don't mind much how we do it..14:07
jottto be used in the application manager14:07
X-FadeA 'Canola' category is bad, imho..14:07
jottwell using debian ones would allow sane backporting of debian packages without big effort14:08
lardmanjott: as it says in the posts to the list, to hide the underlying OS packages, which shouldn't be removed14:08
X-Fadejott: There is something to say for that.14:08
*** grape has quit IRC14:08
*** KevinVerma has joined #maemo14:08
*** grape has joined #maemo14:08
lardmanDoes changing one line in debian/control (iirc) information really produce a lot of work?14:09
jottlardman: that's why the application manager could have whitelist or better blacklist of categories14:09
lardmanyes, but if you want a user installable daemon, you need to expose that category. Then you'd need a package black/whitelist rather than category one14:09
X-Fadejott: Or we could translate debian->maemo categories.14:09
*** dneary has quit IRC14:10
X-FadeJust shooting ideas here. No real plans..14:10
X-FadeI just want to get the discussion started, so we can finally fix the mess. (One bit at a time)14:10
jottlardman: well its basically the question if daemons should be end-user installable i suppose14:10
X-FadeShouldn't they be dependencies?14:11
lardmanand there will always be the case that you need to install something of that nature14:11
X-FadeBut what about sshd for example?14:11
jottlardman: well in those border cases you could also provide a meta package in a user installable category14:11
X-FadeFor a crawler that is part of canola it is easy, but for separate daemons..14:12
lardmanjott: yes, agreed14:12
lardmanX-Fade: jott has a point there; users don't need to install daemons unless they are to be used for something14:12
lardmanand that something will hopefully install the daemon, etc.14:12
X-Fadelardman: What if I want to ssh into my device?14:13
X-FadeI would need to install sshd.14:13
lardmanI consider that to be essential, should come pre-installed ;)14:13
X-Fadeheh.14:13
jottX-Fade: see above. very few packages need to have a metapackage then.14:13
lardmanwhere would an sshd metapackage live though?14:13
lardmanwhich category?14:13
*** SDuensin has quit IRC14:14
jottand i suppose there have to be some special categories for maemo that are not in debian14:14
X-Fadejott: Yeah, we need to keep the amount of deamons down. As they can kill your battery.14:14
*** qwerty12 has quit IRC14:15
jottactually openssh is in "net" in debian - so it's might be in a category that is visible anyway ..14:17
*** ricko73_ is now known as ricko7314:18
jottbut i agree that openssh should be preinstalled anyway (might be deactivated per default)14:18
X-FadeGeneralAntilles: I really like your mockups!14:18
GeneralAntillesThanks! :)14:19
X-FadeThey make a lot more sense than what we have now :)14:19
GeneralAntillesThe grid-view seems like it'd at least be a trivial change.14:19
*** WormFood has quit IRC14:19
X-FadeYeah, that one should not be that hard.14:19
jottok bbiab...14:20
X-FadeGeneralAntilles: Can you please post that to -developers as a separate thread?14:21
X-FadeNokia suits are reading that list, you know :)14:21
hrwquestion about FIASCO images I have14:26
JaffaThere was talk of the AM having a tag cloud (years ago, never seemed to go anywhere)14:27
* lardman still wonders who named that format14:27
hrwdoes someone know how MTD "config" partition is generated?14:27
*** andre has quit IRC14:27
X-Fadebbiab14:27
GeneralAntillesWhat does FIASCO stand for, anyway?14:28
lcddare you sure it's an acronym14:29
GeneralAntillesDo you have a better answer? :P14:29
hrwmaybe it summary their attempt to create OS upgradable with packages?14:30
*** MangoFusion has quit IRC14:31
lardmanAlmost as unfortunate as the nearly named Rolls Royce Silver Mist (not so good in German)14:31
*** gpd has joined #maemo14:32
*** megabyte405_ has joined #maemo14:32
gpdTrying to install canola2 but stuck with beta1 version in application manager despite following 'instructions' for setup - why not showing beta8?14:33
*** corq-FL has quit IRC14:34
*** corq-FL has joined #maemo14:34
jeddy3gpd, for me it's application manager is showing beta814:35
*** playya has quit IRC14:36
*** mardi__ has joined #maemo14:36
*** astro76 has quit IRC14:37
gpdjeddy3: can you tell me what repositories you have? i think i must have a conflict in there somewhere.14:39
jeddy3nokia, nokia (third party), uppdates, maemo extras, maemo hackers14:40
Cptnodegardbecause you did update the lst right? :314:40
*** mazzen has quit IRC14:43
gpdok - when i remove all catalogues canola2 goes away.  if i add back maemo extras free non-free and update then i see canola2-beta114:43
gpdexceptthe extras doesn't mention chinook - just repository.maemo.org/extras ... maybe that is it.14:44
GeneralAntillesIt defaults to your current version of the distribution field is blank (i.e. Chinook)14:45
GeneralAntillesHave you refreshed the list?14:45
gpdyes - very much refreshed14:45
*** megabyte405 has quit IRC14:46
gpdlists download, refresh and show beta1 again...14:46
*** greentux has joined #maemo14:47
*** megabyte405_ has quit IRC14:47
*** msanchez has quit IRC14:47
gpdapt-cache show canola2: pool/chinook/free/c/canola2/canola_2.0.0~beta114:48
*** f_mohr has quit IRC14:48
hrw     2.0.0~beta8-maemo1 014:49
hrw        500 http://repository.maemo.org chinook/free Packages14:49
gpdso it isn't in extras then?14:49
*** MiskaX__ has quit IRC14:49
lardmanIs extras enabled?14:49
lardmanAs it comes disabled by default iirc14:49
gpdno - i sweitch extras to disabled and canola2 goes away from the installable screen14:50
gpdturn it on and it comes back with the beta114:50
hrwbtw - does someone will clean maemo repositories to keep only latest versions?14:51
*** msanchez has joined #maemo14:51
JaffaHmm. Not read ITT for a couple of days, catching up now and struggling to find an actual useful or interesting thread not full of people being dumb.14:51
GeneralAntillesJaffa, sad, isn't it?14:51
JaffaGeneralAntilles: you have more patience than me (and, admittedly I'm in a bad mood today since not feeling well)14:52
GeneralAntillesNah, I just let off a little steam now and then by being an ass. :D14:52
Jaffa:)14:52
GeneralAntillesWhich always seems to devolve into 30-page long threads full of stupid bickering. :<14:53
*** Crfrodf has joined #maemo14:53
*** buddylee has joined #maemo14:53
lardmanI'm waiting for a response to this thread: http://www.internettablettalk.com/forums/showthread.php?t=1917814:54
GeneralAntillesI'm gonna hazard that the people that can answer that question either don't read ITT or aren't permitted to answer.14:54
gpdok- purged any sign of canola1-beta14:55
lardmanah, my point was that if people want to do something about it then we can get cracking, but I don't want to go it alone14:55
gpdcanola2-beta1 even -- now it has just downloaded beta1 again and is installing it!14:55
gpdGet:1 HTTP://repository.marmo.org chinook/free canola2 2.0.0~beta1-maemo.1 [3303kB]14:56
gpdWTF!?14:56
lardmanslightly different format to the names in there http://repository.maemo.org/extras/pool/chinook/free/c/canola2/14:57
lardmanthough I don't know how the choice is made14:58
gpdwell the only one that appears is beta1 for me... must be a bug. :(14:58
*** msanchez has quit IRC14:59
gpdbeen like this since beta2--- clearly nobody cares or I am doing something a weird way14:59
lardmandoes the app mgr only show the latest version? If so perhaps the extra . is screwing up the ordering?14:59
*** lardman is now known as lardman|lunch14:59
wnderm, does canola2-cleanup help? (quite honestly I don't even know what it does)15:00
gpdnot just app manager because apt-cache show does the same - shows beta1 only15:00
wndactually, nevermind, canola cannot possibly do anything like that to mess up with dpkg15:00
gpdHOLD THE PHONE>...15:01
gpdi still have the repository redirection .deb from when they were all messed up i think?15:01
gpdor some other weirdness15:02
gpdbecause when i go to repository.maemo.org/extras/pool/chinook/free/c/canola2 in my tablet browswer i only se beta115:02
gpdbut when i go on my laptop via the same network i see all the others too...15:02
*** geaaru_ has joined #maemo15:02
gpdhmm /etc/hosts shows repository.maemo.org pointing to 66.33.212.25415:03
gpdthis may explain a lot...15:04
*** DaniloCesar has joined #maemo15:04
*** dneary has joined #maemo15:04
*** sergio_ has quit IRC15:05
*** richieeee72 has joined #maemo15:06
*** richieeee72 has left #maemo15:07
*** Crfrod has quit IRC15:07
GeneralAntillesYou're doing something a weird way, gpd. ;)15:08
*** WormFood has joined #maemo15:08
gpdcan anyone remember what the package was called that did that repository fix?15:08
*** romaxa_ has quit IRC15:09
jku"fix"15:09
RST38hhow long does it usually take for a package to appear in extras?15:10
*** eichi has quit IRC15:11
Jaffagpd: there were a number of packages at the time. do a dpkg -S /etc/hosts15:11
JaffaAlthough it was added using postinst, so that won't help15:12
WormFoodjesus fuckin' christ! what the fuck is wrong with this god damn piece of shit n800! Every fuckin' time I turn around something else does not work....now I get an IP address, but DNS does not resolve! is this more fuckin' problems with the suck ass piece of shit dhcp client? I never had these problems before.15:12
GeneralAntillesDude, return it and STFU.15:13
aquatixsomeone is annoyed :)15:13
WormFoodwhere do I take it to, to return it?15:13
aquatixWormFood: tried starting from scratch?15:13
WormFoodyes, I rebooted15:14
aquatixwell, was more talking about reflashing it or something15:14
WormFood etc/resolv.conf is pointing to 192.168.1.115:14
aquatixkinda radical, but still, if you have so many troubles15:14
kulveWormFood: maybe the issue is with your AP and not with the device..?15:14
WormFoodI just reflashed it recently15:14
*** playya has joined #maemo15:14
WormFoodthe AP works fine15:14
kulvebut of course it does15:14
WormFoodkulve, I just rebooted the AP, never had problems with it before15:15
*** geaaru has quit IRC15:15
RST38hMaybe the DNS is down?15:15
WormFoodI mean, I get the normal dhcp problems, but not this time....connected and dhcp'ed an ip address just fine15:15
*** playya has quit IRC15:15
WormFoodno, god damn resolv.conf is pointing to nowhere (192.168.1.1, which is not on my network)15:15
*** playya has joined #maemo15:16
*** Synchronicity has quit IRC15:16
RST38hSet it to 127.0.0.115:16
WormFoodif I could return it and get my money back, I would, but that is not an option at this time15:17
RST38hThis is what it points to on my machine15:17
Cptnodegardsell it and get an iphone15:17
WormFoodwhat the fuck would I do with an iphone? I'm not gay!15:17
Cptnodegardthen you can whine on ilounge instead15:17
WormFoodI'm not whining, I'm bitching! :P15:18
WormFoodI'm sure I'm not the only one with this particular problem15:18
*** jeez_ has joined #maemo15:18
RST38hbitching is gay.15:19
WormFoodyou're gay RST38h!15:19
* aquatix waits for the nazi's15:19
* RST38h cackles evilly15:19
aquatixWormFood: tried setting resolv.conf to use 127.0.0.1 yet?15:19
GeneralAntilles<faux-german accent>Your papers are not in order, aquatix.</faux-german accent>15:20
* aquatix grabs his Doctor Who psychic paper and waves it in front of GeneralAntilles 15:20
*** eichi has joined #maemo15:21
JaffaWormFood: are you, like, 12 or something?15:21
trickie_WormFood: how did resolv.conf get set to 192.168.1.1 in the first place then?15:21
trickie_are you using a vpn client?15:21
WormFoodno, I'm not using a vpn client15:22
WormFoodI have no fuckin' clue how it got set to that15:22
WormFoodI NEVER had dns problems with this in the past15:22
jkuWormfood, I have no ide how resolv.conf could get like that unless you edited it -- the OS uses dnsmasq usually so 127.0.0.1 is correct15:22
WormFoodI've had dhcp problems, but never has it gotten an IP, and not gotten dns15:23
WormFoodI did not edit resolv.conf15:23
RST38h192.168.1.1 is a gay address.15:24
aquatixplease stop calling everything gay, that's gay15:24
WormFoodI know how it got set to 192.168.1.115:25
WormFoodthe fuckin' software is broken15:25
aquatixWormFood: but did you try to set it to localhost yet?15:25
GeneralAntillesur ghey!!!!!!!!!!!15:25
RST38hIt's *jolly* gay.15:25
WormFoodthis is how....15:25
Cptnodegardyou got a demon in your IT. try an exorcist15:25
GeneralAntillesDouse it in holy water.15:25
WormFoodfor some stupid reason, dhcp is broken with one particular AP I use15:25
pierluxit is also level DH0 in http://www.paulgraham.com/disagree.html15:25
WormFoodso I manually set dns and IP15:25
WormFoodI manually set it through the GUI, not the command line15:25
*** krau has quit IRC15:26
Cptnodegardget holywater.deb from the sacred rep15:26
WormFoodthe other AP I use is configured to set dns to 192.168.1.115:26
WormFoodwhy the fuck does not not set it properly now?15:26
RST38hSo, that OTHER AP is gay.15:26
WormFoodno15:26
WormFoodthe dhcp client on the n800 is a heaping pile of steaming shit!15:26
WormFoodI had to work around it15:27
WormFoodbecause it would never get an IP for me15:27
KotCzarnyyeah, buy an iphone15:27
RST38hProbably a misconfiguration problem.15:27
WormFoodBUT, what I don't understand, is why did it work before?15:27
KotCzarnyand never go back to this channel15:27
KotCzarny:)15:27
tank-manyea iphone rocks15:27
WormFoodI have not used that weird AP in a while, at least 2 weeks15:27
tank-manno no, get a iphone clone15:27
RST38hWormFood: Can I point your attention to something?15:27
tank-manthat rocks more15:27
WormFoodand I did use my AP now before, and it did work....so why in the fuck did it suddenly decide to cram its head up its ass?15:28
*** setanta has joined #maemo15:28
aquatixtank-man: what rocks even more is to buy an iphone and grind it to dust in a blender before the eyes of some apple fanatics15:28
KotCzarnybecause it's not for you15:28
WormFoodtake it to #iphone15:28
tank-mani think ive seen those on youtube15:28
GeneralAntillesaquatix, that's just a waste of money. :P15:28
KotCzarnyyou're not allowed to use n80015:28
RST38haquatix: Grinding apple fanatics into dust in front of other apple fanatics is waaay more fun15:28
KotCzarnythat's why it doesn't work15:29
aquatixRST38h: good point ;)15:29
aquatixGeneralAntilles: damn fun though ;)15:29
GeneralAntillesSounds messy, RST38h.15:29
aquatixGeneralAntilles: but... Will it blend?15:29
RST38hGA: That is what vacuum cleaners are for15:29
Cptnodegardit. have your tried turning it off and on again?15:29
aquatixRST38h: it might be found homicide by some people though15:29
RST38haquatix: The keyword is "some".15:29
aquatix:)15:30
aquatix``apple fanatics aren't people'15:30
Cptnodegardtheyre sheep15:30
*** romaxa has joined #maemo15:30
aquatixsheepicide15:30
RST38hIs feeding apple fanatics to Cthulhu a homicide, legally?15:30
aquatixcan live with that :)15:30
Cptnodegardanti apple ftw15:31
aquatixRST38h: no, that's buying yourself an extra day to live15:31
*** NetBlade has quit IRC15:32
*** romaxa has quit IRC15:33
*** romaxa has joined #maemo15:33
*** NetBlade has joined #maemo15:33
*** parolkar has quit IRC15:35
aquatix``Oh God... please don't let me die today! Tomorrow would be so much better!''15:36
*** romaxa has quit IRC15:38
*** romaxa has joined #maemo15:38
WormFoodfuckin' amazing! I manually edit resolv.conf and change it to 127.0.0.1 and it works...reboot and it still works....absolutely amazing!15:40
WormFoodthanks for your help15:41
KotCzarny(till the next dhcp request)15:41
WormFoodi rebooted15:41
*** DaniloCesar has quit IRC15:42
*** hrw is now known as hrw|afk15:42
*** KevinVerma has quit IRC15:45
*** calvaris has joined #maemo15:45
CptnodegardIRC has a thank you feature like ITT. it's /part15:45
*** hugolp has quit IRC15:45
KotCzarnywasn't it /disco ?15:45
GeneralAntillesHahaha15:45
KotCzarny(to dance happily after all)15:45
WormFood哈哈哈....very funny15:46
*** wms has joined #maemo15:47
aquatixKotCzarny: nah, /disco gives you some nice colours15:49
KotCzarnyhum15:49
KotCzarnyi'm a techno cat15:49
KotCzarnythat's why i don't know much about disco15:49
KotCzarny:)15:49
aquatix /disco is nice once in a while though15:49
tank-manlet me try15:52
tank-mandisco :Unknown command15:52
aquatixhm15:53
*** skibur has joined #maemo15:54
*** aLone has joined #maemo15:59
*** mwaldron has joined #maemo15:59
*** NetBlade has quit IRC16:00
*** rsalveti has quit IRC16:01
*** etrunko has joined #maemo16:01
Cptnodegardfreenode is anal when it comes to irc commands16:03
Cptnodegarddoesnt support shit16:03
gpdfor the record - canola-beta8 installed :) was all about the 'fix' for the repositories: clearly16:03
*** hrw|afk is now known as hrw16:05
*** DaniloCesar has joined #maemo16:06
*** vcgomes has joined #maemo16:06
*** DaniloCesar has quit IRC16:07
*** luck^ has joined #maemo16:07
*** krau has joined #maemo16:10
*** MangoFusion has joined #maemo16:11
*** Disconnect has joined #maemo16:12
*** NetBlade has joined #maemo16:14
*** Andy80 has joined #maemo16:14
Andy80hi all16:14
Andy80something happened to my Scratchbox installation: I'm using ubuntu 7.10 and Maemo SDK 4.0, starting /scratchbox/login I get this error: Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!16:15
Andy80how can I fix it?16:15
KotCzarnydisable vdso16:15
*** Disconnect_ has joined #maemo16:16
Andy80how?16:16
*** Disconnect has quit IRC16:16
*** Disconnect_ is now known as Disconnect16:16
KotCzarnyplease, google, or read readme.txt16:17
KotCzarny(or was it install.txt)16:17
Andy80ok, I give a look at it...16:18
KotCzarnybut feeding google with: disable vdso, should be enough16:18
*** Zword has joined #maemo16:18
Andy80yes, it's: echo 0 | sudo tee /proc/sys/vm/vdso_enabled16:20
Andy80found :)16:20
KotCzarnysee, you did it16:20
KotCzarny:)16:20
Andy80anyway it's very strange! I didn't enable it... and Scratchbox worked fine until 2-3 days ago..16:20
KotCzarnyinstallator could have disabled it for you16:20
*** SDuensin has joined #Maemo16:21
KotCzarnythen after reboot it went into default state16:21
KotCzarnybut i don't know16:21
*** Cymor-Work has joined #maemo16:22
*** kenne has joined #maemo16:22
*** efleury has joined #maemo16:23
*** vivijim has joined #maemo16:24
*** DaniloCesar has joined #maemo16:25
*** simon_ has quit IRC16:26
*** alextreme has joined #maemo16:26
Andy80uhm... yes, something must have broke my Scratchbox installation! Even xephyr has some problems... I start it from a terminal with this command: Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -extension Composite, then into scratchbox I do: export DISPLAY=:2 and then I do af-sb-init.sh start, and I get this error: matchbox-wm: can't open display! check your DISPLAY variable.16:26
Andy80Could not open display. Is the DISPLAY environment variable set?16:26
Andy80even if the DISPLAY variable is set... I've checked it wuth echo $DISPLAY16:26
*** rsalveti has joined #maemo16:26
KotCzarnyhmm16:27
*** trbs has joined #maemo16:29
*** timo_ has joined #maemo16:32
*** timo_ is now known as tsavola16:32
*** andrunko has joined #maemo16:32
Andy80uff :(16:33
*** hfwilke has joined #maemo16:36
RST38hJust switch to SDK+ and SB216:36
RST38hMuch smaller and easier to work with16:36
wndyou mean sb2 is finally usable?16:37
Andy80all my installation is very very broken, damn it! It cannot resolve hosts anymore!16:38
wndthe last I checked it was possible to compile stuff, but for example pkg-config simply didn't work, nor did installing packages with dpkg16:38
Andy80and I know it's a common issue I already fixed the first day I used it16:38
RST38hwnd: I am using it, it is just fine16:40
RST38hAlways running stuff on the device rather than the dev machine though16:41
*** shackan has quit IRC16:41
*** TPC has quit IRC16:42
wndthat's what I'm doing too. I'll have to give it another try one of these days. in addition to having better design, sb2 is actually supposed to work in 64-bit environment.16:42
*** TPC has joined #maemo16:42
*** soman has quit IRC16:43
tsavoladon't forget the x86-64 port of sb1 :)16:43
*** hugolp has joined #maemo16:43
Jaffa`setarch i386 ./maemo-installer.sh' works for me without sb216:44
Andy80ok, fuck that damn scratchbox! I re-install it from scratch!!!16:44
Andy80ufff!!!16:45
aquatixerm, what's SB2?16:46
GeneralAntillesJaffa, "Which, surprisingly, is possible! :-)" <- IT'S A TRAP!!16:46
tsavolaaquatix: scratchbox 216:46
wndtsavola, you mean /that/ old port? I remember having a reason not to use it, but I can't seem to remember what it was.16:46
aquatixtsavola: ah :)16:46
tsavolawnd: i think there might be plenty of reasons not to use it16:46
*** arif_endro has joined #maemo16:48
RST38haquatix: google for MaemoSDK+16:49
aquatixRST38h: ah, right16:51
*** playya_ has joined #maemo16:52
*** liquid217 has quit IRC16:52
RST38hWith SB1, the whole appsrc directory has to sit inside that "virtual fs" which is a royal pain16:52
RST38hWith SB2, I can keep the Maemo source at the same place where all the other stuff is (i.e. Windows NTFS partition)16:53
KotCzarnyntfs? /me shrugs16:53
RST38hWell, WinXP can't read extfs, so this is the only option16:53
KotCzarnycan't it?16:54
KotCzarnygoogle for ext2 ifs16:54
aquatixyeah, it can nowadays :)16:54
tsavolaRST38h: that's least of the sb1 problems16:54
KotCzarnynowadays is quite a long time ago16:55
MangoFusionsb2? does it work on mac os?16:55
tsavolaRST38h: you can even avoid that with a bind-mount16:55
*** hugolp has quit IRC16:55
*** hugolp has joined #maemo16:55
tsavolaMangoFusion: i think lle (the author) was trying to port it, but afair the mac dynamic linker is too weird for sb2 to work properly/easily16:55
*** t_s_o has joined #maemo16:56
RST38hNo, folks, I am *not* screwing up with the Linux install.16:56
KotCzarnyyou're clueless16:56
KotCzarny:)16:56
RST38hAnd prefer to stay this way16:57
JaffaGeneralAntilles: Indeed. Like I'd fall for that!16:57
JaffaHmm. My N810's just randomly rebooted sat on my desk. Not seen that for a while.16:58
GeneralAntillesI like random desktop crashes.16:58
aquatixJaffa: sorry16:58
GeneralAntillesThose are fun.16:58
*** matt_c has quit IRC16:58
KotCzarnyattention wh*re16:58
KotCzarny;)16:58
aquatixJaffa: won't do it again16:58
aquatixO:)16:58
KotCzarny'he didn't touched me for so long.. reboot!'16:58
KotCzarny;)16:58
*** mbuf has quit IRC17:00
*** arif_endro has left #maemo17:01
*** kabtoffe has quit IRC17:05
*** jegp has joined #maemo17:05
*** shackan has joined #maemo17:06
*** corq-FL has quit IRC17:06
*** playya has quit IRC17:06
*** g0ldfinGa has quit IRC17:09
*** playya_ has quit IRC17:09
*** seraph1 has quit IRC17:10
*** shackan has quit IRC17:11
*** shackan has joined #maemo17:11
lopzhola17:13
*** fab has quit IRC17:15
*** ijon_ has quit IRC17:16
*** ijon_ has joined #maemo17:16
*** liquid217 has joined #maemo17:18
pupnikhey KotCzarny ever hear about any pageflip/vsync code that's working and not confusing or giant17:20
pupnikmplayer svn is too big17:20
pupnikif we could pixel double whole screen, and shift offset of framebuffer17:21
pupnikthen we could have hardware double-buffering17:21
pupnikit's not rocket science, but i don't know if it's possible17:21
*** megabyte405 has joined #maemo17:21
KotCzarnyi think you should ask lcuk17:21
KotCzarnyhe did the vsynced algo17:22
* pupnik ponders a suitable bribe17:22
KotCzarnywell, tearfree17:22
KotCzarnybut it can be considered equal to vsynced17:22
KotCzarny:)17:22
pupnikI WANT17:22
KotCzarny:)17:23
*** zwnj has joined #maemo17:24
*** Dar has quit IRC17:24
*** calvaris_ has joined #maemo17:29
*** DaniloCesar has quit IRC17:29
*** ccooke has quit IRC17:30
pupnikfor python fans:  pyglet and cocos game library17:30
pupnikhttp://groups.google.com/group/pyglet-users/web17:30
*** calvaris has quit IRC17:31
*** Sho_ has quit IRC17:32
*** kcome has joined #maemo17:33
*** fireun has joined #maemo17:33
*** NetBlade has quit IRC17:34
*** simon____ has joined #maemo17:34
*** behdad has quit IRC17:34
*** simon____ is now known as simon_17:36
*** Sho_ has joined #maemo17:36
*** opendeep has quit IRC17:37
*** mgedmin has joined #maemo17:40
*** tjafk2 has joined #maemo17:43
*** kabtoffe has joined #maemo17:44
*** calvaris_ has quit IRC17:46
*** lardman|lunch is now known as lardman17:48
*** harry has quit IRC17:48
*** jeddy3 has quit IRC17:48
*** TimRiker has joined #maemo17:48
*** DaniloCesar has joined #maemo17:49
*** calvaris has joined #maemo17:51
*** playya has joined #maemo17:59
*** playya_ has joined #maemo17:59
*** qwerty12 has joined #maemo18:00
*** tjafk1 has quit IRC18:00
*** matt_c has joined #maemo18:01
*** _berto_ has joined #maemo18:01
Naviw //bu 918:03
Navioops18:03
aquatixthat's an odd password18:04
qwerty12lol18:04
*** Crfrod has joined #maemo18:04
*** kaukoli has joined #maemo18:05
*** playya has quit IRC18:06
Navi/bu 618:07
Naviffs18:07
lardmanderf: ping18:08
lardmanderf: no nasty questions, was just going to say thanks for your help yesterday and say that I've tracked the error back to the lengthlist being read in in vorbis_book_unpack()18:09
derflardman: Hooray.18:10
lardmanderf: so it's either the bitreading code, or it's a corrupt buffer from which the data are being read18:10
lardman:)18:10
lardmanmy bet is the corrupt buffer, so I'll have to hack a way of outputting large chunks of memory (rather than using dbg() for single values and running out of space in dmesg)18:11
KotCzarnywrite to file then and run diff on it?18:11
KotCzarny:)18:11
lardmanyeah that's all well and good except that the semaphores are all setup to output decoded pcm data18:12
qwerty12derf, I believe you are the author of acmonitor? The link for the acmonitor-0.1.tar.gz file doesn't work, so I wonder if you have a copy. Thanks.18:12
derf"The" link?18:14
derfhttp://www.guardiani.us/acmonitor_0.1_armel.deb18:14
derfOh, source code.18:14
qwerty12No, the source :). I haven't tried it but I don't believe it works in Chinook.18:14
qwerty12:)18:14
qwerty12No worries, if you can't find it but I'm just interested if it is very easily available to you :)18:14
KotCzarnylardman: syslog to network?18:14
*** aLone has quit IRC18:15
lardmanKotCzarny: the buffers are on the DSP, so need to be transferred back to the ARM18:15
derfhttp://people.xiph.org/~tterribe/acmonitor-0.1.tar.gz18:15
qwerty12Thanks!18:15
lardmanKotCzarny: I might be able to do some shared memory trickery to avoid fiddling with the feed and receive code for the audio data...hmm18:15
KotCzarnyhmm18:15
KotCzarnybut dsp can access memory, right?18:16
KotCzarny:)18:16
lardmanyep18:16
*** calvaris has quit IRC18:16
KotCzarnythen just make a big buffer for dsp log18:16
KotCzarny;)18:16
*** djcb has joined #maemo18:17
lardmanthe amount of debugging data will pretty quickly fill a buffer, so I'll have to block and make sure the ARM has had a chance to read it18:17
*** WormFood has quit IRC18:17
KotCzarnybut it's doable18:18
lardmanoh certainly, I was just hoping to not have to implement it!18:18
lardmanbut I'm sure it will come in handy for other projects too18:18
KotCzarnyand you have compiler to help you :)18:19
lardmannot much code will run without one :)18:20
*** qwerty12 has quit IRC18:20
*** qwerty12 has joined #maemo18:20
*** geaaru_ has quit IRC18:21
*** Crfrodf has quit IRC18:22
*** jga23_ has joined #maemo18:23
KotCzarnywell, you could writebinary code directly :)18:24
lardmantrue18:24
*** trickie_ has quit IRC18:24
KotCzarnyok.. nap time18:24
*** K-Fox has joined #maemo18:28
K-Foxhi18:28
K-Foxwhere is a installing file of xchat  on (os 2007)?18:29
qwerty12Hmm, I know it exists for OS2008 but I'm not sure about 0718:30
*** unixSnob has joined #maemo18:30
GeneralAntillesK-Fox, it's in Extras on Bora.18:30
*** behdad has joined #maemo18:31
K-Foxi dont know web address correctly18:31
GeneralAntillesApplication manager.18:31
GeneralAntillesAdd the Bora Extras repository.18:31
K-Foxok18:31
*** ol_schoola has quit IRC18:32
qwerty12Maemo Hackers have a OS2006 build too.18:33
*** unixSnob has quit IRC18:35
*** jga23 has quit IRC18:35
*** dougt has joined #maemo18:36
*** n810sven has joined #maemo18:43
*** Ikkakujyu has quit IRC18:45
n810svenHi! I am trying to attach a bluetooth a2dp adapter to my n810. http://www.lintech.de/en/produkte/bluetooth_audio_adapter/bluelino_home.htm18:45
n810svenI can pair it, but i can not find any menu or option to set up a link to it.18:45
qwerty12A2DP isn't officially supported.18:46
lardmansetup alsa, then try running mplayer with the appropriate command line, or use ukmp for example18:46
qwerty12Via a hack, it can be done but CPU usage is very high.18:46
n810svenBut HFP fallback should work i think18:46
lardmanqwerty12: it's not a hack, just that the CPU is used to both decode and re-encode the audio18:46
qwerty12lardman, Fair enough. I just count it as one as it isn't official18:47
n810sveni saw https://bugs.maemo.org/show_bug.cgi?id=667#c11 - but i stuck at "first, ensure you have your headset working with IT2008 ie bluetooth pairing18:47
n810svendone and if you enable enabled, you get sound (crappy but you get it ;)"18:47
lardmanyeah, well that's certainly true18:47
lardmann810sven: crappy sound? Due to cpufreq?18:48
n810sveni dont know how to "enable enable" it18:48
n810svenNO sound18:48
n810svenNo connection18:48
n810svenjust pairing18:48
lardmanhttp://www.internettablettalk.com/forums/archive/index.php?t-12112.html18:49
lardmanscroll to the 4th from last post18:49
*** ijon_ has quit IRC18:49
qwerty12Wow, that's old. Johnx also has a nice deb too which does that.18:49
lardmanyeah, I was just going from the Google results18:50
qwerty12http://www.internettablettalk.com/forums/showthread.php?t=1346818:50
qwerty12Ahh :)18:50
lardmanthanks for the link, I should really get my headset working again18:50
*** ijon_ has joined #maemo18:50
qwerty12Np, I like using my Headset with xmms.18:51
lardmando you disable cpufreq? I found some funny sounds using it on the n800 with os2007?18:51
qwerty12I do18:52
qwerty12But I use a modified version of linuxrebel's script to do it easily.18:52
qwerty12I find the sound is ok but it can cut out for a few seconds.18:53
*** eathprod has joined #maemo18:53
*** zwnj has quit IRC18:53
pupnikCool!  Ebay Nokia 770 demo device (used) on sale in Germany, only $270!!!18:54
GeneralAntillesHa18:55
qwerty12£135? I paid £180 for my N800 :P18:55
qwerty12Although the 770 is demo.18:55
qwerty12But still :P18:55
lardmanebay is actually stupidly expensive for anything anyone might want18:55
derfBut it's so cheap for things nobody wants!18:56
lardmanI can't understand the whole £20 less than rrp, but it's 2nd hand!18:56
lardmanderf: so it pays to have unusual interests :)18:56
pupnikwell said18:57
hrwis there good "car log" application for maemo?18:57
qwerty12carman? Not sure though.18:57
*** juergbi has joined #maemo18:58
hrwqwerty12: by 'car log' I mean one which track repairs/costs/fuel, reminds about repairs etc18:58
qwerty12hrw, Ah, now I feel stupid >.<18:58
*** mazzen has joined #maemo18:58
lardmanhrw: not that I've heard of18:59
tank-mantheres many for palmos you can use18:59
tank-manif you don't mind using the palm VM18:59
n810sveni'll try getting it done tomorrow. thanks for the links18:59
*** n810sven has quit IRC18:59
lardmantank-man: leaves a bad feeling (over poor power management) using an emulator19:00
*** blassey has quit IRC19:00
lardmantank-man: but if it's the only thing going then fair enough19:00
MangoFusioni'd appreciate the palm os / garnet emulators more if they actually doubled the display size19:00
hrwtank-man: using palmos app under garnet vm emu is not what I would like to19:00
hrwtank-man: I have palmos devices at home19:00
*** lardman is now known as lardman|gone19:00
qwerty12hrw, https://garage.maemo.org/projects/fuelpad/ ?19:03
hrwtx19:05
hrwwill look19:05
*** kcome has quit IRC19:05
hrwtoo bad that it is yet-another-app-which-is-not-in-any-feed19:06
*** kaukoli has quit IRC19:06
*** Anthon1 has joined #maemo19:08
K-Foxthe Bora Extras repository. what is webaddress?19:10
*** jeez_ has quit IRC19:10
*** vivijim has quit IRC19:10
GeneralAntillesWhy are you on OS2007, anyway?19:10
*** ha1f has quit IRC19:11
K-Foxok19:11
K-Foxbecause of evince19:11
*** ha1f has joined #maemo19:11
qwerty12You can get that on OS200819:11
Anthon1Hello, looking for advice on my application architecture.  I'm currently working on yet another todo / task manager that does A/B/C priorities and automatic promotion of priorities based on the due date.  I had initially plan to have a server module on that handled all database access that listened on the DBus.  An applet module that sits on the home screen, and a full UI where you can edit and create items.  Is using the DBus19:12
K-Foxevince have more good function than os200819:13
GeneralAntillesEvince is available for OS2008.19:13
*** nabaHome has quit IRC19:13
GeneralAntillesand has been for months and months.19:13
*** nabaHome has joined #maemo19:14
*** sKaBoy has quit IRC19:15
*** Sargun has joined #maemo19:16
*** Mousey has joined #maemo19:17
Anthon1Wrong place to ask this type of question?  Or not enough information to determine a good suggestion?19:18
pupnikquestion got cut-off Anthon119:19
Anthon1Ah.19:19
pupnik" create items.  Is using the Dbus" ...19:19
hrwbye19:19
pupnikcu19:19
qwerty12bye19:19
*** hrw is now known as hrw|gone19:19
Anthon1Is using the DBus the right approach, or should I put all of the server functionality into the applet and then have both UIs directly access the database of tasks?19:19
Anthon1I'm having a hard time finding documentation on creating dbus servers.19:20
Anthon1There is lots of information on creating clients.19:20
Anthon1I believe what I need to do is to create a generic interface, which then provides an array of task object paths.19:20
Anthon1Then provide a task interface as well.19:21
pupnikonly guy i know who used dbus here who may be present is derf19:21
pupnikyou might get better answers on the maemo-developers list19:21
*** eichi_ has joined #maemo19:22
Anthon1Thanks.  I'll give that a try.19:22
*** Khertan_on_n810 has joined #maemo19:22
Khertan_on_n810Hi19:22
qwerty12hi19:23
*** pH5 has joined #maemo19:23
*** jpuderer has joined #maemo19:23
Khertan_on_n810zzz19:26
*** Anthon1 has quit IRC19:28
*** texel has joined #maemo19:28
Khertan_on_n810ouch microb has just crash ... the first time !19:28
cy3o3microb crashes on me all the time19:29
GeneralAntillesKhertan_on_n810, I installed some of your desktop applets, but they wont load. :<19:29
GeneralAntillescy3o3, it depends a lot on your use-case.19:29
Khertan_on_n810gnié ?19:29
GeneralAntillesCheck them in the applet selector, click OK and nothing happens.19:29
GeneralAntillesOpen the selector up and they're not checked.19:30
qwerty12GeneralAntilles, Grab the hildondesktop bindings19:30
qwerty12Something like that.19:30
GeneralAntillesIt's not a dependency? <_<19:30
Khertan_on_n810it should be19:30
qwerty12It is afaik, unless you have it already installed?19:30
*** smcv is now known as SMcV19:31
Khertan_on_n810i m verifying dependancy19:31
*** K-Fox has quit IRC19:32
Khertan_on_n810it s my fault19:32
Khertan_on_n810i ve forgotten python *things* launcher dependancy19:33
Khertan_on_n810but it was a dependancy of hildondesktop in the beta hildondesktop package19:34
*** avs has joined #maemo19:34
Khertan_on_n810apt-get install hildon-desktop-python-loader19:37
Khertan_on_n810:)19:37
*** eichi has quit IRC19:37
keesjwhat does Outbound mean?19:38
*** WormFood has joined #maemo19:39
*** nabaHome has quit IRC19:41
*** TPC has quit IRC19:42
*** nabaHome has joined #maemo19:42
*** TPC has joined #maemo19:43
*** b0unc3_ has joined #maemo19:44
*** mk8 has quit IRC19:45
* koyote debates keyboards19:46
koyoteI wish there was somewhere local to get one.19:46
Khertan_on_n810GeneralAntilles > i m uploading new packages19:46
Khertan_on_n810outbound != inbound19:46
Khertan_on_n810and19:46
Khertan_on_n810True = (outbound == not(inbound))19:46
GeneralAntillesInstalled the loader19:47
GeneralAntillesWorks great19:47
GeneralAntillesThanks!19:47
*** fab has joined #maemo19:47
GeneralAntillesOut of interest, how often do the applets refresh?19:47
qwerty12I find they only refresh when you switch to the desktop from another program :)19:47
*** dougt_ has joined #maemo19:48
*** ab has quit IRC19:51
Khertan_on_n810the applet refresh time is different from one applet to an other19:51
Khertan_on_n810'refreshing isn't display at a timer raised refresh'19:52
Khertan_on_n810and applet don t refresh in background19:52
Khertan_on_n810:)19:52
*** avs has left #maemo19:52
Khertan_on_n810only when there are foreground19:52
Khertan_on_n810for homeip it 2000ms19:53
*** geaaru has joined #maemo19:55
*** djcb has quit IRC19:55
*** pleemans has joined #maemo19:57
*** Tobotras has joined #maemo19:58
*** DaniloCesar has quit IRC19:59
*** Khertan_on_n810 has quit IRC19:59
*** b0unc3 has quit IRC20:00
*** Khertan_on_n810 has joined #maemo20:02
Khertan_on_n810the applet refresh time is different from one applet to an other20:02
Khertan_on_n810'refreshing isn't display at a timer raised refresh'20:02
Khertan_on_n810only when there are foreground20:02
Khertan_on_n810and applet don t refresh in background20:02
Khertan_on_n810for homeip it 2000ms20:02
Khertan_on_n810 /s/it/it s20:02
*** dougt has quit IRC20:03
*** giskard has joined #maemo20:03
*** b0unc3_ is now known as b0unc320:04
*** vcgomes has quit IRC20:08
Khertan_on_n810it s funny to see how author of the post about a canola like gui has been irrited by comments on his idea20:08
GeneralAntillesDan or Krisse?20:10
*** k-s has joined #maemo20:11
*** greentux has quit IRC20:11
*** qwerty12 has quit IRC20:11
Khertan_on_n810the one which have made the second post20:12
Khertan_on_n810i ve uploaded new home* packages with correct dependancies20:12
Khertan_on_n810:) thx GA for the report20:13
GeneralAntillesSure thing.20:13
*** vcgomes has joined #maemo20:13
*** shackan has quit IRC20:15
*** vcgomes has quit IRC20:16
*** slomo has joined #maemo20:17
*** T0b0tras has quit IRC20:17
*** celesteh has joined #maemo20:18
Khertan_on_n810GeneralAntilles > so what do u think about the applet ?20:18
lcukpupnik, you knockin around20:18
pupnikhi lcuk20:18
GeneralAntillesLook great, work fine.20:18
GeneralAntillesNo complaints. :)20:18
lcukhi there, saw you wanting synced blits earlier20:18
Khertan_on_n810need other one ?20:18
lcuki will quite happily share, but its not sdl - hence its not rgb20:19
pupnikyeah i'd actually be motivated if i cou20:19
pupnikdo you have any comments in there? :/20:19
lcukin there?20:19
*** celesteh has left #maemo20:19
*** vcgomes has joined #maemo20:19
pupniki don't really need the sdl part to draw20:19
lcuki just got home and saw falshing20:19
pupnik:)20:19
pupnikit would kind of help remotorvate me i think20:20
lcukwhatcha thinkin then20:20
GeneralAntillesWhat about a lat/long if the GPS is on?20:20
GeneralAntillesOr a light-meter reading.20:20
GeneralAntillesInternal temperature?20:20
Khertan_on_n810hum ... why not ... just need to find how to get this in python20:21
lcukpupnik, when you have the book reader, do you play using the -turbo thing, or did you just use it on default sluggish20:21
pupniki didn't try -turbo20:21
lcukfair enough, then the hack i just put in might surprise you ;)20:22
pupniki'm not sure i'd even notice tearing with vertical scrolling20:22
Khertan_on_n810do u know how can i access internal temp20:22
Khertan_on_n810?20:22
GeneralAntillesnitapps.com20:22
lcukthere was in the old way, i was missing out on an event and drawing over20:22
GeneralAntillesHas both internal temp and ambient light.20:22
GeneralAntillesShould be able to divine the method from his sources.20:22
pupniky..you page filp?20:22
*** AD-N770 has quit IRC20:22
Khertan_on_n810yeah from source this will be easy20:23
pupnikor is there some other way20:23
lcukno i was overwriting memory before it had all gone - but as you say with moving page just a few pixels it wasnt noticable20:23
pupnikah20:23
lcukbut i have it now where i tell the lcd to update and it raises an event when finished20:23
Khertan_on_n810i really need to redesign my web site20:24
lcukmax speed has gone from 27fps to 25... ;)20:24
jottlcuk: when will we see the source code of your work? *poke*poke*20:24
GeneralAntillesHehe20:24
pupnikwow so i can draw and only update when finished20:25
lcukhmmmmm.. when i split it out into library/module i have too much stuff on the user side which i am keeping for a rainy day20:25
Khertan_on_n810GeneralAntntilles it s command line tool so no need to analyse source ... just use it20:25
Khertan_on_n810:)20:25
GeneralAntillesOr that. :P20:25
*** roue has joined #maemo20:25
*** simon_ has quit IRC20:26
pupnikcould you just pull out and share some relevant code blocks with some comments?20:27
lcukpupnik, as far as i know yes, but i might be wrong because i just do things quickly - i did see horrid tearing before listening for the event but that was me really overwhelming the rendering20:27
pupnikwell whatever you feel comfy with20:27
pupnikthere's tons of things i need to do anyway20:27
lcukyer sure but while you wait ill just up a quick test and tell me if you notice where i gained the speed from with my "hack" ;)20:27
pupniksure20:27
*** dholbert has joined #maemo20:30
*** simon_ has joined #maemo20:30
*** Ryback_ has joined #maemo20:30
lcuktry this as an initial test (just extract all to somewhere executable and run from within same folder20:34
lcukhttp://liquid.googlepages.com/liqbase_test20080417.zip20:34
*** RedPenguin has joined #maemo20:35
*** lmoura has joined #maemo20:36
RedPenguinI know this may sound like a silly question but, I have just received my new N810, and the tape piece to remove the plastic off the screen came off before I had a chance to remove the protective plastic20:36
RedPenguinNow the plastic is stuck on the screen along with a silver sticker, anyone know a way I could get the plastic off?20:37
GeneralAntillesFingernail20:37
mgedminhammer?20:37
GeneralAntillesor credit card, maybe.20:37
*** buddylee has quit IRC20:37
MangoFusionfingernails here ;)20:37
RedPenguinI was thinking that but wasn't sure if that could somehow destroy the screen20:37
MangoFusionhave you suffered from a bout of bad luck recently?20:38
tank-manor try another piece of tape20:38
lcukill be back later, pupnik, you will notice stars are running slowly - scratch the screen to make it go faster ;)  it helps me to see how fast cpu is going currently20:38
RedPenguinnope20:38
MangoFusiongood :)20:38
RedPenguinI could just leave the plastic on like I do on other devices but my N810 came with a silver sticker on the plastic so it's blocking part of the screen20:39
GeneralAntillesPull the sticker off, then. :P20:39
GeneralAntillesUse some ronsonol or something to get the stick off.20:39
RedPenguinI did but it leaves a bunch of residue20:39
*** frade has joined #maemo20:40
RedPenguinI will have to try that20:41
ralannim waiting for mine from amazon20:43
*** rlaager has joined #maemo20:43
lcukthe Amazon has a nokia factory now? cool20:43
lcukjungle mobiles20:43
Khertan_on_n810ouch crah of maemo desktop20:43
*** greentux has joined #maemo20:43
*** z72ka_ntb has joined #maemo20:43
ralannmmmm, no20:44
MangoFusionn810 jungle edition20:44
RedPenguinJust to make sure I'm getting the right results, a search of ronsonol brings up lighter fluid results20:46
*** roue has quit IRC20:46
ralannlighter fluid... eeek20:47
Khertan_on_n810GeneralAntilles > homeinternaltemp should be now be validated in a short time in extras devel20:47
ralanni use it to clean wax and stickers,, but not on new expensive devices20:47
lcddi just used the sticker itself to pick up the residue20:48
*** buddylee has joined #maemo20:48
RedPenguinthat's why I wasn't sure if I got the wrong results or something20:48
lcddworks quite often20:48
tank-manvinigar works too20:49
tank-manwith plastic card20:50
RedPenguinI think I will just try another piece of tape once I get my hands on some20:50
GeneralAntillesRonsonol is right20:51
GeneralAntillesDon't use anything else, though.20:51
GeneralAntillesIt's naptha20:51
GeneralAntillesWhich is incredible at getting stick off just about everything.20:52
_V_re20:52
GeneralAntillesJust a touch on a cotton ball will clean the stick right off.20:52
_V_is possible to 'update' os2008 with the command apt-get upgrade ?20:52
GeneralAntillesNot until Diablo.20:52
mgedmin_V_: define update20:52
_V_or is mandatory to use the application installer ?20:52
mgedminyou can't upgrade the OS, but you can upgrade 3rd party packages20:53
*** florian has quit IRC20:53
GeneralAntilles^20:53
mgedminjust be careful20:53
*** calvaris has joined #maemo20:53
_V_i need to upgrade only new available apps20:53
GeneralAntillesYou can also put yourself into a reboot loop if you pull stuff from certain repositories, though.20:53
mgedminapp installer has safety checks that apt doesn't20:53
_V_(new version)20:53
*** calvaris has quit IRC20:53
mgedminupgrading certain system packages (such as busybox) is a recipe for disaster20:53
_V_a, ok20:53
mgedminupgrading the same apps you could upgrade from the app-manager is safe20:54
_V_so is not safe to use apt-get update20:54
mgedminapt-get update is always safe20:54
GeneralAntillesupgrade20:54
mgedminright, apt-get update = safe, apt-get upgrade = you're an expert and know what you do20:54
_V_ok, thanks20:54
_V_i have some trouble upgrading some apps20:55
mgedmin(= mostly safe, but if something does go wrong that 1% of the time, you've been warned)20:55
*** AStorm has joined #maemo20:55
_V_(homecpuspeed,homediskfree ecc...)20:56
Khertan_on_n810GeneralAntilles > homelightmeter should be available soon too.20:57
Khertan_on_n810the two new applet have been uploaded to maemo extras-devel20:57
lcukwkhertan, what does it do20:58
_V_dpkg: error processing /var/cache/apt/archives/python2.5-hildondesktop_0.0.2-1_armel.deb (--unpack):20:58
_V_ trying to overwrite `/usr/lib/python2.5/site-packages/hildondesktop.la', which is also in package python-hildondesktop20:58
keesjmaemo-torch-home-applet20:59
GeneralAntilles<_< powerlaunch can't be installed and can't be uninstalled20:59
GeneralAntillesHow do I nuke it?20:59
lcukwith a hammer20:59
GeneralAntillesKhertan_on_n810, prefs dialog for celsius/fahrenheit selection?21:01
Khertan_on_n810_V_ > apt-get remove python-hildondesktop_0.0.2-1_armel.deb21:01
Khertan_on_n810i don t how to do prefs dialog for python applet as there is now documentations on python binding21:02
*** mgedmin has quit IRC21:02
Khertan_on_n810lcuk > the first display internal temperature of your nit, and the second one the luminosity in lux21:03
Khertan_on_n810(on n810 only for the second)21:03
lcuktwhat if the ambient sensor has been errrrrm sabotaged?21:03
lcuk(like with a sticky badge)21:03
Khertan_on_n810the result will be sabotaged too :)21:04
lcukit annoyed me how the display would go light and dark too often - my hand hovers over that corner most of the time21:05
_V_Khertan_on_n810: dpkg -r --force-depends python-hildondesktop21:05
*** jegp has quit IRC21:05
_V_mmm21:06
*** MoRpHeUz has joined #maemo21:06
_V_only homecpuspeed depends on python2.5-hildondesktop21:06
*** MoRpHeUz has quit IRC21:06
_V_other home* depends on python-hildondesktop21:06
_V_is this correct ?21:06
*** Cptnodegard has quit IRC21:07
lcukhomecpuspeed...   hmmm does this by chance effect the performance settings21:07
*** Khertan_on_n810 has quit IRC21:07
_V_solved21:09
*** Khertan_on_n810 has joined #maemo21:09
_V_dpkg -r --force-depends python-hildondesktop21:09
Khertan_on_n810_V_ > hum u will have problems at each update :)21:10
Khertan_on_n810remove it ..21:10
GeneralAntillespowerlaunch just needs to die. ;_;21:10
Khertan_on_n810apt-cache search hikdondesktop21:10
GeneralAntillesI want it to go away.21:10
Khertan_on_n810remove it ..21:10
Khertan_on_n810and then it ll use the official package available in extras-devel21:10
_V_and then an apt-get -f install21:10
*** denny has joined #maemo21:11
Khertan_on_n810what is powerlaunch ?21:11
*** Cptnodegard has joined #maemo21:11
*** efleury has quit IRC21:12
GeneralAntilleshttp://powerlaunch.garage.maemo.org/21:12
GeneralAntillesThe install is broken and I can neither install it nor remove it.21:12
Naviyey21:12
*** jeff1f has joined #maemo21:13
Khertan_on_n810what is the error given by apt ?21:14
Khertan_on_n810maybe fixing the pre remove install script will help21:14
Khertan_on_n810or preinstall script21:14
GeneralAntillesE: Sub-processs /usr/bin/dpkg returned an error code (1)21:15
Khertan_on_n810does dpkg give you more details ?21:15
GeneralAntillesNope21:16
Khertan_on_n810also with a dpkg -i command line ?21:17
GeneralAntilles"Errors were encountered"21:17
Khertan_on_n810ouch difficult to fix with this21:18
lcukdmesg?21:18
*** zwnj has joined #maemo21:19
GeneralAntillesMy install is mostly trashed at this point21:19
GeneralAntillessshd doesn't work anymore, either.21:19
GeneralAntillesI'm just coasting along until Diablo. :<21:19
Khertan_on_n810i need to go on ... sorry than i can t help you ...21:19
GeneralAntillesThanks for trying.21:19
Khertan_on_n810bye21:19
MangoFusioni'm still figuring out what is so big about diablo ;)21:20
Khertan_on_n810nope u r welcome21:20
GeneralAntillesIt's an OS update, MangoFusion?21:20
*** Khertan_on_n810 has quit IRC21:20
GeneralAntillesBug fixes, major improvements in the browser21:20
GeneralAntillesetc, etc21:20
MangoFusionyes but we'll just be here next year moaning about how unicorn (or whatever crazy codename the next release is) will be great and fix all the latest problems ;)21:21
GeneralAntillesEh, that's how OS updates work.21:21
* GeneralAntilles shrugs.21:21
X-FadeMangoFusion: Close... Elephanta :)21:21
MangoFusiontrue but i just wondered if there was anything more substantially cool21:21
MangoFusionlike PIM21:21
MangoFusionor 3d21:22
MangoFusionor kitchen sinks21:22
GeneralAntillesBug fixes are cool enough.21:22
GeneralAntillesEspecially the MicroB bug fixes.21:22
GeneralAntillesDiablo MicroB will be orders of magnitude faster than Chinook MicroB21:22
X-FadeGeneralAntilles: My guess is that its mostly javascript performance..21:23
X-Fadefennec isn't faster in rendering..21:23
GeneralAntillesFennec wastes shittons of CPU with its broken scrolling. ;)21:23
GeneralAntillesThe betas have a much better memory footprint than the early alphas.21:24
X-FadeYeah, the kinetic scrolling isn't that optimized yet ;)21:24
*** f_mohr has joined #maemo21:24
GeneralAntillesThere have been a LOT of improvements since last fall.21:24
lcukx - does the cpu run at full speed when scrolling?21:24
X-FadeYep, but I hope they will provide any noticeable changes.21:24
lcuki notice i can only get "near" full speed when at 166 - at 400 its crystal smooth21:25
X-Fadelcuk: Probably.21:25
GeneralAntillesBesides, MicroB has a lot of niggly little UI bugs that I'm sure will be fixed.21:25
GeneralAntilleslcuk, a browser has a lot more stuff to kick in the cpu freq.21:25
lcukyer i know21:25
lcukanyway, must dash for now21:25
lcuknom nom nom tea at mums21:26
*** vivijim has joined #maemo21:26
X-FadeI hope that microb will be better. Webkit is perhaps also an option..21:26
GeneralAntillesEventually21:26
*** chelli has joined #maemo21:26
*** halleck has quit IRC21:27
X-FadeIt feels more lightweight at the moment, but who knows ;)21:27
*** halleck has joined #maemo21:27
GeneralAntillesWebKit has more potential than Gecko21:28
GeneralAntillesLighter weight, more agile engine.21:28
GeneralAntillesBut it needs more work to get it up to speed on maemo.21:28
*** playya has joined #maemo21:29
*** Zic has quit IRC21:30
*** gribouille has joined #maemo21:32
gribouillehi21:32
gribouilleI need to install some packages, but I don't know in which repo I can find them21:32
gribouillesomeone here ?21:35
GeneralAntillesgronmayer.com/it21:35
*** playya has quit IRC21:38
*** TPC has quit IRC21:42
*** TPC has joined #maemo21:43
RedPenguinAny way to get the N810 louder? I tried turning the volume up all the way (using both headphones + speakers) and it's fairly quiet, or is that just how it is?21:46
*** playya has joined #maemo21:47
*** playya_ has joined #maemo21:47
lcddRedPenguin: there's an additional control in media player if that's what you're using21:47
GeneralAntillesThe speakers can actually go a lot louder.21:47
GeneralAntillesSomething's a little weak software side.21:48
*** celesteh has joined #maemo21:48
*** _berto_ has quit IRC21:48
*** jott has quit IRC21:49
*** playya has quit IRC21:49
RedPenguinI can hear stuff but if I walked into a noisy enviornment, I'm not sure if I would be able to really hear it that well21:50
*** celesteh has left #maemo21:50
RedPenguinI tried out a Shoutcast and it's like people talking in a library almost21:50
X-FadeRedPenguin: Did you turn the application volume _and_ the system volume up?21:51
RedPenguinI know I definatly turned the system volume up, I will have to double check the application to see if that is up or not21:51
*** aloisiojr has joined #maemo21:52
*** eathprod has quit IRC21:54
*** Ikkakujyu has joined #maemo21:59
*** RedPenguin has quit IRC22:02
*** GeneralAntilles has quit IRC22:03
*** GeneralAntilles has joined #maemo22:03
*** unixSnob has joined #maemo22:04
*** p| has joined #maemo22:11
*** ustunozgur has joined #maemo22:11
Jaffare22:14
*** megabyte405 has quit IRC22:19
*** killfill_ has joined #maemo22:21
liquid217redpenguin, there is an option you can add to mplayers config to increase the volume.  Think it's called softvol-max22:22
*** krau has quit IRC22:22
liquid217but that only applies to mplayer obviously22:22
*** krau has joined #maemo22:25
*** krau has joined #maemo22:25
*** megabyte405 has joined #maemo22:28
*** denny has quit IRC22:28
*** lirakis has joined #maemo22:30
lirakisIs there a way to get a pipe character from my n810 keyboard?22:31
lirakisI cant belive its not available by deefault22:32
pH5lirakis: http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-22625122:32
*** efleury has joined #maemo22:33
pupnikcheck the comments lower down lirakis22:33
lirakisOk will do22:33
lirakisThanks22:34
*** geaaru has quit IRC22:34
*** killfill has quit IRC22:34
lirakisOh uh22:35
lirakisWhat is the default pass for sudo?22:36
GeneralAntillesThe user doesn't have a default password.22:36
GeneralAntillesInstall easyroot.22:36
GeneralAntillesand/or OpenSSH server22:37
*** dneary has quit IRC22:37
*** flo_lap has joined #maemo22:38
flo_lapre22:39
MangoFusioni just use becomeroot :)22:39
GeneralAntilleseasyroot = "root" rather than "sudo gainroot"22:39
GeneralAntillesEasier to type.22:40
*** aloisiojr has quit IRC22:40
*** keesj is now known as k-way22:41
*** TPC has quit IRC22:42
*** TPC has joined #maemo22:43
*** Masca has quit IRC22:43
*** cyberholic has joined #maemo22:43
*** aloisiojr has joined #maemo22:43
cyberholicHi everyone.22:43
*** lirakis has left #maemo22:44
cyberholicDoes anyone of you have or know a script showing a simple "Hello World" of the Google Contacts api? I want to fetch the contacts with php22:44
||cwcyberholic: if there is an api, an example will be on code.google.com22:45
*** Masca has joined #maemo22:45
cyberholiccw: well the problem is that the examples they offer are awfuel. problem II is tha it needs a ZEND google framework that my host does not allow me to install :( ... i just thought that someone in here already would have tried that out.22:46
||cwso implement the zend parts in another way22:47
*** lirakis_work has joined #maemo22:47
cyberholictried it through a manual php.ini but that did not worked out too :(22:47
cyberholici have been sitting on this the whole day long, my eyes are rectangles and my brain is.... ey! where's my brain!?22:48
||cwi said implement, not install22:48
cyberholiccan you tell me more?22:48
*** pleemans has quit IRC22:51
||cwI think I see now.  the api itself is just http and xml, the zend part is a lib rolled up for you all nice like.  the xml doens't look hard to parse, use thephp's http functions and xml functions yourself22:51
||cws/thephp/php22:51
*** playya_ has quit IRC22:52
*** z72ka_ntb has quit IRC22:55
*** megabyte405_ has joined #maemo22:55
cyberholici understood taht one, but that is exactly where i go stuck. I can authentificate, what means that that works, but what then? I will give it a try and install the whole Zend on my server :(22:56
*** playya has joined #maemo22:56
*** playya_ has joined #maemo22:56
*** megabyte405__ has joined #maemo22:59
*** murrayc_ has quit IRC23:01
*** NOCmadman has joined #maemo23:01
*** Pinguozzz has joined #maemo23:05
*** herz1 has left #maemo23:07
*** jott has joined #maemo23:08
*** megabyte405 has quit IRC23:08
*** f_mohr has quit IRC23:11
*** koyote has quit IRC23:12
*** megabyte405_ has quit IRC23:15
*** cyberholic has quit IRC23:19
*** frade has quit IRC23:20
*** Skyp has joined #maemo23:21
Skyphi ;) Is there a simple way to hide/remove an application from the task-bar (temporarily or permanently)?23:22
*** t_s_o has quit IRC23:22
SkypI have a task, that is almost always running and I want to keep it from appearing in the taskbar23:22
*** andre has joined #maemo23:23
SkypMaybe a setting in /usr/share/application/hildon/*.desktop ?23:24
AStormnope23:24
*** l7_ has joined #maemo23:24
AStormyou have to set a special GTK style23:24
AStormon the window to make it not appear theree23:24
SkypSo to recompile is my only option?23:25
AStormnah, you could set the style with some external app23:25
AStormit's an X property23:25
SkypHm, ok... is there an App on-board which can accomplish that?23:26
*** mk8 has joined #maemo23:27
*** jott has quit IRC23:28
*** smackpotato has joined #maemo23:28
AStormhm, after prolonged use, hildon-desktop eats a lot of memory23:28
AStormany way to stop that?23:28
*** jott has joined #maemo23:29
smackpotatoits cache23:30
smackpotatoits good23:30
AStormyeah sure?23:30
AStorma cache of what?23:30
smackpotatoprogram you used or may use23:31
AStorm....23:31
*** jeff1f has quit IRC23:31
smackpotatoyou can set these  things23:32
dragornthat doesn't sound right23:32
AStormsmackpotato: where?23:32
smackpotatoill,look23:32
AStormah nopes23:32
AStormit's the dbus-daemon that's gobbling up 25% of memory23:33
AStormwhy?23:33
dragornprograms should let the kernel handle the IO cache for recently run stuff instead of taking it away from other apps, since they have no idea if a large program needs ram23:33
MangoFusioni'd love to see what memory usage is like on, say, the iphone23:33
AStormthen check its /proc23:34
smackpotato/proc/sys/vm23:36
AStormhmmhmm23:36
smackpotatowhatever23:36
AStormhow do I restart that daemon?23:36
*** Tama^2 has joined #maemo23:37
*** corq-FL has joined #maemo23:37
dragornAStorm: probably /etc/init.d/dbus23:37
dragornAStorm: but I'd expect it to get unhappy23:37
smackpotatoswapiness is one value i like to change just echo a diferent value23:39
*** wms has quit IRC23:39
*** AStorm has quit IRC23:40
*** AStorm has joined #maemo23:41
AStormblah, rebooted the machine by accident23:41
smackpotatowhat machine do  you have astorm23:42
AStormN810, doh23:43
smackpotatocool23:43
*** jpuderer has quit IRC23:44
dragornAStorm: i was going to say, the worst you can do is cause a reboot23:45
*** SDuensin has quit IRC23:46
*** eichi_ has quit IRC23:47
*** red-zack has quit IRC23:48
*** Disconnect has quit IRC23:48
*** lirakis_work has quit IRC23:52
*** shackan has joined #maemo23:55
*** chelli has quit IRC23:57
*** killfill_ has quit IRC23:58

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