IRC log of #maemo for Sunday, 2011-12-18

*** shanttu has quit IRC00:14
*** scoobert1on has joined #maemo00:17
*** scoobertron has quit IRC00:18
*** hurbu_ has joined #maemo00:18
*** valerius has joined #maemo00:21
*** hurbu__ has quit IRC00:21
luke-jrso is anyone working on a proper N900 BME replacement?00:25
luke-jrie, something I can run as an init script00:25
*** ALoGeNo has joined #maemo00:28
*** ALoGeNo has joined #maemo00:28
*** jhb has joined #maemo00:31
Paliluke-jr, I'm working on kernel module00:32
luke-jrPali: hmm!00:33
Paliwithout userspace daemon/program00:33
luke-jrgood idea00:33
PaliI sent last version to LKML: https://lkml.org/lkml/2011/12/7/62600:33
Palibut it is still not complete and propably not working...00:34
jazedalWhy do we want BME?00:41
psycho_oreosproper control over charging of battery, maybe one can do fancy stuff with it00:42
jazedalIt doesn't sound too useful.00:42
psycho_oreosnokia's BME has been a pain in the neck for most cases anyway.. sometimes not reporting battery level correctly, no proper indication of how much battery power is left when hostmode is enabled, etc, etc, etc00:42
DocScrutinizerpsycho_oreos: you can't do fancy stuff with that00:43
jazedalpsycho_oreos: Ok00:43
luke-jrjazedal: we don't, that's the point of another charger00:43
DocScrutinizerluke-jr: rhere's a script since "years" that you could start from system init00:43
luke-jrDocScrutinizer: I have a script, but it's not very friendly for init00:43
luke-jrDocScrutinizer: and probably not power efficient00:44
DocScrutinizereeeh, power efficient?00:44
psycho_oreosDocScrutinizer, well I said maybe :) then again the standard BME is somewhat restrictive as it is00:44
jazedalYou're doing the browser right after, right?00:44
PaliDocScrutinizer, can be that script charge21.sh running always on background (when charger is not connected too)?00:45
*** dos1 has quit IRC00:45
DocScrutinizersure00:45
Palino side effect?00:45
DocScrutinizernot more than the known ones00:46
Paliand what is known?00:46
luke-jrother than executing i2c tools, printing, etc00:46
DocScrutinizerwhich are: no proper reporting of battery state to hal, etc00:46
Paliok, reporting to hal and is not big problem...00:47
luke-jrHAL is dead00:47
Paliyou are right!00:47
jazedalProblem building BookmarkBridge on the N900:  It requires libqt-dev; however, libqt4-dev has a problem with file /usr/bin/uic.  It fails when run contrary to its documented expected behavior.00:48
jazedal/usr/bin/uic: line 1: syntax error: "(" unexpected00:48
jazedaluic is a binary ELF file00:48
*** vivijim has quit IRC00:48
luke-jrPali: http://talk.maemo.org/showthread.php?t=8088900:49
DocScrutinizerwhy would you want bookmark-bridge on N900 anyway?00:49
*** kov has joined #maemo00:49
jazedalOriginally, the idea was to convert the xml file to firefox format before backup/sync00:49
jazedalYou just reminded me that the XML format is the ideal format, and it should be backed up the way it is.00:50
Paliluke-jr, I will look at it later...00:50
Palialso ping freemangordon about that patches00:50
jazedalI was in the middle of building it when I realized that, though, and it might have been nice to have it on the N900.00:51
*** jpe has quit IRC00:52
PaliDocScrutinizer, can charge21.sh swith charging from wallcharger to usb charger?00:52
*** ced117 has quit IRC00:52
DocScrutinizerluke-jr: (power efficient) indeed it's useless to run the watchdog tickle for bq24150 4..6 times a minute, as you could stop this during times where no charger is attached. But then you'd need to watch for charger plug in and that will either require kevents monitor or polling of sysfs node. And the i2c cmd to tickle wd is utterly lightweight anyway00:53
jazedalI will not facepalm and yell at myself, though, it is a strange custom.00:53
*** Roomerlol has joined #maemo00:53
DocScrutinizerPali: no, it doesn't as of now00:53
DocScrutinizerit could get augmented to do this00:53
DocScrutinizerfor now it's somewhat mistreating USB hosts00:54
*** Gi0_ has joined #maemo00:54
DocScrutinizersame way your usual 3.5" external USB hardrive or UMTS stick does00:54
NIN101have read of stuff like risking frying pc usb ports when using charge21.sh, as it pulls more than 500 ma... BS?00:55
Paliok00:55
DocScrutinizerwell, it's somewhat correct, just it's one of legion of devices that do this00:55
DocScrutinizeryou could however easily change max USB current to always stay at 500mA, which would reduce charging speed on fastchargers but would basically comply with USB specs for hosts00:56
*** Gi0 has quit IRC00:56
luke-jrDocScrutinizer: assuming the kernel caches the i2c binaries etc00:57
luke-jrwhich might not always be true00:57
luke-jralso, kernel module is probably safer from swapping00:58
Paliok, so in kernel driver I need check if usb charger is connected and change max current00:58
DocScrutinizerluke-jr: when it doesn't then you got real problems with power usage that are not caused by that script ;-D00:58
luke-jr;)00:58
DocScrutinizerPali: NO, you can't and don't want to do that00:58
luke-jranyhow, I've changed gears.00:58
luke-jrI have 75 minutes left to use TODAY, so I want to try to get voice calling working00:59
DocScrutinizerPali: you'll introduce layering problems by doing this00:59
PaliDocScrutinizer, what is correct way?00:59
DocScrutinizerthis switching depending on USB enum has to be done by a userland daemon01:00
luke-jr01:00
*** Venemo has joined #maemo01:00
*** Venemo has quit IRC01:00
*** Venemo has joined #maemo01:00
DocScrutinizerthe whole USB enum and deciding if that's ok for charging now, is way too complex to do all that in kernel space01:02
*** jhb has quit IRC01:02
DocScrutinizeryou want a userland daemon that waits for kevent signalling change in VBUS sysnode, indicating either a plugin or removal of any charger or USB host. Then that userland daemon checks what we want to do, according to what got actually plugged in, then it configures bq24150 via kenel module accordingly and sets the kernel module to auto, which relieves the duty of tickling watchdog from userland daemon. Then the daemon basically goes idle01:06
DocScrutinizeragain, waiting for next kevent on /sys/*/vbus01:06
*** zk8 has quit IRC01:08
*** hurbu__ has joined #maemo01:08
DocScrutinizeron removal you set USB-MAX-CURRENT to either 500mA or 100mA if you're *very* conservative and cautious. So charger chip will start charging at that rate immediately as soon as anything gets plugged in and delivers power01:10
Paliok01:12
DocScrutinizereventually USB Enum kicks in, eventually either fastcharger or max-current of 400mA (USB hub) or 500mA (direct host) got negotiated, and when that happened and got finished, the userland daemon can rconfigure the /sys/*/bq24150 accordingly01:12
*** hurbu_ has quit IRC01:12
*** jhb has joined #maemo01:12
*** jjo has quit IRC01:17
*** jjo has joined #maemo01:17
DocScrutinizeror you trust in all your equipment isn't the absolute crap and has proper 500mA USB power capabilities (otherwise you already had killed it by plugging in one of the above mentioned other "rogue" peripherals or even a USB-mugwarmer or USB-fan) and you don't bother too much about charging a completely empty battery takes 4:30 instead of 4:00 - so you set max USB current to 500mA and forget about all the userland daemon cruft and trust in01:17
DocScrutinizerbq24150 and bq24150.ko tickling the watchdog01:17
*** javispedro has joined #maemo01:19
DocScrutinizerthis will "just work" in 99.999% of cases, and may result in charging simply failing due to some windows PC getting upset on a peripheral drawing 500mA without ENUM in the rest of cases01:20
*** Roomerlol has quit IRC01:24
DocScrutinizerI still have to check if bq24150 actually resumes charging when power gets applied, even without reconfiguring it (I.E. resetting "power lost" error), but basically that's no real reason for getting any overcomplicated detecting and whatnot in kernel or userland daemon - it can be done with each watchdog tickling in bq24150.ko as well as charge21.sh if actually needed01:28
*** eijk has quit IRC01:29
* javispedro feels the urge to remove all those screenshots of Android that someone has been adding to the Linux, ARM architecture, and several other Wikipedia pages01:29
DocScrutinizerwth?! today?01:30
javispedronah, been there for a while, prolly they'll argue they are "useful"01:30
javispedrohttp://en.wikipedia.org/wiki/ARM_architecture#Operating_systems01:31
DocScrutinizermeh, on wikipedia01:36
HyperSnyperhow dificult would it be to get RISC OS running on the n900....01:36
HyperSnyperknow theres afew emulators but not sure if nay are open source01:36
HyperSnyperRISC OS <301:37
*** mck182 has quit IRC01:37
mavhcHyperSnyper: right and middle click might be tricky01:37
DocScrutinizerI'm recently cleaning out ~5 spam edits per day on average, on wiki.maemo.org - pretty annoying though it earns me karma01:37
*** jhb has quit IRC01:38
*** liar has joined #maemo01:38
mavhcHyperSnyper: risc os open has the source code01:38
*** Gyjf has quit IRC01:38
HyperSnyperi just want to play Hamters01:39
mavhcheh01:39
HyperSnyperone of the first games i ever played01:39
HyperSnyper:D01:39
mavhcthe one with the giant mallet?01:39
HyperSnyperthats the one :D01:39
HyperSnyperheheh01:39
*** Roomerlol has joined #maemo01:39
HyperSnyperremeber Tom Cooper appearing couple of years ago saying he wanted to port it to Mobiles but not seen anything about it since01:40
mavhcyeah, it's on http://www.acornarcade.com/features/freegames/ but games are always an issue because they're hacky01:40
*** Jef91|Busy has quit IRC01:40
mavhchttp://www.mobygames.com/developer/sheet/view/developerId,113088/01:41
*** ferdna has quit IRC01:42
HyperSnypersome good memories looks through that arcon arcade list01:44
HyperSnyperspent far too many hours playing Phaeton01:44
mavhcnever got far with arc elite, not owning an arc at the time, got elite status on bbc elite. played cycloids quite a bit01:46
*** Pali has quit IRC01:48
jazedalThat's it.  It was 'osso-addressbook-backup' that I used in my backup scripts.01:50
*** NIN101 has quit IRC01:52
*** hurbu__ has quit IRC01:53
luke-jr>>> media-libs/libcmtspeechdata-2.1.1 merged.01:54
luke-jrjavispedro: Android isn't Linux. do it.01:54
*** mck182 has joined #maemo01:55
*** mck182 has joined #maemo01:55
DocScrutinizeris somebody claim it was linux, on that wikipage?01:55
javispedrohttp://en.wikipedia.org/wiki/Linux#Embedded_devices01:56
luke-jr"screenshots of Android that someone has been adding to the Linux,"01:56
luca_DocScrutinizer: FYI, you were right, it was something related to a package altering ringtones (ringtoned)01:57
luca_DocScrutinizer: it screwed up ~user/.sounds creating a broken symlink (I don't know how since I installed it ages ago and never used and never opdated)01:58
luca_DocScrutinizer: all sounds (even alarms) look for sounds there, so they couldn't find them and fail01:59
*** e-yes has joined #maemo01:59
luca_DocScrutinizer: for some reason when changing the settings, the sounds were reproduced OK01:59
luca_anyway, just wanted to let you know that I finally fixed it and what was the problem02:00
DocScrutinizerthanks02:00
*** florian has quit IRC02:04
*** federico2 has quit IRC02:04
*** scoobert1on has quit IRC02:05
*** net-split has quit IRC02:06
*** croppa has joined #maemo02:09
*** gri is now known as zz_gri02:16
*** andre__ has quit IRC02:19
*** Trcx has quit IRC02:21
*** habmala has quit IRC02:21
*** beford has joined #maemo02:28
*** Smily has joined #maemo02:29
*** hardaker has joined #maemo02:34
*** klasu__ has quit IRC02:35
*** klasu__ has joined #maemo02:36
*** l32606 has joined #maemo02:37
*** OkropNick has quit IRC02:37
*** Smily has quit IRC02:39
DocScrutinizerI always wondered if the symlinking is the right method for the ringtone changing. I also wonder what would happen when you do a "cat new_ringtone.wav >cached_rintone.wav" while cached_rintone is currently played back by the errr whatever does this ringtone playback02:40
DocScrutinizerbarisione: ^^^02:40
luke-jrI definitely agree with symlink02:41
*** ferdna has joined #maemo02:46
*** l32606 has quit IRC02:53
DocScrutinizerluke-jr: you don't see the whole picture02:56
luke-jrnope!02:57
DocScrutinizerusing symlinks means we need to stop the ringtoneplayer change the symlink according to what we found from addrbook and then restart ringtoneplaying so it opens the new ringtone data file02:58
*** mesx has quit IRC02:58
DocScrutinizerthat's why for luca_ there was that weird behaviour that every alarm sound got stopped immediately after starting it, according to what he saw on dbus02:59
DocScrutinizerAIUI02:59
DocScrutinizerchanging raw data of the opened .wav would eliminate the need for all that03:00
*** jrocha has joined #maemo03:02
DocScrutinizerand also would guarantee we always have *some* audio data to playback, even when something goes awry on final ending ringtone playing where right now the (per-contact-)ringtoned has to change symlink to contact specific .wav back to default.wav03:02
DocScrutinizereven when copying new or default audio data halfway then segfaulting, all we got is a messed up ringtone data, not a dangling symlink03:03
DocScrutinizerOTOH probably buffering will render my idea moot03:06
DocScrutinizerthat's why I said "I also *wonder* what would happen..."03:08
DocScrutinizerdepending on more factors than I could list here, the result of this action may differ significantly03:09
DocScrutinizerbest probably was to rewrite the ringtoneplayer, whatever it is03:10
DocScrutinizertonegend or whatever03:10
DocScrutinizerI guess they won't use mafw for that03:10
*** slobro has joined #maemo03:11
slobroumm, hello. I just got an used n900, and I was wondering that how I could find out what maemo and firmware version Im running?03:13
SpeedEvilsettings -> about03:13
SpeedEvilAlso - ~flashing03:13
SpeedEvil~flashing03:14
infobotrumour has it, maemo-flashing is http://wiki.maemo.org/Updating_the_tablet_firmware03:14
psycho_oreosentering *#0000# still shows version03:15
merlin1991lmao just wanted to swipe to close on my n90003:16
*** jrocha has quit IRC03:16
slobrohmm, version 21.2011.38-1, pretty new I guess03:17
DocScrutinizerdoesn't mean much03:17
merlin1991oh it does03:18
psycho_oreosyeah its the latest03:18
DocScrutinizerI guess you'll reflash it anyway, as soon as you get it03:18
psycho_oreosI wouldn't ;)03:19
merlin1991reflashing was the first thing I did when I got my 2nd n90003:19
psycho_oreosdd was the first thing when I got my second and subsequent N900, after that it was flashing03:20
merlin1991why dd?03:21
* psycho_oreos grins devilishly and says no more03:21
merlin1991I see03:22
* DocScrutinizer shrugs03:22
DocScrutinizerwhatever been the purpose, it's most likely not been to the point03:22
DocScrutinizera sane user has reflashed combined and vanilla anyway, prior to selling03:23
DocScrutinizera not so sane user has nothing I'd be interested in03:24
merlin1991my 2nd n900 is interesting though, it has a hardware fault so that the software detects that cellmo doesn't work, it does display a banner in the 3 dots load screen03:24
psycho_oreosyou meant 503:24
merlin1991but it doesn't go past it unless the banner is pressed03:24
merlin1991ooops :D03:24
merlin1991but I get the same banner again when h-d finishes loading :D03:25
psycho_oreosand I've actually found some interesting data however..03:25
DocScrutinizera user like me would leave some spyware in a deleted honeypot file for users like you, when selling03:28
psycho_oreosthe chances of you getting information out of that spyware from me would be unlikely :)03:29
psycho_oreoslet alone anyone03:30
DocScrutinizerhmm, let's try it ;-P03:31
psycho_oreosand what are you going to do even if I did dd your sold device? report me in for trying to reveal your secrecy?03:32
psycho_oreoslol03:32
*** Smily has joined #maemo03:33
DocScrutinizereh? nah, I'm going to use your secrit shit to do nonsense03:35
psycho_oreosi.e. personal vendetta just because you couldn't let go of your old device having your past secrets revealed? heh that's even worse than me dumping yer history out ;)03:36
DocScrutinizersure, I'm evil03:37
merlin1991yes you are, see:03:38
merlin1991~scrutinizing03:38
infobotit has been said that scrutinizing is what DocScrutinizer does after eating some datasheets for breakfast03:38
DocScrutinizerhowever I said *deleted* honeypot file, so you'd start the spyware only when trying to recover deleted shit from that device03:38
* psycho_oreos makes a mental note to not buy stuff from DocScrutinizer ;) though I gotta admit I'm still a sucker for N95003:38
luke-jrhow does telepathy-ring work without linking to libcmtspeechdata? :|03:39
luke-jrmerlin1991: does it let you use cellmo if you bypass the detect?03:40
DocScrutinizerbtw guess what's #1 on list of "always works" attack vectors to do industry spying - yep, you simply "forget" an USB stick next to the employee of that company03:41
merlin1991luke-jr: didn't try03:41
*** edheldil has quit IRC03:42
jazedalDoes anyone have any experience getting gpg-agent to work on the N900?03:42
javispedroluke-jr: what the h is libcmtspeechdata and wouldn't pulseaudio be using it instead of tp-ring?03:44
jazedalgpg has trouble connecting to the agent03:44
*** mck182 has quit IRC03:44
luke-jrjavispedro: libcmtspeechdata is apparently how to do audio with cellmo03:47
luke-jrI don't want PA03:47
javispedromore reason it'll link to a PA module instead of tp-ring03:48
javispedro(not on what you're building, of course).03:48
luke-jrwhy?03:49
luke-jrevery other telepathy module does audio handling03:49
Robot101they pass the codec / network data "up" from the telepathy connection manager to the stream engine which has the RTP stack03:50
*** GeneralAntilles1 is now known as GeneralAntilles03:50
*** GeneralAntilles has joined #maemo03:50
Robot101telepathy-ring controls csd and pulseaudio just magics the audio into place03:50
luke-jr-.-03:50
Robot101doing the equivalent to voip isn't very useful to telepathy as you just have to have some higher-level component which understands a lower layer backend thing which has device-specific knowledge about audio routing03:51
Robot101if every internet backend in telepathy needed a different/custom streaming format (and not just rtp) they'd all do it inside the protocol backend too03:51
slobrohmm, should I just flash with the global firmware image, when the n900 has been bought in finland..03:58
*** M4rtinK has quit IRC03:59
luke-jrso in plain English… there's no way to make voice calls work without PA blob crap?04:01
javispedroluke-jr: PA stuff no longer has blobs in meego04:01
*** mortenvp has joined #maemo04:01
luke-jrjavispedro: slightly better.04:01
javispedrowell..04:01
luke-jrwhere's the code? :P04:02
luke-jrif not under https://meego.gitorious.org/meego-cellular/04:02
javispedrohttp://meego.gitorious.org/maemo-multimedia/pulseaudio-modules-meego/blobs/master/src/cmtspeech/cmtspeech-connection.c04:03
javispedronow that I remember, there are still PA blobs,04:04
javispedrohow much annoying they are probably Sts knows.04:04
javispedro(seemingly related to audio processing iirc)04:05
*** Venemo_ has joined #maemo04:07
*** Venemo_ has quit IRC04:07
*** Venemo_ has joined #maemo04:07
*** Venemo has quit IRC04:08
*** dangergrrl has quit IRC04:10
DocScrutinizerwell, on SHR we got cmtspeech anyway04:11
DocScrutinizerand we don't use PA ;-D04:11
luke-jrDocScrutinizer: link? :D04:11
*** Gi0_ is now known as Gi004:11
DocScrutinizeractually cmtspeech is utterly silly, it's just reading from one serial data interface and forwarding to another, and vice versa04:12
*** Venemo_ has quit IRC04:12
luke-jr04:13
luke-jrDocScrutinizer: link? :D04:16
DocScrutinizermompl04:16
DocScrutinizerauthor just asked me "cmtspeech like we do it? or like meego does it?"04:17
DocScrutinizerhttp://git.freesmartphone.org/?p=cornucopia.git;a=tree;f=fsoaudiod/src/plugins/gsmvoice_alsa_cmtspeechdata;h=e288a6d7433aed7b70d792d4823486b9ace7f44b;hb=HEAD  here you go04:18
DocScrutinizerhope you like the brilliance of the simple architecture, it's designed by me04:18
DocScrutinizer;-P04:18
luke-jrmeego uses PA; do not want04:18
luke-jr(%*#)%#04:18
DocScrutinizerme neither :-D04:18
luke-jrvala -.-04:18
DocScrutinizerLOL04:19
* luke-jr wonders which is worse, vala or PA04:19
DocScrutinizerindeed04:19
*** sleepee has joined #maemo04:19
luke-jr700 lines, can't be hard to port to C…04:20
DocScrutinizerprolly not04:21
*** dangergrrl has joined #maemo04:21
DocScrutinizeractually it's more easy in c04:21
DocScrutinizeras you can use direct ALSA pcm_xxx() calls rather than that vala stub cruft04:21
luke-jrlol04:22
*** sleepee has joined #maemo04:22
* luke-jr wonders if he should be using FreeSmartPhone's telephony stack instead of ofono04:25
luke-jrofono needs glib-- is FSP's glib-free? ;)04:25
javispedroif it uses vala..04:26
*** dangergrrl has quit IRC04:26
DocScrutinizeryou can tell for sure that I hate this detail: >>pcmin.open( "plug:dsnoop", Alsa.PcmStream.CAPTURE );<< - hardcoded ALSA stack, OMFG04:27
*** dangergrrl has joined #maemo04:27
javispedroin the meanwhile, what you knew as the android kernel is now the linux kernel, as it seems that we got wakelocks :(04:30
*** dangergrrl has quit IRC04:32
*** dangergrrl has joined #maemo04:34
DocScrutinizerheard something like that, and I think I'm going to start a killing rage04:39
DocScrutinizerlennart??04:40
javispedronot involved04:40
DocScrutinizerso he has to wait now, will deal with him later04:40
DocScrutinizerfirst the fools who got this crap into clean nice linux04:41
*** sleepee has quit IRC04:43
GeneralAntillesWE NEED MOAR DROID04:47
javispedroprobably also related to "the year of linux disappointments"04:48
javispedrowith nokia & contractors being pulled out of the kernel...04:49
javispedropreviously, you'd get someone arguing "hey, we're doing fine without wakelocks on our devices"04:49
GeneralAntillesThis is shaping up to be a messy decade.04:49
javispedronowadays it's just @android people04:49
GeneralAntillesReading the comments on the LWN summary of that article was depression.04:49
GeneralAntilles(inducing)04:49
GeneralAntillesANDROIDANDROIDANDROID04:49
GeneralAntillesReminds me of LFCSSF 2009 when DiBona answered a question about Google not collaborating or releasing code04:51
GeneralAntillesand it was OK because none of their competitors did either04:51
DocScrutinizerhah04:51
javispedro...04:51
GeneralAntilless/2009/2010/04:51
javispedroeven more ...04:51
GeneralAntillesWhich of course Nokia made up half that conference.04:51
GeneralAntillesAnd they seemed to have very little trouble with their kernel code and collaboration.04:52
*** kW_ has quit IRC04:52
GeneralAntillesHe didn't have much to say after that was pointed out to him.04:53
DocScrutinizerwell, nite all, got enough stuff for some pleasant dreams full of violence04:53
GeneralAntillesLater04:54
javispedrognite DocScrutinizer04:54
luke-jrjavispedro: actually, I found proprietary wakelocks in some Nokia code04:54
javispedroluke-jr: without agressive suspending, it's just cpuidle stuff, such as the one in musb04:56
*** kW_ has joined #maemo04:57
*** Ian-- has quit IRC05:02
*** Ian-- has joined #maemo05:02
*** liar has quit IRC05:07
*** pcfe has quit IRC05:08
*** pcfe has joined #maemo05:08
*** pcfe has quit IRC05:08
*** pcfe has joined #maemo05:08
*** lxp1 has joined #maemo05:11
*** lxp has quit IRC05:12
*** Roomerlol has quit IRC05:15
*** radic has quit IRC05:29
*** maybeWTF has joined #maemo05:30
*** maybeHere has quit IRC05:33
* javispedro fails to undestand why Google is using the fact that "Lennart is using Google+" to try to convince me to join Google+.05:33
DocScrutinizerLOLMUHAHAHA*cough*gasp05:36
*** ghostcube has joined #maemo05:36
DocScrutinizerI might feel tempted05:36
DocScrutinizer;-P05:36
DocScrutinizerI wonder if I could find that video again of last year's CCC where MrPoettering acted like an asshat entering the stage and arguing with a dude who tried to hold a lecture about why PA is getting too fat for "usual workstations"05:40
javispedrolol @ a discussion where "utter braindamage" is uttered right in the first reply05:40
*** marainein has quit IRC05:42
javispedroand of course, the guy is a N900 owner =)05:43
DocScrutinizerone of the most amusing arguments mr poettering used was "we need PA before user session gets started, otherwise we couldn't read the login screen for the visually impaired" - or sth along that line. Nothing against impaired persons and accessability, but for KDM??? c'mon!05:43
javispedroDocScrutinizer: don't worry, eventually, it'll be so coupled to Linux (and viceversa) that it'll get pushed into Android^W the kernel, and then we'll be back at stage one.05:45
* DocScrutinizer gasps05:45
javispedroCannot wait for the Reallly Advanced Linux Sound Architecture! (RALSA)05:45
DocScrutinizerI might consider switching to netBSD05:45
javispedroI still have some love for the GPL...05:46
DocScrutinizerthis whole linux land starts to become a mental home05:46
*** otep has quit IRC05:48
luke-jrblah, why does audio have to be so complex?05:48
DocScrutinizerback in "the old days" (like 10some years ago) linux was for experts and only experts messed with things like kernel. Now each fool who grew out of scripting DoS thinks they can improve kernel, let alone KDE etc05:48
DocScrutinizeron a side note latest openSuse supports KDE3 again05:49
DocScrutinizerthe best KDE ever05:50
luke-jrDocScrutinizer: I recently fixed a bug in KDE where some guy "optimized" the IMAP protocol handler by removing parenthesis… which meant it omitted the message size when there were no flags, so it failed. -.-05:50
DocScrutinizer:nod:05:50
DocScrutinizeranother script kiddie05:50
javispedrolol05:51
javispedroI'm going to restore your faith into Linux05:51
luke-jrof course, nobody really noticed because KDE doesn't use *that* IMAP protocol handler… they use *a different* IMAP handler05:51
javispedrowords from the current linux scheduler maintainer: "Yes, this is why I loathe to update to a new distro, there's bound to05:51
javispedronew and improved *kit-daemon crap about which does random wakeups even05:51
javispedrothough you know you're not using any of it, and when you're trying to05:51
javispedrouninstall that junk it thinks it needs to uninstall the world"05:51
luke-jryes, KDE has 2 different IMAP implementations…05:51
luke-jrjavispedro: that's why I use Gentoo05:52
javispedro(sorry for the unintentional \ns)05:52
javispedroluke-jr: same05:52
luke-jrthough I was heavily tempted to give into *kit for KDE's power display stuff05:52
luke-jrbut eventually decided it wasn't worth it (I can use CLI)05:52
javispedroit wouldn't have worked either way05:52
luke-jrprobably not05:53
luke-jrsigh05:53
luke-jrsomeone needs to port KDE 3 to Qt4 and maintain it05:53
luke-jr(ie, not the Trinity idiots who think they're going to maintain Qt3 too)05:53
javispedrodunno what is going to be harder05:54
*** otep has joined #maemo05:54
javispedrokde is slightly more of a mess than qt305:54
javispedrowell, at least if you remove the multiplatform parts from qt3.05:55
javispedro(from a maintainer's PoV and in my short experience)05:55
*** kW_ has quit IRC05:56
javispedrothis discussion is just great so if you have time, do read it : http://thread.gmane.org/gmane.linux.kernel/119542505:56
javispedro(they're arguing about wakelocks, agressive suspend crap)05:56
DocScrutinizeromg gmane jow I hate that format06:05
DocScrutinizerhow*06:05
*** radic has joined #maemo06:07
javispedrotime to go06:08
javispedrocya06:08
*** net-split has joined #maemo06:09
*** javispedro has quit IRC06:10
*** net-split has quit IRC06:14
*** Gh0sty has quit IRC06:18
*** Gh0sty has joined #maemo06:20
*** aholler_ has joined #maemo06:21
*** args[0] has joined #maemo06:21
* luke-jr writes an ALSA plugin to expose CMTSpeech as an ALSA device…06:22
luke-jrany reason *not* to do it that way? <.<06:23
*** nox- has quit IRC06:23
*** aholler has quit IRC06:24
*** ALoGeNo has quit IRC06:27
*** ALoGeNo has joined #maemo06:27
*** ALoGeNo has joined #maemo06:27
*** MohammadAG has quit IRC06:28
*** xnt14 has quit IRC06:28
*** pisadaan has joined #maemo06:31
*** pisadaan has quit IRC06:33
DocScrutinizerluke-jr: HIGHLY welcome06:34
luke-jrok, good :p06:34
*** SpeedyGhost has quit IRC06:34
DocScrutinizeronly reason my similar suggestion wasn't picked up was missing experise in writing ALSA card drivers06:35
luke-jrmy first time touching ALSA code…06:35
DocScrutinizerand it had to become a card06:35
luke-jrwhy?06:35
DocScrutinizerbecause it does what a card usually does06:35
luke-jrso why not just a regular PCM device?06:35
luke-jrI'm assuming by "card drivers" you mean something in-kernel?06:36
DocScrutinizerright, PCM device / card / whatever. sth like hw:0.0 or any other device that acts as an endpoint of a stack06:37
DocScrutinizeryep, probably06:37
luke-jrI'm doing a shared object that uses libcmtspeechdata06:38
luke-jrhttp://www.alsa-project.org/alsa-doc/alsa-lib/pcm_external_plugins.html06:38
luke-jrsimilar to dmix/dsnoop06:38
DocScrutinizerhmm, no obvious objections06:38
DocScrutinizerI probably don't really care06:39
luke-jr>_<06:39
DocScrutinizeras long as I can define my stacks as usual, incl hooks and all06:39
luke-jrany chance you have a magic "pipe these two ALSA device to each other" command I can test with? :p06:42
DocScrutinizernot really, except the age old arecord|aplay06:42
luke-jryeah, that's just one direction tho06:43
luke-jrI've got 15 mins left to write this… :P06:43
luke-jrotherwise, I'm *probably* moving on to something else for 3 weeks, so I don't use up my (very limited) minutes06:43
DocScrutinizerI think there's been some loopback pcm plugin, but it obviously has thee end and still needs one proper pcm_open()06:43
DocScrutinizer(one direction) use two of them ;-D06:44
luke-jr:p06:44
DocScrutinizerloopback (my take on it)  arecord -D loopback:{input; output} /dev/null06:47
*** SpeedyGhost has joined #maemo06:47
DocScrutinizeror rather: arecord -D loopback:{input; plug:output} /dev/null06:48
DocScrutinizergstreamer prolly also works06:49
DocScrutinizerand avoids the extreme latency of the shell |pipe06:50
DocScrutinizerthough you prolly could fix that by giving arecord/aplay proper chunksize orders06:51
*** marainein has joined #maemo06:54
luke-jrgstreamer is glib :P07:07
*** kodomo has joined #maemo07:08
*** kodomo_ has quit IRC07:11
*** l32606 has joined #maemo07:20
*** beford has quit IRC07:24
*** Trcx has joined #maemo07:28
merlin1991luke-jr: you won't get away without some libs :D07:29
luke-jrmerlin1991: ALSA is fine07:29
*** l32606 has quit IRC07:30
*** DocScrutinizer has quit IRC07:45
*** DocScrutinizer has joined #maemo07:45
*** Gi0_ has joined #maemo07:58
*** Gi0 has quit IRC08:01
*** ALoGeNo has quit IRC08:22
*** blackthorne has quit IRC08:32
*** hardaker has quit IRC08:34
*** e-yes has quit IRC08:37
*** Gi0 has joined #maemo08:38
*** ALoGeNo has joined #maemo08:39
*** ALoGeNo has joined #maemo08:39
*** Gi0_ has quit IRC08:40
*** e-yes has joined #maemo08:50
*** pisadaan has joined #maemo08:53
*** Gi0_ has joined #maemo08:59
*** Gi0 has quit IRC09:02
*** pisadaan has quit IRC09:02
*** trx has quit IRC09:04
*** trx has joined #maemo09:08
*** rcg has joined #maemo09:20
*** mavhc has quit IRC09:21
*** mavhc has joined #maemo09:24
*** dotblank has joined #maemo09:32
*** anathaema has joined #maemo09:32
*** dangergrrl has quit IRC09:33
*** anathaema is now known as dangergrrl09:33
*** Trcx has quit IRC09:49
*** dRbiG has quit IRC09:54
*** ALoGeNo has quit IRC09:57
*** wmarone_ has joined #maemo10:07
*** Choominator has joined #maemo10:07
*** Choom has quit IRC10:07
*** evilbulg1rian has joined #maemo10:09
*** croppa_ has joined #maemo10:10
*** utanapischti has joined #maemo10:11
*** Mek_ has joined #maemo10:12
*** ToJa92_ has joined #maemo10:12
*** jjo__ has joined #maemo10:13
*** jhb has joined #maemo10:15
*** FLaT^_ has joined #maemo10:15
*** kov has quit IRC10:16
*** evilbulgarian has quit IRC10:16
*** wmarone has quit IRC10:16
*** rosseaux has quit IRC10:16
*** neal has quit IRC10:16
*** croppa has quit IRC10:16
*** sasquatch has quit IRC10:16
*** kahless has quit IRC10:16
*** ToJa92 has quit IRC10:16
*** Mek has quit IRC10:16
*** jjo has quit IRC10:16
*** FLaT^ has quit IRC10:16
*** ToJa92_ is now known as ToJa9210:16
*** kahless has joined #maemo10:16
*** Gi0__ has joined #maemo10:22
*** rosseaux has joined #maemo10:23
*** Dibblah has joined #maemo10:24
*** Gi0_ has quit IRC10:25
*** liar has joined #maemo10:28
*** utanapischti has quit IRC10:29
*** sasquatch has joined #maemo10:29
*** tomkaaa has joined #maemo10:34
*** tomkaaa has left #maemo10:36
*** beagleburt has joined #maemo10:40
beagleburttrying to find a working download for osso-xterm .. any ideas?10:41
*** dmb_ has joined #maemo10:48
*** dmb has quit IRC10:49
*** rcg has quit IRC10:50
*** fuz_ has quit IRC10:51
*** paroneayea has quit IRC10:53
*** ALoGeNo has joined #maemo10:55
*** ALoGeNo has joined #maemo10:55
*** janemba has joined #maemo10:55
*** janemba_ has quit IRC10:56
*** fuz_ has joined #maemo10:56
*** ferdna has quit IRC11:02
*** Gi0_ has joined #maemo11:03
*** Gi0__ has quit IRC11:04
*** jacekowski has quit IRC11:04
*** fosstux has joined #maemo11:05
*** swc|666 has quit IRC11:13
*** neal has joined #maemo11:15
*** mesx has joined #maemo11:21
*** NIN101 has joined #maemo11:22
*** jhb has quit IRC11:23
*** ghostcube has quit IRC11:24
*** LjL has quit IRC11:24
*** Gi0 has joined #maemo11:25
*** Gi0_ has quit IRC11:26
*** jiero has joined #maemo11:27
*** geaaru has joined #maemo11:29
*** ArGGu^^ has quit IRC11:31
*** zk8 has joined #maemo11:32
*** LjL has joined #maemo11:34
*** ArGGu^^ has joined #maemo11:38
*** habmala has joined #maemo11:44
*** Gi0_ has joined #maemo11:44
*** OkropNick has joined #maemo11:45
*** ArGGu^^ has quit IRC11:45
*** scoobertron has joined #maemo11:45
*** t_s_o has joined #maemo11:46
*** jpe has joined #maemo11:46
*** Gi0 has quit IRC11:47
*** dRbiG has joined #maemo11:47
*** ALoGeNo has quit IRC11:54
*** aholler_ is now known as aholler12:04
*** Gi0__ has joined #maemo12:05
*** Gi0_ has quit IRC12:06
*** ALoGeNo has joined #maemo12:09
*** ALoGeNo has joined #maemo12:09
psycho_oreosbeagleburt, a working download? aren't they usually included in nokia's own repositories?12:10
psycho_oreosif you think about it, there are a few other probable ways without having to rely on nokia's repositories, combined/fiasco firmware would no doubt have it for instance, then a few people for various reasons would post tarballs (both in compressed as well as uncompressed forms) of rootfs which would have osso-xterm extracted but really you can always repack them up12:14
beagleburt<psycho_oreos>: only link I can find is dead. Also I am a compleate newbe & what you suggest is way beyond my skill level?12:25
*** Gi0_ has joined #maemo12:26
*** lardman|home has joined #maemo12:26
*** cityLights has joined #maemo12:26
*** Gi0__ has quit IRC12:29
*** jiero has quit IRC12:31
psycho_oreosbeagleburt, another question comes to mind is why do you specifically want osso-xterm? is it because you accidentally removed it?12:34
psycho_oreosI think things like fapman might also be able to do the job12:35
*** zk8 has left #maemo12:38
beagleburtpsycho_oreos, I have 20x odd "770's" that had a buggy OS2006 on them. I flashed Hackers Edition 2007 & found that it had Osso x-term on it. I  also found that OS2007HE was very slow & sometimes had problems with WiFi connecting, so I have reflashed them all with the original OS2006 but several people would like to buy them off me WITH an x-term?12:41
beagleburtWhat is "fapman" please?12:42
psycho_oreosbeagleburt, ahh now its somewhat starting to make sense. You have 770 that you want the osso-xterm for.12:42
beagleburtYES12:43
psycho_oreosfaster application manager, I don't think you'll find a program for that with 770, afaik it only appears under N90012:43
*** Pali has joined #maemo12:43
beagleburtpsycho_oreos, ok ic12:44
Paliping X-Fade12:44
Pali~seen X-Fade12:44
infobotx-fade is currently on #maemo #harmattan #meego. Has said a total of 26 messages. Is idling for 3d 18h 49m 54s, last said: 'pawky: yes'.12:45
psycho_oreosbeagleburt, so x-term is not available in those tableteer repositories?12:45
beagleburtpsycho_oreos, have not found it so far12:46
*** jiero has joined #maemo12:46
psycho_oreosbeagleburt, well I personally don't have 770 myself though if its possible to install OS2007HE on one of the 770, install maybe dpkg-dev and maybe even dpkg-repack.. and use dpkg-repack to repack osso-xterm. That might help12:47
*** Gi0__ has joined #maemo12:48
*** jiero has quit IRC12:48
*** Gi0_ has quit IRC12:48
psycho_oreosits a really long shot.. hmm whilst you're at it, would the OS2008HE edition work better at any rate?12:49
*** Venemo_ has joined #maemo12:51
*** Venemo_ has quit IRC12:51
*** Venemo_ has joined #maemo12:51
beagleburtpsycho_oreos, HMMM? I get the gist but beyond this newbe's  current skill level...OS2008 did not have an x-term..12:51
psycho_oreosbeagleburt, ahh bugger so only OS2007HE would be your best bet. Well I wouldn't know how to make it any simpler.. the real issue is that you have 770 and I don't think there are many 770 owners that are currently active12:53
ahollerthe owners or the n770?12:53
aholler;)12:53
psycho_oreosmore like 770 rather than n77012:54
psycho_oreos:)12:54
beagleburtpsycho_oreos, i may have to wait a few years & offer them up as 'Collectors items'12:54
* psycho_oreos thinks N900 is more valuable as a collector item but *shrugs*12:55
beagleburtpsycho_oreos, ha ha ha! I thought i was the only n770 owner left in the world you mean there's 769 others?12:56
nealI have two 770s in daily use12:56
psycho_oreosbeagleburt, I'm only referring to 770 owners that are currently active on this IRC session12:56
beagleburtpsycho_oreos, oh ic12:56
ahollerneal: beeing curious, what do you use them for?12:57
psycho_oreosaholler && neal, instead of saying you have 770 near you, why not put it into some good use and help beagleburt out?12:57
nealmpd clients12:57
nealremote controls12:57
beagleburtneal, pardon my ignorance but what is "mpd"?12:59
nealpsycho_oreos: I read some backlog and I didn't see a question12:59
nealbeagleburt: music player daemon12:59
*** Venemo_ has quit IRC12:59
ShadowJK770s have this self-destruct habbit, kinda like N90012:59
*** geaaru has quit IRC13:00
psycho_oreosself-destruct habbit?13:00
psycho_oreosneal, he wants a copy of osso-xterm13:00
* psycho_oreos has yet to see the self destruct habit on three of his N900 lol13:01
*** ALoGeNo has quit IRC13:01
nealaccording to my recollection it is in repository.maemo.org13:01
nealhe just needs to enable the right repository13:01
beagleburtneal link is dead i think13:01
nealI doubt it13:02
nealif so, talk to x-fade13:02
*** geaaru has joined #maemo13:03
nealhttp://repository.maemo.org/pool/maemo1.1/free/o/osso-xterm/13:03
nealthat was easy13:03
*** dos1 has joined #maemo13:04
*** mesx has quit IRC13:05
beagleburtneal, thankyou will check it out13:06
*** mesx has joined #maemo13:06
*** Gi0_ has joined #maemo13:07
*** jrocha has joined #maemo13:07
*** croppa_ has quit IRC13:08
*** Gi0__ has quit IRC13:08
*** githogori has quit IRC13:09
*** ced117 has joined #maemo13:09
*** lardman|home has quit IRC13:17
*** scoobertron has quit IRC13:19
*** lardman|home has joined #maemo13:21
beagleburtneal, this is the link i followed to nowhere: http://maemo.org/downloads/product/OS2007/osso-xterm-advanced/13:24
beagleburtneal, i have downloaded your link ok - but am unsure how to install it on my 770?13:24
*** ruskie has joined #maemo13:25
nealthen the 770 may not be for your13:27
neals/your/you/13:27
infobotneal meant: then the 770 may not be for you13:27
*** Gi0_ has quit IRC13:30
*** Gi0 has joined #maemo13:30
*** ArGGu^^ has joined #maemo13:33
mgedminif you open http://maemo.org/downloads/product/OS2007/osso-xterm-advanced/ with the browser on your 770, clicking the green Install arrow should (with a couple of confirmations) install that package13:33
beagleburtmgedmin, leads to dead-end (web-parking site)13:38
mgedminmaemo.org? interesting/sad13:38
mgedminbut it works for me13:38
mgedminhttp://imgur.com/Za8n213:39
mgedminmaemo.org has address 80.248.164.25013:39
beagleburt<mgedmin> http://maemo-hackers.org/?f13:40
mgedminah13:41
mgedminthis link was not in my backlog13:41
mgedminyeah, the upstream homepage is kaput13:42
*** mardi has quit IRC13:45
*** ArGGu^^ has quit IRC13:45
*** ArGGu^^ has joined #maemo13:46
*** shanttu has joined #maemo13:52
*** t_s_o has quit IRC13:54
*** ArGGu^^ has quit IRC14:00
*** mitsutak_ has joined #maemo14:07
*** mitsutaka has quit IRC14:08
*** ArGGu^^ has joined #maemo14:17
*** Mozillion has joined #maemo14:24
*** zk8 has joined #maemo14:26
*** psycho_oreos has quit IRC14:27
*** vblazquez has quit IRC14:28
*** vblazquez has joined #maemo14:30
*** ArGGu^^ has quit IRC14:30
*** ArGGu^^ has joined #maemo14:31
*** zk8 has left #maemo14:31
*** rd has joined #maemo14:37
*** C-S-B has quit IRC14:37
*** C-S-B has joined #maemo14:37
*** Hurrian has joined #maemo14:40
*** ArGGu^^ has quit IRC14:45
*** eMHa has quit IRC14:47
*** eMHa has joined #maemo14:48
*** eMHa has quit IRC14:56
*** eMHa has joined #maemo14:58
*** zz_gri is now known as gri14:59
*** sq-one has joined #maemo15:01
*** ArGGu^^ has joined #maemo15:02
*** Venemo has joined #maemo15:03
*** lardman|home has quit IRC15:06
*** ghostcube has joined #maemo15:14
*** ArGGu^^ has quit IRC15:15
*** ArGGu^^ has joined #maemo15:16
*** bergie has joined #maemo15:20
*** rd has quit IRC15:20
*** scylyne has joined #maemo15:23
*** scylyne has quit IRC15:24
*** rd has joined #maemo15:26
*** mitsutak_ has quit IRC15:26
*** mitsutaka has joined #maemo15:27
*** ArGGu^^ has quit IRC15:30
*** rcg has joined #maemo15:30
*** mortenvp has quit IRC15:31
*** Hurrian has quit IRC15:33
*** eichi has joined #maemo15:36
eichisomeone of you played sdlscavenger? called scavenger in maemo?15:36
eichiI cant finish level 12 and dont understand, how to to that ;)15:36
*** rd has quit IRC15:38
*** kov has joined #maemo15:40
*** blackthorne has joined #maemo15:42
*** bergie has quit IRC15:42
*** geek00l has joined #maemo15:43
*** retro|cz has joined #maemo15:43
*** fosstux_ has joined #maemo15:46
*** fosstux has quit IRC15:46
*** ArGGu^^ has joined #maemo15:46
*** bergie has joined #maemo15:48
*** beagleburt has quit IRC15:51
*** Venemo has quit IRC15:54
*** drj_cro has joined #maemo15:57
*** drj_cro has left #maemo15:57
*** mck182 has joined #maemo15:59
*** mck182 has joined #maemo15:59
*** federico2 has joined #maemo15:59
*** eijk has joined #maemo16:00
*** ArGGu^^ has quit IRC16:00
*** bergie has quit IRC16:03
*** regawyte has quit IRC16:10
*** norayr has joined #maemo16:15
*** aap has joined #maemo16:16
*** rcg has quit IRC16:18
*** pcfe has quit IRC16:19
*** pcfe has joined #maemo16:19
*** pcfe has quit IRC16:19
*** pcfe has joined #maemo16:19
*** pcfe has joined #maemo16:19
*** pcfe has quit IRC16:19
*** pcfe has joined #maemo16:19
*** bergie has joined #maemo16:20
*** pcfe has quit IRC16:20
*** pcfe has joined #maemo16:21
*** pcfe has quit IRC16:21
*** pcfe has joined #maemo16:21
*** mortenvp has joined #maemo16:21
*** ravent-n900 has joined #maemo16:21
*** pcfe has quit IRC16:22
*** pcfe has joined #maemo16:23
*** pcfe has quit IRC16:23
*** pcfe has joined #maemo16:23
*** valerius has quit IRC16:23
*** valerius has joined #maemo16:24
*** pcfe has quit IRC16:24
*** pcfe has joined #maemo16:24
*** pcfe has quit IRC16:24
*** pcfe has joined #maemo16:24
*** Roomerlol has joined #maemo16:25
*** valerius has joined #maemo16:27
*** valerius has joined #maemo16:28
*** valerius has joined #maemo16:32
*** paroneayea has joined #maemo16:34
*** mortenvp has quit IRC16:35
*** eichi has left #maemo16:36
*** ravent-n900 has quit IRC16:37
*** BCMM has joined #maemo16:40
*** ravent-n900 has joined #maemo16:40
*** BluesLee has joined #maemo16:40
*** valerius has joined #maemo16:41
*** valerius has joined #maemo16:43
*** BluesLee has quit IRC16:44
*** valerius has joined #maemo16:44
*** dangergrrl has quit IRC16:45
*** valerius has joined #maemo16:45
*** gri is now known as zz_gri16:46
*** aap is now known as regawyte16:46
*** valerius has quit IRC16:47
*** valerius has joined #maemo16:48
*** jacekowski has joined #maemo16:48
valeriusstrange, xchat crashes on my nokia n900 -- moved the logs and scrollback directories and it ended to crash...16:49
*** javispedro has joined #maemo16:50
*** blackthorne has quit IRC16:57
*** ravent-n900 has quit IRC17:03
*** bashlnx has joined #maemo17:05
*** bashlnx has joined #maemo17:05
*** bash` has quit IRC17:05
*** DrGrov has joined #maemo17:07
*** sat2050 has joined #maemo17:15
*** norayr has quit IRC17:15
*** e-yes has quit IRC17:18
*** kW_ has joined #maemo17:20
*** ravent-n900 has joined #maemo17:22
*** dimw1t has joined #maemo17:24
*** shanttu has quit IRC17:27
*** kW_ has quit IRC17:29
*** sat2050 has quit IRC17:29
*** ravent-n900 has quit IRC17:31
*** sulx has joined #maemo17:31
*** e-yes has joined #maemo17:32
*** dimw1t has quit IRC17:33
*** kW_ has joined #maemo17:40
*** ravent-n900 has joined #maemo17:43
*** Choominator is now known as Choom17:45
*** krau has quit IRC17:45
*** eMHa has quit IRC17:47
*** eMHa has joined #maemo17:47
*** kW_ has quit IRC17:47
*** kW has joined #maemo17:47
*** kW has quit IRC17:47
*** kW has joined #maemo17:47
*** krau has joined #maemo17:49
*** kW has quit IRC17:49
*** kW has joined #maemo17:49
*** kW has quit IRC17:49
*** kW has joined #maemo17:49
*** M4rtinK has joined #maemo17:52
* RST38h moos evilly, prays to the Tentacled One in the Depths of the Sea17:54
*** crs has quit IRC17:57
javispedromoo RST38h17:58
valeriusanybody alive?18:00
*** sq-one has quit IRC18:00
javispedrono18:00
* valerius installed subverfsion together with libapr and libaprutil -- it segfaults :(18:01
* valerius tried several older builds -- the same result18:01
RST38hjavispedro:evening!18:02
RST38hjavispedro: And may I remind how badly Direct3D sucks?18:03
valeriusmaybeWTF, something is missing from its dependencies an it traps in a missing lib?18:03
valerius*maybe18:03
javispedroRST38h: to me? No need.18:03
javispedrothe fun thing is that considering how far GL ES has gone, MS still wants to promote the even more retarded MobileD3D.18:04
RST38hjavispedro: Obviously18:06
wmarone_how else will they lock you into their platform?18:06
RST38hjavispedro: There are dozens of people at MS developing it and creating PP presentations showing how it is good for developers and MS domination18:07
javispedrowmarone_: with they own language .....18:07
javispedro*their18:07
wmarone_yup18:07
RST38hjavispedro: The fact that nobody really needs it (except for all the above people) does not mean a thing18:07
*** federico2 has quit IRC18:08
RST38h(It is not that GLES is free of sin though - once I have seen the mandatory shader declaration with #defines, I almost threw up)18:08
*** fosstux_ has quit IRC18:11
*** BCMM has quit IRC18:12
*** tuho has quit IRC18:12
*** crs has joined #maemo18:12
valeriusppl, so, nobody uses a svn client on maemo5?18:14
nealuse git :)18:14
valeriusI need access to a svn rep :)18:15
valeriuswhat is interesting, some older version worked fine for me, but I updated it and it become broken. Tried to downgrade it, but it still segfaults18:17
*** shanttu has joined #maemo18:18
*** Roomerlol has quit IRC18:19
*** mck182 has quit IRC18:20
*** trumee has quit IRC18:21
*** jhb has joined #maemo18:21
*** trumee has joined #maemo18:23
*** peetah has quit IRC18:23
*** peetah has joined #maemo18:26
*** ravent-n900 has quit IRC18:30
*** joga has quit IRC18:30
*** joga has joined #maemo18:30
*** tuho has joined #maemo18:32
*** ekze has quit IRC18:40
*** lardman|home has joined #maemo18:42
*** zz_gri is now known as gri18:46
*** lardman|home has quit IRC18:48
*** SmilyOrg has joined #maemo19:03
*** Smily has quit IRC19:07
MacerHELLO19:09
*** kov has quit IRC19:18
*** kov has joined #maemo19:18
*** ekze has joined #maemo19:22
*** kwtm2 has quit IRC19:24
*** kwtm2 has joined #maemo19:24
*** haztrack has joined #maemo19:29
*** haztrack has left #maemo19:29
*** trbs has joined #maemo19:30
*** MohammadAG has joined #maemo19:33
*** MohammadAG has quit IRC19:34
*** MohammadAG has joined #maemo19:34
*** xnt14 has joined #maemo19:34
*** ravent-n900 has joined #maemo19:36
*** shanttu has quit IRC19:37
*** ravent-n900 has left #maemo19:37
*** sq-one has joined #maemo19:42
*** geek00l has quit IRC19:46
*** dos11 has joined #maemo19:50
*** dos1 has quit IRC19:51
*** rd has joined #maemo19:53
*** bashlnx has quit IRC19:55
*** Trcx has joined #maemo20:02
*** swc|666 has joined #maemo20:05
*** dos11 is now known as dos120:09
*** shanttu has joined #maemo20:10
*** MacDrunk has joined #maemo20:10
MacDrunkhello20:11
MacDrunkanyone here20:11
*** jpe has quit IRC20:12
Gh0stysorry we're not open today20:12
Gh0styyou can reach us by irc every working day between the hours of 8 and 12 and 13 till 17h20:13
Gh0sty;)20:13
*** fosstux has joined #maemo20:14
Juozapas;]20:14
*** bash` has joined #maemo20:17
*** bash` has left #maemo20:18
*** sat2050 has joined #maemo20:19
*** dangergrrl has joined #maemo20:20
*** nmjnb_ has joined #maemo20:22
*** sat20501 has joined #maemo20:22
*** sat2050 has quit IRC20:24
*** scoobertron has joined #maemo20:26
*** MacDrunk has quit IRC20:33
*** fosstux has quit IRC20:34
*** valerius has quit IRC20:42
merlin1991Gh0sty: ++20:42
*** valerius has joined #maemo20:43
*** hardaker has joined #maemo20:44
*** rd has quit IRC20:53
*** shanttu has quit IRC20:53
*** mck182 has joined #maemo20:56
*** mck182 has joined #maemo20:56
*** scoobertron has quit IRC21:01
*** psychologe has joined #maemo21:07
*** SmilybOrg has joined #maemo21:08
*** SmilybOrg is now known as Guest1713021:09
*** SmilyOrg has quit IRC21:12
*** javispedro has quit IRC21:14
*** florian has joined #maemo21:16
*** florian has joined #maemo21:16
*** valerius has quit IRC21:20
*** dotblank has quit IRC21:22
*** ferdna has joined #maemo21:27
*** gri is now known as zz_gri21:30
*** MohammadAG has quit IRC21:34
*** MohammadAG has joined #maemo21:35
*** valerius has joined #maemo21:39
psychologehas some body know how to multiboot :power-kernel,nitdroid,nemo,,,i see this thread talk.maemo.org/showthread.php?t=73146, and do that ,but only can boot Nitdrod and Power-kernel21:39
*** net-split has joined #maemo21:40
*** Trcx has quit IRC21:43
*** ArGGu^^ has joined #maemo21:48
*** psychologe has quit IRC21:52
*** scoobertron has joined #maemo21:54
*** nox- has joined #maemo21:56
*** maybeArgh has joined #maemo21:56
*** Choom has quit IRC21:57
*** githogori has joined #maemo21:58
*** maybeWTF has quit IRC21:59
*** githogori has quit IRC22:00
*** githogori has joined #maemo22:00
*** jazedal has quit IRC22:00
*** joga has quit IRC22:00
*** jazedal has joined #maemo22:00
*** jazedal has quit IRC22:05
*** jazedal has joined #maemo22:05
*** Aranel has quit IRC22:06
*** e-yes has quit IRC22:07
*** t_s_o has joined #maemo22:10
*** scoobertron has quit IRC22:13
*** e-yes has joined #maemo22:21
*** badcloud_ has joined #maemo22:22
badcloud_how to close all apps?22:22
jazedalOne at a time.22:23
badcloud_jazedal: arg22:23
badcloud_really...?22:23
badcloud_there's gotta be some app that can do it22:24
jazedalIt might be possible to write a script to close the gui processes, but I don't see a straight forward way to do it.22:24
jazedalI've 10 or apps open at once, and I never thought it would be convenient to automatically close them all.22:25
jazedals/10 or/had 10 or so/22:25
infobotjazedal meant: I've had 10 or so apps open at once, and I never thought it would be convenient to automatically close them all.22:25
badcloud_you say tomato...22:25
jazedalIt never takes long to close them all, and I get to make sure I really want to close them.22:25
badcloud_it's just a finger/stylus hassle for something so basic22:26
badcloud_nm22:26
jazedalI see.22:27
jazedalAsk someone else.22:27
badcloud_I'll scour the seven seas/google some more22:27
badcloud_jazedal: thanks though22:27
jazedalNo problem.22:27
badcloud_:)22:27
*** badcloud_ has quit IRC22:27
*** Sazpaimon has quit IRC22:28
*** joga has joined #maemo22:29
*** perlite_ has joined #maemo22:30
*** Sazpaimon has joined #maemo22:31
*** perlite has quit IRC22:32
*** perlite_ is now known as perlite22:33
*** Guest40473 has joined #maemo22:35
*** Guest40473 is now known as bjv22:35
*** jazedal has quit IRC22:39
*** jazedal has joined #maemo22:39
*** jazedal has quit IRC22:45
*** jazedal has joined #maemo22:45
*** hardaker has quit IRC22:48
*** hardaker has joined #maemo22:49
*** rd has joined #maemo22:51
*** jazedal has quit IRC22:51
*** jhb has quit IRC22:52
*** thexception|off has quit IRC22:56
*** trumee has quit IRC23:03
*** Chewtoy has quit IRC23:03
*** diverse_izzue has joined #maemo23:04
*** FLaT^_ is now known as flat`23:04
*** jazedal has joined #maemo23:06
*** thexception|off has joined #maemo23:07
*** dRbiG has quit IRC23:08
*** ced117 has quit IRC23:09
*** jazedal has quit IRC23:10
*** zz_gri is now known as gri23:11
*** jazedal has joined #maemo23:11
*** dRbiG has joined #maemo23:14
*** mortenvp has joined #maemo23:14
*** trumee has joined #maemo23:15
*** Chewtoy has joined #maemo23:17
*** xnt14 has quit IRC23:18
*** xnt14 has joined #maemo23:20
*** beagleburt has joined #maemo23:22
*** scoobertron has joined #maemo23:23
*** federico2 has joined #maemo23:25
*** mortenvp has quit IRC23:27
*** trumee has quit IRC23:28
*** shanttu has joined #maemo23:35
*** jhb has joined #maemo23:35
*** valerius has quit IRC23:36
*** rd has quit IRC23:38
*** NIN101 has quit IRC23:41
*** andre__ has joined #maemo23:42
*** diverse_izzue has quit IRC23:44
*** sat2050 has joined #maemo23:47
*** sat20501 has quit IRC23:51
*** rd has joined #maemo23:52
*** sq-one has quit IRC23:58

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