11-16-2008, 05:45 PM | #1 |
Enthusiast
Posts: 35
Karma: 102
Join Date: Dec 2007
Location: Basel, Switzerland
Device: Cybook Gen3, ILiad, HP hx4700
|
MobiDeDRM not working any longer?
In the past I used MobiDeDRM on my Mobipocket eBooks to be able to use my books on all my electronic devices.
Up until a week ago this worked perfectly. I bought some new eBooks on Fictionwise for my vacanction and used MobiDeDRM on them. Everything seamed to have worked as always, I can open those books without getting an error message and I can page 3 or 4 pages but suddenly when I try to page again my Cybook will kind of reboot and then is looked so I have to perform a reboot. First I thought I had one currupt book but this happened with other newly bought books also. Luckily I also had the original files with my and they work without a problem. Has anyone encountered this problem too? |
11-16-2008, 06:06 PM | #2 |
You kids get off my lawn!
Posts: 4,220
Karma: 73492664
Join Date: Aug 2007
Location: Columbus, Ohio
Device: Oasis 2 and Libra H2O and half a dozen older models I can't let go of
|
I believe I've read here that Cybook doesn't like images larger than...I think it was 600 x 800.
Are you also converting the book to an HTML file? You could look to see if one of the images is larger than that. One of the Mobi files I bought a couple of weeks ago had an image in it (of the book's title page) greater than 900 x 1200! |
Advert | |
|
11-16-2008, 06:20 PM | #3 |
Enthusiast
Posts: 35
Karma: 102
Join Date: Dec 2007
Location: Basel, Switzerland
Device: Cybook Gen3, ILiad, HP hx4700
|
I wasn't converting the format. The original is a Mobipocket book and I just tried to strip it of it's DRM. It's a novel and other than the cover there are no pictures in it and the cover was displayed just fine.
|
11-16-2008, 07:05 PM | #4 |
Enthusiast
Posts: 35
Karma: 102
Join Date: Dec 2007
Location: Basel, Switzerland
Device: Cybook Gen3, ILiad, HP hx4700
|
There are possible several versions of MobiDeDrm
I just downloaded the ZIP-File 4DeDRMfiles.zip and used the Script "Python Script for MobiDeDRM.py 0.02.txt" after having renamed it to MobiDeDRM.py to again DRM a file which previously caused my problem and now I can access the decoded file with MOBIPOCKET which previously also caused the PC version to crash.
Maybe I used an old version of MobiDeDrm. Does anybody know which version is the most current and where to get it? |
11-16-2008, 07:42 PM | #5 |
Kindlephilia
Posts: 2,017
Karma: 1139255
Join Date: Nov 2007
Location: Snowpacolypse 2010
Device: Too many to count
|
If you go this post it explains how to convert the version 2 to version 4. I know nothing about Python but with a little trial and error I was able to produce a version 4 script that works with everything I've thrown at it.
|
Advert | |
|
11-16-2008, 08:08 PM | #6 | |
You kids get off my lawn!
Posts: 4,220
Karma: 73492664
Join Date: Aug 2007
Location: Columbus, Ohio
Device: Oasis 2 and Libra H2O and half a dozen older models I can't let go of
|
Quote:
|
|
11-16-2008, 10:49 PM | #7 |
Addict
Posts: 330
Karma: 596
Join Date: Oct 2006
|
It has not been corrected.
|
11-16-2008, 11:46 PM | #8 |
Grand Sorcerer
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
|
|
11-17-2008, 03:35 AM | #9 |
eBook Enthusiast
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
|
|
11-17-2008, 06:29 AM | #10 | |
Pensively observing.
Posts: 1,758
Karma: 12675456
Join Date: Jun 2008
Device: Varied.
|
Quote:
I am using the PID from my iPaq and it has worked perfectly until now, and I have MobiDeDRM4. I did what any normal, sane person would do - I panicked!! Sent Leep an e-mail and shall see what transpires. Was it something we said? |
|
11-17-2008, 09:37 AM | #11 |
Guru
Posts: 739
Karma: 1018859
Join Date: Jun 2008
Location: Near Seattle
Device: kindle1, K3, K3G (thanks MR), iTouch, Kindle Touch
|
Use the Python WinEditor and make the following changes to your script where you see:
flags >>= 1 [Tab]while flags: [Tab][Tab]if flags & 1: [Tab][Tab][Tab]num += getSizeOfTrailingDataEntry(ptr, size - num) [Tab][Tab]flags >>= 1 [Tab}return num It should read: flags >>= 1 #[Tab]while flags: [Tab]if flags & 1: [Tab][Tab]num += getSizeOfTrailingDataEntry(ptr, size - num) [Tab]flags >>= 1 [Tab]return num cheers Last edited by Leep; 11-17-2008 at 09:41 AM. |
11-17-2008, 11:17 AM | #12 | |
The Grand Mouse 高貴的老鼠
Posts: 72,437
Karma: 309060442
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Voyage
|
These changes were my first attempt at a fix for the 0.02 script. They do allow the script to work on more files, but it isn't a complete solution.
Instead, you should apply (to the 0.02 script) my second set of changes, detailed here: https://www.mobileread.com/forums/sho...&postcount=125 Quote:
|
|
11-17-2008, 04:48 PM | #13 | |
Pensively observing.
Posts: 1,758
Karma: 12675456
Join Date: Jun 2008
Device: Varied.
|
Quote:
After doing as I was told to; Go intoACTIVESTATE PYTHON.I managed to change it. Last edited by nohmi2; 11-18-2008 at 03:13 AM. Reason: Mission Accomplished. |
|
11-19-2008, 07:10 PM | #14 |
Enthusiast
Posts: 35
Karma: 102
Join Date: Dec 2007
Location: Basel, Switzerland
Device: Cybook Gen3, ILiad, HP hx4700
|
I applied the changes proposed by pdurrant to update to version 0.04 and then used the new version on all my books (>100). Then I opened all of them and pages several times. With this new version all my ebooks worked perfectly.
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convert from HTML (zip) no longer working | alhscw | Calibre | 2 | 08-03-2010 01:07 PM |
"Open Containing Folder" no longer working | matanic | Calibre | 18 | 06-24-2010 05:57 PM |
Fictionwise workarounds no longer working | Crusader | News | 10 | 02-22-2010 09:01 PM |
Kindlefix no longer working for library books! | NedScharpf | Amazon Kindle | 4 | 09-04-2009 09:54 AM |
Fetch cover image from server no longer working | ki5ck | Calibre | 2 | 02-09-2009 07:09 PM |