| *** sq-one has quit IRC | 00:02 | |
| *** louisdk has quit IRC | 00:11 | |
| *** lizardo has quit IRC | 00:27 | |
| *** troulouliou_dev has joined #maemo | 00:36 | |
| *** NIN101 has quit IRC | 00:47 | |
| DocScrutinizer05 | what I suggested: check your plugs | 00:54 | 
|---|---|---|
| *** mhlavink has quit IRC | 00:55 | |
| *** mhlavink has joined #maemo | 00:55 | |
| *** ToJa92 has quit IRC | 01:05 | |
| *** ToJa92 has joined #maemo | 01:07 | |
| *** kolp has quit IRC | 01:08 | |
| *** janemba has quit IRC | 01:12 | |
| *** janemba has joined #maemo | 01:13 | |
| *** M4rtinK has joined #maemo | 01:17 | |
| *** janemba has quit IRC | 01:22 | |
| *** janemba has joined #maemo | 01:22 | |
| *** janemba has quit IRC | 01:25 | |
| *** florian has quit IRC | 01:27 | |
| *** janemba has joined #maemo | 01:27 | |
| *** janemba has quit IRC | 01:29 | |
| *** janemba has joined #maemo | 01:32 | |
| *** phlixi has quit IRC | 01:41 | |
| *** wizbit has quit IRC | 01:41 | |
| *** Kilroo has quit IRC | 02:01 | |
| *** Kilroo has joined #maemo | 02:13 | |
| *** bugzy has quit IRC | 02:15 | |
| *** FIQ has quit IRC | 02:18 | |
| *** FIQ has joined #maemo | 02:18 | |
| *** FIQ is now known as Guest50426 | 02:19 | |
| *** amizraa4 has quit IRC | 02:19 | |
| *** Guest50426 has quit IRC | 02:19 | |
| *** Guest50426 has joined #maemo | 02:19 | |
| *** Guest50426 is now known as FIQ | 02:19 | |
| *** amizraa4 has joined #maemo | 02:20 | |
| *** maybeWTF has joined #maemo | 02:23 | |
| *** xes has joined #maemo | 02:25 | |
| *** maybeHere has quit IRC | 02:25 | |
| *** hxka has quit IRC | 02:26 | |
| *** M4rtinK has quit IRC | 02:30 | |
| DocScrutinizer05 | somebody with an idea about dpkg, apt-get, and HAM. Could you please have a look at http://privatepaste.com/8531db652f and tell me why it throws error? | 02:35 | 
| DocScrutinizer05 | nevermind! could somebody PLEASE NUKE SHITTYBOX?! | 02:35 | 
| DocScrutinizer05 | ~ $ ls -l /usr/sbin/docpurge | 02:36 | 
| DocScrutinizer05 | lrwxrwxrwx 1 root root 9 Jan 30 06:40 /usr/sbin/docpurge -> /bin/true | 02:36 | 
| DocScrutinizer05 | ~ $ ls -l /bin/true | 02:36 | 
| DocScrutinizer05 | lrwxrwxrwx 1 root root 7 Sep 11 2012 /bin/true -> busybox | 02:36 | 
| DocScrutinizer05 | ~ $ /usr/sbin/docpurge | 02:36 | 
| DocScrutinizer05 | docpurge: applet not found | 02:36 | 
| DocScrutinizer05 | ~ $ | 02:36 | 
| infobot | i heard $ is a dollar sign | 02:36 | 
| DocScrutinizer05 | grrrrr! | 02:36 | 
| *** arcean_ has quit IRC | 02:37 | |
| *** remarc has quit IRC | 02:39 | |
| DocScrutinizer05 | honestly, busybox is the worst broken piece of crap I seen since I quit with windows | 02:41 | 
| xes | applet not found == hello there! i'm busybox and i'm makng a fool out of you... ;) | 02:41 | 
| DocScrutinizer05 | xes: exactly | 02:43 | 
| Maxdamantus | Wonder if it'd be better not to make all of them symlinks. | 02:43 | 
| DocScrutinizer05 | I CBA to even check POSIX if a symlink should work like the target it links to. I'm sure that's an inevitable BUG in crappybox | 02:44 | 
| Maxdamantus | It should work like that. | 02:44 | 
| Maxdamantus | The problem is that busybox switches on argv[0] | 02:44 | 
| DocScrutinizer05 | yes, I know | 02:44 | 
| Maxdamantus | if you run the program as `/usr/sbin/docpurge`, argv[0] is going to be /usr/sbin/docpurge | 02:45 | 
| DocScrutinizer05 | that's why I say "inevitable" | 02:45 | 
| Maxdamantus | it's only inevitable because it's using symlinks. | 02:46 | 
| Maxdamantus | it could instead use scripts of the form: | 02:46 | 
| Maxdamantus | #!/bin/sh | 02:46 | 
| Maxdamantus | exec busybox true "$@" | 02:47 | 
| Maxdamantus | except for sh, which will use #!/bin/busybox sh | 02:47 | 
| xes | to describe busybox, you could read the git changelog: http://git.busybox.net/busybox/log/ ...Considering that it should manage system tasks, it's pure fear. | 02:56 | 
| DocScrutinizer05 | Maxdamantus: axtually thanks for the script blueprint, I've been considering sth like this to "fix" this can of bullshit to work with my other fix for docpurge | 03:23 | 
| DocScrutinizer05 | but actually it seems I'm prolly better off (and smarter) by just deleting /usr/sbin/docpurge all together | 03:24 | 
| DocScrutinizer05 | or replace it with a 0-liner 0-byte file with +x | 03:25 | 
| DocScrutinizer05 | worst case witj a 1-liner: #!/bin/sh | 03:27 | 
| DocScrutinizer05 | libbb/obscure.c ??? WTF? | 03:28 | 
| DocScrutinizer05 | fix a thinko - HAHA | 03:32 | 
| DocScrutinizer05 | xes: incredible! | 03:33 | 
| DocScrutinizer05 | shuf: improve help textshuf: trim help text --- cooool | 03:34 | 
| xes | DocScrutinizer05: would you assign important tasks to an embedded device running busybox? ;) | 03:37 | 
| DocScrutinizer05 | s/fear/horror and loathing/ | 03:37 | 
| DocScrutinizer05 | xes: I definitely shouldn't | 03:37 | 
| Maxdamantus | Hm. Can the menu thing that pops up as you plug in USB be disabled easily? | 03:39 | 
| DocScrutinizer05 | I think yes, it can | 03:47 | 
| DocScrutinizer05 | in HARM there's something to select "always just charge", or "always PC-Suite" in settings. I think sth similar exists for fremantle | 03:48 | 
| DocScrutinizer05 | maybe as package in extras(-*) | 03:48 | 
| *** goldkatze has quit IRC | 04:01 | |
| DocScrutinizer05 | xes: alas busybox seems to be on all routers I use | 04:02 | 
| DocScrutinizer05 | I'm just happy that it usually doesn't do much after booting up the router gear | 04:03 | 
| *** mschlens has quit IRC | 04:07 | |
| xes | for sure it gives a minimalist environment... but any script could give unpredictable surprises since anyone uses as reference the standard gnu commands syntax and NOT the busybox limited functions | 04:08 | 
| *** mschlens has joined #maemo | 04:08 | |
| Maxdamantus | Hm. Is the image verification in the maemo talk search broken? | 04:13 | 
| Maxdamantus | Ah, nvm. | 04:14 | 
| Maxdamantus | might've been because I had the IP address as the host. | 04:14 | 
| * Maxdamantus wonders why those addresses turn up in Google. | 04:14 | |
| *** troulouliou_dev has quit IRC | 04:17 | |
| *** dos1 has quit IRC | 04:19 | |
| xes | Maxdamantus: search works also pointing at the IP address | 04:24 | 
| Maxdamantus | xes: the captcha does? | 04:31 | 
| Maxdamantus | Dunno if the captcha appears when logged in. | 04:31 | 
| Maxdamantus | Hm. What is actually different in maemo's x11 input system? | 04:35 | 
| Maxdamantus | ie, why doesn't xev work? | 04:36 | 
| Maxdamantus | or, probably related, mupdf. | 04:36 | 
| Maxdamantus | Hmm .. http://qwerty12.qole.org/xev.diff | 04:37 | 
| Maxdamantus | Cool, applied the same thing to mupdf and that works now. | 04:49 | 
| *** uen| has joined #maemo | 04:54 | |
| *** Milhouse has joined #maemo | 04:57 | |
| *** uen has quit IRC | 04:57 | |
| *** uen| is now known as uen | 04:57 | |
| *** LauRoman has joined #maemo | 04:58 | |
| *** janemba has quit IRC | 04:59 | |
| *** janemba has joined #maemo | 05:00 | |
| *** silviof1 has joined #maemo | 05:01 | |
| *** janemba has quit IRC | 05:02 | |
| *** silviof has quit IRC | 05:04 | |
| *** janemba has joined #maemo | 05:05 | |
| *** RiD has quit IRC | 05:06 | |
| *** yosafbridge has quit IRC | 05:10 | |
| *** janemba has quit IRC | 05:11 | |
| *** janemba has joined #maemo | 05:12 | |
| *** janemba has quit IRC | 05:14 | |
| *** yosafbridge has joined #maemo | 05:15 | |
| *** yosafbridge has joined #maemo | 05:19 | |
| *** xes has quit IRC | 05:19 | |
| *** yosafbridge has quit IRC | 05:20 | |
| *** LjL-Laplet has quit IRC | 05:23 | |
| *** LjL-Laplet has joined #maemo | 05:23 | |
| *** janemba has joined #maemo | 05:23 | |
| *** bef0rd has joined #maemo | 05:24 | |
| *** yosafbridge has joined #maemo | 05:26 | |
| *** janemba has quit IRC | 05:27 | |
| *** janemba has joined #maemo | 05:28 | |
| DocScrutinizer05 | Maxdamantus: please update the repos! | 05:30 | 
| Maxdamantus | Hm. mupdf is in the repos? | 05:31 | 
| Maxdamantus | Doesn't seem to be. | 05:31 | 
| Maxdamantus | Might be worth adding, dunno. | 05:31 | 
| bef0rd | I think I saw it there | 05:31 | 
| bef0rd | oh no | 05:32 | 
| bef0rd | http://talk.maemo.org/showthread.php?t=86538 | 05:32 | 
| Maxdamantus | It's in the debian repo. | 05:32 | 
| bef0rd | it's something based on mupdf | 05:32 | 
| Maxdamantus | that UI looks crazy. | 05:33 | 
| DocScrutinizer05 | prolly not, I don't even know what it is | 05:35 | 
| DocScrutinizer05 | however xev is in x11-utils | 05:35 | 
| DocScrutinizer05 | 7.4+2-1maemo3 0 | 05:35 | 
| Maxdamantus | It's basically a PDF viewer without any buttons. | 05:35 | 
| Maxdamantus | and importantly, it doesn't try to load the entire PDF at once, which is what I suspect the default one does. | 05:36 | 
| DocScrutinizer05 | which xev you used? | 05:37 | 
| Maxdamantus | Probably the xev on Gentoo x86_64 | 05:38 | 
| DocScrutinizer05 | Filename: pool/maemo5.0/free/x/x11-utils/x11-utils_7.4+2-1maemo3_armel.deb | 05:41 | 
| *** nox- has quit IRC | 05:43 | |
| *** LauRoman has quit IRC | 05:44 | |
| DocScrutinizer05 | hmm, enable-catalogs definitely needs a tiny bit more love | 05:44 | 
| Maxdamantus | ii x11-utils 7.4+2-1maemo3 X11 utilities | 05:44 | 
| Maxdamantus | This one doesn't seem to work either. | 05:44 | 
| DocScrutinizer05 | :-/ | 05:44 | 
| Maxdamantus | "work" as in respond to key events. | 05:44 | 
| Maxdamantus | it shows pointer events fine. | 05:44 | 
| DocScrutinizer05 | so could you fix it? | 05:44 | 
| Maxdamantus | Same behaviour as mupdf without those extra hints. | 05:44 | 
| Maxdamantus | Ah. | 05:44 | 
| Maxdamantus | Maybe if I can figure out how to properly build and submit packages. | 05:45 | 
| Maxdamantus | Probably also worth adding mupdf if I do. | 05:45 | 
| DocScrutinizer05 | http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide | 05:46 | 
| DocScrutinizer05 | ~sb | 05:46 | 
| infobot | [scratchbox] a cross-compiling system that uses binfmt_misc, rpc calls, and an nfs mount to make a cross-build appear to be 100% native, and is found at http://www.scratchbox.org/, hosted by maemo now. Also at http://maemo.merlin1991.at/files/SB | 05:46 | 
| DocScrutinizer05 | a shame nokia didn't fix that stuff in tools repo | 05:48 | 
| DocScrutinizer05 | actually there are 2: Filename: pool/fremantle/free/x/x11-utils/x11-utils_7.4+2-1maemo3_armel.deb and Filename: pool/maemo5.0/free/x/x11-utils/x11-utils_7.4+2-1maemo3_armel.deb. Prolly extras-devel and tools repo | 05:53 | 
| DocScrutinizer05 | it's so DAMN useful that apt doesn't show the repo URL | 05:54 | 
| * Maxdamantus wonders how maemo-sdk-install_5.0.sh is expected to work. | 06:13 | |
| Maxdamantus | lhs=$1 | 06:13 | 
| Maxdamantus | $__dpkg --compare-versions lhs eq rhs | 06:13 | 
| *** SmilyOrg has joined #maemo | 06:14 | |
| * Maxdamantus suspects that's meant to be `$lhs eq $rhs`, but can't see how noone would've noticed. | 06:14 | |
| Maxdamantus | I think it's even meant to be comparing scratchbox versions, not dpkg versions. | 06:17 | 
| *** Smily has quit IRC | 06:17 | |
| *** SmilyOrg is now known as Smily | 06:19 | |
| DocScrutinizer05 | :nod: | 06:19 | 
| DocScrutinizer05 | http://maemo.merlin1991.at/files/SB | 06:20 | 
| DocScrutinizer05 | VM | 06:20 | 
| DocScrutinizer05 | or ask freemangordon, he claims to have installed it successfully, 2 minths ago | 06:21 | 
| DocScrutinizer05 | months even | 06:21 | 
| Maxdamantus | I think I installed it successfully too, but it wouldn't work again when I tried it. | 06:21 | 
| Maxdamantus | I remember modifying the installation scripts though when things messed up. | 06:21 | 
| DocScrutinizer05 | yep, me too | 06:21 | 
| DocScrutinizer05 | ~3 or 4 years ago | 06:22 | 
| DocScrutinizer05 | my job been "easier" since I isntalled it to a RPM system | 06:22 | 
| Maxdamantus | eta 2h 1m | 06:23 | 
| Maxdamantus | Hm. There's a torrent for it somewhere, isn't there? | 06:23 | 
| DocScrutinizer05 | I think the suse howto still is available in some dusty archive | 06:23 | 
| Maxdamantus | Meh, I'll just wait. | 06:23 | 
| DocScrutinizer05 | how's a torrent faster? the uplink at merlin#s box for sure won't get maxed out by your downlink | 06:24 | 
| DocScrutinizer05 | I think I copied those 1.2GB in <10 min | 06:25 | 
| DocScrutinizer05 | to my box | 06:25 | 
| Maxdamantus | I don't think those are the only two variables. | 06:25 | 
| Maxdamantus | but it's only downloading at 200 KiB/s | 06:25 | 
| DocScrutinizer05 | eeew | 06:25 | 
| DocScrutinizer05 | maybe the box is just busy with backups | 06:26 | 
| Maxdamantus | I know I can get 1.7 MiB/s in optimal conditions (at night, decent distribution of sources) | 06:26 | 
| Maxdamantus | but usually at least 1 MiB/s at this time with decently seeded torrents. | 06:27 | 
| *** maybeArgh has joined #maemo | 06:31 | |
| *** maybeWTF has quit IRC | 06:34 | |
| *** erlehmann has quit IRC | 06:36 | |
| DocScrutinizer05 | maybe US based torrents | 06:37 | 
| DocScrutinizer05 | merlin is on juniper2.rz10, I'm on juniper2.rz12 | 06:38 | 
| DocScrutinizer05 | routing until that is same for me | 06:38 | 
| DocScrutinizer05 | prolly Russia already started cyberwar and DDoS against USA ;-P | 06:39 | 
| Maxdamantus | It's obviously an artificial throttle somewhere. | 06:40 | 
| Maxdamantus | since each connection is 200 KiB/s each | 06:40 | 
| Maxdamantus | s/ each$// | 06:40 | 
| DocScrutinizer05 | yeah, smells like QoS | 06:40 | 
| *** HylianSavior has quit IRC | 07:00 | |
| *** bugzy has joined #maemo | 07:03 | |
| *** LjL-Laplet has quit IRC | 07:04 | |
| *** bugzy has quit IRC | 07:17 | |
| *** HylianSavior has joined #maemo | 07:29 | |
| *** goldkatze has joined #maemo | 08:00 | |
| *** silviof1 is now known as silviof | 08:17 | |
| *** script has quit IRC | 08:46 | |
| *** maybeHere has joined #maemo | 08:50 | |
| *** maybeArgh has quit IRC | 08:51 | |
| *** ddark has quit IRC | 09:13 | |
| *** ddark has joined #maemo | 09:21 | |
| * Maxdamantus wonders if this VM image has a password for `maemo` | 09:49 | |
| Maxdamantus | Oh, the password is "maemo" | 09:50 | 
| * Maxdamantus tried that before but didn't think about the VM using a different keyboard layout. | 09:50 | |
| * Maxdamantus wonders what bootloader it's using. | 09:53 | |
| Maxdamantus | grub, apparently. | 09:55 | 
| Maxdamantus | Has one of these stupid generated grub.cfgs | 09:56 | 
| Maxdamantus | Mk, boots properly with my two-line entry. | 10:01 | 
| Maxdamantus | rather than printing out something about missing a mode for half a second before rebooting. | 10:01 | 
| *** hxka has joined #maemo | 10:11 | |
| *** kolp has joined #maemo | 10:20 | |
| *** Ninja has quit IRC | 10:37 | |
| *** HylianSavior has quit IRC | 10:55 | |
| *** trx has quit IRC | 11:00 | |
| *** trx has joined #maemo | 11:05 | |
| *** trx has quit IRC | 11:05 | |
| *** trx has joined #maemo | 11:05 | |
| *** qwazix has joined #maemo | 11:10 | |
| *** shanttu has joined #maemo | 11:28 | |
| *** NIN101 has joined #maemo | 11:28 | |
| *** remarc has joined #maemo | 11:30 | |
| *** maybeHere has quit IRC | 11:33 | |
| *** valerius has joined #maemo | 11:47 | |
| *** Anz_ has joined #maemo | 11:52 | |
| *** Anz_ has quit IRC | 11:52 | |
| * Maxdamantus wonders how to switch targets in sb | 11:59 | |
| Maxdamantus | ah, sb-conf se FREMANTLE_ARMEL | 12:01 | 
| * Maxdamantus was trying st | 12:01 | |
| Maxdamantus | so .. sbox-config -st = sb-conf se ? | 12:02 | 
| Maxdamantus | Dunno. | 12:02 | 
| * Maxdamantus has little of an idea of what's going on anywhere. | 12:02 | |
| *** shanttu has quit IRC | 12:05 | |
| *** shentey has joined #maemo | 12:22 | |
| *** xes has joined #maemo | 12:31 | |
| *** script has joined #maemo | 12:44 | |
| *** valeriusL has quit IRC | 13:09 | |
| *** valerius has quit IRC | 13:09 | |
| *** torindel is now known as torindel2 | 13:17 | |
| *** torindel2 is now known as torindel | 13:17 | |
| *** erlehmann has joined #maemo | 13:22 | |
| *** valeriusL has joined #maemo | 13:22 | |
| *** valerius has joined #maemo | 13:24 | |
| *** lxp has joined #maemo | 13:36 | |
| *** valeriusL has quit IRC | 13:38 | |
| *** valerius has quit IRC | 13:39 | |
| *** shentey_ has joined #maemo | 13:40 | |
| *** shentey has quit IRC | 13:43 | |
| *** maybeHere has joined #maemo | 13:46 | |
| *** RiD has joined #maemo | 13:51 | |
| *** valeriusL has joined #maemo | 13:52 | |
| *** valerius has joined #maemo | 13:54 | |
| *** maybeHere has quit IRC | 14:08 | |
| *** arcean has joined #maemo | 14:12 | |
| *** dos1 has joined #maemo | 14:28 | |
| *** ZogG_laptop has joined #maemo | 14:33 | |
| *** ZogG_laptop has quit IRC | 14:33 | |
| *** ZogG_laptop has joined #maemo | 14:33 | |
| *** valeriusL has quit IRC | 14:39 | |
| *** valerius has quit IRC | 14:39 | |
| *** maybeHere has joined #maemo | 14:42 | |
| *** NIN101 has quit IRC | 14:43 | |
| *** NIN101 has joined #maemo | 14:44 | |
| *** ZogG_laptop has quit IRC | 14:45 | |
| DocScrutinizer05 | moin dos1 | 14:45 | 
| *** valeriusL has joined #maemo | 14:51 | |
| *** valerius has joined #maemo | 15:00 | |
| *** M4rtinK has joined #maemo | 15:07 | |
| *** sixwheeledbeast has joined #maemo | 15:14 | |
| *** darkschneider has quit IRC | 15:14 | |
| *** darkschneider has joined #maemo | 15:14 | |
| sixwheeledbeast | bloody pidgin, excess flood my backside.... | 15:14 | 
| *** dos11 has joined #maemo | 15:24 | |
| *** dos1 has quit IRC | 15:24 | |
| *** LauRoman has joined #maemo | 15:36 | |
| *** ruskie has quit IRC | 15:53 | |
| *** MohammadAG has quit IRC | 15:58 | |
| *** RiD has quit IRC | 16:04 | |
| *** LjL-Laplet has joined #maemo | 16:04 | |
| *** MohammadAG has joined #maemo | 16:06 | |
| *** RiD has joined #maemo | 16:07 | |
| *** StyXman has quit IRC | 16:15 | |
| *** freemangordon has quit IRC | 16:28 | |
| *** Titilambert has quit IRC | 16:29 | |
| *** Titilambert has joined #maemo | 16:29 | |
| *** freemangordon has joined #maemo | 16:31 | |
| *** freemangordon has quit IRC | 16:32 | |
| *** freemangordon has joined #maemo | 16:32 | |
| *** freemangordon has quit IRC | 16:35 | |
| *** ZogG_laptop has joined #maemo | 16:37 | |
| *** ZogG_laptop has quit IRC | 16:37 | |
| *** ZogG_laptop has joined #maemo | 16:37 | |
| *** ruskie has joined #maemo | 16:39 | |
| *** Anz_ has joined #maemo | 16:40 | |
| *** freemangordon has joined #maemo | 16:42 | |
| *** freemangordon has quit IRC | 16:42 | |
| *** ZogG_laptop has quit IRC | 16:43 | |
| *** Anz_ has quit IRC | 16:46 | |
| *** freemangordon has joined #maemo | 16:47 | |
| *** phlixi has joined #maemo | 16:59 | |
| *** javispedro has joined #maemo | 17:10 | |
| *** javispedro has quit IRC | 17:10 | |
| *** javispedro has joined #maemo | 17:10 | |
| *** shanttu has joined #maemo | 17:21 | |
| *** shentey__ has joined #maemo | 17:23 | |
| *** shentey_ has quit IRC | 17:23 | |
| *** auenfx4 has joined #maemo | 17:33 | |
| *** auenf has quit IRC | 17:33 | |
| *** phlixi has quit IRC | 17:36 | |
| *** xes has quit IRC | 17:39 | |
| *** phlixi has joined #maemo | 17:41 | |
| *** xes has joined #maemo | 17:44 | |
| *** shentey__ has quit IRC | 17:50 | |
| *** shentey__ has joined #maemo | 17:50 | |
| *** aazzddgg has quit IRC | 18:28 | |
| *** maybeWTF has joined #maemo | 18:31 | |
| *** maybeHere has quit IRC | 18:33 | |
| *** javispedro has quit IRC | 18:36 | |
| *** aazzddgg has joined #maemo | 18:42 | |
| *** M4rtinK has quit IRC | 18:45 | |
| *** useretail has quit IRC | 19:11 | |
| *** troulouliou_dev has joined #maemo | 19:14 | |
| *** troulouliou_dev has quit IRC | 19:23 | |
| *** useretail has joined #maemo | 19:27 | |
| *** valerius has quit IRC | 19:29 | |
| *** valeriusL has quit IRC | 19:29 | |
| *** mbs1337 has joined #maemo | 19:38 | |
| *** mbs1337 has quit IRC | 19:40 | |
| *** LjL-Laplet has quit IRC | 19:47 | |
| *** LjL-Laplet has joined #maemo | 19:47 | |
| *** RiD has quit IRC | 19:55 | |
| *** srimalik has joined #maemo | 19:58 | |
| srimalik | DocScrutinizer05: ping | 20:01 | 
| srimalik | DocScrutinizer05: I reopened the device once again and doubled checked and put some more force on each of the joints of ribbon cable. | 20:02 | 
| srimalik | after the that the touch screen was OK | 20:02 | 
| srimalik | I also checked the logs and seems that you finally found the command to launch the calibration program, Thanks for the efforts | 20:03 | 
| *** srimalik has quit IRC | 20:10 | |
| *** shentey__ has quit IRC | 20:29 | |
| *** StyXman has joined #maemo | 21:28 | |
| *** StyXman has joined #maemo | 21:28 | |
| *** bugzy has joined #maemo | 21:33 | |
| *** nix900 has joined #maemo | 21:39 | |
| *** bugzy has quit IRC | 21:40 | |
| *** nix900 is now known as bugzy | 21:43 | |
| *** xes has quit IRC | 21:55 | |
| *** valerius has joined #maemo | 22:05 | |
| *** valerius has quit IRC | 22:10 | |
| *** shanttu has quit IRC | 22:13 | |
| *** shentey has joined #maemo | 22:21 | |
| *** totalizator has quit IRC | 22:26 | |
| *** totalizator has joined #maemo | 22:32 | |
| *** erlehmann has quit IRC | 22:33 | |
| *** janemba has quit IRC | 22:50 | |
| *** xes has joined #maemo | 22:50 | |
| *** janemba has joined #maemo | 22:51 | |
| *** r00t^home has quit IRC | 23:00 | |
| *** r00t^home has joined #maemo | 23:04 | |
| *** LjL-Laplet has quit IRC | 23:17 | |
| *** LjL-Laplet has joined #maemo | 23:18 | |
| *** LjL-Laplet has quit IRC | 23:18 | |
| *** LjL-Laplet has joined #maemo | 23:18 | |
| *** bugzy has quit IRC | 23:21 | |
| *** shentey has quit IRC | 23:27 | |
| *** shentey_ has joined #maemo | 23:27 | |
| *** LauRoman has quit IRC | 23:33 | |
| *** M4rtinK has joined #maemo | 23:37 | |
| *** bugzy has joined #maemo | 23:54 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!