IRC log of #maemo for Sunday, 2014-03-09

*** arcean_ has quit IRC00:08
*** shentey has joined #maemo00:10
*** mvp_ has quit IRC00:19
*** arcean_ has joined #maemo00:21
CR0WJust wonder. I tried to write as root something to /sys/devices/platform/gpio-switch/proximity/state since it's writeable, but I get permission denied.00:21
ShadowJKyes, well, it's a physical input00:24
ShadowJKBut as it is gpio, general purpose input output00:24
ShadowJKyou could change it to output and then echo00:25
ShadowJKBUT00:25
ShadowJKThat would make the cpu drive the pin to your desired state. while proximity sensor attempts to drive the pin to what it thinks is true00:26
ShadowJKOne of them will die, or both00:26
CR0WShadowJK: I see.00:27
ShadowJK(or alternatively, both survive, burning enormous amounts of power)00:28
CR0WShadowJK: the device connected to this (proximity sensor) is dead, and the kernel has set it's state to closed, and disable to 1. I'm thinking if I could make applications think it's in the opposite state w/o modyfing the kernel.00:29
ShadowJK((constantly))00:29
ShadowJKProximity sensor is used by very few things00:30
CR0WBecause I'd rather have them think it reports there's nothing in proximity and lock the screen as needed.00:30
ShadowJKPersonally I'd either do LD_PRELOAD tricks to the affected apps, or hack kernel...00:30
CR0WShadowJK: it's used by the phone app, so I get screen locked when someone's calling and I have to unlock and then answer. This would be OK in my pocket, but it's happening when the phone lays onobscured on my desk.00:31
ShadowJKAs a new owner of a Jolla phone, I find your attention to detail amusing :D00:32
CR0WShadowJK: in either case, I would have to setup a dev envirioment to compile something.00:33
ShadowJKyeah :(00:34
CR0WShadowJK: not sure what does that have to do with Jolla. Anyway, I could simply flip .active_low in the kernel to the opposite, is that right?00:34
ShadowJKI would find the prxomity driver and make it return false all the tme00:35
ShadowJKbut flipping active_low sounds as fine a hack as any00:35
CR0WI don't know which file is that unfortunatelly. I found in board-rx51-peripherals.c the set-up for GPIO keys.00:36
CR0WOh damn. I'm watching the Android-N900 kernel.00:38
*** Guest32751 has quit IRC00:38
*** Guest32751 has joined #maemo00:38
*** Guest32751 is now known as FIQ00:38
*** _rd has quit IRC00:42
ShadowJKYou probably want power5200:43
Maxdamantusmaybe another alternative would be to just mount a tmpfs over /sys/devices/platform/gpio-switch/proximity/ and make a "state" file with the content "1"00:43
*** _rd has joined #maemo00:44
Maxdamantusif it's handled by mce, I think it just opens the file each time and reads it.00:45
Maxdamantusat least, when vibrating, it just opens a file in /sys and writes to it.00:45
Maxdamantuser, not "1" .. "open"00:46
*** _rd has quit IRC00:51
DocScrutinizer05CR0W: you *might* try mounting a plain file directory over the /sys/devices/platform/gpio-switch/proximity/, and have plain files in there to which you can write the state you want. We tried that for iirc magnet sensor and it worked until next boot, then stuff gone terribly haywire iirc00:51
CR0WDocScrutinizer05: What do you mean by "then stuff gone terribly haywire iirc"?00:52
DocScrutinizer05ooh Maxdamantusalready said exactly same00:52
DocScrutinizer05iirc we seen some process who used toread from that sysnode spinning busy and eating 100% cpu00:53
CR0WAnyway, I'll try that. What is the name of the phone app exec so I can kill it?00:53
DocScrutinizer05you'll notice via top ;-)00:53
CR0WOkay.00:53
DocScrutinizer05or worst case, a reboot will safe you, until you make that mount in initscripts, which is what didn't work iirc00:54
DocScrutinizer05save*00:54
DocScrutinizer05most likely though, Maxdamantus been right with his guess about mce00:54
CR0WWhat's mce?00:55
DocScrutinizer05in which case you could use your own version of mce instead of a custom patched kernel00:55
DocScrutinizer05~mce00:55
infobotMCE = Machine Check Exception.  Mode Control Entity00:55
DocScrutinizer05the latter00:55
DocScrutinizer05/etc/mce/mce.ini00:56
CR0WSo it's userland?00:56
DocScrutinizer05yep00:56
CR0WThat would be safer to modify then.00:56
DocScrutinizer05could also be kerecv00:56
DocScrutinizer05 /usr/sbin/ke-recv00:58
CR0Wrtcomm-call-ui?00:58
DocScrutinizer05maybe, but unlikely00:58
DocScrutinizer05most maemo apps use some sort of middleware00:58
CR0WDamn, it's rerun after kill.00:58
DocScrutinizer05what?mce?00:59
MaxdamantusHmm .. you tried it for the back cover magnet sensor?01:00
CR0WNo, that process I mentioned.01:00
DocScrutinizer05which process did you mention?01:00
DocScrutinizer05Maxdamantus: yep01:00
*** NIN101 has quit IRC01:00
CR0WDocScrutinizer05: the proximity sensor has open or closed in uncovered state?01:00
CR0WDocScrutinizer05: rtcomm-call-ui01:01
DocScrutinizer05open afaik01:01
MaxdamantusI think the SD device is made invisible by the kernel, so it would just prevent userspace from realising the device went missing.01:01
DocScrutinizer05yeah, rtcom-call-ui gets preloaded by hildon01:01
DocScrutinizer05it's nearly impossible to shut it down, you need to edit the .desktop file01:01
*** LauRoman|Alt has joined #maemo01:02
DocScrutinizer05Maxdamantus: I can't follow01:02
CR0WDocScrutinizer05: I mounted a tmpfs over proximity and added state and disable files with the right contents. I'll kill the process and see.01:03
DocScrutinizer05yep01:03
DocScrutinizer05don't kill such processes too often, or you'll see a reboot01:03
*** LauRoman has quit IRC01:04
CR0WDamn, it works!01:04
DocScrutinizer05until next boot. toldya01:04
CR0WSo now, I just need to add this to the init system.01:04
CR0WI don't know how it works on debian, can I get a quick guide? :)01:04
DocScrutinizer05last time adding it to sysinit caused massive trouble01:06
MaxdamantusDocScrutinizer05: in the omap_hsmmc driver, there's a omap_hsmmc_protect_card function that checks whether the cover is open.01:06
*** ZogG_laptop has quit IRC01:06
DocScrutinizer05I dunno why01:06
Maxdamantuswhich obviously doesn't work through sysfs01:06
DocScrutinizer05err yup, that too01:06
CR0WMaxdamantus: hey, thanks. So I need to change this function and rebuild the kernel to "fix" the hall sensor.01:06
DocScrutinizer05there are patched kernel modules anyway01:07
MaxdamantusCR0W: I don't know. I'm just pretty sure you need to do something like that to fix the effects of the back cover sensor.01:09
Maxdamantusbecause the effects are in the kernel, rather than in userspace.01:09
CR0WI'm guessing that sensor being broken or magnet missing is a common issue.01:09
CR0WDocScrutinizer05: is there a source for that?01:10
MaxdamantusI think there's a common fix to the magnet missing thing though: add another magnet.01:10
Maxdamantusdunno what the stand feels like without the magnet.01:10
Maxdamantusfeels nice with it, because it snaps onto the back.01:10
DocScrutinizer05Maxdamantus: (efects in kernel) both kernel and userland effects01:11
* Maxdamantus would disable the sensor anyway if he ends up using a newer kernel, because he'd also use btrfs across the SD card and eMMC.01:11
*** lbt has quit IRC01:12
DocScrutinizer05CR0W: I'm not sure about source available01:12
CR0WDocScrutinizer05: I'll figure it out, thanks.01:12
CR0WNow I know that that proxmity sensor "fix" won't do.01:12
*** lbt has joined #maemo01:13
*** lbt has quit IRC01:13
*** lbt has joined #maemo01:13
CR0WBecause when the screen is locked now, the phone app unlocks it, so I could receive a call in a pocket.01:13
DocScrutinizer05well, possibly the card had io errors while userland thought it should be available01:13
CR0WDoes that app have source available?01:13
DocScrutinizer05according to Maxdamantus reasoning01:14
DocScrutinizer05which app?01:15
CR0WThe phone call one.01:16
CR0WI would make it ignore the proximity sensor.01:16
DocScrutinizer05rtcom-call-ui. nope. and there's more than just rtcomm-call-ui to it when doing a phonecall. Not trivial to even spot what needed "fixing"01:17
DocScrutinizer05I'd honestly rather fix the hw01:18
CR0WI'm working on that.01:18
DocScrutinizer05a flex cable is pretty cheap01:19
CR0WIf the charge indicator, front camera, proximity sensor are all dead, it's most likely flex, right?01:19
DocScrutinizer05sure01:19
CR0WIt's weird the LCD works, I guess the flex is damaged in that left part only.01:19
DocScrutinizer05possible01:20
CR0WI found a "factory new original" one, but a few persons had trouble with the seller and I'm worried I'll join them.01:20
DocScrutinizer05one broken VDD or GND line may suffice to cause all those errors01:21
CR0WSo now my strategy is to buy a more broken N900 for spare parts.01:21
DocScrutinizer05that's nonsense particularly for flex cable01:21
CR0WI wonder if it's something that could be fixed by tape.01:21
DocScrutinizer05no01:21
DocScrutinizer05flex cables for N900 sources are legion on fleabay01:22
DocScrutinizer05and for a 7 bucks, your risk is manageable ;-)01:22
CR0WI'd rather not buy something from abroad, but I'll think about it.01:22
DocScrutinizer05I'd send you one of my spares, but I'm afraid I can't afford to package and pay the porto to compete with what it costs in china01:24
Maxdamantusthe thing the flex cable connects to on the motherboard is they bit you were unsure about obtaining for a while, isn't it?01:26
Maxdamantusso there are people actually manufacturing the female side, but not the male side?01:27
Maxdamantusmaybe other way around01:27
DocScrutinizer05yes01:27
DocScrutinizer05but we found that connector01:27
DocScrutinizer05also I doubt anybody is building new flex cables now01:28
MaxdamantusAh.01:28
DocScrutinizer05might even be original Nokia spare parts01:29
DocScrutinizer05though some flex come with camera fake, those for sure are mo original Nokia parts ;-)01:29
DocScrutinizer05no*01:29
DocScrutinizer05we should've started that Neo900 project a year earlier, would've made a lot of things easier for us01:30
DocScrutinizer05the connector got EOL'ed a mere 2 months before we started searching for it01:31
*** shentey has quit IRC01:32
DocScrutinizer05but we found a source that's supposed to have another 10k or maybe more on stock01:32
DocScrutinizer05so if our 1000 don't suffice...01:33
DocScrutinizer05...we will order more of them01:33
*** florian has quit IRC01:39
*** teotwaki has quit IRC01:43
*** Bernte has joined #maemo01:44
BernteAnybody knows the most up-to-date OS version number for an N900?01:46
*** sunny_s has quit IRC01:47
*** tanty has quit IRC01:50
DocScrutinizer05~pr13101:53
infobot[combined] the rootfs fiasco image of maemo. For N900 latest (PR1.3.1) see http://nds2.fds-fire.nokia.com/fdp/interface/FiRe/2011/9/--FID--A0A22MVWFVFAM/--LID--FiRe1317015685654/RX-51_2009SE_21.2011.38-1_PR_COMBINED_MR0_ARM.bin (or http://maemo.cloud-7.de/maemo5/fiasco+co/ )01:53
DocScrutinizer05aka 21.2011.38-101:53
DocScrutinizer05or simply cssu-testing-9?01:54
DocScrutinizer05~cssu01:56
infobotrumour has it, cssu is http://wiki.maemo.org/Community_SSU01:56
DocScrutinizer05Latest version: Testing(2014-01-01): 21.2011.38-1Tmaemo9.101:56
DocScrutinizer05which probably is as recent as it gets01:57
DocScrutinizer05err, as up-to-date as it gets01:57
DocScrutinizer05Bernte: ^^^01:58
DocScrutinizer05infobot: literal pr13101:58
infobot"pr131" is "<reply>see combined"01:58
DocScrutinizer05infobot: literal combined01:59
infobot"combined" is "the rootfs fiasco image of maemo. For N900 latest (PR1.3.1) see http://nds2.fds-fire.nokia.com/fdp/interface/FiRe/2011/9/--FID--A0A22MVWFVFAM/--LID--FiRe1317015685654/RX-51_2009SE_21.2011.38-1_PR_COMBINED_MR0_ARM.bin (or http://maemo.cloud-7.de/maemo5/fiasco+co/ )"01:59
DocScrutinizer05infobot: no, combined is the rootfs fiasco image of maemo. For N900 latest (PR1.3.1) see http://nds2.fds-fire.nokia.com/fdp/interface/FiRe/2011/9/--FID--A0A22MVWFVFAM/--LID--FiRe1317015685654/RX-51_2009SE_21.2011.38-1_PR_COMBINED_MR0_ARM.bin01:59
infobotDocScrutinizer05: okay01:59
DocScrutinizer05infobot: combined is also http://galif.eu/nokia/02:01
infobotokay, DocScrutinizer0502:01
* CR0W good night02:02
DocScrutinizer05n8 CR0W02:02
*** sandstorm has quit IRC02:02
*** ALoGeNo has quit IRC02:05
*** tanty has joined #maemo02:06
*** xray256 has quit IRC02:12
*** OkropNick has quit IRC02:14
*** ALoGeNo has joined #maemo02:17
*** ALoGeNo has joined #maemo02:17
*** ALoGeNo has quit IRC02:28
*** M4rtinK has quit IRC02:31
*** LauRoman|Alt has quit IRC02:39
*** ALoGeNo has joined #maemo02:41
*** ALoGeNo has joined #maemo02:41
*** sequantz has quit IRC02:50
*** arcean_ has quit IRC03:01
*** Mike11 has joined #maemo03:02
*** script has quit IRC03:04
*** drawkula has quit IRC03:07
*** drawkula has joined #maemo03:09
*** script has joined #maemo03:10
*** chem|st has quit IRC03:19
*** chem|st has joined #maemo03:20
*** Mekkis has quit IRC03:23
*** nox- has quit IRC03:24
*** Mekkis has joined #maemo03:24
*** valeriusL_ has quit IRC03:32
*** valerius has quit IRC03:33
*** valeriusL_ has joined #maemo03:46
*** valerius has joined #maemo03:47
*** tg has quit IRC03:55
*** tg has joined #maemo03:56
*** silviof1 has joined #maemo04:01
*** triggerhappy has joined #maemo04:02
*** silviof has quit IRC04:04
*** Humpelstilzchen has joined #maemo04:09
*** Defiant has quit IRC04:10
*** M4rtinK2 has quit IRC04:26
*** P0rtn1nja has quit IRC04:28
*** mschlens has joined #maemo04:51
*** mschlens_ has quit IRC04:54
*** Hurrian has joined #maemo05:07
*** RES401 has joined #maemo05:15
*** Kabouik_ has quit IRC05:31
*** Mekkis has quit IRC05:53
*** Mekkis has joined #maemo05:55
*** protem has joined #maemo05:58
*** protem has joined #maemo05:58
*** uen| has joined #maemo06:00
*** lxp1 has joined #maemo06:01
*** lxp has quit IRC06:03
*** uen has quit IRC06:04
*** uen| is now known as uen06:04
*** Gatta_Negra has quit IRC06:06
*** Gh0sty has quit IRC06:18
*** Gh0sty has joined #maemo06:20
*** Aggese has joined #maemo06:27
*** Agge has quit IRC06:27
*** Aggese is now known as Agge06:27
*** antithesis has quit IRC06:32
*** maybeArgh has quit IRC06:33
*** [BNC]antithesis has joined #maemo06:35
*** maybeArgh has joined #maemo06:36
*** emma_ has joined #maemo06:40
*** tg has quit IRC06:44
*** tg` has joined #maemo06:44
*** tg` is now known as tg06:46
*** emma has quit IRC07:00
*** emma_ is now known as emma07:00
*** totalizator_ has joined #maemo07:22
*** b1101 has quit IRC07:22
*** b1101 has joined #maemo07:22
*** FIQ has quit IRC07:22
*** FIQ has joined #maemo07:23
*** FIQ is now known as Guest8040407:23
*** totalizator has quit IRC07:24
*** Ex-Opesa has quit IRC07:24
*** Ex-Opesa has joined #maemo07:25
*** Ex-Opesa has joined #maemo07:25
*** stroh has joined #maemo07:27
*** stroh has joined #maemo07:27
*** strohalm has quit IRC07:28
*** dhbiker has quit IRC07:29
*** LauRoman has joined #maemo08:58
*** mkaindl has quit IRC09:00
*** sequantz has joined #maemo09:00
*** Mike11 has quit IRC09:02
*** mkaindl has joined #maemo09:02
*** _rd has joined #maemo09:18
*** maybeHere has joined #maemo09:26
*** _rd has quit IRC09:59
*** _rd has joined #maemo10:15
*** vakkov has joined #maemo10:17
*** hubutm20 has quit IRC10:29
*** hubutm20 has joined #maemo10:30
*** LauRoman has quit IRC10:54
*** LauRoman has joined #maemo10:57
*** NIN101 has joined #maemo11:06
*** mvp_ has joined #maemo11:07
*** sandstorm has joined #maemo11:09
*** _rd has quit IRC11:20
*** ArGGu^^ has quit IRC11:31
*** OkropNick has joined #maemo11:32
*** lbt has quit IRC11:38
*** lbt has joined #maemo11:38
*** hxka has joined #maemo11:40
*** ArGGu^^ has joined #maemo11:40
*** amizraa has quit IRC12:14
*** Gatta_Negra has joined #maemo12:22
*** Guest75806 has quit IRC12:26
*** LauRoman has quit IRC12:27
*** hxka has quit IRC12:29
*** Guest75806 has joined #maemo12:29
*** e2718 has joined #maemo12:31
*** Kabouik has joined #maemo12:32
*** SmilyOrg has joined #maemo12:32
*** hxka has joined #maemo12:34
*** Smily has quit IRC12:36
*** cgk has joined #maemo12:37
*** mvp_ has quit IRC12:44
*** cgk has quit IRC12:49
*** cgk has joined #maemo12:50
*** hxka has quit IRC12:52
*** hxka has joined #maemo12:53
*** hxka has quit IRC12:55
*** hxka_ has joined #maemo12:55
*** hxka_ has quit IRC12:59
BernteDocScrutinizer05, thanks ...13:00
*** M4rtinK2 has joined #maemo13:03
*** robotanarchy_ has joined #maemo13:05
*** Psi has quit IRC13:06
*** cityLights has quit IRC13:07
*** robotanarchy has quit IRC13:08
*** robotanarchy_ is now known as robotanarchy13:08
*** Psi has joined #maemo13:13
*** e2718 has quit IRC13:27
*** arcean has joined #maemo13:43
*** xes has joined #maemo13:51
*** netkat has quit IRC13:52
*** hxka_ has joined #maemo13:52
*** netkat has joined #maemo13:54
BernteDoes the standard N900 calendar support CalDav? Is there a way to get it working?13:58
*** hxka_ has quit IRC14:06
*** hxka_ has joined #maemo14:06
*** psycho_oreos has quit IRC14:17
*** lbt has quit IRC14:19
*** mavhk has quit IRC14:23
*** mavhk has joined #maemo14:24
*** ssvb has quit IRC14:28
*** cgk has quit IRC14:30
*** cgk has joined #maemo14:30
*** silviof1 is now known as silviof14:34
*** cgk has quit IRC14:41
*** cgk has joined #maemo14:41
*** lbt has joined #maemo14:46
*** lbt has quit IRC14:46
*** lbt has joined #maemo14:46
*** Gear__ has joined #maemo14:51
*** Gear_ has quit IRC14:53
*** Gear__ is now known as Gear_14:53
*** SmilyOrg is now known as Smily14:55
*** Gear_ has quit IRC14:56
*** cgk has quit IRC15:14
*** _rd has joined #maemo15:19
*** cgk has joined #maemo15:20
*** cgk has quit IRC15:20
*** lbt has quit IRC15:25
Maxdamantushttps://gist.github.com/Maxdamantus/0a99f264810884ada5fd feels alright in Conkeror.15:25
Maxdamantusthough it randomly segfaults with the xulrunner in Fremantle .. I think it's some xulrunner bug.15:26
Maxdamantus(conkeror does)15:26
*** psycho_oreos has joined #maemo15:26
Maxdamantusthough it seems to be held up during page loads, which doesn't happen in microb, presumably because the drag isn't in JS.15:29
*** lbt has joined #maemo15:34
*** lbt has quit IRC15:34
*** lbt has joined #maemo15:34
*** HylianSavior has quit IRC15:37
*** raccoon_ has quit IRC15:46
*** Guest80404 is now known as FIQ15:48
*** FIQ has joined #maemo15:48
*** raccoon_ has joined #maemo15:50
*** mkaindl has left #maemo15:50
*** HylianSavior has joined #maemo15:52
*** _rd has quit IRC16:03
*** Transience has joined #maemo16:23
*** Transience has quit IRC16:35
*** Transience has joined #maemo16:36
*** protem has quit IRC16:38
*** Transience_ has joined #maemo16:38
*** Transience has quit IRC16:39
*** Transience_ has quit IRC16:42
*** ssvb has joined #maemo16:42
*** Transience has joined #maemo16:42
*** totalizator_ has quit IRC16:49
*** totalizator has joined #maemo16:54
CR0WMaxdamantus: conkeror is a gecko browser working on N900?16:55
*** Transience_ has joined #maemo16:58
*** Transience has quit IRC16:58
*** Transience has joined #maemo17:16
*** Transience_ has quit IRC17:17
*** arcean_ has joined #maemo17:27
*** arcean has quit IRC17:30
*** Mike11 has joined #maemo17:32
*** M4rtinK has joined #maemo17:58
*** sandstorm has quit IRC18:06
*** Agge is now known as Guest2910318:17
*** Aggese has joined #maemo18:17
*** Guest29103 has quit IRC18:17
*** Aggese is now known as Agge18:17
*** triggerhappy has quit IRC18:57
*** mkaindl has joined #maemo18:57
*** triggerhappy has joined #maemo18:58
*** t3st3r has quit IRC19:17
*** protem has joined #maemo19:23
*** Kabouik has quit IRC19:27
*** Kabouik has joined #maemo19:29
*** mkaindl has left #maemo19:33
*** thomasjfox has joined #maemo19:37
*** _rd has joined #maemo19:53
*** rybalko has joined #maemo20:04
*** rybalko has quit IRC20:04
*** florian has joined #maemo20:10
*** fuz_ has quit IRC20:17
*** M4rtinK has quit IRC20:18
*** fuz_ has joined #maemo20:22
*** erdic has joined #maemo20:26
*** _rd has quit IRC20:28
*** M4rtinK2 has quit IRC20:31
*** mkaindl has joined #maemo20:45
*** ZogG_laptop has joined #maemo20:47
*** ZogG_laptop has quit IRC20:48
*** ZogG_laptop has joined #maemo20:48
*** mkaindl has left #maemo20:49
*** sunny_s has joined #maemo20:51
*** mkaindl has joined #maemo20:51
*** mvp_ has joined #maemo20:55
*** ZogG_laptop has quit IRC20:58
*** mkaindl has left #maemo21:00
*** ZogG_laptop has joined #maemo21:00
*** ZogG_laptop has quit IRC21:00
*** ZogG_laptop has joined #maemo21:00
*** mkaindl has joined #maemo21:01
*** mkaindl has left #maemo21:07
*** ZogG_lap1op has joined #maemo21:08
*** ZogG_laptop has quit IRC21:08
*** mkaindl has joined #maemo21:08
*** ZogG_lap1op has quit IRC21:22
*** Guest75806 has quit IRC21:24
*** _rd has joined #maemo21:25
*** Guest75806 has joined #maemo21:26
*** ZogG_laptop has joined #maemo21:29
*** ZogG_laptop has quit IRC21:29
*** ZogG_laptop has joined #maemo21:29
*** mkaindl has left #maemo21:35
*** M4rtinK2 has joined #maemo21:37
*** mvp_ has quit IRC21:39
*** ZogG_laptop has quit IRC21:39
*** tg has quit IRC21:50
*** _rd has quit IRC21:52
*** ZogG_laptop has joined #maemo21:52
*** ZogG_laptop has quit IRC21:52
*** ZogG_laptop has joined #maemo21:52
*** ced117 has quit IRC21:54
*** mickname has joined #maemo21:55
*** tolsty has joined #maemo22:00
*** ZogG_laptop has quit IRC22:01
*** bef0rd has quit IRC22:03
*** bef0rd has joined #maemo22:04
*** bef0rd has quit IRC22:08
*** ZogG_laptop has joined #maemo22:08
*** obironbo has quit IRC22:08
*** mkaindl has joined #maemo22:08
*** obironbo has joined #maemo22:09
*** valerius has quit IRC22:13
*** valeriusL_ has quit IRC22:13
*** OkropNick has quit IRC22:13
*** mkaindl has left #maemo22:19
*** _rd has joined #maemo22:20
*** valeriusL_ has joined #maemo22:27
*** M4rtinK2 has quit IRC22:28
*** valerius has joined #maemo22:29
*** mkaindl has joined #maemo22:29
*** LauRoman has joined #maemo22:33
*** mkaindl has left #maemo22:36
*** mkaindl has joined #maemo22:40
*** cgk has joined #maemo22:43
*** mkaindl has left #maemo22:58
*** mkaindl has joined #maemo23:00
*** bef0rd has joined #maemo23:08
*** doc|home has quit IRC23:09
*** mkaindl has left #maemo23:11
*** thomasjfox has quit IRC23:12
*** arcean_ is now known as arcean23:17
*** M4rtinK2 has joined #maemo23:19
*** mkaindl has joined #maemo23:24
*** lxp1 has quit IRC23:24
*** ZogG_laptop has quit IRC23:36
*** mkaindl has left #maemo23:42
*** mkaindl has joined #maemo23:47
*** tanty has quit IRC23:48
*** NIN101 has quit IRC23:59

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