*** shanttu has quit IRC | 00:14 | |
*** scoobert1on has joined #maemo | 00:17 | |
*** scoobertron has quit IRC | 00:18 | |
*** hurbu_ has joined #maemo | 00:18 | |
*** valerius has joined #maemo | 00:21 | |
*** hurbu__ has quit IRC | 00:21 | |
luke-jr | so is anyone working on a proper N900 BME replacement? | 00:25 |
---|---|---|
luke-jr | ie, something I can run as an init script | 00:25 |
*** ALoGeNo has joined #maemo | 00:28 | |
*** ALoGeNo has joined #maemo | 00:28 | |
*** jhb has joined #maemo | 00:31 | |
Pali | luke-jr, I'm working on kernel module | 00:32 |
luke-jr | Pali: hmm! | 00:33 |
Pali | without userspace daemon/program | 00:33 |
luke-jr | good idea | 00:33 |
Pali | I sent last version to LKML: https://lkml.org/lkml/2011/12/7/626 | 00:33 |
Pali | but it is still not complete and propably not working... | 00:34 |
jazedal | Why do we want BME? | 00:41 |
psycho_oreos | proper control over charging of battery, maybe one can do fancy stuff with it | 00:42 |
jazedal | It doesn't sound too useful. | 00:42 |
psycho_oreos | nokia'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, etc | 00:42 |
DocScrutinizer | psycho_oreos: you can't do fancy stuff with that | 00:43 |
jazedal | psycho_oreos: Ok | 00:43 |
luke-jr | jazedal: we don't, that's the point of another charger | 00:43 |
DocScrutinizer | luke-jr: rhere's a script since "years" that you could start from system init | 00:43 |
luke-jr | DocScrutinizer: I have a script, but it's not very friendly for init | 00:43 |
luke-jr | DocScrutinizer: and probably not power efficient | 00:44 |
DocScrutinizer | eeeh, power efficient? | 00:44 |
psycho_oreos | DocScrutinizer, well I said maybe :) then again the standard BME is somewhat restrictive as it is | 00:44 |
jazedal | You're doing the browser right after, right? | 00:44 |
Pali | DocScrutinizer, can be that script charge21.sh running always on background (when charger is not connected too)? | 00:45 |
*** dos1 has quit IRC | 00:45 | |
DocScrutinizer | sure | 00:45 |
Pali | no side effect? | 00:45 |
DocScrutinizer | not more than the known ones | 00:46 |
Pali | and what is known? | 00:46 |
luke-jr | other than executing i2c tools, printing, etc | 00:46 |
DocScrutinizer | which are: no proper reporting of battery state to hal, etc | 00:46 |
Pali | ok, reporting to hal and is not big problem... | 00:47 |
luke-jr | HAL is dead | 00:47 |
Pali | you are right! | 00:47 |
jazedal | Problem 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: "(" unexpected | 00:48 |
jazedal | uic is a binary ELF file | 00:48 |
*** vivijim has quit IRC | 00:48 | |
luke-jr | Pali: http://talk.maemo.org/showthread.php?t=80889 | 00:49 |
DocScrutinizer | why would you want bookmark-bridge on N900 anyway? | 00:49 |
*** kov has joined #maemo | 00:49 | |
jazedal | Originally, the idea was to convert the xml file to firefox format before backup/sync | 00:49 |
jazedal | You just reminded me that the XML format is the ideal format, and it should be backed up the way it is. | 00:50 |
Pali | luke-jr, I will look at it later... | 00:50 |
Pali | also ping freemangordon about that patches | 00:50 |
jazedal | I 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 IRC | 00:52 | |
Pali | DocScrutinizer, can charge21.sh swith charging from wallcharger to usb charger? | 00:52 |
*** ced117 has quit IRC | 00:52 | |
DocScrutinizer | luke-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 anyway | 00:53 |
jazedal | I will not facepalm and yell at myself, though, it is a strange custom. | 00:53 |
*** Roomerlol has joined #maemo | 00:53 | |
DocScrutinizer | Pali: no, it doesn't as of now | 00:53 |
DocScrutinizer | it could get augmented to do this | 00:53 |
DocScrutinizer | for now it's somewhat mistreating USB hosts | 00:54 |
*** Gi0_ has joined #maemo | 00:54 | |
DocScrutinizer | same way your usual 3.5" external USB hardrive or UMTS stick does | 00:54 |
NIN101 | have read of stuff like risking frying pc usb ports when using charge21.sh, as it pulls more than 500 ma... BS? | 00:55 |
Pali | ok | 00:55 |
DocScrutinizer | well, it's somewhat correct, just it's one of legion of devices that do this | 00:55 |
DocScrutinizer | you 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 hosts | 00:56 |
*** Gi0 has quit IRC | 00:56 | |
luke-jr | DocScrutinizer: assuming the kernel caches the i2c binaries etc | 00:57 |
luke-jr | which might not always be true | 00:57 |
luke-jr | also, kernel module is probably safer from swapping | 00:58 |
Pali | ok, so in kernel driver I need check if usb charger is connected and change max current | 00:58 |
DocScrutinizer | luke-jr: when it doesn't then you got real problems with power usage that are not caused by that script ;-D | 00:58 |
luke-jr | ;) | 00:58 |
DocScrutinizer | Pali: NO, you can't and don't want to do that | 00:58 |
luke-jr | anyhow, I've changed gears. | 00:58 |
luke-jr | I have 75 minutes left to use TODAY, so I want to try to get voice calling working | 00:59 |
DocScrutinizer | Pali: you'll introduce layering problems by doing this | 00:59 |
Pali | DocScrutinizer, what is correct way? | 00:59 |
DocScrutinizer | this switching depending on USB enum has to be done by a userland daemon | 01:00 |
luke-jr | … | 01:00 |
*** Venemo has joined #maemo | 01:00 | |
*** Venemo has quit IRC | 01:00 | |
*** Venemo has joined #maemo | 01:00 | |
DocScrutinizer | the whole USB enum and deciding if that's ok for charging now, is way too complex to do all that in kernel space | 01:02 |
*** jhb has quit IRC | 01:02 | |
DocScrutinizer | you 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 idle | 01:06 |
DocScrutinizer | again, waiting for next kevent on /sys/*/vbus | 01:06 |
*** zk8 has quit IRC | 01:08 | |
*** hurbu__ has joined #maemo | 01:08 | |
DocScrutinizer | on 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 power | 01:10 |
Pali | ok | 01:12 |
DocScrutinizer | eventually 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 accordingly | 01:12 |
*** hurbu_ has quit IRC | 01:12 | |
*** jhb has joined #maemo | 01:12 | |
*** jjo has quit IRC | 01:17 | |
*** jjo has joined #maemo | 01:17 | |
DocScrutinizer | or 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 in | 01:17 |
DocScrutinizer | bq24150 and bq24150.ko tickling the watchdog | 01:17 |
*** javispedro has joined #maemo | 01:19 | |
DocScrutinizer | this 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 cases | 01:20 |
*** Roomerlol has quit IRC | 01:24 | |
DocScrutinizer | I 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 needed | 01:28 |
*** eijk has quit IRC | 01: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 pages | 01:29 | |
DocScrutinizer | wth?! today? | 01:30 |
javispedro | nah, been there for a while, prolly they'll argue they are "useful" | 01:30 |
javispedro | http://en.wikipedia.org/wiki/ARM_architecture#Operating_systems | 01:31 |
DocScrutinizer | meh, on wikipedia | 01:36 |
HyperSnyper | how dificult would it be to get RISC OS running on the n900.... | 01:36 |
HyperSnyper | know theres afew emulators but not sure if nay are open source | 01:36 |
HyperSnyper | RISC OS <3 | 01:37 |
*** mck182 has quit IRC | 01:37 | |
mavhc | HyperSnyper: right and middle click might be tricky | 01:37 |
DocScrutinizer | I'm recently cleaning out ~5 spam edits per day on average, on wiki.maemo.org - pretty annoying though it earns me karma | 01:37 |
*** jhb has quit IRC | 01:38 | |
*** liar has joined #maemo | 01:38 | |
mavhc | HyperSnyper: risc os open has the source code | 01:38 |
*** Gyjf has quit IRC | 01:38 | |
HyperSnyper | i just want to play Hamters | 01:39 |
mavhc | heh | 01:39 |
HyperSnyper | one of the first games i ever played | 01:39 |
HyperSnyper | :D | 01:39 |
mavhc | the one with the giant mallet? | 01:39 |
HyperSnyper | thats the one :D | 01:39 |
HyperSnyper | heheh | 01:39 |
*** Roomerlol has joined #maemo | 01:39 | |
HyperSnyper | remeber Tom Cooper appearing couple of years ago saying he wanted to port it to Mobiles but not seen anything about it since | 01:40 |
mavhc | yeah, it's on http://www.acornarcade.com/features/freegames/ but games are always an issue because they're hacky | 01:40 |
*** Jef91|Busy has quit IRC | 01:40 | |
mavhc | http://www.mobygames.com/developer/sheet/view/developerId,113088/ | 01:41 |
*** ferdna has quit IRC | 01:42 | |
HyperSnyper | some good memories looks through that arcon arcade list | 01:44 |
HyperSnyper | spent far too many hours playing Phaeton | 01:44 |
mavhc | never got far with arc elite, not owning an arc at the time, got elite status on bbc elite. played cycloids quite a bit | 01:46 |
*** Pali has quit IRC | 01:48 | |
jazedal | That's it. It was 'osso-addressbook-backup' that I used in my backup scripts. | 01:50 |
*** NIN101 has quit IRC | 01:52 | |
*** hurbu__ has quit IRC | 01:53 | |
luke-jr | >>> media-libs/libcmtspeechdata-2.1.1 merged. | 01:54 |
luke-jr | javispedro: Android isn't Linux. do it. | 01:54 |
*** mck182 has joined #maemo | 01:55 | |
*** mck182 has joined #maemo | 01:55 | |
DocScrutinizer | is somebody claim it was linux, on that wikipage? | 01:55 |
javispedro | http://en.wikipedia.org/wiki/Linux#Embedded_devices | 01: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 fail | 01:59 |
*** e-yes has joined #maemo | 01:59 | |
luca_ | DocScrutinizer: for some reason when changing the settings, the sounds were reproduced OK | 01:59 |
luca_ | anyway, just wanted to let you know that I finally fixed it and what was the problem | 02:00 |
DocScrutinizer | thanks | 02:00 |
*** florian has quit IRC | 02:04 | |
*** federico2 has quit IRC | 02:04 | |
*** scoobert1on has quit IRC | 02:05 | |
*** net-split has quit IRC | 02:06 | |
*** croppa has joined #maemo | 02:09 | |
*** gri is now known as zz_gri | 02:16 | |
*** andre__ has quit IRC | 02:19 | |
*** Trcx has quit IRC | 02:21 | |
*** habmala has quit IRC | 02:21 | |
*** beford has joined #maemo | 02:28 | |
*** Smily has joined #maemo | 02:29 | |
*** hardaker has joined #maemo | 02:34 | |
*** klasu__ has quit IRC | 02:35 | |
*** klasu__ has joined #maemo | 02:36 | |
*** l32606 has joined #maemo | 02:37 | |
*** OkropNick has quit IRC | 02:37 | |
*** Smily has quit IRC | 02:39 | |
DocScrutinizer | I 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 playback | 02:40 |
DocScrutinizer | barisione: ^^^ | 02:40 |
luke-jr | I definitely agree with symlink | 02:41 |
*** ferdna has joined #maemo | 02:46 | |
*** l32606 has quit IRC | 02:53 | |
DocScrutinizer | luke-jr: you don't see the whole picture | 02:56 |
luke-jr | nope! | 02:57 |
DocScrutinizer | using 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 file | 02:58 |
*** mesx has quit IRC | 02:58 | |
DocScrutinizer | that'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 dbus | 02:59 |
DocScrutinizer | AIUI | 02:59 |
DocScrutinizer | changing raw data of the opened .wav would eliminate the need for all that | 03:00 |
*** jrocha has joined #maemo | 03:02 | |
DocScrutinizer | and 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.wav | 03:02 |
DocScrutinizer | even when copying new or default audio data halfway then segfaulting, all we got is a messed up ringtone data, not a dangling symlink | 03:03 |
DocScrutinizer | OTOH probably buffering will render my idea moot | 03:06 |
DocScrutinizer | that's why I said "I also *wonder* what would happen..." | 03:08 |
DocScrutinizer | depending on more factors than I could list here, the result of this action may differ significantly | 03:09 |
DocScrutinizer | best probably was to rewrite the ringtoneplayer, whatever it is | 03:10 |
DocScrutinizer | tonegend or whatever | 03:10 |
DocScrutinizer | I guess they won't use mafw for that | 03:10 |
*** slobro has joined #maemo | 03:11 | |
slobro | umm, 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 |
SpeedEvil | settings -> about | 03:13 |
SpeedEvil | Also - ~flashing | 03:13 |
SpeedEvil | ~flashing | 03:14 |
infobot | rumour has it, maemo-flashing is http://wiki.maemo.org/Updating_the_tablet_firmware | 03:14 |
psycho_oreos | entering *#0000# still shows version | 03:15 |
merlin1991 | lmao just wanted to swipe to close on my n900 | 03:16 |
*** jrocha has quit IRC | 03:16 | |
slobro | hmm, version 21.2011.38-1, pretty new I guess | 03:17 |
DocScrutinizer | doesn't mean much | 03:17 |
merlin1991 | oh it does | 03:18 |
psycho_oreos | yeah its the latest | 03:18 |
DocScrutinizer | I guess you'll reflash it anyway, as soon as you get it | 03:18 |
psycho_oreos | I wouldn't ;) | 03:19 |
merlin1991 | reflashing was the first thing I did when I got my 2nd n900 | 03:19 |
psycho_oreos | dd was the first thing when I got my second and subsequent N900, after that it was flashing | 03:20 |
merlin1991 | why dd? | 03:21 |
* psycho_oreos grins devilishly and says no more | 03:21 | |
merlin1991 | I see | 03:22 |
* DocScrutinizer shrugs | 03:22 | |
DocScrutinizer | whatever been the purpose, it's most likely not been to the point | 03:22 |
DocScrutinizer | a sane user has reflashed combined and vanilla anyway, prior to selling | 03:23 |
DocScrutinizer | a not so sane user has nothing I'd be interested in | 03:24 |
merlin1991 | my 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 screen | 03:24 |
psycho_oreos | you meant 5 | 03:24 |
merlin1991 | but it doesn't go past it unless the banner is pressed | 03:24 |
merlin1991 | ooops :D | 03:24 |
merlin1991 | but I get the same banner again when h-d finishes loading :D | 03:25 |
psycho_oreos | and I've actually found some interesting data however.. | 03:25 |
DocScrutinizer | a user like me would leave some spyware in a deleted honeypot file for users like you, when selling | 03:28 |
psycho_oreos | the chances of you getting information out of that spyware from me would be unlikely :) | 03:29 |
psycho_oreos | let alone anyone | 03:30 |
DocScrutinizer | hmm, let's try it ;-P | 03:31 |
psycho_oreos | and 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_oreos | lol | 03:32 |
*** Smily has joined #maemo | 03:33 | |
DocScrutinizer | eh? nah, I'm going to use your secrit shit to do nonsense | 03:35 |
psycho_oreos | i.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 |
DocScrutinizer | sure, I'm evil | 03:37 |
merlin1991 | yes you are, see: | 03:38 |
merlin1991 | ~scrutinizing | 03:38 |
infobot | it has been said that scrutinizing is what DocScrutinizer does after eating some datasheets for breakfast | 03:38 |
DocScrutinizer | however I said *deleted* honeypot file, so you'd start the spyware only when trying to recover deleted shit from that device | 03:38 |
* psycho_oreos makes a mental note to not buy stuff from DocScrutinizer ;) though I gotta admit I'm still a sucker for N950 | 03:38 | |
luke-jr | how does telepathy-ring work without linking to libcmtspeechdata? :| | 03:39 |
luke-jr | merlin1991: does it let you use cellmo if you bypass the detect? | 03:40 |
DocScrutinizer | btw 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 company | 03:41 |
merlin1991 | luke-jr: didn't try | 03:41 |
*** edheldil has quit IRC | 03:42 | |
jazedal | Does anyone have any experience getting gpg-agent to work on the N900? | 03:42 |
javispedro | luke-jr: what the h is libcmtspeechdata and wouldn't pulseaudio be using it instead of tp-ring? | 03:44 |
jazedal | gpg has trouble connecting to the agent | 03:44 |
*** mck182 has quit IRC | 03:44 | |
luke-jr | javispedro: libcmtspeechdata is apparently how to do audio with cellmo | 03:47 |
luke-jr | I don't want PA | 03:47 |
javispedro | more reason it'll link to a PA module instead of tp-ring | 03:48 |
javispedro | (not on what you're building, of course). | 03:48 |
luke-jr | why? | 03:49 |
luke-jr | every other telepathy module does audio handling | 03:49 |
Robot101 | they pass the codec / network data "up" from the telepathy connection manager to the stream engine which has the RTP stack | 03:50 |
*** GeneralAntilles1 is now known as GeneralAntilles | 03:50 | |
*** GeneralAntilles has joined #maemo | 03:50 | |
Robot101 | telepathy-ring controls csd and pulseaudio just magics the audio into place | 03:50 |
luke-jr | -.- | 03:50 |
Robot101 | doing 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 routing | 03:51 |
Robot101 | if every internet backend in telepathy needed a different/custom streaming format (and not just rtp) they'd all do it inside the protocol backend too | 03:51 |
slobro | hmm, should I just flash with the global firmware image, when the n900 has been bought in finland.. | 03:58 |
*** M4rtinK has quit IRC | 03:59 | |
luke-jr | so in plain English… there's no way to make voice calls work without PA blob crap? | 04:01 |
javispedro | luke-jr: PA stuff no longer has blobs in meego | 04:01 |
*** mortenvp has joined #maemo | 04:01 | |
luke-jr | javispedro: slightly better. | 04:01 |
javispedro | well.. | 04:01 |
luke-jr | where's the code? :P | 04:02 |
luke-jr | if not under https://meego.gitorious.org/meego-cellular/ | 04:02 |
javispedro | http://meego.gitorious.org/maemo-multimedia/pulseaudio-modules-meego/blobs/master/src/cmtspeech/cmtspeech-connection.c | 04:03 |
javispedro | now that I remember, there are still PA blobs, | 04:04 |
javispedro | how much annoying they are probably Sts knows. | 04:04 |
javispedro | (seemingly related to audio processing iirc) | 04:05 |
*** Venemo_ has joined #maemo | 04:07 | |
*** Venemo_ has quit IRC | 04:07 | |
*** Venemo_ has joined #maemo | 04:07 | |
*** Venemo has quit IRC | 04:08 | |
*** dangergrrl has quit IRC | 04:10 | |
DocScrutinizer | well, on SHR we got cmtspeech anyway | 04:11 |
DocScrutinizer | and we don't use PA ;-D | 04:11 |
luke-jr | DocScrutinizer: link? :D | 04:11 |
*** Gi0_ is now known as Gi0 | 04:11 | |
DocScrutinizer | actually cmtspeech is utterly silly, it's just reading from one serial data interface and forwarding to another, and vice versa | 04:12 |
*** Venemo_ has quit IRC | 04:12 | |
luke-jr | … | 04:13 |
luke-jr | DocScrutinizer: link? :D | 04:16 |
DocScrutinizer | mompl | 04:16 |
DocScrutinizer | author just asked me "cmtspeech like we do it? or like meego does it?" | 04:17 |
DocScrutinizer | http://git.freesmartphone.org/?p=cornucopia.git;a=tree;f=fsoaudiod/src/plugins/gsmvoice_alsa_cmtspeechdata;h=e288a6d7433aed7b70d792d4823486b9ace7f44b;hb=HEAD here you go | 04:18 |
DocScrutinizer | hope you like the brilliance of the simple architecture, it's designed by me | 04:18 |
DocScrutinizer | ;-P | 04:18 |
luke-jr | meego uses PA; do not want | 04:18 |
luke-jr | (%*#)%# | 04:18 |
DocScrutinizer | me neither :-D | 04:18 |
luke-jr | vala -.- | 04:18 |
DocScrutinizer | LOL | 04:19 |
* luke-jr wonders which is worse, vala or PA | 04:19 | |
DocScrutinizer | indeed | 04:19 |
*** sleepee has joined #maemo | 04:19 | |
luke-jr | 700 lines, can't be hard to port to C… | 04:20 |
DocScrutinizer | prolly not | 04:21 |
*** dangergrrl has joined #maemo | 04:21 | |
DocScrutinizer | actually it's more easy in c | 04:21 |
DocScrutinizer | as you can use direct ALSA pcm_xxx() calls rather than that vala stub cruft | 04:21 |
luke-jr | lol | 04:22 |
*** sleepee has joined #maemo | 04:22 | |
* luke-jr wonders if he should be using FreeSmartPhone's telephony stack instead of ofono | 04:25 | |
luke-jr | ofono needs glib-- is FSP's glib-free? ;) | 04:25 |
javispedro | if it uses vala.. | 04:26 |
*** dangergrrl has quit IRC | 04:26 | |
DocScrutinizer | you can tell for sure that I hate this detail: >>pcmin.open( "plug:dsnoop", Alsa.PcmStream.CAPTURE );<< - hardcoded ALSA stack, OMFG | 04:27 |
*** dangergrrl has joined #maemo | 04:27 | |
javispedro | in 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 IRC | 04:32 | |
*** dangergrrl has joined #maemo | 04:34 | |
DocScrutinizer | heard something like that, and I think I'm going to start a killing rage | 04:39 |
DocScrutinizer | lennart?? | 04:40 |
javispedro | not involved | 04:40 |
DocScrutinizer | so he has to wait now, will deal with him later | 04:40 |
DocScrutinizer | first the fools who got this crap into clean nice linux | 04:41 |
*** sleepee has quit IRC | 04:43 | |
GeneralAntilles | WE NEED MOAR DROID | 04:47 |
javispedro | probably also related to "the year of linux disappointments" | 04:48 |
javispedro | with nokia & contractors being pulled out of the kernel... | 04:49 |
javispedro | previously, you'd get someone arguing "hey, we're doing fine without wakelocks on our devices" | 04:49 |
GeneralAntilles | This is shaping up to be a messy decade. | 04:49 |
javispedro | nowadays it's just @android people | 04:49 |
GeneralAntilles | Reading the comments on the LWN summary of that article was depression. | 04:49 |
GeneralAntilles | (inducing) | 04:49 |
GeneralAntilles | ANDROIDANDROIDANDROID | 04:49 |
GeneralAntilles | Reminds me of LFCSSF 2009 when DiBona answered a question about Google not collaborating or releasing code | 04:51 |
GeneralAntilles | and it was OK because none of their competitors did either | 04:51 |
DocScrutinizer | hah | 04:51 |
javispedro | ... | 04:51 |
GeneralAntilles | s/2009/2010/ | 04:51 |
javispedro | even more ... | 04:51 |
GeneralAntilles | Which of course Nokia made up half that conference. | 04:51 |
GeneralAntilles | And they seemed to have very little trouble with their kernel code and collaboration. | 04:52 |
*** kW_ has quit IRC | 04:52 | |
GeneralAntilles | He didn't have much to say after that was pointed out to him. | 04:53 |
DocScrutinizer | well, nite all, got enough stuff for some pleasant dreams full of violence | 04:53 |
GeneralAntilles | Later | 04:54 |
javispedro | gnite DocScrutinizer | 04:54 |
luke-jr | javispedro: actually, I found proprietary wakelocks in some Nokia code | 04:54 |
javispedro | luke-jr: without agressive suspending, it's just cpuidle stuff, such as the one in musb | 04:56 |
*** kW_ has joined #maemo | 04:57 | |
*** Ian-- has quit IRC | 05:02 | |
*** Ian-- has joined #maemo | 05:02 | |
*** liar has quit IRC | 05:07 | |
*** pcfe has quit IRC | 05:08 | |
*** pcfe has joined #maemo | 05:08 | |
*** pcfe has quit IRC | 05:08 | |
*** pcfe has joined #maemo | 05:08 | |
*** lxp1 has joined #maemo | 05:11 | |
*** lxp has quit IRC | 05:12 | |
*** Roomerlol has quit IRC | 05:15 | |
*** radic has quit IRC | 05:29 | |
*** maybeWTF has joined #maemo | 05:30 | |
*** maybeHere has quit IRC | 05: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 | |
DocScrutinizer | LOLMUHAHAHA*cough*gasp | 05:36 |
*** ghostcube has joined #maemo | 05:36 | |
DocScrutinizer | I might feel tempted | 05:36 |
DocScrutinizer | ;-P | 05:36 |
DocScrutinizer | I 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 |
javispedro | lol @ a discussion where "utter braindamage" is uttered right in the first reply | 05:40 |
*** marainein has quit IRC | 05:42 | |
javispedro | and of course, the guy is a N900 owner =) | 05:43 |
DocScrutinizer | one 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 |
javispedro | DocScrutinizer: 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 gasps | 05:45 | |
javispedro | Cannot wait for the Reallly Advanced Linux Sound Architecture! (RALSA) | 05:45 |
DocScrutinizer | I might consider switching to netBSD | 05:45 |
javispedro | I still have some love for the GPL... | 05:46 |
DocScrutinizer | this whole linux land starts to become a mental home | 05:46 |
*** otep has quit IRC | 05:48 | |
luke-jr | blah, why does audio have to be so complex? | 05:48 |
DocScrutinizer | back 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 etc | 05:48 |
DocScrutinizer | on a side note latest openSuse supports KDE3 again | 05:49 |
DocScrutinizer | the best KDE ever | 05:50 |
luke-jr | DocScrutinizer: 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 |
DocScrutinizer | another script kiddie | 05:50 |
javispedro | lol | 05:51 |
javispedro | I'm going to restore your faith into Linux | 05:51 |
luke-jr | of course, nobody really noticed because KDE doesn't use *that* IMAP protocol handler… they use *a different* IMAP handler | 05:51 |
javispedro | words from the current linux scheduler maintainer: "Yes, this is why I loathe to update to a new distro, there's bound to | 05:51 |
javispedro | new and improved *kit-daemon crap about which does random wakeups even | 05:51 |
javispedro | though you know you're not using any of it, and when you're trying to | 05:51 |
javispedro | uninstall that junk it thinks it needs to uninstall the world" | 05:51 |
luke-jr | yes, KDE has 2 different IMAP implementations… | 05:51 |
luke-jr | javispedro: that's why I use Gentoo | 05:52 |
javispedro | (sorry for the unintentional \ns) | 05:52 |
javispedro | luke-jr: same | 05:52 |
luke-jr | though I was heavily tempted to give into *kit for KDE's power display stuff | 05:52 |
luke-jr | but eventually decided it wasn't worth it (I can use CLI) | 05:52 |
javispedro | it wouldn't have worked either way | 05:52 |
luke-jr | probably not | 05:53 |
luke-jr | sigh | 05:53 |
luke-jr | someone needs to port KDE 3 to Qt4 and maintain it | 05:53 |
luke-jr | (ie, not the Trinity idiots who think they're going to maintain Qt3 too) | 05:53 |
javispedro | dunno what is going to be harder | 05:54 |
*** otep has joined #maemo | 05:54 | |
javispedro | kde is slightly more of a mess than qt3 | 05:54 |
javispedro | well, 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 IRC | 05:56 | |
javispedro | this discussion is just great so if you have time, do read it : http://thread.gmane.org/gmane.linux.kernel/1195425 | 05:56 |
javispedro | (they're arguing about wakelocks, agressive suspend crap) | 05:56 |
DocScrutinizer | omg gmane jow I hate that format | 06:05 |
DocScrutinizer | how* | 06:05 |
*** radic has joined #maemo | 06:07 | |
javispedro | time to go | 06:08 |
javispedro | cya | 06:08 |
*** net-split has joined #maemo | 06:09 | |
*** javispedro has quit IRC | 06:10 | |
*** net-split has quit IRC | 06:14 | |
*** Gh0sty has quit IRC | 06:18 | |
*** Gh0sty has joined #maemo | 06:20 | |
*** aholler_ has joined #maemo | 06:21 | |
*** args[0] has joined #maemo | 06:21 | |
* luke-jr writes an ALSA plugin to expose CMTSpeech as an ALSA device… | 06:22 | |
luke-jr | any reason *not* to do it that way? <.< | 06:23 |
*** nox- has quit IRC | 06:23 | |
*** aholler has quit IRC | 06:24 | |
*** ALoGeNo has quit IRC | 06:27 | |
*** ALoGeNo has joined #maemo | 06:27 | |
*** ALoGeNo has joined #maemo | 06:27 | |
*** MohammadAG has quit IRC | 06:28 | |
*** xnt14 has quit IRC | 06:28 | |
*** pisadaan has joined #maemo | 06:31 | |
*** pisadaan has quit IRC | 06:33 | |
DocScrutinizer | luke-jr: HIGHLY welcome | 06:34 |
luke-jr | ok, good :p | 06:34 |
*** SpeedyGhost has quit IRC | 06:34 | |
DocScrutinizer | only reason my similar suggestion wasn't picked up was missing experise in writing ALSA card drivers | 06:35 |
luke-jr | my first time touching ALSA code… | 06:35 |
DocScrutinizer | and it had to become a card | 06:35 |
luke-jr | why? | 06:35 |
DocScrutinizer | because it does what a card usually does | 06:35 |
luke-jr | so why not just a regular PCM device? | 06:35 |
luke-jr | I'm assuming by "card drivers" you mean something in-kernel? | 06:36 |
DocScrutinizer | right, PCM device / card / whatever. sth like hw:0.0 or any other device that acts as an endpoint of a stack | 06:37 |
DocScrutinizer | yep, probably | 06:37 |
luke-jr | I'm doing a shared object that uses libcmtspeechdata | 06:38 |
luke-jr | http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_external_plugins.html | 06:38 |
luke-jr | similar to dmix/dsnoop | 06:38 |
DocScrutinizer | hmm, no obvious objections | 06:38 |
DocScrutinizer | I probably don't really care | 06:39 |
luke-jr | >_< | 06:39 |
DocScrutinizer | as long as I can define my stacks as usual, incl hooks and all | 06:39 |
luke-jr | any chance you have a magic "pipe these two ALSA device to each other" command I can test with? :p | 06:42 |
DocScrutinizer | not really, except the age old arecord|aplay | 06:42 |
luke-jr | yeah, that's just one direction tho | 06:43 |
luke-jr | I've got 15 mins left to write this… :P | 06:43 |
luke-jr | otherwise, I'm *probably* moving on to something else for 3 weeks, so I don't use up my (very limited) minutes | 06:43 |
DocScrutinizer | I 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 ;-D | 06:44 |
luke-jr | :p | 06:44 |
DocScrutinizer | loopback (my take on it) arecord -D loopback:{input; output} /dev/null | 06:47 |
*** SpeedyGhost has joined #maemo | 06:47 | |
DocScrutinizer | or rather: arecord -D loopback:{input; plug:output} /dev/null | 06:48 |
DocScrutinizer | gstreamer prolly also works | 06:49 |
DocScrutinizer | and avoids the extreme latency of the shell |pipe | 06:50 |
DocScrutinizer | though you prolly could fix that by giving arecord/aplay proper chunksize orders | 06:51 |
*** marainein has joined #maemo | 06:54 | |
luke-jr | gstreamer is glib :P | 07:07 |
*** kodomo has joined #maemo | 07:08 | |
*** kodomo_ has quit IRC | 07:11 | |
*** l32606 has joined #maemo | 07:20 | |
*** beford has quit IRC | 07:24 | |
*** Trcx has joined #maemo | 07:28 | |
merlin1991 | luke-jr: you won't get away without some libs :D | 07:29 |
luke-jr | merlin1991: ALSA is fine | 07:29 |
*** l32606 has quit IRC | 07:30 | |
*** DocScrutinizer has quit IRC | 07:45 | |
*** DocScrutinizer has joined #maemo | 07:45 | |
*** Gi0_ has joined #maemo | 07:58 | |
*** Gi0 has quit IRC | 08:01 | |
*** ALoGeNo has quit IRC | 08:22 | |
*** blackthorne has quit IRC | 08:32 | |
*** hardaker has quit IRC | 08:34 | |
*** e-yes has quit IRC | 08:37 | |
*** Gi0 has joined #maemo | 08:38 | |
*** ALoGeNo has joined #maemo | 08:39 | |
*** ALoGeNo has joined #maemo | 08:39 | |
*** Gi0_ has quit IRC | 08:40 | |
*** e-yes has joined #maemo | 08:50 | |
*** pisadaan has joined #maemo | 08:53 | |
*** Gi0_ has joined #maemo | 08:59 | |
*** Gi0 has quit IRC | 09:02 | |
*** pisadaan has quit IRC | 09:02 | |
*** trx has quit IRC | 09:04 | |
*** trx has joined #maemo | 09:08 | |
*** rcg has joined #maemo | 09:20 | |
*** mavhc has quit IRC | 09:21 | |
*** mavhc has joined #maemo | 09:24 | |
*** dotblank has joined #maemo | 09:32 | |
*** anathaema has joined #maemo | 09:32 | |
*** dangergrrl has quit IRC | 09:33 | |
*** anathaema is now known as dangergrrl | 09:33 | |
*** Trcx has quit IRC | 09:49 | |
*** dRbiG has quit IRC | 09:54 | |
*** ALoGeNo has quit IRC | 09:57 | |
*** wmarone_ has joined #maemo | 10:07 | |
*** Choominator has joined #maemo | 10:07 | |
*** Choom has quit IRC | 10:07 | |
*** evilbulg1rian has joined #maemo | 10:09 | |
*** croppa_ has joined #maemo | 10:10 | |
*** utanapischti has joined #maemo | 10:11 | |
*** Mek_ has joined #maemo | 10:12 | |
*** ToJa92_ has joined #maemo | 10:12 | |
*** jjo__ has joined #maemo | 10:13 | |
*** jhb has joined #maemo | 10:15 | |
*** FLaT^_ has joined #maemo | 10:15 | |
*** kov has quit IRC | 10:16 | |
*** evilbulgarian has quit IRC | 10:16 | |
*** wmarone has quit IRC | 10:16 | |
*** rosseaux has quit IRC | 10:16 | |
*** neal has quit IRC | 10:16 | |
*** croppa has quit IRC | 10:16 | |
*** sasquatch has quit IRC | 10:16 | |
*** kahless has quit IRC | 10:16 | |
*** ToJa92 has quit IRC | 10:16 | |
*** Mek has quit IRC | 10:16 | |
*** jjo has quit IRC | 10:16 | |
*** FLaT^ has quit IRC | 10:16 | |
*** ToJa92_ is now known as ToJa92 | 10:16 | |
*** kahless has joined #maemo | 10:16 | |
*** Gi0__ has joined #maemo | 10:22 | |
*** rosseaux has joined #maemo | 10:23 | |
*** Dibblah has joined #maemo | 10:24 | |
*** Gi0_ has quit IRC | 10:25 | |
*** liar has joined #maemo | 10:28 | |
*** utanapischti has quit IRC | 10:29 | |
*** sasquatch has joined #maemo | 10:29 | |
*** tomkaaa has joined #maemo | 10:34 | |
*** tomkaaa has left #maemo | 10:36 | |
*** beagleburt has joined #maemo | 10:40 | |
beagleburt | trying to find a working download for osso-xterm .. any ideas? | 10:41 |
*** dmb_ has joined #maemo | 10:48 | |
*** dmb has quit IRC | 10:49 | |
*** rcg has quit IRC | 10:50 | |
*** fuz_ has quit IRC | 10:51 | |
*** paroneayea has quit IRC | 10:53 | |
*** ALoGeNo has joined #maemo | 10:55 | |
*** ALoGeNo has joined #maemo | 10:55 | |
*** janemba has joined #maemo | 10:55 | |
*** janemba_ has quit IRC | 10:56 | |
*** fuz_ has joined #maemo | 10:56 | |
*** ferdna has quit IRC | 11:02 | |
*** Gi0_ has joined #maemo | 11:03 | |
*** Gi0__ has quit IRC | 11:04 | |
*** jacekowski has quit IRC | 11:04 | |
*** fosstux has joined #maemo | 11:05 | |
*** swc|666 has quit IRC | 11:13 | |
*** neal has joined #maemo | 11:15 | |
*** mesx has joined #maemo | 11:21 | |
*** NIN101 has joined #maemo | 11:22 | |
*** jhb has quit IRC | 11:23 | |
*** ghostcube has quit IRC | 11:24 | |
*** LjL has quit IRC | 11:24 | |
*** Gi0 has joined #maemo | 11:25 | |
*** Gi0_ has quit IRC | 11:26 | |
*** jiero has joined #maemo | 11:27 | |
*** geaaru has joined #maemo | 11:29 | |
*** ArGGu^^ has quit IRC | 11:31 | |
*** zk8 has joined #maemo | 11:32 | |
*** LjL has joined #maemo | 11:34 | |
*** ArGGu^^ has joined #maemo | 11:38 | |
*** habmala has joined #maemo | 11:44 | |
*** Gi0_ has joined #maemo | 11:44 | |
*** OkropNick has joined #maemo | 11:45 | |
*** ArGGu^^ has quit IRC | 11:45 | |
*** scoobertron has joined #maemo | 11:45 | |
*** t_s_o has joined #maemo | 11:46 | |
*** jpe has joined #maemo | 11:46 | |
*** Gi0 has quit IRC | 11:47 | |
*** dRbiG has joined #maemo | 11:47 | |
*** ALoGeNo has quit IRC | 11:54 | |
*** aholler_ is now known as aholler | 12:04 | |
*** Gi0__ has joined #maemo | 12:05 | |
*** Gi0_ has quit IRC | 12:06 | |
*** ALoGeNo has joined #maemo | 12:09 | |
*** ALoGeNo has joined #maemo | 12:09 | |
psycho_oreos | beagleburt, a working download? aren't they usually included in nokia's own repositories? | 12:10 |
psycho_oreos | if 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 up | 12: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 #maemo | 12:26 | |
*** lardman|home has joined #maemo | 12:26 | |
*** cityLights has joined #maemo | 12:26 | |
*** Gi0__ has quit IRC | 12:29 | |
*** jiero has quit IRC | 12:31 | |
psycho_oreos | beagleburt, another question comes to mind is why do you specifically want osso-xterm? is it because you accidentally removed it? | 12:34 |
psycho_oreos | I think things like fapman might also be able to do the job | 12:35 |
*** zk8 has left #maemo | 12:38 | |
beagleburt | psycho_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 |
beagleburt | What is "fapman" please? | 12:42 |
psycho_oreos | beagleburt, ahh now its somewhat starting to make sense. You have 770 that you want the osso-xterm for. | 12:42 |
beagleburt | YES | 12:43 |
psycho_oreos | faster application manager, I don't think you'll find a program for that with 770, afaik it only appears under N900 | 12:43 |
*** Pali has joined #maemo | 12:43 | |
beagleburt | psycho_oreos, ok ic | 12:44 |
Pali | ping X-Fade | 12:44 |
Pali | ~seen X-Fade | 12:44 |
infobot | x-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_oreos | beagleburt, so x-term is not available in those tableteer repositories? | 12:45 |
beagleburt | psycho_oreos, have not found it so far | 12:46 |
*** jiero has joined #maemo | 12:46 | |
psycho_oreos | beagleburt, 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 help | 12:47 |
*** Gi0__ has joined #maemo | 12:48 | |
*** jiero has quit IRC | 12:48 | |
*** Gi0_ has quit IRC | 12:48 | |
psycho_oreos | its a really long shot.. hmm whilst you're at it, would the OS2008HE edition work better at any rate? | 12:49 |
*** Venemo_ has joined #maemo | 12:51 | |
*** Venemo_ has quit IRC | 12:51 | |
*** Venemo_ has joined #maemo | 12:51 | |
beagleburt | psycho_oreos, HMMM? I get the gist but beyond this newbe's current skill level...OS2008 did not have an x-term.. | 12:51 |
psycho_oreos | beagleburt, 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 active | 12:53 |
aholler | the owners or the n770? | 12:53 |
aholler | ;) | 12:53 |
psycho_oreos | more like 770 rather than n770 | 12:54 |
psycho_oreos | :) | 12:54 |
beagleburt | psycho_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 | |
beagleburt | psycho_oreos, ha ha ha! I thought i was the only n770 owner left in the world you mean there's 769 others? | 12:56 |
neal | I have two 770s in daily use | 12:56 |
psycho_oreos | beagleburt, I'm only referring to 770 owners that are currently active on this IRC session | 12:56 |
beagleburt | psycho_oreos, oh ic | 12:56 |
aholler | neal: beeing curious, what do you use them for? | 12:57 |
psycho_oreos | aholler && neal, instead of saying you have 770 near you, why not put it into some good use and help beagleburt out? | 12:57 |
neal | mpd clients | 12:57 |
neal | remote controls | 12:57 |
beagleburt | neal, pardon my ignorance but what is "mpd"? | 12:59 |
neal | psycho_oreos: I read some backlog and I didn't see a question | 12:59 |
neal | beagleburt: music player daemon | 12:59 |
*** Venemo_ has quit IRC | 12:59 | |
ShadowJK | 770s have this self-destruct habbit, kinda like N900 | 12:59 |
*** geaaru has quit IRC | 13:00 | |
psycho_oreos | self-destruct habbit? | 13:00 |
psycho_oreos | neal, he wants a copy of osso-xterm | 13:00 |
* psycho_oreos has yet to see the self destruct habit on three of his N900 lol | 13:01 | |
*** ALoGeNo has quit IRC | 13:01 | |
neal | according to my recollection it is in repository.maemo.org | 13:01 |
neal | he just needs to enable the right repository | 13:01 |
beagleburt | neal link is dead i think | 13:01 |
neal | I doubt it | 13:02 |
neal | if so, talk to x-fade | 13:02 |
*** geaaru has joined #maemo | 13:03 | |
neal | http://repository.maemo.org/pool/maemo1.1/free/o/osso-xterm/ | 13:03 |
neal | that was easy | 13:03 |
*** dos1 has joined #maemo | 13:04 | |
*** mesx has quit IRC | 13:05 | |
beagleburt | neal, thankyou will check it out | 13:06 |
*** mesx has joined #maemo | 13:06 | |
*** Gi0_ has joined #maemo | 13:07 | |
*** jrocha has joined #maemo | 13:07 | |
*** croppa_ has quit IRC | 13:08 | |
*** Gi0__ has quit IRC | 13:08 | |
*** githogori has quit IRC | 13:09 | |
*** ced117 has joined #maemo | 13:09 | |
*** lardman|home has quit IRC | 13:17 | |
*** scoobertron has quit IRC | 13:19 | |
*** lardman|home has joined #maemo | 13:21 | |
beagleburt | neal, this is the link i followed to nowhere: http://maemo.org/downloads/product/OS2007/osso-xterm-advanced/ | 13:24 |
beagleburt | neal, i have downloaded your link ok - but am unsure how to install it on my 770? | 13:24 |
*** ruskie has joined #maemo | 13:25 | |
neal | then the 770 may not be for your | 13:27 |
neal | s/your/you/ | 13:27 |
infobot | neal meant: then the 770 may not be for you | 13:27 |
*** Gi0_ has quit IRC | 13:30 | |
*** Gi0 has joined #maemo | 13:30 | |
*** ArGGu^^ has joined #maemo | 13:33 | |
mgedmin | if 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 package | 13:33 |
beagleburt | mgedmin, leads to dead-end (web-parking site) | 13:38 |
mgedmin | maemo.org? interesting/sad | 13:38 |
mgedmin | but it works for me | 13:38 |
mgedmin | http://imgur.com/Za8n2 | 13:39 |
mgedmin | maemo.org has address 80.248.164.250 | 13:39 |
beagleburt | <mgedmin> http://maemo-hackers.org/?f | 13:40 |
mgedmin | ah | 13:41 |
mgedmin | this link was not in my backlog | 13:41 |
mgedmin | yeah, the upstream homepage is kaput | 13:42 |
*** mardi has quit IRC | 13:45 | |
*** ArGGu^^ has quit IRC | 13:45 | |
*** ArGGu^^ has joined #maemo | 13:46 | |
*** shanttu has joined #maemo | 13:52 | |
*** t_s_o has quit IRC | 13:54 | |
*** ArGGu^^ has quit IRC | 14:00 | |
*** mitsutak_ has joined #maemo | 14:07 | |
*** mitsutaka has quit IRC | 14:08 | |
*** ArGGu^^ has joined #maemo | 14:17 | |
*** Mozillion has joined #maemo | 14:24 | |
*** zk8 has joined #maemo | 14:26 | |
*** psycho_oreos has quit IRC | 14:27 | |
*** vblazquez has quit IRC | 14:28 | |
*** vblazquez has joined #maemo | 14:30 | |
*** ArGGu^^ has quit IRC | 14:30 | |
*** ArGGu^^ has joined #maemo | 14:31 | |
*** zk8 has left #maemo | 14:31 | |
*** rd has joined #maemo | 14:37 | |
*** C-S-B has quit IRC | 14:37 | |
*** C-S-B has joined #maemo | 14:37 | |
*** Hurrian has joined #maemo | 14:40 | |
*** ArGGu^^ has quit IRC | 14:45 | |
*** eMHa has quit IRC | 14:47 | |
*** eMHa has joined #maemo | 14:48 | |
*** eMHa has quit IRC | 14:56 | |
*** eMHa has joined #maemo | 14:58 | |
*** zz_gri is now known as gri | 14:59 | |
*** sq-one has joined #maemo | 15:01 | |
*** ArGGu^^ has joined #maemo | 15:02 | |
*** Venemo has joined #maemo | 15:03 | |
*** lardman|home has quit IRC | 15:06 | |
*** ghostcube has joined #maemo | 15:14 | |
*** ArGGu^^ has quit IRC | 15:15 | |
*** ArGGu^^ has joined #maemo | 15:16 | |
*** bergie has joined #maemo | 15:20 | |
*** rd has quit IRC | 15:20 | |
*** scylyne has joined #maemo | 15:23 | |
*** scylyne has quit IRC | 15:24 | |
*** rd has joined #maemo | 15:26 | |
*** mitsutak_ has quit IRC | 15:26 | |
*** mitsutaka has joined #maemo | 15:27 | |
*** ArGGu^^ has quit IRC | 15:30 | |
*** rcg has joined #maemo | 15:30 | |
*** mortenvp has quit IRC | 15:31 | |
*** Hurrian has quit IRC | 15:33 | |
*** eichi has joined #maemo | 15:36 | |
eichi | someone of you played sdlscavenger? called scavenger in maemo? | 15:36 |
eichi | I cant finish level 12 and dont understand, how to to that ;) | 15:36 |
*** rd has quit IRC | 15:38 | |
*** kov has joined #maemo | 15:40 | |
*** blackthorne has joined #maemo | 15:42 | |
*** bergie has quit IRC | 15:42 | |
*** geek00l has joined #maemo | 15:43 | |
*** retro|cz has joined #maemo | 15:43 | |
*** fosstux_ has joined #maemo | 15:46 | |
*** fosstux has quit IRC | 15:46 | |
*** ArGGu^^ has joined #maemo | 15:46 | |
*** bergie has joined #maemo | 15:48 | |
*** beagleburt has quit IRC | 15:51 | |
*** Venemo has quit IRC | 15:54 | |
*** drj_cro has joined #maemo | 15:57 | |
*** drj_cro has left #maemo | 15:57 | |
*** mck182 has joined #maemo | 15:59 | |
*** mck182 has joined #maemo | 15:59 | |
*** federico2 has joined #maemo | 15:59 | |
*** eijk has joined #maemo | 16:00 | |
*** ArGGu^^ has quit IRC | 16:00 | |
*** bergie has quit IRC | 16:03 | |
*** regawyte has quit IRC | 16:10 | |
*** norayr has joined #maemo | 16:15 | |
*** aap has joined #maemo | 16:16 | |
*** rcg has quit IRC | 16:18 | |
*** pcfe has quit IRC | 16:19 | |
*** pcfe has joined #maemo | 16:19 | |
*** pcfe has quit IRC | 16:19 | |
*** pcfe has joined #maemo | 16:19 | |
*** pcfe has joined #maemo | 16:19 | |
*** pcfe has quit IRC | 16:19 | |
*** pcfe has joined #maemo | 16:19 | |
*** bergie has joined #maemo | 16:20 | |
*** pcfe has quit IRC | 16:20 | |
*** pcfe has joined #maemo | 16:21 | |
*** pcfe has quit IRC | 16:21 | |
*** pcfe has joined #maemo | 16:21 | |
*** mortenvp has joined #maemo | 16:21 | |
*** ravent-n900 has joined #maemo | 16:21 | |
*** pcfe has quit IRC | 16:22 | |
*** pcfe has joined #maemo | 16:23 | |
*** pcfe has quit IRC | 16:23 | |
*** pcfe has joined #maemo | 16:23 | |
*** valerius has quit IRC | 16:23 | |
*** valerius has joined #maemo | 16:24 | |
*** pcfe has quit IRC | 16:24 | |
*** pcfe has joined #maemo | 16:24 | |
*** pcfe has quit IRC | 16:24 | |
*** pcfe has joined #maemo | 16:24 | |
*** Roomerlol has joined #maemo | 16:25 | |
*** valerius has joined #maemo | 16:27 | |
*** valerius has joined #maemo | 16:28 | |
*** valerius has joined #maemo | 16:32 | |
*** paroneayea has joined #maemo | 16:34 | |
*** mortenvp has quit IRC | 16:35 | |
*** eichi has left #maemo | 16:36 | |
*** ravent-n900 has quit IRC | 16:37 | |
*** BCMM has joined #maemo | 16:40 | |
*** ravent-n900 has joined #maemo | 16:40 | |
*** BluesLee has joined #maemo | 16:40 | |
*** valerius has joined #maemo | 16:41 | |
*** valerius has joined #maemo | 16:43 | |
*** BluesLee has quit IRC | 16:44 | |
*** valerius has joined #maemo | 16:44 | |
*** dangergrrl has quit IRC | 16:45 | |
*** valerius has joined #maemo | 16:45 | |
*** gri is now known as zz_gri | 16:46 | |
*** aap is now known as regawyte | 16:46 | |
*** valerius has quit IRC | 16:47 | |
*** valerius has joined #maemo | 16:48 | |
*** jacekowski has joined #maemo | 16:48 | |
valerius | strange, xchat crashes on my nokia n900 -- moved the logs and scrollback directories and it ended to crash... | 16:49 |
*** javispedro has joined #maemo | 16:50 | |
*** blackthorne has quit IRC | 16:57 | |
*** ravent-n900 has quit IRC | 17:03 | |
*** bashlnx has joined #maemo | 17:05 | |
*** bashlnx has joined #maemo | 17:05 | |
*** bash` has quit IRC | 17:05 | |
*** DrGrov has joined #maemo | 17:07 | |
*** sat2050 has joined #maemo | 17:15 | |
*** norayr has quit IRC | 17:15 | |
*** e-yes has quit IRC | 17:18 | |
*** kW_ has joined #maemo | 17:20 | |
*** ravent-n900 has joined #maemo | 17:22 | |
*** dimw1t has joined #maemo | 17:24 | |
*** shanttu has quit IRC | 17:27 | |
*** kW_ has quit IRC | 17:29 | |
*** sat2050 has quit IRC | 17:29 | |
*** ravent-n900 has quit IRC | 17:31 | |
*** sulx has joined #maemo | 17:31 | |
*** e-yes has joined #maemo | 17:32 | |
*** dimw1t has quit IRC | 17:33 | |
*** kW_ has joined #maemo | 17:40 | |
*** ravent-n900 has joined #maemo | 17:43 | |
*** Choominator is now known as Choom | 17:45 | |
*** krau has quit IRC | 17:45 | |
*** eMHa has quit IRC | 17:47 | |
*** eMHa has joined #maemo | 17:47 | |
*** kW_ has quit IRC | 17:47 | |
*** kW has joined #maemo | 17:47 | |
*** kW has quit IRC | 17:47 | |
*** kW has joined #maemo | 17:47 | |
*** krau has joined #maemo | 17:49 | |
*** kW has quit IRC | 17:49 | |
*** kW has joined #maemo | 17:49 | |
*** kW has quit IRC | 17:49 | |
*** kW has joined #maemo | 17:49 | |
*** M4rtinK has joined #maemo | 17:52 | |
* RST38h moos evilly, prays to the Tentacled One in the Depths of the Sea | 17:54 | |
*** crs has quit IRC | 17:57 | |
javispedro | moo RST38h | 17:58 |
valerius | anybody alive? | 18:00 |
*** sq-one has quit IRC | 18:00 | |
javispedro | no | 18:00 |
* valerius installed subverfsion together with libapr and libaprutil -- it segfaults :( | 18:01 | |
* valerius tried several older builds -- the same result | 18:01 | |
RST38h | javispedro:evening! | 18:02 |
RST38h | javispedro: And may I remind how badly Direct3D sucks? | 18:03 |
valerius | maybeWTF, something is missing from its dependencies an it traps in a missing lib? | 18:03 |
valerius | *maybe | 18:03 |
javispedro | RST38h: to me? No need. | 18:03 |
javispedro | the fun thing is that considering how far GL ES has gone, MS still wants to promote the even more retarded MobileD3D. | 18:04 |
RST38h | javispedro: Obviously | 18:06 |
wmarone_ | how else will they lock you into their platform? | 18:06 |
RST38h | javispedro: There are dozens of people at MS developing it and creating PP presentations showing how it is good for developers and MS domination | 18:07 |
javispedro | wmarone_: with they own language ..... | 18:07 |
javispedro | *their | 18:07 |
wmarone_ | yup | 18:07 |
RST38h | javispedro: The fact that nobody really needs it (except for all the above people) does not mean a thing | 18:07 |
*** federico2 has quit IRC | 18: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 IRC | 18:11 | |
*** BCMM has quit IRC | 18:12 | |
*** tuho has quit IRC | 18:12 | |
*** crs has joined #maemo | 18:12 | |
valerius | ppl, so, nobody uses a svn client on maemo5? | 18:14 |
neal | use git :) | 18:14 |
valerius | I need access to a svn rep :) | 18:15 |
valerius | what is interesting, some older version worked fine for me, but I updated it and it become broken. Tried to downgrade it, but it still segfaults | 18:17 |
*** shanttu has joined #maemo | 18:18 | |
*** Roomerlol has quit IRC | 18:19 | |
*** mck182 has quit IRC | 18:20 | |
*** trumee has quit IRC | 18:21 | |
*** jhb has joined #maemo | 18:21 | |
*** trumee has joined #maemo | 18:23 | |
*** peetah has quit IRC | 18:23 | |
*** peetah has joined #maemo | 18:26 | |
*** ravent-n900 has quit IRC | 18:30 | |
*** joga has quit IRC | 18:30 | |
*** joga has joined #maemo | 18:30 | |
*** tuho has joined #maemo | 18:32 | |
*** ekze has quit IRC | 18:40 | |
*** lardman|home has joined #maemo | 18:42 | |
*** zz_gri is now known as gri | 18:46 | |
*** lardman|home has quit IRC | 18:48 | |
*** SmilyOrg has joined #maemo | 19:03 | |
*** Smily has quit IRC | 19:07 | |
Macer | HELLO | 19:09 |
*** kov has quit IRC | 19:18 | |
*** kov has joined #maemo | 19:18 | |
*** ekze has joined #maemo | 19:22 | |
*** kwtm2 has quit IRC | 19:24 | |
*** kwtm2 has joined #maemo | 19:24 | |
*** haztrack has joined #maemo | 19:29 | |
*** haztrack has left #maemo | 19:29 | |
*** trbs has joined #maemo | 19:30 | |
*** MohammadAG has joined #maemo | 19:33 | |
*** MohammadAG has quit IRC | 19:34 | |
*** MohammadAG has joined #maemo | 19:34 | |
*** xnt14 has joined #maemo | 19:34 | |
*** ravent-n900 has joined #maemo | 19:36 | |
*** shanttu has quit IRC | 19:37 | |
*** ravent-n900 has left #maemo | 19:37 | |
*** sq-one has joined #maemo | 19:42 | |
*** geek00l has quit IRC | 19:46 | |
*** dos11 has joined #maemo | 19:50 | |
*** dos1 has quit IRC | 19:51 | |
*** rd has joined #maemo | 19:53 | |
*** bashlnx has quit IRC | 19:55 | |
*** Trcx has joined #maemo | 20:02 | |
*** swc|666 has joined #maemo | 20:05 | |
*** dos11 is now known as dos1 | 20:09 | |
*** shanttu has joined #maemo | 20:10 | |
*** MacDrunk has joined #maemo | 20:10 | |
MacDrunk | hello | 20:11 |
MacDrunk | anyone here | 20:11 |
*** jpe has quit IRC | 20:12 | |
Gh0sty | sorry we're not open today | 20:12 |
Gh0sty | you can reach us by irc every working day between the hours of 8 and 12 and 13 till 17h | 20:13 |
Gh0sty | ;) | 20:13 |
*** fosstux has joined #maemo | 20:14 | |
Juozapas | ;] | 20:14 |
*** bash` has joined #maemo | 20:17 | |
*** bash` has left #maemo | 20:18 | |
*** sat2050 has joined #maemo | 20:19 | |
*** dangergrrl has joined #maemo | 20:20 | |
*** nmjnb_ has joined #maemo | 20:22 | |
*** sat20501 has joined #maemo | 20:22 | |
*** sat2050 has quit IRC | 20:24 | |
*** scoobertron has joined #maemo | 20:26 | |
*** MacDrunk has quit IRC | 20:33 | |
*** fosstux has quit IRC | 20:34 | |
*** valerius has quit IRC | 20:42 | |
merlin1991 | Gh0sty: ++ | 20:42 |
*** valerius has joined #maemo | 20:43 | |
*** hardaker has joined #maemo | 20:44 | |
*** rd has quit IRC | 20:53 | |
*** shanttu has quit IRC | 20:53 | |
*** mck182 has joined #maemo | 20:56 | |
*** mck182 has joined #maemo | 20:56 | |
*** scoobertron has quit IRC | 21:01 | |
*** psychologe has joined #maemo | 21:07 | |
*** SmilybOrg has joined #maemo | 21:08 | |
*** SmilybOrg is now known as Guest17130 | 21:09 | |
*** SmilyOrg has quit IRC | 21:12 | |
*** javispedro has quit IRC | 21:14 | |
*** florian has joined #maemo | 21:16 | |
*** florian has joined #maemo | 21:16 | |
*** valerius has quit IRC | 21:20 | |
*** dotblank has quit IRC | 21:22 | |
*** ferdna has joined #maemo | 21:27 | |
*** gri is now known as zz_gri | 21:30 | |
*** MohammadAG has quit IRC | 21:34 | |
*** MohammadAG has joined #maemo | 21:35 | |
*** valerius has joined #maemo | 21:39 | |
psychologe | has 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-kernel | 21:39 |
*** net-split has joined #maemo | 21:40 | |
*** Trcx has quit IRC | 21:43 | |
*** ArGGu^^ has joined #maemo | 21:48 | |
*** psychologe has quit IRC | 21:52 | |
*** scoobertron has joined #maemo | 21:54 | |
*** nox- has joined #maemo | 21:56 | |
*** maybeArgh has joined #maemo | 21:56 | |
*** Choom has quit IRC | 21:57 | |
*** githogori has joined #maemo | 21:58 | |
*** maybeWTF has quit IRC | 21:59 | |
*** githogori has quit IRC | 22:00 | |
*** githogori has joined #maemo | 22:00 | |
*** jazedal has quit IRC | 22:00 | |
*** joga has quit IRC | 22:00 | |
*** jazedal has joined #maemo | 22:00 | |
*** jazedal has quit IRC | 22:05 | |
*** jazedal has joined #maemo | 22:05 | |
*** Aranel has quit IRC | 22:06 | |
*** e-yes has quit IRC | 22:07 | |
*** t_s_o has joined #maemo | 22:10 | |
*** scoobertron has quit IRC | 22:13 | |
*** e-yes has joined #maemo | 22:21 | |
*** badcloud_ has joined #maemo | 22:22 | |
badcloud_ | how to close all apps? | 22:22 |
jazedal | One at a time. | 22:23 |
badcloud_ | jazedal: arg | 22:23 |
badcloud_ | really...? | 22:23 |
badcloud_ | there's gotta be some app that can do it | 22:24 |
jazedal | It 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 |
jazedal | I've 10 or apps open at once, and I never thought it would be convenient to automatically close them all. | 22:25 |
jazedal | s/10 or/had 10 or so/ | 22:25 |
infobot | jazedal 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 |
jazedal | It 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 basic | 22:26 |
badcloud_ | nm | 22:26 |
jazedal | I see. | 22:27 |
jazedal | Ask someone else. | 22:27 |
badcloud_ | I'll scour the seven seas/google some more | 22:27 |
badcloud_ | jazedal: thanks though | 22:27 |
jazedal | No problem. | 22:27 |
badcloud_ | :) | 22:27 |
*** badcloud_ has quit IRC | 22:27 | |
*** Sazpaimon has quit IRC | 22:28 | |
*** joga has joined #maemo | 22:29 | |
*** perlite_ has joined #maemo | 22:30 | |
*** Sazpaimon has joined #maemo | 22:31 | |
*** perlite has quit IRC | 22:32 | |
*** perlite_ is now known as perlite | 22:33 | |
*** Guest40473 has joined #maemo | 22:35 | |
*** Guest40473 is now known as bjv | 22:35 | |
*** jazedal has quit IRC | 22:39 | |
*** jazedal has joined #maemo | 22:39 | |
*** jazedal has quit IRC | 22:45 | |
*** jazedal has joined #maemo | 22:45 | |
*** hardaker has quit IRC | 22:48 | |
*** hardaker has joined #maemo | 22:49 | |
*** rd has joined #maemo | 22:51 | |
*** jazedal has quit IRC | 22:51 | |
*** jhb has quit IRC | 22:52 | |
*** thexception|off has quit IRC | 22:56 | |
*** trumee has quit IRC | 23:03 | |
*** Chewtoy has quit IRC | 23:03 | |
*** diverse_izzue has joined #maemo | 23:04 | |
*** FLaT^_ is now known as flat` | 23:04 | |
*** jazedal has joined #maemo | 23:06 | |
*** thexception|off has joined #maemo | 23:07 | |
*** dRbiG has quit IRC | 23:08 | |
*** ced117 has quit IRC | 23:09 | |
*** jazedal has quit IRC | 23:10 | |
*** zz_gri is now known as gri | 23:11 | |
*** jazedal has joined #maemo | 23:11 | |
*** dRbiG has joined #maemo | 23:14 | |
*** mortenvp has joined #maemo | 23:14 | |
*** trumee has joined #maemo | 23:15 | |
*** Chewtoy has joined #maemo | 23:17 | |
*** xnt14 has quit IRC | 23:18 | |
*** xnt14 has joined #maemo | 23:20 | |
*** beagleburt has joined #maemo | 23:22 | |
*** scoobertron has joined #maemo | 23:23 | |
*** federico2 has joined #maemo | 23:25 | |
*** mortenvp has quit IRC | 23:27 | |
*** trumee has quit IRC | 23:28 | |
*** shanttu has joined #maemo | 23:35 | |
*** jhb has joined #maemo | 23:35 | |
*** valerius has quit IRC | 23:36 | |
*** rd has quit IRC | 23:38 | |
*** NIN101 has quit IRC | 23:41 | |
*** andre__ has joined #maemo | 23:42 | |
*** diverse_izzue has quit IRC | 23:44 | |
*** sat2050 has joined #maemo | 23:47 | |
*** sat20501 has quit IRC | 23:51 | |
*** rd has joined #maemo | 23:52 | |
*** sq-one has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!