*** lool has joined #maemo | 00:02 | |
*** Mike11 has joined #maemo | 00:04 | |
*** ketil_k has quit IRC | 00:07 | |
*** LauRoman|Mobile has joined #maemo | 00:07 | |
*** LauRoman|Mobile has quit IRC | 00:08 | |
*** lool has quit IRC | 00:10 | |
*** lool has joined #maemo | 00:10 | |
*** sq-one has quit IRC | 00:11 | |
*** gomiam has joined #maemo | 00:16 | |
*** croppa has joined #maemo | 00:17 | |
gomiam | hi everyone. I have tried Khwheeteur, Twimgo, Tweego, witter, and the conversations plugin to try and have Twitter available on my n900 with no success. Does any of these programs work (and I'm using them wrong)? Should I use another program? | 00:18 |
---|---|---|
Lava_Cro1t | gomiam: http://talk.maemo.org/showthread.php?t=88248 | 00:20 |
Lava_Cro1t | backport of N9 application Tweetian | 00:20 |
gomiam | thanks :-) | 00:20 |
Lava_Cro1t | :) | 00:20 |
gomiam | testing now | 00:21 |
*** BCMM has joined #maemo | 00:23 | |
*** ced117 has quit IRC | 00:28 | |
gomiam | I had forgotten to enable a few repositories, it seems (duh) | 00:29 |
*** dos1 has joined #maemo | 00:30 | |
*** WielkiTost has quit IRC | 00:31 | |
*** Lava_Croft has joined #maemo | 00:33 | |
*** Lava_Cro1t has quit IRC | 00:34 | |
*** Sysaxed has joined #maemo | 00:45 | |
*** Sysaxed has left #maemo | 00:46 | |
*** APTX has quit IRC | 00:48 | |
joga | hey, I have the finnish (scandinavian?) hw keyboard layout on my n900 and would like to play chaos strikes back on it, its config seems simple enough and has "pc scancode" mappings modified for n900 but where might I find what code corresponds to the 'Ä' button that's where the up arrow would be on US layout? | 00:50 |
joga | it's a line that says "key 1 000111 480000" where 111 is dpad up | 00:53 |
joga | hmm..guess wiki has some about it | 00:55 |
*** madalu has quit IRC | 01:02 | |
*** infobot has joined #maemo | 01:05 | |
infobot | DocScrutinizer: infobot joined! | 01:05 |
*** DocScrutinizer05 has joined #maemo | 01:05 | |
*** ChanServ sets mode: +v infobot | 01:05 | |
*** mvp_ has quit IRC | 01:06 | |
joga | wonder if there's a similar map for non-english layout around http://talk.maemo.org/showpost.php?p=1130652&postcount=3 | 01:07 |
joga | (or in some file?) | 01:08 |
joga | can't remember anymore where to look to be honest :p | 01:08 |
DocScrutinizer05 | scancodes should be always same no matter which keymapping | 01:15 |
DocScrutinizer05 | since scancodes are lowest level hw codes that are directly linked to physical location of key on kbd | 01:16 |
joga | hmm... what I'd like to do for that specific game is to tell it to use '.' for left, left arrow for down, right arrow for right and Ä for up | 01:16 |
joga | it's SDL as far as I can tell | 01:17 |
DocScrutinizer05 | no idea about SDL | 01:17 |
*** dos1 has quit IRC | 01:21 | |
*** dos1 has joined #maemo | 01:21 | |
DocScrutinizer05 | you could use xev and check "keycode" | 01:21 |
*** jon_y has quit IRC | 01:22 | |
*** jon_y has joined #maemo | 01:22 | |
joga | I tried with xev but either missed or didn't find the output I was looking for | 01:22 |
joga | I'll try again.. | 01:22 |
DocScrutinizer05 | xev shows whole x-message data, incl raw keycode which never changes | 01:22 |
gomiam | Lava_Croft: finally managed to install everything I need for tweetian... trying to log in | 01:22 |
*** dos1 has quit IRC | 01:23 | |
DocScrutinizer05 | joga: except xev seems not available on N900? :-o | 01:24 |
joga | DocScrutinizer05, I do have it actually but seems it has focus problems, my keyb input goes to the terminal I started it from | 01:24 |
DocScrutinizer05 | that's kinda normal | 01:25 |
DocScrutinizer05 | I think | 01:25 |
joga | but if I do xev|grep keycode on my pc and press keys on the white box, it shows them fine, on n900 I just get 'ä's in the terminal | 01:25 |
*** dos1 has joined #maemo | 01:25 | |
joga | tried clicking it first etc but doesn't seem to work right.. | 01:26 |
*** deafboy has quit IRC | 01:26 | |
joga | might as well try the same code, seems plausible anyway | 01:26 |
DocScrutinizer05 | well, xev on "normal" desktop opens a new window | 01:26 |
joga | yes, and I switch focus to that one to give input | 01:27 |
DocScrutinizer05 | for obvious reasons this has potential to kinda fail on hildon-desktop | 01:27 |
joga | I dunno, for me it does open a new window just like on pc | 01:27 |
*** jon_y_ has joined #maemo | 01:27 | |
joga | but maybe it fails on some non-obvious level, dunno | 01:27 |
*** thomasjfox has quit IRC | 01:28 | |
DocScrutinizer05 | actually what xev does is listening but *not* handling x-input-messages | 01:28 |
DocScrutinizer05 | so the input still gets handled as usual | 01:28 |
*** jon_y has quit IRC | 01:28 | |
DocScrutinizer05 | and will end in window which has focus | 01:28 |
*** Sysaxed has joined #maemo | 01:29 | |
DocScrutinizer05 | but also the window where you started xev shows the dump of x-message data | 01:29 |
*** Sysaxed has left #maemo | 01:29 | |
DocScrutinizer05 | usually the new window that xev opens has the focus | 01:29 |
DocScrutinizer05 | so in *this* window even mouse-events get reported | 01:30 |
*** NIN101 has quit IRC | 01:30 | |
DocScrutinizer05 | while kbd-events are x-messages that are gobal to all windows | 01:30 |
DocScrutinizer05 | so xev reports them no matter which window has focus | 01:30 |
DocScrutinizer05 | mouse-evens only get reported when they happen to/in xev new window | 01:31 |
DocScrutinizer05 | anyway check what option the readkey() or whatever function in SDL offers. There probably is either a flag "raw" or a return parameter "raw" or "keycode" | 01:32 |
joga | on n900 or in general? on my pc at least I need to focus the xev white window to get any output in terminal | 01:32 |
*** Custodian has quit IRC | 01:32 | |
DocScrutinizer05 | ooops you're right. Scrap the nonsense I told about keycodes | 01:33 |
DocScrutinizer05 | err kbd-events | 01:34 |
DocScrutinizer05 | indeed xev dumps kbd-evens only when the xev-white-win has focus | 01:34 |
*** dos1 has quit IRC | 01:37 | |
joga | ah, started easydebian's lxde and ran xev in there, works better | 01:38 |
*** dos1 has joined #maemo | 01:39 | |
joga | but yeah, codewise they should be correct then unless I'm overlooking something | 01:39 |
*** utanapischti has quit IRC | 01:40 | |
joga | though I wonder if checking for them under lxde is a bright idea or not | 01:41 |
*** dos1 has quit IRC | 01:41 | |
DocScrutinizer05 | shouldn't differ from fremantle | 01:42 |
DocScrutinizer05 | err hildon-desktop | 01:43 |
gomiam | installing tweetian requires some patience :-) (and I have to do strange things to switch out of it too) | 01:43 |
DocScrutinizer05 | joga: from backupmenu: | 01:44 |
DocScrutinizer05 | KEY=`/usr/sbin/evkey -u -t 1000 /dev/input/event1` | 01:44 |
DocScrutinizer05 | if [ -n "$KEY" ] ; then | 01:44 |
DocScrutinizer05 | if [ $KEY == 28 ]; then #enter | 01:44 |
DocScrutinizer05 | ... | 01:44 |
DocScrutinizer05 | keyToNum="16 22 4 17 19 24 20 8 14 15 - - - - 0 18 3 5 6 7 9 10 11 - - - - - 25 23 2 21 1 13 12" | 01:44 |
DocScrutinizer05 | #+16 q w e r t y u i o p a s d f g h j k l z x c v b n m | 01:44 |
*** triggerhappy has joined #maemo | 01:44 | |
*** dos1 has joined #maemo | 01:44 | |
*** eijk has quit IRC | 01:45 | |
DocScrutinizer05 | elif [ $KEY == 29 -o $KEY == 42 -o $KEY == 100 ]; then #alt, shift or control | 01:47 |
DocScrutinizer05 | true | 01:47 |
DocScrutinizer05 | else #normal characters - add key | 01:47 |
DocScrutinizer05 | from /usr/share/backupmenu/BackupMenu.item | 01:49 |
DocScrutinizer05 | should have all you need, not even any messing around with X or SDL | 01:50 |
DocScrutinizer05 | the trick is: /usr/sbin/evkey -u -t 1000 /dev/input/event1 | 01:50 |
*** OkropNick has quit IRC | 01:51 | |
*** sunny_s has quit IRC | 01:52 | |
gomiam | ok, almost done it seems: tweetian works ok, and now I need to know where to press to get back the the n900 program selection thingy :-) | 01:55 |
joga | DocScrutinizer05, thanks, just had to add a small wait there, sleep 1; echo now; evkey -u -t 1000 /dev/input/event1, because it was swallowing my enter up | 01:56 |
DocScrutinizer05 | while :; do /usr/sbin/evkey -u -t 1000 /dev/input/event1; done | 01:56 |
joga | so I got 103 for output from the Ä button, 0x67 and tried to add it to conf but doesn't seem like it works | 01:57 |
*** utanapischti has joined #maemo | 01:58 | |
LjL-Alps | i guess maybe crashing is my N900's way of telling me "no, i don't support RDS through V4L" | 01:58 |
joga | DocScrutinizer05, ye that's better, probably should make an ascii map out of this so that others don't need to bother... :) | 01:58 |
DocScrutinizer05 | it's not ASCII, it's keymap (X,Y) | 01:59 |
joga | DocScrutinizer05, I mean a post like this http://talk.maemo.org/showpost.php?p=1130652&postcount=3 | 01:59 |
DocScrutinizer05 | IOW, your Ä key is my UP key | 01:59 |
joga | hmm | 02:00 |
joga | well I wonder now if it's at all possible to get this without changing the layout | 02:01 |
joga | actually now that I looked more closely, the codes in the config file (for CSB) aren't the same as in the post above for the left/right arrow keys, so I'm just doing it wrong anyway | 02:05 |
joga | it maps UDLR as 111,112,114,113 | 02:07 |
joga | which I figured would map to the keys in the post but apparently not since that's 111,116,113,114 | 02:07 |
joga | oh, crap, hold on.. | 02:08 |
DocScrutinizer05 | the post is complete gibberish to me, nfc what it is meant to say | 02:09 |
*** dos1 has quit IRC | 02:17 | |
*** dos11 has joined #maemo | 02:17 | |
DocScrutinizer05 | here is my output of /usr/sbin/evkey -u -t 1000 /dev/input/event1 for SYM...BS; FUN..CR; Shift...RIGHT(US keymat) -- thus upper-left right then down, till lower-right: 29 16 17 18 19 20 21 22 23 24 25 51 14; 100 30 31 32 33 34 35 36 37 38 52 103 28(CR); 42(shift) 44 45 46 47 48 49 50 57(space) 105 108 106 | 02:20 |
DocScrutinizer05 | 29=ctrl, 14=backspace | 02:21 |
*** dos11 has quit IRC | 02:21 | |
DocScrutinizer05 | joga: this should be identical to yours, no matter which keymapping and which keymat you got | 02:22 |
DocScrutinizer05 | it's the raw scancodes as show up in /dev/input/event1 | 02:23 |
joga | DocScrutinizer05, so it seems, in this case I guess it's just a problem with sdl getting the arrow keys, which is not unheard of of course. I did however just find this which seems to make the layout switching at least as quick as possible http://qwerty12.qole.org/kb/ and it seems to work | 02:23 |
DocScrutinizer05 | you hardly get closer to the raw hardware | 02:24 |
joga | so for the time being I think I'll just use this since there's a couple of other games that have such probs | 02:24 |
joga | thanks for all the help again | 02:24 |
DocScrutinizer05 | direct reading from /dev/input/event1 will not give you any problems that other SDL games might have | 02:25 |
DocScrutinizer05 | it just gives you the problem of not handling focus at all | 02:25 |
DocScrutinizer05 | IOW your game will +always* see the imput from kbd when reading from /dev/input/event1, no matter if in foreground or hidden | 02:26 |
joga | the config offers two modes of input, "key" and "scan", thought at first it would just be a problem that I used "key" there, but tried it with "scan" too | 02:26 |
joga | yup now it works great :) | 02:27 |
joga | (with the applet, just reverted to default config again for csb) | 02:28 |
joga | now all I need is a magnifying glass heh | 02:28 |
gomiam | Lava_Croft: thanks for pointing me to tweetian and that tmo link. I'm able to use Twitter now. | 02:29 |
gomiam | see you all | 02:29 |
*** gomiam has left #maemo | 02:30 | |
*** gomiam has quit IRC | 02:30 | |
*** sunny_s has joined #maemo | 02:37 | |
*** Mike11 has quit IRC | 02:51 | |
*** Mekkis has quit IRC | 03:10 | |
*** jonne|reconnecte has quit IRC | 03:11 | |
*** Mekkis has joined #maemo | 03:12 | |
*** HtheB has joined #maemo | 03:16 | |
HtheB | ~seen robbiethe1st | 03:16 |
infobot | robbiethe1st <~robbiethe@50-52-47-134.cral.id.frontiernet.net> was last seen on IRC in channel #maemo, 1d 22h 23m 10s ago, saying: 'heh'. | 03:16 |
*** LauRoman has quit IRC | 03:18 | |
*** M4rtinK has quit IRC | 03:18 | |
*** at1as has quit IRC | 03:20 | |
*** Malinux has quit IRC | 03:29 | |
*** Malinux has joined #maemo | 03:31 | |
*** LjL-Alps has quit IRC | 03:40 | |
*** LjL-Alps has joined #maemo | 03:41 | |
*** BCMM has quit IRC | 03:43 | |
*** sunny_s has quit IRC | 03:43 | |
*** larrfed has joined #maemo | 03:45 | |
*** larrfed has quit IRC | 03:52 | |
*** larrfed has joined #maemo | 03:59 | |
*** piscodig has joined #maemo | 04:06 | |
*** discopig has quit IRC | 04:09 | |
*** Hurrian has quit IRC | 04:15 | |
*** HtheB has quit IRC | 04:19 | |
*** nox- has quit IRC | 04:43 | |
*** mschlens_ has joined #maemo | 04:50 | |
DrCode | hi all | 04:51 |
DrCode | I am trying to use car kit with maemo | 04:51 |
DrCode | it seems that the car ewcognize pbap but dosn't download my phonebook | 04:51 |
DrCode | I have open syslog and there is some error: osso-addressbook[1551]: GLIB WARNING ** mc-client - Unrecognized presence `online' | 04:51 |
DrCode | any idea? | 04:51 |
*** mschlens has quit IRC | 04:53 | |
*** Kilroo has quit IRC | 04:56 | |
*** jon_y_ is now known as jon_y | 04:56 | |
*** Kilroo has joined #maemo | 04:59 | |
*** Hurrian has joined #maemo | 05:02 | |
*** goldkatze has quit IRC | 05:24 | |
*** tanty has quit IRC | 05:47 | |
*** tanty has joined #maemo | 06:00 | |
DocScrutinizer05 | DrCode: http://wiki.maemo.org/Bluetooth_PBAP | 06:16 |
*** maybeArgh has joined #maemo | 06:31 | |
*** maybeWTF has quit IRC | 06:34 | |
*** ColdFyre has quit IRC | 06:46 | |
*** ColdFyre has joined #maemo | 06:47 | |
*** ssvb has joined #maemo | 07:19 | |
*** Custodian has joined #maemo | 07:45 | |
*** Sysaxed has joined #maemo | 07:49 | |
*** deafboy has joined #maemo | 08:01 | |
*** triggerhappy has quit IRC | 08:34 | |
*** triggerhappy has joined #maemo | 08:35 | |
*** LauRoman has joined #maemo | 08:51 | |
*** LjL-Alps has quit IRC | 08:57 | |
*** LjL-Alps has joined #maemo | 08:58 | |
*** croppa has quit IRC | 09:08 | |
*** croppa has joined #maemo | 09:09 | |
*** LjL-Alps has quit IRC | 09:11 | |
*** LjL-Alps has joined #maemo | 09:12 | |
*** Hurrian has quit IRC | 09:17 | |
*** dhbiker has joined #maemo | 09:25 | |
*** DrCode has quit IRC | 09:35 | |
*** DrCode has joined #maemo | 09:37 | |
*** Pali has joined #maemo | 09:49 | |
*** Hurrian has joined #maemo | 10:08 | |
*** piscodig has quit IRC | 10:27 | |
*** utanapischti has quit IRC | 10:29 | |
*** utanapischti has joined #maemo | 10:29 | |
freemangordon | ~ping | 10:30 |
infobot | ~pong | 10:30 |
*** discopig has joined #maemo | 10:33 | |
*** discopig is now known as pig | 10:39 | |
*** Pali has quit IRC | 10:41 | |
DrCode | I did | 10:54 |
DrCode | hi DocScrutinizer05 | 10:54 |
DrCode | I did install all pkgs | 10:54 |
DrCode | my car start download but say no enterys | 10:55 |
DrCode | strange | 10:55 |
*** marainein has quit IRC | 10:57 | |
*** kolp has joined #maemo | 11:06 | |
joga | DocScrutinizer05, heh now I realized the default keybindings were unusable anyway so I just circumvented the arrow key problem by remapping the movement controls to the left side of keyboard, makes much more sense that way since you need to click stuff with the other hand at the same time :) should've probably done that from the start.. | 11:06 |
Sysaxed | joga: to the left side? like wasd? | 11:11 |
joga | Sysaxed, yeah but in this case SZXC because QWER already had a function and didn't bother moving them around | 11:12 |
joga | (or actually A and D are used for turning, so ASDZXC :) | 11:13 |
Sysaxed | and, umm, how are you typing then? | 11:13 |
*** e-yes has joined #maemo | 11:13 | |
joga | Sysaxed, this is just for a game chaos strikes back, the dungeon master expansion | 11:13 |
joga | ie. no need to type really beyond naming your characters or so | 11:14 |
Sysaxed | ah ok | 11:14 |
*** triggerhappy has quit IRC | 11:14 | |
*** wmarone_ has joined #maemo | 11:17 | |
*** wmarone has quit IRC | 11:17 | |
*** eMHa_ has quit IRC | 11:19 | |
*** Sysaxed has left #maemo | 11:20 | |
*** OkropNick has joined #maemo | 11:48 | |
*** pig is now known as discopig | 11:49 | |
DocScrutinizer05 | qwertz | 11:58 |
*** Klpa has joined #maemo | 11:59 | |
DocScrutinizer05 | asdyxc | 11:59 |
DocScrutinizer05 | ;-P | 11:59 |
Klpa | can anyone link me to kp52 as here it is only kp51r1 available repository.maemo.org/extras-devel/pool/fremantle-1.3/free/k/kernel-power/ | 12:00 |
*** ced117 has joined #maemo | 12:01 | |
DocScrutinizer05 | ((should've probably done that from the start..)) prolly what you should've done is: allow user to config keymapping to her/his liking | 12:01 |
*** wiredless has joined #maemo | 12:02 | |
*** NIN101 has joined #maemo | 12:02 | |
joga | DocScrutinizer05, it does allow that, that's what I used :) wish there just was an easy remapping menu or something so one wouldn't need to do so much guesswork | 12:03 |
joga | now only problem is that it doesn't seem to be able to scale the game to fill the entire screen, so it's a bit tiny but it's more of a minor problem I guess | 12:04 |
*** shentey_ has joined #maemo | 12:04 | |
Klpa | sorry guys got it | 12:08 |
*** Klpa has left #maemo | 12:08 | |
joga | DocScrutinizer05, though actually, in this case the reason for there not being an easy menu is likely because most of the keys are actually sort of hacks, that send a mouse click to certain coordinates of the game screen, so to attack etc you don't need to click the sword icons individually, but it's not built-in to the original game itself | 12:11 |
joga | though the engine could have such a menu, would be nice ;p | 12:12 |
*** Pali has joined #maemo | 12:17 | |
*** andre__ has joined #maemo | 12:17 | |
*** APTX has joined #maemo | 12:18 | |
*** M4rtinK has joined #maemo | 12:19 | |
*** SmilyOrg has joined #maemo | 12:23 | |
*** LauRoman has quit IRC | 12:25 | |
*** Smily has quit IRC | 12:26 | |
*** LauRoman has joined #maemo | 12:27 | |
*** Sohil876 has joined #maemo | 12:30 | |
*** LauRoman has quit IRC | 12:31 | |
*** Sohil876 has left #maemo | 12:32 | |
*** japa-fi has joined #maemo | 12:39 | |
*** infobot has quit IRC | 12:45 | |
*** BCMM has joined #maemo | 12:46 | |
*** discopig is now known as pig | 12:47 | |
*** Sysaxed has joined #maemo | 12:48 | |
*** Sysaxed has left #maemo | 12:49 | |
*** LauRoman has joined #maemo | 12:50 | |
*** mvp_ has joined #maemo | 12:56 | |
*** shentey_ has quit IRC | 13:09 | |
*** ced117 has quit IRC | 13:10 | |
*** eMHa_ has joined #maemo | 13:11 | |
*** frafl has joined #maemo | 13:12 | |
*** RP_ has quit IRC | 13:12 | |
*** RP_ has joined #maemo | 13:12 | |
*** andre__ has quit IRC | 13:16 | |
*** darkschneider has quit IRC | 13:16 | |
*** e-yes has quit IRC | 13:20 | |
*** lexik has joined #maemo | 13:38 | |
DrCode | hi all | 13:40 |
DrCode | ok | 13:40 |
DrCode | it worked | 13:40 |
DrCode | I had to upgrade also bluez | 13:40 |
DrCode | to 4.99 | 13:40 |
DrCode | can I use syncevultion to backup and edit my contacts? | 13:40 |
*** croppa has quit IRC | 13:41 | |
DrCode | I don't have windows os , I am using linux | 13:41 |
*** wiredless has quit IRC | 13:44 | |
gry | hi | 13:44 |
*** arcean has joined #maemo | 13:45 | |
DrCode | syncevolution is client for sync server or somthing? | 13:49 |
gry | for syncing evolution, where evolution is a mail and calendar suite | 13:52 |
*** M4rtinK has quit IRC | 13:54 | |
*** e-yes has joined #maemo | 13:57 | |
* Lava_Croft mumbles something about a company called Google that recently launched a search engine that allows people to search the web for information | 13:58 | |
DrCode | how can I install sync evoltuin | 13:58 |
DrCode | I understand I can use syncevolution client to sync google contacts? | 13:59 |
DrCode | or I need only install Syncevolution-Frontend? | 13:59 |
*** ced117 has joined #maemo | 14:08 | |
*** RzR has quit IRC | 14:17 | |
*** goldkatze has joined #maemo | 14:18 | |
*** Sysaxed has joined #maemo | 14:25 | |
japa-fi | I have email with attachment and the sending fails prior it even gets to the point of asking password for smtpa. Where can I see what is the issue (any log somewhere)? | 14:26 |
*** Sysaxed has left #maemo | 14:26 | |
*** ToJa92 has quit IRC | 14:40 | |
*** ToJa92 has joined #maemo | 14:43 | |
*** uen| has joined #maemo | 14:44 | |
*** uen has quit IRC | 14:49 | |
*** uen| is now known as uen | 14:49 | |
*** lexik has quit IRC | 14:49 | |
*** dos11 has joined #maemo | 14:52 | |
*** lexik has joined #maemo | 14:56 | |
LjL-Alps | is there any way to tweak the accelerometer thresholds that decide when you're in portrait and when you're in landscape? because to trigger, i need to keep the phone quite unnaturally vertical | 15:22 |
*** DrCode_ has joined #maemo | 15:23 | |
*** DrCode has quit IRC | 15:23 | |
*** DrCode_ is now known as DrCode | 15:27 | |
*** arcean has quit IRC | 15:31 | |
*** marainein has joined #maemo | 15:38 | |
*** ian---- has joined #maemo | 15:43 | |
*** till- has joined #maemo | 15:43 | |
*** tcohen_ has joined #maemo | 15:44 | |
*** agomez has joined #maemo | 15:44 | |
*** r00t^home has joined #maemo | 15:45 | |
*** Luke-Jr has quit IRC | 15:45 | |
*** bef0rd_ has joined #maemo | 15:45 | |
*** Luke-Jr has joined #maemo | 15:46 | |
*** lassefax1e has joined #maemo | 15:46 | |
*** trumee_ has joined #maemo | 15:46 | |
*** ZogG_lap1op has joined #maemo | 15:47 | |
*** frafl has quit IRC | 15:50 | |
*** frafl has joined #maemo | 15:50 | |
*** ian--- has quit IRC | 15:50 | |
*** Hurrian has quit IRC | 15:50 | |
*** till has quit IRC | 15:50 | |
*** tanty has quit IRC | 15:50 | |
*** lassefaxoe has quit IRC | 15:50 | |
*** tcohen has quit IRC | 15:50 | |
*** teotwaki has quit IRC | 15:50 | |
*** bef0rd has quit IRC | 15:50 | |
*** trumee has quit IRC | 15:50 | |
*** r00t|home has quit IRC | 15:50 | |
*** ZogG_laptop has quit IRC | 15:50 | |
*** Hurrian has joined #maemo | 15:53 | |
*** cyborg-o1e has quit IRC | 15:56 | |
*** cyborg-one has joined #maemo | 15:56 | |
*** teotwaki has joined #maemo | 15:58 | |
*** MetalGearSolid has joined #maemo | 16:06 | |
DocScrutinizer05 | alas no | 16:08 |
DocScrutinizer05 | but your problem is unusual anyway. Try reboot | 16:09 |
DocScrutinizer05 | err, powercycle | 16:11 |
DocScrutinizer05 | reboot might not be enough | 16:11 |
DocScrutinizer05 | or use spirit level or similar app to check accelerometer | 16:13 |
kerio | DocScrutinizer05: infobot | 16:13 |
*** sLumPia has joined #maemo | 16:16 | |
*** frafl has quit IRC | 16:17 | |
*** MohammadAG has quit IRC | 16:19 | |
*** MohammadAG has joined #maemo | 16:22 | |
DocScrutinizer05 | eek | 16:26 |
*** infobot has joined #maemo | 16:28 | |
infobot | DocScrutinizer: infobot joined! | 16:28 |
*** ChanServ sets mode: +v infobot | 16:28 | |
DrCode | just an update | 16:36 |
DrCode | my car kit working perfect | 16:37 |
DrCode | I just update bluze and now its working | 16:37 |
DrCode | I can also use bt audio | 16:37 |
DrCode | thankyou | 16:38 |
DrCode | great phone | 16:38 |
DrCode | I also found that I can sync my contacts with syncevolution | 16:38 |
DrCode | errmming-ng for calander and syncevoltuion for contacts | 16:39 |
DrCode | now I just need offline imap for gmail | 16:39 |
*** bef0rd_ has quit IRC | 16:55 | |
*** bef0rd has joined #maemo | 16:56 | |
*** bef0rd has quit IRC | 17:00 | |
*** MetalGearSolid has quit IRC | 17:05 | |
*** dhbiker_ has joined #maemo | 17:06 | |
*** dhbiker_ has quit IRC | 17:06 | |
*** MetalGearSolid has joined #maemo | 17:06 | |
*** dhbiker has quit IRC | 17:07 | |
*** bef0rd has joined #maemo | 17:11 | |
*** DrCode has quit IRC | 17:11 | |
*** DrCode has joined #maemo | 17:13 | |
*** bef0rd has quit IRC | 17:16 | |
*** LjL-Alps has quit IRC | 17:17 | |
*** dhbiker has joined #maemo | 17:33 | |
*** lexik has quit IRC | 17:36 | |
*** Sysaxed has joined #maemo | 17:36 | |
*** Sysaxed has left #maemo | 17:37 | |
*** lexik has joined #maemo | 17:37 | |
*** arcean has joined #maemo | 17:48 | |
*** Sysaxed has joined #maemo | 17:53 | |
*** Sysaxed has left #maemo | 17:54 | |
*** NishanthMenon has joined #maemo | 18:07 | |
*** mkaindl has left #maemo | 18:25 | |
*** mvp_ has quit IRC | 18:41 | |
*** mvp_ has joined #maemo | 18:41 | |
*** mvp_ has quit IRC | 18:48 | |
*** lexik has quit IRC | 18:49 | |
*** Pali has quit IRC | 18:50 | |
*** Pali has joined #maemo | 18:53 | |
*** arcean has quit IRC | 18:58 | |
*** arcean has joined #maemo | 19:03 | |
*** sLumPia has quit IRC | 19:05 | |
*** SmilyOrg is now known as Smily | 19:09 | |
*** LauRoman has quit IRC | 19:15 | |
*** LauRoman has joined #maemo | 19:18 | |
*** miniyo has quit IRC | 19:18 | |
*** miniyo has joined #maemo | 19:21 | |
*** MetalGearSolid has quit IRC | 19:24 | |
*** NishanthMenon has quit IRC | 19:24 | |
*** FlameReaper has joined #maemo | 19:27 | |
*** cyborg-one has quit IRC | 19:27 | |
*** bef0rd has joined #maemo | 19:34 | |
*** sunny_s has joined #maemo | 19:37 | |
*** cyborg-one has joined #maemo | 19:39 | |
*** arcean has quit IRC | 19:40 | |
*** sunny_s has quit IRC | 19:43 | |
*** sunny_s has joined #maemo | 19:45 | |
*** sunny_s has quit IRC | 19:58 | |
*** sLumPia has joined #maemo | 20:05 | |
*** Xjs|moonshine has quit IRC | 20:06 | |
*** kimitake has joined #maemo | 20:06 | |
*** LjL-Alps has joined #maemo | 20:09 | |
*** kimitake is now known as kimitake_idle | 20:09 | |
*** Xjs|moonshine has joined #maemo | 20:10 | |
*** sLumPia has quit IRC | 20:11 | |
*** hubutm20 has joined #maemo | 20:11 | |
*** hubutm20 has quit IRC | 20:14 | |
*** hubutm20 has joined #maemo | 20:15 | |
*** Martix_ has quit IRC | 20:44 | |
*** ferene has joined #maemo | 20:46 | |
*** heroux has quit IRC | 20:52 | |
*** heroux has joined #maemo | 20:54 | |
*** eMHa_ has quit IRC | 20:55 | |
*** wiredless has joined #maemo | 20:55 | |
*** psycho_oreos has quit IRC | 21:14 | |
*** ferene has quit IRC | 21:15 | |
*** nox- has joined #maemo | 21:19 | |
*** wiredless has quit IRC | 21:20 | |
*** eMHa_ has joined #maemo | 21:21 | |
*** psycho_oreos has joined #maemo | 21:29 | |
*** wiredless has joined #maemo | 21:40 | |
*** wiredless has quit IRC | 21:45 | |
*** arcean has joined #maemo | 21:47 | |
*** kimitake_idle has quit IRC | 21:48 | |
*** Sysaxed has joined #maemo | 21:55 | |
*** kimitake has joined #maemo | 22:00 | |
*** kimitake is now known as kimitake_idle | 22:01 | |
*** arcean has quit IRC | 22:05 | |
*** Sysaxed has left #maemo | 22:11 | |
*** _rd has joined #maemo | 22:14 | |
*** valeriusL has quit IRC | 22:14 | |
*** valeriusL has joined #maemo | 22:14 | |
*** LauRoman has quit IRC | 22:25 | |
*** SpeedEvil has quit IRC | 22:26 | |
*** LauRoman has joined #maemo | 22:27 | |
*** Vanadis has quit IRC | 22:27 | |
*** SpeedEvil has joined #maemo | 22:31 | |
*** LauRoman has quit IRC | 22:32 | |
*** LauRoman has joined #maemo | 22:32 | |
*** _rd has quit IRC | 22:32 | |
*** LauRoman has quit IRC | 22:35 | |
*** LauRoman has joined #maemo | 22:35 | |
*** e-yes has quit IRC | 22:39 | |
*** sunny_s has joined #maemo | 22:48 | |
*** _rd has joined #maemo | 22:57 | |
*** shamus has quit IRC | 22:57 | |
*** shamus has joined #maemo | 22:57 | |
*** at1as has joined #maemo | 23:01 | |
Raimu | DrCode: Doesn't CSSU-modest have offline-imap now? | 23:02 |
*** mvp_ has joined #maemo | 23:07 | |
*** Mike11 has joined #maemo | 23:07 | |
*** Martix_ has joined #maemo | 23:09 | |
*** perlite has quit IRC | 23:10 | |
*** perlite has joined #maemo | 23:12 | |
*** ZogG_laptop has joined #maemo | 23:12 | |
*** ZogG_laptop has quit IRC | 23:12 | |
*** ZogG_laptop has joined #maemo | 23:12 | |
*** shentey has joined #maemo | 23:15 | |
*** ZogG_lap1op has quit IRC | 23:15 | |
*** FlameReaper has quit IRC | 23:16 | |
*** Pali has quit IRC | 23:19 | |
*** mvp_ has quit IRC | 23:21 | |
*** M4rtinK has joined #maemo | 23:25 | |
*** mkaindl has joined #maemo | 23:26 | |
*** mkaindl has left #maemo | 23:27 | |
*** mkaindl has joined #maemo | 23:27 | |
*** arcean has joined #maemo | 23:31 | |
*** hubutm20 has quit IRC | 23:38 | |
Trizt | Does someone have the Quassel2Go for maemo? It seem to have disappeared from the repos and online | 23:41 |
*** dhbiker has quit IRC | 23:42 | |
*** arcean has quit IRC | 23:45 | |
*** _rd has quit IRC | 23:45 | |
*** shamus has quit IRC | 23:56 | |
merlin1991 | Trizt: http://cdnm.at/~christian/maemo/quassel2go/quassel2go_0.8-pre5_armel.deb | 23:56 |
*** shamus has joined #maemo | 23:56 | |
*** Omegamoon has joined #maemo | 23:56 | |
Trizt | thanks | 23:57 |
Trizt | merlin1991: you saved me, things been a bit messy after I briked my phone | 23:57 |
*** Omegamoon has left #maemo | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!