| *** arcean has quit IRC | 00:07 | |
| *** gottosortoutanic has joined #maemo | 00:13 | |
| *** gottosortoutanic is now known as astr | 00:13 | |
| *** Kilroo has joined #maemo | 00:34 | |
| *** Vajb has quit IRC | 00:40 | |
| *** Vajb has joined #maemo | 00:40 | |
| bencoh | gabriel_schulhof: /sys/devices/platform/i2c_omap.1/bus/devices/cam_focus/ might intereset you | 00:48 |
|---|---|---|
| *** florian has joined #maemo | 00:49 | |
| bencoh | erm. might be interesting for you* | 00:49 |
| *** Jef91 has quit IRC | 00:56 | |
| *** kolp has quit IRC | 01:15 | |
| *** lexik has quit IRC | 01:23 | |
| *** thomasjfox has quit IRC | 01:28 | |
| *** tanty is now known as tanty_off | 01:35 | |
| *** Gizmokid2005 is now known as Goldmokid2005 | 01:39 | |
| *** Goldmokid2005 is now known as Gizmokid2005 | 01:41 | |
| *** lantizia has joined #maemo | 01:48 | |
| *** shentey_ has quit IRC | 01:48 | |
| *** shentey has quit IRC | 01:51 | |
| *** fmunozs has joined #maemo | 01:51 | |
| *** maybeWTF has quit IRC | 01:52 | |
| *** lantizia has quit IRC | 01:55 | |
| *** lantizia has joined #maemo | 01:56 | |
| *** lantizia has joined #maemo | 01:57 | |
| *** lantizia has quit IRC | 02:00 | |
| *** lantizia has joined #maemo | 02:01 | |
| *** lantizia has quit IRC | 02:02 | |
| *** lantizia has joined #maemo | 02:03 | |
| *** lantizia has quit IRC | 02:13 | |
| *** lantizia has joined #maemo | 02:14 | |
| *** lantizia has quit IRC | 02:17 | |
| *** lantizia has joined #maemo | 02:18 | |
| *** lantizia has quit IRC | 02:21 | |
| *** lantizia has joined #maemo | 02:22 | |
| *** at1as has quit IRC | 02:23 | |
| freemangordon | bencoh: I'd bet on a gstreamer pipeline, you can't really write to a gpio and expect sane results | 02:30 |
| *** florian has quit IRC | 02:30 | |
| *** lantizia has quit IRC | 02:30 | |
| *** lantizia has joined #maemo | 02:31 | |
| freemangordon | gabriel_schulhof: http://wiki.maemo.org/Streaming_video_from_built-in_webcam#N900 | 02:31 |
| *** lantizia has quit IRC | 02:32 | |
| *** lantizia has joined #maemo | 02:33 | |
| bencoh | freemangordon: yeah but will it autofocus ? | 02:34 |
| bencoh | and btw, should I just write 0 to sr_vdd{1,2}_autocomp to disable smartreflex and expect a "proper" behavior, or do I need to explicitely set some voltage ? | 02:35 |
| *** Kabouik has quit IRC | 02:40 | |
| *** lantizia has quit IRC | 02:40 | |
| *** lantizia has joined #maemo | 02:41 | |
| *** lantizia has quit IRC | 02:42 | |
| *** lantizia has joined #maemo | 02:43 | |
| *** lantizia has quit IRC | 02:51 | |
| *** lantizia has joined #maemo | 02:52 | |
| freemangordon | bencoh: yep, writing 0 should suffice | 02:55 |
| *** lantizia has quit IRC | 02:55 | |
| freemangordon | bencoh: no, it will not autofocus, but will stream at least | 02:55 |
| *** lantizia has joined #maemo | 02:56 | |
| bencoh | the gpio/i2c thing was only to try focusing first :) | 02:56 |
| freemangordon | to take pictures with autofocus one should play with gstcamerabin :) | 02:56 |
| freemangordon | bencoh: afaik gpios are read-only | 02:56 |
| *** lantizia has quit IRC | 02:57 | |
| freemangordon | well, at least cam_focus ;) | 02:57 |
| bencoh | hmm yeah, I wonder how camera-ui does | 02:57 |
| *** lantizia has joined #maemo | 02:58 | |
| freemangordon | it plays with gstcamerabin (or whatever was it called) | 02:58 |
| bencoh | well 2am isnt the time to go read camera-ui2, or I'll never go to sleep | 02:58 |
| bencoh | freemangordon: yeah but how does it focus ? | 02:58 |
| bencoh | hmm actually I could read fcam code | 02:58 |
| freemangordon | you'd better read camera-ui code | 02:59 |
| freemangordon | anyway, afaik, the closed omap3camd is the one that does the real work | 02:59 |
| bencoh | oh, okay | 02:59 |
| bencoh | too bad, one more blob | 02:59 |
| freemangordon | gdigicam is the one that camera-ui uses | 03:00 |
| freemangordon | a gst module | 03:00 |
| bencoh | I'm really amazed how all this fits together even with the closed parts :) | 03:00 |
| freemangordon | and it "calls" omap3camd via v4l2 | 03:00 |
| bencoh | wait, what ? | 03:01 |
| freemangordon | all this is "iirc" :) | 03:01 |
| bencoh | omap3camd is a userland v4l2 provider ? | 03:01 |
| freemangordon | not exactly, there is a kernel part | 03:01 |
| bencoh | then it's just a control daemon and the actual "data" (video) provider sits in kernel ? | 03:02 |
| freemangordon | omap34xxcam_mod if I am not mistaken | 03:02 |
| *** N-Mi has quit IRC | 03:02 | |
| *** lantizia has quit IRC | 03:02 | |
| freemangordon | no, if i get it right, that module provides v4l2 interface, but calls userspace daemon to do the real job | 03:03 |
| *** lantizia has joined #maemo | 03:03 | |
| bencoh | hm, okay | 03:03 |
| bencoh | funny way to do it | 03:03 |
| freemangordon | there are a pile of algos in omap3camd | 03:03 |
| bencoh | https://gitorious.org/msameer/omap3camd/source/4e9d4ad2ee501803d8643ce461d0a24980ad877f:O ? | 03:04 |
| bencoh | erm nevermind that's a RE effort, not a complete one | 03:05 |
| freemangordon | an empty shell? :) | 03:05 |
| bencoh | yeah | 03:06 |
| freemangordon | when it comes to it, we'll have to use all the knowledge we have to be able to RE it | 03:06 |
| freemangordon | I assess the level of complexity similar or greater to PA closed modules | 03:07 |
| bencoh | actually I'd first try a replacement, if it's only used through v4l2 | 03:07 |
| freemangordon | which reminds me that I have to continue the work on those :) | 03:07 |
| freemangordon | bencoh: do "we" have FOSS stuff on par with Nokia know-how? | 03:08 |
| *** tanty_off has quit IRC | 03:09 | |
| freemangordon | also, don't forget the calibration for a particular sensor type | 03:09 |
| bencoh | dunno, but could we just retrieve camera input first ? :) | 03:09 |
| bencoh | well, 2am, I need some sleep :) | 03:10 |
| freemangordon | night :) | 03:10 |
| *** lantizia has quit IRC | 03:12 | |
| *** lantizia has joined #maemo | 03:13 | |
| *** nox- has quit IRC | 03:15 | |
| *** lantizia has quit IRC | 03:16 | |
| *** lantizia has joined #maemo | 03:17 | |
| bencoh | 'night :) | 03:20 |
| *** RiD has quit IRC | 03:21 | |
| *** disco_stu has quit IRC | 03:23 | |
| *** Kabouik has joined #maemo | 03:30 | |
| *** lantizia has quit IRC | 03:32 | |
| *** lantizia has joined #maemo | 03:33 | |
| *** lantizia has quit IRC | 03:39 | |
| *** lantizia has joined #maemo | 03:40 | |
| *** protem has joined #maemo | 03:48 | |
| *** lantizia has quit IRC | 03:52 | |
| *** lantizia has joined #maemo | 03:53 | |
| *** pigeon_ has quit IRC | 04:02 | |
| *** lantizia has quit IRC | 04:08 | |
| *** lantizia has joined #maemo | 04:09 | |
| *** lantizia has quit IRC | 04:10 | |
| *** LauRoman|Alt has quit IRC | 04:11 | |
| *** lantizia has joined #maemo | 04:11 | |
| *** lantizia has joined #maemo | 04:13 | |
| *** pigeon has joined #maemo | 04:13 | |
| *** lantizia has quit IRC | 04:22 | |
| *** lantizia has joined #maemo | 04:23 | |
| *** Kabouik has quit IRC | 04:25 | |
| *** lantizia has quit IRC | 04:25 | |
| *** lantizia has joined #maemo | 04:26 | |
| *** lantizia has quit IRC | 04:31 | |
| *** FlameReaper has joined #maemo | 04:31 | |
| *** lantizia has joined #maemo | 04:32 | |
| *** sparetire_ has quit IRC | 04:39 | |
| *** louisdk has joined #maemo | 04:40 | |
| *** lantizia has quit IRC | 04:41 | |
| *** lantizia has joined #maemo | 04:42 | |
| *** M4rtinK has quit IRC | 04:48 | |
| Oksana | povbot is the captain of #maemo-ui because povbot isn't going to leave it, even when humans left the channel. | 04:49 |
| povbot | Oksana: Error: "is" is not a valid command. | 04:49 |
| *** lantizia has quit IRC | 04:50 | |
| *** lantizia has joined #maemo | 04:51 | |
| *** Kabouik has joined #maemo | 04:51 | |
| *** lantizia has quit IRC | 04:53 | |
| *** lantizia has joined #maemo | 04:54 | |
| *** Kabouik has quit IRC | 04:55 | |
| *** Kabouik has joined #maemo | 04:55 | |
| *** lantizia has quit IRC | 04:55 | |
| *** lantizia has joined #maemo | 04:56 | |
| *** lantizia has quit IRC | 05:05 | |
| *** lantizia has joined #maemo | 05:06 | |
| *** louisdk has quit IRC | 05:07 | |
| *** lantizia has quit IRC | 05:11 | |
| *** hurrian has quit IRC | 05:11 | |
| *** lantizia has joined #maemo | 05:12 | |
| *** lantizia has quit IRC | 05:22 | |
| *** lantizia has joined #maemo | 05:23 | |
| *** lantizia has quit IRC | 05:32 | |
| *** lantizia has joined #maemo | 05:33 | |
| *** lantizia has quit IRC | 05:40 | |
| *** lantizia has joined #maemo | 05:41 | |
| *** lantizia has quit IRC | 05:42 | |
| *** lantizia has joined #maemo | 05:43 | |
| *** lantizia has quit IRC | 05:45 | |
| *** RP_ has quit IRC | 05:45 | |
| *** lantizia has joined #maemo | 05:45 | |
| *** RP_ has joined #maemo | 05:46 | |
| *** lantizia has quit IRC | 05:51 | |
| *** robbiethe1st has joined #maemo | 05:51 | |
| *** rm_work is now known as rm_work|away | 05:51 | |
| *** lantizia has joined #maemo | 05:51 | |
| *** jonwil has joined #maemo | 05:54 | |
| *** lantizia has quit IRC | 05:54 | |
| *** lantizia has joined #maemo | 05:55 | |
| *** lantizia has quit IRC | 05:56 | |
| *** lantizia has joined #maemo | 05:57 | |
| *** lantizia has joined #maemo | 05:59 | |
| *** lantizia has quit IRC | 06:02 | |
| *** lantizia has joined #maemo | 06:03 | |
| *** Vajb has quit IRC | 06:09 | |
| *** Vajb has joined #maemo | 06:10 | |
| *** Vajb has quit IRC | 06:15 | |
| *** Vajb has joined #maemo | 06:16 | |
| *** futpib has joined #maemo | 06:17 | |
| *** lantizia has quit IRC | 06:19 | |
| *** lantizia has joined #maemo | 06:20 | |
| *** lantizia has quit IRC | 06:24 | |
| *** lantizia has joined #maemo | 06:25 | |
| *** robbiethe1st_ has joined #maemo | 06:30 | |
| *** lantizia has quit IRC | 06:30 | |
| *** lantizia has joined #maemo | 06:31 | |
| *** lantizia has quit IRC | 06:32 | |
| *** lantizia has joined #maemo | 06:33 | |
| *** lantizia has quit IRC | 06:40 | |
| *** lantizia has joined #maemo | 06:41 | |
| *** lantizia has quit IRC | 06:51 | |
| *** lantizia has joined #maemo | 06:52 | |
| *** lantizia has quit IRC | 06:55 | |
| *** lantizia has joined #maemo | 06:56 | |
| *** tanty_off has joined #maemo | 06:57 | |
| *** newbieAlert has joined #maemo | 06:58 | |
| *** tanty_off is now known as tanty | 06:58 | |
| newbieAlert | hi, while dpkg-packaging, i am getting the error : cp cannot stat. | 07:03 |
| Oksana | newbieAlert: cp cannot stat, which directory? | 07:04 |
| newbieAlert | Oksana: faq | 07:04 |
| newbieAlert | Oksana: second error is db_installldocs returned error 256 | 07:05 |
| Oksana | Not sure about proper way to do it, but packages on Maemo 5 ship without docs (documentation), for space-reasons. | 07:07 |
| *** futpib has quit IRC | 07:07 | |
| newbieAlert | Oksana: then what should i do now ?? | 07:09 |
| Oksana | Not sure. Post on TMO? I am trying to find the explanation about dh_installdocs on wiki: http://wiki.maemo.org/Packaging/Guidelines | 07:10 |
| *** Kabouik has quit IRC | 07:14 | |
| Oksana | Good night. Do not despair, there were plenty of packages packaged to Maemo 5 before - hence, the issue with dh_installdocs should be solvable. Does it mention to which directory it cannot stat? | 07:14 |
| *** robbiethe1st has quit IRC | 07:15 | |
| newbieAlert | Oksana: yep. faq. | 07:15 |
| Oksana | http://wiki.maemo.org/Developer_FAQ | 07:16 |
| newbieAlert | faq : no such file or directory. | 07:16 |
| newbieAlert | Oksana: 'faq' was the thing that it cud not stat :P | 07:16 |
| *** FlameReaper-PC has quit IRC | 07:20 | |
| *** rm_work|away is now known as rm_work | 07:27 | |
| *** ced117 has joined #maemo | 07:36 | |
| newbieAlert | Oksana: managed to get the deb fil... to remove dh_installdocs error, i just made a sylpheed.docs file and cleared it all :D :D | 07:37 |
| *** Vajb_ has joined #maemo | 07:42 | |
| *** Vajb has quit IRC | 07:44 | |
| *** hurrian has joined #maemo | 07:45 | |
| *** rm_work is now known as rm_work|away | 08:25 | |
| *** b1101 has quit IRC | 08:35 | |
| *** LauRoman|Alt has joined #maemo | 08:40 | |
| *** kolp has joined #maemo | 08:47 | |
| *** b1101 has joined #maemo | 08:47 | |
| *** dhbiker has joined #maemo | 08:54 | |
| *** lantizia has joined #maemo | 08:58 | |
| *** lantizia has quit IRC | 09:07 | |
| *** lantizia has joined #maemo | 09:08 | |
| *** lantizia has quit IRC | 09:14 | |
| *** lantizia has joined #maemo | 09:15 | |
| *** lantizia has quit IRC | 09:16 | |
| *** lantizia has joined #maemo | 09:16 | |
| *** lantizia has quit IRC | 09:24 | |
| *** lantizia has joined #maemo | 09:25 | |
| *** lantizia has quit IRC | 09:26 | |
| *** ALoGeNo has joined #maemo | 10:02 | |
| *** Pali has joined #maemo | 10:05 | |
| *** maybeHere has joined #maemo | 10:07 | |
| *** maybeHere has quit IRC | 10:07 | |
| *** futpib has joined #maemo | 10:14 | |
| *** protem has quit IRC | 10:20 | |
| *** kolp has quit IRC | 10:30 | |
| *** jonwil has quit IRC | 10:39 | |
| *** newbieAlert has quit IRC | 10:44 | |
| *** XDS2010 has quit IRC | 11:24 | |
| *** japa-fi has quit IRC | 11:24 | |
| *** muppeth has joined #maemo | 11:25 | |
| *** mrcaaattt has joined #maemo | 11:25 | |
| *** mpthx has quit IRC | 11:26 | |
| *** lantizia has joined #maemo | 11:27 | |
| *** maybeHere has joined #maemo | 11:28 | |
| *** N-Mi has joined #maemo | 11:32 | |
| *** XDS2010 has joined #maemo | 11:34 | |
| *** maybeHere has quit IRC | 11:36 | |
| *** eMHa_ has quit IRC | 11:38 | |
| *** Oxyd76 has quit IRC | 11:40 | |
| *** Oxyd76 has joined #maemo | 11:42 | |
| *** maybeHere has joined #maemo | 11:54 | |
| *** dhbiker has quit IRC | 11:59 | |
| *** FlameReaper-PC has joined #maemo | 12:02 | |
| *** LauRoman|Alt has quit IRC | 12:02 | |
| *** mrcaaattt has quit IRC | 12:09 | |
| *** ecloud is now known as ecloud_wfh | 12:17 | |
| *** arcean has joined #maemo | 12:20 | |
| *** arcean_ has joined #maemo | 12:34 | |
| *** arcean has quit IRC | 12:36 | |
| *** newbieAlert has joined #maemo | 12:40 | |
| newbieAlert | hi, everyone... i packaged sylpheed , but its saying incompatible package. what did i do wrong ?? | 12:42 |
| inz | did you change the section to user/foo? | 12:43 |
| newbieAlert | inz: which sectioon ?? | 12:44 |
| newbieAlert | steps that i followed : 1. downloaded the source code, ./configure --target=armel, make, make dist, "maemo packaging" with dh_installdocs error. | 12:45 |
| newbieAlert | so i made a file debian/sylpheed.docs and kept it blank and got the deb, both for armel and x86. and in emulator its giving, incompatible package .. | 12:46 |
| *** fmunozs has quit IRC | 12:55 | |
| *** dhbiker has joined #maemo | 12:59 | |
| *** maybeHere has quit IRC | 13:08 | |
| *** maybeHere has joined #maemo | 13:10 | |
| *** woodong50 has joined #maemo | 13:11 | |
| *** woodong50 has quit IRC | 13:12 | |
| *** maybeHere has quit IRC | 13:12 | |
| *** maybeHere has joined #maemo | 13:16 | |
| *** Capsul has joined #maemo | 13:28 | |
| *** Capsul has quit IRC | 13:30 | |
| *** newbieAlert has quit IRC | 13:41 | |
| *** shentey has joined #maemo | 13:46 | |
| *** florian has joined #maemo | 13:48 | |
| Vajb_ | im confused. I read that when rd mode is enabled device wont reboot randomly. Well it does. Any ideas? | 13:57 |
| *** troulouliou_dev has joined #maemo | 13:58 | |
| freemangordon | Vajb_: what is the reboot reason? | 14:02 |
| *** zGrr has joined #maemo | 14:17 | |
| Vajb_ | sw_rst | 14:21 |
| freemangordon | Vajb_: enabling RD is not enough, you need to disable lifeguard reset and maybe watchdogs, see the output from "flasher-3.5 --set-rd-flags" | 14:24 |
| Vajb_ | oh i see. I thoght that rd enabled meant that all those r enabled | 14:28 |
| *** futpib has quit IRC | 14:30 | |
| *** florian has quit IRC | 14:30 | |
| *** dhbiker has quit IRC | 14:34 | |
| *** dhbiker has joined #maemo | 14:48 | |
| *** eMHa_ has joined #maemo | 15:01 | |
| *** stryngs has joined #maemo | 15:08 | |
| *** LjL is now known as LjL-Away | 15:15 | |
| Vajb_ | ~flasher 3.5 | 15:18 |
| Vajb_ | ~flasher | 15:18 |
| gabriel_schulhof | freemangordon: Thanks for the tip. I've also found http://wiki.maemo.org/Phone_control#Take_a_picture_with_front_camera ... my concern is that I dunno whether gst-launch focuses before it captures. | 15:19 |
| gabriel_schulhof | freemangordon:Ideally, I'd like the programmatic equivalent of half-press/wait-for-focus/full-press. | 15:20 |
| gabriel_schulhof | freemangordon: But OK, I'll try the gst-launch approach and see the quality I get. | 15:22 |
| *** wizbit has quit IRC | 15:25 | |
| *** sparetire_ has joined #maemo | 15:38 | |
| *** RiD has joined #maemo | 15:42 | |
| *** thuttu77 has quit IRC | 15:48 | |
| *** shentey has quit IRC | 15:58 | |
| *** maybeHere has quit IRC | 16:23 | |
| *** sunny_s has quit IRC | 16:39 | |
| *** astr has quit IRC | 16:43 | |
| *** maybeHere has joined #maemo | 16:49 | |
| *** maybeHere has joined #maemo | 16:54 | |
| *** astr has joined #maemo | 16:56 | |
| *** hurrian has quit IRC | 16:58 | |
| *** shentey has joined #maemo | 17:01 | |
| *** shentey_ has joined #maemo | 17:01 | |
| *** astr has quit IRC | 17:07 | |
| *** astr has joined #maemo | 17:07 | |
| *** at1as has joined #maemo | 17:08 | |
| *** DrCode has quit IRC | 17:11 | |
| *** DrCode has joined #maemo | 17:12 | |
| *** Guest87988 is now known as Smily | 17:14 | |
| *** troulouliou_dev has quit IRC | 17:15 | |
| *** futpib has joined #maemo | 17:21 | |
| *** b1101 has quit IRC | 17:23 | |
| *** frals has quit IRC | 17:23 | |
| *** maybeHere has quit IRC | 17:30 | |
| *** maybeHere has joined #maemo | 17:38 | |
| *** b1101 has joined #maemo | 17:39 | |
| *** maybeWTF has joined #maemo | 17:44 | |
| *** zGrr has quit IRC | 17:45 | |
| *** maybeWTF has quit IRC | 17:52 | |
| *** maybeWTF has joined #maemo | 17:53 | |
| *** maybeWTF has quit IRC | 17:54 | |
| *** maybeWTF has joined #maemo | 17:55 | |
| *** ZrZ has quit IRC | 17:57 | |
| *** zGrr has joined #maemo | 17:57 | |
| *** RzR has joined #maemo | 17:58 | |
| *** maybeWTF has quit IRC | 17:58 | |
| *** Jef91 has joined #maemo | 17:58 | |
| *** Jef91 has joined #maemo | 17:58 | |
| *** maybeWTF has joined #maemo | 17:59 | |
| *** Luke-Jr has quit IRC | 18:04 | |
| *** Luke-Jr has joined #maemo | 18:04 | |
| *** shentey_ has quit IRC | 18:07 | |
| *** maybeWTF has quit IRC | 18:10 | |
| *** maybeWTF has joined #maemo | 18:11 | |
| freemangordon | gabriel_schulhof: maybe there is some d-bus service for that | 18:11 |
| *** maybeWTF has quit IRC | 18:11 | |
| *** maybeWTF has joined #maemo | 18:15 | |
| *** FReaper-PC has joined #maemo | 18:18 | |
| *** DrCode has quit IRC | 18:19 | |
| *** FlameReaper-PC has quit IRC | 18:20 | |
| *** BlackBox__ has joined #maemo | 18:21 | |
| *** FReaper has joined #maemo | 18:21 | |
| *** FReaper-PC has quit IRC | 18:23 | |
| *** FlameReaper has quit IRC | 18:23 | |
| *** DrCode has joined #maemo | 18:24 | |
| *** maybeHere has quit IRC | 18:29 | |
| *** maybeWTF has quit IRC | 18:29 | |
| *** maybeHere has joined #maemo | 19:05 | |
| *** zGrr has quit IRC | 19:20 | |
| *** Openbot has joined #maemo | 19:38 | |
| Openbot | Chk | 19:38 |
| *** newbieAlert has joined #maemo | 19:39 | |
| Openbot | ~Ping | 19:39 |
| *** Openbot has quit IRC | 19:39 | |
| *** Openbot has joined #maemo | 19:39 | |
| *** lexik|m has joined #maemo | 19:55 | |
| *** Openbot has left #maemo | 19:58 | |
| *** nox- has joined #maemo | 20:02 | |
| *** Kabouik has joined #maemo | 20:05 | |
| gabriel_schulhof | freemangordon: Yeah, that's what I've been looking for. | 20:11 |
| gabriel_schulhof | freemangordon: Or a Bluetooth protocol. After all, I've been reading about how selfie-sticks are banned in Korea because they employ RF-unlicensed BT triggers. | 20:12 |
| *** Natch has quit IRC | 20:17 | |
| *** Kabouik has quit IRC | 20:17 | |
| *** shentey has joined #maemo | 20:18 | |
| *** shentey has quit IRC | 20:22 | |
| *** thuttu77 has joined #maemo | 20:22 | |
| *** shentey has joined #maemo | 20:22 | |
| *** Kabouik has joined #maemo | 20:22 | |
| *** frals has joined #maemo | 20:26 | |
| *** frals has quit IRC | 20:26 | |
| *** frals has joined #maemo | 20:26 | |
| *** Luke-Jr has quit IRC | 20:36 | |
| stryngs | selfie stick | 20:37 |
| stryngs | wtf | 20:37 |
| *** Luke-Jr has joined #maemo | 20:37 | |
| *** raccoon_ has quit IRC | 20:41 | |
| *** infobot has joined #maemo | 20:44 | |
| infobot | DocScrutinizer: infobot joined! | 20:44 |
| *** Natch has joined #maemo | 20:45 | |
| bencoh | yay | 20:45 |
| *** luke-jr_ has joined #maemo | 20:45 | |
| *** Luke-Jr has quit IRC | 20:46 | |
| *** at1as has quit IRC | 20:48 | |
| *** at1as has joined #maemo | 20:49 | |
| *** FReaper has quit IRC | 20:50 | |
| *** luke-jr_ is now known as Luke-Jr | 20:51 | |
| *** BlackBox__ has quit IRC | 20:51 | |
| *** newbieAlert has left #maemo | 20:51 | |
| *** shentey has quit IRC | 20:56 | |
| *** maybeWTF has joined #maemo | 21:03 | |
| *** maybeHere has quit IRC | 21:06 | |
| *** M4rtinK has joined #maemo | 21:07 | |
| *** at1as has quit IRC | 21:07 | |
| *** rtghuzhg has joined #maemo | 21:14 | |
| *** infobot has quit IRC | 21:15 | |
| *** infobot has joined #maemo | 21:18 | |
| infobot | DocScrutinizer: infobot joined! | 21:18 |
| *** flo_lap has joined #maemo | 21:19 | |
| *** eMHa_ has quit IRC | 21:20 | |
| *** protem has joined #maemo | 21:21 | |
| *** flo_lap is now known as florian | 21:23 | |
| *** infobot has quit IRC | 21:28 | |
| *** infobot has joined #maemo | 21:42 | |
| infobot | DocScrutinizer: infobot joined! | 21:42 |
| *** sec has joined #maemo | 21:48 | |
| *** thomasjfox has joined #maemo | 22:07 | |
| stryngs | Damn you scratchbox, damn you straight to hell | 22:14 |
| Sicelo | haha, what now | 22:14 |
| *** dhbiker has quit IRC | 22:14 | |
| stryngs | Oh trying to get a VERY cool toolset working on the n900 | 22:14 |
| stryngs | a new pentest tool idea has been born | 22:14 |
| stryngs | /usr/bin/autoheader: /scratchbox/tools/bin/perl: bad interpreter: No such file or directory | 22:16 |
| stryngs | So of course i'm hoping some sed magic fixed autoheader to look for perl in right place and it just "works" | 22:16 |
| * stryngs curses the scratchbox | 22:16 | |
| *** eMHa_ has joined #maemo | 22:17 | |
| *** xes has joined #maemo | 22:17 | |
| Sicelo | you're doing this on N900, or computer? | 22:18 |
| stryngs | n900 Sicelo =) | 22:20 |
| stryngs | ofc | 22:20 |
| stryngs | grrrr | 22:24 |
| stryngs | python2.4 | 22:24 |
| stryngs | ... | 22:24 |
| *** rtghuzhg has quit IRC | 22:27 | |
| stryngs | Sicelo: http://termbin.com/iek5 | 22:28 |
| stryngs | You think if i change those to python2.5 appropriately, I'm crazy | 22:28 |
| stryngs | ? | 22:28 |
| *** Vajb_ has quit IRC | 22:30 | |
| *** Vajb has joined #maemo | 22:31 | |
| stryngs | Here goes | 22:33 |
| stryngs | WOO, building | 22:34 |
| stryngs | WOOOO | 22:35 |
| stryngs | Executed! | 22:35 |
| stryngs | LONG LIVE THE n900 and ALL its glory | 22:35 |
| *** LauRoman|Alt has joined #maemo | 22:46 | |
| *** stryngs has quit IRC | 22:52 | |
| *** shentey has joined #maemo | 23:01 | |
| *** arcean_ has quit IRC | 23:11 | |
| *** arcean has joined #maemo | 23:12 | |
| *** shentey has quit IRC | 23:15 | |
| *** stryngs has joined #maemo | 23:17 | |
| *** shentey has joined #maemo | 23:18 | |
| *** shentey has quit IRC | 23:20 | |
| *** konelix has quit IRC | 23:21 | |
| *** japa-fi has joined #maemo | 23:38 | |
| *** Pali has quit IRC | 23:41 | |
| *** pdz has quit IRC | 23:45 | |
| *** LauRoman has joined #maemo | 23:48 | |
| *** stryngs has quit IRC | 23:48 | |
| *** LauRoman|Alt has quit IRC | 23:49 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!