IRC log of #maemo for Friday, 2011-01-07

saLOUtBCMM: with keys doesn't work. I'll get an debug3: no such identity error00:00
*** seba_ has quit IRC00:01
saLOUtwith root user, public key login works. I just copied the .ssh folder over to ~user and changed the owner/group of these files00:01
*** pablo2 has quit IRC00:02
*** crs has quit IRC00:03
*** Flipi is now known as Flipi|BNC00:04
*** SWFu has joined #maemo00:06
*** crs has joined #maemo00:08
*** fiferboy has joined #maemo00:10
*** fiferboy has quit IRC00:10
*** fiferboy has joined #maemo00:10
*** SmilyOrg has joined #maemo00:12
*** SWFu has quit IRC00:13
*** SmilybOrg has quit IRC00:15
SpeedEvilIt doesn't work unless you set a password00:15
SpeedEvilI dunno why00:15
SpeedEvilkeys work then00:15
BCMMi was wondering why my keys didn't work...00:16
njainhey please tell me how to export the path variable in unix bash shell, so that it persists00:16
BCMMnjain: what do you mean by "persists"? so it is set next time you start the shell?00:17
SpeedEvilyou need to save it in a profile, or other startup script00:17
njainyes00:17
BCMMnjain: .bashrc00:17
njaini have tried setting it in .bashrc00:17
njainbut doesn't shows up in echo $PATH00:17
njainthe changes00:17
njain:(00:18
njainalso tried changing /etc/environment00:18
BCMMprobably because there is no .bash_profile00:18
njainand tried creating a new ./bash_profile00:18
BCMMi could be wrong, but i think it i usually up to .bash_profile to execute .bashrc (not sure why)00:19
njainthere isn't any .bash_profile00:19
njainotherwise00:19
njaini created it just to put the new PATH variable00:19
BCMMSpeedEvil: is it a bad idea to set a pass for user, btw? wondering why it's been made difficult00:20
njainBCCM: yes, you are correct .bash_profile decides to execute .bashrc...00:20
njainread somewhere00:21
njainBCMM: where in .bashrc?00:21
*** lolloo has quit IRC00:21
SpeedEvilBCMM: Add a "*" in the password field - that should work00:21
njaini am adding it in the end00:21
*** pcacjr has joined #maemo00:21
BCMMSpeedEvil: in /etc/passwd?00:22
SpeedEvilyes00:22
BCMMSpeedEvil: and that permits the use of SSH keys?00:23
BCMMso what do * and ! mean anyway?00:23
*** lolloo has joined #maemo00:23
BCMM! isn't mentioned in the passwd man page, and * isn't explained00:23
SpeedEvil* means a password value that hashes to *00:23
SpeedEvilAnd no password values hash to *00:24
SpeedEvilFrom memory, ! means 'no login'00:24
BCMMah, so * is simply an illegal hash00:25
BCMMthe ultimate hard-to-guess password :)00:26
SpeedEvilyes00:26
SpeedEvilThis is from memory though.00:26
SpeedEvilPlease check.00:26
njainhey, adding the export PATH statement at the top of .bashrc worked00:26
njainthanks!00:27
SpeedEvilI am suffering parity errors.00:27
*** sp3000 has quit IRC00:27
BCMMhuh, that's an odd /etc/passwd00:27
trumeewhy is it shit slow to grab images in modest?00:28
BCMMi mean, why is user no-logon, and why is it 29999 when 1000 would be traditional?00:28
*** Openfree has quit IRC00:29
*** benh has quit IRC00:29
*** Openfree has joined #maemo00:30
BCMMthanks, my SSH keys works now00:31
SpeedEvil:)00:32
*** Ryback_ has quit IRC00:32
BCMMthing is, i know it worked before (before 1.3 maybe?), and i know i never manually edited /etc/passwd before00:33
BCMMalso, it gives the most uninformative error: "Permission denied (publickey).", which usually happens if i don't have an authorised key00:34
khertanhum if i do a from PyQt4.QtGui import * QFileDialog works ... but not if i do a from PyQt4.QtGui import QFileDialog00:35
*** trx has quit IRC00:36
SpeedEvilssh has stupid errors00:36
khertanSpeedEvil: Qt too :)00:38
MohammadAGkhertan, file a bug?00:38
MohammadAGPython* :P00:38
BCMMwell, now i think about it, the protocol probably insures that the client knows as little as possible about the reasons for a failure, for security reasons00:39
MohammadAG[106079.472290] pvr: hildon-desktop: cleaning up 103 unfreed resources00:39
MohammadAGhmm00:39
*** PhonicUK has quit IRC00:40
khertanMohammadAG: i ll probably do ... but before need to write a sample case00:40
khertanand the sample case is working00:40
MohammadAGdon't you hate it when that happens :P00:41
khertanso probably more complex00:41
khertanas it display gobject error00:41
MohammadAGI think my device's dying00:41
MohammadAG[100662.680511] HWRecoveryResetSGX: SGX Hardware Recovery triggered00:41
*** jukey has quit IRC00:41
*** jukey has joined #maemo00:42
khertani think an other import is the problem00:42
khertanMohammadAG: ouch ... indeed ... doesn t look good00:42
MohammadAGkhertan, it happens on all devices, and usually (99% of the time), the device recovers and only shows a couple frame drops00:43
MohammadAGa reboot always fixes it, but it's annoying00:43
* MohammadAG looks for things to blame00:43
SpeedEvilbug 915000:43
povbotBug https://bugs.maemo.org/9150 Device doesn't respond via UI. syslog reports HWRecoveryResetSGX: SGX Hardware Recovery triggered, sgx_misr eating all CPU00:43
MohammadAGMeeGo SGX driver will do for now00:43
MohammadAGSpeedEvil, no SGX_Miser00:43
MohammadAGCPU load is 0.0000:44
MohammadAGbut the screen was blank00:44
khertanmine have some strange wifi problem which believe to be connected but isn't [28470.121276] wlan0: roaming signal from driver, sending HIGHSIGNAL00:44
khertan[28483.204223] wlan0: roaming signal from driver, sending LOWSIGNAL00:44
*** imp|cat has joined #maemo00:44
SpeedEvilyeah - read the comments to that bug00:44
MohammadAGshows here too00:44
SpeedEvilthere are a number of bugs00:44
SpeedEvilNot all eat cpu00:44
*** imp|cat has quit IRC00:45
* alterego hopes mplayer will understand the audio in this video file.00:46
*** njain has left #maemo00:46
khertanNo i think i should read a bit QFileDialog source to understand the problem00:47
*** diegohcg has quit IRC00:48
*** geaaru has quit IRC00:48
MohammadAGSpeedEvil, 97 comments o_O00:49
MohammadAGand by Nokia people00:49
alteregomplayer framerate is impressive.00:49
Ex-OpesaHello.  How can I increase desktops? I would like 6-7 desktops. ^^00:50
*** sp3000 has joined #maemo00:50
Ex-OpesaIn maemo frementle.00:50
*** Venemo_N900 has joined #maemo00:50
MohammadAGuse search, lots of tutorials on tmo00:51
MohammadAGalterego, I find gstreamer a lot better for FLVs, no idea why00:51
Ex-Opesatmo?00:51
MohammadAG~tmo00:51
infobotwell, tmo is http://talk.maemo.org, or too much off-topic, or not ~t-mo00:51
*** lbt has joined #maemo00:51
*** SpeedEvil has quit IRC00:51
MohammadAGheh00:51
MohammadAG~t-mo00:51
infoboti heard t-mo is T-Mobile00:51
*** lolloo has quit IRC00:51
Ex-OpesaOkay..00:52
*** SpeedEvil has joined #maemo00:52
trumeeSpeedEvil, tor causes microb to crawl, is that normal?00:53
SpeedEvilI don't use tor.00:53
* trumee has never used tor before00:53
SpeedEvilAlso - tor is not fast generally00:53
SpeedEvil'pings' of several seconds are not uncommon00:53
SpeedEvilas your data is going through several hops, over what may be contended networks at each step00:54
trumeeSpeedEvil, ah!. SpeedEvil (~user@tor/regular/SpeedEvil) has Joined #maemo00:54
SpeedEvilIt's a lie.00:54
MohammadAGlol00:54
trumeeright00:54
SpeedEvilSet by lilo, back in the day, when it was easier for him than editing the table of tor exit nodes, after I ran a tor exit node for a day.00:54
*** Mousey has joined #maemo00:55
mikki-kunhm, how can i x-forward on the n900? :)00:55
* trumee reads on tmo that Mediaplayer doesn't use pulseaudio. why?00:55
MohammadAGbullcrap, ignore it00:56
MohammadAGwho's the noob who said that? :P00:56
khertanMohammadAG : importing QDirModel fix the problem00:56
khertan:)00:56
trumeeMohammadAG, so it does use pulseaudio?00:56
SpeedEvilall  sound does00:56
MohammadAGwhat doesn't00:56
MohammadAGexactly00:56
*** nszeek has joined #maemo00:56
khertanMohammadAG: Most tmo are bullcap00:57
khertanMohammadAG: Most tmo are bullcrap00:57
mikki-kunthe whole n900's soundsystem is based on pulse...00:57
SpeedEvilyou can use the hw directly throguh alsa - but it requires hackery.00:57
MohammadAGexactly00:57
SpeedEvilAnd none of the stock stuff supports it00:57
mikki-kuni can sing there a song about that00:57
*** yacc has quit IRC00:57
trumeehmm. there was a thread about Sygic and Mediaplayer unable to use sound together since both use sone libalsa library instead of pulseaudio.00:57
Venemo_N900khertan: yes, but it shouldn't be bullcrap00:58
nszeekYo guys, I am trying to convert some video files to play on my nokia n900. It says it accept mpeg4 so I am using 'ffmpeg -i <input file> -vc mpeg4 <output file>' which doesn't work. Any hints ?00:58
MohammadAGit might not use pulseaudio directly, but it interfaces with mafw, which interfaces with gstreamer, which interfaces with pulseaudio00:58
Venemo_N900nszeek: try playing with mplayer?00:58
*** Goof2011 has joined #maemo00:58
MohammadAGtrumee, the mediaplayer doesn't even handle music playback00:58
MohammadAGit interfaces with the backend, mafw00:59
trumeeMohammadAG, will your mediaplayer allow independent volume control?00:59
ShadowJKActually, I've been driving with Sygic, while having Media Player stream internet radio over FM transmitter to my car's radio. Whenever Sygic wanted to say something, media player paused internet radio, sygic voice told me directions, media player resumed radio stream.00:59
nszeekVenemo_N900: mplayer @ my machine or @ the n900 ?00:59
MohammadAGtrumee, not really planned, no00:59
DocScrutinizerShadowJK: yeah, I'd be surprised to find this crap about blocking libalsa to be correct00:59
ShadowJKThe default alsa device is also pulse :P01:00
trumeeShadowJK, i happy for the music to be paused. But i want my music to play louder but sygic instructions to play low.01:00
khertanSomeone have already use twitpics ?01:00
trumeeShadowJK, *am happy01:00
trumeeShadowJK, because i play N900 through car stereo and gps instructions get a bit loud.01:01
Venemo_N900nszeek: on n90001:01
nszeekVenemo_N900: Alright. I will try that. Need to get my wireless working here so might be a while =P01:02
* DocScrutinizer seems to recall "individual volume per app" being one of the falsely claimed advantages of PA over ALSA01:02
*** sid_on has joined #maemo01:03
MohammadAGwindows can do individual volumes :P01:03
DocScrutinizerALSA can do that01:03
DocScrutinizereven seamlessly01:04
trumeeMohammadAG, DocScrutinizer, http://talk.maemo.org/showpost.php?p=591444&postcount=14801:04
DocScrutinizeruhuh, an URL01:04
*** svillar has joined #maemo01:04
*** sp3000 has quit IRC01:04
trumeeis that not true?01:04
*** MadViking has quit IRC01:05
MohammadAGLOL01:05
MohammadAGlibplayback uses pulseaudio01:05
DocScrutinizerI'm not clicking arbitrary random URLs anymore01:05
MohammadAGtrumee, wanna check something?01:05
MohammadAGstop pulseaudio, and run sygic01:05
*** nszeek_ has joined #maemo01:05
MohammadAGif it plays audio, it doesn't use PA01:06
MohammadAGor you didn't stop pulseaudio properly01:06
trumeeMohammadAG, right01:06
mikki-kunkillall -9 pulse* <--- that one should do the trick i guess01:06
DocScrutinizerpasuspender sleep 20001:07
mikki-kunwe want it killed!01:07
*** Tsuyo has quit IRC01:07
mikki-kun^^01:07
DocScrutinizerI want a pony01:07
mikki-kunDocScrutinizer: i can get you one :)01:08
mikki-kuna pink one?01:08
DocScrutinizerblarg01:08
DocScrutinizermidnight blue, please01:08
*** nszeek has quit IRC01:08
MohammadAGdaylight blue ftw01:09
DocScrutinizerinfrared01:09
* MohammadAG tried to take an epic picture, the N900 showed the sky as white01:09
johnxtransparent01:09
* MohammadAG was pissed01:09
MohammadAGDocScrutinizer, I use bluetooth when filming01:09
MohammadAGit works better than IR lighting01:10
MohammadAGI read about that on tmo01:10
*** nszeek_ has quit IRC01:10
DocScrutinizerwho said lighting?01:10
DocScrutinizerI want an infrared pony!01:10
*** Appiah has quit IRC01:10
MohammadAGI'm sure you want a pair of eyes that see infrared too01:11
MohammadAGof course, you could always overclock your current eyes01:11
DocScrutinizeryou're sure I don't have these yet?01:11
mikki-kunMohammadAG: but that might involve permanent damage01:11
Venemo_N900MohammadAG: overclocking is bad01:11
mikki-kunx)01:11
DocScrutinizerin fact I can see infrared floodlights of surveilance cams01:11
Venemo_N900MohammadAG: let's implement USB host mode to his eyes01:12
MohammadAGthen just get rid of the visible spectrum01:12
Venemo_N900MohammadAG: then attach an IR camera via usb01:12
MohammadAGand use ultrasound with the doppler effect01:12
*** manaru has joined #maemo01:13
*** murrayc has quit IRC01:13
DocScrutinizeryeah, I can hear ultrasonic too01:14
_trineno need to do that as we all live in a large hologram already01:14
*** andre__ has quit IRC01:14
mikki-kundoes here anybody know if the n900 supports X-forwarding?01:15
DocScrutinizeryes01:15
MohammadAGDocScrutinizer, shhh, you're destablizing the matrix01:16
mikki-kunhm, is the warning about "no xauth data" interferering with x-forwarding not working?01:16
*** Tsuyo has joined #maemo01:16
johnxmikki-kun, I've seen that when doing forwarding on desktops as well01:16
johnxare you trying to display apps running on your desktop onto the N900 or the other way around?01:17
mikki-kunwhat does it effectively imply?01:17
*** Venemo_N900 has left #maemo01:17
johnxnot sure, really. I think it means that there was no existing xauth data01:17
mikki-kuni want to e.g. have openoffice on my n900 which gets started on my server so the n900 won't have to do the whole calculations01:17
*** NishanthMenon has quit IRC01:17
mikki-kunand also other apps maybe01:17
*** Goof2011 has quit IRC01:18
mikki-kunso like having them in the cloud01:18
johnxso you're ssh'ing from the N900 to your desktop, then you run openoffice and what does it say?01:18
*** yacc has joined #maemo01:18
DocScrutinizerI'm using vnc for this01:18
mikki-kunwell, it works, but the message is annoying :)01:18
DocScrutinizeraaawww01:19
*** millenomi has quit IRC01:19
johnxerr, the X forwarding works and you're complaining? :P01:19
mikki-kunand if it is a bug i shall make a bug report01:19
*** setanta has quit IRC01:19
johnxdo you have xauth installed on your desktop?01:19
mikki-kunjohnx: it tells me something about non-existing xauth data the one way, but not the other01:19
mikki-kunso if i ssh to the n900 there is no complaint01:19
*** PhonicUK has joined #maemo01:19
*** rcg has quit IRC01:19
*** crs has quit IRC01:19
mikki-kunbut if i ssh from the n900 there it complains01:20
johnx<johnx> do you have xauth installed on your desktop? < mikki-kun01:20
mikki-kuni guess i should have01:20
mikki-kunyup01:21
*** Lantizia has quit IRC01:21
mikki-kunin both cases01:21
mikki-kuncurrent netbook and also my server01:21
johnxthen, i dunno. I guess you could submit a bug to your distro if you really wanted to, or ... google for that error message01:21
johnxalso: kinda surprised at how well openoffice works forwarded ...01:22
*** sp3000 has joined #maemo01:22
*** crs has joined #maemo01:22
*** Goof2011 has joined #maemo01:23
mikki-kunjohnx: the fun just is i am not getting the error when i ssh from netbook to server back and forth01:23
mikki-kunjust when i and even from both machines to the n90001:23
*** mitsutaka has quit IRC01:23
mikki-kunbut from the n900 to either one this error seems to arise01:24
mikki-kuni mean warning01:24
johnxthis? Warning: No xauth data; using fake authentication data for X11 forwarding.01:24
mikki-kunyes :)01:24
*** Venemo_N900 has joined #maemo01:25
mikki-kuni am not sure where the problem now is, is it on the n900 then or my installed xauth on both machines?01:26
*** valeriusN has joined #maemo01:27
*** pcacjr has quit IRC01:28
johnxanyways, google concludes that it's a harmless message triggered because the system wasn't using xauth01:29
mikki-kunthen i assume it must be on the n900's end01:29
johnxnow, on the other hand. you likely won't be able to get apps on the N900 to display on your desktop because a bunch of them manually set DISPLAY while starting01:29
*** Svavel has quit IRC01:30
mikki-kunahhh, that's why i can't start them on a remote screen01:30
mikki-kuni always wondered01:30
mikki-kunthanks for that :)01:30
johnxsome might work, especially 3rd party ones01:30
Tamyrlinmikki-kun: Well, you might not have xauth installed on the N900 as well01:30
*** Venemo_N900 has left #maemo01:30
mikki-kunindeed, it isn't listed there :o01:31
*** Goof2011 has quit IRC01:33
johnxwhen I asked if you had it on your desktop, I think I misinterpreted where you were seeing the message01:33
mikki-kunthanks mate... i assumed it was installed with openssh01:33
mikki-kunjohnx: no problem :) now i have one more thing resolved :)01:34
*** setanta has joined #maemo01:34
*** saLOUt has quit IRC01:35
*** Natunen has quit IRC01:36
*** xim_ has joined #maemo01:37
*** jpe has quit IRC01:37
*** Bash1 has quit IRC01:38
*** silbo has joined #maemo01:39
*** lardman has quit IRC01:40
*** valeriusN has quit IRC01:41
*** piggz has quit IRC01:42
*** valeriusN has joined #maemo01:42
MohammadAGbah01:43
MohammadAGN900 crashed again01:43
*** baraujo has quit IRC01:43
*** booiiing has quit IRC01:43
MohammadAG[ 3613.134674] pvr: hildon-desktop: cleaning up 96 unfreed resources01:43
mikki-kunuhhh, tells me nothing tbh01:44
johnxare you running a modified hildon-desktop?01:44
*** booiiing has joined #maemo01:44
_trineMohammadAG, maybe its the matrix01:44
_trine:)01:44
mikki-kunjohnx: i guess he does :)01:44
mikki-kunhe is searchign for ways to exploit the system!01:45
MohammadAGjohnx, yes01:45
MohammadAGhildon-desktop's dead01:45
MohammadAGstarting it doesn't work01:45
johnxyeah. I'd guess that's why your N900 rebooted01:45
*** felipec has quit IRC01:45
*** C-S-B has joined #maemo01:45
MohammadAGit didn't reboot01:45
johnxah. fun times01:45
MohammadAGwho said it rebooted :P01:46
APTXis this normal, or just something you did?01:46
johnxyou have a recovery boot setup, right?01:46
MohammadAGcrashing != rebooting01:46
MohammadAGno, R&D mode01:46
johnxI ASS-U-MEd01:46
MohammadAGyou got that from friends eh? :P01:46
*** larsivi has quit IRC01:50
*** Aderlass has left #maemo01:51
rm_workono johnx01:53
johnxm00f rm_work01:53
rm_worknot ASS-U-MEd01:53
pupnikit freaks me out that MohammadAG is such an awesome guy living in such a horrible place01:53
*** Mousey has quit IRC01:53
rm_workanywho, off now :P didn't realize you did IRC at wor... oh, right, you're off this week01:54
rm_work>_>01:54
MohammadAGhorrible?01:54
* rm_work waves01:54
*** SmilyOrg has quit IRC01:54
johnx'later rm_work :D01:54
*** rm_work has quit IRC01:54
*** SmilyOrg has joined #maemo01:54
johnxpupnik, what? he lives in New Jersey?01:54
MohammadAGIt's a jersey thing :P01:55
BCMMMohammadAG has a hostmask. That means he doesn't have an actual geographical location.01:56
*** xim_ has quit IRC01:56
johnxBCMM, sooo, he lives on the Internet?01:56
MohammadAGno, I live in the matrix01:56
MohammadAGIsrael01:56
johnxIsrael is the Matrix...I think that movie makes less sense now ...01:57
BCMMjohnx: well, it's the assumption I make about anyone who cannot be geoiplookuped01:57
johnxBCMM, and that makes you unaffiliated. Would you like to become an affiliate?01:57
*** felipec has joined #maemo01:58
BCMMjohnx: which mafia are you asking me to join?01:58
johnxBCMM, hmm, I think I was going to ask you to join an advertising affiliate network, but I'm not sure that's really different from a mafia ...01:59
BCMMjohnx: if Zion is in the Matrix, you interpreted that film differently from me01:59
BCMMwrong highlight, sorry01:59
*** SmilyOrg has quit IRC02:00
*** esaym153 has joined #maemo02:00
BCMMno, wait. not wrong highlight. i just need sleep02:00
*** Smily has joined #maemo02:00
johnxI'm quite awake and still confused :)02:01
BCMMjohnx: it helps if you've seen the stupid matrix sequels02:01
BCMMno wait, there is a reference in the first film02:02
*** Matt` has quit IRC02:02
johnxyeah, I saw those. I choose not to think about them overly much though ...02:02
BCMMgood move02:03
*** jhb1 has joined #maemo02:04
*** pupnik_ has joined #maemo02:04
*** jhb has quit IRC02:06
*** pupnik has quit IRC02:07
*** madalu has joined #maemo02:09
*** mitsutaka has joined #maemo02:16
*** crs has quit IRC02:19
*** crs has joined #maemo02:19
*** jukey has quit IRC02:21
*** zap has quit IRC02:22
*** setanta has quit IRC02:29
*** florian has quit IRC02:30
*** trbs has quit IRC02:31
*** BabelO has quit IRC02:31
*** xim_ has joined #maemo02:32
*** lbt has quit IRC02:33
*** aloisiojr has quit IRC02:33
*** Diod has quit IRC02:34
*** BCMM has quit IRC02:34
*** yacc has quit IRC02:38
*** silbo has quit IRC02:39
*** PhonicUK has quit IRC02:41
*** svillar has quit IRC02:45
*** ptl has quit IRC02:45
*** beford has joined #maemo02:53
*** kawe has joined #maemo02:54
*** Arkenoi has quit IRC02:54
*** yacc has joined #maemo02:54
*** ptl has joined #maemo02:59
*** kawe has quit IRC03:04
*** daxt has joined #maemo03:06
FauxFauxIs there an easy way to delete contacts with no details?  I've removed a skype account and I have loads of empty contacts.03:07
*** tg has quit IRC03:12
*** tg has joined #maemo03:13
*** achipa has quit IRC03:14
*** swc|666 has joined #maemo03:23
*** ZZzzZzzz_ has joined #maemo03:24
*** ZZzzZzzz1 has quit IRC03:27
DocScrutinizerFauxFaux: only idea I can think of is the delete-dups application - maybe it can be modified. Or you can get some inspiration from the way it detects and handles duplicate contacts03:30
*** toniher has quit IRC03:30
DocScrutinizeraaah, moment of thinking.... You could export all contacts to vcf, then clean out the empty contacts by sed/awk/grep whatever, delete original database with all contacts, and import the cleaned vcf03:31
*** toniher has joined #maemo03:32
DocScrutinizererr s/vcf/vcard/ ?03:32
*** pahartik has joined #maemo03:35
* pahartik would like to upgrade Maemo firmware to R1.3 but package manager does not offer it03:40
ShadowJKProbably something from extras-testing or extras-devel installed with package manager or apt-get that conflicts or has disabled automatic os updates..03:42
*** yacc has quit IRC03:42
*** felipec has quit IRC03:42
*** _NIN has joined #maemo03:46
jacekowskipahartik: flash it03:47
*** KMFDM has quit IRC03:47
jacekowskiif you never flashed your phone you'r not hardcore enough to use it03:47
ShadowJKlol03:47
ShadowJK(make a backup first, always a good idea)03:48
MohammadAGbackups aren't hardcore03:48
MohammadAGrecovering your data after losing it is03:48
*** NIN101 has quit IRC03:48
jacekowskiNow Playing: Shakira - Underneath Your Clothes03:49
pahartikjacekowski: I do not have MacOS X 10.5, only MacOS X 10.4... And Flasher 3.5 is not available for PowerPC Linux or SPARC Linux...03:49
jacekowskipahartik: get a real PC03:50
ShadowJKwhat's the meta-package called again..03:50
*** valerius has quit IRC03:50
MohammadAGmp-fremantle-generic-pr03:50
ShadowJKYeah, check if that's installed03:52
pahartikShadowJK: And I already removed "kernel-power" to see if it helps... It did not help, so I put it back... Few days later, I tried removing kernel-power and booting with official crippled kernel, still nothing03:53
FauxFauxDocScrutinizer: Mmm.03:53
*** _NIN has quit IRC03:53
*** mikki-kun has quit IRC03:54
*** mikki-kun has joined #maemo03:55
pahartikShadowJK: "dpkg --list | grep mp-fremantle" did not find anything03:55
ShadowJKtry apt-get install it03:56
MohammadAGhe can't install an older version of it03:57
ShadowJKoh, well, that's a problem :-)03:57
jacekowskipahartik: thing is that you have big chances of ending up with something not working03:58
MohammadAGnot if he fakes it03:58
ShadowJKAnd thus my advice is even harmful. pahartik don't do it!03:58
*** GeneralAntilles has quit IRC04:00
pahartikShadowJK: I did not do it04:00
*** GeneralAntilles has joined #maemo04:04
*** yacc has joined #maemo04:04
nidOhuh, turns out what I thought would be a relatively straightforward video streaming system is actually totally nonexistant :<04:05
*** jukey has joined #maemo04:17
*** ||jess| has quit IRC04:17
*** ||jess| has joined #maemo04:25
*** sid_ has joined #maemo04:26
*** sid_on has quit IRC04:29
*** manaru has quit IRC04:29
*** noodles900 has joined #maemo04:30
*** jpinx-eeepc has joined #maemo04:32
*** zogg_ has joined #maemo04:33
*** C-S-B_ has joined #maemo04:40
*** C-S-B has quit IRC04:42
*** peb_ has quit IRC04:43
*** manaru has joined #maemo04:43
*** FireFly has quit IRC04:51
*** madalu has quit IRC04:51
*** uen has joined #maemo05:02
*** |uen| has quit IRC05:05
*** Tsuyo has quit IRC05:07
*** tackat has quit IRC05:09
*** ||jess| has quit IRC05:15
*** Dragnslcr has quit IRC05:15
*** Dragnslcr has joined #maemo05:16
*** SpeedEvil has quit IRC05:18
*** SpeedEvil has joined #maemo05:19
*** monkeyiq has quit IRC05:26
*** toniher has quit IRC05:27
*** PhonicUK has joined #maemo05:29
emhow is maemo doing?05:30
*** monkeyiq has joined #maemo05:30
*** maybeWTF has joined #maemo05:30
luke-jrem: dead05:33
*** pcfe has quit IRC05:33
*** maybeHere has quit IRC05:34
*** pcfe has joined #maemo05:34
*** pcfe has quit IRC05:34
*** pcfe has joined #maemo05:34
*** tchan has quit IRC05:34
*** tchan has joined #maemo05:35
johnx"luke-jr: maemo is dead. maemo: luke-jr is dead." (with apologies)05:35
*** zgoldberg has quit IRC05:35
*** zgoldberg has joined #maemo05:35
luke-jrMaemo isn't God05:37
*** roue has joined #maemo05:37
johnxand you aren't Nietzsche05:39
*** zogg_ has quit IRC05:41
*** Malin- has quit IRC05:50
*** Pillum has joined #maemo05:52
*** kthomas_vh_ has quit IRC05:58
*** kthomas_vh has quit IRC05:59
*** dockane_ has joined #maemo06:00
GAN900Probably doesn't make it less accurate, though. ;)06:02
*** dockane has quit IRC06:03
*** PhonicUK has quit IRC06:04
*** Wamanuz3 has quit IRC06:05
*** psycho_oreos has joined #maemo06:12
*** trx has joined #maemo06:15
*** roue has quit IRC06:15
*** npm has quit IRC06:17
*** npm has joined #maemo06:20
*** Gh0sty has quit IRC06:31
*** Gh0sty has joined #maemo06:32
*** peb_ has joined #maemo06:39
*** dreamer_ has joined #maemo06:40
*** daxt has quit IRC06:48
*** kthomas_vh has joined #maemo06:53
*** otep has quit IRC06:54
*** Zuccace has quit IRC06:55
*** Zucca has joined #maemo06:56
*** otep has joined #maemo06:56
*** dreamer_ is now known as wirelessdreamer07:01
*** Aranel has quit IRC07:03
*** Aranel has joined #maemo07:05
*** npm_ has joined #maemo07:10
*** npm has quit IRC07:11
*** noodles900 has quit IRC07:15
*** beford has quit IRC07:18
*** lolloo has joined #maemo07:20
*** achipa has joined #maemo07:23
*** achipa has joined #maemo07:23
*** DocScrutinizer has quit IRC07:34
*** Necc has joined #maemo07:39
*** pupnik_ has quit IRC07:51
SpeedEvilhttp://xkcd.com/ ++07:52
*** pupnik has joined #maemo07:53
*** Maser has joined #maemo07:54
*** Maser has left #maemo07:54
luke-jrSpeedEvil: corporate world just skips from spaghetti to "done"07:57
luke-jrfree world says screw the requirements :P07:57
*** trupheenix has joined #maemo07:58
*** trupheenix has quit IRC07:59
*** trupheenix has joined #maemo07:59
*** hardaker2 has joined #maemo08:01
*** hardaker has quit IRC08:01
*** Cy8aer has joined #maemo08:01
*** Gorroth has joined #maemo08:03
*** iluminator101 has joined #maemo08:07
iluminator101how do i make call to a foreign country as if its a local phone in n90008:08
*** Pavel has joined #maemo08:09
psycho_oreosyou do the same as you normally would with a regular mobile/cell phone?08:09
SpeedEvilskype?08:09
psycho_oreosor maybe that using calling cards?08:09
*** chx is now known as chx_sleep08:10
iluminator101there must another way08:10
lcukpsycho_oreos, i was stood outside a pub and somebody actually asked about an app/extension for mobiles08:11
lcukto allow selection and use of contact names during a call to give the tones thing for their number08:11
*** trupheenix has quit IRC08:11
lcukso you can call the country redirect and then pipe in the actual number08:11
*** achipa has quit IRC08:11
psycho_oreoslcuk, allow what sort of selection? some button or something? I don't quite get you08:13
*** ArGGu^^ has quit IRC08:13
*** achipa has joined #maemo08:13
*** achipa has quit IRC08:14
*** achipa has joined #maemo08:14
*** kerio has quit IRC08:16
*** ferdna has quit IRC08:16
luke-jriluminator101: why? N900 isn't a phone. why do you expect some unusual phone function?08:16
*** Necc has quit IRC08:17
*** kerio has joined #maemo08:17
luke-jriluminator101: it's got a basic phone app, nothing complex.08:17
lcukpsycho_oreos, well normally in a call you can open the dialpad, but you have to know the number08:17
iluminator101luke-jr, i talking about using asterisk08:18
lcukwhen you dial these cheap calls to X countries08:18
luke-jriluminator101: you didn't say that.08:18
lcukit makes sense to allow selection by content08:18
lcukto then put the tones into the call08:18
lcuk:)08:18
luke-jriluminator101: and if you're calling via SIP, then it totally depends how you've configured your Asterisk PBX to route such calls08:18
lcukselection by contact *08:18
iluminator101also my n900 alarm is not annoying enough how can i change it08:19
luke-jr;p;08:19
luke-jrlol08:19
psycho_oreoslcuk, still don't quite get it sorry, probably because I'm cranky over trivial things and these trivial matters accumulated into headache08:21
*** nicu has joined #maemo08:24
*** kthomas_vh has quit IRC08:24
*** hrw has joined #maemo08:25
*** vanadis has joined #maemo08:30
*** KaKaRoTo has quit IRC08:30
*** KaKaRoTo has joined #maemo08:31
*** KaKaRoTo has joined #maemo08:31
*** trupheenix has joined #maemo08:31
*** jpinx-ee1pc has joined #maemo08:34
*** jpinx-eeepc has quit IRC08:34
*** crashanddie_ has joined #maemo08:35
*** crashanddie_ has joined #maemo08:35
*** Appiah has joined #maemo08:36
*** wirelessdreamer has quit IRC08:36
*** Necc has joined #maemo08:37
*** andrei1089 has quit IRC08:39
*** DocScrutinizer has joined #maemo08:44
*** andrei1089 has joined #maemo08:45
*** RobbieThe1st has joined #maemo08:46
*** lolloo has quit IRC08:49
*** The_Fellow has joined #maemo08:49
*** nicu has quit IRC08:50
*** iluminator101 has quit IRC08:54
*** ArGGu^^ has joined #maemo08:55
*** MacDrunk has joined #maemo08:55
*** achipa has quit IRC08:57
*** andrei1089 has quit IRC08:59
*** FIQ|n900 has quit IRC09:04
*** Necc has quit IRC09:07
*** lolloo has joined #maemo09:10
*** ArGGu^^ has quit IRC09:12
*** ppenz has joined #maemo09:12
*** ArGGu^^ has joined #maemo09:13
*** parasight has quit IRC09:19
*** mardi has quit IRC09:23
*** FIQ|n900 has joined #maemo09:24
*** mairas has quit IRC09:25
*** drj_cro has joined #maemo09:26
*** Wamanuz3 has joined #maemo09:28
*** larsivi has joined #maemo09:29
*** xkr47 has quit IRC09:32
*** xkr47 has joined #maemo09:32
*** iDont has joined #maemo09:35
*** Wikier has joined #maemo09:36
*** avs has joined #maemo09:37
*** Wamanuz4 has joined #maemo09:37
*** Natunen has joined #maemo09:37
*** andrei1089 has joined #maemo09:38
*** Wamanuz3 has quit IRC09:39
*** andrei1089 has quit IRC09:42
*** dazo_afk is now known as dazo09:42
*** JakDaRippa has quit IRC09:43
*** harbaum has joined #maemo09:44
*** andrei1089 has joined #maemo09:44
*** Wamanuz5 has joined #maemo09:50
*** pupnik has quit IRC09:51
*** hardaker2 has quit IRC09:52
*** Wamanuz4 has quit IRC09:53
*** drj_cro has quit IRC09:54
*** drj_cro has joined #maemo09:54
*** drj_cro has left #maemo09:56
*** kwek has joined #maemo09:56
*** drj_cro has joined #maemo09:57
*** andrei1089 has quit IRC09:57
*** silbo__ has joined #maemo09:59
*** sperle has joined #maemo10:00
*** andrei1089 has joined #maemo10:05
*** Wamanuz has joined #maemo10:05
*** Rarok has joined #maemo10:07
*** mairas has joined #maemo10:07
*** hannesw has joined #maemo10:08
*** Wamanuz5 has quit IRC10:08
*** Wamanuz has quit IRC10:10
*** MadViking has joined #maemo10:11
*** andrei1089 has quit IRC10:12
*** geaaru has joined #maemo10:12
*** Wamanuz has joined #maemo10:12
*** noodles900 has joined #maemo10:13
*** suresh_ has joined #maemo10:16
*** drj_cro has quit IRC10:17
*** FIQ has joined #maemo10:17
*** FIQ|n900 has quit IRC10:18
*** MadViking has quit IRC10:20
*** kerio92 has joined #maemo10:21
*** MadViking has joined #maemo10:21
*** kerio has quit IRC10:22
*** tekojo has joined #maemo10:23
*** maybeWTF has quit IRC10:23
*** ayanes has joined #maemo10:24
*** suresh_ has quit IRC10:24
*** andrei1089 has joined #maemo10:26
*** MadViking has quit IRC10:26
*** vanadismobile has joined #maemo10:26
*** MadViking has joined #maemo10:27
*** toniher has joined #maemo10:29
*** andrei1089 has quit IRC10:30
*** andrei1089 has joined #maemo10:31
*** retro|cz has joined #maemo10:35
*** nicu has joined #maemo10:37
*** maybeHere has joined #maemo10:37
*** silbo__ has quit IRC10:39
*** luke-jr_ has joined #maemo10:39
*** FIQ|n900 has joined #maemo10:39
*** harbaum has quit IRC10:39
*** harbaum has joined #maemo10:40
*** villev has joined #maemo10:40
*** luke-jr has quit IRC10:40
*** eMHa_ has quit IRC10:41
*** Xjs|moonshine has quit IRC10:42
*** T_X has quit IRC10:42
*** harbaum has quit IRC10:42
*** T_X has joined #maemo10:42
*** T_X has quit IRC10:42
*** T_X has joined #maemo10:42
*** hannesw has quit IRC10:43
*** harbaum has joined #maemo10:43
*** jrocha has joined #maemo10:47
*** dazo is now known as dazo_afk10:47
*** drj_cro has joined #maemo10:48
*** andrei1089 has quit IRC10:49
*** maybeHere has quit IRC10:49
*** dvaske has quit IRC10:50
*** Xjs|moonshine has joined #maemo10:51
*** andrei1089 has joined #maemo10:51
*** lolloo has quit IRC10:52
*** andrei1089 has quit IRC10:56
*** vanadismobile has quit IRC10:57
*** kerio92 is now known as kerio10:59
*** dazo_afk is now known as dazo11:00
*** bleeter_ has joined #maemo11:02
*** MadViking has quit IRC11:02
*** _MadViking_ has joined #maemo11:02
*** suresh_ has joined #maemo11:03
*** bleeter has quit IRC11:04
*** dvaske has joined #maemo11:05
*** drj_cro has quit IRC11:09
*** lolloo has joined #maemo11:09
*** drj_cro has joined #maemo11:09
*** andrei1089 has joined #maemo11:09
*** Arkenoi has joined #maemo11:11
*** kerio has quit IRC11:12
*** Rubon has joined #maemo11:12
*** kerio has joined #maemo11:12
Rubonis there any screen video capture application for N900?11:13
defraggerwhats the meaning of: /var/lib/dpkg/info/account-plugin-salut.postinst: line 6 /etc/init.d/avahi-daemon: not found dpkg: error processing account-plugin0salut11:13
*** nicu has quit IRC11:17
*** dvaske has quit IRC11:18
*** Zucca has quit IRC11:19
*** Zucca has joined #maemo11:19
*** lolloo has quit IRC11:19
*** rblank has joined #maemo11:20
*** FIQ has quit IRC11:21
*** FIQ has joined #maemo11:21
*** andrei1089 has quit IRC11:21
*** trupheenix has quit IRC11:23
*** trupheenix has joined #maemo11:25
*** FIQ|n900 has quit IRC11:26
*** pupnik has joined #maemo11:27
*** andrei1089 has joined #maemo11:29
*** yacc has quit IRC11:31
*** joaoraf has quit IRC11:32
*** jkyro has joined #maemo11:33
*** hannesw has joined #maemo11:33
*** eMHa_ has joined #maemo11:35
*** lolloo has joined #maemo11:39
*** Wamanuz2 has joined #maemo11:41
*** Wamanuz has quit IRC11:41
*** nicu has joined #maemo11:42
*** kerio92 has joined #maemo11:42
*** kerio has quit IRC11:42
*** djszapi has joined #maemo11:44
djszapihttp://upstart.ubuntu.com/index.html -> this pages writes Maemo platform uses upstart, but I do not see any /etc/init/ folder on my N900 ? What do I do wrong ?11:44
*** frade has joined #maemo11:45
djszapiseems very system-v way instead with /etc/init.d/ scripts.11:47
djszapiany comment on that ?11:48
*** FIQ|n900 has joined #maemo11:48
pupnikdebian does it that way11:49
djszapiyes, but it is maemo channel :P11:50
pupniki used to be a bsd-guy myself11:50
djszapiyes, that is the slack, arch way for instance.11:50
pupnikback when i pwned systems11:50
djszapiI would just like to get more information about upstrat on maemo.11:50
pupnikoh11:50
djszapi* upstart, daemons (fex. udevd) does not run in a shell, but I could do a job for that in /etc/init/, so it is a bit confusing for me right now.11:51
*** toniher has quit IRC11:53
*** florian_kc has joined #maemo11:55
*** florian_kc has quit IRC11:55
*** florian_kc has joined #maemo11:55
chem|stgrml the files in /home are all that small that 11MB/s is the highest rate I get...11:55
*** florian_kc is now known as florian11:55
*** yacc has joined #maemo11:59
*** kerio92 is now known as kerio12:00
*** andrei1089 has quit IRC12:01
chem|stit will take ages to make a full backup...12:01
*** swc|666 has quit IRC12:01
*** janin has quit IRC12:03
pupnikApple's slogan should be "do you have too much money?  we can solve that!"12:04
*** zap has joined #maemo12:04
ieatlintapple is like an abusive boyfriend... it tells you what you like, what to buy, and what you should or shouldn't be watching, and wants to track your every move12:05
pupniknice12:06
djszapiglad to laugh at idiot jokes :)12:07
pupnikwhat would that be, djszapi12:07
djszapiI think it is not too late to get out of a troll way =)12:07
djszapiso let me do it =)12:08
ieatlinti stand by my analogy... the taking your money, and the creepy loyal following that insist apple can do no wrong... it's completely like a abusive relationship12:08
pupnik:)12:08
*** benh has joined #maemo12:08
pupnikieatlint: what about guys who are not creepy but genuinely nuts?12:08
ieatlintthey're fired, and then later are re-hired as CEO12:09
*** djszapi has left #maemo12:09
chem|stieatlint: I like the google strategic game analogy too...12:10
ieatlintgoogle will do anything to make you look at more ads12:10
ieatlintand they're very good at it12:10
chem|stif the world had been a real time strategy game google would have been the techy and we seriously left him alone for too long!12:10
ieatlinthah, nice12:11
chem|sttechies win the game after PONR12:11
ieatlinttheir strategy of letting their devs work on their own shirt part time that is then google property is genius12:11
*** hannesw has quit IRC12:11
ieatlintblah, their own shit12:11
chem|stalso refered as P0WNER (point of WTF no eeeick return)12:12
ieatlintthey drop $70-90k/year on a person (sub-par for the industry), throw some free food and a volleyball court at them, and walk away with your good ideas on top of everything else12:13
chem|stfor sure12:13
*** iDont has quit IRC12:13
chem|stand the people buy it12:14
*** ||jess| has joined #maemo12:14
ieatlinti'm just bitter, the HR person who did my interview fucked up and sank my referral :P12:14
*** msanchez has joined #maemo12:14
*** githogori has quit IRC12:14
chem|st;)12:15
chem|stjust do the real good shit while not in google time!12:15
ieatlintseriously, the bitch fucked up while reading from her script12:15
*** andrei1089 has joined #maemo12:16
toresbeieatlint: well, that and the ability to work on really interesting and significant stuff with other people who consider that to be a significant motivator, which is not to be discounted12:18
toresbeI'm fairly sure I'd consider working with a bunch of people who do it for the money demoting in itself, let alone me.12:19
ieatlinttoresbe: i'd argue 70% of their staff are there because when they started they went "holy shit i'm working for google"12:19
toresbesounds like a fair assesment12:19
*** valeriusN has quit IRC12:20
*** andrei1089 has quit IRC12:21
*** Wamanuz3 has joined #maemo12:22
ieatlintmy point isn't specifically to criticise google... i think they do pretty well with their "don't be evil" motto, and obviously pretty well at making money12:22
ieatlintand they don't mistreat their employees... more of a comment that they are extremely intelligent at exploiting their employees12:22
*** dneary has joined #maemo12:22
*** dneary has quit IRC12:22
*** dneary has joined #maemo12:22
ieatlintwhich i kinda admire :P12:22
*** Rubon has quit IRC12:23
flat`anyone knows how can i fix the proplem i have with listening music, it stops in middle of songs too often12:23
AppiahI've started to have this problem recently12:23
defraggerhow to fix this: The following packages have unmet dependencies: libtelepathy-qt4-farsight0: Depends: libtelepathy-qt4-0 (= 0.2.0-2maemo5+0m5) but 0.2.0-2maemo7+0m5 is to be installed12:24
*** valeriusN has joined #maemo12:24
AppiahI thought it had to do with my headphones + headphone daemon12:24
defragger?12:24
*** Wamanuz2 has quit IRC12:24
Appiahbut I never debugged/troubleshooted yet12:24
SpeedEvilflat`: are you listening on headphones12:26
SpeedEvilflat`: on the headset - ratehr12:26
*** maybeHere has joined #maemo12:27
MohammadAGrather*12:28
flat`headphones yeah12:29
flat`would love to find another music player with EQ12:30
*** Wamanuz4 has joined #maemo12:30
lollooheadphones!12:31
lolloosince your talking about it12:31
crashanddieyou're12:31
lolloohehe12:31
MohammadAGheh12:31
lollooI have WH-701 headphone12:32
lolloois there a script or a coding to make the pause and play work with media player?12:32
*** gomiam has joined #maemo12:32
MohammadAGno, we want an oscilloscope for that12:32
keriobluetooth?12:32
*** lizardo has joined #maemo12:32
MohammadAGobviously not12:32
lollooI kind like WH-701 it has a good bass, also it is comfy on my ear12:32
Appiahflat`: do you got the headphone daemon running? that stops music if the headphones get disconnected12:33
*** Wamanuz3 has quit IRC12:33
*** andrei1089 has joined #maemo12:33
flat`Appiah: no12:34
Appiahok12:34
Appiahso what the hell stops the music O_o12:34
lolloohehe12:34
*** jpe has joined #maemo12:35
AppiahI was talking a walk yesterday , music stopped 10~ times12:35
lollooNo codes or script guys? for WH-701?12:35
MohammadAGno, do i have to repeat myself again?12:35
lolloono you dont.12:35
MohammadAGthanks12:35
lolloobut can it be created?12:35
MohammadAG:P12:35
Appiahhttp://talk.maemo.org/showthread.php?p=90121012:36
MohammadAGno, we want an oscilloscope for that12:36
*** toniher has joined #maemo12:36
dnearyyoyo12:36
MohammadAGhey dneary12:36
lollooosciloscope12:37
lollooneeds google translate12:37
*** scoobertron has joined #maemo12:37
MohammadAGa physics book will also do :P12:37
lolloommm physics?12:38
MohammadAGyes, I leanred about oscilloscopes 2 or 3 years ago12:39
* phellarv loves a good curve12:39
MohammadAGthat was 9th/10th grade12:39
lolloohehe12:39
lolloomaybe I know it if I heard it in my language12:39
lolloook ok I can do it dont tell me12:40
lolloowait wait dont12:40
*** andrei1089 has quit IRC12:40
comawhiteyay my irc socket is almost done (it works now) all I need to do is create the gui work pretty much for it12:40
kerioyour what?12:41
comawhitethen there will be a native maemo irc client12:41
lcukcomawhite, ?12:41
comawhite?12:41
keriothere... is12:41
lollooMohammadAG, how is your media player going?12:41
comawhitewhere?12:41
Appiahhaha12:41
lcukxchat is gtk12:41
keriothere's xchat12:41
comawhitexchat is not native12:41
kerio...why?12:41
comawhitedoesn't follow any of the HiG?12:42
lollooI am really escited, because mms:\\ streaming doesnt work with default player.12:42
MohammadAGHiG is gtk12:42
keriocomawhite: thankfully!12:42
comawhiteit's just the desktop recompiled for phone12:42
lcukMohammadAG, technically its hildon12:42
MohammadAGlolloo, video's not yet implemented12:42
SpeedEvilkerio: well - touch-scrolly window would be nice12:42
Appiahlolloo: mplayer should work?12:42
comawhitealso does xchat support both view modes like mine will?12:43
lollooAppiah, it doesnt.12:43
lcukcomawhite, please don't let irc wrangling stop you12:43
comawhitealso have a different view for servers, user, channels?12:43
* lcuk will test your app also12:43
comawhitewrangling?12:43
lolloomms:\\66.132 etc12:43
Appiahare you using mms:\\ or mms:// btw? :D12:43
lolloommm let me check again.12:43
comawhitelcuk: well just idle in #akiirc and I'll let you know when it's up for testing12:43
dnearyThis made me smile: http://twitter.com/disconn3ct/status/2305257989420236912:44
lollooAppiah, mms://66.172.3.142/312:44
lcukcomawhite, nahh12:44
lollootry it on mplayer. mine doesnt work.12:45
lolloobut works on desktop12:45
comawhitelcuk: okay then just watch for it on the site :>12:45
lcuki am happy with xchat but when I am not i just play with my sketching irc client instead12:45
kerioSpeedEvil: how will you select text then?12:45
comawhiteHopefully people will like it12:45
Appiahconnected12:46
Appiahthen I get disconnected (connection refused)12:46
lcukcomawhite, http://liqbase.net/liq.20091201_141600._maemo.scr.png12:46
lolloocorrect12:46
lolloobut if you try on desktop it wokrs12:46
Ex-OpesaI have this VOIP http://dialer.webs.com/ but its available for 32 bit system and windows. Is there any way I can extract server and use that information and use it by some way on n900?12:46
*** andrei1089 has joined #maemo12:46
comawhitelcuk: what is that done in?12:47
lcukits written in pure awesome12:47
comawhiteseriously12:47
lcukyeah, original awesome didn't have enough features, so I rebuilt it with the updated pure awesome12:48
lollooAppiah, worked on desktop?12:48
lcukcomawhite, its a liqbase app12:48
SpeedEvilkerio: I'd be happy with only movement >1 line/second at the start of the stroke doing the kinetic thing12:48
comawhiteliqbase?12:49
* lcuk goes back to work12:49
*** dazo is now known as dazo_afk12:50
*** pupnik has quit IRC12:51
Appiahlolloo: compare the mplayer versions12:52
lollooI used also KMplayer12:53
lollooalso knots212:53
*** andrei1089 has quit IRC12:53
*** pupnik has joined #maemo12:53
SpeedEvilkerio: Also - with text selection, I'm almost alwasy wanting to select under 1 line12:56
*** e-yes has quit IRC12:58
*** pupnik has quit IRC12:58
*** pupnik has joined #maemo12:58
*** merlin1991 has joined #maemo12:58
*** FireFly|n900 has quit IRC12:58
*** benh has quit IRC12:59
lollooAppiah, btw thanks for the link! it suddenly stopped.12:59
*** croppa has quit IRC13:00
*** dazo_afk is now known as dazo13:04
*** woodong50_______ has joined #maemo13:04
*** suresh_ has quit IRC13:05
*** woodong50_______ has quit IRC13:05
*** suresh_ has joined #maemo13:06
*** FireFly|n900 has joined #maemo13:07
*** FireFly|n900 has quit IRC13:07
*** FireFly|n900 has joined #maemo13:07
*** FireFly|n900 has quit IRC13:08
*** FireFly|n900 has joined #maemo13:08
*** arno0ob has joined #maemo13:09
*** noodles900 has quit IRC13:09
*** jpinx-ee1pc has quit IRC13:09
*** dneary has quit IRC13:10
*** e-yes has joined #maemo13:11
*** lardman|gone is now known as lardman13:11
*** dvaske has joined #maemo13:12
lardmanmorning13:12
lollooafternoon13:13
lardmanhi lolloo13:14
*** noodles900 has joined #maemo13:14
*** felipec has joined #maemo13:15
lolloohi lardman13:15
*** jpinx-eeepc has joined #maemo13:16
*** achipa has joined #maemo13:18
*** achipa has joined #maemo13:18
*** FredrIQ has joined #maemo13:18
*** FIQ|n900 has quit IRC13:19
*** FIQ has quit IRC13:19
*** FredrIQ is now known as FIQ13:19
*** FredrIQ has joined #maemo13:20
*** svillar has joined #maemo13:22
*** ||jess| has quit IRC13:23
*** FIQ has quit IRC13:24
*** FredrIQ is now known as FIQ13:24
*** achipa has quit IRC13:29
*** NIN101 has joined #maemo13:31
*** FireFly|n900 has joined #maemo13:33
*** achipa has joined #maemo13:33
*** achipa has quit IRC13:33
*** achipa has joined #maemo13:33
*** scoobert1on has joined #maemo13:37
*** _MadViking_ has quit IRC13:39
*** FIQ|n900 has joined #maemo13:40
*** chx_sleep is now known as chx13:41
*** pablo2 has joined #maemo13:42
*** SpeedEvil has quit IRC13:45
*** ppenz has quit IRC13:45
*** dazo is now known as dazo_afk13:51
*** scoobert2on has joined #maemo13:52
*** baraujo has joined #maemo13:53
*** scoobertron has quit IRC13:53
*** millenomi has joined #maemo13:55
*** achipa has quit IRC13:56
DocScrutinizerkerio: *I* would hold shiftkey to select text. Well that's just me13:57
*** scoobert2on has quit IRC13:57
retro|czAnyone using ICQ on N900 ?13:57
retro|czI have all updates (1.3 i think).13:57
retro|czAnd can't connect to ICQ.13:57
*** zutesmog1 has joined #maemo13:57
*** scoobertron has joined #maemo13:58
*** zutesmog has quit IRC13:58
retro|czDon't know how to setup it. Number and password is ok.13:58
DocScrutinizerkerio: another suggestion I gave months ago was: enter scroll mode on initial movement vertical, enter highlight mode on initial movement horizontal13:58
lollooretro|cz, do you use pidgin?14:00
DocScrutinizerfor xchat I'm rather happy with my keybindings: up/down == scroll14:00
lolloome shift + up or down14:00
DocScrutinizershift-up/down == textinput history14:00
lolloommm better,14:01
sivangDocScrutinizer: suggestion for which device/app?14:01
retro|czlolloo, no, just those extra protocols14:02
DocScrutinizersivang: generic suggestion for finger scrolling in textboxes14:02
retro|czlolloo, i like that mobile integration14:02
retro|czlolloo, pidgin is standalone application ?14:02
retro|czlolloo, without contacts integration ?14:02
lollooyeah14:02
retro|czlolloo, :(14:02
lollooyeah14:02
lolloohehe14:03
retro|czlolloo, and no chance to use ICQ with contacts integration now ?14:03
lolloono there is a chance.14:03
lollooI tried it on PR1.214:03
lollooworked, but I will try it on pr1.3.14:04
*** dazo_afk is now known as dazo14:05
sivangDocScrutinizer: such that items will not get accidently pressed whe you really just want to scroll ? :-p14:07
retro|czlolloo, thank you14:08
DocScrutinizersivang: unrelated to my suggestion14:09
*** suresh_ has quit IRC14:09
retro|czlolloo, http://www.devcomments.com/N900-AIM-and-ICQ-account-problems-i26437.htm14:09
sivangDocScrutinizer: ok, I've bentring to thinkg of a solution to that so thought you might be experiencing the same14:10
DocScrutinizerI do14:10
*** andre__ has joined #maemo14:10
*** andre__ has quit IRC14:10
*** andre__ has joined #maemo14:10
retro|czlolloo, http://talk.maemo.org/showthread.php?p=461439#post46143914:10
sivangit is really annoying lately, especially when our contact list gets so buig14:10
DocScrutinizerI even changed my start menu to doubleclick on other phones14:10
lollooretro|cz, seems correct since it worked on PR1.214:11
lolloobut watchout it might break other accounts.14:11
sivangDocScrutinizer: != N900?14:11
*** Ryback_ has joined #maemo14:11
*** gomiam has quit IRC14:12
DocScrutinizersivang: SHR (on FR back when) - so the problem is quite universal and well known14:12
*** suresh_ has joined #maemo14:13
sivangDocScrutinizer: what's SHR and FR?14:13
DocScrutinizersivang: and I blame developers using their desktop and mouse to simulate the phone touchscreen14:14
DocScrutinizer~shr14:14
infoboti guess shr is The Stable Hybrid Release (SHR), intended to be a community driven distribution composed of the FSO and some basic applications, that can be configured to use several different graphical toolkits, for example GTK or EFL. SHR is based on the FSO build. At first, SHR was introduced in order to use the Openmoko2007.2 GTK software in combination with the new FSO, but things have changed.14:14
sivang~FSO14:16
infobotfrom memory, fso is the freesmartphone.org mobile devices middleware.14:16
sivang~efl14:16
infobotit has been said that efl is the Enlightenment Foundation Libraries.  See http://enlightenment.org/index.php?id=18  The core libraries of the EFL are: Evas, Ecore, EET, Embryo, Edje, Esmart, EWL, and ETK.14:16
retro|czlolloo, that forums solution to downgrade is working14:16
*** willer_ has quit IRC14:17
sivangDocScrutinizer: good note to reember, use the actual ophone for the testing14:17
*** achipa has joined #maemo14:17
*** achipa has quit IRC14:17
*** achipa has joined #maemo14:17
lollooretro|cz, congratz! and nice find!14:17
lolloo~bot snack14:18
DocScrutinizersivang: ofono?14:18
infobotaw, gee, lolloo14:18
DocScrutinizersivang: what's ophone?14:18
sivangDocScrutinizer: sorry the phone14:19
sivangI am opn 3Gdata, onto my ssh session14:19
*** suresh_ has quit IRC14:19
sivangin the uk14:19
sivangI'm in a train in Israel14:19
sivanglet's hope it does not burst into fames :)14:20
*** suresh_ has joined #maemo14:20
*** willer_ has joined #maemo14:21
sivanghttp://www.vosizneias.com/72049/2010/12/28/israel-train-catches-fire-in-sharon-passengers-injured-jumping-from-train/14:22
DocScrutinizersivang: aah yes. Alas raster when working on E* never does14:22
DocScrutinizeror rarely14:22
sivangDocScrutinizer: could you put the last sentence in stupid's english, as it seems too high for me :)14:23
sivangDocScrutinizer: well, alas is the denote a contrast, working on E* ?14:23
DocScrutinizerraster (Casrten haizler, the rasterman) never develops Enlightenment and related EFL on a phone14:24
sivang*to14:24
ieatlintif it weren't for raster being in that sentence, i'd have assumed E meant something else14:24
sivangah, I see14:24
sivangwat phones carry SHR?14:25
DocScrutinizerNeo FR, Palm pre, some HTC?, N90014:25
ieatlintpalm pre? huh14:25
ieatlintwith the radio working even?14:26
DocScrutinizerno idea14:26
*** scoobertron has quit IRC14:27
DocScrutinizerhttp://www.youtube.com/watch?v=ywkWbb_BetI&feature=related14:28
*** setanta has joined #maemo14:28
*** lmoura has joined #maemo14:29
*** lmoura_ has quit IRC14:29
*** ||jess| has joined #maemo14:29
*** hrw has quit IRC14:32
ieatlintah... old memories there14:32
ieatlintdefinitely better there than on the old FR14:32
*** mairas has quit IRC14:32
*** joaoraf has joined #maemo14:33
*** minus273 has joined #maemo14:33
DocScrutinizer:-) yeah14:33
minus273hi all14:33
*** lolcat has joined #maemo14:34
minus273a little off-topic, but I'm compiling libhildon 1.99 for my laptop14:34
lolcatDont maemo support voice call throug msn?14:34
minus273the compiler complains that it can't find the symbol HILDON_GTK_INPUT_MODE_NUMERIC,14:34
*** achipa has quit IRC14:35
*** lcukn900 has joined #maemo14:35
* sivang dreams of adding support to fmxtd to prove for available bands14:35
DocScrutinizerhildon desktop on laptop?14:35
DocScrutinizero.O14:35
lolcatDoes it support voice with msn?14:35
minus273DocScrutinizer: yeah, in fact I'm trying to fire up a hildon application only available in binary14:36
DocScrutinizerthat's probably a bit of a task14:36
lolloololcat, I dont think so14:36
* ieatlint notes that the sdk includes an x86 binary for libhildon14:37
DocScrutinizerI wonder however which hildon app is available as x86(!!!) binary only14:37
*** sivang2 has joined #maemo14:37
DocScrutinizerdoesn't make any sense to me14:37
* sivang2 wished he recalled where are the links for the spec sheet and other important infof or the fmxtd to tryt to make it work14:37
sivang2I think SpeedEvil sent it to me14:38
*** achipa has joined #maemo14:38
DocScrutinizersivang2: wiki, hardware14:38
*** achipa has quit IRC14:38
*** achipa has joined #maemo14:38
minus273DocScrutinizer: some obscure Chinese thing14:38
sivang2DocScrutinizer: k, thanks14:38
DocScrutinizersivang2: speedevil did an amazing job to document it all there14:38
minus273DocScrutinizer: it was for a television box based on libhildon, I think14:39
DocScrutinizero.O14:39
*** dazo is now known as dazo_mtg14:39
*** Arkenoi has quit IRC14:40
sivang2DocScrutinizer: I wonder if I'm smart enough to pull this hadware hacking thingo14:40
sivang2I'll start by reading the spec, for sure or docs there14:40
*** msanchez has quit IRC14:41
*** hrw has joined #maemo14:42
DocScrutinizersivang2: wait a few minutes. I probably have a different even better working approach for you. You may use it if you mention my (c) of original idea14:42
DocScrutinizerI will think another few minutes about it, so I don't tell BS14:42
*** tackat has joined #maemo14:44
*** RobbieThe1st has quit IRC14:45
minus273DocScrutinizer: seems solved, --with-maemo-gtk=no14:45
sivang2DocScrutinizer: ofcourse.14:45
DocScrutinizersivang2: your usecase: find a free frequency in FM broadcast band to pair N900 to a radio receiver ?14:45
sivang2DocScrutinizer: but keep in mind I am on this terrible 3G,and my net can go off any minute without warning.14:46
sivang2DocScrutinizer: precisly14:46
sivang2DocScrutinizer: that's what I want to do, because in IL bands are abused massively by pirate radio stations14:46
DocScrutinizerI may edit some wikipage, so you can access my concept sketch any time14:46
*** scoobertron has joined #maemo14:46
*** trupheenix has quit IRC14:47
*** dRbiG has quit IRC14:47
*** harbaum has quit IRC14:47
*** T_X has quit IRC14:47
*** dRbiG has joined #maemo14:47
sivang2DocScrutinizer: so it is like an hour to find a fre band to pair the N900 to liten to finnish radio statiuons14:47
*** dm8tbr has quit IRC14:47
DocScrutinizersivang2: I see14:48
DocScrutinizerthanks for giving this additional info14:48
sivang2DocScrutinizer: well, to stream them off 3G data which works beautifully to the fm14:48
sivang2DocScrutinizer: hehe14:48
sivang2DocScrutinizer: well, would it help if I'd say it save lives?:)14:49
*** svillar has quit IRC14:49
DocScrutinizernot really14:49
DocScrutinizerI'm strictly authistic EE14:49
*** luke-jr_ has quit IRC14:49
*** harbaum has joined #maemo14:49
sivang2DocScrutinizer: I also listen Hungarian and some Germen ones :)14:50
*** T_X has joined #maemo14:50
*** T_X has quit IRC14:50
*** T_X has joined #maemo14:50
DocScrutinizermeans I'm designing tasers and defibrilators :-P14:50
*** luke-jr_ has joined #maemo14:50
*** SmilyOrg has joined #maemo14:50
*** Corsac has quit IRC14:50
*** xkr47 has quit IRC14:51
ieatlintooh, i want a taser14:51
DocScrutinizeras long as it has no potential for mass destruction or big-brother mass deployment, I don't care if it safes life or is for porn14:51
*** achipa has quit IRC14:51
*** WonTu has joined #maemo14:51
*** xkr47 has joined #maemo14:51
*** WonTu has left #maemo14:52
sivang2DocScrutinizer: heh, okay, I thought you were being sarcastic as in "TMI" for the fact I use it for my language fetsh14:52
DocScrutinizersaves*14:52
sivang2fetish14:52
sivang2DocScrutinizer: what's authistic EE ?14:52
DocScrutinizer~dict autism14:52
infobotDictionary 'autism' (1 of 3): (psychiatry) an abnormal absorption with the self; marked by communication disorders and short attention span and inability to treat others as people.14:52
sivang2DocScrutinizer: and EE?14:53
ieatlintyou're not autistic :P14:53
DocScrutinizerElectroniccs Engineer14:53
*** Smily has quit IRC14:53
ieatlintaspergers maybe, dunno you well enough... but i've had to spend time with an actual autistic EE, and he uh... yeah.... and was even considered a high functioning autistic14:54
sivang2DocScrutinizer: I see, I actually found that aspreger describes some of my behaviors and other life views :)14:54
alterego"Where the hell is Qt apps?" urgh14:54
*** shanx has joined #maemo14:54
alteregoSometimes it'd just be nice to tell people to fsck off :D14:54
sivang2alterego: how's that related to that channel? :)14:54
DocScrutinizersivang2: then you know what I meant14:54
sivang2DocScrutinizer: indeed :) anyway thanks for your help and if something gets out of it you'd be in the credits, just as in the FEA where I even added you latest comments14:56
DocScrutinizeryw14:56
emis maemo still active or is it meego now?14:56
ieatlintem: yes14:57
alteregoMaemo is still pretty active14:57
Appiahso it's a yes14:57
DocScrutinizersivang2: additional question: what does the channel sound like - on radio -that is usable for pairing the N900, when N900 does not TX?14:57
*** achipa has joined #maemo14:59
*** achipa has quit IRC14:59
*** achipa has joined #maemo14:59
*** scoobertron has quit IRC14:59
*** scoobertron has joined #maemo15:00
*** achipa has quit IRC15:00
*** noodles900 has quit IRC15:00
DocScrutinizerem: my cpu load quite frequently hits the 95%, so yes - maemo is very active15:01
*** dm8tbr has joined #maemo15:02
sivang2DocScrutinizer: you mean, if it has no signal snow or slient altogether?15:02
DocScrutinizeryes15:03
*** Pavel has quit IRC15:03
lardmanhmm 4 cores running with an average of 12%, crappy commercial simulation code, should be pegged at 100% and running faster15:03
sivang2DocScrutinizer: that depends,I've found out that even channels that have a bit of snow on them, will submit to N900's txer15:03
* lardman grumbles to himself15:03
DocScrutinizersivang2: thanks15:03
sivang2DocScrutinizer: ofcourse clean chanelwith low noise level is best15:03
*** Pavel has joined #maemo15:03
sivang2DocScrutinizer: how can I measure the tx streanght that is tillgood to try and subdueD?15:04
DocScrutinizerhard to do15:04
sivang2ok15:05
sivang2let's start with what we've go15:05
sivang2got15:05
sivang2what re tasers? like the device making the sirens?15:06
sivang2and other are for bootstraping human hearts rght?15:06
*** suresh_ has quit IRC15:06
DocScrutinizersivang2: sure. Nice to see how that works out. But I have systematic concerns against that concept. I'll hack it all up into a supplement to wiki hw pages and point you at it15:07
*** iDont has joined #maemo15:07
sivang2DocScrutinizer: great, thanks. I have no idea how to start so that'd be good.15:07
*** scoobert2on has joined #maemo15:07
*** Corsac has joined #maemo15:07
DocScrutinizer~taser15:07
infobotTASER provides advanced Electronic Control Devices (ECDs) for use in the law enforcement, military, correctional, security, and personal protection markets.  TASER devices use proprietary technology to incapacitate dangerous, combative, or high-risk subjects who pose a risk in a manner that is generally recognized as a safer alternative to other uses of force.15:07
*** scoobertron has quit IRC15:08
*** hurbu has quit IRC15:08
*** suresh_ has joined #maemo15:08
DocScrutinizer500kV via 2 wies with arrows15:08
sivang2hmm, I see. so they give exact measaured electricity shock to just paralize an offender15:08
sivang2DocScrutinizer: haha15:08
DocScrutinizerthere have been fatalities however15:09
sivang2DocScrutinizer: the web site says something about "proprietary technology, highly advanced"15:09
sivang2ofcourse-15:09
sivang2when you're dealing wiht bilological creaturs, non are alike15:09
*** kawe has joined #maemo15:09
DocScrutinizerbasically a taser and a heart defibrilator are quite similar in what they do ;-D15:09
*** Svavel has joined #maemo15:10
sivang2DocScrutinizer: yes, hence it made sense to me with your previous sentence about that you make both15:11
DocScrutinizerthat's why I've chosen that example (though I never designed a taser yet, for industry)15:11
*** drj_cro has left #maemo15:11
chxthe problem with taser is that the police was told it's nonlethal so they used on everyone to lower their own risk of being hurt but then nonlethal turned out to be untrue...15:11
DocScrutinizerexactly15:11
lardmanI always wondered about the injury rate caused by a head falling from ~6' and striking concrete15:12
flashnwhats wrong with a telescopic baton?15:12
DocScrutinizeralso thermo protective wear with a tin foil layer effectively counteracts tasers ;-D15:12
sivang2flashn: lol15:12
pupnikand teraherz scanners15:13
flashngood ol baton wont kill anyone15:13
lardmanflashn: depends how you hit them15:13
flashnguess you can kill someone with a baby depending on how you use it15:13
pupniklike it's 196415:13
lardmanflashn: true, batons are probably less prone to failure though15:14
lardmanless maintenance anyway15:14
flashnmost importantly its way more manly15:15
DocScrutinizerbabies are highly dangerous, when fired with an initial velocity of >200m/s15:15
* lardman wonders what this code is actually doing to run so slowly ~12% cpu usage across 4 cores, ~1 IO write per second, ~15MB memory usage15:16
DocScrutinizereven worse when frozen XP15:16
*** Rhoruns has quit IRC15:16
*** tekojo has quit IRC15:17
DocScrutinizerhttp://www.youtube.com/watch?v=yHfejwdrMVQ15:18
lardmanhttp://www.youtube.com/watch?v=yqsytx5RNmw&feature=related15:19
lardmanI'll have to wear a plexiglas protective layer along with the tin foil then15:20
DocScrutinizerthat's what I was looking for, but they used frozen chicken X-P15:21
DocScrutinizerthe chicken even destroyed the pilot seat by a massive impact15:21
lardmanthe F-16 one?15:22
*** sivang2 has quit IRC15:22
DocScrutinizerwas a civil plane iirc15:22
*** alextreem has joined #maemo15:22
lardmanhttp://www.youtube.com/watch?v=ibJ3aXrvaCs looks bad15:22
DocScrutinizerwaiting for myrtii commenting about our drug usage patterns15:23
maybeHerewasn't the pilot protecting his seat?15:23
lardmantrue :)15:23
lardmanI knew there was a reason it's not all done by remote control now ;)15:24
*** alextreme has quit IRC15:24
maybeHereat least with the f35 the HUD wouldn't shatter15:24
maybeHereas there is none15:24
lardmanin helmet?15:24
maybeHereyeah15:24
maybeHereat least as far as i know15:24
maybeHerealso, lol at the sabot'ed chicken in that discovery chan video15:25
khertanHello All15:28
*** Wamanuz5 has joined #maemo15:30
*** kawe has quit IRC15:32
*** Wamanuz4 has quit IRC15:33
*** drj_cro has joined #maemo15:33
*** suresh_ has quit IRC15:33
*** drj_cro has left #maemo15:35
*** chenca has joined #maemo15:35
*** suresh_ has joined #maemo15:35
*** leandrosansilva has joined #maemo15:39
*** kwek has quit IRC15:39
Jaffa'lo khertan15:40
*** sandstorm has joined #maemo15:41
*** SmilybOrg has joined #maemo15:42
* khertan is crying on statusnet for getting help for khweeteur oauth problem some users have15:44
khertanwith identi.ca15:44
*** SmilyOrg has quit IRC15:45
* lardman finally emerges from YouTube15:46
* khertan still didn't see how oauth can be more secure15:46
*** Goof2011 has joined #maemo15:46
*** ptl has quit IRC15:46
*** diegohcg has joined #maemo15:47
*** noodles900 has joined #maemo15:47
*** andrewfblack has joined #maemo15:48
*** Wikier has quit IRC15:49
*** jrocha has quit IRC15:49
*** avs has quit IRC15:50
*** kwek has joined #maemo15:52
*** bigbrovar has joined #maemo15:54
*** murrayc has joined #maemo15:54
tybollt_wow - changing to android really exposes the most major of the maemo flaws15:58
tybollt_no working ota contacts sync15:58
tybollt_Really hope meeg will fix that15:58
lardmanme too15:59
alteregoMeeGo has a nice backend for that stuff15:59
alteregobbl15:59
lardmanam currently using my wife's old Android phone while my N900 is dead15:59
tybollt_yeah, work got me a new one16:00
lardmanis good to see my calendar event immediately synced16:00
tybollt_lardman: uhuh16:00
tybollt_lardman: or how you can change and merge contacts in your webbrowser and insta-sync - voila - they're on your phone16:00
*** shanx has quit IRC16:00
lardmanyes, I've always said this about Android, it;s very well integrated16:00
lardmanI'm wondering if it will automatically ask me if I need directions to my appointments too16:01
lardmanthe klind of stuff I'd have loved to add to Maemo, had we realised earlier that no(t many) enhancement requests would be handled16:02
tybollt_yeah16:03
tybollt_the framework was all there (ovi.com)16:03
andrewfblackMy N900 is in a box somewhere now since I got my Android phone but I haven't given up on Meego yet16:04
lardmanor even using Google, just that the map and calendar apps and indeed the contacts frontend weren't open16:04
*** Bash has joined #maemo16:04
tybollt_but the blasted idiots that are nokia decided that their best phone as the only phone in their roster was going to be the one not to be supported... *HEADEXPLODE*16:04
lardmanwell I could understand that if they got on and released something new16:04
pupnikandrewfblack: for real?  android is super annoying16:04
*** dneary has joined #maemo16:04
tybollt_andrewfblack: yeah, meego is obviously promising16:05
andrewfblackpupnik: I have things about Android I hate16:05
*** scoobert2on has quit IRC16:05
andrewfblackpupnik: I also have things about iOs I hate but I an ipad16:05
pupnikare you sure you belong in this channel? :)16:05
*** suresh_ has quit IRC16:06
lardmanpupnik: not accepting that some other products do things better is silly16:06
tybollt_pupnik: You sometimes wonder why the contacts sync issue is kept sooooo quiet about around here.16:07
andrewfblackpupnik: I'm sure I do, I have the box full of Maemo devices to prove it.  If we see a Meego tablet I will get it but I'm not going to wait until then I got my iPad,16:07
* lardman is tempted to buy an HTC Android phone and install Meego on it16:07
*** lolcat has quit IRC16:07
pupniki have an android device but for me there are less apps than with maemo16:07
pupnikand 80% of what i've downloaded is unusably lame16:08
andrewfblackTo me N900/Maemo = Cool toy to play with, develop on, and see what I can make it do.  Backflip/Android = Phone to call people and play games on.16:08
khertanfor me android it s lack of a good python support :)16:08
lardmanI'm not bothered about apps, but really about the basic functionality, and Android does look and work reasonably well - something to try to emulate16:08
khertani think meego lack of a good sync of calendar and contact16:09
nidOthing is, any device lacks "basic functionality" depending on what your definition of basic functionality is.16:09
pupniklardman: there are indeed good ideas in there... i'm glad it is winning vs something like microsoft16:09
khertans/meego/maemo16:09
pupnikand even apple is *nix based which is also cool16:09
khertanpupnik: but totally close16:09
lardmanpupnik: I'd prefer us to be able to steal the good ideas and make e.g. Meego the dominant platform16:09
*** achipa has joined #maemo16:09
pupniklardman: how about the fine grained app permissions?16:10
lardmanI think that is quite a good idea16:10
pupnikthere's a japanese version of that for linux - like SElinux but simpler16:10
lardmanat the very least it lets you know what the app will do, but isn't it just a case of filling in all the fields manually when you add the app rather than doing real analysis of the useage?16:11
pupnikhttp://tomoyo.sourceforge.jp/wiki-e/?WhatIs16:11
tybollt_lardman++16:13
tybollt_Maemo lacks some very basica and fundamental ... oh PHONE features :)16:13
lardmanwell it was a reasonable start, if only it could have been improved more easily by us16:13
*** mairas has joined #maemo16:14
lardmanand I think the fundamental mistake there was to expect that adding enhancement and non-critical bugs would actually result in anything16:14
lardmanwhile we really should have just re-written the ui stuff from scratch from the get go16:14
pupnikwhat was wrong about the ui stuff?16:15
*** diegohcg has quit IRC16:15
lardmanI meant apps which had a ui, which meant we then couldn't see the code16:15
pupnikoh16:15
lardmane.g. calendar, phone-ui, maps, contacts, etc16:16
edheldilI like n900, but you are right that it was criminally  neglected by Nokia16:16
pupnikit's hard for a big company to abandon a major investment like symbian16:16
pupnikand resources are limited16:16
lardmanI'm sure it's not malicious, but it's just a shame16:17
tybollt_pupnik: For contacts sync - everything was in place - why can't the N900 to this date - do ovi.com OTA calendar/contacts sync? It is not about resources or manpower obviously :)16:17
* tybollt_ guessing some kind of politics at play16:17
*** MadViking has joined #maemo16:17
pupnikah that's a big one16:18
edheldilwhat's OTA? Over-the-air, i.e. through GSM?16:18
tybollt_edheldil: yes16:18
tybollt_edheldil: all symbian phones can do that16:18
pupniki saw regular people using n900s in finland16:19
pupnikit was amazing16:19
edheldilI have an old Treo and sometimes n900 for duty calls16:19
*** aloisiojr has joined #maemo16:19
lardmanbattery sure does die quickly on this Tattoo though, constantly connected16:20
*** BCMM has joined #maemo16:23
*** sandstorm has quit IRC16:26
*** minus273 has left #maemo16:27
*** leandrosansilva has quit IRC16:32
*** jhb1 has quit IRC16:32
*** Tsuyo has joined #maemo16:33
*** kawe has joined #maemo16:33
*** Cy8aer has quit IRC16:36
*** tg has quit IRC16:37
*** e-yes has quit IRC16:37
*** tg has joined #maemo16:38
*** diegohcg has joined #maemo16:38
*** kawe has quit IRC16:38
*** kawe has joined #maemo16:38
*** msanchez has joined #maemo16:39
*** Tsuyo has quit IRC16:44
*** BluesLee has joined #maemo16:44
BluesLeeMohammadAG: ping16:45
MohammadAGpong16:45
BluesLeeMohammadAG: you wrote that i should compile against the kernel headers ... its the first time i am compiling something, how i do that?16:46
MohammadAGapt-get install kernel-power-headers16:46
BluesLeeMohammadAG: first time with kernel modules/kernel16:46
*** rm_work has joined #maemo16:46
BluesLeeMohammadAG: i did that16:46
BluesLeeMohammadAG: they are located in /usr/sr16:46
MohammadAG/usr/src/kernel-power-headers/16:47
MohammadAGyeah16:47
MohammadAGsec16:47
BluesLeeMohammadAG: and then?16:47
BluesLeeMohammadAG: okay ... this directory seems to contain only makefiles, i thought it would contain at least some  *.h16:48
MohammadAGmake -C /usr/src/kernel-power-headers M="`pwd`" EXTRAVERSION=.10power46 modules16:48
*** Venemo has joined #maemo16:48
Venemo~ping16:48
infobot~pong16:48
MohammadAGit does16:49
BluesLeeMohammadAG: okay, will try that16:49
MohammadAG[sbox-FREMANTLE_ARMEL: ~] > cat /var/lib/dpkg/info/kernel-power-headers.list  | grep .h | wc -l16:49
MohammadAG731516:49
BluesLeeMohammadAG: correct16:50
*** Shurik___ has joined #maemo16:50
BluesLeeMohammadAG: "nothing" happens -->  MODPOST 0 modules16:51
*** e-yes has joined #maemo16:51
MohammadAGhmm16:51
BluesLeei did a make clean before16:51
MohammadAGpaste the Makefile in the directory you're running that command in16:51
BluesLeei am running it in /usr/src/kernel-power-2.6.2816:51
fralswhats the url to the fancy fremantle developer documentation that was created some time ago?16:52
fralshosted by nokia iirc16:52
MohammadAGumm, no, you need to run it in the directory of the module kernel sources you want to compile16:52
MohammadAGfrals, the hildon guide?16:53
fralsthere was this whole dedicated page for all kinds of API references16:53
*** GNUton-BNC has quit IRC16:53
fralsor did i dream that?16:53
MohammadAGhttp://maemoide.nokia.com/fremantle/index.jsp?topic=/org.maemo.mica.maemosdk.help.guide.hildonwidgetui/html/node5.html16:53
MohammadAGthat?16:53
fralsyepp, thanks :)16:53
MohammadAG<3 awesome bar16:54
BluesLeeMohammadAG: okay, for instance /usr/src/kernel-power-2.6.28/drivers/media/dvb/dvb-usb16:54
*** hardaker has joined #maemo16:54
MohammadAGno mate16:54
MohammadAGthose are headers16:54
MohammadAGyou compile against headers, you don't compile them16:54
BluesLeeMohammadAG: there are also the sources *.c files ?!16:55
MohammadAGsources are .c files16:55
*** GNUton-BNC has joined #maemo16:55
*** hrw has quit IRC16:56
* MohammadAG ponders getting an iPod/Android device16:56
MohammadAGor 2 more batteries for the N90016:57
*** suresh_ has joined #maemo16:57
BluesLeeMohammadAG: http://pastebin.ca/204034216:58
MohammadAGyou installed kernel-power-source?16:59
*** apoi has quit IRC16:59
BluesLeeMohammadAG: kernel-power-2.6.28 (kernel-power-source package) contains both *.h and the sources *.c while kernel-power-headers (package kernel-power-headers) contains only makefiles and configs?17:00
MohammadAGBluesLee, yes, it contains headers too17:01
BluesLeeMohammadAG: hmm, there are no headers for dvb in kernel-power-headers/drivers/media/dvb/dvb-usb/17:03
BluesLeeMohammadAG: i think there is something wrong here17:03
MohammadAGumm, no?17:03
*** bigbrovar has quit IRC17:03
BluesLeeMohammadAG: just a Kconfig and a Makefile17:04
MohammadAGkernel-power isn't compiled with dvb-usb by default17:04
*** apoi has joined #maemo17:04
MohammadAGwhy would headers exist17:04
BluesLeeMohammadAG: thats right17:04
MohammadAGanyways17:04
MohammadAGedit the .config17:04
MohammadAGset the things you want to M17:04
MohammadAGcompile with the correct extraversion17:05
MohammadAGit might be easier for you17:05
BluesLeeMohammadAG: okay, thanks, i will try it17:05
*** jrocha has joined #maemo17:05
*** frade has quit IRC17:05
MohammadAGjust don't edit the core stuff17:05
MohammadAGi.e change a Y to N, or an N to Y17:05
MohammadAGotherwise you need to flash a kernel17:06
*** felipec has quit IRC17:08
*** felipec has joined #maemo17:08
*** minus273 has joined #maemo17:09
minus273hi all17:09
minus273always me17:09
*** andrewfblack has left #maemo17:10
*** andrewfblack has quit IRC17:10
*** BCMM has quit IRC17:10
*** FIQ has quit IRC17:13
*** FIQ has joined #maemo17:13
*** KMFDM has joined #maemo17:13
*** BCMM has joined #maemo17:14
*** lcukn900 has quit IRC17:16
*** leandrosansilva has joined #maemo17:20
*** mitsutaka has quit IRC17:21
*** sperle has quit IRC17:21
*** kawe has quit IRC17:22
*** schend has quit IRC17:24
*** larsivi has quit IRC17:24
lardmanmmm, Dell Streak 7 looks quite cool17:25
lardmanI seem to remember reading somewhere that they were planning/considering Meego support for the streaks?17:26
khertansomeone use twitpics here17:26
khertan?17:26
BluesLeeMohammadAG:  changing the extraversion does not help. but you are right, i am doing something wrong as i get 211 new compiled modules i should only compile the necessary ones17:27
*** mairas has quit IRC17:28
*** dazo_mtg is now known as dazo17:29
*** sar3th|away has joined #maemo17:30
*** Malin- has joined #maemo17:31
*** gomiam has joined #maemo17:33
*** Necc has joined #maemo17:35
*** Aranel has quit IRC17:36
*** Tsuyo has joined #maemo17:38
*** vanadis has quit IRC17:39
*** Tsuyo has quit IRC17:39
*** sar3th|away is now known as sar3th17:40
*** schend has joined #maemo17:40
*** Arkenoi has joined #maemo17:42
*** gomiam has quit IRC17:45
*** gomiam has joined #maemo17:45
*** ayanes has quit IRC17:48
*** harbaum has quit IRC17:48
*** mlpug has joined #maemo17:51
lardmanhmm, even more impressive, having forgotten that I setup Thunderbird to sync with Google, I can even see my appointments on my PC17:52
lardmanvery nifty, I wonder why I put up with no syncing for so long17:52
*** xDaReaperx has joined #maemo17:53
*** shanx has joined #maemo17:53
xDaReaperxHello17:53
xDaReaperxwhere do i verify my IMEI number ?17:53
lardmanto download a FIASCO image?17:53
*** pcacjr has joined #maemo17:54
lardmanxDaReaperx: that question was for you btw17:54
xDaReaperxYes17:54
lardman~flashing17:55
infobot[flashing] http://wiki.maemo.org/Updating_the_tablet_firmware17:55
lardmanhttp://tablets-dev.nokia.com/nokia_N900.php17:55
xDaReaperxi want to verify the Version of my maemo17:55
xDaReaperxif it is middle east or what17:55
xDaReaperxby typing imei number17:55
lardmanoh, no clue about that, I can't see how it would help17:55
Shurik___Hey guys, what device are ya all coding to? n900?17:56
lardmanthere's not afaik a central registry of flashed version vs IMEI as you can flash whatever you want to the device17:56
MohammadAGdpkg -l mp-fremantle*17:56
lardmanShurik___: yes N90017:56
xDaReaperxWell okay17:56
*** jrocha has quit IRC17:56
MohammadAG002 is US, 003 is.. something else17:56
lardmanxDaReaperx: see MohammadAG's sugestion17:56
xDaReaperx00317:57
xDaReaperxmiddle east i guess17:57
MohammadAGthere's 002, 003, 203 and 00417:57
lardmanwhat differences are there anyway?17:57
MohammadAG003 MENA, 203 UK17:57
xDaReaperxwell the police called me17:57
* lardman went to grab his N900 to check, then realised it's non-functional17:57
MohammadAGand MR0's global17:57
xDaReaperxthey said my number was traced17:57
xDaReaperxand my phone was stolen17:57
BluesLeexDaReaperx: hehe17:57
nidO203 and 205 are both uk variants17:57
MohammadAGlardman, emergency numbers or something17:57
xDaReaperxi told them i bought my phone from Middle east17:58
xDaReaperxso it's no way stolen17:58
xDaReaperxbought it from Nokia17:58
lardmanMohammadAG: ah ok17:58
xDaReaperxthat is why i need to verify my IMEI number17:58
MohammadAG205 is vodafone afaik17:58
xDaReaperxi'm not using vodafone17:58
MohammadAGxDaReaperx, firmware can be changed17:58
*** pupnik has quit IRC17:58
MohammadAGthat wasn't at you17:58
lardmanwell you IMEI is written inside behind the battery and you can see if in Settings > Device Info17:58
MohammadAGit was @ nidO17:58
*** NishanthMenon has joined #maemo17:58
nidOMohammadAG: yes, 205 is vodafone in the uk17:59
MohammadAGor *#06#17:59
MohammadAGfor the Symbian way17:59
* lardman really can't type this afternoon17:59
lardmanMohammadAG: do those commands now work?17:59
MohammadAGlardman, since 1.1 afaik17:59
*** kawe has joined #maemo17:59
lardmanI've never had to use them17:59
MohammadAG*#0000# too17:59
MohammadAGthat's it17:59
*** pupnik has joined #maemo18:00
xDaReaperxokay18:00
xDaReaperxi dunno if someone is faking as polic18:00
xDaReaperxpolice *18:00
xDaReaperxyep its from middle east version18:00
lardmanphone the real police and ask18:00
MohammadAGhey, I faked an operator and sent my friend to claim his prize once18:00
ShadowJKI wouldn't give out my imei18:00
lardmanask them who your provider is as they would have to get the IMEI from them I guess18:01
xDaReaperxI didn't give my IMEI to him18:01
xDaReaperxi asked him his name18:01
xDaReaperxand branch where he worked18:01
xDaReaperxhe never told which model of phone was stolen18:01
xDaReaperxso i think maybe they are mistaken or faking18:01
MohammadAGyou could always check /dev/mtd1 to see what firmwares were flashed on it18:04
xDaReaperxjust type that in xterm ?18:05
*** moshee has quit IRC18:05
xDaReaperxuhm permission denied even with root18:05
*** moshee has joined #maemo18:05
*** moshee has joined #maemo18:05
MohammadAGstrings /dev/mtd118:06
ShadowJKwith |less probably18:06
MohammadAGyeah18:06
*** Necc has quit IRC18:07
BluesLeeMohammadAG: are you really 17?18:07
xDaReaperxit shows first one as : RX-51_2009SE_2.2009.48-5_ENOS_MR018:07
*** Venemo has quit IRC18:07
*** suresh_ has quit IRC18:07
MohammadAGyeah lol :p18:08
MohammadAGthat explains it18:08
lardmanonly 17! off with his head!18:08
MohammadAGit was a global device, flashed to middle east18:08
xDaReaperxuhm yeah18:08
BluesLeeMohammadAG: honestly, you have my respect18:08
xDaReaperxbut dosen't nokia do tha tnormally ?18:08
xDaReaperxusually while bringing it to the middle east ... it's flashd18:08
Venemo~ping18:08
infobot~pong18:08
MohammadAGxDaReaperx, no, don't recall anything like that18:09
MohammadAGmiddle eastern devices are middle eastern18:09
MohammadAGBluesLee, check january logs when I joined, I was kind of a noob :P18:09
xDaReaperxit shows sw-release-ver : RX-51_2009SE_2.2009.48-5_ENOS_MR018:09
MohammadAGI owe a lot to those who helped me18:09
rm_worklol i remember before i flashed to 1.1 my TMobile operator kept asking me to type those codes in and I was like "erm... it doesn't work. it's not that kind of phone. yes i'm typing it. no, it isn't doing anything. kthx."18:10
*** leandrosansilva has quit IRC18:10
*** leandrosansilva has joined #maemo18:10
MohammadAGwhat's ENOS18:10
xDaReaperxi dunno18:10
xDaReaperxit's just given it that way18:10
*** rmrfchik has quit IRC18:10
*** rmrfchik has joined #maemo18:11
xDaReaperxmaybe old version of middle east ?18:11
MohammadAGno, MR0 is global18:11
BluesLeeMohammadAG: yeah, nevertheless your are very productive and thats good for the community ...18:12
lardmanis that a valid week number?18:12
*** OutpostME has joined #maemo18:13
xDaReaperxBtw the police was saying someone elses name someone called : Jabber18:13
xDaReaperxno one like so we know18:13
MohammadAGxDaReaperx,18:13
xDaReaperxyeah ?18:13
MohammadAGare all other RX* strings MR0?18:13
MohammadAGno 003 strings?18:13
xDaReaperxno18:13
xDaReaperxonly 1st one18:13
xDaReaperxall the rest are 00318:14
BluesLeeMohammadAG: stupid question, whats the diff between "apt-get source kernel-power" and "apt-get install kernel-power-source"?18:14
xDaReaperxand one is  .MENA+EU18:14
MohammadAGk18:14
MohammadAGI just checked a friend's device18:14
lardmanBluesLee: one gets the source, one the binary18:14
MohammadAGit's all MR018:14
xDaReaperxoh18:14
MohammadAGand he has the ENOS thing18:14
MohammadAGno lardman18:14
MohammadAGBluesLee, kernel-power-source has patches preapplied18:14
xDaReaperxso ... it's original ?18:15
*** achipa has quit IRC18:15
xDaReaperxcause i bought it from Nokia it self18:15
lardmandoh, missed the -source on the end18:15
xDaReaperxand have international warranty18:15
MohammadAGkernel-power's source is how it's compiled18:15
mgedminBluesLee, you can build-depend on kernel-power-source, but you cannot build-depend on a source package of kernel-power18:15
MohammadAGoriginally18:15
MohammadAGby t-tan18:15
MohammadAGi.e you need to apply patches with quilt18:15
mgedminthat's usually why there are binary packages containing sources18:15
BluesLeeMohammadAG: which one shouldi get to run the dvb stuff?18:15
MohammadAGboth work fine for that18:16
BluesLeeokay18:16
MohammadAGxDaReaperx, there's no doubt it's original, but the firmware seems changed from MR0 to 00318:16
rm_worklardman: what happened to your n900 to make it non-functional? :(18:16
xDaReaperxUhm yeah18:16
lardmanrm_work: touchscreen has failed, pretty hard to use now everything is finger friendly (kb unfriendly)18:17
xDaReaperxprobably Nokia over here in middle east must have done it ... no idea though18:17
*** Guest2180 has joined #maemo18:17
xDaReaperxthey do that for most Nokia phones18:17
rm_worklardman: :( can't you buy a new touchscreen? saw some site that sold all the components individually18:17
MohammadAGno, they don't18:17
MohammadAGI'm from the middle east too you know18:18
rm_worklardman: or i guess it could also be the controller or something else random <_<18:18
lardmanrm_work: it's a loan device, so I'll wait to hear from Nokia18:18
rm_worklardman: ah, yeah18:18
*** felipec has quit IRC18:18
xDaReaperxOh .. hmm18:18
xDaReaperxSo i wonder why Nokia would ever do that18:18
lardmanis it an early batch phone, flashed to global before the Middle-Eastern image became available?18:19
*** Guest2180 has quit IRC18:19
*** felipec has joined #maemo18:19
xDaReaperxyeah i think it is18:19
xDaReaperxmaybe18:19
*** Aranel has joined #maemo18:19
xDaReaperxwasn't N900 out in 2009 ?18:19
MohammadAGsounds a bit fishy18:20
MohammadAGyes, november 200918:20
MohammadAGdevices available since september for devs afaik18:20
rm_workthere were a lot of them in the wild by, what was it, October 2009?18:20
rm_workah yeah sept18:20
lardmanperhaps as they were in short supply the returned loan devices were re-packaged and sold again? ;)18:21
MohammadAGlol18:21
GAN900rm_work, my buddy just replaced his panel.18:22
rm_workGAN900: yeah. mine has a dead pixel :( but not worth replacing just for that18:22
*** mitsutaka has joined #maemo18:22
rm_workalso it is technically a loaner device, not sure if they ever want it back tho... >_>18:22
lardmanyou get the entire LCD+touch panel as one unit I guess?18:23
*** habmala has joined #maemo18:23
GAN900lardman, not sure.18:24
xDaReaperxhmm dunno really should be legal afaik18:24
xDaReaperxif not i go with it to where i bought it from18:25
xDaReaperxand ask18:25
*** booiiing|clone has joined #maemo18:25
*** booiiing has quit IRC18:25
lardmanxDaReaperx: the other possibility is that the person who reported the IMEI stolen lied or got it wrong18:25
*** FranzStrudel has joined #maemo18:25
xDaReaperxyes i suspect he got it wrong18:25
xDaReaperxsince he was mentioning some other persons name18:25
xDaReaperxhe never told which phone was stolen , which IMEI number , his name18:26
xDaReaperxwhere he worked18:26
xDaReaperxi mean which branch18:26
lardmanwell just phone the police and ask to speak to this person, he should at least have a record of the phone type18:26
lardmanassuming he exists18:26
xDaReaperxokay i've told my uncle to do that18:28
xDaReaperxhe's probably already phoned them18:28
chem|stwhat is the nolo /dev?18:28
xDaReaperxbtw i'm living in India not middle east any more18:28
xDaReaperxi dunno how things can get stolen so far away lol18:28
MohammadAGchem|st, cat /proc/mtd and you'll see18:29
MohammadAGit's /dev/mtd018:29
MohammadAGiirc18:29
chem|stguessed from other way but thanks!18:30
*** musca` has quit IRC18:30
*** musca has joined #maemo18:30
*** dazo is now known as dazo_afk18:31
*** FranzStrudel has quit IRC18:31
ieatlintxDaReaperx: simple advice when dealing with a situation like that: ask for a phone number that you can call them back at18:31
ieatlintit's like with payment information, never give anything personal unless you initiated the call18:32
lardmanor rather ask for their name and location and look it up in the phonebook/interweb18:33
*** FranzStrudel has joined #maemo18:34
ieatlintyeah, good to do, but keep in mind if you can look up a name and location, so can anyone else... still best to verify the source18:34
ieatlintbut in my experience, the police will not take offence to someone questioning their validity over the phone, so long as you do so calmly and professionally18:34
*** BluesLee has quit IRC18:35
xDaReaperxWell okay ... i usually get nervous in such situation ... never talked to a police before lol18:36
xDaReaperxi'll try to verify as much info about who calls next time ... thanks18:36
ieatlintyou should learn, it's a good skill to have :P18:37
ieatlintand i don't mean the advice that talks about how to be a dick to the police... speaking politely to them will put you ahead 90% of the time18:38
xDaReaperxOh okay ... very well said :)18:38
xDaReaperxi did my mom do most of the talking18:39
*** leandrosansilva has quit IRC18:41
*** SpeedEvil has joined #maemo18:43
*** FranzStrudel has quit IRC18:45
*** Arkenoi has quit IRC18:46
*** retro|cz has quit IRC18:46
*** davyg has joined #maemo18:51
*** jhb has joined #maemo18:51
*** ludens has quit IRC18:51
*** lolloo has quit IRC18:52
*** ludens has joined #maemo18:53
*** lbt has joined #maemo18:54
*** MacDrunk has quit IRC18:54
*** svillar has joined #maemo18:58
*** minus273 has quit IRC18:58
*** smooph has joined #maemo18:59
*** achipa has joined #maemo19:00
*** Arkenoi has joined #maemo19:00
*** scoobert1on has quit IRC19:01
*** rcg has joined #maemo19:01
*** SpeedEvil1 has joined #maemo19:04
*** mschlens has quit IRC19:04
*** arno0ob has quit IRC19:05
*** Flipi|BNC is now known as Flipi19:06
*** noodles900 has quit IRC19:06
*** mschlens has joined #maemo19:06
*** toniher has quit IRC19:07
*** SpeedEvil has quit IRC19:07
*** toniher_ has joined #maemo19:07
*** toniher_ is now known as toniher19:07
*** hyper_noob_xl has joined #maemo19:07
hyper_noob_xlyo19:07
hyper_noob_xlwas the problem with wifi sthe battery power resolved in the pr1.3?19:08
hyper_noob_xl^sapping19:08
hyper_noob_xl?19:10
*** fnordianslip has joined #maemo19:12
*** SpeedEvil1 is now known as SpeedEvil19:13
*** fnordianslip has left #maemo19:13
hyper_noob_xlwas the problem with wifi sthe battery power resolved in the pr1.3?19:13
*** disco_stu has quit IRC19:13
hyper_noob_xl^sapping19:13
*** trupheenix has joined #maemo19:14
SpeedEvilsome APs do no tproperly interoperate with the n900, causing extra power consumption19:14
*** disco_stu has joined #maemo19:14
*** FireFly|n900 has quit IRC19:14
hyper_noob_xlso there is still a need for unloading the wifi modules to save power?19:15
lardmandisconnect19:16
*** JakDaRippa has joined #maemo19:17
SpeedEvilyeah - turn off wifi, and if you want t o go to the extreem, don't have it auto-search for wifi19:18
*** FireFly|n900 has joined #maemo19:18
*** yacc has quit IRC19:18
JakDaRippawill having my n900 attached via usb to my pc constantly (every night and sometimes all day) effect the battery?19:19
alteregoJakDaRippa: yes, it should charge it.19:19
*** Vanadis_ has quit IRC19:19
JakDaRippabut once it's charged?19:19
JakDaRippai can19:19
JakDaRippai can't find anything online about it19:19
lardmancharge it every night19:19
lardmanor every other if you don't use it too much19:20
lardmanor even every 5 days if you really don't connect to anything19:20
rm_worki was wondering that myself (and about my laptop battery as well)... if i leave them plugged in constantly, does it ruin the battery? I can't remember what type of battery it is that has that problem19:21
alteregorm_work: none if the laptop is built right ..19:21
hyper_noob_xlI dont have auto search for on.  I thought there was a bug that made the wifi search in the background even when it was disconnected hence the unloading wifi modules to stop it from draining power.  Has this been fixed in pr1.3?19:21
lardmanno, li-ion like to be kept reasonably well charged don;t they?19:21
alteregoOnce a laptop is fully charged, the power should come only from the charger and thw battery should be left along until you disconect it from the mains.19:22
hyper_noob_xlno19:22
SpeedEvillardman: no19:22
lardmanoh19:22
SpeedEvillardman: store at 40% charge.19:22
hyper_noob_xlli-ion like to be around 60%19:22
lardmanfair enough19:22
SpeedEvillardman: Your laptop battery oly lasts a year, at full capacity, as it's charged all the time.19:22
*** kerio92 has joined #maemo19:22
SpeedEvillardman: If you charge it to 80%, it can last several years19:22
hyper_noob_xlthere is a wiki entry on li-ion batterys19:22
lardmanSpeedEvil: noted19:22
hyper_noob_xlnot true speedevil19:23
SpeedEvillardman: batteryuniversity.com has reasonable stuff19:23
SpeedEvilAlso - they hate high temps.19:23
hyper_noob_xlthats true19:23
hyper_noob_xland deep discharge19:23
*** [DrkGUNMAN-N900] has joined #maemo19:23
SpeedEvilhigh temp at high states of charge kill them fast19:23
*** kerio has quit IRC19:24
*** AD-N770 has joined #maemo19:24
rm_workso leaving my laptop plugged in 24/7 is, in fact, totally killing it? :P19:24
hyper_noob_xlyes19:25
alteregoNot if it's built right ..19:25
hyper_noob_xlif you leave it plugged in 24/7, take the battery out19:25
rm_workk well, not sure what I can do about it19:25
rm_workah, that19:25
rm_worki suppose that would work :P19:25
*** mr_cecil has quit IRC19:25
hyper_noob_xlit does, but it is a sucky solution19:25
khertanAnd some laptop have settings in bios to charge only to 80%19:25
jacekowskiBS19:26
hyper_noob_xlli-ions only really last a year at best with normal use, longer if you are well anal19:26
khertanthis is the case of my netbook Samsung n13019:26
jacekowskiit's not killing battery19:26
jacekowskilaptops and batteries have specialised charging circuits19:26
*** kerio92 is now known as kerio19:26
hyper_noob_xl-_-19:26
jacekowskito prevent that19:26
hyper_noob_xlgoto batteryuniversity, go learn about li-ion chemistry19:26
jacekowskiand bettery is just connected there with small current flowing trough it19:26
khertansomeone use twitpics here ?19:26
jacekowskihyper_noob_xl: it's leaving li-ion discharged that's killing it19:27
jacekowskinot charged19:27
hyper_noob_xlwhat?19:27
hyper_noob_xldude, learn about li-ions first19:27
jacekowskidude19:27
keriohahaha19:27
jacekowskistop saying bullshit to people19:27
hyper_noob_xl-_-19:27
hyper_noob_xlwhat ever19:27
hyper_noob_xldumbass19:27
alteregoHeh19:28
khertanit's funny saying that from a nick hyper_noob_xl :)19:28
lardmankhertan: well that's good as I have an N14019:28
alteregoYeah, never let a lion fully discharge.19:28
alteregoIt's messy.19:28
khertanlardman: so look into the bios this is pretty much the same :)19:29
lardmanyep19:29
khertanlthey call it : Battery Life Cycle Extension19:29
*** vanadismobile has joined #maemo19:30
khertanin advanced19:30
khertanparameters19:30
khertanmine is one year old, most of the time connected to the charger19:30
jacekowskithere are only two things that kill batteries, heat and leaving it discharged for too long19:31
khertandidn't notice any battery drop down19:31
lardmancool, I'll take a look see19:31
*** yacc has joined #maemo19:31
*** FIQ has quit IRC19:31
jacekowskieffects of anything else are minimal19:31
*** pcacjr has quit IRC19:31
khertanlardman: and meego run very well on it19:32
lardmanhmm, looks very much like beer-o'clock to me19:32
rm_workhttp://batteryuniversity.com/_img/content/parttwo-34.gif19:32
rm_workhrm19:32
hyper_noob_xlso you are saying a li-ion battery can be re-charged to maximal capacity indefinatley?19:32
lardmankhertan: I've already got WinXP + Ubuntu on there19:32
lardmankhertan: will need a bigger hdd!19:32
*** jhb has quit IRC19:32
rm_work"High charge levels and elevated temperatures hasten permanent capacity loss. "19:32
khertanlardman: ubuntu was freezing on mine19:32
lardmanwifi is craptastic19:32
lardmanno idea why, but otherwise all works fine19:33
jacekowskihyper_noob_xl: no19:33
khertanlardman: freeze with many kernel sata exception19:33
hyper_noob_xlthen there are at least 3 things that can kill a battery19:33
khertanlardman: got no problem on debian lenny19:33
lardmanhmm, well Maverick works fine for me19:33
jacekowskihyper_noob_xl: i'm saing that charging/discharging batteries isn't causing significant loss of capacity19:33
rm_work"If possible, store the battery in a cool place at about a 40% state-of-charge. Some reserve charge is needed to keep the battery and its protection circuit operational during prolonged storage. Avoid keeping the battery at full charge and high temperature. "19:33
hyper_noob_xla li-ion battery has a limited number of charge/discharge cycles19:33
*** FIQ has joined #maemo19:33
lardmanthough I quickly got rid of that stupid netbook desktop interface rubbish19:33
jacekowskiehh19:34
jacekowskiand again somebody quoting batterybullshit website19:34
jacekowskiread manufacturer datasheets19:34
SpeedEviljacekowski: leaving lithium-ion batteries at 100% state of harge, and 25C - they drop in capacity significantly year by year19:34
*** MadViking has quit IRC19:34
khertanlardman: mine come with win7 ... lol19:34
SpeedEvilAt 80% charge - the capacity depreciation is much, much slower19:34
rm_work"A lithium-ion battery provides 300-500 discharge/charge cycles. The battery prefers a partial rather than a full discharge. Frequent full discharges should be avoided when possible."19:34
rm_workjacekowski: so you're saying that site is just wrong?19:34
jacekowskirm_work: yes19:35
lardmankhertan: mine did too, was too slow so I chucked in 2Gb and installed XP instead19:35
jacekowskirm_work: i believe manufacturer datasheets19:35
jacekowskirm_work: not some site selecting random parts from random datasheets19:35
khertanlardman: i wipe everything to put debian lenny with xfce run very well19:35
alteregojacekowski: and lets not forget chinese whispers.19:35
SpeedEviljacekowski: The manufacturer datasheets do not mention capacity loss at all typically.19:35
hyper_noob_xlwhen you keep it plugged in it charges to 100% then stops charging.  The battery then discharges due to internal resistance and powering the current control circuit. when the battery is sufficiently discharged from this (to maybe 90%) it re-charges back to 100%.  Thus, if you leave dit plugged in youare charging/discharging constantly.19:35
jacekowskisome do19:35
alteregoThere are so many common misconceptions in regards to batteries in general19:36
jacekowskihyper_noob_xl: nope19:36
jacekowskihyper_noob_xl: it never stops charging it19:36
lardmankhertan: I'll have to see if I can nick my wife's betbook to try Meego, but the installer needs to be able to resize her NTFS partition otherwise it's no-go19:36
hyper_noob_xlwtf?19:36
hyper_noob_xlare you retarded?19:36
jacekowskihyper_noob_xl: it has very small current flowing trough it19:36
lardmans/betbook/netbook19:36
SpeedEviljacekowski: however - in this ase, you're wrong, I could dig up the links to papers I've got, but I really can't be arsed. Batteryuniversity.com is actually written by people that make battery analysers.19:36
SpeedEvilAnd make money at it.19:36
hyper_noob_xlignore jacekowski19:36
hyper_noob_xlmongloid dumbass19:36
alteregohyper_noob_xl: no need to be rude.19:37
hyper_noob_xlsorry19:37
hyper_noob_xlbut he is clearly trolling19:37
*** eMHa_ has quit IRC19:37
*** panaggio has joined #maemo19:37
*** xDaReaperx has quit IRC19:37
alteregohyper_noob_xl: you're both arguing, that's not trolling, that's debate.19:37
hyper_noob_xlhe is ignored now and I am re-entering my happy place :)19:37
lardmanno, I think he actually disagrees19:37
hyper_noob_xldiscussing whether black is white is not debate19:37
alteregohyper_noob_xl: sure it is.19:38
alteregohyper_noob_xl: if you're both blind :P19:38
*** MadViking has joined #maemo19:38
toresbeat least from what I'm reading, using the adjective "mongoloid" immediately makes me slightly biased against you19:39
alteregoHeh19:39
jacekowskihyper_noob_xl: http://www.mpoweruk.com/performance.htm19:39
alteregoBatteries, always a hot topic.19:39
jacekowskihyper_noob_xl: and that http://www.mpoweruk.com/life.htm19:39
alteregoEspecially if you own an Apple19:39
toresbealso, you're wrong19:39
jacekowskiand19:40
jacekowskihttp://www.mpoweruk.com/bms.htm19:40
*** mr_cecil has joined #maemo19:40
lardmanaaaargh, I hate on-screen keyboards19:41
alteregolardman: me too.19:41
*** smooph has quit IRC19:42
*** smooph has joined #maemo19:42
lardmanI bet you're not forced to use a QVGA touchscreen-only phone though :p19:42
*** dos1 has joined #maemo19:42
hyper_noob_xlim wrong?19:43
hyper_noob_xlabout batterys or debate?19:43
hyper_noob_xl^batteries19:43
hyper_noob_xl6?19:43
hyper_noob_xl^?19:43
* lardman heads home, catch you guys over the weekend19:44
*** lardman is now known as lardman|gone19:44
Shapeshifterdoes someone know how I can get the currently playing song and do next/previous from the cli for the builtin player?19:44
*** valeriusN has quit IRC19:44
alteregolardman|gone: no, what phone? :)19:44
mgedminShapeshifter, there are some dbus commands, I think I once found a wiki page describing them19:45
Shapeshiftermgedmin: mhh thanks19:45
mgedmineither that or a forum post19:45
mgedmintry google?19:45
mgedminI've ~/bin/pause-music on my n90019:46
Shapeshifterbeing on 2G atm, I like to cheat by asking here first ;)19:46
mgedminit does dbus-send --type=method_call --dest=com.nokia.osso_media_server /com/nokia/osso_media_server com.nokia.osso_media_server.music.pause19:46
Shapeshiftermgedmin: oh thanks19:46
* mgedmin thinks DBus designers drank too much Java kool aid19:46
*** crashanddie has quit IRC19:49
hyper_noob_xlSHAPESHIFTER, google for 'maemo scripts wiki' also 'maemo phone-control'19:49
*** Goof2011 has left #maemo19:49
khertanso i'm not the only one to found this thing horrible19:49
MohammadAGShapeshifter, I merged all (I think) commands in that page in one script, under the package phone-control19:50
ShapeshifterMohammadAG: awesome, thanks19:51
MohammadAGShapeshifter, to get the currently playing song you'd need some C/C++ app19:51
MohammadAGpython should also work, see alterego's media-im-status-updater19:52
*** piggz has joined #maemo19:52
ShapeshifterMohammadAG: nifty script19:53
*** baraujo has quit IRC19:53
MohammadAG:)19:54
* MohammadAG made it to see the look on nosy people's faces19:55
MohammadAGI could lock my N900 from my laptop when someone picks up my phone19:55
*** LjL has joined #maemo19:56
ShapeshifterMohammadAG: typo in -h "e.g. --mp-pause laucnh" ;)19:56
LjLhey i don't suppose there is a way i could emulate an N810 with Maemo to see what it's like?19:56
MohammadAGShapeshifter, heh19:57
*** luke-jr_ is now known as luke-jr19:58
luke-jrLjL: no, why?19:59
luke-jrLjL: Maemo doesn't even support  N810 anymore19:59
*** Mr_Rixa has joined #maemo19:59
*** habmala has quit IRC20:00
Mr_RixaHello \o :)20:00
*** FireFly|n900 has quit IRC20:00
hyper_noob_xlMohhamedG!!!20:01
*** jrocha has joined #maemo20:01
hyper_noob_xlOMG dude20:01
hyper_noob_xlI love your shit20:01
hyper_noob_xlphone-control was fukin' balla20:01
LjLluke-jr: because i want to buy one20:01
hyper_noob_xlI mean, thank you for your kind contributions good sir.  They have enhanced my n900 immensly.20:02
*** habmala has joined #maemo20:02
luke-jrLjL: well, Maemo doesn't support it anymore, so you'll have to find an OS that does20:02
luke-jrLjL: AFAIK only Gentoo20:02
*** jhb has joined #maemo20:03
LjLluke-jr: eh, can't i just use the latest version of maemo that supports it?20:04
LjLs/latest/last/20:04
infobotLjL meant: luke-jr: eh, can't i just use the last version of maemo that supports it?20:04
MohammadAGhyper_noob_xl, thanks :D20:04
*** felipe` has quit IRC20:04
Mr_RixaI have a problem... I installed fMMS and that made a new "internet connection" (mms) and n900 tries to use that as normal packet data connection instead of normal "internet" setting..20:04
*** FireFly|n900 has joined #maemo20:04
luke-jrLjL: …no20:04
luke-jrLjL: software is like cars, it requires maintenance20:06
LjLwhy not? do people who own an N810 suddenly find it stop working? O.o20:06
luke-jrif it hasn't been maintained, you shouldn't use it20:07
*** florian has quit IRC20:07
luke-jrthere are dangers, etc20:07
*** jhb1 has joined #maemo20:07
lcuksigh20:07
LjLwill it explode?20:07
DocScrutinizer*YAWN* only bits I've seen rotting are on my floppies and CDRs20:07
luke-jrLjL: unlikely20:08
*** jhb has quit IRC20:08
luke-jrLjL: but it could20:08
LjLcould it explode with maintained software?20:08
*** vanadismobile has quit IRC20:08
*** abbera_ has joined #maemo20:08
DocScrutinizer*I* could explode in a second :-P20:08
lcukluke-jr, adding new features and updating to more polished frameworks is one thing, but computers are tools and if the software works for purpose then it does not suddenly become dangerous with age.20:08
DocScrutinizerlcuk: thanks20:09
* DocScrutinizer pets his N81020:09
lcuki have a casio calculator that I got at school age20:09
*** abbera_ has quit IRC20:09
khertanand i ll add that my n810 is still a device i use for ssh session, and some python test20:10
khertanand like cuk i still have and use my hp 48sx (really old now)20:10
DocScrutinizeryeah, the sinus calculation algo probably is rotten to oblivion by now :-p20:10
DocScrutinizer- in that casio calculator20:10
*** eMHa_ has joined #maemo20:10
LjLhp48 is complicated20:10
lcukits no longer sinus - it flatlined.20:11
khertanLjL: less than an iphone20:11
khertanit s a calculatrice20:11
* DocScrutinizer sobs for his incinerated HP41CV20:12
hyper_noob_xldid anyone compile the lesswatrs hp49g pwns all u noobz20:12
khertanWhouhou ! Chromium win versus FireFox : ... 24Gb of ram used !20:12
khertanrecord !20:12
DocScrutinizerWTF?20:13
khertanDocScrutinizer: there is a page on the intranet of my company which make firefox eating 8Gb of ram and crash ... but chromium eat all what it can and crash at 24Gb20:14
DocScrutinizerI never touched a box that had even swap of that size20:14
khertan12Gb more and i ll eat the max size of the swap :)20:14
khertanDocScrutinizer: i use a swap which have the same size as the main memory20:15
khertanDocScrutinizer: 32Gb of Ram :)20:15
*** AD-N770 has quit IRC20:15
*** Openfree` has quit IRC20:15
DocScrutinizerwhat a zoo of insanity: insane ulimits, insane system config (wtf such a big swap?!), insane browser design and insane webpage20:15
*** diegohcg has quit IRC20:16
*** pablo2 has quit IRC20:16
*** merlin1991 has joined #maemo20:16
khertanDocScrutinizer: why 32Gb of swap, because 32Gb of ram ...20:17
khertanDocScrutinizer: the webpage is insane ... .true :)20:17
DocScrutinizerkhertan: swap is from a time where RAM was a percious resource. There's absolutely ZERO use in swap when you have an abundance of RAM20:17
luke-jrLjL: much less likely20:17
*** diegohcg has joined #maemo20:17
*** pablo2 has joined #maemo20:17
luke-jrlcuk: you assume a non-hostile world20:17
khertanDocScrutinizer: except for hibernate20:18
DocScrutinizerlol!!20:18
khertanelse zero use... true20:18
khertan:)20:18
DocScrutinizerit will take HOURS to hibernate and resume a machine that used up 32GB of RAM20:18
LjLluke-jr: oh right, why would i assume a non-hostile world on a old device with no 3G i'd use behind a router for reading books20:18
khertanDocScrutinizer: 30s20:19
LjLthat was foolish of me20:19
* LjL rolls eyes20:19
DocScrutinizerwait WHAT? you have HDD with 1GB/s bandwidth?20:19
khertandid i said swap is on an ssd :)20:19
*** shanx has quit IRC20:19
khertaninsane ... yes i know20:19
DocScrutinizerhmm, ok20:20
* DocScrutinizer heads out for brinner finally20:20
luke-jrDocScrutinizer: what abundance of RAM?20:20
lcukluke-jr, do you have a single piece of verifiable information or are you just smoking crack?20:21
luke-jrRAM is still the weakest link in PCs20:21
* luke-jr feels like making a N810 BME exploder worm just to prove lcuk wrong20:21
* DocScrutinizer hands luke-jr his beta tested prototype X-P20:22
lcuksigh, cyas later folks20:23
*** lcuk has left #maemo20:23
luke-jrLjL: real world example: Maemo 4 still doesn't have XMPP support that is compatible with present-day XMPP servers20:23
*** onen|openBmap has joined #maemo20:23
DocScrutinizercya lcuk, guys and gals20:23
luke-jrthanks to a bug Nokia never fixed20:23
*** bigbrovar has joined #maemo20:23
LjLno third party xmpp clients?20:24
luke-jr…20:24
luke-jrdoubt it20:24
LjLthat's indeed the sort of thing i'd have liked to find out with the help of an emulator20:24
luke-jrif Maemo did one thing right, it was lack of communication clients20:24
luke-jreverything is integrated there20:25
*** nicu has quit IRC20:25
luke-jrinto the OS20:25
DocScrutinizer*cough*20:25
luke-jreven Skype is integrated, no client20:25
DocScrutinizerwooow skype X-P20:26
*** DocScrutinizer-8 has joined #maemo20:26
*** DocScrutinizer-8 has joined #maemo20:26
LjLskype :(20:26
*** toniher has quit IRC20:26
* luke-jr wonders if Maemo 4 had Skype suppor20:26
*** Goof2011 has joined #maemo20:26
DocScrutinizer-8it has SIP support just fine20:27
*** Openfree` has joined #maemo20:27
DocScrutinizer-8who needs skype?20:27
*** kawe has quit IRC20:27
luke-jrDocScrutinizer-8: true20:28
DocScrutinizer-8xchat working like a charm, as you can see20:28
DocScrutinizer-8cya peeps20:28
* luke-jr coughs20:28
maybeHerehttp://www.wired.co.uk/news/archive/2011-01/07/russians-penetrate-lake-vostok we're all going to die!20:29
*** pH5 has joined #maemo20:30
*** edenite has joined #maemo20:36
*** hardaker has quit IRC20:36
edeniteMOHAMMEDAG20:36
*** edenite is now known as hyper_noob_XXL20:37
hyper_noob_XXLMOHAMMEDAG20:37
hyper_noob_XXLMOHAMMEDAG20:37
*** hyper_noob_XXL has quit IRC20:37
*** hyper_noob_xl has quit IRC20:37
*** Molteris has joined #maemo20:40
*** scoobertron has joined #maemo20:42
*** millenomi has quit IRC20:43
*** millenomi has joined #maemo20:44
alteregoIs it just me, or do other people get annoyed that mapping apps don't remember their destination when you quit/restart them?20:44
*** ponyofdeath has quit IRC20:44
alterego(Because I've added persistance to columbus) ^.^20:44
*** [DrkGUNMAN-N900] has quit IRC20:47
*** FIQ has quit IRC20:50
piggzive gathered most of the kernel oops from my n900 crashes from the last 3 weeks or so....printed its 34pages of 6pt text...will it be any use to the engineer i take it to (at the very least i want to emphasise its a hardware issue)21:00
*** PhonicUK has joined #maemo21:00
piggzs/likely a hw issue21:01
*** jd has quit IRC21:01
*** kwek has quit IRC21:03
*** githogori has joined #maemo21:03
*** smooph1 has joined #maemo21:03
*** moshee has quit IRC21:03
*** moshee has joined #maemo21:03
*** jd has joined #maemo21:05
*** smooph has quit IRC21:06
*** Flipi is now known as Flipi|BNC21:06
*** ponyofdeath has joined #maemo21:07
*** johnsq has joined #maemo21:08
johnsqHi21:09
*** Vanadis has joined #maemo21:11
*** sid_ has quit IRC21:11
*** toniher has joined #maemo21:11
*** sid_on has joined #maemo21:11
*** Goof2011 has left #maemo21:13
*** aloisiojr has quit IRC21:15
*** smooph1 has quit IRC21:16
*** joaoraf has quit IRC21:17
mikki-kunhm, how can i tell whether i have an express card slot or an cardbus slot?21:17
psycho_oreosmikki-kun, from googling for pictures21:17
rm_workwhat device is it?21:17
mikki-kuncarbus and expresscard54 have the same width :)21:18
mikki-kunrm_work: dell latitude d62021:19
*** bilboed has joined #maemo21:19
mikki-kunfirst time in my life i would ever use that slot21:19
*** msanchez has quit IRC21:19
psycho_oreoshttp://media.obsessable.com/media/2009/01/02/expresscards-compared.jpg <--- how hard was that?21:20
mikki-kunlspci tells me somethign about cardbus, but a website tells me expresscard...21:20
mikki-kunso now i am confused by that output...21:20
psycho_oreoslspci cannot be wrong21:20
psycho_oreosnot for that instance anyway21:20
mikki-kun03:01.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus Controller (rev 40) <--- tells me lspci21:21
*** pablo2 has quit IRC21:21
mikki-kunso it means i have to buy a cardbus card?21:21
mikki-kunor would also an express card work with that slot?21:22
psycho_oreoscardbus and express cards are not cross compatible without an adapter21:22
psycho_oreosand smartcard != express card21:22
*** florian has joined #maemo21:23
*** bilboed has left #maemo21:23
mikki-kunehhh, smartcard? where does that fit into the picture? :)21:23
mikki-kun*totally confused now*21:23
*** Aranel has quit IRC21:23
mikki-kunpsycho_oreos: this page here tells me express-cards should work, but can i take it for granted? http://www.mobilewhack.com/reviews/dell_latitude_d620_laptop.html21:24
psycho_oreosyour lspci output says the device onboard is either a cardbus or smartcardbus controller or both. If you google for pictures you would easily see that smartcards aren't the same as pcmcia cards21:25
psycho_oreosnor are smartcards the same as express cards21:25
psycho_oreosmikki-kun, have you bothered to read your laptop's manual? or even service manual from dell website?21:25
psycho_oreosits called process elimination21:25
DocScrutinizer-8or wikipedia21:25
mikki-kunpsycho_oreos: the manual is in thailand, i am in switzerland :) you know a way i could read it? :)21:26
psycho_oreosmikki-kun, I did say service manual from dell website no?21:26
DocScrutinizer-8or wikipedia21:27
*** FIQ has joined #maemo21:28
psycho_oreosfor some reason I don't think this person would be likely be inclined to read from wikipedia, he/she seems like to trust some fancy site that says this instead of that21:28
mikki-kunpsycho_oreos: who says wikipedia is right21:29
mikki-kunin the field of science i've seen it fail pretty hard for many articles21:29
DocScrutinizer-8meh21:29
psycho_oreosmikki-kun, if wikipedia isn't right then who is stopping you from doubting it and comparing the information with other sources?21:29
psycho_oreosor frankly why wouldn21:30
*** jd has quit IRC21:30
psycho_oreoswhy wouldn't the pages be edited so that its reflected in a more correct manner?21:30
*** Pavel has quit IRC21:30
mikki-kunhm, which page? the wikipedia one?21:31
psycho_oreosyes whichever page you believe wikipedia is wrong for that portion of article. Its a free online encyclopedia anyway21:32
DocScrutinizer-8who says your manual is right? who says we are right? who says your eyes are right?21:33
MrBawbmight as well finish that off with "who says right is right?"21:34
*** trupheenix has quit IRC21:34
psycho_oreostrust no-one? :)21:35
DocScrutinizer-8"I won't bother  to read it cause I dunno for sure ig it's right"  Â«- most lame statement I heard for long time21:35
*** FIQ has quit IRC21:36
*** Pavel has joined #maemo21:36
*** jd has joined #maemo21:37
*** FIQ has joined #maemo21:39
*** messerting has joined #maemo21:40
*** tackat is now known as tackat_shower21:45
rm_workwow, you guys are really going off on a total tangent :P I usually recommend avoiding the "letmegooglethatforyou.com" way to respond to people, regardless of situation21:45
MohammadAGyeah21:46
rm_workanyway, i was going to say, my normal method is to read as much as physically possible, tally the opinions, and go with the one that has a higher count (discarding things that reference the same source, if i've already counted it). has served me well so far21:47
MohammadAGlmgtfy.com is obviosly better21:47
*** NIN101 has quit IRC21:47
rm_workthat or ask somewhere that people might know the answer (like here) :P21:47
*** ZogG_work has joined #maemo21:50
*** nicu has joined #maemo21:51
*** SnowBall has quit IRC21:52
*** SnowBall has joined #maemo21:52
*** SnowBall has joined #maemo21:52
*** WhiteWidow has joined #maemo21:52
*** kakashi_ has joined #maemo21:53
*** mr_cecil has quit IRC21:53
ZogG_workhohoho21:55
*** Pillum has quit IRC21:55
trumeeanyody knows why that joikuspot bouncer is needed in power kernel?21:56
*** FIQ has quit IRC21:57
*** GuySoft has quit IRC21:57
trumeei have compiled my own custom kernel and was wondering if i need that joikuspot bouncer as well21:57
trumeealthough, i have minor changes from stock kernel, but have a new kernel string.21:58
SpeedEvildo you use jokiospot21:58
*** GuySoft has joined #maemo21:59
*** suresh_ has joined #maemo22:00
DocScrutinizer-8seen that lately. cruft22:01
*** larsivi has joined #maemo22:01
*** Pillum has joined #maemo22:01
*** BCMM has joined #maemo22:01
trumeeSpeedEvil: want to use it22:02
trumeeSpeedEvil: because i dont know what i need to patch in my custom kernel to get mobilehotspot going22:02
DocScrutinizer-8then you probably want to keep that  bouncer :-)22:03
trumeeSpeedEvil: and i have a copy of joiku which i bought some time back22:03
trumeeDocScrutinizer-8: why is that bouncer required?22:03
DocScrutinizer-8trumee: didn't you say your custom kernel is based on PK?22:03
ZogG_workDocScrutinizer-8: what happened to your 51?22:03
trumeeDocScrutinizer-8: no it is not22:03
*** xnt14 has quit IRC22:04
*** WhiteWidow has quit IRC22:04
trumeeDocScrutinizer-8: on the other hand, it is very close to stock22:04
*** MohammadAG has quit IRC22:04
*** lirakis has joined #maemo22:05
lirakishey every one22:05
lirakishow is it going22:05
DocScrutinizer51ZogG_work: whatms wrong with my 51?22:06
lirakisstill feeling good to be left out in the cold by nokia?22:06
ZogG_workit's not the best thing about you but it's better than -822:07
DocScrutinizer51grrr N810 kbd and N900 kbd are not compatible22:07
ZogG_worklirakis: i'm trolling, they hating22:07
*** BabelO has joined #maemo22:07
*** BabelO has quit IRC22:07
*** BabelO has joined #maemo22:07
*** pcacjr has joined #maemo22:07
*** MohammadAG has joined #maemo22:07
lirakisyeah22:08
ZogG_workMohammadAG: \o/22:08
lirakisi mean22:08
DocScrutinizeryes???22:08
ZogG_worklirakis: if you want to troll, go elsewhere, it's my Territory22:08
lirakisas if mameo wasnt rough enough ..... they had to ditch the whole user base who shelled out big bucks for the n900, and then push a totally undeveloped meego22:09
*** felipec has left #maemo22:09
ZogG_workonly i can troll here22:09
lirakisZogG_work, i only come in from time to time22:09
DocScrutinizertrumee: I got no clue but I guess it's something needed to emulate infrastructure mode on N900 WLAN22:09
lirakisjust to piss a few off, then i leave22:09
johnxlirakis, nah, ZogG is right. no room for two trolls. sorry :|22:09
ZogG_worklirakis: what's the point?22:09
ZogG_workto get people and yourslf more upset22:09
DocScrutinizerlirakis: I can help you to get task acomplisahed much faster22:09
SpeedEvilDoes anyone happen to know what the position is on nokia care if yous end you r n900 in for warranty service, and no fault is found?22:10
lirakisZogG_work, every once in a when i just get angry for ever supporting nokia22:10
ZogG_workDocScrutinizer51: can u talk to DocScrutinizer, to calm him down?22:10
lirakisi just feel i have to vent22:10
lirakisits productive from that perspective22:10
lirakisSpeedEvil, nokia never cares22:10
ZogG_worklirakis: ok, keep it for yourself, me too, but it's not the reason i come here22:10
DocScrutinizernot for this chan22:10
lirakisSpeedEvil, except to take your money22:10
DocScrutinizermaybe for you22:10
trumeeDocScrutinizer: joikuspot seems to be working fine on my custom kernel, thanks22:10
DocScrutinizeralso not for your psychatric doctor22:11
SpeedEvillirakis: I'm more asking what the charge might be22:11
lirakisok - see you guys later.   enjoy your dying device that has no support from the mfg for future updates, even though its less than a year old22:11
lirakisarii jaaks should be fired22:11
*** Guest44658 has joined #maemo22:11
lirakisbye bye22:11
johnxlirakis, bye. we'll tell you if we have a troll opening. send the resume though, and we'll keep it on file22:12
ZogG_workhttp://www.youtube.com/watch?v=bMltvlqEM5422:12
SpeedEvillirakis: Have you conisdered a martyrdom attack?22:12
*** Guest44658 has quit IRC22:12
DocScrutinizerlirakis: please leave NOW!22:12
DocScrutinizerso I don't have to bother to ban you22:12
*** spiritd has joined #maemo22:12
lirakisoh sorry ...thought i hit part22:13
*** Aranel_ has joined #maemo22:13
*** lirakis has left #maemo22:13
*** swc|666 has joined #maemo22:13
*** lirakis has joined #maemo22:14
DocScrutinizerwhat a moron22:14
lirakissorry ... ha ha... i just realized ari cant even be fired.  he realized that maemo and nokia have no future22:14
lirakisand he left22:14
lirakisfor hp22:15
*** Aranel_ has quit IRC22:15
*** tackat_shower is now known as tackat22:15
*** ChanServ sets mode: +o DocScrutinizer22:15
*** lirakis has left #maemo22:15
ZogG_work lirakis [~lirakis@ool-ad022bb1.dyn.optonline.net] has left #maemo ["Ari Jaaks should be fired"]22:15
ZogG_worklol22:15
*** DocScrutinizer sets mode: +b lirakis!*@*22:15
ZogG_workban him22:15
ZogG_workgood22:15
*** Aranel has joined #maemo22:15
*** ChanServ sets mode: -o DocScrutinizer22:15
ZogG_workDocScrutinizer: who is the owner of bot btw?22:18
DocScrutinizerwhich one? infobot?22:18
chxwhat does it mean if the status led is red?22:19
DocScrutinizerfront cam activated22:19
DocScrutinizerusually22:19
ZogG_workit blink with low bat sometimes i think too22:19
DocScrutinizerwith broken bat it blinks, yes22:19
chxah22:20
chxi see22:20
chxi did yeah -- but how do i switch it off now :)22:20
chxi tested a video call with a friend22:20
DocScrutinizerit should switch off when cam is deactivated22:20
*** nagonnaworkhere has joined #maemo22:21
spiritdhow can I start xterm with root and bash loaded?22:21
*** benh has joined #maemo22:21
MohammadAGlol @ bot22:22
MohammadAGthe N900's over a year old22:22
DocScrutinizerdbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_deactivate string:PatternWebcamActive22:22
DocScrutinizerbot?22:22
MohammadAGthe troll thingy22:22
DocScrutinizerthat's not been a bot I think22:23
MohammadAGari jaaski et all22:23
DocScrutinizerthat's been a troll22:23
MohammadAGthey both lack a life22:23
DocScrutinizerchx: dbus-send been for you22:23
*** NIN101 has joined #maemo22:24
*** Noobmonk3y has joined #maemo22:24
johnxMohammadAG, and yet somehow infobot is both more helpful and friendlier22:25
MohammadAGNoobmonk3y's alive22:25
Noobmonk3ywooooop!22:25
Noobmonk3yevvvvvening!22:25
Noobmonk3y:)22:26
*** SpeedEvil has quit IRC22:26
MohammadAGis it a coincidence the track i'm listening to had "wooo" in it when you said woop?22:26
*** SpeedEvil has joined #maemo22:26
DocScrutinizeris this >>dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_activate string:PatternError << what you meant by blinking red?22:26
Noobmonk3yhahaha22:26
MohammadAGwhat's that even acitvated by22:27
DocScrutinizerbme?22:27
DocScrutinizerdsme?22:27
DocScrutinizerNFC22:27
MohammadAGnope22:27
DocScrutinizerstrings might tell you22:27
DocScrutinizernope what?22:28
MohammadAGyeah, already stringed mce and bme22:28
DocScrutinizerhmm mce also a candidate22:28
MohammadAGnot bme, nor mce, nor dsme22:28
DocScrutinizermce though won't probably call its own pattern definitions via dbus :-P22:29
MohammadAGlol!22:29
MohammadAG/usr/sbin/avahi-daemon:org.freedesktop.Avahi.IsPatternError22:29
opdf2hmm trying to update backupmenu, but it says it violates 3rd party22:30
*** FIQ has joined #maemo22:30
DocScrutinizermultiboot?22:31
opdf2i dont use multi22:31
DocScrutinizergood boy22:31
MohammadAGheh22:33
spiritdwhy its bad?22:33
DocScrutinizermaybe it conflicts with its own version1?22:33
*** Noobmonk3y has quit IRC22:35
opdf2nm i thought it was backmenu22:35
opdf2it is bootmenu that won't update22:35
opdf2conflicts with backupmenu22:35
*** aloisiojr has joined #maemo22:36
*** florian has quit IRC22:36
opdf2backmenu it dependent on bootmenu, though. I'll try uninstall both then reinstall backupmanu22:36
*** yacc900 has joined #maemo22:36
*** tackat has quit IRC22:37
yacc900Any howto to enable PAN on the N900? (as server)22:38
*** florian has joined #maemo22:39
yacc900the wiki is not really helpful, DUN is not an option as the Archos dislikes my SIM card on DUMN access22:41
*** MadViking has quit IRC22:42
MrBawbyacc900: what about wifi instead? http://mobilehotspot.garage.maemo.org/22:42
*** millenomi has quit IRC22:42
*** NIN101 has quit IRC22:42
*** MadViking has joined #maemo22:43
yacc900MrBawb: well bluetooth uses usually less power and the Archos is very touchy about WLANs22:43
*** nagonnaworkhere has quit IRC22:43
*** crs has quit IRC22:44
yacc900It does not support wlan in adhoc mode22:44
*** panaggio has quit IRC22:44
johnxwow...22:45
*** millenomi has joined #maemo22:45
*** kthomas_vh has joined #maemo22:45
*** FredrIQ|n900 has joined #maemo22:45
*** FIQ|n900 has quit IRC22:46
spiritdyou can use airbase-ng22:46
*** FIQ has quit IRC22:46
*** crs has joined #maemo22:46
*** felipe` has joined #maemo22:47
*** FIQ has joined #maemo22:47
yacc900airbase-ng?22:47
*** Shurik___ has quit IRC22:47
*** MohammadAG has quit IRC22:48
*** MohammadAG has joined #maemo22:48
yacc900so does the wlan hotspot on the n900 be adhoc or ap mode?22:49
MrBawbadhoc22:49
MrBawblast I heard, there was a problem using the n900 as an AP22:49
*** millenomi has quit IRC22:49
spiritdyacc if you ll use airbase-ng it can be AP22:49
*** millenomi has joined #maemo22:50
yacc900not a solution as the Archos does not do adhoc mode22:50
*** smooph has joined #maemo22:50
yacc900So why does the n900 no pan?22:50
johnxlooks like it does, but it's a pain to set it up for internet sharing22:51
opdf2worked22:53
yacc900johnx well, you need dnsmasq for dhcp and probably the powerkernel for iptables NAT support22:54
*** ZogG_work has quit IRC22:55
DocScrutinizerPAN: http://talk.maemo.org/showthread.php?p=454840#post45484022:55
johnxyacc900, exactly. and unlike the wifi ad-hoc there isn't a nice package to set it all up22:56
johnxso I just use mobilehotspot22:56
yacc900docscrutinzer: wrong direction, I want the N900 as server22:57
MrBawbhttp://talk.maemo.org/showthread.php?t=58570 < that seems to cove it22:58
*** kthomas_vh_ has joined #maemo23:00
*** toniher has quit IRC23:00
*** WhiteWidow has joined #maemo23:01
*** kthomas_vh has quit IRC23:01
*** Pillum has quit IRC23:01
*** yacc900 has quit IRC23:02
*** perlite_ has joined #maemo23:02
*** yacc has quit IRC23:02
*** viggi has quit IRC23:03
*** etrunko has quit IRC23:03
*** perlite has quit IRC23:04
*** perlite_ is now known as perlite23:04
*** kthomas_vh_ has quit IRC23:04
*** valeriusN has joined #maemo23:05
*** yacc has joined #maemo23:05
*** kthomas_vh_ has joined #maemo23:06
*** FIQ has quit IRC23:07
yaccjohnx, the problem is that I have not found any description of how to set it up at all.23:07
*** th3hate has joined #maemo23:08
yaccI can manage the dhcp/nat issues on my own, but the last time I did it, I had a binary pand or so around, and this one is missing on the N90023:08
johnxyacc, look at the last post from MrBawb. did that answer your question?23:08
yaccjohnx please repeat, I lost Internet connectivity :(23:08
*** FIQ has joined #maemo23:08
johnx<MrBawb> http://talk.maemo.org/showthread.php?t=58570 < that seems to cove it23:09
*** FredrIQ|n900 has quit IRC23:10
*** lizardo has quit IRC23:11
*** chx has quit IRC23:11
*** FredrIQ has joined #maemo23:12
*** chx has joined #maemo23:13
*** FIQ has quit IRC23:15
*** FredrIQ is now known as FIQ23:15
yaccsigh, ok, I think I should now install the power kernel, ...23:15
*** NIN101 has joined #maemo23:17
yaccWondering, is installing the power kernel one of the operations that can brick a device? *wonder*23:18
MrBawbI've been using the power kernel for months and it works for me (tm)23:18
TamyrlinSomething I've wondered is whether it is possible to install software that bricks the device in such a way that it can't be reflashed23:19
Tamyrlin(Excluding overclocking the device so that it breaks for that reason)23:19
*** svillar has quit IRC23:20
*** benh has quit IRC23:20
TamyrlinThat is, how paranoid should one be when for example hacking configuration files23:21
SpeedEvilBasically - anything not involving flashing the bootloader is almost risk-free23:21
SpeedEvilOr direct writes to /dev/mtd* partitions23:21
nomisMhm, I have just dput a package to fremantle-extras-builder - it built a i386 image although it should be architecture neutral.23:22
SpeedEvilscrewing up the 'normal' filesystem is a simple reflash23:22
nomiswhat am I missing?23:22
TamyrlinOk, but it is possible to overwrite the bootloader? *ouch*23:22
nomis(build log is here: https://garage.maemo.org/builder/fremantle/tvbgone_1.0.0-1/ )23:24
*** yacc has quit IRC23:24
*** rm_work has quit IRC23:24
TamyrlinHmm, although it seems like it might be possible to recover even from a missing bootloader: https://wiki.maemo.org/Updating_the_firmware/Cold_Flashing23:25
*** E0x has quit IRC23:25
*** mlpug has quit IRC23:26
*** yacc has joined #maemo23:30
yaccSo is there a way to install software that makes the device not reflashable?23:31
johnxyacc, if you really wanted to, you could probably find a way to do some damage by writing some malicious kernel code23:32
TamyrlinHmm, I remember reading about the flash, that you could probably destroy the LED by turning them on for too long for example23:32
*** FredrIQ|n900 has joined #maemo23:33
johnsqyacc: edit the kernel remove the flash write routine and flsh it one time23:34
*** chx has quit IRC23:35
*** yacc has quit IRC23:35
*** chx has joined #maemo23:35
*** rcg has quit IRC23:35
TamyrlinHeh, just after I bought my N900 I wanted to upgrade it to the newest version. I even found a Windows XP box so that I could use the official Nokia tools to do so. And of course, it failed.23:36
TamyrlinBut I could get it working with flasher-3.5 however from a Linux box23:36
*** davyg has quit IRC23:37
*** iDont has quit IRC23:37
*** ferdna has joined #maemo23:37
*** yacc has joined #maemo23:37
alteregoTamyrlin: from the dawn of Maemo the main development and support platform has been Linux.23:38
alteregoIt's only really the N900 that bought proper Nokia support for windows.23:38
alteregoWhich is a refreshing change :)23:38
TamyrlinAha, didn't know about that detail23:38
*** smooph1 has joined #maemo23:40
*** fiferboy has quit IRC23:40
TamyrlinAnyway, for various reasons I bought it slightly used, but I still had a regular warranty on the device. And I thought that if I managed to brick the device completely during the update process it might be easier to use the warranty if I had used a Windows XP based tool to do the updating.23:40
*** smooph has quit IRC23:41
yaccTamyrlin, ???23:41
alteregoUnless you have a defective device, or do something really stupid the N900 is quite unbrickable.23:42
yaccTamyrlin, how should that make a difference?23:42
Tamyrlinalterego: Yeah, it seems like that, but I didn't know that for sure when I had just bought it :)23:42
alteregoAnd I mean _really_ stupid. Making it unbootable is easy though :)23:42
yaccalterego, define something stupid?23:42
alteregoBut easy to repair usual.23:42
alteregoyacc: pulling usb cord out whilst flashing23:43
MohammadAGalterego, it is brickable23:43
Tamyrlinyacc: Well, lets just say that I go into the store where I bought the device and say "I used the Nokia PC Suite and now the device doesn't work anymore"23:43
* MohammadAG hands alterego 100kgs of bricks23:43
alteregoOr flashing random untested crap to bootloader.23:43
yaccTamyrlin, you say just it does not work, ...23:43
Tamyrlinyacc: Compared to "I downloaded a flashing tool for Linux which I found on the maemo website"23:43
alteregoWhen you don't fully understand what you're doing.23:43
yaccTamyrlin, you think the guy at the shop will even understand what you are saying?23:43
Tamyrlinyacc: Not the last alternative at least :)23:44
TamyrlinOr well, actually, you might be surprised23:44
TamyrlinThe guy at the store seemed to know quite well what the N900 was23:44
*** croppa has joined #maemo23:48
*** hrw has joined #maemo23:49
alteregoHeh, "Nokia 900" I wouldn't expect that on an official Nokia/Qt blog ..23:49
*** hrw has quit IRC23:49
*** FireFly|n900 has quit IRC23:49
*** dos1 has quit IRC23:51
*** hardaker has joined #maemo23:51
*** jd has quit IRC23:51
*** FIQ has quit IRC23:52
*** FIQ has joined #maemo23:52
*** FredrIQ|n900 has quit IRC23:55
*** Chiku|dc has joined #maemo23:56
*** Chiku has quit IRC23:56
*** paroneayea has quit IRC23:57
*** FredrIQ has joined #maemo23:58

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