Wednesday, 2010-01-27

*** xman has quit IRC00:34
*** dejanm_ has quit IRC01:17
*** dendy has quit IRC01:32
*** michal has quit IRC02:08
*** dendy has joined #openinkpot02:11
*** exparrot has joined #openinkpot02:27
exparrothello all....02:27
exparrothave just ordered an iRiver Story, and I'd like to put some work in to getting OpenInkpot running on it02:27
exparrotI'm taking a poke at the provided firmware update, EBOOK.HEX. It seems to contain 128 bytes of company name / some other info, then a password protected .zip file02:28
exparrotI'll see if I can dump the internal Flash ROM of the machine, if the password isn't obviously forthcoming02:29
*** xiangfu has joined #openinkpot03:14
*** pcfe has quit IRC03:23
*** pcfe_gone has joined #openinkpot03:24
*** pcfe_gone is now known as pcfe03:27
*** Chinasky has joined #openinkpot03:30
*** avn_ has joined #openinkpot03:51
*** avn has quit IRC03:53
*** Chinasky has left #openinkpot04:26
*** exparrot has left #openinkpot04:28
*** Buggins has quit IRC06:35
*** roxfan has quit IRC06:59
*** roxfan has joined #openinkpot06:59
*** vwegert has joined #openinkpot07:53
*** LunohoD_ has joined #openinkpot07:55
*** avn has joined #openinkpot08:01
*** avn_ has quit IRC08:02
*** LunohoD has quit IRC08:02
*** LunohoD_ is now known as LunohoD08:02
*** jekhor_ has joined #openinkpot08:17
*** LunohoD_ has joined #openinkpot08:19
*** dendy_ has joined #openinkpot08:20
*** LunohoD has quit IRC08:24
*** LunohoD has joined #openinkpot08:24
*** dendy has quit IRC08:24
*** jekhor_ has quit IRC08:25
*** LunohoD_ has quit IRC08:30
*** michal has joined #openinkpot08:34
*** mop has joined #openinkpot08:41
*** t3d has joined #openinkpot08:42
*** Korkut has joined #openinkpot08:43
*** LunohoD_ has joined #openinkpot08:51
*** LunohoD has quit IRC08:57
*** LunohoD_ is now known as LunohoD08:57
*** jekhor_ has joined #openinkpot09:17
*** xman has joined #openinkpot09:19
*** dejanm has joined #openinkpot09:49
|Zz|where can I found cr3 manual?09:57
|Zz|(find)10:03
*** xman has quit IRC10:03
t3ddottedmag: linking to milestone page in wiki start doesn't make sense. Milestone pages cannot be transtated - i.e. get  "Milestone 0.2/pl does not exist."10:03
dottedmagt3d: well, make it "0.2 (downloads)" then, with downloads linking to download page directly10:05
t3dok10:05
CIA-3t3d wiki * 166 /: WikiStart has been changed: get rid of 0.2 milestone (http://openinkpot.org/wiki/WikiStart?action=diff&version=166)10:07
CIA-3t3d wiki * 14 /: WikiStart/pl has been changed: sync with eng. v. 166 (http://openinkpot.org/wiki/WikiStart/pl?action=diff&version=14)10:10
|Zz|any russian here?10:13
dottedmaglot of10:15
CIA-3t3d wiki * /: SupportedFormats/pl page has been created (http://openinkpot.org/wiki/SupportedFormats/pl?version=1)10:18
*** avn_ has joined #openinkpot10:19
CIA-3t3d wiki * 16 /: 0.2/InstallationGuide/pl has been changed: minor improvements (http://openinkpot.org/wiki/0.2/InstallationGuide/pl?action=diff&version=16)10:21
*** avn has quit IRC10:21
CIA-3t3d wiki * 17 /: 0.2/InstallationGuide/pl has been changed (http://openinkpot.org/wiki/0.2/InstallationGuide/pl?action=diff&version=17)10:22
*** xman has joined #openinkpot10:25
*** avn has joined #openinkpot10:26
*** avn_ has quit IRC10:28
|Zz|I'm asking because I've got a cr3-manual.fb2 which contains text in an encoding I can't decipher10:30
|Zz|text like:    <title>     <p>Äåòàëüíîå îïèñàíèå ðåæèìîâ ðàáîòû</p>    </title>10:30
|Zz|actually, the content seems to be utf8, but it renders like that10:31
|Zz|which encodings, besides utf8, are usual for russian people? iso-8859-5 ?10:32
*** jasuarez has joined #openinkpot10:36
jasuarezhello , people10:37
jasuarezI'm doing a small reasearch about linux in ebook readers10:38
|Zz|for example, the word "Äåòàëüíîå" is encoded in the file as the utf-8 sequence c384 c3a5 c3b2 c3a0 c3ab c3bc c3ad c3ae10:38
jasuarezand obviously, openinkpot is there10:38
|Zz|but obviously it is not russian (nor any other language)10:38
jasuarezI've a doubt about how openinkpot solves the porblem of refreshing screen10:38
jasuarezAFAIK, it's done at X11 level, through xdamage extension10:39
jasuarezis it right?10:39
*** xiangfu has quit IRC10:39
|Zz|My guess is that the sequence "Äåòàëüíîå" should have been saved as the byte sequence c4 e5 f2 e0 eb fc ed ee e5, and that this sequence represents valid russian text in some 8bit encoding10:41
|Zz|but I don't know in which one. I tried decoding it as iso-8859-5 and also as koi8r, but in both cases I get a word that Google Translate can't find10:41
|Zz|for iso-8859-5 I get Фхђрыќэюх10:42
|Zz|for koi8r I get дЕРЮКЭМНЕ10:42
|Zz|any of this makes any sense? Sadly I can't understand russian nor ucranian10:42
dottedmag|Zz|: rotfl.10:44
dottedmag|Zz|: koi8-r or UTF-8 or CP1251 here10:44
dottedmagjasuarez: it's in kernel10:44
dottedmagjasuarez: framebuffer driver batches screen updates and pushes 'em to controller after timeout10:45
jasuarezso10:45
dottedmag|Zz|: probably it's CP125110:45
jasuarezwhat happens if a widget is doing a lot of redraw?10:45
jasuarezare those redraws "filtered" at kernel level?10:45
|Zz|probably, since the other two didn't make sense10:45
|Zz|I'll try10:45
dottedmagjasuarez: yes. and then we find author of widget and kick him :)10:46
jasuarez:)10:46
|Zz|I get "Детальное" now10:46
dottedmag|Zz|: no <?xml encoding?> in doc?10:46
dottedmag|Zz|: yes, that's proper encoding10:46
|Zz|yes, ut xml encoding says utf-8 which is false. Encoding is broken10:47
|Zz|ut->but10:47
jasuarezdottedmag: thanks for your valuable information!10:47
dottedmag|Zz|: and "rotfl" due to fact it's a common joke that there are bears on streets, drinking vodka and talking iso-8859-510:47
dottedmagjasuarez: welcome10:47
|Zz|heh, so I guess iso-8859-5 was never adopted10:48
dottedmagYes. It was designed by some committee in US, and was never used in real world, except of several ancient versions of Solaris.10:49
|Zz|well, now that I have the proper encoding, I'll recode the fb2 and feed it to Google Translate. Perhaps I can make some sense of it and write a Spanish translation10:49
dottedmag|Zz|: that'd be cool. could you make an english version too? :)10:49
|Zz|Yes, I can, but my english is not as good as my Spanish :-)10:50
dottedmagWell, at least it's something to start with.10:50
*** avn_ has joined #openinkpot10:58
*** avn has quit IRC11:00
*** avn has joined #openinkpot11:09
*** avn_ has quit IRC11:11
CIA-3franzrogar tickets/book reader (CoolReader) * #790 /: Created [bug]: (Using CSS font properties makes font bolded by default) in post-0.2 snapshot (http://openinkpot.org/ticket/790)11:23
CIA-3haliava ticket * /: File dict.zip has been attached to Ticket #78811:52
CIA-3haliava tickets/book reader (CoolReader) * #788 /: (http://openinkpot.org/ticket/788#comment:3): Finnish-English and Finnish-Russian are uploaded, Finnish-Finnish is probably too big. Anyway I also inserted same card I'm using on N516 into Lbook...11:54
*** xman has quit IRC12:08
*** avn_ has joined #openinkpot12:22
*** avn has quit IRC12:24
*** Buggins has joined #openinkpot12:31
*** xman has joined #openinkpot12:34
*** avn has joined #openinkpot12:37
*** avn_ has quit IRC12:39
*** Buggins has quit IRC12:39
|Zz|if I use vim to manually create a fb2 file, which should I put in "id" tag? Can I use uuidgen for example to generate one?12:50
dottedmag|Zz|: yes, it's supposed to contain uuid12:50
|Zz|thanks12:51
*** jasuarez has quit IRC13:21
CIA-3dendy tickets/misc * #791 /: Created [bug]: (Lost key presses while screen update) in 0.2 (http://openinkpot.org/ticket/791)13:22
CIA-3dendy tickets/misc * #791 /: changed description (http://openinkpot.org/ticket/791#comment:1)13:31
*** avn_ has joined #openinkpot13:31
*** avn has quit IRC13:33
*** vwegert has quit IRC14:20
*** mianos has quit IRC14:25
*** mianos has joined #openinkpot14:26
*** t3d has quit IRC14:30
*** LunohoD has quit IRC14:39
*** xiangfu has joined #openinkpot14:40
*** xiangfu has quit IRC15:14
*** t3d has joined #openinkpot15:19
*** mianos has quit IRC16:17
*** michal has quit IRC16:20
*** LunohoD has joined #openinkpot16:28
*** t3d has quit IRC16:35
*** Wr1ght has quit IRC16:40
*** Buggins has joined #openinkpot16:56
*** dejanm has quit IRC16:58
*** mop has quit IRC17:05
*** avn has joined #openinkpot17:09
*** avn_ has quit IRC17:10
*** avn_ has joined #openinkpot18:15
*** avn has quit IRC18:17
*** vwegert has joined #openinkpot18:24
*** avn has joined #openinkpot18:27
*** avn_ has quit IRC18:29
*** mianos has joined #openinkpot18:31
*** avn_ has joined #openinkpot18:36
*** avn has quit IRC18:38
|Zz|is the russian manual for coolreader available somewhere? I googled a lot without results...18:41
|Zz|I only have a partial translation to spanish, but it is so bad that I can't understand it. I would prefer the russian original!18:41
|Zz|(even if I can't read a word of russian, but Google does a better translation job than the one in the doc I have)18:42
*** avn has joined #openinkpot18:43
*** avn_ has quit IRC18:45
dottedmag|Zz|: ask buggins18:48
|Zz|buggins, are you awake?18:49
Bugginshi19:01
BugginsZz|> there is .fb2 of russian coolreader manual - at git repository19:02
Bugginsa bit outdated19:02
|Zz|ah, ok19:05
|Zz|thanks19:05
*** avn_ has joined #openinkpot19:06
*** avn has quit IRC19:08
*** avn has joined #openinkpot19:35
*** jekhor_ has quit IRC19:36
*** avn_ has quit IRC19:37
*** avn_ has joined #openinkpot19:52
*** avn has quit IRC19:54
*** michal has joined #openinkpot20:02
*** avn has joined #openinkpot20:11
*** avn_ has quit IRC20:13
*** avn_ has joined #openinkpot20:35
*** dendy_ has quit IRC20:37
*** avn has quit IRC20:37
*** dendy_ has joined #openinkpot20:46
*** jekhor_ has joined #openinkpot20:48
*** dejanm has joined #openinkpot21:01
*** dendy_ is now known as dendy21:27
CIA-3Buggins tickets/book reader (CoolReader) * #790 /: status <- committed (http://openinkpot.org/ticket/790#comment:1): Fixed.21:44
*** avn has joined #openinkpot21:56
*** avn_ has quit IRC21:58
CIA-3papdee tickets/book reader (FBReader) * #537 /: (http://openinkpot.org/ticket/537#comment:2): Sorry but I use N516 and personally like FBReader's percentage battery. (I do not think it is a bug)22:06
*** xman has quit IRC22:09
*** xman has joined #openinkpot22:12
*** LunohoD has quit IRC22:24
franzrogarBuggins, thanks for fixing #790 so fast :-)23:16
CIA-3t3d wiki * 2 /: SupportedFormats/pl has been changed: typo fixed (http://openinkpot.org/wiki/SupportedFormats/pl?action=diff&version=2)23:21
*** jekhor_ has quit IRC23:22
*** LunohoD has joined #openinkpot23:27
*** vwegert has quit IRC23:28
*** dejanm_ has joined #openinkpot23:30
*** dejanm has quit IRC23:37
*** xiangfu has joined #openinkpot23:46