IRC log of #maemo for Friday, 2011-03-18

SurjikalVenemo, Ok great.. I did install the gnokii-conf package (on the n900) and configured using the GUI. It did really do anything..00:00
SurjikalIt did not**00:00
*** mardi has quit IRC00:00
VenemoSurjikal, sorry, but I don't know the answer. please be patient, someone else may come along who knows :)00:00
SurjikalVenemo, sounds good, thanks!00:01
*** mirsal has joined #maemo00:02
kwtmVenemo: Thanks for the answer of "ifconfig".  I had already tried that, actually, but ifconfig is not an available command.  Is there some package from maemo.org that I should install to get ifconfig?00:02
Venemokwtm, try 'root' then 'ifconfig'00:03
kwtmVenemo: Ahh, I was ahead of you there.  Tried and failed.  Are you able to do ifconfig on your N900?00:03
Venemoyes.00:03
kwtmSurjikal: You may want to post this in the maemo.org talk forums so people who just happen not to be online might be able to help.00:03
Venemobut it only finds the command when I'm root00:03
Venemointerestingly00:04
Surjikalkwtm, 'sudo gainroot' then 'ifconfig'?00:04
kwtmVenemo: Would you mind checking which package provides that ifconfig command on your N900?  (I forget the actual command ... apt-cache search ifconfig or something...)00:04
Venemokwtm, it's there by default00:04
kwtmSurjikal: Umm... does "sudo gainroot" do something different from "root"?00:04
Venemoyes.00:05
kwtmVenemo: Okay, would you mind typing "type ifconfig" on your N900?  Maybe my path is not set up correctly.00:05
Venemobut you should use 'root'00:05
Surjikalkwtm, not sure.. try just 'sudo ifconfig'00:05
Venemokwtm, 'ifconfig is /sbin/ifconfig'00:05
kwtmVenemo: Thanks.  Will set that up.00:05
SurjikalStrange that the path was unset00:06
kwtmSurjikal: Interesting.  It's in the path.  I wonder why root can't run it after "root"...00:06
Surjikalkwtm, did you try sudo ifconfig?00:07
SurjikalThat's how I normally do it.00:07
SurjikalThat and sudo gainroot, ifconfig00:07
Surjikalor**00:07
kwtmHmm, it's aliased to busybox...00:07
Surjikalehhh?00:08
Surjikalthat is strange00:08
Venemonot really. that's how busybox works00:08
BCMMsymlinked, rather than aliased00:08
Venemocorrect00:08
*** diegohcg has quit IRC00:08
SurjikalI see, how does it know which program to execute?00:08
BCMMbusybox is a single binary, implementing sh, cat, ifconfig, top, etc. etc.00:09
BCMMit works out how to behave based on what it was called as00:09
kwtmSurjikal: Did you pre-configure the sudoers file to allow ifconfig?  Mine says "user is not allowed to run /sbin/ifconfig"00:09
*** chenca has quit IRC00:09
SurjikalDon't remember 100% but I doubt it.00:09
kwtmWell, it's aliased to /sbin/ifconfig which is symlinked to busybox.00:09
VenemoSurjikal, the path from which your executable is called is passed as the first parameter to it. so it is the first item of main()'s argv00:09
BCMM(the first parameter, argv[0], is the name by which the program was invoked)00:10
alteregoCool, got a new solution for my Qml theming under meego issue :)00:10
Venemoanyway guys, I've gon an exam tomorrow and very little chance. so at least I'll try to rest before it :)00:10
Venemobyebye00:10
BCMMi.e. the 0th parameter of "echo a b c" is echo, not a00:10
MohammadAGgood luck Venemo00:11
SurjikalRight, I thought that would have been busybox. I guess it makes sense that its ifconfig though :D00:11
yaccmlwane, well, you do not want it managed via NetworkManager, you want it managed via the old style Debian interfaces files.00:11
SurjikalNeat00:11
VenemoBCMM, yeah, that's what I said :)00:11
VenemoMohammadAG, thank you, but luck isn't going to compensate for my lack of knowledge this time00:11
BCMMVenemo: indeed it was :) i'm too slow00:12
*** jrocha has joined #maemo00:12
mlwaneyacc: and how do i achieve that ?00:12
*** sunny_s has quit IRC00:12
Venemono problem BCMM, your explanation makes more sense. (except the part about echo. echo is not an executable.) :P00:12
Surjikalhahah00:13
*** mikeos has quit IRC00:13
Venemo'type echo' -> 'echo is a shell builtin'00:13
*** sq-one has quit IRC00:13
VenemoMohammadAG, I would have required about a week to learn this shit, but I had a single afternoon instead.00:13
BCMMVenemo: it doesn't have to be00:14
alteregogood luck for you exam tomorrow Venemo :)00:14
*** norayr has quit IRC00:14
*** mpoirier has quit IRC00:14
SurjikalSo, anyone knows how to get sms over bluetooth working with the n900?00:14
mlwaneyacc, i tried to add the "usb0" interface to "/etc/network/interfaces" but that didn't work00:14
BCMMVenemo: on a normal machine, you'll find a /bin/echo too00:14
Venemoalterego, honestly, I'll probably fail it.00:14
kwtmWow, first time ssh'ing into my N900.  What fun.  I don't even have to hook up a USB cable. :)00:14
VenemoBCMM, interesting. there's /bin/echo on my Fedora :P00:15
VenemoBCMM, yet, 'type echo' says that it's a shell builtin too00:15
BCMMVenemo: yeah, there would be on any "ordinary" GNU/Linux system00:15
Venemomhm00:15
kwtmVenemo: If you use a shell that doesn't have echo as a built-in, your /bin/echo is there.00:16
BCMMVenemo: yeah, because it's an easy thing to implement and greatly improves performance of shell scripts00:16
*** mpoirier has joined #maemo00:16
*** aloisiojr has quit IRC00:16
BCMMVenemo: it's part of GNU Coreutils00:16
Venemomhmm00:16
Venemointeresting :)00:16
MohammadAGpart of busybox on the N900!00:16
*** FireFly has quit IRC00:16
*** FireFly|n900 has quit IRC00:16
BCMMyeah, maemo has no coreutils by default00:16
kwtmAlthough I'm switching everything over to printf (which I guess wasn't there in the olden days, because I don't see how echo could offer anything that printf doesn't).00:17
BCMMVenemo: coreutils is the package providing stuff like cat and so on on a normal GNU system00:17
*** FireFly has joined #maemo00:17
VenemoBCMM, yeah, I'm aware of that :)00:17
BCMMother BB stuff like top and ifconfig are normally provided by other projects, though00:17
BCMMoh, sorry00:18
Venemono problem00:18
Venemo:)00:18
kwtmOkay, found ifconfig.  It's at /sbin/ifconfig, and I just have to specify the full pathname, and then I can execute it as user, even. :)00:18
Venemoanyway, goodbye :)00:18
*** davyg has quit IRC00:19
mlwaneguys does anybody know how to share my laptop's  internet with my n900 via usb ? (Ubuntu 10.10)00:20
Surjikalmlwane, there's a bunch of guides out there I believe.00:20
SurjikalI think connecting via usb will create a network. Not too sure though.. Try plugging it in and check ifconfig00:21
mlwaneSurjikal, yeah but unfortunately none of them worked with me :(00:21
Venemomlwane, why don't you just set up an ad-hoc wifi?00:21
mlwanead-hoc will use a lot of power00:22
*** FireFly|n900 has joined #maemo00:22
Venemowho cares?00:22
SurjikalIs it possible to play back a sound file over a phone call?00:22
Venemono00:22
Surjikalmlwane, yeah, you were going to plug it in anyway00:22
*** dneary has quit IRC00:23
Surjikalvenemo, why not?00:23
*** mirsal has quit IRC00:23
pupnikwe could build a telescope to detect organic molecules on other planets00:24
pupnik1.5 billion euro00:24
mlwaneSurjikal, yeah but i want to keep it running for a long period of time and that will ruin the battery by time00:24
MohammadAGis there a way to play only sound from an mp4 file?00:24
Surjikalmlwane, I guess so.. you could always remove the battery I think. But in any case, usb tethering should work.00:25
mlwaneSurjikal, usb tethering is not that to use the phone as a modem only ?00:26
*** penguinbait has joined #maemo00:27
*** penguinbait has quit IRC00:29
*** penguinbait has joined #maemo00:29
SpeedEvilRuin the battery - how?00:29
*** RST38h has quit IRC00:31
mlwaneby keeping on recharging it all the day00:31
Surjikalmlwane, I thought thats what you wanted. So you want to share you pc's network connection with the n900?00:31
mlwaneSurjikal, yes00:32
kwtmHow do I find out the RSA key fingerprint of my N900 that I'm SSH'ing into?  Somehow it asked me this time "hey are you sure there's no MitM?" but last time it didn't.00:34
SpeedEvilumm...00:35
SpeedEvil /home/user/.ssh I thin00:35
SpeedEvilk00:35
*** andre__ has quit IRC00:35
SpeedEvilIt will store the key - or it should, and if it changes, will warn00:35
*** Surjikal has quit IRC00:36
kwtmSpeedEvil: No.  It's not there.  You're referring to the hashes of the key of the remote computer (which still isn't useful since it's hashed).  What I'm talking about is if it warns: Hey!  Are you sure this is right?  The key I'm getting from the remote server is AA-BB-CC-DD-whatever.  Is that correct?00:37
*** jevin has joined #maemo00:37
kwtmThe question is: how do you go to the remote server and check if it really is "AA-BB-CC-DD-whatever"?  Where is that stored?00:37
*** Necc has quit IRC00:38
SpeedEvilOh00:39
SpeedEvil /etc/ssh/ssh_host_key00:39
SpeedEvilThis gets stored - along with the user key - in ~/.ssh/known hosts on your local system.00:40
SpeedEvilOr something like that.00:40
SpeedEvilIf either of these changes, it warns.00:40
SpeedEvilI think00:40
*** Natunen has quit IRC00:40
kwtmThanks, SpeedEvil00:41
*** sepultina has quit IRC00:41
kwtmI did get a permission denied, but I was able to find this command posted on the web, which does what I want ... ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key00:41
SpeedEvilman sshd00:41
kwtmaccompanied by a blog posting how ridiculous it is that it takes so much trouble just to get the hostkey.00:41
SpeedEvilThat should get run at first run of sshd00:42
kwtmI mean, I'm just trying to log in from another computer just to get things done ... by this time I've forgotten why I wanted to ssh into the N900 in the first place ...00:42
kwtmOh, well, another alias to be defined...00:42
Macerkwtm: heh00:43
Macerkwtm: i've done that before ;)00:43
Macerinstalled openssh then didn't find a use for it . but then again i don't dev much on it :)00:43
Maceri'm sure the coder fanboys love it00:43
yaccmlwane, where are you stuck?00:43
*** FIQ|n900 has quit IRC00:44
*** OkropNick has quit IRC00:45
*** exes has left #maemo00:48
*** Dantonic has quit IRC00:49
*** mirsal has joined #maemo00:55
*** mr_jrt has quit IRC00:56
*** kuba_ has quit IRC01:00
*** mr_jrt has joined #maemo01:00
*** mr_jrt has quit IRC01:01
*** mr_jrt has joined #maemo01:01
*** mikki-kun has quit IRC01:02
*** jrocha has quit IRC01:02
*** NGNUton-BC has quit IRC01:03
*** SouBE has quit IRC01:04
*** McMAGIC-- has quit IRC01:04
*** shanttu has quit IRC01:05
*** lxp1 has joined #maemo01:05
*** sge has quit IRC01:07
*** rjeo has quit IRC01:07
*** McMAGIC-- has joined #maemo01:08
*** lxp has quit IRC01:08
*** buntfalke has quit IRC01:09
*** sge has joined #maemo01:09
*** valeriusN has joined #maemo01:10
*** SpeedEvil1 has joined #maemo01:10
*** SpeedEvil has quit IRC01:12
*** SpeedEvil1 is now known as SpeedEvil01:13
*** FireFly has quit IRC01:21
*** Bleadof has quit IRC01:22
*** Bleadof has joined #maemo01:22
*** rysiek|pl has quit IRC01:22
*** mpoirier has quit IRC01:24
*** rysiek|pl has joined #maemo01:25
*** rysiek|pl has quit IRC01:25
*** rcg has quit IRC01:26
*** rysiek|pl has joined #maemo01:26
*** dominikb_ has quit IRC01:27
*** SouBE has joined #maemo01:29
*** Ryback_ has quit IRC01:30
*** rysiek|pl has quit IRC01:31
*** rysiek|pl has joined #maemo01:32
*** rysiek|pl has quit IRC01:32
*** FireFly|n900 has quit IRC01:33
*** rysiek|pl has joined #maemo01:33
*** FireFly|n900 has joined #maemo01:34
*** rysiek|pl has quit IRC01:37
*** rysiek|pl has joined #maemo01:37
*** rysiek|pl has quit IRC01:39
*** rysiek|pl has joined #maemo01:39
*** NIN101 has quit IRC01:40
*** rysiek|pl has joined #maemo01:41
*** rysiek|pl has joined #maemo01:42
*** rysiek|pl has quit IRC01:43
*** rysiek|pl has joined #maemo01:46
*** MohammadAG has quit IRC01:48
*** xnt14 has quit IRC01:48
*** rysiek|pl has quit IRC01:48
*** mikki-kun has joined #maemo01:50
*** rysiek|pl has joined #maemo01:50
*** rysiek|pl has quit IRC01:51
*** rysiek|pl has joined #maemo01:53
*** rysiek|pl has quit IRC01:54
*** hurbu has quit IRC01:56
*** florian has quit IRC01:56
*** rysiek|pl has joined #maemo01:56
*** rysiek|pl has quit IRC01:58
*** jevin has quit IRC01:58
*** rysiek|pl has joined #maemo01:59
*** rysiek|pl has quit IRC02:00
*** RiD has joined #maemo02:01
*** rysiek|pl has joined #maemo02:01
RiDHi dear people :D02:02
*** rysiek|pl has quit IRC02:03
*** valeriusN has quit IRC02:03
*** MadViking has quit IRC02:05
*** rysiek|pl has joined #maemo02:05
*** rysiek|pl has quit IRC02:06
*** jevin has joined #maemo02:07
*** pcacjr has quit IRC02:07
*** rysiek|pl has joined #maemo02:08
*** _0x47 has quit IRC02:09
*** rysiek|pl has quit IRC02:09
*** rysiek|pl has joined #maemo02:10
*** rysiek|pl has quit IRC02:11
*** guerby has quit IRC02:11
*** mardi has joined #maemo02:12
*** RiD has quit IRC02:13
*** rysiek|pl has joined #maemo02:14
*** rysiek|pl has joined #maemo02:15
*** rysiek|pl has joined #maemo02:18
*** bigbrovar has joined #maemo02:19
*** rysiek|pl has quit IRC02:20
*** rysiek|pl has joined #maemo02:20
*** rysiek|pl has quit IRC02:22
*** rysiek|pl has joined #maemo02:23
*** rysiek|pl has joined #maemo02:24
*** hardaker has joined #maemo02:26
*** rysiek|pl has quit IRC02:27
*** rysiek|pl has joined #maemo02:27
*** rysiek|pl has quit IRC02:28
*** jonne has quit IRC02:29
*** jonne has joined #maemo02:30
*** rysiek|pl has joined #maemo02:32
*** rysiek|pl has quit IRC02:33
*** rysiek|pl has joined #maemo02:34
*** nox- has joined #maemo02:34
*** piggz has quit IRC02:35
*** Sickki has joined #maemo02:37
*** jhb has quit IRC02:38
*** rysiek|pl has quit IRC02:39
*** sunny_s has joined #maemo02:39
*** mc_teo` has quit IRC02:40
*** rm_work has quit IRC02:40
*** rysiek|pl has joined #maemo02:41
*** jonne has quit IRC02:41
*** jonne has joined #maemo02:42
*** rysiek|pl has quit IRC02:43
*** mr_jrt has quit IRC02:43
*** mr_jrt has joined #maemo02:44
*** GNUtoo|laptop has quit IRC02:46
*** rysiek|pl has joined #maemo02:46
*** zap has quit IRC02:48
*** rysiek|pl has quit IRC02:48
*** rysiek|pl has joined #maemo02:49
*** mpoirier has joined #maemo02:50
*** Rarok has quit IRC02:50
*** sleepee has joined #maemo02:50
*** rysiek|pl has quit IRC02:51
*** rysiek|pl has joined #maemo02:52
*** rysiek|pl has quit IRC02:53
*** tzafrir has quit IRC02:53
*** rysiek|pl has joined #maemo02:54
*** rysiek|pl has quit IRC02:55
*** mikhas has quit IRC02:56
lolcatWhere can I find a cross compliler with tools for N900?02:57
lolcattoolchain02:57
lcuklolcat, scratchbox02:58
lcukthe normal sdk includes it :)02:58
*** guerby has joined #maemo02:58
lcukthough you oculd be tough as nails and not use a cross compiler ;)02:58
lolcatIs there a tutorial on how to cross compile things?02:58
*** lxp1 has quit IRC02:59
lolcatI have to cross compile it with the toolchain for it to work. It is intended for a quite diffrent kernel.02:59
*** Sickki has quit IRC02:59
*** rysiek|pl has joined #maemo03:00
*** ezisto has joined #maemo03:03
*** rysiek|pl has quit IRC03:03
*** rysiek|pl has joined #maemo03:04
lolcatlcuk: I am going to install dalvik on it03:04
*** Openfree` has quit IRC03:05
lcuklolcat, cool, well have fun, the scratchbox guys did a good job03:05
lolcatlcuk: Lets hope it is good enough to run dalvik.03:06
lcuklolcat, dalvik is fake java isn't it?03:07
lcukthere is hardware support for java and not being used03:07
lolcatYes, dalvik is Android JVM:03:07
lcukdidn't that already get run before?03:07
lolcatOn the N900? Oo03:08
lolcatIn Maemo?03:08
lcuklolcat, IDK about maemo, but on the n900 at least :)03:10
lolcatlcuk: I hate android OS.03:10
lolcatI love Maemo03:10
lolcatAnd I like spotify03:10
*** Sickki has joined #maemo03:10
lcukthat is good then03:10
lcukbut if you make everything spotty won't it look a bit odd?03:10
lolcatspotty?03:11
lolcatlcuk: ^03:12
lcuklolcat, if you love spottifying things the by definition become spotty03:13
lolcatI like the music03:13
*** ezisto has quit IRC03:15
*** Sickki has quit IRC03:15
*** lofty306 has joined #maemo03:16
*** BCMM has quit IRC03:17
*** mr_jrt has quit IRC03:17
*** Openfree` has joined #maemo03:18
*** Sickki has joined #maemo03:19
*** Sickki has joined #maemo03:19
*** mr_jrt has joined #maemo03:21
*** achipa has quit IRC03:25
*** mitsutaka has quit IRC03:32
*** sleepee has quit IRC03:35
*** ferdna has joined #maemo03:35
*** mr_jrt has quit IRC03:35
*** mitsutaka has joined #maemo03:36
*** mr_jrt has joined #maemo03:39
*** mr_jrt has quit IRC03:39
*** lcukn900 has joined #maemo03:39
*** mpoirier has quit IRC03:41
*** smooph has quit IRC03:46
*** pcacjr has joined #maemo03:52
*** pcacjr has joined #maemo03:52
*** jonne has quit IRC03:54
*** mece has quit IRC03:58
*** trbs has quit IRC04:08
*** MohammadAG has joined #maemo04:11
*** Openfree` has quit IRC04:11
*** xnt14 has joined #maemo04:12
*** Openfree` has joined #maemo04:14
*** wijiji has quit IRC04:22
*** QinGW has joined #maemo04:23
DocScrutinizerkwtm: I gather you severely misunderstood the recommended usage of PKI and ssh04:24
DocScrutinizerfor sue there's no use in defining a shortcut/alias for ssh-keygen04:24
DocScrutinizersure*04:24
DocScrutinizerkwtm: I frequently use >>ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -l root t900<< to log in to devices which change IP or name04:28
DocScrutinizerkwtm: sorry if your problem is one I never seen and my comment was off topic, but the only MitM warnings I've ever seen were when IP of remote system changed04:32
DocScrutinizerand that'S a really rather useless function tbh, at least IMHO04:33
*** pronto has quit IRC04:41
*** pronto has joined #maemo04:42
*** PhonicUK has quit IRC04:45
*** mirsal has quit IRC04:48
DocScrutinizer(reagrding the Pb shielded helis) I learnt the SFP with all the rods exposed (no water) is sending up *massive* gamma like a flashlight. I still wonder if they ever heard about fly-by-wire and remote control, rather than risking health and life of pilots04:49
DocScrutinizerreally operating all sorts of vehicles isn't anything you need a human *inside*, no matter if it's airborne, tank, whatever04:52
cehtehsending up? .. i doubt it directs it only the containment and other shielding may prevent sending it into other directions and maybe core geometry gives upwards a little favor04:53
DocScrutinizerI might understand why USSR wasn't able to use that technology in 1986, but hey JP is considered the land of robots and electronics04:54
DocScrutinizerspent fuel pool04:54
cehtehhey they had no containment and nothing at all above the core .. it was way easier reachable04:54
cehteheasy access technology :P04:54
cehtehbtw japan asked for robots from germany ..04:55
DocScrutinizerI bet we love to send those04:55
cehtehasimo's are useless plaything ... real robots are made in germany04:55
DocScrutinizerthey should've asked on day004:55
cehtehwell "should" .. there should be no day0 ... but04:56
DocScrutinizerhowever putting some 6 servos into a tank isn't anything near rocket science04:56
DocScrutinizerin holywood they do that all the time, for their car stunts04:57
cehtehgetting a lot redundant extra pipes an valves there isnt either04:57
DocScrutinizersource of failure04:57
DocScrutinizerif mounted04:57
cehtehmaybe .. but i dont want to imagine more failure than what currently happens04:58
DocScrutinizer...and I bet a heli can be operated with less than 10 servos as well04:58
cehtehprolly not a chinook04:59
cehtehthese are huge .. did you ever seen one in real?04:59
DocScrutinizerwell, according to prophecies of experts the big bang will happen in now+12h or somesuch04:59
DocScrutinizerI hope they're wrong04:59
*** PhonicUK has joined #maemo05:00
*** Sickki has quit IRC05:00
DocScrutinizerOTOH AIUI all those experts were thinking and talking about the reactors only. It seems though as if the SFPs are the worse problem05:02
*** kwtm has quit IRC05:03
DocScrutinizernever knew you could get a core melt where's no core at all05:03
*** NishanthMenon has joined #maemo05:06
DocScrutinizer(chinook) sure, my granny lived next to a US mini airbase, Coburg (15km to DDR)05:07
ds315km to DDR? mighty long traces to memory :D05:08
DocScrutinizeror whatever the facility was. Every once in a week there landed some of those dual rotor helis05:08
cehteh+++ Polizeigewerkschaft: Deutsche AKW nicht terrorsicher +++05:09
cehteh[02.55 Uhr] Die Deutsche Polizeigewerkschaft hält die Atomkraftwerke in der Bundesrepublik für nicht sicher vor Terrorangriffen.05:09
DocScrutinizer<yawn> back when those helis landed there, they prolly did because it was close to the iron curtain back when05:09
*** lcukn900 has quit IRC05:09
cehtehmuhaha .. as if that would be the most important concern05:09
DocScrutinizeractually it might05:09
DocScrutinizerI seem to remember we had a near-GAU when some "terrorists" cut down a power pylon05:10
DocScrutinizerno more connectio to grid. SCRAM. No more power. Failing generators...05:11
DocScrutinizeralso next stuxnet might blackout half Europe05:12
DocScrutinizercyberterrorism05:12
cehtehif cars would be constructed like nuklear plants then they would be extremely dangerous ...05:13
cehtehimagine you hit the brake at 100kmh .. and at 30kmh it just stops braking and goes over rolling05:13
DocScrutinizer:nod:05:14
DocScrutinizeralso losing steer servo, and never come up again. Nice when you're on a downhill road - which for a NPP you always are05:15
*** Sickki has joined #maemo05:15
*** Sickki has joined #maemo05:15
*** root___ has joined #maemo05:16
*** root___ is now known as r000t05:17
*** r000t is now known as r00000t05:17
cehtehah something n900 related .. the device lock button (slider?) .. is that a mechanic switch or magnetic or optical?05:17
*** penguinbait has quit IRC05:19
DocScrutinizermech05:22
DocScrutinizerand (dunno where) I seem to remember I noticed recently it bounces like hell05:22
cehtehmhm .. sometimes i wonder if mine gets weared out ... i know that the device sometimes reacts slowly on it under load .. but rarely it doesnt react at all without any load05:23
DocScrutinizersame here, but I'm not sure about the load05:23
*** r00000t has quit IRC05:24
cehtehi didnt disassembled my n900 yet .. but maybe some kontact-spray will help .. but needs disassembling05:24
DocScrutinizerOTOH mce/bme/whatnot is notorious to lose an occasional charger-plugged signal, though /sys knows there's a charger05:25
DocScrutinizernah, do *not* do this05:25
cehtehyes05:25
DocScrutinizercontact spray ruins switches usually05:25
DocScrutinizerbelieve me, I ruined several :-P05:26
cehtehheh works for me ..05:26
*** mortenvp has quit IRC05:26
cehtehi revived a lot mouses with it05:26
DocScrutinizerit works like for 4 weeks, then back to original and getting worse05:26
*** ftrvxmtrx has quit IRC05:26
cehtehwell "Kontakt 61" .. thats a special fluid for switches05:26
cehtehnah permanently (well years at least i can tell)05:27
DocScrutinizerhell, I *know* all sorts of contact sprays05:27
DocScrutinizer~joerg05:27
infoboti heard joerg is a HW-developer and engineer of Openmoko, usually known as DocScrutinizer05:27
*** PhonicUK has quit IRC05:27
cehtehyes hence i saied Kontakt 61 (from Kontakt chemie) no other :)05:27
*** pcfe has quit IRC05:27
cehtehi know that a lot others types are not good or even worse05:28
*** pcfe has joined #maemo05:28
*** pcfe has quit IRC05:28
*** pcfe has joined #maemo05:28
* DocScrutinizer makes mental note to get new canned air05:28
cehtehespecially for switches which have some load and then using silicone based oils .. thats perfect destruction :)05:28
DocScrutinizerthe problem is a lot of switches already have that silicone oil05:29
cehtehyou can wash that out05:29
DocScrutinizerno you can't really05:29
DocScrutinizeryou'll wash it on contact surface05:30
cehtehsufficently .. maybe not perfect05:30
cehtehwell .. wash it out .. dry it and then apply the fluid i mentioned before05:30
DocScrutinizeranyway, for N900 it won't help at all05:30
cehtehthat really worked for me .. always05:31
*** maybeWTF has joined #maemo05:31
cehtehdunno .. i prolly wait until the switch fails completely before repairing it05:31
DocScrutinizerdoes it get worse?05:31
cehtehexactly :)05:31
DocScrutinizerhmm05:32
cehtehwell for some contacts i apply it for new equipment ...05:32
*** lcukn900 has joined #maemo05:32
cehtehbasically anything which has some danger to get humid but not accumulate dust05:33
*** maybeHere has quit IRC05:34
*** nostyle has joined #maemo05:39
*** ftrvxmtrx has joined #maemo05:40
*** sid has joined #maemo05:49
*** Natunen has joined #maemo06:00
*** nox- has quit IRC06:02
*** mlwane has quit IRC06:03
*** radic has quit IRC06:04
*** radic_ has joined #maemo06:04
*** LiraNuna has joined #maemo06:07
*** Tscheesy has quit IRC06:20
*** Tscheesy has joined #maemo06:21
*** tchan has quit IRC06:27
*** Evanescence has joined #maemo06:31
*** lofty306 has quit IRC06:31
*** pcacjr has quit IRC06:33
*** hardaker has quit IRC06:42
*** kov has quit IRC06:47
*** kov has joined #maemo06:48
*** kov has quit IRC06:49
*** kov has joined #maemo06:49
*** trx has quit IRC06:57
*** GNUton-BNC has joined #maemo06:59
*** trx has joined #maemo07:01
ds3wtf... local news must be run by pure morons07:03
*** kW_ has quit IRC07:04
*** NishanthMenon has quit IRC07:04
*** l13tl3 has quit IRC07:14
*** Guest40473 has quit IRC07:16
*** NishanthMenon has joined #maemo07:17
*** JakDaRippa has quit IRC07:23
*** DocScrutinizer has quit IRC07:33
*** DocScrutinizer has joined #maemo07:33
*** kitu_ has quit IRC07:36
*** cmvo has quit IRC07:38
*** ferdna has quit IRC07:46
*** mardi has quit IRC07:46
*** slonopotamus has joined #maemo07:51
*** Mykhal has joined #maemo07:51
Mykhaljust got simple mobile for my nokia n900, but can't get internet to work. can anyone help?07:52
slonopotamusyep, your mobile provider manual07:53
*** Sickki has quit IRC07:53
Mykhalyou're such a wit. bet all the girls luv u07:54
*** bef0rd has joined #maemo07:55
chxYou are such a nice person to say that someoen who helps you for free. You are lucky i am not an op....07:55
Mykhalwe're all lucky you're not an op07:56
*** Sickki has joined #maemo07:57
Mykhaland that wasn't very much help at all07:57
slonopotamusall your questions were answered.07:58
Mykhalyeah, ok. thanx07:59
*** ColdFyre has quit IRC08:05
*** ColdFyre has joined #maemo08:06
*** Mykhal has quit IRC08:08
*** Cy8aer has joined #maemo08:10
*** achipa has joined #maemo08:12
*** achipa has quit IRC08:12
*** achipa has joined #maemo08:12
Jadehi08:16
*** Cy8aer has quit IRC08:18
*** Cy8aer has joined #maemo08:19
*** Gizmokid2005 has quit IRC08:20
*** Gizmokid2005 has joined #maemo08:21
*** arp_ has joined #maemo08:27
*** arp_ is now known as rjeo08:27
*** tekojo has joined #maemo08:29
*** KMFDM has joined #maemo08:30
*** Evanescence has quit IRC08:30
*** MadViking has joined #maemo08:34
*** slonopotamus has quit IRC08:40
*** timeless_w7ip has joined #maemo08:41
* timeless_w7ip sighs08:42
timeless_w7ipone-tree != onetree08:42
ruskiehttp://www.linuxfordevices.com/c/a/News/legal-experts-address-Android-GPL-issues/ <-- hmmm08:42
*** Evanescence has joined #maemo08:42
*** McMAGIC-- has quit IRC08:43
*** larsivi has quit IRC08:43
*** e-yes has quit IRC08:44
*** FIQ|n900 has joined #maemo08:45
lolcatHow do I charge a li-ion battery manually?08:46
timeless_w7ipruskie: some of us read /. yesterday08:46
*** OkropNick has joined #maemo08:46
*** lofty306 has joined #maemo08:47
*** l13tl3 has joined #maemo08:49
timeless_w7ipruskie: do note that "void main (int argc, char* argv);" should not be copyrightable08:49
ruskieagreed08:50
* timeless_w7ip frowns08:50
timeless_w7ipso i woke up this morning to discover 4 emails from cron08:50
timeless_w7iptelling me i couldn't spell the name of my script correctly08:50
ruskierofl08:50
*** mairas has joined #maemo08:50
lofty306hahaha08:50
timeless_w7ipto be fair, i didn't write or name the script, someone else somewhere else did08:50
lofty306:)08:54
ruskietimeless_w7ip, but you do agree that all that work required someones creativity and effort to write up so they do have a copyright on it...08:57
*** FIQ|n900 has quit IRC08:58
timeless_w7ipno08:59
timeless_w7ipnot like that anyway08:59
*** ab has joined #maemo08:59
*** ab has quit IRC08:59
*** ab has joined #maemo08:59
timeless_w7ipfor instance, i claim that a list of words that are spelled correctly in English is not copyrightable08:59
*** pupnik_ has joined #maemo08:59
ruskieso basically you don't consider books copyrightable?09:00
ruskiewhich is a list of words09:00
timeless_w7ipi don't think 'effort' is a criterion for copyright09:00
*** trupheenix has joined #maemo09:00
abtimeless_w7ip, U.S.Code Title 17 Section 117(a)(1) covers this Android case09:00
timeless_w7ipit could take someone a lot of effort to write "1, 2, 3, 4, 5, 6 ...."09:00
timeless_w7ipbut that doesn't make it copyrightable09:00
*** pupnik has quit IRC09:02
timeless_w7ipruskie: by "list of words that are spelled correctly", i mean literally a list of correctly spelled words, no repeats09:04
*** robbiethe1st has joined #maemo09:04
timeless_w7iproughly the thing that would enable a spellchecker to decide that 'teh' is not correctly spelled09:04
*** bigbrovar has quit IRC09:07
*** bef0rd has quit IRC09:09
kerioyou mean /usr/share/something/dict?09:09
timeless_w7ipall i have is /usr/share/bash-compeletion/dict09:10
timeless_w7ipso not that :)09:10
timeless_w7ip.. /usr/share/dict/words09:11
timeless_w7ipyeah, a file like that09:11
keriowhatevs09:11
keriowell you can probably find that file at some point in pi09:11
timeless_w7ipsimilarly, i would hope that a sorted list of books would also fail copyright09:12
timeless_w7ipthe reason that both should fail is that they are not 'creative'09:12
kerioi'd say that anything that can be turned into a number can't be subject to a copyright09:12
ruskiethere is a database copyright... but I believe it has specific requirements for a work to be considered a copyrightable database09:12
timeless_w7ipruskie: database copyright is the EU's way of making everything copyrightable09:12
timeless_w7ipand that's absolutely insane09:13
timeless_w7ipthe EU deserves to be wiped off the face of the earth just for that09:13
keriotimeless_w7ip: how are software patents working for you?09:13
*** jrocha has joined #maemo09:13
timeless_w7ipkerio: much less disturbing than the eu database copyright09:14
timeless_w7ipi could take them or leave them09:14
timeless_w7ipheck, i would take them if that's what was required to get rid of the eu database copyright09:14
timeless_w7ipi'd rather *not* take them09:14
timeless_w7ipbut...09:14
ruskietimeless_w7ip, russia also has it ;)09:15
timeless_w7ipon the scale of evil, they are insignificant when compared to the db c09:15
timeless_w7ipruskie: when i get out of here, you can have some of my sympathies09:15
ruskieerm?09:15
timeless_w7ipi'm in .eu09:16
ruskieahh09:16
ruskie if there has not been substantial investment (which need not be financial), the database will not be protected <-- so technically not everything is copyrightable09:17
ruskie database rights specifically protect the "qualitatively and/or quantitatively [a] substantial investment in either the obtaining, verification or presentation of the contents":09:17
timeless_w7ipruskie: db c is designed to allow corporations to sue everyone else09:18
timeless_w7ipand to prevent smaller groups from claiming it09:18
timeless_w7ipif you're a single person, perhaps you can't claim "substantial investment"09:19
timeless_w7ipand thus your work is inelligible :)09:19
ruskiesure you can... inventoring all the books in my hous is a substantial investment of my time09:19
timeless_w7ipbut basically between all of the or's in the clause pretty much everything is db c09:19
timeless_w7ipruskie: and if a second person comes in and makes an inventory09:20
timeless_w7ipthey're infringing on your db?09:20
timeless_w7ipthat's the stuff stupidity is made of09:20
ruskieno they are infringing on my property ;)09:20
*** FIQ|n900 has joined #maemo09:20
ruskiebut I see what you mean09:20
ruskiethey made some stupid calls there09:20
timeless_w7ipsome?09:20
timeless_w7ipthe entire concept is stupid09:20
timeless_w7ipsorry09:20
timeless_w7ipa work can be creative09:21
timeless_w7ipan index of a work is not creative09:21
ruskiewhat do you call openstreetmap then?09:21
timeless_w7ipit can be done by an indexer, whicih is not a creative process09:21
timeless_w7ipopenstreetmap is a collection09:21
ruskieaka a database09:21
timeless_w7ipindividual elements in the collection may be creative and thus should perhaps be elligible for copyright09:21
timeless_w7ipthe collection itself should not09:21
timeless_w7iproughly speaking...09:21
timeless_w7ipthe complete works of william shakespeare should not be entitled to c09:22
timeless_w7ipbut each individual work of william shakespeare should be ellligible09:22
timeless_w7ips/lll/ll/09:22
infobottimeless_w7ip meant: but each individual work of william shakespeare should be elligible09:22
timeless_w7ipruskie: the other problem w/ db c is that it has a provision for ensuring infinite copyright duration09:23
ruskietrue09:23
timeless_w7ipyou can touch the database every 16 years or so09:23
timeless_w7ipand the copyright will never expire09:23
ruskieimho corporations shouldn't be allowed to have copyrights or patents09:23
keriolike a cron job?09:23
timeless_w7ipkerio: pretty much09:23
keriocool09:23
robbiethe1st^^09:23
timeless_w7ipalthough on the scale of 16 years, you'll probably need to migrate the cron job more often than it runs!09:23
kerio0 0 0 0 0 0 1 1 touch mycopyrights09:24
ruskielol09:24
*** bigbrovar has joined #maemo09:27
timeless_w7ipoops, time for work09:29
ruskiehave fun09:29
*** jhb has joined #maemo09:34
*** eMHa has quit IRC09:36
*** NishanthMenon has quit IRC09:37
*** Evanescence has quit IRC09:37
*** rysiek|pl has quit IRC09:38
*** rysiek|pl has joined #maemo09:38
*** FireFly|n900 has quit IRC09:38
*** avs has joined #maemo09:38
*** ppenz has joined #maemo09:43
*** FireFly|n900 has joined #maemo09:44
DocScrutinizer<yawn>09:45
*** Wikier has joined #maemo09:45
*** robbiethe1st has quit IRC09:45
*** robbiethe1st has joined #maemo09:46
*** frade has joined #maemo09:46
*** tchan has joined #maemo09:47
*** NishanthMenon has joined #maemo09:50
*** bergie has joined #maemo09:52
*** gomiam has joined #maemo09:53
*** dvaske_ has quit IRC09:55
*** murrayc has joined #maemo09:56
*** mardi has joined #maemo09:56
*** schend has joined #maemo09:58
*** Natunen has quit IRC09:59
*** MadViking has quit IRC09:59
*** rysiek|pl_ has joined #maemo10:00
*** rysiek|pl has quit IRC10:01
*** jpe has joined #maemo10:01
*** buntfalke has joined #maemo10:02
*** timeless_office has joined #maemo10:05
*** timeless_w7ip has quit IRC10:05
*** florian_kc has joined #maemo10:05
*** florian_kc has quit IRC10:05
*** florian_kc has joined #maemo10:05
*** florian_kc is now known as florian10:06
jacekowskihmm, jabber is broken on my phone for some reason10:06
*** tackat has joined #maemo10:06
jacekowskiit works on desktop10:06
*** dvaske_ has joined #maemo10:10
*** yannux has joined #maemo10:11
*** avs has quit IRC10:11
*** hannesw_ has joined #maemo10:13
*** calvaris has joined #maemo10:17
ruskiebroken how?10:18
*** kthomas has joined #maemo10:18
*** _berto_ has joined #maemo10:19
*** Natunen has joined #maemo10:19
*** kthomas_vh_ has quit IRC10:21
*** rm_you has quit IRC10:21
*** rm_you has joined #maemo10:21
*** MohammadAG has quit IRC10:27
*** MohammadAG has joined #maemo10:27
*** tron71 has joined #maemo10:31
*** amigadave has joined #maemo10:34
*** zap has joined #maemo10:36
*** eMHa has joined #maemo10:37
*** cmvo has joined #maemo10:39
*** chx is now known as chx_zz10:39
*** mitsutaka has quit IRC10:40
*** andrenarchy has joined #maemo10:40
*** andrenarchy has left #maemo10:41
*** tron71 has quit IRC10:42
pupnik_wish i could tilt the cam on n90010:43
pupnik_take pictures while holding the device normal angle10:44
*** FIQ|n900 has quit IRC10:45
*** mitsutaka has joined #maemo10:49
ruskiehttp://www.guardian.co.uk/technology/2011/mar/17/us-spy-operation-social-networks <-- fun10:49
*** marainein has joined #maemo10:50
*** crs has joined #maemo10:53
robbiethe1stHm, that'll actually be good. It means that we can now blame -anyone- disagreeing with us(especially a majority) as astroturfing shills!10:55
lofty306lol10:55
lofty306heh10:55
robbiethe1stPeople may also start watching IPs - There's only so many VPS hosts10:56
robbiethe1stBut, either way, it should be good that this news is out there - Take -any- message, no matter how many people agree with it, with a grain of salt.10:57
ruskiealways do10:58
ruskiealways have10:58
robbiethe1stYea, but not everyone does10:58
ruskienote: tor can do something similar though you need to do a lot of manual footwork...10:59
ruskieas for watching ips... with ipv6... I wonder how fun that will be...10:59
DocScrutinizer<yawn>11:00
ruskiemorning Doc11:00
DocScrutinizermoo11:00
* ruskie hands Doc some grass to chew on...11:00
DocScrutinizer~moo11:01
* infobot mooooooooo! I am cow, hear me moo, I weigh twice as much as you. I am cow, eating grass, methane gas comes out my ass11:01
DocScrutinizermooooooooo! I am cow, hear me moo, I weigh 15 times you do...11:03
DocScrutinizerI am cow, I eat my son, this is when BSE begun11:04
*** mikhas has joined #maemo11:05
ruskieyou seem bored11:05
robbiethe1stheh11:05
JaffaMorning, all11:05
robbiethe1stOh, that reminds me: can anyone explain quickly why we can't use a newer kernel on the n900?11:05
robbiethe1stI know there's a good reason, but I forget11:05
ruskieI thought it was some of the drivers11:06
robbiethe1stAren't they userspace drivers or something?11:06
DocScrutinizerrobbiethe1st: /sys changed11:06
robbiethe1stOh11:06
*** tackat has quit IRC11:06
*** tackat has joined #maemo11:07
DocScrutinizeralso some libs might not feel happy with new kernel11:07
ruskiewould be nice if that actually got fixed somehow11:07
ruskie*wishful thinking*11:07
*** defragger has quit IRC11:07
lofty306well there looking at just barriing the nuke plant in sand and concrete11:10
*** dneary has joined #maemo11:10
*** kwtm has joined #maemo11:10
*** defragger has joined #maemo11:13
*** defragger has joined #maemo11:13
DocScrutinizer~spell barriing11:23
infobotpossible spellings for barriing: barring baring burring bearing Barron Bering barrings bring barraging barreling barren boring barbing barfing barging barking earring jarring marring parring tarring warring Bahrain Behring berrying11:23
*** zap has quit IRC11:23
lofty306burry ing11:25
*** arno0ob has joined #maemo11:25
lofty306bbbury11:25
lofty306bury11:25
lofty306totaly forggot how to spell that oone11:25
lofty306burying11:26
ruskierofl11:30
tybollt~spank11:31
tybollt~moo11:31
* infobot mooooooooo! I am cow, hear me moo, I weigh twice as much as you. I am cow, eating grass, methane gas comes out my ass11:31
*** Chil^ has joined #maemo11:31
*** Chil^ is now known as umm-n90011:32
umm-n900hello all11:32
umm-n900\o11:32
*** larsivi has joined #maemo11:33
Venemoheya11:35
*** scoobertron has joined #maemo11:39
*** tackat_ has joined #maemo11:40
*** tackat has quit IRC11:40
*** lugkhast_ has joined #maemo11:50
DocScrutinizer~spank tybollt11:52
* infobot bends tybollt over his knee and tatoos 'ibot' on tybollt's pasty white buttocks.11:52
*** valerius has quit IRC11:57
*** timeless_office has quit IRC12:01
*** jrocha has quit IRC12:01
pupnik_is there a maemo zoneminder client12:03
*** kwtm has quit IRC12:03
*** QinGW has quit IRC12:04
umm-n900lol12:05
tybolltDocScrutinizer: :D12:07
*** andre__ has joined #maemo12:08
*** andre__ has quit IRC12:08
*** andre__ has joined #maemo12:08
*** Openfree` has quit IRC12:09
*** buntfalke has quit IRC12:09
*** habmala has joined #maemo12:10
*** Openfree` has joined #maemo12:10
*** Metallikettu has joined #maemo12:14
*** lugkhast_ has quit IRC12:15
*** cebela has joined #maemo12:16
*** habmala has quit IRC12:16
*** mortenvp has joined #maemo12:17
*** jrocha has joined #maemo12:18
*** w00t_ has quit IRC12:20
*** NIN101 has joined #maemo12:20
*** umm-n900 has quit IRC12:22
*** w00t_ has joined #maemo12:22
*** w00t_ is now known as Guest3829312:22
pupnik_find . -iname "*.mp3" -mtime -4 -exec mplayer \-shuffle \-quiet {} +12:23
pupnik_all you need is $12:23
pupnik_all you need is $, $, $.   $ is all you need12:23
ruskieerm...12:23
pupnik_[beatles]12:23
*** buntfalke has joined #maemo12:24
*** mitsutaka has quit IRC12:24
Corsacall you need is ❤12:24
*** smooph has joined #maemo12:28
*** msanchez has joined #maemo12:29
yaccOut of curiosity, where does the n900 store all my IM accounts?12:35
yaccAnd the history database of communication events?12:36
*** smooph has quit IRC12:36
*** baraujo has joined #maemo12:36
*** marainein has quit IRC12:37
alteregoAnyone know if QtMobility contacts works on maemo?12:43
alteregoyacc: history is in .rtcomm12:43
xxtjaxxUhm was there a way to extend ovimaps to say where to go along?12:43
DocScrutinizernope12:43
alteregoyacc: accounts: ~/.rtcomm-accounts12:44
alteregoyacc: history: ~/.rtcomm-eventlogger12:44
xxtjaxxhm shit is there anyway to use it like a navigfational device?12:44
DocScrutinizermarble12:44
DocScrutinizermaep12:44
alteregoThere's a thread on t.m.o about modding ovi maps to do turn based navigation actually.12:44
DocScrutinizerthat too12:45
xxtjaxxalterego: link?12:45
lcuk\o morning12:45
DocScrutinizermoo lcuk12:45
alteregoxxtjaxx: search?12:45
alteregoIk don't have a link ..12:45
DocScrutinizersearch in HAM for map is easy12:46
*** MadViking has joined #maemo12:47
*** Sickki has quit IRC12:48
DocScrutinizererr s/maep/mappero/12:48
lofty306:P12:48
lcukall this talk of maps12:50
lcukDocScrutinizer, NokiaCareers have just posted an opening12:50
* lcuk gets it12:50
lcukRES00000109 #jobs at #nokia Visual/Animation Designer (web: maps.ovi.com) http://bit.ly/gk4OuQ12:50
lcukhttp://twitter.com/NokiaCareers/status/4868747637359820812:50
lcuk@NokiaCareers Re: RES00000109 Connect with Damian Waradzyn, author of Maemo CloudGPS application. http://bit.ly/eSBVjO12:50
lcukhttp://twitter.com/lcuk/status/4868986539462656012:50
lcukerr crap, meant to only paste the top line12:51
lofty306hehe12:51
DocScrutinizerwell, anim/visual is your domain :-D12:51
lcukDocScrutinizer, see the link I posted to Damians work12:51
lcukhe has really nice slick ux :)12:51
lcukespecially regarding rotation12:52
lcukthe map gently rotates and the UI slides out and back in with ease12:52
lcukit is amazingly simple and effective12:52
lcukabout 1:48 in the youtube video12:52
*** Sickki has joined #maemo12:54
*** Rarok has joined #maemo13:00
alteregoI was implementing something similar for columbus 2 :)13:02
*** Guest38293 is now known as w00t_13:03
*** w00t_ has joined #maemo13:03
lcukalterego, sure, get cloudgps and see if you can reproduce it as a standard component13:03
lofty306hmmm marble aint bad reminds me of what was that app on the 770 open street?13:09
*** PhonicUK has joined #maemo13:10
*** frade has quit IRC13:12
*** jjo has quit IRC13:20
*** sandst1 has quit IRC13:21
*** cyndis has quit IRC13:21
*** MadViking has quit IRC13:21
*** MadViking has joined #maemo13:21
jhbxxtjaxx: on extending maps with voice: http://talk.maemo.org/showthread.php?t=6698513:22
*** tackat_ has quit IRC13:25
xxtjaxxjhb: thanks!13:26
*** Sulx has quit IRC13:27
*** mitsutaka has joined #maemo13:27
*** Sulx has joined #maemo13:28
*** wijiji has joined #maemo13:29
*** frade has joined #maemo13:29
*** Sicelo has joined #maemo13:32
*** Sicelo has left #maemo13:33
*** Flipi|BNC is now known as Flipi13:37
*** BCMM has joined #maemo13:37
*** ArGGu^^ has quit IRC13:39
*** zap has joined #maemo13:40
*** arno0ob has quit IRC13:40
*** Rarok has quit IRC13:42
*** mc_teo` has joined #maemo13:45
*** chenca has joined #maemo13:45
*** mirsal has joined #maemo13:46
*** mirsal has joined #maemo13:46
*** chenca has quit IRC13:46
*** tackat has joined #maemo13:46
*** kuba_ has joined #maemo13:46
*** chenca has joined #maemo13:46
*** ArGGu^^ has joined #maemo13:47
*** timeless has joined #maemo13:47
*** Chiku|dc has quit IRC13:49
*** millenomi has joined #maemo13:50
*** setanta has joined #maemo13:53
*** croppa has quit IRC13:53
*** croppa has joined #maemo13:54
*** Chiku has joined #maemo13:54
*** Sickki has quit IRC13:54
*** timeless has quit IRC13:55
*** Sickki has joined #maemo13:55
*** timeless has joined #maemo13:56
*** Chiku|dc has joined #maemo13:57
*** millenomi has quit IRC13:57
*** cyndis has joined #maemo13:58
*** mlwane has joined #maemo13:59
*** sh8dfwk has joined #maemo13:59
*** sh8dfwk is now known as sandst113:59
*** robbiethe1st has quit IRC13:59
*** timeless has quit IRC14:00
*** Chiku has quit IRC14:00
*** pupnik_ is now known as pupnik14:02
*** retro|cz has joined #maemo14:02
*** Chiku has joined #maemo14:03
*** timeless has joined #maemo14:03
*** timeless has quit IRC14:04
*** timeless has joined #maemo14:04
*** bboyvat has quit IRC14:04
*** Sickki has quit IRC14:05
*** Chiku|dc has quit IRC14:06
*** ab has quit IRC14:06
*** _berto_ has quit IRC14:07
*** fabo has quit IRC14:08
*** schend has quit IRC14:08
*** yacc has quit IRC14:09
*** lxp has joined #maemo14:10
*** dos1 has joined #maemo14:14
*** _berto_ has joined #maemo14:14
*** FireFly|n900 has quit IRC14:14
*** scoobertron has quit IRC14:15
*** cebela has quit IRC14:15
*** scoobertron has joined #maemo14:17
*** Sickki has joined #maemo14:17
*** Rarok has joined #maemo14:18
*** NishanthMenon has quit IRC14:19
*** Chiku has quit IRC14:21
*** penguinbait has joined #maemo14:23
*** MadViking has quit IRC14:25
*** MadViking has joined #maemo14:25
OkropNickAnyone knows application for drawing tracks with waypoints for N900? It would be usable to have something like Garmin eTrex in N90014:26
*** jjo has joined #maemo14:27
*** MadViking has quit IRC14:28
*** FireFly|n900 has joined #maemo14:30
*** mairas has quit IRC14:31
*** FireFly has joined #maemo14:33
alteregoOkropNick: Columbus draws live tracks, but I've yet to publish the next version that can import.14:33
*** [XeN] has joined #maemo14:33
*** MadViking has joined #maemo14:34
OkropNickalterego: thank you for reply14:34
alteregonp14:35
*** Openfree has joined #maemo14:37
*** nostyle has quit IRC14:39
*** timeless has quit IRC14:41
*** [XeN] has quit IRC14:43
OkropNickalterego: if you add there import/export functionality - it will be perfect!14:44
*** diegohcg has joined #maemo14:44
alteregoWell it already exports, nmea data.14:44
alteregoOkropNick: I'll make a release in the next week :)14:45
OkropNickalterego: yes, you're right. It has one of best interfaces from all applications that I've seen for N900 - realy good job :)14:46
*** gomiam has quit IRC14:47
*** bboyvat has joined #maemo14:47
*** schend has joined #maemo14:47
OkropNickIt's sad that I'm just poor PHP coder - I have to change it finally :|14:47
alteregoOkropNick: thank you very much :)14:47
alteregoHeh, web apps are the future apparently14:47
*** gomiam has joined #maemo14:47
OkropNickgood for me :)14:48
alteregoWell, I do web dev too :P14:48
*** nostyle has joined #maemo14:48
*** nostyle has joined #maemo14:48
OkropNick:)14:48
*** _berto__ has joined #maemo14:49
*** _berto_ has quit IRC14:49
*** _berto__ is now known as _berto_14:49
*** nostyle has quit IRC14:49
*** tackat_ has joined #maemo14:49
*** tackat has quit IRC14:51
*** ab has joined #maemo14:52
*** bergie has quit IRC14:52
*** HRH_H_Crab has quit IRC14:52
*** murrayc has quit IRC14:53
*** SmilybOrg has joined #maemo14:57
*** Ryback_ has joined #maemo15:00
*** SmilyOrg has quit IRC15:01
*** penguinbait has quit IRC15:07
*** HRH_H_Crab has joined #maemo15:08
*** kov has quit IRC15:09
*** kov has joined #maemo15:09
*** ab has quit IRC15:09
*** willer_ has joined #maemo15:09
*** arno0ob has joined #maemo15:10
*** hardaker has joined #maemo15:10
ZogGruskie, ping15:12
*** HRH_H_Crab has quit IRC15:12
*** Vanadis has quit IRC15:13
*** Evanescence has joined #maemo15:14
*** edheldil has quit IRC15:15
*** buntfalke has quit IRC15:16
*** bboyvat has quit IRC15:16
*** Vanadis has joined #maemo15:16
*** tekojo has quit IRC15:17
*** ngpunkt has joined #maemo15:18
*** schend has quit IRC15:20
*** _berto_ has quit IRC15:20
ngpunkthas anyone tried to set up mutt @maemo (on the n900)? i don't find getmail+procmail pkgs which i need for my pop3-mailaccount (but i think about changing the mailservice)15:23
*** buntfalke has joined #maemo15:25
*** kuba_ has quit IRC15:26
*** mpoirier has joined #maemo15:27
*** Venemo has quit IRC15:27
*** _0x47 has joined #maemo15:28
*** edisson has joined #maemo15:30
*** edheldil has joined #maemo15:32
*** Lantizia has quit IRC15:32
*** Wikier has quit IRC15:33
*** Venemo has joined #maemo15:35
*** ppenz has quit IRC15:36
*** MadViking has quit IRC15:38
*** timeless has joined #maemo15:43
*** doc|home has quit IRC15:43
*** doc|home has joined #maemo15:44
*** _berto_ has joined #maemo15:47
*** ngpunkt has quit IRC15:49
*** ngpunkt has joined #maemo15:50
* lcuk tickled by this thread: http://talk.maemo.org/showthread.php?t=7115815:51
*** bboyvat has joined #maemo15:54
alteregoYeah, me too :d15:55
*** McMAGIC-- has joined #maemo15:55
GAN900Why is Apple seemingly the only company capable of putting computers together with USB ports that don't look like they came out of the cheapest factory in China. . . .15:55
*** pcacjr has joined #maemo15:56
crashanddielol lcuk15:56
*** qhubekela_ has joined #maemo15:56
crashanddielcuk, some of them are going all CSI in proving "NOT SHOOPED!!!!11"15:56
lcukyeah, hence the amusement15:56
*** mpoirier has quit IRC15:58
*** renato has joined #maemo15:58
crashanddietmo is seemingly becoming a new 4chan board.15:59
khertanHello15:59
crashanddie(meaning: tmo is improving)15:59
*** frade has quit IRC16:00
*** bboyvat has quit IRC16:00
khertansomeone know how notification in small red icon with a small number to notify the user that new mail is incoming in mail.app ?16:00
khertan(same principe on some iphone app icons to signal new things is available)16:02
*** timeless has quit IRC16:02
crashanddiekhertan, overlay text onto icon and generate image16:02
crashanddiethen update icon16:02
*** geaaru has joined #maemo16:03
*** penguinbait has joined #maemo16:03
khertanApplicationBadge16:03
*** jonwil has joined #maemo16:04
khertancrashanddie: i know how to do ... i was looking for the name :)16:04
GAN900khertan, Adium should have the code in their source.16:05
khertanthx anywas16:05
khertanthx anyway16:05
*** lizardo has joined #maemo16:05
*** FIQ|n900 has joined #maemo16:05
*** Cy8aer has quit IRC16:08
jonwilCan someone explain what Harmattan actually is? Is it just meego-on-n900? Is it bits of Maemo and bits of MeeGo merged into one?16:10
ngpunktcan anyone recommend me a cheap or free+secure(no googlish)+imap webmailservice?did use inbox.com+gmail16:11
*** udovdh has quit IRC16:11
*** HRH_H_Crab has joined #maemo16:12
Corsacjonwil: who said harmattan would run on n900?16:12
khertanCorsac: Who said harmattan would run ?16:12
*** udovdh has joined #maemo16:12
jonwilI guess I must have been reading too much into comments on blogs etc16:12
Corsacthat too :)16:12
khertan:)16:12
jonwilTrusting Engadget for reliable news about anything in the noila-linux ecosystem is probably not a good idea16:13
jonwilnokia16:13
*** dvaske_ has quit IRC16:13
*** sunny_s has quit IRC16:13
*** sunny_s has joined #maemo16:14
kerioengadget is "zomgapplereleasedsomethingzomg"16:14
khertanjonwil: Trusting Engadget for reliable news about anything is not a good idea16:14
Venemojonwil, Harmattan is Maemo 6 base OS plus a Qt-based UI similar to MeeGo Handset, also based on MTF (aka. DUI)16:17
jonwilWhat makes maemo6 different from maemo5 then (other than what device it may run on)?16:18
chem|stjonwil: transitional to meego 116:18
*** etrunko has joined #maemo16:19
Venemojonwil, not much. it still uses Debian packaging with updated stuff. ask timeless or thiago about details. they may tell you more16:19
*** joppu has quit IRC16:19
jonwilin any case it sounds like none of Maemo6/Harmattan/MeeGo/etc work is going to help those of us with N900s running Maemo who just want better software and a few features that other phones have had for years but the N900 does not16:19
Venemojonwil, we don't really know more16:20
chem|stjonwil: some of the backend structure is changed, as venemo said still .deb but core parts of meego integrated16:20
chem|stdifferent kind of trackerd16:20
chem|stjonwil: reading what features?16:20
*** BCMM has quit IRC16:21
jonwilCell Broadcast SMS support would be nice for those of us with carriers who send such SMSs (mine does)16:21
chem|stand n900 is the development platform16:21
chem|stmy previous phone couldn't do that...16:21
jonwilMy previous Motorola could do it. As could my mums old B&W screen Nokia dumbphone16:22
*** trbs has joined #maemo16:22
chem|stall other phones I know cannot do alot of stuff you can do with n900s16:22
Venemochem|st ++16:22
Venemokerio ++16:22
*** qhubekela_ has left #maemo16:22
jonwilyeah the N900 is a great phone16:22
chem|stjonwil: actualy it is exactly what I want16:23
Venemochem|st ++16:23
chem|stthe only thing I would add is a compass (for hardware)16:23
khertanfor me it s ll be a mix between the n900 and the n81016:24
khertan:)16:24
chem|stkhertan: what does the n810 have the n900 doesn't? (had no 810...)16:24
Venemochem|st, bigger screen, bigger keyboard16:24
*** SmilyOrg has joined #maemo16:25
jonwilBe nice if I had more control over which networks (WiFi and cellular) that my N900 connected to16:25
Venemochem|st, better quality build materials, some hw buttons that the N900 doesn't have, and handwriting recognition (also not in N900)16:25
chem|stVenemo: sure a n910 would do great...16:26
* jonwil wonders if M6/Harmattan is going to be using ofono or the old crap cell stack16:26
Venemojonwil, my guess would be any random closed-source shit16:27
khertanchem|st: larger screen !!!16:27
khertanchem|st: hardware button !16:27
khertanand a pad16:27
chem|stkhertan: if any nokian wants my design I could make many CMs happy^^16:27
khertanCMs ?16:28
chem|stcommunitymembers16:28
*** joppu has joined #maemo16:28
khertan:)16:28
*** dvaske_ has joined #maemo16:28
*** SmilybOrg has quit IRC16:28
*** penguinbait has quit IRC16:28
*** penguinbait has joined #maemo16:28
chem|stkhertan: the n900 is a waste of space16:28
Venemochem|st, waste of space?16:29
chem|stit looks like they used the prebuild devel PCB and just put another shell around....16:29
VenemoPCB?16:29
chem|stthe hardware...16:30
Venemomhm16:30
khertanwhere did you see waste of space16:30
khertanwhat will you change ?16:31
chem|stthere is at least space for another 64gb memory and a compass16:31
khertanwhere too ?16:32
*** sq-one has joined #maemo16:32
khertans/too/to ?16:32
*** FireFly has quit IRC16:32
chem|stjust talking sizes...16:32
*** tackat_ has quit IRC16:32
chem|sthas someone pictures handy`?16:32
*** tackat has joined #maemo16:33
chem|sthttp://people.openmoko.org/joerg/n900/16:33
khertanyeah but where will you put the compass ?16:33
khertani didn't see any freespace16:34
*** larsivi has quit IRC16:34
lcukthere is a spacer component in n900 (structural probably, but it is certainly removable and not actually part of the chassis16:35
SpeedEvilThere is huge amounts of free space.16:35
SpeedEvilCompass is ~4mm*4mm*1mm16:36
chem|stkhertan: frontside I fit 2-3 backside 1-216:36
SpeedEvil'waste' of space - there needs to be room to allow stuff to flex16:36
khertanSpeedEvil: hum ... i think it was larger ...16:37
chem|stSpeedEvil: sure but you don't need space like 2x4cm for flexibility16:37
SpeedEvilhttp://www.sparkfun.com/products/944116:38
SpeedEvilkhertan:16:38
lcukkhertan, it is not a Jack Sparrow Compass! http://images.wikia.com/pirates/images/f/fa/Piratecompass600.jpg16:38
lcukYarrr!16:38
chem|stand replace the cheap material and you safe a lot more16:38
khertanoh ... dude ... i think it was !16:38
*** FireFly|n900 has quit IRC16:38
*** larsivi has joined #maemo16:39
khertanthis is a reliable : http://www.google.fr/imgres?imgurl=http://img.alibaba.com/photo/249621099/Marine_Magnetic_Compass.jpg&imgrefurl=http://french.alibaba.com/product-gs/marine-magnetic-compass-249621099.html&usg=__MBmDk0lx3lcDMNOryY9qbU9XgDU=&h=486&w=498&sz=16&hl=fr&start=0&sig2=S_4ZFwz79XQeJbRStMif-Q&zoom=1&tbnid=0ZlorPKYLtdkeM:&tbnh=143&tbnw=147&ei=kW6DTaGWDciyhAfzn6C-BA&prev=/images%3Fq%3Dmagnetic%2Bcompass%26um%3D1%26hl%16:39
khertan3Dfr%26biw%3D1680%26bih%3D917%26tbs%3Disch:10%2C426&um=1&itbs=1&iact=rc&dur=542&oei=kW6DTaGWDciyhAfzn6C-BA&page=1&ndsp=45&ved=1t:429,r:42,s:0&tx=118&ty=24&biw=1680&bih=91716:39
khertanouche sorry for the link16:39
khertanhttp://img.alibaba.com/photo/249621099/Marine_Magnetic_Compass.jpg16:39
khertan^^ a real reliable compass16:40
*** joppu has quit IRC16:40
lcukkhertan, is that a compass in your pocket or are you just pleased to see me?16:40
chem|sta design where you use needed parts as connection between housing materials is not common yet but used as antenna for iphone4 for example16:41
khertanlcuk:  :)16:41
khertanabout that ... chem|st where is the antenna on this picture ? there isn't ?16:42
khertanand the wifi antenna ?16:42
*** Venemo has quit IRC16:43
*** tank-man has quit IRC16:43
*** joppu has joined #maemo16:44
chem|stthe antennas are the bottom and the top edge of your back16:44
*** tank-man has joined #maemo16:44
chem|stwell side bottom and top of the devices back, on the pics only the top one is disected16:45
*** aloisiojr has joined #maemo16:45
*** Venemo has joined #maemo16:45
khertanthx16:46
chem|stgtg bye gents16:47
*** derf has quit IRC16:47
*** derf has joined #maemo16:48
*** Chiku has joined #maemo16:48
*** Chiku has joined #maemo16:48
*** _berto_ has quit IRC16:49
*** _berto_ has joined #maemo16:49
*** smooph has joined #maemo16:50
*** bboyvat has joined #maemo16:50
*** FIQ|n900 has quit IRC16:50
*** BCMM has joined #maemo16:51
*** jonwil has quit IRC16:54
*** mc_teo` has quit IRC16:57
*** mc_teo`` has joined #maemo16:57
lolcat"We have recently received a Forum Nokia Launchpad membership application from you and would like to thank you for your interest towards our developer programs. Since Nokia’s new strategy and the alliance with Microsoft was announced in February, we have been flooded with membership applications from developers interested in Launchpad membership. Due to the vast number of applications, the  review times are considerably longer than usually.17:00
*** kitu- has joined #maemo17:01
*** bigbrovar has quit IRC17:01
*** scoobertron has quit IRC17:02
lofty306lol lolcat17:03
*** FireFly|n900 has joined #maemo17:03
*** gomiam has quit IRC17:04
*** lxp1 has joined #maemo17:06
*** Metallik1ttu has joined #maemo17:06
*** trupheenix has quit IRC17:07
*** Metallikettu has quit IRC17:07
*** lxp has quit IRC17:07
*** APTX has quit IRC17:08
*** APTX has joined #maemo17:09
*** Lantizia has joined #maemo17:09
*** isak has joined #maemo17:10
*** bigbrovar has joined #maemo17:11
Venemololcat, wtf is that?17:12
*** felipec has joined #maemo17:14
andre__a quote.17:18
GAN900lolcat, bullshit.17:20
lolcatGAN900: Bullshit?17:22
lolcatVenemo: Nokia sent me an answer for my developer account or whatever, I read an article about them giving away phones17:23
*** achipa has quit IRC17:23
alteregololcat: did they say no? :)17:23
lolcatThey said that17:23
lolcatSo I guess I will have to wait17:24
GAN900lolcat, I smell marketing at work.17:25
*** jpe has quit IRC17:28
alteregoI applied for that ages ago17:29
alteregoI never got anything :/17:29
*** pupnik_ has joined #maemo17:30
*** amigadave has quit IRC17:30
*** pupnik_ has left #maemo17:32
*** tuho has quit IRC17:32
alteregoOh hang on17:33
alteregoI just got an email from 'forumnokialaunchpad'17:33
alteregoPfft, I appleid for that months ago17:34
alteregoI'd actually completely forgotten until now :D17:34
*** MadViking has joined #maemo17:34
*** mveplus has quit IRC17:37
*** mc_teo`` has quit IRC17:38
lolcatDid you get approved?17:39
*** frade has joined #maemo17:42
*** zap has quit IRC17:46
*** _berto_ has quit IRC17:46
*** mpoirier_ has joined #maemo17:48
*** jonne has joined #maemo17:49
*** unixSnob has joined #maemo17:51
*** hannesw__ has joined #maemo17:55
*** hannesw_ has quit IRC17:58
*** tackat has quit IRC17:59
*** tackat has joined #maemo17:59
*** Evanescence has quit IRC18:01
*** Evanescence has joined #maemo18:02
*** smooph1 has joined #maemo18:08
*** Necc has joined #maemo18:09
*** smooph has quit IRC18:09
*** bigbrovar has quit IRC18:10
*** Evanescence has quit IRC18:17
*** tackat has quit IRC18:19
*** BCMM has quit IRC18:21
*** crs has quit IRC18:22
*** MadViking has quit IRC18:23
*** MadViking has joined #maemo18:29
*** davyg has joined #maemo18:30
*** scoobertron has joined #maemo18:33
*** smooph has joined #maemo18:33
khertanlol many developper ... mouarf18:33
*** calvaris has quit IRC18:34
*** pupnik_ has joined #maemo18:34
*** smooph1 has quit IRC18:35
*** lolcat is now known as user18:36
*** qhubekela has joined #maemo18:37
*** achipa has joined #maemo18:37
*** tackat has joined #maemo18:37
*** cardinal has joined #maemo18:38
*** chx_zz is now known as chx18:39
*** hcarrega has quit IRC18:39
*** kiddy has joined #maemo18:41
*** BugBlue has quit IRC18:42
*** BugBlue has joined #maemo18:43
*** pupnik_ has quit IRC18:43
*** vblazquez has quit IRC18:45
*** qhubekela has left #maemo18:45
*** amigadave has joined #maemo18:46
*** amigadave has left #maemo18:46
*** vblazquez has joined #maemo18:47
*** ieatlint has quit IRC18:47
*** ZZzzZzzz has joined #maemo18:48
*** wazd has joined #maemo18:49
*** mc_teo has joined #maemo18:50
*** kiddy has quit IRC18:50
*** lofty306 has quit IRC18:51
*** crs has joined #maemo18:52
*** _0x47 has quit IRC18:54
*** kiddy has joined #maemo18:54
*** slonopotamus has joined #maemo18:55
*** zap has joined #maemo18:59
SpeedEvilhttp://www.youtube.com/watch?v=eaScyfSHc-Y&NR=1 All that is old is topical again.19:00
*** arno0ob has quit IRC19:02
Jartzawhaaaat19:03
Jartzanokia will release maemo 6 phone? :o19:03
andre__Jartza, IMO Nokia calls it "MeeGo-based", some Intel folks call it "Maemo 6", and we will all probably see in the end how meegoish it is19:04
*** mortenvp has quit IRC19:05
*** wazd has quit IRC19:06
*** yannux has quit IRC19:08
*** smooph1 has joined #maemo19:10
MohammadAGwth is error: void value not ignored as it ought to be19:11
*** smooph has quit IRC19:12
GAN900MeeGo N19:12
GAN900andre__, Intel folks calling it Maemo 6 is just cruel.19:13
MohammadAGoh nvm19:13
* MohammadAG facepalms19:13
*** slonopotamus_ has joined #maemo19:16
*** Openfree has quit IRC19:17
*** Openfree has joined #maemo19:17
*** buntfalke_ has joined #maemo19:19
*** buntfalke has quit IRC19:20
*** slonopotamus has quit IRC19:20
*** eMHa has quit IRC19:22
*** FireFly|n900 has quit IRC19:23
*** DangerMaus has joined #maemo19:23
*** DangerMaus has joined #maemo19:23
*** BluesLee has joined #maemo19:23
*** DangerMaus has quit IRC19:24
*** spiritd has quit IRC19:29
*** pupnik_ has joined #maemo19:29
*** sunny_s has quit IRC19:29
*** florian has quit IRC19:29
*** klasu__ has joined #maemo19:30
*** BluesLee has quit IRC19:34
*** Evanescence has joined #maemo19:34
*** piggz has joined #maemo19:34
*** smooph has joined #maemo19:35
*** Openfree has quit IRC19:35
*** ngpunkt has quit IRC19:36
*** Openfree has joined #maemo19:36
*** kimitake_idle has quit IRC19:37
*** smooph1 has quit IRC19:37
*** Evanescence has quit IRC19:38
*** Evanescence has joined #maemo19:39
*** felipec has quit IRC19:39
*** rcg has joined #maemo19:39
*** kitu- has quit IRC19:42
*** kitu has joined #maemo19:42
*** Evanescence has quit IRC19:44
*** Evanescence has joined #maemo19:45
*** kitu has quit IRC19:46
*** Evanescence has quit IRC19:48
*** eMHa has joined #maemo19:49
*** Evanescence has joined #maemo19:55
*** Openfree has quit IRC19:55
*** msanchez has quit IRC19:56
*** Openfree has joined #maemo19:56
*** slonopotamus_ has quit IRC20:00
*** pupnik_ has quit IRC20:01
*** jonne has quit IRC20:05
*** scoobertron has quit IRC20:08
*** ZogG has quit IRC20:08
*** smooph1 has joined #maemo20:09
*** ZogG has joined #maemo20:09
*** smooph has quit IRC20:09
*** norayr has joined #maemo20:11
*** Evanescence has quit IRC20:11
*** sq-one has quit IRC20:11
*** _trine has joined #maemo20:23
*** rm_work has joined #maemo20:24
*** piggz has quit IRC20:25
*** buntfalke_ is now known as buntfalke20:25
*** BCMM has joined #maemo20:28
*** PhonicUK has quit IRC20:28
*** ieatlint has joined #maemo20:28
*** slonopotamus has joined #maemo20:29
*** GNUtoo|laptop has joined #maemo20:31
*** Guest40473 has joined #maemo20:31
*** khertan has quit IRC20:31
OkropNickanyone knows where N900 stores sugestions for word autocompletion? (using onscreen keyboard)20:32
*** em has quit IRC20:33
*** FIQ|n900 has joined #maemo20:34
*** SpeedEvil1 has joined #maemo20:34
*** SpeedEvil has quit IRC20:34
*** SpeedEvil1 is now known as SpeedEvil20:35
*** emma has joined #maemo20:36
*** VectorX has joined #maemo20:39
*** FireFly|n900 has joined #maemo20:39
*** piggz has joined #maemo20:40
*** emma is now known as em20:40
* slonopotamus wonders who are all these 409 people20:42
slonopotamusand why they hang here20:43
piggzslonopotamus: i have an n900, and i program for it!20:44
*** unixSnob has quit IRC20:44
piggzseems like a good enough reason to me20:44
*** woodong50_______ has joined #maemo20:44
* slonopotamus programs ON his :P20:44
lcukslonopotamus, what do you write though!20:45
slonopotamuswas hacking sflphone recently20:46
lcukslonopotamus, was build/compile time an issue?20:46
slonopotamusnope20:47
*** BSDManiak has joined #maemo20:47
slonopotamusn900 cpu is nice, especially @1ghz20:47
lcukhah20:47
* lcuk just doing MeeGo comparisons of build time20:47
slonopotamusand don't start that shit about lifetime shorteting20:48
kerioslonopotamus: :<20:48
lcukand so far Maemo is taking a whole extra minute to build stuff20:48
*** woodong50_______ has quit IRC20:48
lcukon same machine20:48
slonopotamuss/ting/ning/20:48
infobotslonopotamus meant: and don't start that shit about lifetime shortening20:48
lcukslonopotamus, I am just trying to compare/contrast the write speed things20:48
slonopotamusdunno about n900, n8x0 kernel had explicit delays to slow down mmc accesses20:49
lcukthose were optimisations in waiting.20:51
MohammadAGgrr, can't figure out why a window's causing my mediaplayer to segfault20:52
*** jrocha has quit IRC20:55
*** crs has quit IRC20:55
FIQ|n900segfault :D20:59
FIQ|n900the most informative error that exists20:59
FIQ|n900"blablaprogramoutputSegmentation fault."20:59
*** VectorX has quit IRC21:01
*** Openfree has quit IRC21:02
*** tackat has quit IRC21:02
*** Openfree has joined #maemo21:03
*** BSDManiak has quit IRC21:04
lcukgdb MohammadAG21:04
lcukr21:04
*** der_moder_dscc has quit IRC21:04
MohammadAGlcuk, not that helpful21:04
lcukbt21:05
lcukwhy?21:05
*** hurbu has joined #maemo21:05
MohammadAGlcuk, http://pastebin.com/raw.php?i=H8NciNYb21:05
MohammadAGI'm not creating any layouts outside designer21:06
*** BSDManiak has joined #maemo21:06
*** florian has joined #maemo21:06
*** florian has joined #maemo21:06
lcukMohammadAG, what was the app doing at the time?21:06
MohammadAGnothing, the window is just there21:06
MohammadAGit's not connected to any signals21:06
*** piggz has quit IRC21:07
MohammadAGactually, it is, but they don't have to do with layouts21:07
MohammadAGhttp://gitorious.org/qt-mediaplayer/mediaplayer/blobs/master/radionowplayingwindow.cpp#line1921:08
*** kiddy has quit IRC21:09
*** PhonicUK has joined #maemo21:09
*** JakDaRippa has joined #maemo21:09
*** davyg has quit IRC21:10
*** trupheenix has joined #maemo21:10
*** dneary has quit IRC21:11
lcukMohammadAG, it is happening when you close it?21:11
*** crs has joined #maemo21:12
MohammadAGlcuk, yes21:14
MohammadAGin the destructor, obviously :)21:14
lcukso it is not just sitting there21:15
MohammadAGthe destructor's only deleting the UI21:16
MohammadAGwhich is done with Qt Designer21:16
*** crs has quit IRC21:16
MohammadAGso I'm guessing this is a bug in it21:16
*** cardinal is now known as hcarrega21:16
lcukwhat about the timer you started?21:17
*** GNUton-BNC has quit IRC21:19
*** GNUton-BNC has joined #maemo21:19
*** trupheenix has quit IRC21:19
MohammadAGthat's only fired when you click the volume button21:19
MohammadAGI'm not touching that, the window is 3 stacked windows deep and the mediaplayer segfaults right when you open -> close it21:20
*** piggz has joined #maemo21:21
*** BCMM has quit IRC21:22
lcukMohammadAG, then don't close it.21:22
*** FireFly has joined #maemo21:22
MohammadAGlcuk, lol21:24
*** retro|cz has quit IRC21:25
*** pronto has quit IRC21:28
*** pronto has joined #maemo21:28
*** isak has quit IRC21:29
lcukslonopotamus,21:32
lcukfrom what I can gather, MeeGo filesystem is quite substantially faster than same machine running Maemo (at least for the tests I just ran)21:32
lcukrunning "time make" on same codebase in Maemo and MeeGo o_O:21:32
lcukMeeGo:21:32
lcukmake[1]: Leaving directory `/home/meego/svn_tab/libliqbase/src'21:32
lcukreal2m43.337s21:32
lcukMaemo:21:32
lcukmake[1]: Leaving directory `/home/user/svn_tab/libliqbase/src'21:32
lcukreal4m 28.92s21:33
*** Flipi is now known as Flipi|BNC21:35
*** edisson has quit IRC21:36
*** FIQ|n900 has quit IRC21:37
*** FIQ|n900 has joined #maemo21:39
*** FIQ|n900 has joined #maemo21:39
ShadowJKlcuk: is that on flash or harddrive?21:39
ShadowJK(looks like same magnitude of difference as I saw in comparing btrfs vs ext3 on flash)21:39
lcukShadowJK, that is on my n90021:40
*** RST38h has joined #maemo21:40
MohammadAGlcuk, same media?21:40
lcukand using different places on the filesystem21:40
lcukMohammadAG, MeeGo is on a C2 4gb external card21:40
lcukthe maemo results are on different places on its own filesystem21:40
*** crs has joined #maemo21:41
lcukbut location within maemo did not appear to make a difference21:41
ShadowJKYeah it makes sense. iirc there was only 2X difference between btrfs and ext3 when I benchmarked it a year ago21:41
ShadowJKwhat brand of card?21:42
lcukcan tell you in a minute21:43
*** crs has quit IRC21:43
lcukjust checking something else21:43
*** Roksteady has quit IRC21:44
ShadowJKbtw if Maemo is running from internal Nand, with swap and your working directory on emmc, it would have an advantage vs MeeGo on microsd. However, if MeeGo on microsd is using swap on emmc, I would say MeeGo has a benefit especially if compiling C++ stuff21:45
ShadowJKJust saying that the spreading of IO load across the 3 possible devices can have bigger effect than the speeds of the underlying media or speed of filesystem21:46
*** puzzled has joined #maemo21:47
puzzledhi21:47
RST38hShadowJK: MMC raid array? =)21:47
lcuklol21:47
puzzleddoes anyone know where openssh puts logs on the N900? /var/log/ is pretty much empty21:48
ShadowJKRST38h, probably harmful to performance :-)21:49
ShadowJKpuzzled, install syslogd (or searcg for syslog) from sdk-tools repo, reboot21:49
*** totalentropy has joined #maemo21:49
*** sq-one has joined #maemo21:49
puzzledShadowJK: thanks21:50
*** jrocha has joined #maemo21:50
MohammadAGfixed the bastard21:53
*** unixSnob has joined #maemo21:53
*** jhb has quit IRC21:53
*** davyg has joined #maemo21:54
*** edisson has joined #maemo21:57
RST38hShadowJK: Ok, Raid022:00
lcukShadowJK, MeeGo uses the external MMC card for everything22:01
ShadowJKRST38h, probably harmful to performance :-)22:03
ShadowJKlcuk, I have a hard time construdtiong a summary of whether IO loads were equally distributed in both test cases :-)22:03
*** jhb has joined #maemo22:04
lcukShadowJK, do you know any real benchmark tools which can give real results?22:05
lcukbecause ali1234 has similar questions22:05
* lcuk was just curious to see this case22:05
ShadowJKcompiling isn't a very bad test22:07
*** chmac has joined #maemo22:08
ShadowJKbut running a benchmark on a filesystem+drive while the OS has its files and/or swap there will make the results different22:10
ShadowJKsometimes much different :-)22:11
*** jhb has quit IRC22:13
*** vi____ has joined #maemo22:13
vi____GOD DAMMIT22:13
vi____i need some help22:13
vi____backupmenu22:14
vi____has an SSH and a serial console function22:14
vi____how the fuck do I use them22:14
vi____whenever I use serial console I get the error:22:14
RST38h1122:15
piggzdoes the ovi map loader from symbian also load maps onto the n900?22:16
vi____login: cannot run /bin/bash: No such file or directory22:17
*** s1gk1ll has quit IRC22:17
vi____whenever I try USB SSH it says password incorrect22:17
vi____WTF am I missing22:17
vi____How can I access rootfs?22:17
*** s1gk1ll has joined #maemo22:17
vi____please for the love of god somone help me22:17
vi____somone22:18
vi____anyone22:18
ShadowJKbtw, while my own tests showed btrfs as twice as fast as ext3, nilfs2 was twice as fast as btrfs :)22:18
*** e-yes has joined #maemo22:18
vi____I am at the edge here22:18
*** SmilybOrg has joined #maemo22:19
*** kthomas_vh_ has joined #maemo22:19
vi____can somone please answer me?22:19
RST38his nilfs2 write-only?22:19
ShadowJKbut nilfs2 is a bit too batteryhungry.22:19
ShadowJKRST38h, no?22:19
*** jrocha has quit IRC22:20
*** smooph1 has quit IRC22:20
RST38hok, the name is weird =)22:20
*** hcarrega has quit IRC22:21
*** kthomas has quit IRC22:21
vi____so no one knows huh?22:21
*** ptl has quit IRC22:22
*** SmilyOrg has quit IRC22:22
*** cardinal has joined #maemo22:22
vi____please dont feel pressured into answering a bro in distress here22:23
*** cardinal is now known as hcarrega22:23
ShadowJKvi____, no idea, but if this thing worked at some point, but no longer works, I'd assume something happened in between, and you telling us what that was could help22:23
ShadowJKif this "backupmenu" thing relies on sh and sshd from rootfs and merely provides a convenient way to bypass the usual startup procedure and directly launch sh on serial port, or sshd on network, then I'd say messing up the rootfs would make those things stop work22:24
*** thomasjfox has joined #maemo22:24
ShadowJKbut I don't really know how backupmenu is built22:24
*** ptl has joined #maemo22:25
MohammadAGpreinit script22:27
ShadowJKright so, damaged rootfs can disable functionality of backupmenu22:29
vi____backupmenu is not broken22:30
vi____there is a corrupt file that is preventing the phone from booting22:30
vi____I should be able to just ssh into the phone but neither console or SSH FUCKINGWELL WORK22:31
MohammadAGand what file is this?22:31
vi____etc/systemui.xml22:31
*** BSDManiak has quit IRC22:32
MohammadAGright, save yourself the time and kill the watchdog22:32
ruskiehmm disconnected the n900 @06:30 in the morning... and have been playing music non-stop until 21:00 and of that atleast 4 hours was running through the fm transmiter... and it was in the red when I plugged it back in...22:32
vi____why?22:32
vi____what will this do?22:32
MohammadAGflasher-3.5 --enable-rd-mode --set-rd-flags=no-lifeguard-reset22:32
MohammadAGfix the file, then flasher-3.5 --disable-rd-mode22:33
MohammadAGkill the watchdog22:33
vi____but the phone wont even boot22:33
MohammadAGphone will no longer reboot if a critical process dies22:33
MohammadAG(you know, how all linux systems handle dead processes)22:34
*** willer_ has quit IRC22:34
*** willer_ has joined #maemo22:34
vi____It doesnt matter now22:34
MohammadAGwell, if it's only systemui, then it will if you kill the watchdog22:34
*** rm_you has quit IRC22:34
vi____I made a backup with BUmenu22:34
MohammadAGstop being stubborn and do what I said :P22:34
vi____and edited the offending file22:34
vi____then tried to restore22:35
vi____it freaked out with a tar 2 error22:35
*** rm_you has joined #maemo22:35
vi____now the thing is fucked and wont even go to BUmenu22:35
vi____FFS22:35
*** BSDManiak has joined #maemo22:36
vi____now i have to reflash22:36
vi____FFS22:36
vi____FFS22:36
vi____FFS22:36
alteregono need to spam ..22:36
MohammadAGdude22:36
MohammadAGstop spamming22:37
MohammadAGmeh22:37
Proteousit's always funny when people mess around with their phones kernel and then get all worked up when the need to reflash22:37
vi____STFU man22:37
vi____twho even mentioned the kernel22:37
Proteouseither your phone is a plaything to experiment on or it's something you want to stay working22:37
vi____well, I hardly thought an XML error would cripple the thing22:38
ShadowJKRemember the full tar error?22:38
MohammadAGwell, I gave you a solution, you decided to ignore it and fuck with the filesystem22:38
MohammadAGgood luck22:38
Proteousheh22:38
vi____I appreciate your help22:38
vi____I did it before you suggested it22:38
vi____thank you anyway22:38
*** crs has joined #maemo22:39
*** OkropNick has quit IRC22:39
*** vi____ has quit IRC22:39
*** marciom has quit IRC22:40
ShadowJKvi____, instead of writing all caps, can you try remember what the tar error was?22:40
*** marciom has joined #maemo22:40
*** _0x47 has joined #maemo22:42
*** ZogG_w has joined #maemo22:42
ZogG_whey22:42
RST38hmoo.22:42
ZogG_wRST38h: have u seen  impad 2 ? =)22:45
ZogG_wlol22:45
*** penguinbait has quit IRC22:45
RST38hnah22:45
MohammadAGdsme is retarded tbh22:47
MohammadAGit shouldn't reboot if it already did 3+ times22:47
*** scoobertron has joined #maemo22:47
ZogG_wdsme?22:47
ZogG_wwhat is dsme?22:47
*** BSDManiak has quit IRC22:48
MohammadAGsoftware watchdog22:49
ZogG_wthe one that announce u about updates?22:49
MohammadAGwhile true; do killall hildon-desktop && sleep 1; done, watch the device reboot in less than 10 secs22:49
ZogG_wMohammadAG: is icons for python apps bug was reported?22:50
MohammadAG(unless you killed the watchdog)22:50
*** BSDManiak has joined #maemo22:50
*** buntfalke has quit IRC22:50
MohammadAGum, no22:50
ZogG_wMohammadAG: for cssu22:50
MohammadAGthe one that reboots the device when a system app dies22:50
ZogG_wnope22:50
MohammadAGwhat bug22:50
MohammadAGerr, start over22:50
ZogG_wthe one that apps don't start from desktop icons22:51
ZogG_wafter last updates thye stop working22:51
ZogG_wthought it was app releated22:51
ZogG_wbut as ther are several apps22:51
MohammadAGDrLaunch or normal shortcuts?22:51
ZogG_wnormal22:51
ZogG_weven from dash22:51
ZogG_wand from terminal it works fine22:51
MohammadAGany python app?22:52
ZogG_wpapertoss, bouncebounce22:52
ZogG_wand now i remember somebody had trouble with heroes port22:52
MohammadAGmenu launches bouncebounce fine for me22:52
ZogG_wit doesn't for me and some other guys22:52
*** cyborg-one has quit IRC22:52
ZogG_wit launches and crashes22:53
*** buntfalke has joined #maemo22:53
ZogG_wcan't get info as from teminal it does work22:53
MohammadAGso does the desktop icon22:53
ZogG_whmm22:53
ZogG_wwait i'll link you22:53
MohammadAGbasically, it seems to be user specific22:54
*** vblazquez has quit IRC22:54
*** Metallik1ttu has quit IRC22:54
*** Venemo has quit IRC23:00
*** puzzled has quit IRC23:03
GuySofthi all, what do people mean here by 'reflashing' they mean the kernel? or wiping out the system? http://talk.maemo.org/showthread.php?t=32408&page=223:03
lcukoh N810, how awesome you are: After my reflash, it is fine now. 10 hours later, it still reads 10 days standby, 7 hours of use.23:05
*** chmac has quit IRC23:05
lcukGuySoft, I would take that as an OS reflash23:05
lcuknot just the kernel23:05
GuySoftlcuk, and how would i restore it all back? it would be a pain23:06
*** lizardo has quit IRC23:06
lcukthat is not the question you asked23:06
lcukso far you have not indicated you need to do anything23:06
GuySoftlcuk, i have problems with power drain23:08
GuySoftlasts around 5 hours23:08
*** baraujo has quit IRC23:08
lcukthen check what is running23:08
*** ZogG_w_ has joined #maemo23:09
*** ZogG_w__ has joined #maemo23:11
ZogG_w__finally23:11
ZogG_w__MohammadAG: i was on phone and than webchat lagged23:11
*** kW_ has joined #maemo23:11
*** ZogG_w has quit IRC23:12
*** ZogG_w_ has quit IRC23:13
*** PhonicUK has quit IRC23:14
*** OkropNick has joined #maemo23:15
*** `0660 has quit IRC23:15
*** sevard has quit IRC23:16
*** thuttu77 has quit IRC23:17
*** E0x has quit IRC23:19
ZogG_w__MohammadAG: http://talk.maemo.org/showthread.php?t=70962&highlight=bouncebounce&page=3 from second post and on23:19
GuySoftlcuk, i did, nothing takes the cpu, except maemo-launcher, and sometimes browserd (even though i didnt open a browser since the devices was started)23:20
ZogG_w__also as i understand papertoss has same issues23:20
ZogG_w__lcukn900: hey23:20
GuySoftlcuk, you can seehttp://nopaste.dk/p301223:21
MohammadAGZogG_w__, #30 doesn't have the CSSU, and is having the problem23:21
GuySoftthis is right after boot23:21
MohammadAGso please, don't blame the CSSU :P23:21
*** `0660 has joined #maemo23:22
ZogG_w__MohammadAG: i don't blame, where did i. i just thought it was cssu releated =)23:22
ZogG_w__as i saw several people having same thing23:22
ZogG_w__probably somthing broke it during updates23:22
ZogG_w__some python package23:22
ZogG_w__MohammadAG: do u have profileX thing?23:23
*** garfieldairIines has joined #maemo23:25
*** chenca has quit IRC23:26
*** sevard has joined #maemo23:27
*** lcukn900 has quit IRC23:27
ZogG_w__what the F23:28
ZogG_w__just connected second monitor to laptop23:28
*** hannesw__ has quit IRC23:28
ZogG_w__and using mplayer on fullscreen just get half picture on one and other half on other =)23:28
*** kW_ has quit IRC23:29
MohammadAGZogG_w__, no, I'm quite happy with 2 profiles :P23:30
ZogG_w__ok23:30
*** setanta has quit IRC23:31
*** garfieldairIines is now known as Myst23:32
*** jonne has joined #maemo23:32
*** Myst has quit IRC23:33
*** BCMM has joined #maemo23:33
*** hannesw__ has joined #maemo23:34
*** edisson has quit IRC23:37
*** davyg has quit IRC23:50
*** jrocha has joined #maemo23:50
*** mortenvp has joined #maemo23:52
*** BSDManiak has quit IRC23:53
*** BSDManiak has joined #maemo23:53
lcukGuySoft, do you use gps and stuff?23:56
lcukZogG_w__, N900 DE is the open source aim at the moment: http://wiki.meego.com/ARM/N900/DeveloperEdition23:58
lcukmonitor its progress and get involved :)23:58
GuySoftlcuk, no23:58
GuySoftlcuk, i think something is draining it23:58

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