Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > Fictionwise eBookwise

Notices

Reply
 
Thread Tools Search this Thread
Old 06-18-2008, 12:45 AM   #16
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by nrapallo View Post
If you do want a text file with some markings where the start and stop highlites would be, then that would require extra coding to extract and merge them into the text file.
For all the techies out there, this is what the "Hlts" record in the .RES directory (i.e filename "XWDY") looks like as a hex dump followed by reverse enginnering (decoding) of that data:
Code:
File: XWDY
Output by XVI32 - www.chmaas.handshake.de

Offset 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F ASCII dump
=======================================================----------------
0000:  00 01 48 6C 74 73 00 00 00 00 00 00 00 A0 00 00 ..Hlts.......*..
0010:  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0020:  00 00 00 01 00 00 00 0A 66 73 65 6C 00 00 03 75 ........fsel...u
0030:  00 00 03 9B 66 73 65 6C 00 00 04 17 00 00 04 18 ...›fsel........
0040:  66 73 65 6C 00 00 04 1A 00 00 04 1E 66 73 65 6C fsel........fsel
0050:  00 00 04 20 00 00 04 21 66 73 65 6C 00 00 04 23 ... ...!fsel...#
0060:  00 00 04 26 66 73 65 6C 00 00 04 28 00 00 04 2B ...&fsel...(...+
0070:  66 73 65 6C 00 00 04 2D 00 00 04 2E 66 73 65 6C fsel...-....fsel
0080:  00 00 04 30 00 00 04 32 66 73 65 6C 00 00 04 34 ...0...2fsel...4
0090:  00 00 04 35 66 73 65 6C 00 00 04 37 00 00 04 3A ...5fsel...7...:
00A0:  00 80 00 00 00 80 00 00 00 20 00 00             .€...€... ..


Decoding Hlts record format:
============================
Offset
0000:  00 01        =  Start of Header (32 bytes)
       48 6C 74 73  =  Filetype "Hlts"
       00 00 00 00
       00 00 00 A0  =  offset to index after data records (160 bytes = 32 + 8 + 10 * 12 )
       00 00
       00 00 00 00
       00 00 00 00
       00 00 00 00
       00 00 00 00
       
0020:  00 00 00 01  =  Start of data record
       00 00 00 0A  =  10 highlites 
       
       66 73 65 6C    00 00 03 75    00 00 03 9B   =  "fsel" (66 73 65 6c), 00 00 start character position from beg of file, 00 00 stop character position
                                                      Results in 39 (923 - 885 + 1) characters starting with the 885th up to but not including the 923rd
                                                      i.e. the phrase "through the name under which he had been"
       66 73 65 6C    00 00 04 17    00 00 04 18   =  as above, but only highlites 2 characters starting with the 1047th character from the beginning of the file
                                                      i.e. the word "in"
0040:  66 73 65 6C    00 00 04 1A    00 00 04 1E   =  repeat above analysis!
       66 73 65 6C    00 00 04 20    00 00 04 21
       66 73 65 6C    00 00 04 23    00 00 04 26
       66 73 65 6C    00 00 04 28    00 00 04 2B
0070:  66 73 65 6C    00 00 04 2D    00 00 04 2E
       66 73 65 6C    00 00 04 30    00 00 04 32
       66 73 65 6C    00 00 04 34    00 00 04 35
       66 73 65 6C    00 00 04 37    00 00 04 3A
       
00A0:  00 80          00 00 00 80    00 00 00 20    00 00  =  Index (12 bytes)
                                                           =  constant ID (00 80), length of data record (128 bytes = 8 + 10 * 12), start of data record (after first 32 bytes header)
nrapallo is offline   Reply With Quote
Old 06-18-2008, 02:28 PM   #17
vinicius0881
Member
vinicius0881 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: May 2008
Location: Bahia Brasil
Device: EBW1150
Quote:
Originally Posted by nrapallo View Post
Congratulations!

Now that you finally have your hands on it, how does it feel to own one?

To learn more about your unit and the .imp format, try reading our mobileread wiki entires for IMP, EBookwise-1150 and eBook_Publisher for starters.

If some things still make no sense, ask in the Fictionwise forum for help!
thanks for your pointers!
it feels awesome! except for my card reader, which seems to be broken as i tried to read the sm card without success
i've already converted a pdf book to html and now i'm trying to put it in the card. is there a free alternative to the GEB eBook Librarian?
vinicius0881 is offline   Reply With Quote
Old 06-18-2008, 02:48 PM   #18
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by vinicius0881 View Post
thanks for your pointers!
it feels awesome! except for my card reader, which seems to be broken as i tried to read the sm card without success
i've already converted a pdf book to html and now i'm trying to put it in the card. is there a free alternative to the GEB eBook Librarian?
You can still use GEB Librarian (after the demo period), just don't have more than 3 ebooks in your ebook directory and it should transfer the .imp to your ebook reader.

However, GEBLibrarian will not help you getting the highlites from the SM card, so get that SM card reader fixed!
nrapallo is offline   Reply With Quote
Old 06-18-2008, 03:44 PM   #19
vinicius0881
Member
vinicius0881 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: May 2008
Location: Bahia Brasil
Device: EBW1150
Quote:
Originally Posted by nrapallo View Post
You can still use GEB Librarian (after the demo period), just don't have more than 3 ebooks in your ebook directory and it should transfer the .imp to your ebook reader.

However, GEBLibrarian will not help you getting the highlites from the SM card, so get that SM card reader fixed!
yes, that's it! lol i'm avid to start highlighting things
oh and by the way thanks for the reversing work!
vinicius0881 is offline   Reply With Quote
Old 05-11-2010, 06:38 PM   #20
cyndessa
Junior Member
cyndessa began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2010
Device: EBW1150
I am having problems with the .imp file was was created by sbtest.exe. I cannot get it to open with primopdf or utilizing the tool found at: http://www.ebooktechnologies.com/sup...r_download.htm.

The primopdf exe only opens a blank command window when used to open the .imp file. The publisher tool does nothing when I try to open the .imp file. My .imp file created with sbtest.exe is not an empty file- has 584kb. This is created from a RES file on my EBW 1150 that was simply copied onto my hard drive from the memory card.
cyndessa is offline   Reply With Quote
Old 05-11-2010, 11:37 PM   #21
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by cyndessa View Post
I am having problems with the .imp file was was created by sbtest.exe. I cannot get it to open with primopdf or utilizing the tool found at: http://www.ebooktechnologies.com/sup...r_download.htm.

The primopdf exe only opens a blank command window when used to open the .imp file. The publisher tool does nothing when I try to open the .imp file. My .imp file created with sbtest.exe is not an empty file- has 584kb. This is created from a RES file on my EBW 1150 that was simply copied onto my hard drive from the memory card.
If that .imp was a purchased ebook or was encrypted, then sbtest.exe would not be able to create a valid .imp. The eBook Publisher .imp viewer program will open any valid .imp, so you may have "confirmed" that your .res to .imp process created a malformed .imp.

You can confirm if any .imp ebook is encrypted by doing the following:
While at the eBookshelf screen, tap the "circled icon" containing a book beside the name of this ebook on your EBW1150 and look at the bottom of the pop-up screen near the bookshelf graphic to see if there is a picture of a lock. If there is then the ebook has been encrypted to be read only on your ebook reader and cannot be "unencrypted" or copied legibly onto your hard drive.
nrapallo is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Successful hack - backup & restore of markups, possible solution for researchers metaman Sony Reader 6 03-07-2013 10:52 AM
Transferring ebook annotations to new Kindle jesscat Calibre 6 09-09-2010 10:40 AM
Extracting firmware bin file adreamer Ectaco jetBook 1 01-02-2010 01:38 PM
Tool for extracting pdf bookmarks geraschenko iRex 1 10-24-2009 03:42 PM
Extracting text UncleIvor Sony Reader 3 09-11-2009 01:56 PM


All times are GMT -4. The time now is 08:04 PM.


MobileRead.com is a privately owned, operated and funded community.