*** arcean_ has quit IRC | 00:08 | |
*** shentey has joined #maemo | 00:10 | |
*** mvp_ has quit IRC | 00:19 | |
*** arcean_ has joined #maemo | 00:21 | |
CR0W | Just 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 |
---|---|---|
ShadowJK | yes, well, it's a physical input | 00:24 |
ShadowJK | But as it is gpio, general purpose input output | 00:24 |
ShadowJK | you could change it to output and then echo | 00:25 |
ShadowJK | BUT | 00:25 |
ShadowJK | That would make the cpu drive the pin to your desired state. while proximity sensor attempts to drive the pin to what it thinks is true | 00:26 |
ShadowJK | One of them will die, or both | 00:26 |
CR0W | ShadowJK: I see. | 00:27 |
ShadowJK | (or alternatively, both survive, burning enormous amounts of power) | 00:28 |
CR0W | ShadowJK: 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 |
ShadowJK | Proximity sensor is used by very few things | 00:30 |
CR0W | Because I'd rather have them think it reports there's nothing in proximity and lock the screen as needed. | 00:30 |
ShadowJK | Personally I'd either do LD_PRELOAD tricks to the affected apps, or hack kernel... | 00:30 |
CR0W | ShadowJK: 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 |
ShadowJK | As a new owner of a Jolla phone, I find your attention to detail amusing :D | 00:32 |
CR0W | ShadowJK: in either case, I would have to setup a dev envirioment to compile something. | 00:33 |
ShadowJK | yeah :( | 00:34 |
CR0W | ShadowJK: 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 |
ShadowJK | I would find the prxomity driver and make it return false all the tme | 00:35 |
ShadowJK | but flipping active_low sounds as fine a hack as any | 00:35 |
CR0W | I don't know which file is that unfortunatelly. I found in board-rx51-peripherals.c the set-up for GPIO keys. | 00:36 |
CR0W | Oh damn. I'm watching the Android-N900 kernel. | 00:38 |
*** Guest32751 has quit IRC | 00:38 | |
*** Guest32751 has joined #maemo | 00:38 | |
*** Guest32751 is now known as FIQ | 00:38 | |
*** _rd has quit IRC | 00:42 | |
ShadowJK | You probably want power52 | 00:43 |
Maxdamantus | maybe 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 #maemo | 00:44 | |
Maxdamantus | if it's handled by mce, I think it just opens the file each time and reads it. | 00:45 |
Maxdamantus | at least, when vibrating, it just opens a file in /sys and writes to it. | 00:45 |
Maxdamantus | er, not "1" .. "open" | 00:46 |
*** _rd has quit IRC | 00:51 | |
DocScrutinizer05 | CR0W: 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 iirc | 00:51 |
CR0W | DocScrutinizer05: What do you mean by "then stuff gone terribly haywire iirc"? | 00:52 |
DocScrutinizer05 | ooh Maxdamantusalready said exactly same | 00:52 |
DocScrutinizer05 | iirc we seen some process who used toread from that sysnode spinning busy and eating 100% cpu | 00:53 |
CR0W | Anyway, I'll try that. What is the name of the phone app exec so I can kill it? | 00:53 |
DocScrutinizer05 | you'll notice via top ;-) | 00:53 |
CR0W | Okay. | 00:53 |
DocScrutinizer05 | or worst case, a reboot will safe you, until you make that mount in initscripts, which is what didn't work iirc | 00:54 |
DocScrutinizer05 | save* | 00:54 |
DocScrutinizer05 | most likely though, Maxdamantus been right with his guess about mce | 00:54 |
CR0W | What's mce? | 00:55 |
DocScrutinizer05 | in which case you could use your own version of mce instead of a custom patched kernel | 00:55 |
DocScrutinizer05 | ~mce | 00:55 |
infobot | MCE = Machine Check Exception. Mode Control Entity | 00:55 |
DocScrutinizer05 | the latter | 00:55 |
DocScrutinizer05 | /etc/mce/mce.ini | 00:56 |
CR0W | So it's userland? | 00:56 |
DocScrutinizer05 | yep | 00:56 |
CR0W | That would be safer to modify then. | 00:56 |
DocScrutinizer05 | could also be kerecv | 00:56 |
DocScrutinizer05 | /usr/sbin/ke-recv | 00:58 |
CR0W | rtcomm-call-ui? | 00:58 |
DocScrutinizer05 | maybe, but unlikely | 00:58 |
DocScrutinizer05 | most maemo apps use some sort of middleware | 00:58 |
CR0W | Damn, it's rerun after kill. | 00:58 |
DocScrutinizer05 | what?mce? | 00:59 |
Maxdamantus | Hmm .. you tried it for the back cover magnet sensor? | 01:00 |
CR0W | No, that process I mentioned. | 01:00 |
DocScrutinizer05 | which process did you mention? | 01:00 |
DocScrutinizer05 | Maxdamantus: yep | 01:00 |
*** NIN101 has quit IRC | 01:00 | |
CR0W | DocScrutinizer05: the proximity sensor has open or closed in uncovered state? | 01:00 |
CR0W | DocScrutinizer05: rtcomm-call-ui | 01:01 |
DocScrutinizer05 | open afaik | 01:01 |
Maxdamantus | I think the SD device is made invisible by the kernel, so it would just prevent userspace from realising the device went missing. | 01:01 |
DocScrutinizer05 | yeah, rtcom-call-ui gets preloaded by hildon | 01:01 |
DocScrutinizer05 | it's nearly impossible to shut it down, you need to edit the .desktop file | 01:01 |
*** LauRoman|Alt has joined #maemo | 01:02 | |
DocScrutinizer05 | Maxdamantus: I can't follow | 01:02 |
CR0W | DocScrutinizer05: 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 |
DocScrutinizer05 | yep | 01:03 |
DocScrutinizer05 | don't kill such processes too often, or you'll see a reboot | 01:03 |
*** LauRoman has quit IRC | 01:04 | |
CR0W | Damn, it works! | 01:04 |
DocScrutinizer05 | until next boot. toldya | 01:04 |
CR0W | So now, I just need to add this to the init system. | 01:04 |
CR0W | I don't know how it works on debian, can I get a quick guide? :) | 01:04 |
DocScrutinizer05 | last time adding it to sysinit caused massive trouble | 01:06 |
Maxdamantus | DocScrutinizer05: 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 IRC | 01:06 | |
DocScrutinizer05 | I dunno why | 01:06 |
Maxdamantus | which obviously doesn't work through sysfs | 01:06 |
DocScrutinizer05 | err yup, that too | 01:06 |
CR0W | Maxdamantus: hey, thanks. So I need to change this function and rebuild the kernel to "fix" the hall sensor. | 01:06 |
DocScrutinizer05 | there are patched kernel modules anyway | 01:07 |
Maxdamantus | CR0W: 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 |
Maxdamantus | because the effects are in the kernel, rather than in userspace. | 01:09 |
CR0W | I'm guessing that sensor being broken or magnet missing is a common issue. | 01:09 |
CR0W | DocScrutinizer05: is there a source for that? | 01:10 |
Maxdamantus | I think there's a common fix to the magnet missing thing though: add another magnet. | 01:10 |
Maxdamantus | dunno what the stand feels like without the magnet. | 01:10 |
Maxdamantus | feels nice with it, because it snaps onto the back. | 01:10 |
DocScrutinizer05 | Maxdamantus: (efects in kernel) both kernel and userland effects | 01: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 IRC | 01:12 | |
DocScrutinizer05 | CR0W: I'm not sure about source available | 01:12 |
CR0W | DocScrutinizer05: I'll figure it out, thanks. | 01:12 |
CR0W | Now I know that that proxmity sensor "fix" won't do. | 01:12 |
*** lbt has joined #maemo | 01:13 | |
*** lbt has quit IRC | 01:13 | |
*** lbt has joined #maemo | 01:13 | |
CR0W | Because when the screen is locked now, the phone app unlocks it, so I could receive a call in a pocket. | 01:13 |
DocScrutinizer05 | well, possibly the card had io errors while userland thought it should be available | 01:13 |
CR0W | Does that app have source available? | 01:13 |
DocScrutinizer05 | according to Maxdamantus reasoning | 01:14 |
DocScrutinizer05 | which app? | 01:15 |
CR0W | The phone call one. | 01:16 |
CR0W | I would make it ignore the proximity sensor. | 01:16 |
DocScrutinizer05 | rtcom-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 |
DocScrutinizer05 | I'd honestly rather fix the hw | 01:18 |
CR0W | I'm working on that. | 01:18 |
DocScrutinizer05 | a flex cable is pretty cheap | 01:19 |
CR0W | If the charge indicator, front camera, proximity sensor are all dead, it's most likely flex, right? | 01:19 |
DocScrutinizer05 | sure | 01:19 |
CR0W | It's weird the LCD works, I guess the flex is damaged in that left part only. | 01:19 |
DocScrutinizer05 | possible | 01:20 |
CR0W | I 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 |
DocScrutinizer05 | one broken VDD or GND line may suffice to cause all those errors | 01:21 |
CR0W | So now my strategy is to buy a more broken N900 for spare parts. | 01:21 |
DocScrutinizer05 | that's nonsense particularly for flex cable | 01:21 |
CR0W | I wonder if it's something that could be fixed by tape. | 01:21 |
DocScrutinizer05 | no | 01:21 |
DocScrutinizer05 | flex cables for N900 sources are legion on fleabay | 01:22 |
DocScrutinizer05 | and for a 7 bucks, your risk is manageable ;-) | 01:22 |
CR0W | I'd rather not buy something from abroad, but I'll think about it. | 01:22 |
DocScrutinizer05 | I'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 china | 01:24 |
Maxdamantus | the 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 |
Maxdamantus | so there are people actually manufacturing the female side, but not the male side? | 01:27 |
Maxdamantus | maybe other way around | 01:27 |
DocScrutinizer05 | yes | 01:27 |
DocScrutinizer05 | but we found that connector | 01:27 |
DocScrutinizer05 | also I doubt anybody is building new flex cables now | 01:28 |
Maxdamantus | Ah. | 01:28 |
DocScrutinizer05 | might even be original Nokia spare parts | 01:29 |
DocScrutinizer05 | though some flex come with camera fake, those for sure are mo original Nokia parts ;-) | 01:29 |
DocScrutinizer05 | no* | 01:29 |
DocScrutinizer05 | we should've started that Neo900 project a year earlier, would've made a lot of things easier for us | 01:30 |
DocScrutinizer05 | the connector got EOL'ed a mere 2 months before we started searching for it | 01:31 |
*** shentey has quit IRC | 01:32 | |
DocScrutinizer05 | but we found a source that's supposed to have another 10k or maybe more on stock | 01:32 |
DocScrutinizer05 | so if our 1000 don't suffice... | 01:33 |
DocScrutinizer05 | ...we will order more of them | 01:33 |
*** florian has quit IRC | 01:39 | |
*** teotwaki has quit IRC | 01:43 | |
*** Bernte has joined #maemo | 01:44 | |
Bernte | Anybody knows the most up-to-date OS version number for an N900? | 01:46 |
*** sunny_s has quit IRC | 01:47 | |
*** tanty has quit IRC | 01:50 | |
DocScrutinizer05 | ~pr131 | 01: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 |
DocScrutinizer05 | aka 21.2011.38-1 | 01:53 |
DocScrutinizer05 | or simply cssu-testing-9? | 01:54 |
DocScrutinizer05 | ~cssu | 01:56 |
infobot | rumour has it, cssu is http://wiki.maemo.org/Community_SSU | 01:56 |
DocScrutinizer05 | Latest version: Testing(2014-01-01): 21.2011.38-1Tmaemo9.1 | 01:56 |
DocScrutinizer05 | which probably is as recent as it gets | 01:57 |
DocScrutinizer05 | err, as up-to-date as it gets | 01:57 |
DocScrutinizer05 | Bernte: ^^^ | 01:58 |
DocScrutinizer05 | infobot: literal pr131 | 01:58 |
infobot | "pr131" is "<reply>see combined" | 01:58 |
DocScrutinizer05 | infobot: literal combined | 01: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 |
DocScrutinizer05 | infobot: 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.bin | 01:59 |
infobot | DocScrutinizer05: okay | 01:59 |
DocScrutinizer05 | infobot: combined is also http://galif.eu/nokia/ | 02:01 |
infobot | okay, DocScrutinizer05 | 02:01 |
* CR0W good night | 02:02 | |
DocScrutinizer05 | n8 CR0W | 02:02 |
*** sandstorm has quit IRC | 02:02 | |
*** ALoGeNo has quit IRC | 02:05 | |
*** tanty has joined #maemo | 02:06 | |
*** xray256 has quit IRC | 02:12 | |
*** OkropNick has quit IRC | 02:14 | |
*** ALoGeNo has joined #maemo | 02:17 | |
*** ALoGeNo has joined #maemo | 02:17 | |
*** ALoGeNo has quit IRC | 02:28 | |
*** M4rtinK has quit IRC | 02:31 | |
*** LauRoman|Alt has quit IRC | 02:39 | |
*** ALoGeNo has joined #maemo | 02:41 | |
*** ALoGeNo has joined #maemo | 02:41 | |
*** sequantz has quit IRC | 02:50 | |
*** arcean_ has quit IRC | 03:01 | |
*** Mike11 has joined #maemo | 03:02 | |
*** script has quit IRC | 03:04 | |
*** drawkula has quit IRC | 03:07 | |
*** drawkula has joined #maemo | 03:09 | |
*** script has joined #maemo | 03:10 | |
*** chem|st has quit IRC | 03:19 | |
*** chem|st has joined #maemo | 03:20 | |
*** Mekkis has quit IRC | 03:23 | |
*** nox- has quit IRC | 03:24 | |
*** Mekkis has joined #maemo | 03:24 | |
*** valeriusL_ has quit IRC | 03:32 | |
*** valerius has quit IRC | 03:33 | |
*** valeriusL_ has joined #maemo | 03:46 | |
*** valerius has joined #maemo | 03:47 | |
*** tg has quit IRC | 03:55 | |
*** tg has joined #maemo | 03:56 | |
*** silviof1 has joined #maemo | 04:01 | |
*** triggerhappy has joined #maemo | 04:02 | |
*** silviof has quit IRC | 04:04 | |
*** Humpelstilzchen has joined #maemo | 04:09 | |
*** Defiant has quit IRC | 04:10 | |
*** M4rtinK2 has quit IRC | 04:26 | |
*** P0rtn1nja has quit IRC | 04:28 | |
*** mschlens has joined #maemo | 04:51 | |
*** mschlens_ has quit IRC | 04:54 | |
*** Hurrian has joined #maemo | 05:07 | |
*** RES401 has joined #maemo | 05:15 | |
*** Kabouik_ has quit IRC | 05:31 | |
*** Mekkis has quit IRC | 05:53 | |
*** Mekkis has joined #maemo | 05:55 | |
*** protem has joined #maemo | 05:58 | |
*** protem has joined #maemo | 05:58 | |
*** uen| has joined #maemo | 06:00 | |
*** lxp1 has joined #maemo | 06:01 | |
*** lxp has quit IRC | 06:03 | |
*** uen has quit IRC | 06:04 | |
*** uen| is now known as uen | 06:04 | |
*** Gatta_Negra has quit IRC | 06:06 | |
*** Gh0sty has quit IRC | 06:18 | |
*** Gh0sty has joined #maemo | 06:20 | |
*** Aggese has joined #maemo | 06:27 | |
*** Agge has quit IRC | 06:27 | |
*** Aggese is now known as Agge | 06:27 | |
*** antithesis has quit IRC | 06:32 | |
*** maybeArgh has quit IRC | 06:33 | |
*** [BNC]antithesis has joined #maemo | 06:35 | |
*** maybeArgh has joined #maemo | 06:36 | |
*** emma_ has joined #maemo | 06:40 | |
*** tg has quit IRC | 06:44 | |
*** tg` has joined #maemo | 06:44 | |
*** tg` is now known as tg | 06:46 | |
*** emma has quit IRC | 07:00 | |
*** emma_ is now known as emma | 07:00 | |
*** totalizator_ has joined #maemo | 07:22 | |
*** b1101 has quit IRC | 07:22 | |
*** b1101 has joined #maemo | 07:22 | |
*** FIQ has quit IRC | 07:22 | |
*** FIQ has joined #maemo | 07:23 | |
*** FIQ is now known as Guest80404 | 07:23 | |
*** totalizator has quit IRC | 07:24 | |
*** Ex-Opesa has quit IRC | 07:24 | |
*** Ex-Opesa has joined #maemo | 07:25 | |
*** Ex-Opesa has joined #maemo | 07:25 | |
*** stroh has joined #maemo | 07:27 | |
*** stroh has joined #maemo | 07:27 | |
*** strohalm has quit IRC | 07:28 | |
*** dhbiker has quit IRC | 07:29 | |
*** LauRoman has joined #maemo | 08:58 | |
*** mkaindl has quit IRC | 09:00 | |
*** sequantz has joined #maemo | 09:00 | |
*** Mike11 has quit IRC | 09:02 | |
*** mkaindl has joined #maemo | 09:02 | |
*** _rd has joined #maemo | 09:18 | |
*** maybeHere has joined #maemo | 09:26 | |
*** _rd has quit IRC | 09:59 | |
*** _rd has joined #maemo | 10:15 | |
*** vakkov has joined #maemo | 10:17 | |
*** hubutm20 has quit IRC | 10:29 | |
*** hubutm20 has joined #maemo | 10:30 | |
*** LauRoman has quit IRC | 10:54 | |
*** LauRoman has joined #maemo | 10:57 | |
*** NIN101 has joined #maemo | 11:06 | |
*** mvp_ has joined #maemo | 11:07 | |
*** sandstorm has joined #maemo | 11:09 | |
*** _rd has quit IRC | 11:20 | |
*** ArGGu^^ has quit IRC | 11:31 | |
*** OkropNick has joined #maemo | 11:32 | |
*** lbt has quit IRC | 11:38 | |
*** lbt has joined #maemo | 11:38 | |
*** hxka has joined #maemo | 11:40 | |
*** ArGGu^^ has joined #maemo | 11:40 | |
*** amizraa has quit IRC | 12:14 | |
*** Gatta_Negra has joined #maemo | 12:22 | |
*** Guest75806 has quit IRC | 12:26 | |
*** LauRoman has quit IRC | 12:27 | |
*** hxka has quit IRC | 12:29 | |
*** Guest75806 has joined #maemo | 12:29 | |
*** e2718 has joined #maemo | 12:31 | |
*** Kabouik has joined #maemo | 12:32 | |
*** SmilyOrg has joined #maemo | 12:32 | |
*** hxka has joined #maemo | 12:34 | |
*** Smily has quit IRC | 12:36 | |
*** cgk has joined #maemo | 12:37 | |
*** mvp_ has quit IRC | 12:44 | |
*** cgk has quit IRC | 12:49 | |
*** cgk has joined #maemo | 12:50 | |
*** hxka has quit IRC | 12:52 | |
*** hxka has joined #maemo | 12:53 | |
*** hxka has quit IRC | 12:55 | |
*** hxka_ has joined #maemo | 12:55 | |
*** hxka_ has quit IRC | 12:59 | |
Bernte | DocScrutinizer05, thanks ... | 13:00 |
*** M4rtinK2 has joined #maemo | 13:03 | |
*** robotanarchy_ has joined #maemo | 13:05 | |
*** Psi has quit IRC | 13:06 | |
*** cityLights has quit IRC | 13:07 | |
*** robotanarchy has quit IRC | 13:08 | |
*** robotanarchy_ is now known as robotanarchy | 13:08 | |
*** Psi has joined #maemo | 13:13 | |
*** e2718 has quit IRC | 13:27 | |
*** arcean has joined #maemo | 13:43 | |
*** xes has joined #maemo | 13:51 | |
*** netkat has quit IRC | 13:52 | |
*** hxka_ has joined #maemo | 13:52 | |
*** netkat has joined #maemo | 13:54 | |
Bernte | Does the standard N900 calendar support CalDav? Is there a way to get it working? | 13:58 |
*** hxka_ has quit IRC | 14:06 | |
*** hxka_ has joined #maemo | 14:06 | |
*** psycho_oreos has quit IRC | 14:17 | |
*** lbt has quit IRC | 14:19 | |
*** mavhk has quit IRC | 14:23 | |
*** mavhk has joined #maemo | 14:24 | |
*** ssvb has quit IRC | 14:28 | |
*** cgk has quit IRC | 14:30 | |
*** cgk has joined #maemo | 14:30 | |
*** silviof1 is now known as silviof | 14:34 | |
*** cgk has quit IRC | 14:41 | |
*** cgk has joined #maemo | 14:41 | |
*** lbt has joined #maemo | 14:46 | |
*** lbt has quit IRC | 14:46 | |
*** lbt has joined #maemo | 14:46 | |
*** Gear__ has joined #maemo | 14:51 | |
*** Gear_ has quit IRC | 14:53 | |
*** Gear__ is now known as Gear_ | 14:53 | |
*** SmilyOrg is now known as Smily | 14:55 | |
*** Gear_ has quit IRC | 14:56 | |
*** cgk has quit IRC | 15:14 | |
*** _rd has joined #maemo | 15:19 | |
*** cgk has joined #maemo | 15:20 | |
*** cgk has quit IRC | 15:20 | |
*** lbt has quit IRC | 15:25 | |
Maxdamantus | https://gist.github.com/Maxdamantus/0a99f264810884ada5fd feels alright in Conkeror. | 15:25 |
Maxdamantus | though 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 #maemo | 15:26 | |
Maxdamantus | though 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 #maemo | 15:34 | |
*** lbt has quit IRC | 15:34 | |
*** lbt has joined #maemo | 15:34 | |
*** HylianSavior has quit IRC | 15:37 | |
*** raccoon_ has quit IRC | 15:46 | |
*** Guest80404 is now known as FIQ | 15:48 | |
*** FIQ has joined #maemo | 15:48 | |
*** raccoon_ has joined #maemo | 15:50 | |
*** mkaindl has left #maemo | 15:50 | |
*** HylianSavior has joined #maemo | 15:52 | |
*** _rd has quit IRC | 16:03 | |
*** Transience has joined #maemo | 16:23 | |
*** Transience has quit IRC | 16:35 | |
*** Transience has joined #maemo | 16:36 | |
*** protem has quit IRC | 16:38 | |
*** Transience_ has joined #maemo | 16:38 | |
*** Transience has quit IRC | 16:39 | |
*** Transience_ has quit IRC | 16:42 | |
*** ssvb has joined #maemo | 16:42 | |
*** Transience has joined #maemo | 16:42 | |
*** totalizator_ has quit IRC | 16:49 | |
*** totalizator has joined #maemo | 16:54 | |
CR0W | Maxdamantus: conkeror is a gecko browser working on N900? | 16:55 |
*** Transience_ has joined #maemo | 16:58 | |
*** Transience has quit IRC | 16:58 | |
*** Transience has joined #maemo | 17:16 | |
*** Transience_ has quit IRC | 17:17 | |
*** arcean_ has joined #maemo | 17:27 | |
*** arcean has quit IRC | 17:30 | |
*** Mike11 has joined #maemo | 17:32 | |
*** M4rtinK has joined #maemo | 17:58 | |
*** sandstorm has quit IRC | 18:06 | |
*** Agge is now known as Guest29103 | 18:17 | |
*** Aggese has joined #maemo | 18:17 | |
*** Guest29103 has quit IRC | 18:17 | |
*** Aggese is now known as Agge | 18:17 | |
*** triggerhappy has quit IRC | 18:57 | |
*** mkaindl has joined #maemo | 18:57 | |
*** triggerhappy has joined #maemo | 18:58 | |
*** t3st3r has quit IRC | 19:17 | |
*** protem has joined #maemo | 19:23 | |
*** Kabouik has quit IRC | 19:27 | |
*** Kabouik has joined #maemo | 19:29 | |
*** mkaindl has left #maemo | 19:33 | |
*** thomasjfox has joined #maemo | 19:37 | |
*** _rd has joined #maemo | 19:53 | |
*** rybalko has joined #maemo | 20:04 | |
*** rybalko has quit IRC | 20:04 | |
*** florian has joined #maemo | 20:10 | |
*** fuz_ has quit IRC | 20:17 | |
*** M4rtinK has quit IRC | 20:18 | |
*** fuz_ has joined #maemo | 20:22 | |
*** erdic has joined #maemo | 20:26 | |
*** _rd has quit IRC | 20:28 | |
*** M4rtinK2 has quit IRC | 20:31 | |
*** mkaindl has joined #maemo | 20:45 | |
*** ZogG_laptop has joined #maemo | 20:47 | |
*** ZogG_laptop has quit IRC | 20:48 | |
*** ZogG_laptop has joined #maemo | 20:48 | |
*** mkaindl has left #maemo | 20:49 | |
*** sunny_s has joined #maemo | 20:51 | |
*** mkaindl has joined #maemo | 20:51 | |
*** mvp_ has joined #maemo | 20:55 | |
*** ZogG_laptop has quit IRC | 20:58 | |
*** mkaindl has left #maemo | 21:00 | |
*** ZogG_laptop has joined #maemo | 21:00 | |
*** ZogG_laptop has quit IRC | 21:00 | |
*** ZogG_laptop has joined #maemo | 21:00 | |
*** mkaindl has joined #maemo | 21:01 | |
*** mkaindl has left #maemo | 21:07 | |
*** ZogG_lap1op has joined #maemo | 21:08 | |
*** ZogG_laptop has quit IRC | 21:08 | |
*** mkaindl has joined #maemo | 21:08 | |
*** ZogG_lap1op has quit IRC | 21:22 | |
*** Guest75806 has quit IRC | 21:24 | |
*** _rd has joined #maemo | 21:25 | |
*** Guest75806 has joined #maemo | 21:26 | |
*** ZogG_laptop has joined #maemo | 21:29 | |
*** ZogG_laptop has quit IRC | 21:29 | |
*** ZogG_laptop has joined #maemo | 21:29 | |
*** mkaindl has left #maemo | 21:35 | |
*** M4rtinK2 has joined #maemo | 21:37 | |
*** mvp_ has quit IRC | 21:39 | |
*** ZogG_laptop has quit IRC | 21:39 | |
*** tg has quit IRC | 21:50 | |
*** _rd has quit IRC | 21:52 | |
*** ZogG_laptop has joined #maemo | 21:52 | |
*** ZogG_laptop has quit IRC | 21:52 | |
*** ZogG_laptop has joined #maemo | 21:52 | |
*** ced117 has quit IRC | 21:54 | |
*** mickname has joined #maemo | 21:55 | |
*** tolsty has joined #maemo | 22:00 | |
*** ZogG_laptop has quit IRC | 22:01 | |
*** bef0rd has quit IRC | 22:03 | |
*** bef0rd has joined #maemo | 22:04 | |
*** bef0rd has quit IRC | 22:08 | |
*** ZogG_laptop has joined #maemo | 22:08 | |
*** obironbo has quit IRC | 22:08 | |
*** mkaindl has joined #maemo | 22:08 | |
*** obironbo has joined #maemo | 22:09 | |
*** valerius has quit IRC | 22:13 | |
*** valeriusL_ has quit IRC | 22:13 | |
*** OkropNick has quit IRC | 22:13 | |
*** mkaindl has left #maemo | 22:19 | |
*** _rd has joined #maemo | 22:20 | |
*** valeriusL_ has joined #maemo | 22:27 | |
*** M4rtinK2 has quit IRC | 22:28 | |
*** valerius has joined #maemo | 22:29 | |
*** mkaindl has joined #maemo | 22:29 | |
*** LauRoman has joined #maemo | 22:33 | |
*** mkaindl has left #maemo | 22:36 | |
*** mkaindl has joined #maemo | 22:40 | |
*** cgk has joined #maemo | 22:43 | |
*** mkaindl has left #maemo | 22:58 | |
*** mkaindl has joined #maemo | 23:00 | |
*** bef0rd has joined #maemo | 23:08 | |
*** doc|home has quit IRC | 23:09 | |
*** mkaindl has left #maemo | 23:11 | |
*** thomasjfox has quit IRC | 23:12 | |
*** arcean_ is now known as arcean | 23:17 | |
*** M4rtinK2 has joined #maemo | 23:19 | |
*** mkaindl has joined #maemo | 23:24 | |
*** lxp1 has quit IRC | 23:24 | |
*** ZogG_laptop has quit IRC | 23:36 | |
*** mkaindl has left #maemo | 23:42 | |
*** mkaindl has joined #maemo | 23:47 | |
*** tanty has quit IRC | 23:48 | |
*** NIN101 has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!