*** swc|666 has joined #maemo | 00:00 | |
*** setanta has quit IRC | 00:00 | |
kwtm | tripzero: Sorry, not sure where to start looking at QMultimedia. Google seems to point in irrelevant directions. Is this part of the Qt library? | 00:00 |
---|---|---|
alterego | QtMultimedia | 00:00 |
*** chenca has quit IRC | 00:00 | |
alterego | Is what you're looking for | 00:00 |
tripzero | kwtm, yes. look at the qt docs http://doc.qt.nokia.com/4.7/qtmultimedia.html | 00:01 |
kwtm | Ahh, thanks, alterego ... much easier to find without the misspelling. :P | 00:02 |
*** divan has joined #maemo | 00:03 | |
*** geaaru has joined #maemo | 00:05 | |
*** dos11 has quit IRC | 00:05 | |
*** muelli has joined #maemo | 00:07 | |
*** Kuba_ has quit IRC | 00:11 | |
tripzero | nobody knows how to get the APN information out of maemo? | 00:11 |
*** davyg has quit IRC | 00:12 | |
*** rd has quit IRC | 00:12 | |
*** githogori has quit IRC | 00:12 | |
*** kthomas has joined #maemo | 00:15 | |
*** kthomas_vh_ has quit IRC | 00:17 | |
*** chx has quit IRC | 00:18 | |
*** chx has joined #maemo | 00:19 | |
*** wmarone__ has quit IRC | 00:19 | |
tripzero | ahh, it's in connection settings | 00:20 |
kwtm | aargh, eboard is only for Diablo and not Fremantle ... :( | 00:21 |
tripzero | that's eboring | 00:22 |
tripzero | borderline eborked | 00:22 |
*** Tsarpf has quit IRC | 00:22 | |
*** wmarone__ has joined #maemo | 00:25 | |
*** piggz_ has quit IRC | 00:26 | |
*** SiggyF has quit IRC | 00:29 | |
*** ricki8024 has quit IRC | 00:29 | |
*** zap has quit IRC | 00:31 | |
*** wmarone__ has quit IRC | 00:31 | |
*** Dialekt has joined #maemo | 00:33 | |
*** Rarok has joined #maemo | 00:34 | |
*** wmarone has joined #maemo | 00:34 | |
zerojay | MohammadAG: Pong? | 00:35 |
*** mc_teo has joined #maemo | 00:36 | |
kwtm | I like eboard better than xboard, but both seem to be better than the built-in osso-chess. | 00:37 |
kwtm | DocScrutinizer: Wow, thanks for the advice on sox. Now I can play chords instead of just single-frequency tones. I want to use musical notes to have the n900 signal me, e.g. which phone number is calling me. With sox, instead of playing 7 notes to represent the 7 digits of the phone number, I can just play 2 or 3 chords. | 00:39 |
kwtm | I don't suppose there's a dbus signal for "this is the phone number of the incoming caller"? | 00:39 |
*** githogori has joined #maemo | 00:40 | |
DocScrutinizer | sure there is | 00:40 |
DocScrutinizer | dbus-monitor |grep <thenumberyouknowiscalling> | 00:40 |
*** drussell has quit IRC | 00:42 | |
*** OkropNick has quit IRC | 00:42 | |
*** hannesw_ has joined #maemo | 00:42 | |
kwtm | DocScrutinizer: I was looking more for what number is calling me (including previously unknown phone numbers) and then playing various tones depending on what the number is (e.g. 123 would be do-re-mi etc.). But I didn't know about dbus-monitor, so I'll look into that. | 00:43 |
DocScrutinizer | sure, I was telling you how to find the exact dbus signal that yields the number | 00:44 |
kwtm | Hmm, so I guess I can start with your command to see what sort of dbus signal gets sent when someone calls my n900, and then figure out what overall format the signal (or rather the dbus-monitor output) is... | 00:44 |
*** rcg has quit IRC | 00:45 | |
DocScrutinizer | exactly, given you know the number of the one calling you while monitoring | 00:45 |
kwtm | before I crash my n900, please tell me: so, does dbus-monitor reply with text output and then exit, or does it stop and wait until there is a signal, or do I have to do Ctrl-C to stop it? (The last one wouldn't make sense if you're telling me to pipe it through grep.) | 00:46 |
DocScrutinizer | it prints out text, and exits on ^C | 00:46 |
DocScrutinizer | and of course ^C works on pipes as well | 00:46 |
kwtm | Oh, so I can pipe through grep? I didn't know. Is there a "stop monitoring after 10 seconds" thing or do I have to kill it (if I'm using it in a script)? | 00:47 |
DocScrutinizer | you must lill | 00:47 |
DocScrutinizer | kill | 00:47 |
*** anidel has quit IRC | 00:47 | |
DocScrutinizer | but I don't suggest to use that for any real app. that's clearly a debug tool only | 00:48 |
kwtm | ok. testing now ... hope I'm not the first to discover some bug that requires a reflash or something <rolling eyes> | 00:48 |
DocScrutinizer | for real apps there are things like dbus scripting pkg | 00:48 |
*** valerius has quit IRC | 00:48 | |
DocScrutinizer | nah, I did this several times now, last time maybe 1 week ago | 00:48 |
kwtm | ohh... what's the best way to have a Python script watch for an incoming phone call and do various stuff (like play notes) based on the signal? | 00:48 |
kwtm | dbus scripting ... will search for it in maemo pkgs. | 00:49 |
DocScrutinizer | look at how dbus scripting does it | 00:49 |
alterego | python-dbus | 00:49 |
alterego | Quite easy to listeen for ignals | 00:49 |
alterego | One of my apps uses it I think, for listening to mafw song changes. | 00:49 |
kwtm | alterego: Thanks for the advice. I do see python-dbus (yea, it's in extras and not just extras-devel!). Where can I find docs for it? Its home seems to be at freedesktop.org but there doesn't seem to be any doc for it. | 00:51 |
DocScrutinizer | tbh using dbus scripting and sox I guess this can be done in ~30 lines shellscript or 40 lines python | 00:51 |
alterego | It's pretty simple, let me dig up an example. | 00:52 |
kwtm | DocScrutinizer: I have improved in my (shell) scripting skills too ... so, dbus-scripts will install utilities to let me manipulate dbus? | 00:52 |
alterego | kwtm: api docs: [Dp | 00:52 |
alterego | http://dbus.freedesktop.org/doc/dbus-python/api/ | 00:52 |
kwtm | alterego: I haven't paid attention to the Python self-doc features ... do I need to just install it and then ... type something in the python interpreter? | 00:52 |
kwtm | alterego: Ahh, will check that URL | 00:52 |
*** jpala16 has joined #maemo | 00:52 | |
DocScrutinizer | dbus-scripting is a ready made daemon whatching for regex patterns on dbus signals and msgs, and executing arbitrary scripts on the particular signal | 00:53 |
alterego | Yeah, that might be a better idea. | 00:55 |
alterego | Using python-dbus is really easy though | 00:55 |
alterego | Just create a Session or System bus: bus = dbus.SystemBus() | 00:56 |
alterego | Then register a callback for a signal: bus.add_signal_receiver(callback, signal_name, interface, path = path) | 00:57 |
DocScrutinizer | kwtm: http://talk.maemo.org/showthread.php?p=897443#post897443 | 00:57 |
alterego | Then enter a main loop, either GMainLoop or the dbus python one | 00:57 |
*** visz has joined #maemo | 00:57 | |
kwtm | wow, I'm going to install both of these --dbus-scripts for ease and dbus-python for power. Now that Nokia is sinking, I'll have to rely on already-existent packages to hack my n900. Fortunately there is such a huge collection of these... | 00:59 |
kwtm | The dbus-scripts config reminds me of cron, except I guess instead of being triggered by time, it's triggered by events... | 00:59 |
*** kuuntelija has joined #maemo | 01:00 | |
*** jpala16 has quit IRC | 01:00 | |
alterego | I think that was the point | 01:00 |
alterego | Anyhow, I'm heading off, ttyl | 01:00 |
kwtm | ... and finally, to shut up my phone, I can always install some null ringtone, I guess? | 01:00 |
kwtm | thx for the help, alterego! Bye! | 01:01 |
*** FIQ|n900 has quit IRC | 01:02 | |
*** FIQ|n900 has joined #maemo | 01:02 | |
*** chx has quit IRC | 01:03 | |
DocScrutinizer | aaah, per-contact ringtomes. See barisione's app doing that, it might be easy to tweak to do your accords for contacts that have no particular ringtone (or a special virtual ringtone) assigned to them | 01:04 |
*** eijk_ has joined #maemo | 01:04 | |
*** MadViking has quit IRC | 01:05 | |
*** joo has joined #maemo | 01:05 | |
*** raze has joined #maemo | 01:05 | |
DocScrutinizer | actually barisione put quite some thought into coping with silencing standard ringtone, and especially re-enabling it whenever it's needed | 01:06 |
*** radic has quit IRC | 01:06 | |
*** radic has joined #maemo | 01:06 | |
kwtm | I think that one is linked to the n900 addressbook, an item I am trying to distance myself from. I've blanked it out except for 3 or 4 phone numbers (it was choking on the large size of my addressbook before). So I'll want all of the ringtones to be calculated on the spot from the incoming call, rather than pre-specifying ringtones for the few numbers known to the n900 addressbook. | 01:07 |
DocScrutinizer | kwtm: "there's an app for that" been invented here, not in Cupertino | 01:07 |
DocScrutinizer | ;-P | 01:07 |
kwtm | DocScrutinizer: Ohh... ok, I should read his docs, then? | 01:07 |
*** shanttu has joined #maemo | 01:07 | |
raze | Hi, anyone know a nice way to open up ports? | 01:08 |
kwtm | Yeah, I posted something similar in the Smartfone Arena championship about how n900 apps are created by typing 2 lines of text (as a script file) instead of having to look through some apps store. | 01:08 |
*** eijk has quit IRC | 01:08 | |
DocScrutinizer | there's another one too: speak caller's number, somewhere on tmo | 01:08 |
*** DrGrov has joined #maemo | 01:08 | |
DocScrutinizer | http://talk.maemo.org/showthread.php?t=34982 | 01:09 |
*** niala1 has joined #maemo | 01:09 | |
DocScrutinizer | "say who's calling" | 01:09 |
DocScrutinizer | raze: C4? | 01:10 |
DocScrutinizer | Semtex? | 01:10 |
raze | N900? | 01:10 |
*** DrGrov has quit IRC | 01:10 | |
*** merlin_1991 has quit IRC | 01:10 | |
kwtm | DocScrutinizer: Semtex is not available on Fremantle. Must be still in the alpha stage? | 01:10 |
kwtm | raze: Aren't the ports open by default? | 01:10 |
raze | kwtm: I doubt all are. | 01:11 |
DocScrutinizer | I'm shutting my port from outside now | 01:11 |
DocScrutinizer | o/ | 01:11 |
*** kuuntelija has quit IRC | 01:11 | |
*** DrGrov has joined #maemo | 01:11 | |
*** anidel has joined #maemo | 01:12 | |
*** DrGrov has quit IRC | 01:12 | |
*** DrGrov has joined #maemo | 01:12 | |
*** dominikb has quit IRC | 01:13 | |
*** DrGrov has quit IRC | 01:14 | |
kwtm | What's the difference between a session bus and system bus (on dbus)? Is the session bus something that I create? Therefore the built-in software on N900 will all run on the system bus? And do I need to specify system bus or will dbus-scripts (and other monitors) just default to "monitor all buses" (if there is such a thing)? | 01:17 |
*** mpoirier has quit IRC | 01:18 | |
*** quanttrom has joined #maemo | 01:21 | |
tripzero | kwtm, no | 01:22 |
tripzero | session bus is per-user | 01:22 |
*** millenomi has quit IRC | 01:22 | |
tripzero | system bus is system-wide | 01:22 |
tripzero | services register on a bus | 01:23 |
tripzero | if you want to use a service, you need to use the bus it's registered on | 01:23 |
tripzero | take a look at applications like d-feet or qdbusviewer | 01:23 |
*** DrGrov has joined #maemo | 01:23 | |
tripzero | and you'll get the idea of how it works | 01:23 |
*** hannesw_ has quit IRC | 01:25 | |
*** florian has quit IRC | 01:26 | |
*** lxp1 has quit IRC | 01:27 | |
*** eijk_ has quit IRC | 01:27 | |
*** Spydemon has quit IRC | 01:32 | |
*** Rarok has quit IRC | 01:33 | |
*** mece has left #maemo | 01:34 | |
*** raze has quit IRC | 01:35 | |
*** joo has left #maemo | 01:35 | |
*** NIN101 has quit IRC | 01:35 | |
DocScrutinizer | afaik dbus-scripts is monitoring both busses | 01:49 |
DocScrutinizer | I might be wrong though | 01:49 |
DocScrutinizer | now that's definitely too short a pub visit... bbl | 01:50 |
DocScrutinizer | s/'s/'s been/ | 01:51 |
infobot | DocScrutinizer meant: now that's been definitely too short a pub visit... bbl | 01:51 |
*** gnutoo has joined #maemo | 01:54 | |
*** gnutoo has joined #maemo | 01:54 | |
*** GNUtoo|laptop has quit IRC | 01:55 | |
*** gnutoo is now known as GNUtoo|Laptop | 01:55 | |
DocScrutinizer51 | rsp now that's better | 01:56 |
*** sunny_s has quit IRC | 01:57 | |
*** sunny_s has joined #maemo | 01:58 | |
*** GNUtoo|Laptop has quit IRC | 01:59 | |
*** SmilyOrg has joined #maemo | 02:03 | |
*** rm_work has quit IRC | 02:03 | |
*** shanttu has quit IRC | 02:04 | |
*** kerio has quit IRC | 02:05 | |
*** FireFly has quit IRC | 02:05 | |
*** kerio has joined #maemo | 02:06 | |
*** Smily has quit IRC | 02:07 | |
*** _0x47 has quit IRC | 02:13 | |
*** ftrvxmtrx has quit IRC | 02:13 | |
*** FireFly|n900 has joined #maemo | 02:14 | |
*** I-C-Wiener has quit IRC | 02:16 | |
*** geaaru has quit IRC | 02:16 | |
*** krayon has joined #maemo | 02:18 | |
*** Natunen has quit IRC | 02:18 | |
*** mitsutaka has joined #maemo | 02:22 | |
*** anidel has quit IRC | 02:26 | |
*** Dialekt has left #maemo | 02:28 | |
*** timeless_w7ip has quit IRC | 02:29 | |
*** Kilroo has quit IRC | 02:33 | |
*** abner has quit IRC | 02:34 | |
*** marnanel has quit IRC | 02:34 | |
*** vivijim` has quit IRC | 02:34 | |
*** KaKaRoTo has quit IRC | 02:34 | |
*** albanc has quit IRC | 02:34 | |
*** barisione has quit IRC | 02:34 | |
*** KaKaRoTo has joined #maemo | 02:35 | |
*** KaKaRoTo has joined #maemo | 02:35 | |
*** albanc has joined #maemo | 02:35 | |
*** andrunko has joined #maemo | 02:35 | |
*** abner has joined #maemo | 02:35 | |
*** mirsal has joined #maemo | 02:36 | |
DocScrutinizer51 | ## parachute used: diameter 10m, made of cottonsilk (nylon) | 02:36 |
*** niala1 has quit IRC | 02:37 | |
*** javispedro has quit IRC | 02:43 | |
*** kuuntelija has joined #maemo | 02:44 | |
*** Kilroo has joined #maemo | 02:46 | |
*** chx has joined #maemo | 02:47 | |
*** Kilroo has quit IRC | 02:48 | |
*** Kilroo has joined #maemo | 02:48 | |
*** njsf has quit IRC | 02:48 | |
*** trbs has quit IRC | 02:49 | |
*** zgoldberg has quit IRC | 02:54 | |
*** X-Fade has quit IRC | 02:54 | |
*** lcuk2 has joined #maemo | 02:54 | |
*** vivijim has joined #maemo | 02:54 | |
*** lcuk has quit IRC | 02:57 | |
*** MadViking has joined #maemo | 02:57 | |
*** Smily has joined #maemo | 02:58 | |
*** chx has quit IRC | 02:58 | |
*** SmilyOrg has quit IRC | 02:59 | |
*** PhonicUK has quit IRC | 03:06 | |
*** sunny_s has quit IRC | 03:08 | |
*** sunny_s has joined #maemo | 03:09 | |
*** LjL has quit IRC | 03:13 | |
*** Mousey has quit IRC | 03:13 | |
*** LinuxCode has quit IRC | 03:14 | |
* GeneralAntilles yawns. | 03:14 | |
*** yanu_ has quit IRC | 03:15 | |
*** retro|cz has quit IRC | 03:15 | |
*** retro|cz has joined #maemo | 03:16 | |
*** swc|666 has quit IRC | 03:17 | |
*** yanu has joined #maemo | 03:17 | |
*** anidel has joined #maemo | 03:18 | |
*** mortenvp has quit IRC | 03:20 | |
*** jevin has quit IRC | 03:20 | |
*** mc_teo has quit IRC | 03:21 | |
*** Smily has quit IRC | 03:23 | |
Proteous | do'nt do that | 03:23 |
Proteous | I can't type | 03:23 |
*** Smily has joined #maemo | 03:25 | |
*** mikhas has quit IRC | 03:26 | |
*** wmarone has quit IRC | 03:28 | |
*** wmarone has joined #maemo | 03:28 | |
*** sunny_s has quit IRC | 03:35 | |
*** sunny_s has joined #maemo | 03:36 | |
*** tg has quit IRC | 03:37 | |
*** tg has joined #maemo | 03:37 | |
* DocScrutinizer burps | 03:37 | |
* DocScrutinizer wonders idly what's nylon based cottonsilk | 03:38 | |
*** zanberdo has joined #maemo | 03:39 | |
*** azakai has joined #maemo | 03:40 | |
zanberdo | this might not be the right channel for this question, but I'm hoping someone has seen this: I have an N900 with T-Mobile as my service provider. I've upgraded the SIM to the uicc model but for some reason the damn network will not provision me with service. Anyone run into this and have any suggestions? | 03:41 |
DocScrutinizer | I don't even have any F'ing clue what'a uicc model | 03:42 |
SpeedEvil | zanberdo: you're inthe US I assume? | 03:43 |
zanberdo | yes | 03:43 |
*** Malin_ has quit IRC | 03:43 | |
zanberdo | uicc is just the latest SIM card evidently. I don't know either. I was told my SIM from my old phone might not provision the data plan on the new network and they said 'go get the latest SIM' | 03:44 |
zanberdo | it's likely not relevant... | 03:44 |
zanberdo | but in case it was, I wanted to throw it out there | 03:44 |
zanberdo | I'm getting tired of being told 'we've reprovisioned your account, it could take 2 to 4 hours before you have access' so I wait and when I check it I still get redirected to the damn upsell sight for t-mobile | 03:45 |
SpeedEvil | :/ | 03:45 |
zanberdo | yeah | 03:45 |
zanberdo | I've confirmed my network settings are correct | 03:45 |
zanberdo | with their tech support | 03:45 |
SpeedEvil | I don't suppose you've got another phone you could check it with? | 03:45 |
zanberdo | no, sadly my previous phone was a clam-shell Z80 (or some such)... | 03:46 |
zanberdo | I'm going to stop in at the T-Mobile store on my way home tonight | 03:46 |
zanberdo | but I fear I'm going to get there and they won't have a clue what to do | 03:46 |
Proteous | zanberdo, is it just your data that doesn't work? | 03:46 |
zanberdo | so I thought I try here first | 03:46 |
zanberdo | let me try to answer that as best I can | 03:46 |
zanberdo | I can connect to wifi with no trouble | 03:46 |
Proteous | can you recieve calls? | 03:46 |
zanberdo | and I get phone calls and text with no trouble | 03:46 |
Proteous | okay | 03:46 |
Proteous | did you try all three APNs for the network? | 03:47 |
Proteous | <- I have tmobile and a n900 | 03:47 |
pupnik_ | yaay | 03:47 |
Proteous | tmobile doesn't know I have a n900 though | 03:47 |
Proteous | they think I have a dumbphone | 03:47 |
zanberdo | I can even connect to the t-mobile network for data. it's just that whenever i try to navigate I get redirected to their 'your device doesn't work with this data plan' | 03:47 |
Proteous | so I pay just $10 for unlimted data | 03:47 |
Proteous | yeah | 03:48 |
Proteous | what APN are you using? | 03:48 |
zanberdo | all three apns? | 03:48 |
zanberdo | I think I only have the one | 03:48 |
Proteous | what one is it? | 03:48 |
zanberdo | epc.tmobile.com | 03:49 |
DocScrutinizer | you need an APN, and you maybe want to use a specific DNS, in advanced settings of that packet data connection on N900 | 03:49 |
zanberdo | no username or password | 03:49 |
Proteous | try internet2.voicestream.com | 03:49 |
zanberdo | let me try that. | 03:49 |
* DocScrutinizer sighs on fourth wold situation regarding GSM/3G in USA | 03:50 | |
Proteous | heh | 03:50 |
DocScrutinizer | world* | 03:50 |
zanberdo | Proteous, should I leave auto-retrieve IP address and DNS or should I specify one as Doc suggests? | 03:50 |
Proteous | auto | 03:50 |
DocScrutinizer | try auto first | 03:51 |
zanberdo | yeah | 03:51 |
zanberdo | ok, trying now | 03:51 |
DocScrutinizer | if you get redirected to <randomshit> then use e.g. 8.8.8.8 | 03:51 |
zanberdo | YEAH! | 03:51 |
zanberdo | that did it! | 03:51 |
Proteous | :) | 03:51 |
zanberdo | brilliant | 03:51 |
zanberdo | thank you! | 03:51 |
Proteous | no problem | 03:51 |
Proteous | have fun | 03:51 |
zanberdo | been fighting this for a few days now! hehehe | 03:51 |
Proteous | tmoble reps are dumb | 03:51 |
DocScrutinizer | so you should come here more directly | 03:52 |
zanberdo | ok, one more question: how can I get ip information from the command line? ipconfig and iwconfig do not work and I can't find a package that includes them. | 03:52 |
DocScrutinizer | every drone is, not only t-mob | 03:52 |
zanberdo | DocScrutinizer, you are correct sir! :) | 03:52 |
Proteous | yeah | 03:52 |
Proteous | there are aps that will tell you that stuff | 03:52 |
zanberdo | yeah, i have a widget that gives me that info, but I was hoping there was a cli equivalent to iw/ifconfig | 03:53 |
*** foobar32432 has joined #maemo | 03:53 | |
zanberdo | I was going to say it's useful when you've ssh'd to the phone, but of course in order to do that you sort of have to know the IP so I suppose that's not a real good example... :) | 03:53 |
Proteous | if you use the gainroot app | 03:54 |
Proteous | you can then use ipconfig | 03:54 |
DocScrutinizer | rootsh | 03:54 |
Proteous | er, ifconfig | 03:54 |
Proteous | yeah, ifconfig is there you just have to be root to run it | 03:54 |
zanberdo | yeah, sorry, ifconfig | 03:54 |
zanberdo | did I say ip? gah... having to work on windows boxes at work... | 03:54 |
Proteous | yeah | 03:55 |
DocScrutinizer | iw/ifconfig looks good to me | 03:55 |
DocScrutinizer | both available on maemo5 | 03:56 |
zanberdo | ah, I see.. I was calling ifconfig and was getting back '-bash: ifconfig: command not found' but when I run it with sudo it returns what I was seeking. should have tried it with sudo... | 03:56 |
DocScrutinizer | you should have tried with `root<enter>` | 03:56 |
zanberdo | heheh | 03:56 |
Proteous | time to go home | 03:56 |
zanberdo | probably | 03:56 |
zanberdo | aye | 03:56 |
zanberdo | thanks for the help! | 03:57 |
zanberdo | cheers | 03:57 |
Proteous | np, cya | 03:57 |
DocScrutinizer | o/ | 03:57 |
*** zanberdo has left #maemo | 03:57 | |
DocScrutinizer | I wish somebody would pay me for that stuff... | 03:57 |
*** foobar32432 has left #maemo | 03:58 | |
DocScrutinizer | Jaffa: ping | 03:58 |
DocScrutinizer | FZ: "do they pay you good for that stuff that you do?" devil: "Y'know, I can't complain when the checks come thru" FZ: "but I want my titties and I want my beer, so you barf it back up, devil, do you hear?!" | 04:00 |
*** Sargun has joined #maemo | 04:01 | |
*** KMFDM has quit IRC | 04:02 | |
*** kW_ has joined #maemo | 04:02 | |
*** sunny_s has quit IRC | 04:04 | |
*** sunny_s has joined #maemo | 04:05 | |
DocScrutinizer | "Blow it out your ass, motorcycle man! I am fhe Devil, Do you understand? Just what will you give me for your titties and beer? I suppose you noticed this little contract here, . '' | 04:05 |
DocScrutinizer | <beep><beeeeeeep> | 04:06 |
DocScrutinizer | "You can't fool me, man . . . you ain't that bad . . . I mean you shoulda seen some of fhe souls I had . . . Why there was Milhous Nixon 'n Agnew too . . . 'n both of fhose suckers was worse 'n you . . "WELL, LET'S MAKE A DEAL IF YOU THINK THAT'S TRUE I MEAN, YOU'RE THE DEVIL SO ... WHATCHA GONNA DO? | 04:07 |
pupnik_ | hah | 04:09 |
*** azakai has left #maemo | 04:16 | |
*** isak has quit IRC | 04:16 | |
DocScrutinizer | http://www.youtube.com/watch?v=441-Vnv7cRY | 04:20 |
*** Smily has quit IRC | 04:24 | |
*** philipl has quit IRC | 04:26 | |
*** sunny_s has quit IRC | 04:42 | |
pronto | has anyone been ablt to get either of the cameras to be able to stream via flash(like ustream and such) | 04:42 |
*** sunny_s has joined #maemo | 04:43 | |
*** DrGrov has left #maemo | 04:44 | |
*** DrGrov has joined #maemo | 04:45 | |
SpeedEvil | I don't think flash supports that. | 04:46 |
*** sunny_s has quit IRC | 04:48 | |
*** sunny_s has joined #maemo | 04:49 | |
*** ArGGu^^_ has quit IRC | 04:49 | |
*** NishanthMenon has joined #maemo | 04:50 | |
*** Smily has joined #maemo | 04:53 | |
*** njsf has joined #maemo | 04:54 | |
pronto | i know flash itself does, but it looks like the flash the n900 has does not :< | 04:54 |
SpeedEvil | Exactly. | 04:55 |
SpeedEvil | Pity. | 04:57 |
*** QinGW1 has joined #maemo | 05:00 | |
*** QinGW has quit IRC | 05:02 | |
*** kpoman has joined #maemo | 05:03 | |
kpoman | hello all ! guys maybe unrelated to maemo, but is there a smaller image for debian chroot ? something less than that 300MB thing, that btw is ext2 and gets corrupted as soon as I try to update it ? | 05:04 |
*** madalu has joined #maemo | 05:08 | |
*** ieatlint has quit IRC | 05:17 | |
*** ieatlint has joined #maemo | 05:19 | |
*** swc|666 has joined #maemo | 05:26 | |
*** swc|666 has quit IRC | 05:26 | |
*** sunny_s has quit IRC | 05:29 | |
*** sunny_s has joined #maemo | 05:30 | |
*** maybeArgh has joined #maemo | 05:30 | |
*** maybeWTF has quit IRC | 05:31 | |
*** LiraNuna has quit IRC | 05:35 | |
*** LiraNuna has joined #maemo | 05:36 | |
*** swc|666 has joined #maemo | 05:38 | |
*** pcfe has quit IRC | 05:51 | |
*** pcfe has joined #maemo | 05:51 | |
*** pcfe has quit IRC | 05:51 | |
*** pcfe has joined #maemo | 05:51 | |
*** jamesw has joined #maemo | 05:57 | |
jamesw | is there any other way to do wifi or bluetooth tethering other than paid apps such as joiku? | 05:57 |
ds3 | yes, slirp | 05:57 |
jamesw | thanks ds3, not getting much on google, do you know of some keywords or tutorials? | 05:59 |
*** jevin has joined #maemo | 06:06 | |
jamesw | yea, nothing :( | 06:07 |
ds3 | just slirp | 06:08 |
ds3 | just have the bluetooth stuff listen for a rfcomm connection and have it spawn slirp instead of the other thing | 06:08 |
*** trx has quit IRC | 06:12 | |
jamesw | here is a good resource http://mobilehotspot.garage.maemo.org/ | 06:13 |
*** jamesw has quit IRC | 06:13 | |
*** radic_ has joined #maemo | 06:14 | |
*** radic has quit IRC | 06:14 | |
*** orangey has joined #maemo | 06:14 | |
orangey | Hello all! | 06:14 |
orangey | I'm helping a friend with android, and it makes me that much more amazed with Maemo | 06:15 |
orangey | Does android have anything even resembling "Conversations"? | 06:17 |
*** trx has joined #maemo | 06:17 | |
orangey | It's so sad.. I suddenly wished that instead of all the efforts to port android -> N900, people were porting Maemo to these beautiful android phones | 06:18 |
orangey | How is the N900 better than the HTC Desire Z? Why can't I have maemo on that? | 06:19 |
*** robbiethe1st has joined #maemo | 06:20 | |
*** madalu has quit IRC | 06:21 | |
*** robbiethe1st has quit IRC | 06:25 | |
*** swc|666 has quit IRC | 06:27 | |
*** mtnbkr has quit IRC | 06:29 | |
*** Bleadof has quit IRC | 06:30 | |
*** DrGrov has left #maemo | 06:32 | |
*** robbiethe1st has joined #maemo | 06:34 | |
*** Bleadof has joined #maemo | 06:35 | |
*** e-yes has quit IRC | 06:36 | |
*** swc|666 has joined #maemo | 06:37 | |
*** pupnik_ is now known as pupnik | 06:50 | |
*** hajmola has joined #maemo | 06:56 | |
hajmola | anyone get extkbd to work? I can't seem to get any keyboards to work... although I only have 2 | 06:56 |
*** githogori has quit IRC | 06:58 | |
*** githogori has joined #maemo | 07:02 | |
*** hajmola has quit IRC | 07:03 | |
krayon | hajmola: works for me I ... | 07:03 |
*** orangey has left #maemo | 07:05 | |
*** sunny_s has quit IRC | 07:08 | |
*** sunny_s has joined #maemo | 07:09 | |
*** janfrank has joined #maemo | 07:09 | |
*** MadViking has quit IRC | 07:21 | |
*** hardaker has quit IRC | 07:23 | |
*** isak has joined #maemo | 07:25 | |
*** hurbu_ has joined #maemo | 07:27 | |
*** hurbu has quit IRC | 07:29 | |
*** sq-one has joined #maemo | 07:30 | |
*** DocScrutinizer has quit IRC | 07:31 | |
*** DocScrutinizer has joined #maemo | 07:31 | |
*** chx has joined #maemo | 07:33 | |
*** shamus has quit IRC | 07:40 | |
*** hurbu__ has joined #maemo | 07:43 | |
*** shamus has joined #maemo | 07:44 | |
*** hurbu_ has quit IRC | 07:46 | |
*** Zhonghua1 has joined #maemo | 07:49 | |
*** Zhonghua1 has left #maemo | 07:50 | |
*** githogori has quit IRC | 07:51 | |
*** janfrank has quit IRC | 07:51 | |
*** GNUton-BNC has joined #maemo | 08:04 | |
*** millenomi has joined #maemo | 08:11 | |
*** Spydemon has joined #maemo | 08:13 | |
*** Cy8aer has joined #maemo | 08:14 | |
*** swc|666 has quit IRC | 08:15 | |
*** slonopotamus has joined #maemo | 08:16 | |
*** sq-one has quit IRC | 08:17 | |
*** swc|666 has joined #maemo | 08:17 | |
*** McMAGIC-- has quit IRC | 08:19 | |
*** norayr has quit IRC | 08:24 | |
*** millenomi has quit IRC | 08:24 | |
*** kW_ has quit IRC | 08:30 | |
*** KaKaRoTo has quit IRC | 08:32 | |
*** Spydemon has quit IRC | 08:32 | |
*** abner has quit IRC | 08:33 | |
*** vivijim has quit IRC | 08:33 | |
*** albanc has quit IRC | 08:33 | |
*** andrunko has quit IRC | 08:33 | |
*** DrGrov has joined #maemo | 08:35 | |
*** trx has quit IRC | 08:35 | |
*** tekojo has joined #maemo | 08:35 | |
*** geaaru has joined #maemo | 08:35 | |
*** swc|666 has quit IRC | 08:37 | |
RST38h | Samsung tries its hand at poaching disgruntled Symbian devs for Bada | 08:39 |
*** Earthwings has quit IRC | 08:39 | |
RST38h | No wonder... | 08:39 |
*** murrayc has joined #maemo | 08:40 | |
ruskie | I thought samsung had another more maemo type initiative iirc | 08:40 |
ruskie | i.e. a full stack from the ground up | 08:40 |
ruskie | not Bada | 08:41 |
*** trx has joined #maemo | 08:41 | |
*** pupnik has quit IRC | 08:42 | |
*** budfive has joined #maemo | 08:44 | |
*** croppa has joined #maemo | 08:44 | |
budfive | anybody know if ogg files are supposed to work in the stock n900 media player? I recall it working at some point, but it doesn't now | 08:45 |
*** Evanescence has joined #maemo | 08:45 | |
budfive | I think I have extra codecs and whatnot installed | 08:45 |
*** drj_cro has joined #maemo | 08:48 | |
*** ColdFyre has quit IRC | 08:48 | |
*** drj_cro has left #maemo | 08:48 | |
*** psycho_oreos has joined #maemo | 08:49 | |
kulve | budfive: no ogg-support out of the box. Installing ogg-support from extras should bring in the ogg support to media player | 08:52 |
*** ColdFyre has joined #maemo | 08:52 | |
budfive | kulve: hmmm. Any idea how to debug it? ogg-support is installed, but no ogg files show up | 08:52 |
kulve | if you have a lot of oggs, it can take a while before they show up | 08:53 |
slonopotamus | oggs - things from chickon? | 08:55 |
doc|home | has anyone noticed that when you play the first song (happens on more than one) the media player will stop part way into the song. | 08:55 |
doc|home | plays through fine if you start it over | 08:55 |
trumee | is it possible to Hold/Unhold command to Dialer via a script? | 08:55 |
*** ftrvxmtrx has joined #maemo | 08:55 | |
trumee | The only way to get a decent sip call is to do the above in dialer, and i would like to map it to the camera key | 08:56 |
*** slonopotamus__ has joined #maemo | 08:57 | |
*** slonopotamus has quit IRC | 08:57 | |
*** slonopotamus__ is now known as slonopotamus | 08:58 | |
budfive | kulve: hmm. reinstalling ogg-support made it work.... | 09:00 |
kulve | well, good that it works now :) | 09:01 |
*** mece has joined #maemo | 09:02 | |
ds3 | ~> | 09:03 |
infobot | somebody said > was redirection of stdout to a file. | 09:03 |
ds3 | ~>~. | 09:03 |
ds3 | blah | 09:03 |
*** LameDuck has joined #maemo | 09:04 | |
*** mece has quit IRC | 09:07 | |
*** dos11 has joined #maemo | 09:08 | |
*** slonopotamus_ has quit IRC | 09:09 | |
*** masterhumper has joined #maemo | 09:11 | |
*** githogori has joined #maemo | 09:13 | |
*** masterhumper has quit IRC | 09:13 | |
*** slonopotamus_ has joined #maemo | 09:13 | |
*** slonopotamus has quit IRC | 09:14 | |
*** yigal has joined #maemo | 09:14 | |
*** SiggyF has joined #maemo | 09:14 | |
yigal | is there an application that can will let me draw/write on pictures taken from my n900's camera? | 09:15 |
visz | MyPaint | 09:16 |
visz | allthough it's more of a stylus painting program | 09:17 |
*** mece has joined #maemo | 09:17 | |
*** sq-one has joined #maemo | 09:17 | |
visz | with large brush selections | 09:17 |
yigal | visz: I like MyPaint it's just that it's a bit too resource intensive | 09:17 |
yigal | visz: sorry I should have said that | 09:17 |
yigal | visz: great program by the way | 09:17 |
visz | =) | 09:17 |
*** budfive has left #maemo | 09:18 | |
visz | can you write text with ansel-a? | 09:18 |
visz | i rather like that program | 09:18 |
yigal | I haven't tried it yet :) | 09:18 |
visz | it's a bit like lightroom | 09:19 |
visz | http://ansela.garage.maemo.org/ | 09:19 |
yigal | I was checking it out, looks nice | 09:19 |
yigal | after you dropped the name | 09:19 |
*** FireFly has joined #maemo | 09:20 | |
yigal | I've decided to install the latest firefox but after that's finished downloading I'll try it out | 09:20 |
visz | haven't had that installed for a while | 09:20 |
visz | ansel-a | 09:20 |
visz | # EXIF-Browser-with-maps | 09:21 |
yigal | not exactly what I was looking for but well it might be good to have | 09:21 |
*** npm has quit IRC | 09:22 | |
*** Natunen has joined #maemo | 09:22 | |
*** l13tl3_ has joined #maemo | 09:24 | |
*** MacDrunk has joined #maemo | 09:25 | |
*** l13tl3 has quit IRC | 09:25 | |
*** MacMiller has joined #maemo | 09:25 | |
*** jpe has joined #maemo | 09:25 | |
*** MacDrunk has quit IRC | 09:26 | |
*** Zero_Dogg has joined #maemo | 09:27 | |
*** DrGrov has left #maemo | 09:27 | |
*** npm has joined #maemo | 09:27 | |
*** npm has quit IRC | 09:27 | |
Zero_Dogg | Hi, is there any alternate locatino to download the latest n810 firmware image? tablets-dev.nokia.com is refusing my n810 WLAN id | 09:27 |
yigal | visz: I think I'll just stick with MyPaint for the time being | 09:28 |
flat` | fyuu | 09:28 |
flat` | kahvi jäöäty | 09:28 |
visz | right on | 09:28 |
yigal | visz: thank you | 09:28 |
*** hannesw_ has joined #maemo | 09:28 | |
*** npm has joined #maemo | 09:30 | |
*** gomiam has joined #maemo | 09:32 | |
*** Sc0rpius has quit IRC | 09:33 | |
*** smooph has joined #maemo | 09:36 | |
*** retro|cz has quit IRC | 09:39 | |
MacMiller | sup | 09:40 |
*** Spydemon has joined #maemo | 09:41 | |
*** MacMiller has quit IRC | 09:41 | |
*** MacDrunk has joined #maemo | 09:41 | |
*** booiiing has quit IRC | 09:42 | |
*** booiiing has joined #maemo | 09:42 | |
*** Evanescence2 has joined #maemo | 09:42 | |
*** Evanescence2 has quit IRC | 09:43 | |
*** eMHa__ has quit IRC | 09:43 | |
*** tarantism has quit IRC | 09:44 | |
*** Evanescence has quit IRC | 09:47 | |
*** Evanescence has joined #maemo | 09:48 | |
*** smooph has quit IRC | 09:48 | |
*** mikhas has joined #maemo | 09:51 | |
*** smhar has joined #maemo | 09:51 | |
*** daxt has joined #maemo | 09:52 | |
*** krayon has quit IRC | 09:55 | |
*** merlin_N900 has joined #maemo | 09:55 | |
*** chx has quit IRC | 09:56 | |
Zero_Dogg | Are there any known /software/ issues with wlan? My N810 locks up and then reboots whenever it scans for networks, so I'm guessing it might be hw | 10:01 |
*** zap has joined #maemo | 10:02 | |
*** dneary has joined #maemo | 10:03 | |
*** Rarok has joined #maemo | 10:04 | |
*** Rarok has quit IRC | 10:04 | |
*** divan has quit IRC | 10:05 | |
*** jpe has quit IRC | 10:06 | |
*** slonopotamus_ has quit IRC | 10:07 | |
*** villev has joined #maemo | 10:07 | |
*** jpe has joined #maemo | 10:08 | |
*** bergie has joined #maemo | 10:09 | |
*** ppenz has joined #maemo | 10:09 | |
*** Wikier has joined #maemo | 10:09 | |
*** pupnik has joined #maemo | 10:10 | |
*** pupnik has joined #maemo | 10:10 | |
*** jrocha has joined #maemo | 10:10 | |
*** crashanddie_ has quit IRC | 10:12 | |
*** _berto_ has joined #maemo | 10:13 | |
*** tekojo has quit IRC | 10:14 | |
*** kuuntelija has quit IRC | 10:14 | |
*** tekojo has joined #maemo | 10:14 | |
*** ftrvxmtrx has quit IRC | 10:15 | |
smhar | I am trying to install PyQt 4 Demo but I am getting this error: "Unable to install 'PyQt4 Demo'. Some application packages required for the installation are missing". the details button show the followings: python2.5-qt4-core, python2.5-qt4-xml and python2.5-qt4-gui | 10:16 |
*** villev_ has joined #maemo | 10:16 | |
*** villev has quit IRC | 10:16 | |
*** villev has joined #maemo | 10:17 | |
*** sunny_s has quit IRC | 10:17 | |
*** sunny_s has joined #maemo | 10:17 | |
*** Malin_ has joined #maemo | 10:17 | |
*** yigal has quit IRC | 10:18 | |
*** villev_ has quit IRC | 10:21 | |
*** kerio has quit IRC | 10:23 | |
*** LameDuck has quit IRC | 10:24 | |
*** budfive has joined #maemo | 10:25 | |
*** kerio has joined #maemo | 10:25 | |
*** calvaris has joined #maemo | 10:27 | |
*** merlin_N900 has quit IRC | 10:28 | |
*** divan has joined #maemo | 10:29 | |
*** merlin_N900 has joined #maemo | 10:30 | |
*** murrayc has quit IRC | 10:30 | |
*** eMHa__ has joined #maemo | 10:32 | |
*** npm has quit IRC | 10:34 | |
*** npm has joined #maemo | 10:36 | |
*** kuuntelija has joined #maemo | 10:40 | |
*** FireFly has quit IRC | 10:41 | |
*** janfrank has joined #maemo | 10:41 | |
*** flo_lap has joined #maemo | 10:42 | |
*** albanc has joined #maemo | 10:43 | |
*** abner has joined #maemo | 10:43 | |
*** andrunko has joined #maemo | 10:43 | |
*** budfive has left #maemo | 10:44 | |
*** abner has quit IRC | 10:45 | |
*** andrunko has quit IRC | 10:45 | |
*** albanc has quit IRC | 10:45 | |
*** timeless_xchat has joined #maemo | 10:45 | |
*** ag0ny has joined #maemo | 10:45 | |
*** Cy8aer has quit IRC | 10:46 | |
*** Cy8aer has joined #maemo | 10:46 | |
*** TeringTuby has joined #maemo | 10:47 | |
smhar | is PyQt4 Demo broken? | 10:47 |
*** FireFly|n900 has quit IRC | 10:48 | |
*** schend has joined #maemo | 10:48 | |
*** KaKaRoTo has joined #maemo | 10:50 | |
*** KaKaRoTo has joined #maemo | 10:50 | |
*** sq-one has quit IRC | 10:52 | |
*** andrenarchy has joined #maemo | 10:52 | |
*** Evanescence has quit IRC | 10:52 | |
*** andrenarchy has left #maemo | 10:52 | |
*** barisione has joined #maemo | 10:53 | |
*** _0x47 has joined #maemo | 10:53 | |
*** amigadave has joined #maemo | 10:55 | |
*** tackat has joined #maemo | 11:00 | |
timeless_xchat | anyone here familiar w/ apache logging? | 11:02 |
*** OkropNick has joined #maemo | 11:04 | |
*** mortenvp has joined #maemo | 11:04 | |
*** santra has joined #maemo | 11:04 | |
*** santra is now known as sougata_ | 11:04 | |
*** sougata_ has left #maemo | 11:04 | |
RST38h | Moorning, people | 11:08 |
timeless_xchat | morning | 11:08 |
merlin_N900 | morning | 11:09 |
*** Khertan has joined #maemo | 11:09 | |
Khertan | Morning | 11:09 |
merlin_N900 | morning | 11:09 |
alterego | RST38h: I never had a reply to that email you sent that guy about his SIP client. | 11:10 |
alterego | Did you hear anything? | 11:10 |
smhar | is PyQt4 Demo broken? | 11:13 |
*** msanchez has joined #maemo | 11:16 | |
nidO | timeless_xchat: whats up? | 11:17 |
*** FireFly|n900 has joined #maemo | 11:20 | |
RST38h | alterego: Eh? | 11:20 |
RST38h | alterego: Ah that | 11:21 |
*** jhb has joined #maemo | 11:21 | |
Khertan | hum ... i ve a software architecture question, the next version of khweeteur will retrieve tweets in background, should i made a daemon running all time, or try to use alarmd. Then how to warn the gui, communicate via dbus, or made my own rpc call ? | 11:21 |
alterego | :) | 11:21 |
*** zap has quit IRC | 11:21 | |
Khertan | the problem i see using dbus is that it s not available on win | 11:22 |
RST38h | alterego: He has been hit by a bus and is currently traveling on its windshield | 11:22 |
RST38h | alterego: Will probably come back to reality once the bus stops. | 11:22 |
alterego | Khertan: I'd just have another thred | 11:23 |
alterego | Khertan: why do you want it as a seperate service? | 11:23 |
*** Spydemon has quit IRC | 11:23 | |
alterego | Khertan: but if there is a good reason, dbus signals would be cool, as other people can integrate | 11:23 |
alterego | RST38h: heh, fair enough, I was just wondering because I had some issues with my dns which would have effected my email last week. | 11:24 |
*** shamus has quit IRC | 11:25 | |
*** Sicelo has joined #maemo | 11:27 | |
*** ftrvxmtrx has joined #maemo | 11:27 | |
*** shamus has joined #maemo | 11:29 | |
*** scoobertron has joined #maemo | 11:32 | |
*** rysiek|pl has quit IRC | 11:33 | |
*** rysiek|pl has joined #maemo | 11:33 | |
*** dos11 has quit IRC | 11:33 | |
*** dneary has quit IRC | 11:36 | |
Khertan | alterego: ... indeed ... but no real interest in fact :) | 11:38 |
*** xkr47 has joined #maemo | 11:39 | |
*** xkr47 has joined #maemo | 11:39 | |
*** dominikb has joined #maemo | 11:39 | |
*** dmb has quit IRC | 11:42 | |
*** dmb has joined #maemo | 11:42 | |
pupnik | Mark Pincus has amassed a $US1 billion fortune (Farmville, CityVille, Mafia Wars) | 11:42 |
*** shamus has quit IRC | 11:43 | |
*** merlin_N900 has quit IRC | 11:43 | |
psycho_oreos | wow, nice bit of useless info | 11:43 |
*** shamus has joined #maemo | 11:44 | |
*** Natunen has quit IRC | 11:44 | |
*** drussell has joined #maemo | 11:45 | |
*** Smily has quit IRC | 11:45 | |
*** Smily has joined #maemo | 11:45 | |
crashanddie | Khertan, not RPC -- AT ALL | 11:46 |
crashanddie | Khertan, you probably meant IPC | 11:47 |
*** ArGGu^^ has joined #maemo | 11:47 | |
pupnik | shows scope of online gaming psycho_oreos | 11:47 |
*** Sicelo has left #maemo | 11:47 | |
alterego | Khertan: well, if you ever feel the need to write a desktop widget as well ;) | 11:48 |
crashanddie | Khertan, I'd suggest using DBus. It's relatively well-documented, however, your first assertion is not the right one: you shouldn't use a daemon just to retrieve tweets in the background. That's called a thread. If you include a daemon in Khweeteur, I'm removing it from my N900 ;) | 11:48 |
psycho_oreos | pupnik, more like how someone made fortune from online gaming, I wonder how relevant is that compared to maemo stuff :p | 11:48 |
crashanddie | psycho_oreos, dude, this is #maemo, off-topic is the new on-topic. | 11:49 |
psycho_oreos | crashanddie, *sigh* | 11:50 |
RST38h | CONCLUSION: In order for Maemo/Meego to be successful, we need to figure out how to associate it with online gaming | 11:54 |
RST38h | s/gaming/gambling. | 11:54 |
alterego | Heh | 11:55 |
* RST38h guesses pornography wouldn't hurt either | 11:55 | |
alterego | RST38h: but Nokia already folded :P | 11:55 |
Khertan | crashanddie: indeed ipc :) | 11:56 |
Khertan | crashanddie: this is for providing dm and mentions notifications even if khweeteur is close | 11:56 |
Khertan | crashanddie: but it ll be optionnal of course | 11:57 |
*** spiritd has joined #maemo | 11:57 | |
RST38h | alterego: Does nto matter, as long as there is gambling and pornography! =) | 11:57 |
*** MadViking has joined #maemo | 11:57 | |
psycho_oreos | and warez? | 11:59 |
Khertan | crashanddie: the next version will use qml :) | 11:59 |
*** QinGW1 has quit IRC | 11:59 | |
psycho_oreos | maybe we should start condoning the piracy? | 11:59 |
*** scoobertron has quit IRC | 12:00 | |
*** ftrvxmtrx has quit IRC | 12:01 | |
*** arno0ob has joined #maemo | 12:02 | |
*** X-Fade has joined #maemo | 12:02 | |
*** ftrvxmtrx has joined #maemo | 12:03 | |
*** smhar has quit IRC | 12:03 | |
*** Chiku|dc has joined #maemo | 12:06 | |
*** Chiku|dc has joined #maemo | 12:06 | |
*** buntfalke has joined #maemo | 12:07 | |
*** muelli has quit IRC | 12:08 | |
*** schend has quit IRC | 12:09 | |
*** Chiku has quit IRC | 12:09 | |
*** Smily has quit IRC | 12:10 | |
*** Smily has joined #maemo | 12:11 | |
*** sunny_s has quit IRC | 12:11 | |
*** daxt has quit IRC | 12:11 | |
*** burchr has joined #maemo | 12:11 | |
*** sunny_s has joined #maemo | 12:12 | |
*** burchr has quit IRC | 12:12 | |
*** burchr has joined #maemo | 12:12 | |
*** daxt has joined #maemo | 12:13 | |
*** achipa has joined #maemo | 12:13 | |
*** achipa has joined #maemo | 12:13 | |
*** kthomas_vh_ has joined #maemo | 12:16 | |
timeless_xchat | nid0: i'll ask after lunch | 12:17 |
timeless_xchat | i need log files to be owned by a certain group | 12:17 |
*** timeless_xchat has quit IRC | 12:17 | |
*** kthomas has quit IRC | 12:18 | |
*** edheldil has joined #maemo | 12:23 | |
*** jpala16 has joined #maemo | 12:24 | |
*** trupheenix has joined #maemo | 12:25 | |
*** tackat has quit IRC | 12:27 | |
*** tackat has joined #maemo | 12:27 | |
*** FireFly|n900 has quit IRC | 12:31 | |
*** zap has joined #maemo | 12:32 | |
edheldil | probably nothing new to you, but an interesting read nonetheless: http://www.h-online.com/open/features/Nokia-and-open-source-a-trial-by-fire-1194928.html | 12:33 |
*** SmilyOrg has joined #maemo | 12:38 | |
*** nid0 has joined #maemo | 12:40 | |
*** SiggyF has quit IRC | 12:41 | |
*** Smily has quit IRC | 12:41 | |
*** croppa has quit IRC | 12:42 | |
*** MacDrunk has quit IRC | 12:43 | |
*** nidO has quit IRC | 12:43 | |
*** nidO has joined #maemo | 12:44 | |
*** jpala16 has quit IRC | 12:44 | |
*** nid0 has quit IRC | 12:45 | |
*** macmaN has quit IRC | 12:47 | |
*** Earthwings has joined #maemo | 12:51 | |
*** Earthwings has joined #maemo | 12:51 | |
*** lcuk2 is now known as lcuk | 12:52 | |
*** lcuk has quit IRC | 12:52 | |
*** lcuk has joined #maemo | 12:52 | |
*** sunny_s has quit IRC | 12:53 | |
*** sunny_s has joined #maemo | 12:53 | |
*** _0x47 has quit IRC | 12:56 | |
*** FIQ has quit IRC | 13:02 | |
*** FIQ|n900 has quit IRC | 13:02 | |
*** FIQ|n900 has joined #maemo | 13:02 | |
*** FIQ has joined #maemo | 13:02 | |
*** achipa has quit IRC | 13:04 | |
*** mk8_ is now known as mk8 | 13:05 | |
*** shanttu has joined #maemo | 13:07 | |
*** macmaN has joined #maemo | 13:08 | |
*** McMAGIC-- has joined #maemo | 13:09 | |
*** mitsutaka has quit IRC | 13:12 | |
*** burchr is now known as w00t_ | 13:19 | |
*** mazdok has joined #maemo | 13:20 | |
mazdok | hi there | 13:20 |
*** merlin1991 has joined #maemo | 13:21 | |
Lava_Croft | shit article | 13:21 |
*** albanc has joined #maemo | 13:23 | |
pupnik | ? | 13:26 |
*** merlin1991 has quit IRC | 13:27 | |
*** arno0ob has quit IRC | 13:27 | |
*** merlin_1991 has joined #maemo | 13:27 | |
*** drj_cro has joined #maemo | 13:27 | |
*** drj_cro has left #maemo | 13:27 | |
*** merlin_1991 has quit IRC | 13:28 | |
*** merlin1991 has joined #maemo | 13:29 | |
*** tripzero has quit IRC | 13:30 | |
*** tripz0 has joined #maemo | 13:30 | |
*** SmilybOrg has joined #maemo | 13:32 | |
Lava_Croft | any article about the Nokia/MS deal that talks about Nokia now being just a MS OEM is a shit article | 13:34 |
*** dneary has joined #maemo | 13:35 | |
*** Zero_Dogg has left #maemo | 13:36 | |
*** SmilyOrg has quit IRC | 13:36 | |
*** villev_ has joined #maemo | 13:36 | |
*** villev has quit IRC | 13:37 | |
*** villev__ has joined #maemo | 13:37 | |
Veggen | Lava_Croft: Det real gripe people have, I guess, is that Nokia keeps so quiet about their official plans, etc. There is no clear roadmap for Meego now, and people are wary about going for it. | 13:39 |
*** Evanescence has joined #maemo | 13:39 | |
Veggen | Personally, if I were a developer, I'd be reluctant to target Meego now, and this will be the demise of Meego unless someone actually says "yes, Meego is a primary platform for us for the immediate and long-term time-frame" | 13:40 |
*** villev_ has quit IRC | 13:41 | |
Lava_Croft | i dont see how this is related, unless the relation is being angry and therefore making really dumb remarks, like the writer of that article | 13:41 |
Lava_Croft | :) | 13:41 |
Lava_Croft | i dont think it's exactly fair to nokia either | 13:42 |
*** Evanescence has quit IRC | 13:44 | |
*** aloisiojr has joined #maemo | 13:45 | |
*** Evanescence has joined #maemo | 13:45 | |
*** alextreme has quit IRC | 13:52 | |
*** achipa has joined #maemo | 13:57 | |
*** scoobertron has joined #maemo | 13:58 | |
*** rm_you has quit IRC | 13:59 | |
*** rm_you has joined #maemo | 13:59 | |
*** sunny_s has quit IRC | 14:01 | |
*** sunny_s has joined #maemo | 14:01 | |
*** SmilyOrg has joined #maemo | 14:02 | |
*** schend has joined #maemo | 14:02 | |
*** merlin1991 has quit IRC | 14:04 | |
*** alextreme has joined #maemo | 14:05 | |
*** SmilybOrg has quit IRC | 14:05 | |
Jaffa | DocScrutinizer: pong - but I'm at #qcon so a little disconnected | 14:07 |
*** GNUtoo|laptop has joined #maemo | 14:08 | |
DocScrutinizer | whatever qcon is | 14:08 |
DocScrutinizer | I gather it's some happening in HEL, so part of my ping is moot | 14:09 |
*** dominikb has quit IRC | 14:10 | |
DocScrutinizer | at least it's no widely popular IRC chan :-P | 14:10 |
frals | its not in HEL | 14:11 |
Jaffa | DocScrutinizer: Sorry, it's a conference in London | 14:11 |
frals | think its in london? | 14:11 |
* Jaffa nods. | 14:11 | |
frals | thought it was quakecon first, was disappointed when it wasnt :< | 14:11 |
Jaffa | heh | 14:11 |
frals | ;) | 14:11 |
*** SmilyOrg has quit IRC | 14:13 | |
DocScrutinizer | Jaffa: how's negotiations with Nokia? | 14:13 |
*** SmilyOrg has joined #maemo | 14:13 | |
*** NIN101 has joined #maemo | 14:14 | |
*** chinmaya has joined #maemo | 14:16 | |
Jaffa | DocScrutinizer: I (personally) haven't had a chance to touch base with qgil yet this week. Will try to do so today. | 14:18 |
DocScrutinizer | Jaffa: fine :-) | 14:19 |
*** KMFDM has joined #maemo | 14:21 | |
*** arno0ob has joined #maemo | 14:21 | |
*** otep has quit IRC | 14:22 | |
*** SmilyOrg has quit IRC | 14:25 | |
*** SmilyOrg has joined #maemo | 14:25 | |
* DocScrutinizer frowns at his English skills getting worse year by year, rather than better. Wonders what to do to counteract that. For sure IRC isn't the place to practice | 14:28 | |
KMFDM | DocScrutinizer, if it makes you feel any better, I'm an american expat with the same problem | 14:29 |
KMFDM | talking with Americans from where I'm from certainly isn't the way to improve it | 14:29 |
DocScrutinizer | :-) | 14:30 |
DocScrutinizer | nice nick, btw | 14:30 |
*** Spydemon has joined #maemo | 14:31 | |
*** briglia has joined #maemo | 14:34 | |
*** villev__ has quit IRC | 14:35 | |
*** andrei1089 has quit IRC | 14:35 | |
*** otep has joined #maemo | 14:36 | |
RST38h | Doc: Move to US! | 14:37 |
RST38h | Doc: Start going to born-again christian conventions! | 14:37 |
*** edisson has joined #maemo | 14:38 | |
lardman|gone | can't see moving the the US helping people to speak English ;) | 14:41 |
*** lardman|gone is now known as lardman | 14:41 | |
*** suresh_ has joined #maemo | 14:43 | |
*** schend has quit IRC | 14:43 | |
*** anidel_ has joined #maemo | 14:44 | |
*** chenca has joined #maemo | 14:44 | |
*** sunny_s has quit IRC | 14:45 | |
*** sunny_s has joined #maemo | 14:45 | |
*** anidel has quit IRC | 14:47 | |
DocScrutinizer | lardman: ++ | 14:47 |
E0x | heh DocScrutinizer that pic in you tmo avatar is you ? | 14:47 |
lardman | My German is pretty poor now as I never get to speak it | 14:47 |
lardman | in fact it was better at school than when I was at uni, despite doing some of my engineering courses in German | 14:48 |
MohammadAG | arschloch (probably misspelled) is the only word I know :p | 14:48 |
DocScrutinizer | that pic is one of my avatars. The instance typing this is another one | 14:48 |
*** Scorcerer has quit IRC | 14:48 | |
DocScrutinizer | MohammadAG: perfect | 14:49 |
*** FIQ|n900 has quit IRC | 14:49 | |
*** kpoman has quit IRC | 14:49 | |
MohammadAG | Oh and wassar | 14:50 |
E0x | DocScrutinizer: heh i was thinking of what badass guy | 14:50 |
DocScrutinizer | well, for me at least. Going anal, dome German profs might claim it's a noun an needs capital | 14:50 |
*** sunny_s has quit IRC | 14:50 | |
MohammadAG | Asshole is a noun that needs captilaism? | 14:50 |
DocScrutinizer | s/dom/som/ | 14:50 |
infobot | DocScrutinizer meant: well, for me at least. Going anal, some German profs might claim it's a noun an needs capital | 14:50 |
DocScrutinizer | Assholes need capitalism, yes | 14:51 |
*** sunny_s has joined #maemo | 14:51 | |
DocScrutinizer | well, see what's my initial statement. I just mean upper case first letter | 14:52 |
*** ftrvxmtrx has quit IRC | 14:54 | |
*** ftrvxmtrx has joined #maemo | 14:55 | |
*** mazdok has quit IRC | 14:55 | |
*** scoobertron has quit IRC | 14:56 | |
DocScrutinizer | MohammadAG: | 14:56 |
DocScrutinizer | ~x de en Wasser | 14:56 |
infobot | water | 14:56 |
*** NishanthMenon has quit IRC | 14:56 | |
*** ftrvxmtrx_ has joined #maemo | 14:57 | |
*** Ryback_ has joined #maemo | 14:57 | |
*** Ryback_ has joined #maemo | 14:57 | |
DocScrutinizer | capitalization is the word | 14:58 |
*** ftrvxmtrx__ has joined #maemo | 14:58 | |
*** cfreak200 has quit IRC | 14:59 | |
*** ftrvxmtrx has quit IRC | 14:59 | |
*** ftrvxmtrx_ has quit IRC | 14:59 | |
DocScrutinizer | ~spell captilaism | 14:59 |
*** ftrvxmtrx__ has quit IRC | 14:59 | |
infobot | possible spellings for captilaism: capitalism capitalist capitalism's capitals capital's capitalize | 14:59 |
*** ftrvxmtrx has joined #maemo | 15:00 | |
*** setanta has joined #maemo | 15:01 | |
RST38h | ~spell capsialism | 15:01 |
infobot | possible spellings for capsialism: capitalism specialism capitalist cannibalism racialism capitalism's capitals socialism capital's capsules capitalize capsulize capsule's | 15:01 |
DocScrutinizer | she's quite creative :-) | 15:02 |
_berto_ | ~spell meego | 15:02 |
infobot | possible spellings for meego: me ego me-ego MEGO Meg meg Margo Meggi merge meek mega Meggy meager merger MEGOs Meggie Mg Moog ergo mg Magi Magoo Megen magi EEG ego Mag MiG mag mug meeker megs Eggo Lego meed meet memo mango Meg's meg's | 15:02 |
DocScrutinizer | merger, hey | 15:03 |
*** cfreak200 has joined #maemo | 15:03 | |
trx | lol | 15:03 |
DocScrutinizer | Magoo always been my fav | 15:03 |
_berto_ | ~spell elop | 15:03 |
infobot | possible spellings for elop: elope lop Eloy clop flop glop plop slop | 15:03 |
_berto_ | flop | 15:04 |
_berto_ | hmmmm | 15:04 |
trx | flop haha | 15:04 |
DocScrutinizer | MrFlop | 15:04 |
DocScrutinizer | I thought that's been the right spelling from beginning | 15:04 |
*** baraujo has joined #maemo | 15:04 | |
RST38h | Maeblin sounds better than Magoo | 15:05 |
DocScrutinizer | you know those games "take away one match to make this a correct word" | 15:05 |
*** FIQ|n900 has joined #maemo | 15:06 | |
DocScrutinizer | MeEgo | 15:06 |
*** lizardo has joined #maemo | 15:07 | |
* SpeedEvil Meows. | 15:07 | |
DocScrutinizer | http://mg.pov.lt/maemo-irclog/search?q=Mr+Flop | 15:10 |
DocScrutinizer | moin SpeedEvil | 15:13 |
*** diegohcg has joined #maemo | 15:13 | |
*** murrayc has joined #maemo | 15:19 | |
*** janfrank has quit IRC | 15:19 | |
*** tackat_ has joined #maemo | 15:21 | |
*** tackat has quit IRC | 15:22 | |
*** abner has joined #maemo | 15:23 | |
*** kpoman has joined #maemo | 15:27 | |
pupnik | the e71 transflective display is fantastically readable in sunlight | 15:28 |
*** andrei1089 has joined #maemo | 15:28 | |
range | 7act | 15:29 |
range | Grr- | 15:29 |
pupnik | short password | 15:30 |
*** suresh_ has quit IRC | 15:32 | |
*** smhar has joined #maemo | 15:34 | |
Macer | http://www.pcworld.com/businesscenter/article/221770/apple_releases_xcode_4_puts_it_for_sale_on_the_app_store.html | 15:35 |
* Macer facepalms apple | 15:35 | |
RST38h | Stop facepalming religious icons! | 15:35 |
*** vivijim has joined #maemo | 15:35 | |
Macer | you know.. you just get to the point where it seems like gas prices are $4/gallon | 15:36 |
Macer | oh.... wait.... | 15:36 |
* ruskie notes that gas prices around here have beet 1eur+/L for a while now | 15:36 | |
*** kama has joined #maemo | 15:40 | |
pupnik | yeap | 15:40 |
* Khertan notes that gas prices around here is near 2eur+/L | 15:40 | |
pupnik | owwww | 15:40 |
pupnik | get ready for inflation | 15:41 |
Khertan | each time gas rise 0.1 ... gov take 0.089 ... so total is 0.189 | 15:42 |
Khertan | welcome to francre | 15:42 |
Khertan | france | 15:42 |
ruskie | well they seem to try and maintain the prices a bit more in check here with their gas tax | 15:43 |
Dassu | why not buy a electric car? | 15:43 |
*** janfrank has joined #maemo | 15:43 | |
ruskie | to few charging points? | 15:43 |
ruskie | not enough range? | 15:43 |
FauxFaux | too | 15:43 |
Dassu | eh? | 15:43 |
Khertan | Dassu: because i need a range larger than 50km | 15:43 |
Dassu | perheps there are ele cars with range more than 50km | 15:44 |
FauxFaux | Why not move to a city with petroleum powered transport network and get all your stuff delivered by petroleum powered couriers? Oh, wait. /o\ | 15:44 |
Dassu | dunno,@I have never driven a car | 15:44 |
ruskie | for my daily trip I'd need 12km range... each day and that's just home->work->home | 15:44 |
RST38h | Khertan: Do not drive, walk | 15:44 |
*** mva has quit IRC | 15:44 | |
Khertan | French Car constructor here just change the gas motor by an electric one without thinking more ... | 15:44 |
RST38h | Do not fly either | 15:44 |
FauxFaux | 12km is within cycling distance. | 15:44 |
ruskie | and I don't want to charge it every day | 15:44 |
Khertan | RST38h: i take the train ... but the train here use also gaz :) | 15:44 |
ruskie | FauxFaux, 6km one way | 15:44 |
*** robbiethe1st has quit IRC | 15:45 | |
* RST38h does not understand why people need to drive or fly huge distances. Raise the fuel prices, pin them to their current locations, it is safer this way | 15:45 | |
FauxFaux | That's, like, 20, 25 minutes. | 15:45 |
ruskie | FauxFaux, and no... I'm tired of cycling in wind, rain, snow, | 15:45 |
* pupnik notes that cycling is fun and refreshing | 15:45 | |
RST38h | Will save you on security measures at the airports, too | 15:45 |
FauxFaux | RST38h: Good thing tourism isn't the only interest in many places. | 15:45 |
ruskie | I used to cycle each day to work and back | 15:45 |
FauxFaux | *industry | 15:45 |
Khertan | RST38h: give me a telecommute work ! :) | 15:45 |
ruskie | always ~6km | 15:45 |
ruskie | one way | 15:45 |
RST38h | Faux: there is also alcoholism, indeed | 15:45 |
ruskie | takes me like 15-20 min | 15:45 |
ruskie | BUT | 15:45 |
ruskie | I had to replace my tires every 6 months | 15:45 |
ruskie | replace the inflation tubes every two weeks | 15:46 |
* pupnik biked year round in minnesota | 15:46 | |
ruskie | because nobody cleans the bike routes... | 15:46 |
ruskie | so they are full of glass and other crap | 15:46 |
ruskie | and then there's the nice people that will stab the tire... | 15:46 |
Khertan | the only appealing electric car i know is : http://www.teslamotors.com/models | 15:46 |
*** psycho_oreos has quit IRC | 15:46 | |
pupnik | ruskie i hate those people | 15:46 |
RST38h | And how do you charge it? | 15:46 |
RST38h | And, btw, how much pollutants did it take to build the battery? | 15:46 |
Khertan | ruskie: do not complain you have bike route ... there isn't were i live :) | 15:47 |
ruskie | Khertan, only part of the way | 15:47 |
Khertan | 480Km range | 15:47 |
ruskie | part of the way is on a rather dangerous part of the road | 15:47 |
ruskie | ow... and when there is snow... I might get to work in the morning | 15:47 |
ruskie | but getting home will become impossible | 15:47 |
*** wmarone has quit IRC | 15:47 | |
ruskie | because all the snow ploughs will dump all the excess snow ON the bike paths... | 15:47 |
*** wmarone_ has joined #maemo | 15:48 | |
ruskie | and it's not like I have a city/trekking/road bike... | 15:49 |
ruskie | no I drive around on a mountain bike | 15:49 |
ruskie | have rather chunky tires... and even that doesn't really help | 15:49 |
ruskie | and of course there's the constant issue of drivers actually NOT respecting right of way for bikes... so a crash is always an option | 15:50 |
ruskie | and carrying around quite a few tools to be able to always fix a flat is not fun as well | 15:50 |
ruskie | I might try to bike to work during the summer though... | 15:51 |
*** SmilyOrg has quit IRC | 15:51 | |
*** TheJ has joined #maemo | 15:51 | |
ruskie | but depends on the weather | 15:51 |
*** Smily has joined #maemo | 15:51 | |
ruskie | note to self: go buy yourself a bigger bik seat before actually trying to bike again... | 15:52 |
*** mva has joined #maemo | 15:52 | |
andre__ | ~seen javispedro | 15:52 |
*** muelli has joined #maemo | 15:52 | |
infobot | javispedro <~javier@Maemo/community/council/javispedro> was last seen on IRC in channel #meego, 14h 15m 8s ago, saying: 'call the fire brigade'. | 15:52 |
*** ArGGu^^ has quit IRC | 15:54 | |
*** kW_ has joined #maemo | 15:54 | |
FIQ|n900 | d # backspace backspace # | 15:55 |
FIQ|n900 | awesome way to do hold=another char | 15:55 |
FIQ|n900 | whatever | 15:55 |
* FIQ|n900 prefers keyboard repeat | 15:55 | |
*** ArGGu^^ has joined #maemo | 15:56 | |
*** tekojo has quit IRC | 15:56 | |
*** smhar has quit IRC | 15:57 | |
*** mveplus has quit IRC | 15:58 | |
*** merlin1991 has joined #maemo | 15:59 | |
*** mveplus has joined #maemo | 15:59 | |
*** merlin1991 has quit IRC | 16:00 | |
pupnik | e71 screen is more readable in sun than n900 | 16:00 |
*** scoobertron has joined #maemo | 16:00 | |
*** bigbrovar has joined #maemo | 16:02 | |
*** merlin1991 has joined #maemo | 16:03 | |
*** Tsuyo has joined #maemo | 16:09 | |
dashavoo | pupnik: but N900 screen is still more readable than most android phones I have seen =D | 16:10 |
*** hardaker has joined #maemo | 16:14 | |
*** mpoirier has joined #maemo | 16:14 | |
*** smhar has joined #maemo | 16:16 | |
*** andrunko has joined #maemo | 16:16 | |
*** Evanescence has quit IRC | 16:17 | |
dashavoo | After updating to PR1.3, did anyone find their network connection (mobile) became less reliable? | 16:17 |
haj | nu med sidevognsbevis! :) | 16:17 |
haj | sorry.. wrong chan | 16:17 |
SpeedEvil | dashavoo: no | 16:17 |
dashavoo | SpeedEvil: shame... there must be more wrong with my phone than just the broken screen and loose USB :( | 16:17 |
dashavoo | and impossible lock code ;) | 16:18 |
*** muelli has quit IRC | 16:18 | |
*** merlin_1991 has joined #maemo | 16:20 | |
SpeedEvil | dashavoo: where are you? | 16:21 |
dashavoo | SpeedEvil: UK | 16:21 |
SpeedEvil | dashavoo: Yiouhave a 2 year warranty | 16:22 |
*** mece has left #maemo | 16:22 | |
SpeedEvil | Not forthebroken screen though | 16:22 |
dashavoo | SpeedEvil: yes, but the broken screen isn't covered by that | 16:22 |
dashavoo | yeah | 16:22 |
dashavoo | I'm trying to sort that out with insurance company | 16:22 |
*** Spydemon has quit IRC | 16:23 | |
FIQ|n900 | lol... | 16:24 |
*** andre__ has quit IRC | 16:24 | |
*** SiggyF has joined #maemo | 16:24 | |
*** merlin_1991 has quit IRC | 16:24 | |
FIQ|n900 | As i don't have access to my desktop, i changed mouse settings (so i have the new active when i login locally next time) | 16:24 |
FIQ|n900 | Also, lxappearance wanted to change my mouse on my _current_ X session :P | 16:25 |
FIQ|n900 | so i got a mouse in Maemo randomly | 16:25 |
lcuk | must have been a small mouse to fit inside the n900 | 16:25 |
FIQ|n900 | Ofc it will disappear on reboot, as the settings was made only remotely - it just wanted to change it seamless but did it on wrong session | 16:26 |
FIQ|n900 | er | 16:26 |
FIQ|n900 | cursor* | 16:26 |
FIQ|n900 | happy now? :p | 16:26 |
lcuk | :D | 16:26 |
FIQ|n900 | so now i have a blue mouse inside X-chat :D | 16:27 |
*** deno has joined #maemo | 16:27 | |
deno | hi there | 16:27 |
dashavoo | Hi deno | 16:27 |
*** edisson has quit IRC | 16:28 | |
deno | do you know how could it be possible that after uninstalling a library, modifiying it and reinstalling it,the program uses the old lib? | 16:28 |
*** daxt has quit IRC | 16:28 | |
*** croppa has joined #maemo | 16:29 | |
*** daxt has joined #maemo | 16:29 | |
*** croppa has quit IRC | 16:30 | |
*** muelli has joined #maemo | 16:31 | |
dashavoo | deno: it depends on how it was compiled | 16:31 |
*** LjL has joined #maemo | 16:31 | |
deno | dashavoo, what do you mean? | 16:32 |
deno | it was compiled well | 16:32 |
deno | in scratchbox it works | 16:32 |
deno | transfering it on the phone doesn't | 16:32 |
dashavoo | deno, static vs dynamic linking | 16:33 |
dashavoo | sorry, I was going to go into more detail, but people in the office have noticed I'm not working ;) | 16:34 |
dashavoo | ciao | 16:34 |
deno | see you | 16:34 |
deno | ciao :P | 16:34 |
deno | thx anyway | 16:34 |
FIQ|n900 | huh | 16:35 |
*** anidel_ has quit IRC | 16:36 | |
FIQ|n900 | In my settings, i have a menu item, "Remove operator lock" | 16:36 |
FIQ|n900 | Why do i have it? | 16:36 |
FIQ|n900 | I didn't have it before reflash | 16:36 |
*** dos1 has joined #maemo | 16:36 | |
*** mitsutaka has joined #maemo | 16:39 | |
*** larsivi has joined #maemo | 16:41 | |
*** murrayc has quit IRC | 16:43 | |
DocScrutinizer | are you sure? | 16:43 |
*** davyg has joined #maemo | 16:43 | |
*** mirsal has quit IRC | 16:45 | |
DocScrutinizer | actually you *might* have found sth. Maybe that's one of the nowhere documented little differences between the different local version of firmware image | 16:46 |
*** Cy8aer has quit IRC | 16:46 | |
*** mitsutaka has quit IRC | 16:47 | |
*** gomiam has quit IRC | 16:50 | |
*** baryud has joined #maemo | 16:51 | |
LjL | any idea why N810 gives "Not enough memory in target location" when trying to save stuff (.debs so far) into the memory cards from MicroB? it waits a while, then it says that. "df" also takes a while before showing /media/mmc1. fsck.vfat shows no problems. i'm running the community SSU | 16:51 |
merlin1991 | X-Fade: ping | 16:52 |
Jaffa | LjL: I had that when $MYDOCSDIR was changed. | 16:53 |
X-Fade | merlin1991: pong | 16:53 |
*** ChanServ sets mode: +v infobot | 16:53 | |
LjL | Jaffa: it is currently /home/user/MyDocs... | 16:53 |
merlin1991 | Jaffa meant you handle the #maemo cloaks? | 16:53 |
*** davyg has quit IRC | 16:54 | |
*** FireFly|n900 has joined #maemo | 16:54 | |
X-Fade | merlin1991: On a good day, yes. | 16:54 |
merlin1991 | today is a bad day? | 16:54 |
DocScrutinizer | hehe | 16:54 |
Jaffa | X-Fade: 5here was a discussion about having some CSSU cloaks | 16:55 |
DocScrutinizer | as you're both online, the day might be rather good | 16:55 |
X-Fade | Jaffa: Can I deputize you to create a list? :) | 16:55 |
*** baryud has left #maemo | 16:56 | |
*** davyg has joined #maemo | 16:56 | |
*** FireFly has joined #maemo | 16:56 | |
*** scoobertron has quit IRC | 16:56 | |
DocScrutinizer | /stats p :-/ | 16:56 |
* X-Fade hands out a nice badge to Jaffa | 16:56 | |
Jaffa | Ta. :) | 16:57 |
*** chenca has quit IRC | 16:57 | |
*** aloisiojr has quit IRC | 16:57 | |
*** lmoura has quit IRC | 16:57 | |
*** renato has quit IRC | 16:57 | |
*** setanta has quit IRC | 16:57 | |
*** baryud has joined #maemo | 16:58 | |
*** setanta has joined #maemo | 16:58 | |
*** renato has joined #maemo | 16:58 | |
DocScrutinizer | this list afaik needs account details for each user applying for a cloak | 16:58 |
*** lmoura has joined #maemo | 16:58 | |
*** chenca has joined #maemo | 17:00 | |
* DocScrutinizer just wonders why CSSU needs own cloaks. Not that it matters... | 17:00 | |
*** aloisiojr has joined #maemo | 17:02 | |
*** Scorcerer has joined #maemo | 17:03 | |
*** larsivi has quit IRC | 17:03 | |
*** Noma has quit IRC | 17:04 | |
*** Dassu has quit IRC | 17:05 | |
baryud | Cloak ? | 17:07 |
*** sunny_s has quit IRC | 17:07 | |
*** GNUtoo|laptop has left #maemo | 17:08 | |
*** sunny_s has joined #maemo | 17:08 | |
*** FIQ|n900 has quit IRC | 17:09 | |
*** baryud has left #maemo | 17:10 | |
*** baryud has joined #maemo | 17:10 | |
*** TomaszD has joined #maemo | 17:13 | |
*** TomaszD has quit IRC | 17:14 | |
*** TomaszD has joined #maemo | 17:14 | |
kerio | can i get a CSSU cloak? | 17:14 |
*** mveplus has quit IRC | 17:15 | |
*** febb has quit IRC | 17:16 | |
*** kpoman has quit IRC | 17:19 | |
*** anidel has joined #maemo | 17:19 | |
dashavoo | what is a cloak? Sorry if it is a really obvious question. | 17:19 |
*** rm_work has joined #maemo | 17:19 | |
kerio | dashavoo: /whois kerio | 17:19 |
SpeedEvil | See rm_work entering the room | 17:20 |
kerio | the thing that's there instead of my hostname is a cloak | 17:20 |
rm_work | indeed | 17:20 |
SpeedEvil | It said '(03:19:52 PM) rm_work [~rm_you@216-188-248-24.dyn.grandenetworks.net] entered the room.' | 17:20 |
SpeedEvil | (03:14:04 PM) TomaszD [~tom@Maemo/community/contributor/TomaszD] entered the room. | 17:20 |
SpeedEvil | compare with | 17:20 |
rm_work | yeah how come I don't have a hostmask :P | 17:20 |
SpeedEvil | I can tell that rm_you is on (03:14:04 PM) TomaszD [~tom@Maemo/community/contributor/TomaszD] entered the room. | 17:20 |
dashavoo | kerio: aaah right | 17:20 |
SpeedEvil | And run nmap/... against him | 17:20 |
dashavoo | I always knew it as a host alias | 17:21 |
kerio | i bet TomaszD is using ipv9 | 17:21 |
TomaszD | ipv9 is old news | 17:21 |
TomaszD | I run on ipv12 | 17:21 |
kerio | ooh that's how you get that fancy hostname | 17:21 |
TomaszD | yup | 17:21 |
SpeedEvil | Interesting ports on 216-188-248-24.dyn.grandenetworks.net (216.188.248.24): | 17:21 |
SpeedEvil | Not shown: 989 closed ports ... | 17:21 |
TomaszD | I'd better have a hostmask with all these hackers around here | 17:22 |
SpeedEvil | In principle, it adds some security | 17:22 |
*** bigbrovar_ has joined #maemo | 17:22 | |
*** baryud has left #maemo | 17:22 | |
kerio | ping: cannot resolve Maemo/community/contributor/TomaszD: Unknown host ;_; | 17:22 |
DocScrutinizer | [2011-03-10 16:07:56] <DocScrutinizer> re <Jaffa> Anyone who wants a CSSU cloak, email me ---- please include a complete copy of /msg nickserv info <your_user_name> as that's the info needed for issuing a cloak --- see related IRC channel | 17:23 |
DocScrutinizer | kerio: fool, that's the whole purpose of a cloak - as the name implies | 17:24 |
*** retro|cz has joined #maemo | 17:24 | |
rm_work | :P | 17:24 |
kerio | DocScrutinizer: *wooooooooooooooosh* | 17:24 |
Khertan | it s funny ... starting WireShark make my n900 reboot when connected to usb | 17:26 |
Khertan | ... | 17:26 |
Khertan | ... | 17:26 |
Khertan | ... | 17:26 |
DocScrutinizer | duh | 17:26 |
rm_work | lol | 17:26 |
rm_work | am i going to have to rework my network security at home? :P | 17:26 |
rm_work | SpeedEvil: how many open ports did you see thar? | 17:27 |
DocScrutinizer | a full nmap can't complete in such short time | 17:28 |
Khertan | i ve rework mine this morning ... forgot the -r on shutdown ... | 17:28 |
*** mveplus has joined #maemo | 17:28 | |
*** achipa has quit IRC | 17:28 | |
*** hannesw__ has joined #maemo | 17:28 | |
*** kW_ has quit IRC | 17:28 | |
Jaffa | Hmm, AFAICT, none of the nominations for the Council have been accepted yet, have they? | 17:29 |
Khertan | 80/22/21/8080/443/389/3128 | 17:29 |
Khertan | rm_work: you have many service running :) | 17:29 |
rm_work | Yeah, 80/22/21/8080/443 sound right | 17:30 |
*** lcukn900 has joined #maemo | 17:30 | |
rm_work | 389 and 3128 i'll have to check | 17:30 |
Khertan | oups ... i whois you rm_work nickname | 17:30 |
Khertan | :) | 17:30 |
DocScrutinizer | rm_work: you know there's public services for that | 17:30 |
*** murrayc has joined #maemo | 17:31 | |
DocScrutinizer | (portscan) | 17:31 |
*** hannesw_ has quit IRC | 17:31 | |
*** Venemo has joined #maemo | 17:33 | |
DocScrutinizer | [Notice] -NickServ- Email : noemail | 17:33 |
DocScrutinizer | I doubt this will fly for a cloak | 17:33 |
rm_work | lol | 17:33 |
DocScrutinizer | there's [Notice] -NickServ- Flags : HideMail | 17:33 |
*** jrocha has quit IRC | 17:34 | |
*** mveplus has quit IRC | 17:37 | |
*** jonne has joined #maemo | 17:37 | |
*** mveplus has joined #maemo | 17:38 | |
*** chx has joined #maemo | 17:38 | |
*** TomaszD has quit IRC | 17:38 | |
DocScrutinizer | NB you need to properly config your IRC client to authenticate to nickserv *prior* to entering any channel/room, otherwise such a cloak is nonsense and doesn't help | 17:39 |
*** TheJ has quit IRC | 17:40 | |
DocScrutinizer | the recommended method for freenode is to use <username>:<password> as the server password which virtually all clients can transmit when logging in to a IRC server | 17:41 |
SpeedEvil | rm_work: 11 | 17:43 |
DocScrutinizer | lol | 17:43 |
Venemo | hi all | 17:43 |
rm_work | SpeedEvil: cool. don't hack me or i'll be sad :P | 17:44 |
SpeedEvil | :) | 17:44 |
*** chadi has joined #maemo | 17:45 | |
SpeedEvil | I only hack people to make them happy, so OK. | 17:45 |
rm_work | lolol | 17:45 |
*** merlin1991 has quit IRC | 17:45 | |
*** BCMM has joined #maemo | 17:45 | |
chadi | any hint on how it is possible to remove the "You: " in the conversations js/html/css ? | 17:45 |
*** merlin1991 has joined #maemo | 17:46 | |
*** ppenz has quit IRC | 17:47 | |
*** ale152 has joined #maemo | 17:48 | |
*** MadViking has quit IRC | 17:48 | |
*** marnanel has joined #maemo | 17:48 | |
ale152 | hello! | 17:48 |
ale152 | i'm trying to install xfoil, an engineering software, on n900 | 17:49 |
*** MadViking has joined #maemo | 17:49 | |
ale152 | for now, i'm just trying with the readme file, included in the package | 17:49 |
ale152 | now it ask me a Fortran compiler on your system | 17:49 |
ale152 | *on my system | 17:50 |
ale152 | where can i find, a fortran compiler? | 17:50 |
RST38h | f77 | 17:51 |
*** AsiQue has quit IRC | 17:52 | |
*** trupheenix has quit IRC | 17:53 | |
ale152 | apt-get install f77? | 17:53 |
ale152 | couldn't find :( | 17:53 |
crashanddie | OH NO THEY DIDN'T http://www.peugeot.com/en/innovation/engines/hdi-fap-engines.aspx | 17:54 |
crashanddie | "The FAP engine, a technical standard The HDi FAP engine provides the driver with many advantages" | 17:54 |
X-Fade | crashanddie: Well, is that worse than fapman? :) | 17:55 |
ale152 | RST38h, it can't install some dependencies | 17:55 |
*** TomaszD has joined #maemo | 17:55 | |
crashanddie | "FAP: How does it work? This first phase involves catching the soot particles in a porous, silicon carbide filter." | 17:55 |
ale152 | f2c and cpp | 17:55 |
ale152 | it says is not installable | 17:55 |
*** The_Fellow has quit IRC | 17:56 | |
ale152 | each lib i try to install, it depends to another lib, i can't install | 17:57 |
ale152 | how can i install fort77? | 17:58 |
Khertan | crashanddie: what the problem with fap ? | 17:58 |
*** The_Fellow has joined #maemo | 17:58 | |
crashanddie | "to fap" == "se branler" | 17:58 |
Khertan | ... ... | 17:58 |
Khertan | :) | 17:58 |
dashavoo | haha, look up from my work and that is what I see | 17:59 |
Khertan | seat start with the Seat Leon Fap | 17:59 |
*** MadViking has quit IRC | 17:59 | |
*** MadViking has joined #maemo | 18:00 | |
*** shamus has quit IRC | 18:00 | |
*** shamus has joined #maemo | 18:00 | |
Khertan | crashanddie: but something i notice recently is that high compression turbo is authorized in France now | 18:01 |
*** shamus has quit IRC | 18:03 | |
*** willer_ has joined #maemo | 18:03 | |
*** pupnik_ has joined #maemo | 18:06 | |
*** zap has quit IRC | 18:06 | |
*** shamus has joined #maemo | 18:07 | |
*** pupnik has quit IRC | 18:08 | |
*** kama has quit IRC | 18:16 | |
*** chx has quit IRC | 18:16 | |
*** _berto_ has quit IRC | 18:19 | |
*** jhb has quit IRC | 18:21 | |
*** FIQ|n900 has joined #maemo | 18:22 | |
*** kpoman has joined #maemo | 18:22 | |
*** Necc has joined #maemo | 18:24 | |
*** Necc has quit IRC | 18:24 | |
*** jpe has quit IRC | 18:26 | |
*** Sc0rpius has joined #maemo | 18:28 | |
*** jrocha has joined #maemo | 18:28 | |
*** MadViking has quit IRC | 18:31 | |
*** daxt has quit IRC | 18:34 | |
*** daxt has joined #maemo | 18:35 | |
*** MadViking has joined #maemo | 18:35 | |
*** chx has joined #maemo | 18:38 | |
*** FIQ|n900 has quit IRC | 18:38 | |
*** zgoldberg has joined #maemo | 18:40 | |
*** avs has joined #maemo | 18:41 | |
*** chx has quit IRC | 18:43 | |
*** kW_ has joined #maemo | 18:43 | |
*** pcacjr has joined #maemo | 18:43 | |
*** pcacjr has joined #maemo | 18:43 | |
*** drussell has quit IRC | 18:44 | |
*** jonne has quit IRC | 18:45 | |
*** sunny_s has quit IRC | 18:46 | |
*** sunny_s has joined #maemo | 18:47 | |
pupnik_ | yes dashavoo when i compare usability of screeen plus kbd, n900 is much better.. but e71 has twice thw battery life andd half the size | 18:48 |
*** zgoldberg has quit IRC | 18:49 | |
*** janfrank has quit IRC | 18:49 | |
pupnik_ | just an amazing device for the money (used) | 18:49 |
Lava_Croft | except its an e71 | 18:49 |
pupnik_ | well im chatting with it now | 18:50 |
Lava_Croft | great | 18:50 |
pupnik_ | sure it limited | 18:50 |
Lava_Croft | which is why its battery lasts so long | 18:50 |
pupnik_ | yep | 18:50 |
Lava_Croft | cant really compare the two at all | 18:50 |
Lava_Croft | i think e71 is a whole lot cheaper too | 18:51 |
Lava_Croft | but you are right, cheap nokia phones are value for money | 18:51 |
pupnik_ | oh thats why i have both now | 18:51 |
Lava_Croft | im not going to carry around two devices | 18:51 |
*** ftrvxmtrx has quit IRC | 18:51 | |
* nidO bangs head against openstack | 18:52 | |
*** amigadave has quit IRC | 18:57 | |
*** deno has quit IRC | 19:00 | |
*** tackat_ has quit IRC | 19:01 | |
*** Wikier has quit IRC | 19:02 | |
*** bigbrovar_ has quit IRC | 19:05 | |
*** hannesw__ has quit IRC | 19:06 | |
*** werlll has joined #maemo | 19:12 | |
*** niala1 has joined #maemo | 19:13 | |
*** zgoldberg has joined #maemo | 19:13 | |
*** sunny_s has quit IRC | 19:16 | |
*** sunny_s has joined #maemo | 19:17 | |
*** unixSnob has joined #maemo | 19:18 | |
*** FIQ|n900 has joined #maemo | 19:24 | |
*** PhonicUK has joined #maemo | 19:28 | |
*** PhonicUK has quit IRC | 19:29 | |
*** PhonicUK has joined #maemo | 19:29 | |
*** chenca has quit IRC | 19:30 | |
*** aloisiojr has quit IRC | 19:30 | |
*** lmoura has quit IRC | 19:30 | |
*** setanta has quit IRC | 19:30 | |
*** renato has quit IRC | 19:30 | |
*** pcacjr has quit IRC | 19:30 | |
*** aloisiojr has joined #maemo | 19:31 | |
*** pcacjr has joined #maemo | 19:32 | |
*** pcacjr has joined #maemo | 19:32 | |
*** Spydemon has joined #maemo | 19:34 | |
*** hannesw__ has joined #maemo | 19:34 | |
*** amigadave has joined #maemo | 19:34 | |
*** divan has quit IRC | 19:35 | |
*** Kuba_ has joined #maemo | 19:35 | |
*** divan has joined #maemo | 19:36 | |
*** jrocha has quit IRC | 19:37 | |
*** rcg has joined #maemo | 19:37 | |
*** amigadave has left #maemo | 19:38 | |
*** hannesw__ has quit IRC | 19:39 | |
*** lmoura has joined #maemo | 19:40 | |
*** smhar has quit IRC | 19:41 | |
*** setanta has joined #maemo | 19:42 | |
*** dneary has quit IRC | 19:42 | |
*** Kuba_ has quit IRC | 19:43 | |
*** SiggyF_ has joined #maemo | 19:44 | |
*** SiggyF has quit IRC | 19:45 | |
*** SiggyF_ is now known as SiggyF | 19:45 | |
*** habmala has joined #maemo | 19:45 | |
*** chenca has joined #maemo | 19:46 | |
*** piggz_ has joined #maemo | 19:46 | |
*** renato has joined #maemo | 19:46 | |
*** calvaris has quit IRC | 19:47 | |
*** ezisto has joined #maemo | 19:48 | |
*** jonne has joined #maemo | 19:48 | |
*** habmala has quit IRC | 19:48 | |
*** smooph has joined #maemo | 19:50 | |
*** ag0ny has quit IRC | 19:52 | |
*** mirsal has joined #maemo | 19:52 | |
*** Kuba_ has joined #maemo | 19:52 | |
*** arno0ob has quit IRC | 19:56 | |
*** chx has joined #maemo | 19:57 | |
*** MadViking has quit IRC | 19:58 | |
*** MadViking has joined #maemo | 19:58 | |
*** smhar has joined #maemo | 20:00 | |
*** daxt has quit IRC | 20:00 | |
alturiak | has anyone succeeded in installing firefox 4 on the n900? it keeps trying to download version 1.1 from the Ovi-Repository for me | 20:00 |
*** joppu has quit IRC | 20:00 | |
*** chinmaya has quit IRC | 20:02 | |
*** eMHa__ has quit IRC | 20:02 | |
*** kuuntelija has quit IRC | 20:02 | |
*** chx has quit IRC | 20:02 | |
*** sunny_s has quit IRC | 20:02 | |
*** sunny_s has joined #maemo | 20:03 | |
*** hannesw__ has joined #maemo | 20:04 | |
*** Noobmonk3y has joined #maemo | 20:04 | |
*** yigal has joined #maemo | 20:05 | |
alturiak | aha, mozilla somehow screwed up the repository, it seems... well, manual install it is then | 20:06 |
Proteous | heh | 20:07 |
*** jonne has quit IRC | 20:10 | |
*** bergie has quit IRC | 20:10 | |
*** jonne has joined #maemo | 20:11 | |
*** smooph has quit IRC | 20:11 | |
*** norayr has joined #maemo | 20:11 | |
*** zap has joined #maemo | 20:12 | |
Lava_Croft | alturiak: you mean firefox mobile? | 20:12 |
Lava_Croft | or the real firefox 4 | 20:13 |
alturiak | mobile | 20:13 |
Lava_Croft | running latest beta here | 20:13 |
alturiak | http://firefox.com/m <- that one | 20:13 |
Lava_Croft | works fine, nightlies too | 20:13 |
Lava_Croft | which version do you want | 20:13 |
Lava_Croft | 1.1 is latest | 20:13 |
*** smooph has joined #maemo | 20:13 | |
*** norayr is now known as naemo | 20:14 | |
alturiak | well, the repository they have suggest they have 4.0beta5 available for maemo | 20:14 |
Lava_Croft | eh | 20:14 |
Lava_Croft | thats desktop firefox | 20:14 |
*** ftrvxmtrx has joined #maemo | 20:14 | |
Noobmonk3y | lol | 20:14 |
Lava_Croft | works fine here, using the link from the website you just linked | 20:14 |
Lava_Croft | im using it too | 20:14 |
alturiak | because it downloads 1.1 from Ovi rather than the one the repository should have but doesn't | 20:15 |
Lava_Croft | http://ftp.mozilla.org/pub/mozilla.org/mobile/repos/1.9.2_en-US/1.9.2_en-US_nightly.install | 20:15 |
Lava_Croft | thats the nightly | 20:15 |
Lava_Croft | disable the ovi repo | 20:15 |
Lava_Croft | in app manager | 20:15 |
*** davyg has quit IRC | 20:15 | |
alturiak | http://moff.mozilla.com/latest-beta/maemo/multi/dists/fremantle/release/binary-armel/ | 20:15 |
Lava_Croft | you dont need ovi for anything anyhow | 20:15 |
alturiak | doesn't sound very desktop to me :) | 20:16 |
Lava_Croft | i think you are using the wrong repo maybe | 20:16 |
alturiak | well, it's the one linked on firefox.com/m | 20:16 |
SpeedEvil | Hmm. | 20:16 |
Lava_Croft | im using that one | 20:16 |
alturiak | granted it's not working, but still... :) | 20:16 |
Lava_Croft | via that website | 20:16 |
SpeedEvil | Bug? Share a photo, and it doesn't prompt you to come out of offline mode? | 20:16 |
alturiak | will try yours since my repo complete locks up my phone when starting firefox :) | 20:17 |
Lava_Croft | that is a nightly build, alturiak | 20:17 |
Lava_Croft | making a pic of my ff repo in ham atm | 20:17 |
alturiak | but still, it's the one they link, so they probably should fix it *g* | 20:17 |
Lava_Croft | just need slow ham to hurry up | 20:17 |
*** tarantism has joined #maemo | 20:17 | |
alturiak | disabling ovi doesn't help, btw. the repo I linked seems empty to maemo, so it just says it can't find any fennec package :) | 20:19 |
*** l13tl3_ has quit IRC | 20:20 | |
Lava_Croft | odd | 20:20 |
*** hannesw__ has quit IRC | 20:20 | |
*** davyg has joined #maemo | 20:21 | |
*** Noobmonk3y has quit IRC | 20:23 | |
yigal | hello | 20:24 |
yigal | yay irssi reconnected me to freenode | 20:24 |
*** cfreak200 has quit IRC | 20:24 | |
pcfe | irssi on N900 rocks indeed. | 20:28 |
merlin1991 | there should be an adapted quassel client for the n900, that would be awesome | 20:28 |
Lava_Croft | irssi + screen + ssh | 20:29 |
yigal | Lava_Croft: oh ya | 20:30 |
*** Kuba_ has quit IRC | 20:31 | |
*** smooph has quit IRC | 20:31 | |
yigal | merlin1991: hmm just googled quassel seems good | 20:31 |
alturiak | gm.. for some reason, my n900 won't find a firefox in the nightly repo either... | 20:31 |
Lava_Croft | alturiak: :O | 20:32 |
Lava_Croft | alturiak: using HAM? | 20:32 |
alturiak | apt-cache, HAM, fapman... | 20:32 |
alturiak | neither works | 20:32 |
Lava_Croft | bleh | 20:32 |
RST38h | http://www.blogcdn.com/www.engadget.com/media/2011/03/ink-truck-engtop.jpg | 20:33 |
*** smooph has joined #maemo | 20:33 | |
alturiak | ah wait, apt-cache shows a 1.1~b2~20110305010704, sounds right to me | 20:34 |
*** l13tl3 has joined #maemo | 20:34 | |
*** jrocha has joined #maemo | 20:36 | |
*** shanttu has quit IRC | 20:36 | |
yigal | has anyone here used usb host mode to connect to a printer and print? | 20:37 |
lcuk | RST38h, :O | 20:37 |
lcuk | are you reddy? | 20:37 |
lcuk | and don't be blue: http://www.boston.com/news/local/breaking_news/MetroPhotos03/11/ink_truck_crash_030911.jpg | 20:37 |
*** mirsal has quit IRC | 20:37 | |
lcuk | a high res version lol | 20:37 |
yigal | that's a beautiful shot | 20:38 |
lcuk | the driver was not injured! | 20:39 |
yigal | someone's not getting their package though | 20:39 |
lcuk | yeah | 20:39 |
lcuk | I wonder if they cleaned up by numbers | 20:39 |
yigal | lol | 20:39 |
yigal | glad the driver wasn't hurt though | 20:40 |
lcuk | tfa: http://www.boston.com/yourtown/news/peabody/2011/03/inky_crash_may_shut_down_ramp_1.html | 20:40 |
lcuk | yeah yigal from the pictures it looks like it | 20:40 |
naemo | trx: any news? | 20:40 |
naemo | trx: I have an idea | 20:40 |
*** bergie has joined #maemo | 20:41 | |
*** jas4711 has joined #maemo | 20:41 | |
RST38h | lcuk: whole thing looks extremely gay =) | 20:42 |
*** edisson has joined #maemo | 20:42 | |
lcuk | RST38h, perhaps | 20:44 |
yigal | RST38h: the colors you mean? | 20:44 |
lcuk | orwe now know Jackson Pollock became a truck driver. | 20:44 |
yigal | lol | 20:44 |
RST38h | yigal: yeah | 20:44 |
lcuk | "Red, blue, and yellow ink cartridges were inside the truck, but Ferson said there is no evidence the yellow ink was released. " | 20:44 |
lcuk | damn, no yellow ink | 20:44 |
*** sunny_s has quit IRC | 20:44 | |
RST38h | a pity, yes | 20:44 |
lcuk | they could have considered it a green cleanup operation | 20:44 |
yigal | it would have just been green washed though | 20:45 |
RST38h | red+blue gives you magenta, the color of insanity | 20:45 |
yigal | not a real environmental job | 20:45 |
*** sunny_s has joined #maemo | 20:45 | |
lcuk | its ok yigal the road was closed for so long until the tipex wagon arrived. | 20:45 |
yigal | lol | 20:46 |
alturiak | "E: Handler silently failed" *sighs* :) | 20:46 |
*** eMHa__ has joined #maemo | 20:46 | |
*** bigbrovar has quit IRC | 20:46 | |
MohammadAG | apt-getting something from user/hidden does that | 20:47 |
alturiak | I see | 20:47 |
alturiak | there's a higher version in user/network, though... | 20:49 |
MohammadAG | you can compile apt with --disable-hide or something (can't remember atm) | 20:49 |
* MohammadAG wonders if he should put that on the CSSU | 20:50 | |
alturiak | meh... it also fails if I explicitly select the version from user/network to be installed | 20:50 |
alturiak | I think this is the least convenient error message I've seen ;-) | 20:51 |
*** MadViking has quit IRC | 20:51 | |
*** MadViking has joined #maemo | 20:52 | |
MohammadAG | alturiak, dpkg -i this http://mohammadag.xceleo.org/public/maemo/debfiles/apt_0.7.20.2maemo13.1_0m5latest_armel.deb | 20:52 |
*** baraujo has quit IRC | 20:52 | |
*** jonne has quit IRC | 20:53 | |
*** smooph has quit IRC | 20:53 | |
*** jonne has joined #maemo | 20:53 | |
*** mece has joined #maemo | 20:53 | |
*** mc_teo has joined #maemo | 20:54 | |
*** croppa has joined #maemo | 20:54 | |
*** muelli has quit IRC | 20:56 | |
*** smooph has joined #maemo | 20:56 | |
*** cfreak200 has joined #maemo | 20:57 | |
alturiak | MohammadAG: eek, it's working | 20:57 |
*** msanchez has quit IRC | 20:57 | |
*** cfreak200 has quit IRC | 20:57 | |
alturiak | thanks | 20:57 |
MohammadAG | yw :) | 20:58 |
mece | }o | 20:59 |
mece | wtf? | 20:59 |
mece | \o Is what I mean | 20:59 |
*** federico2 has joined #maemo | 21:00 | |
*** federico2 has joined #maemo | 21:00 | |
*** jpala16 has joined #maemo | 21:00 | |
*** baraujo has joined #maemo | 21:01 | |
*** willer_ has quit IRC | 21:02 | |
alturiak | Lava_Croft: hm, that's still firefox 3.6.16, though... but unless mozilla comes up with a working version of 4.0, that's probably the best you can get right now :) | 21:02 |
*** smooph has quit IRC | 21:03 | |
*** willer_ has joined #maemo | 21:04 | |
*** murrayc has quit IRC | 21:04 | |
alturiak | still a little annoying when they promote the mobile version of 4.0 on every download-page of the desktop 4.0 :) | 21:05 |
*** smhar has quit IRC | 21:05 | |
*** smooph has joined #maemo | 21:06 | |
Lava_Croft | alturiak: that is firefox mobile | 21:06 |
Lava_Croft | alturiak: there is also a Qt build somewhere in the repo | 21:06 |
Lava_Croft | but its even worse | 21:06 |
Lava_Croft | alturiak: you are not missing out on anything tho | 21:06 |
Lava_Croft | ff mobile is a joke compared to good old microb | 21:06 |
alturiak | well, I don't really care if it's called fennec or firefox, it says it's available for maemo and they provide a) a broken repository and b) a broken package :) | 21:07 |
Lava_Croft | but its not broken | 21:07 |
Lava_Croft | since it worked fine for me | 21:07 |
Lava_Croft | via the website | 21:07 |
alturiak | I tried to install the deb, it doesn't even load properly... but maybe that really is my fault somehow :) | 21:07 |
Lava_Croft | :) | 21:08 |
Lava_Croft | both the beta and the nightlies work fine for me | 21:08 |
Lava_Croft | via their respective .install files | 21:08 |
alturiak | we're talking about the link "for Maemo - free - " on firefox.com/m, yes? | 21:08 |
Lava_Croft | yes, there is only one firefox for maemo | 21:08 |
Lava_Croft | at least official | 21:08 |
alturiak | hm... well. no idea then. I like having firefox around for the sync | 21:09 |
alturiak | and it's gotten a lot better compared to the first release :) | 21:09 |
Lava_Croft | well, its a bit slow to load up at first and it doesnt do flash | 21:09 |
Lava_Croft | that is for sure | 21:09 |
Lava_Croft | at least its usable now | 21:09 |
Lava_Croft | first releases were so bad | 21:09 |
alturiak | yeah :) | 21:09 |
*** BCMM has quit IRC | 21:10 | |
alturiak | I use opera mini for almost everything, but when I need synced data, I switch to firefox | 21:10 |
Lava_Croft | still dont think its a good thing they use the same codebase for desktop and mobile versions | 21:10 |
Lava_Croft | its so big | 21:10 |
Lava_Croft | i use microb exclusively | 21:10 |
Lava_Croft | opera should update their maemo build | 21:10 |
alturiak | I use microb for flash... only ;-) | 21:10 |
alturiak | anyway, gotta go. thanks for your advice and insights :) | 21:11 |
*** shanttu has joined #maemo | 21:11 | |
*** unixSnob has quit IRC | 21:12 | |
*** tackat has joined #maemo | 21:12 | |
Lava_Croft | goodnight | 21:13 |
*** jpala16 has quit IRC | 21:14 | |
Lava_Croft | alturiak: by the way | 21:14 |
Lava_Croft | http://ftp.mozilla.org/pub/mozilla.org/mobile/repos/trunk_en-US/ | 21:14 |
Lava_Croft | thats the qt thing | 21:14 |
*** jpala16 has joined #maemo | 21:16 | |
*** chx has joined #maemo | 21:21 | |
*** dos11 has joined #maemo | 21:21 | |
*** kwtm has quit IRC | 21:21 | |
*** dos1 has quit IRC | 21:22 | |
*** thomasjfox has joined #maemo | 21:22 | |
*** hannesw has joined #maemo | 21:24 | |
*** rysiek|pl has quit IRC | 21:27 | |
*** rysiek|pl has joined #maemo | 21:27 | |
*** setanta has quit IRC | 21:27 | |
*** kpoman_ has joined #maemo | 21:27 | |
*** kpoman has quit IRC | 21:29 | |
*** kpoman_ is now known as kpoman | 21:29 | |
*** trbs has joined #maemo | 21:30 | |
*** eichi has joined #maemo | 21:31 | |
*** chx has quit IRC | 21:32 | |
eichi | for the n900 hardware keyboard. do you write with fingernails or with the fingertip? I think, fingernail is more easy, but now i see, it demages the black colour on the keys | 21:33 |
luke-jr | type* | 21:33 |
*** isak has quit IRC | 21:33 | |
FauxFaux | How long are your thumbnails? :s I have to get into a horribly uncomfortable position to even try thumbnails. | 21:33 |
luke-jr | eichi: I type with my thumb-fronts | 21:34 |
merlin1991 | I use the fingertip, but backspace return and fn keys have lost like 50% of the black colour already :) | 21:34 |
luke-jr | why would you use tip or nail? | 21:34 |
eichi | luke-jr what else? | 21:35 |
luke-jr | front | 21:35 |
eichi | luke-jr what is "thumb-fronts" ? | 21:35 |
luke-jr | center of your fingerprint | 21:35 |
eichi | yeah okay. somethimes i try this, but its not as easy to aim every key :P | 21:36 |
eichi | with this, i make the most misstakes | 21:36 |
*** setanta has joined #maemo | 21:36 | |
*** kpoman has quit IRC | 21:37 | |
*** kpoman has joined #maemo | 21:37 | |
lolcat | I am going to take legal actions against the shop who sold me the N900! | 21:41 |
eichi | lolcat: why? | 21:42 |
rm_work | lolcat: lolwhy | 21:42 |
*** kpoman has quit IRC | 21:42 | |
lolcat | They gave me a Nokia 1208 to borrow while they fix the usb port on the N900. | 21:42 |
*** niala1 has quit IRC | 21:42 | |
*** mikhas has quit IRC | 21:42 | |
*** mavhc has quit IRC | 21:42 | |
rm_work | lol? | 21:42 |
rm_work | and? | 21:43 |
lolcat | It will take 4-5 months. But I will win! | 21:43 |
*** isak has joined #maemo | 21:43 | |
rm_work | is there a joke here i'm missing? :/ | 21:43 |
lolcat | My problem is, will they still sell N900'eds in 5 months? | 21:43 |
*** kpoman has joined #maemo | 21:43 | |
rm_work | dunno | 21:44 |
rm_work | maybe | 21:44 |
tripz0 | another usb-port bites the dust | 21:44 |
eichi | lolcat: what is "eds" ? | 21:45 |
*** mavhc has joined #maemo | 21:45 | |
*** thomasjfox has quit IRC | 21:47 | |
yigal | has anyone tried or been succesful at printing as server to a usb connected printer? | 21:48 |
yigal | anyone here, let me clarify | 21:48 |
lolcat | N900, will it be in shops in 5 months? | 21:48 |
yigal | on n900 | 21:48 |
lolcat | Or will they have N950? Will they be usable? | 21:48 |
yigal | n950 anyone's guess, right? | 21:48 |
*** paroneayea has quit IRC | 21:49 | |
*** paroneay` has joined #maemo | 21:49 | |
lolcat | Probably | 21:49 |
lolcat | This sucks... I have to win this case and get my money back | 21:50 |
kerio | haha, you won't get your money back | 21:50 |
kerio | i mean, from the store maybe | 21:50 |
lolcat | I will | 21:50 |
yigal | lolcat: you are representing yourself | 21:50 |
kerio | but i suspect you're going to lose more to the layer | 21:50 |
kerio | *lawyer | 21:50 |
yigal | ? | 21:50 |
*** BCMM has joined #maemo | 21:51 | |
yigal | friend or pro bono? | 21:51 |
lolcat | I have a legal rigth to have a phone with similar functions while they are repairing me. If they cause me a 'significant inconcinivence' I have a rigth for a refund. | 21:51 |
*** piggz_ has quit IRC | 21:51 | |
yigal | I'm not saying that you don't in theory | 21:51 |
kerio | similar functions = makes phone calls | 21:51 |
yigal | but who will defend your case in court? | 21:52 |
*** thomasjfox has joined #maemo | 21:52 | |
lolcat | kerio: No, it is a previous case where a guy got a Nokia 1100 while they where fixing his N97. He won in the court for consumer cases (hard to translate). | 21:53 |
yigal | lolcat: which country do you live in? | 21:53 |
lolcat | yigal: It won't go to a real court, and it is a consumer organisation who will help me out with that. | 21:53 |
yigal | lolcat: good to hear | 21:53 |
lolcat | yigal: Norway, or consumer rigths are crazy. | 21:53 |
yigal | lolcat: sorry to hear | 21:53 |
lolcat | They are good | 21:53 |
lolcat | But nobody follows them | 21:54 |
lolcat | 5 years warranty by law on most electronics | 21:54 |
*** mikhas has joined #maemo | 21:55 | |
*** eichi has quit IRC | 21:55 | |
*** sunny_s has quit IRC | 21:56 | |
*** sunny_s has joined #maemo | 21:57 | |
yigal | lolcat: that sounds very reasonable | 21:57 |
*** swc|666 has joined #maemo | 21:59 | |
*** lxp has joined #maemo | 21:59 | |
RST38h | Ah, another stock market crash | 22:00 |
*** kwtm has joined #maemo | 22:01 | |
*** kpoman has quit IRC | 22:01 | |
*** hannesw has quit IRC | 22:03 | |
*** chx has joined #maemo | 22:04 | |
*** avs has quit IRC | 22:06 | |
SpeedEvil | lolcat: small claims court? | 22:11 |
*** paroneay` has quit IRC | 22:11 | |
*** sq-one has joined #maemo | 22:17 | |
*** bugzy_ has joined #maemo | 22:18 | |
*** bugzy has quit IRC | 22:21 | |
*** kuuntelija has joined #maemo | 22:24 | |
*** smhar has joined #maemo | 22:27 | |
*** muelli has joined #maemo | 22:27 | |
lolcat | SpeedEvil: No, it is only for consumer cases | 22:28 |
lolcat | They can judge like a court, but they are not. They can force the retailer to comply with their decicion | 22:28 |
*** spiritd has quit IRC | 22:28 | |
lolcat | But now, 9PM I got a text from someone in said shop, telling me I could get a bether phone to borrow. So now I have wrtitten down my five favorite functions of my phone and is going to demad to get it tomorrow. | 22:29 |
*** scoobertron has joined #maemo | 22:30 | |
*** lxp has quit IRC | 22:32 | |
*** kpoman has joined #maemo | 22:33 | |
kpoman | hello ! | 22:33 |
kpoman | do someone know how to use h323 and SIP with n900 ? | 22:34 |
kpoman | there was ekiga in the past. is it available somewhere ? how to do videoconferencing with it ? | 22:35 |
kpoman | help ! thanks :p | 22:35 |
*** hannesw has joined #maemo | 22:35 | |
*** sunny_s has quit IRC | 22:36 | |
*** sunny_s has joined #maemo | 22:37 | |
*** chenca has quit IRC | 22:38 | |
*** chx has quit IRC | 22:39 | |
SpeedEvil | lolcat: Ah | 22:40 |
DocScrutinizer51 | kpoman: I created a SIP account, and selected videocall-SIP from contacts | 22:41 |
DocScrutinizer51 | alas I had no real video enabled peer to call | 22:42 |
DocScrutinizer51 | the video codec actually used in SIP gets negotiated between the two clients during SDP, there's no real sense n defining it a priori as h.323 | 22:44 |
*** divan has quit IRC | 22:45 | |
*** TheXception|off has joined #maemo | 22:47 | |
lolcat | SpeedEvil: It is a bit boring if they are nice now, I want to own them and rant about them in the press | 22:48 |
*** divan has joined #maemo | 22:48 | |
*** achipa has joined #maemo | 22:48 | |
*** achipa has joined #maemo | 22:49 | |
*** Spookje has quit IRC | 22:49 | |
*** ArGGu^^ has quit IRC | 22:50 | |
DocScrutinizer51 | kpoman: of course SIP-videocalls are available only for true SIP "numbers" | 22:50 |
kwtm | lolcat: Let's hear the Fave Five! (Tmobile USA uses that term to market the fact that you can set up 5 favourite phone numbers to call for free.) | 22:51 |
*** TheXception|off has quit IRC | 22:52 | |
DocScrutinizer51 | add something like SIP:56545689@provider.com to a contact and you can choose from SIP-chat SIP-call and SIP-videocall | 22:52 |
kwtm | My Fave Five would include vim, bash, dbus ... I don't know which other two to pick. Ssh maybe.... | 22:52 |
dangergrrl | actually they dropped my fave five | 22:53 |
kwtm | dangergrrl: ?? Did they accidentally delete your Fave Five record, or do you mean they don't offer that Fave Five feature any more? | 22:53 |
dangergrrl | they don't offer it anymore | 22:54 |
dangergrrl | only under old contracts | 22:54 |
kpoman | DocScrutinizer51: where do I find that application ? | 22:54 |
lolcat | A internet browser, keyboard, wlan, option to install third party software, gps (not agps since it sucks in the forest), and a camera. | 22:54 |
lolcat | It is quite modest | 22:54 |
DocScrutinizer51 | errr which application? | 22:54 |
kpoman | DocScrutinizer51: I mean can I call an IP with SIP ? | 22:55 |
lolcat | But with those, I can actually get some work done | 22:55 |
DocScrutinizer51 | sorry, what now? | 22:55 |
dangergrrl | i'm wanting to get voip working this month i get unlimited data :) | 22:55 |
DocScrutinizer51 | as said above | 22:55 |
DocScrutinizer51 | add something like SIP:56545689@provider.com to a contact and you can choose from SIP-chat SIP-call and SIP-videocall | 22:55 |
kpoman | DocScrutinizer51: I mean right now I am testing ekiga, both on linux and windows, putting sip:some.ip.add.ress ... is there an ekiga or something similar for n900 ? | 22:56 |
kwtm | speaking of browser ... is there a text-mode browser for maemo? Like links2 or elinks or lynx or something? | 22:56 |
*** TheXception|off has joined #maemo | 22:56 | |
kwtm | dangergrrl: Is it practical? My wife uses Skype but sometimes the connection is iffy. | 22:56 |
DocScrutinizer51 | nope, that's not a valid sip addr | 22:56 |
kpoman | DocScrutinizer51: it works with IP too, it opens port 5060 and I am able to call that machine | 22:56 |
DocScrutinizer51 | a valid sip addr is like I wrote 2 times now | 22:56 |
DocScrutinizer51 | SIP:user@URL/IP | 22:57 |
kpoman | DocScrutinizer51: at least on ekiga I am able to without users | 22:57 |
DocScrutinizer51 | then ekiga is fsckdup | 22:57 |
*** bergie has quit IRC | 22:57 | |
*** Spookje has joined #maemo | 22:58 | |
*** mc_teo has quit IRC | 22:58 | |
kpoman | DocScrutinizer51: let me see ... | 22:59 |
DocScrutinizer51 | SIP:IP is not a valid SIP addr. it's missing any user part | 22:59 |
kpoman | DocScrutinizer51: I am a bit noob, but what is the url ? | 22:59 |
DocScrutinizer51 | no provider will parse such addr correctly | 22:59 |
DocScrutinizer51 | the right side o @ | 22:59 |
dangergrrl | lcuk: a bigger issue is that it doesn't move well | 22:59 |
kpoman | DocScrutinizer51: are those online contactlists ? | 23:00 |
lcuk | dangergrrl, which? | 23:00 |
DocScrutinizer51 | errr? sorry I don't understand your questions | 23:00 |
DocScrutinizer51 | you ever opened the contacts app on N900? | 23:00 |
dangergrrl | voip | 23:01 |
kpoman | yes I did, I have it right now opened :) | 23:01 |
*** mirr0r has joined #maemo | 23:01 | |
*** divan has quit IRC | 23:01 | |
dangergrrl | if i call someone while i'm home and leave the house i have to call back from tmobile's network | 23:02 |
kpoman | DocScrutinizer51: is SIP:xxx the contact name or an additional field ? in that case, which field ? phone number ??? | 23:02 |
DocScrutinizer51 | do you see the field with label "SIP"? | 23:03 |
*** smooph has quit IRC | 23:03 | |
*** baraujo has quit IRC | 23:03 | |
dangergrrl | that's practical for me i don't really need to be on the phone while i'm riding a motorcycle anyhow :) | 23:03 |
kpoman | DocScrutinizer51: cool first time I see that field :p | 23:03 |
DocScrutinizer51 | OMG | 23:03 |
*** kthomas_vh has joined #maemo | 23:04 | |
DocScrutinizer51 | enter a *valid* SIP addr there and you can select videocalls | 23:04 |
kpoman | DocScrutinizer51: where do I create a valid SIP address ? | 23:04 |
DocScrutinizer51 | meh | 23:05 |
DocScrutinizer51 | to the birthday field of course | 23:05 |
*** thomasjfox has quit IRC | 23:05 | |
kpoman | DocScrutinizer51: I mean I saw the account setup thing. those users are created on an online directory of users ? | 23:06 |
kpoman | like it used to be on netmeeting etc.. ? | 23:06 |
*** lizardo has quit IRC | 23:06 | |
DocScrutinizer51 | the N900 isn't able to hande direct peer2peer SIP | 23:06 |
DocScrutinizer51 | only via provider aka registrar | 23:06 |
kpoman | it is related to gateway and firewall issues right ? | 23:07 |
*** kthomas_vh_ has quit IRC | 23:07 | |
DocScrutinizer51 | for ekiga that's been the ekiga servers - dunno if they still work | 23:07 |
*** tackat has quit IRC | 23:08 | |
DocScrutinizer51 | yes, firewalls are a problem for Vo80 | 23:08 |
DocScrutinizer51 | VoIP | 23:08 |
kpoman | DocScrutinizer51: what is the most common directory of users ? or do I have to install a directory server somewhere ? | 23:08 |
DocScrutinizer51 | check freeworlddialup.com | 23:08 |
DocScrutinizer51 | or sipgate.co.uk or .de | 23:09 |
kpoman | oh ok I see this page: http://www.onsip.com/onsip-articles/what-is-my-sip-address | 23:09 |
DocScrutinizer51 | or google for sip provider and click the ads | 23:09 |
lolcat | You are planing to implement dialup on the N900? | 23:10 |
kpoman | see my company just bought a tandberg videoconference system, we were able to make videoconf directly by IP. I had to add some rules to the gateway firewall but it worked fine directly by IP. it seems to support h323 and sip which, I guess, are directory services or something similar | 23:10 |
kpoman | rules for DNAT and port forwarding to the device itself | 23:11 |
kpoman | ok ekiga servers seem to work | 23:12 |
DocScrutinizer51 | kpoman: you can still use this when you register the N900 with arbitrary provider, then dial SIP:foobar@yoursystemsIP | 23:13 |
DocScrutinizer51 | the provider's server will connect N900 to the system | 23:15 |
DocScrutinizer51 | the data flows directly N900 to system | 23:15 |
kpoman | ok cool | 23:15 |
kpoman | let me create an account then for my device | 23:15 |
DocScrutinizer51 | the provider is called proxy in SIP for some reason | 23:16 |
*** werlll has quit IRC | 23:16 | |
*** smhar has quit IRC | 23:17 | |
*** javispedro has joined #maemo | 23:17 | |
*** jonne has quit IRC | 23:17 | |
DocScrutinizer51 | however not all providers allow inbound SIP connections, almost all are phone centric, so frequently user part of your sip addr is some phonenumber | 23:18 |
*** chx has joined #maemo | 23:18 | |
*** setanta has quit IRC | 23:19 | |
DocScrutinizer51 | outbound SIP (from N900 to another SIP addr) should usually work with most providers | 23:19 |
kpoman | DocScrutinizer51: ok just created the account, let me test it :) | 23:19 |
DocScrutinizer51 | most providers have a test number like 123 or 10000 or whatever, so you can check your config | 23:20 |
DocScrutinizer51 | check your providers's FAQ | 23:21 |
*** smooph has joined #maemo | 23:22 | |
lcuk | "Hello blah_isp how can I help you" | 23:22 |
lcuk | "Hi, I'd like to look at your FAQ" | 23:22 |
*** Tsuyo has quit IRC | 23:22 | |
lcuk | "Excuse me sir, I am not fat" | 23:22 |
kpoman | DocScrutinizer51: see, it is making the call, turning on the n900 camera, but when the other peer answers but the phone still thinks not answered | 23:23 |
DocScrutinizer51 | hmm, SIP signalling issue | 23:23 |
DocScrutinizer51 | might be a problem of the provider's proxy | 23:24 |
kpoman | DocScrutinizer51: something to change in the advanced settings ? | 23:24 |
DocScrutinizer51 | probably not | 23:24 |
DocScrutinizer51 | test normal call first | 23:25 |
DocScrutinizer51 | to provider's test number | 23:25 |
*** cyndis has quit IRC | 23:25 | |
DocScrutinizer51 | video calls are a bit special | 23:25 |
kpoman | ok, let me see that | 23:25 |
DocScrutinizer51 | providers are 'landline' centric. Landline doesn't know videocalls | 23:26 |
DocScrutinizer51 | so support for SIP to SIP calls is not always optimal, ven more this applies to videocalls | 23:27 |
*** crashanddie_ has joined #maemo | 23:28 | |
*** mirsal has joined #maemo | 23:28 | |
*** LjL has quit IRC | 23:28 | |
*** SiggyF has quit IRC | 23:30 | |
DocScrutinizer51 | kpoman: what system you got at your office? Does it support SIP registrar via public IP? | 23:30 |
*** jjo has quit IRC | 23:31 | |
DocScrutinizer51 | I guess not if you run it via IP only, without usernames | 23:31 |
*** onekenthomas has joined #maemo | 23:31 | |
*** sandst1 has quit IRC | 23:32 | |
*** orospakr has quit IRC | 23:32 | |
*** divan has joined #maemo | 23:32 | |
*** orospakr has joined #maemo | 23:32 | |
DocScrutinizer | aah, backscroll. I see - Tandberg | 23:33 |
kpoman | DocScrutinizer51: it is a tandberg | 23:33 |
kpoman | let me see the options | 23:34 |
*** eichi has joined #maemo | 23:34 | |
*** dneary has joined #maemo | 23:34 | |
*** ArGGu^^ has joined #maemo | 23:34 | |
*** onekenthomas has quit IRC | 23:34 | |
trumee | kpoman: not sure if i have the same issue as you, but sometimes my sip call keeps ringing eventhough the receiver party has picked up the phone | 23:35 |
*** onekenthomas has joined #maemo | 23:35 | |
DocScrutinizer | WTF, tandberg requires me to register to watch their marketing blabla | 23:35 |
kpoman | trumee: yes I am having exactly that issue right now | 23:36 |
DocScrutinizer | also "tandberg is now cisco" :-P | 23:36 |
kpoman | trumee: it keeps ringing however the phone already responded | 23:36 |
kpoman | I have options for SIP SIP Nat traversal | 23:36 |
kpoman | but I guess not linked to my problem | 23:37 |
trumee | kpoman: yes, that happens to me. My call is usually N900<>asterisk (freepbx)<> remote Linksys spa3102 ATA | 23:37 |
*** trbs has quit IRC | 23:38 | |
kpoman | DocScrutinizer: do you know how to troubleshot this ? | 23:39 |
*** korhojoa has quit IRC | 23:40 | |
*** mirr0r is now known as fiberspeed | 23:40 | |
*** edisson has quit IRC | 23:40 | |
DocScrutinizer | choose a proper provider. MAke sure you got no firewall/NAT in the way from N900 to internet - if there's a router/NAT, then open ports 5060-5063 and the RTP ports as defined in the provider settings | 23:40 |
merlin1991 | yigal: I just found out there is a working quassel client for maemo http://qt-apps.org/content/show.php/Quassel2Go?content=136828 | 23:40 |
DocScrutinizer | and disable any Application Layer Gateway in the router | 23:41 |
* trumee is waiting for his openSuSe 11.4 download to finish | 23:41 | |
DocScrutinizer | kpoman: where are you geographically? | 23:41 |
kpoman | brazil | 23:42 |
DocScrutinizer | oufff | 23:42 |
DocScrutinizer | sorry, no idea about any sip provider over there | 23:42 |
kpoman | DocScrutinizer: I connect via 3g, could connect using the phone 3g from my pc with mobile hotspot | 23:42 |
kpoman | it worked, so I guess the provider and firewall are ok for the phone | 23:42 |
DocScrutinizer | well, a failed 200 OK SIP response inbound on call accept clearly indicates there are issues with NAT | 23:43 |
DocScrutinizer | most likely with NAT | 23:44 |
DocScrutinizer | very unlikely with your local setup of N900 | 23:44 |
*** Tuco11 has joined #maemo | 23:44 | |
DocScrutinizer | your 3G provider might even block SIP on purpose | 23:45 |
*** Tuco1 has quit IRC | 23:46 | |
*** briglia has quit IRC | 23:46 | |
DocScrutinizer | that's outbound when you make a call: http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/rel_docs/sip-flo/comp2213.htm#1020468 | 23:46 |
*** jpala16 has quit IRC | 23:47 | |
*** Venemo has quit IRC | 23:47 | |
*** jonne has joined #maemo | 23:47 | |
DocScrutinizer | next ³ are the answers you should get | 23:47 |
*** dos11 has quit IRC | 23:48 | |
*** spiritd has joined #maemo | 23:48 | |
*** korhojoa has joined #maemo | 23:48 | |
*** chx has quit IRC | 23:49 | |
DocScrutinizer | § even | 23:50 |
*** chadi has quit IRC | 23:51 | |
*** Venemo has joined #maemo | 23:53 | |
*** jrocha has quit IRC | 23:53 | |
DocScrutinizer | kpoman: https://secure.sipgate.co.uk/user/reg/uk/index.php?set_country_location=BR|Brazil | 23:54 |
DocScrutinizer | NB: Important: Customers who sign up with sipgate for geographic phone numbers in the UK, must reside within the UK. | 23:55 |
*** lxp has joined #maemo | 23:55 | |
*** kpoman has quit IRC | 23:55 | |
*** Tuco11 is now known as Tuco1 | 23:56 | |
*** Tuco1 has joined #maemo | 23:56 | |
*** kpoman has joined #maemo | 23:58 | |
DocScrutinizer | http://www.voip-list.com/protocols/sip_1.html | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!