| *** eMHa__ has quit IRC | 00:15 | |
| *** eMHa__ has joined #maemo | 00:21 | |
| *** shentey has quit IRC | 00:49 | |
| *** geaaru has joined #maemo | 01:32 | |
| *** florian has quit IRC | 01:49 | |
| *** Pali has quit IRC | 01:52 | |
| *** infobot has quit IRC | 03:17 | |
| *** infobot has joined #maemo | 03:19 | |
| *** xy2_ has quit IRC | 03:29 | |
| *** Maxdaman1us is now known as Maxdamantus | 03:57 | |
| *** Kabouik has quit IRC | 04:00 | |
| *** cyphase has quit IRC | 04:14 | |
| *** cyphase has joined #maemo | 04:17 | |
| *** pagurus has quit IRC | 05:43 | |
| *** pagurus has joined #maemo | 05:44 | |
| *** vahe has joined #maemo | 06:20 | |
| *** drcode has quit IRC | 07:10 | |
| *** drcode has joined #maemo | 07:15 | |
| *** sunshavi has quit IRC | 07:50 | |
| *** DocScrutinizer05 has quit IRC | 07:53 | |
| *** DocScrutinizer05 has joined #maemo | 07:53 | |
| *** freemangordon has quit IRC | 08:46 | |
| *** LauRoman has quit IRC | 08:48 | |
| *** freemangordon has joined #maemo | 08:48 | |
| *** xorly has joined #maemo | 10:15 | |
| *** vahe has quit IRC | 10:15 | |
| *** platicus has quit IRC | 10:22 | |
| *** platicus has joined #maemo | 10:26 | |
| *** platicus has quit IRC | 10:27 | |
| *** platicus has joined #maemo | 10:30 | |
| *** LauRoman has joined #maemo | 10:38 | |
| *** platicus has joined #maemo | 10:50 | |
| *** platicus has quit IRC | 10:54 | |
| *** platicus has joined #maemo | 10:59 | |
| *** platicus has joined #maemo | 10:59 | |
| *** Pali has joined #maemo | 11:02 | |
| r00t^home | bought a n900 at a flea-market this morning... looks like a truck ran over it... display and bezel heavily scratched, any lose parts missing, keyboard slide moves but rather un-smooth... for 4 EUR | 12:52 | 
|---|---|---|
| KotCzarny | does it turn on at least? | 12:53 | 
| KotCzarny | watch out for battery physical damages | 12:53 | 
| r00t^home | there was no battery included obviously... | 12:54 | 
| r00t^home | it turns on, nokia logo, but doesn't boot (seems stuck in a boot loop)... will investigate later | 12:54 | 
| r00t^home | at least it charges via usb, unlike my previous n900 with broken usb port | 12:55 | 
| *** dafox has joined #maemo | 13:14 | |
| Maxdamantus | Reminds me of my N97 | 13:32 | 
| Maxdamantus | that was NZ$2, though it actually booted when I held a battery inside it. | 13:33 | 
| *** vahe has joined #maemo | 13:34 | |
| sixwheeledbeast | Worth a shot for 4EUR | 13:53 | 
| KotCzarny | why do you want to shoot the poor thing?! | 13:54 | 
| KotCzarny | it was already beaten up | 13:55 | 
| *** merlin1991 has quit IRC | 14:12 | |
| *** merlin1991 has joined #maemo | 14:12 | |
| *** vahe has quit IRC | 14:34 | |
| *** xy2_ has joined #maemo | 15:10 | |
| *** vahe has joined #maemo | 15:11 | |
| *** EgS has quit IRC | 15:13 | |
| *** EgS has joined #maemo | 15:13 | |
| *** Pali has quit IRC | 15:24 | |
| *** florian has joined #maemo | 15:44 | |
| *** sunshavi has joined #maemo | 15:53 | |
| *** l_bratch has quit IRC | 16:27 | |
| *** l_bratch has joined #maemo | 16:28 | |
| *** Wikiwide has joined #maemo | 16:47 | |
| *** Wikiwide has quit IRC | 16:50 | |
| *** oksanaa has joined #maemo | 16:50 | |
| *** oksanaa is now known as Wikiwide | 16:50 | |
| Wikiwide | Loading "/usr/share/mbarcode/plugins/MBEAN.so" | 16:51 | 
| Wikiwide | "loadPlugins():" Could not load: "/usr/share/mbarcode/plugins/MBEAN.so" due to error: "The plugin '/usr/share/mbarcode/plugins/MBEAN.so' uses incompatible Qt library. Expected build key "armv6 linux g++-4 full-config", got "armv6 linux host-g++ full-config"" | 16:51 | 
| Wikiwide | What's the difference between host-g++ and g++-4? | 16:51 | 
| KotCzarny | few letters | 16:51 | 
| KotCzarny | but since it checks build signatures you will have to recompile one or the other | 16:52 | 
| KotCzarny | host-g++ might be g++4 or any other version | 16:52 | 
| KotCzarny | that's why it calls on the safe side | 16:52 | 
| Wikiwide | I have the source code and build instructions from http://talk.maemo.org/showpost.php?p=820278&postcount=503 | 16:53 | 
| Wikiwide | If it is only letters, then can vim MBEAN.so solve the problem? I am too lazy to recompile, because it would require installing this and that on-device (or packaging a proper deb for auto-builder) | 16:54 | 
| KotCzarny | who knows, but problem is that strings arent same length | 16:55 | 
| KotCzarny | you might try padding with zero bytes | 16:55 | 
| Wikiwide | Like, spaces? | 16:55 | 
| *** florian has quit IRC | 16:56 | |
| KotCzarny | well, first byte after ...nfig has to be 0 to signify end of string | 16:56 | 
| KotCzarny | not asci char 0 which is code 0x30, but number 0 (code 0x00) | 16:57 | 
| KotCzarny | you might want to use some hex editor for that | 16:57 | 
| Wikiwide | How is it different, vim-wise? | 16:57 | 
| KotCzarny | mcedit has hex mode | 16:57 | 
| Wikiwide | Okay, hex editor. | 16:57 | 
| *** L29Ah has joined #maemo | 16:58 | |
| Wikiwide | Anyway, influx of people who know deb packaging well, but not coding itself, would b nice. For both "not packaged" bits and pieces around, and lots of closed-licence graphics (and probably language packs of the system). | 17:00 | 
| Wikiwide | Lol at bless. I haven't expected to see a Mono around Maemo. | 17:02 | 
| Wikiwide | What is qemacs? | 17:05 | 
| KotCzarny | emacs ported to qt ? | 17:05 | 
| *** xy2_ has quit IRC | 17:06 | |
| Wikiwide | No qt dependencies listed | 17:06 | 
| KotCzarny | no clues in description? | 17:06 | 
| Wikiwide | Quick Emacs | 17:07 | 
| Wikiwide | Lol... Qemacs is absolutely TUI. Fancy. But I have no Emacs experience whatsoever. | 17:16 | 
| Wikiwide | Lol... I think that c is copy, and P is paste. But I do not dare to meddle with files without reading more about Emacs beforehand. | 17:20 | 
| Wikiwide | p and n are previous and next, probably. | 17:20 | 
| *** xy2_ has joined #maemo | 17:24 | |
| Wikiwide | Camera competition of the month has topic Let Spring Spring (the more uplifting, the better) | 17:28 | 
| Wikiwide | Camera phone * competition | 17:28 | 
| *** vahe has quit IRC | 17:35 | |
| Wikiwide | Sabre-tooth tigers... Yes, the comparison is fairly accurate, in as much as dedicated biologists would be able to cross-breed existing felines to approximate size and shape of the extinct species, and then tinker with DNA to get closer | 17:35 | 
| Wikiwide | http://talk.maemo.org/showthread.php?t=99361&page=3 | 17:35 | 
| Wikiwide | Thank you. Just, knowing country, manufacturer, and such, from a glance, would be a handy ability. While my plugin has too tiny xml to approach this task, getting it to work, one way or another, would be a nice step. | 17:38 | 
| *** sunshavi has quit IRC | 17:47 | |
| *** Vajb has quit IRC | 17:54 | |
| *** Wizzup has quit IRC | 18:00 | |
| *** Wizzup has joined #maemo | 18:07 | |
| *** vahe has joined #maemo | 18:44 | |
| *** florian has joined #maemo | 19:02 | |
| *** vahe1 has joined #maemo | 19:06 | |
| *** vahe has quit IRC | 19:06 | |
| *** vahe1 has quit IRC | 19:13 | |
| *** vahe has joined #maemo | 19:14 | |
| *** vahe has quit IRC | 19:23 | |
| *** vahe has joined #maemo | 19:23 | |
| Enrico_Menotti | Hello. I'm looking here: http://repository.maemo.org/pool/. There are maemo-5.0, fremantle and fremantle-update2. What is the difference between them? | 19:48 | 
| *** Vajb has joined #maemo | 19:56 | |
| *** florian has quit IRC | 20:01 | |
| *** vahe has quit IRC | 20:01 | |
| *** vahe has joined #maemo | 20:01 | |
| *** Wikiwide has quit IRC | 20:05 | |
| *** Gizmokid2005 has quit IRC | 20:25 | |
| *** vahe has quit IRC | 20:26 | |
| *** Gizmokid2005 has joined #maemo | 20:26 | |
| *** vahe has joined #maemo | 20:26 | |
| *** vahe1 has joined #maemo | 20:32 | |
| *** vahe1 has quit IRC | 20:34 | |
| *** vahe has quit IRC | 20:36 | |
| *** florian has joined #maemo | 20:37 | |
| *** sunshavi has joined #maemo | 21:53 | |
| *** Wikiwide has joined #maemo | 22:01 | |
| *** cyteen has quit IRC | 22:16 | |
| *** cyteen has joined #maemo | 22:32 | |
| *** Venemo has joined #maemo | 22:57 | |
| *** Venemo has joined #maemo | 23:04 | |
| *** Venemo has quit IRC | 23:05 | |
| *** Venemo has joined #maemo | 23:08 | |
| *** Venemo has joined #maemo | 23:10 | |
| *** Venemo has quit IRC | 23:10 | |
| *** Venemo has joined #maemo | 23:26 | |
| *** dafox has quit IRC | 23:26 | |
| *** Venemo has quit IRC | 23:27 | |
| *** Venemo has joined #maemo | 23:28 | |
| *** Wikiwide has quit IRC | 23:38 | |
| *** xy2_ has quit IRC | 23:56 | |
| *** Venemo has quit IRC | 23:57 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!