|  12-02-2008, 03:39 PM | #196 | 
| Resident Curmudgeon            Posts: 80,746 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			Do you have Windows?
		 | 
|   |   | 
|  12-02-2008, 05:19 PM | #197 | 
| Connoisseur  Posts: 88 Karma: 44 Join Date: Nov 2007 Location: amsterdam Device: prs-505, kindle2, nook glow | |
|   |   | 
| Advert | |
|  | 
|  12-02-2008, 06:24 PM | #198 | 
| Resident Curmudgeon            Posts: 80,746 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			From what I am gathering, it seems it may be easier to run mobidedrm.py under windows with Python 2.5 or 2.6 install from http://www.python.org.
		 | 
|   |   | 
|  12-02-2008, 10:21 PM | #199 | |
| Grand Sorcerer            Posts: 19,832 Karma: 11844413 Join Date: Jan 2007 Location: Tampa, FL USA Device: Kindle Touch | Quote: 
 BOb | |
|   |   | 
|  12-03-2008, 01:35 AM | #200 | 
| idiot  Posts: 91 Karma: 16 Join Date: Nov 2008 Location: Grand Cayman Device: Sony 505, 300, and 650 | 
			
			Another newb here.....I've been trying all day and still stumped.  I have installed Python latest version, found mobidedrm and updated it to v04 in notepad, resaved as .py file.  I put the drm'd ebook in the scripts folder along with the mobidedrm04 script, cd in dos to the scripts folder.  I followed the old/new/pid to a tee.  I actually downloaded mobireader and redownloaded the book to be sure my pid was correct. When i finally get to the point to hit enter, I get "removes protection from...and usage..." and then I am retured to the prompt.  It appears the script is not working on the decoding...well, not appears...it's not!  I am about to get my new 505 and I want to get this worked out.  I've read the two longest threads twice....help!  and thanks!
		 | 
|   |   | 
| Advert | |
|  | 
|  12-03-2008, 05:22 AM | #201 | |
| Resident Curmudgeon            Posts: 80,746 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 Code: mobidedrm.py LightFantastic9780061367588.prc "The Light Fantastic.prc" XJ6M28H$B2 This is assuming you have Windows and Python 2.5 or 2.6 from http://www.python.org and not that silly Active Python. | |
|   |   | 
|  12-03-2008, 08:49 AM | #202 | |
| Addict          Posts: 357 Karma: 1112 Join Date: Oct 2008 Location: Euroland Device: PocketBook 360°, BeBook (Hanlin V3), iRex DR1000S, iPad | Quote: 
 So keeping things simple: make a working directory wherever you like (off your home directory, on the desktop, whatever) and dump the python scripts and the Mobi books you wish to convert in there (if everything is in one place you will avoid any path errors, etc.). Open a Terminal and go the the working directory you have created (e.g. if you make a directory called "ebook" on your desktop then): Code: cd ~/Desktop/ebook Code: python mobidedrm.py infile.prc outfile.prc ABC123DE56 infile.prc = source book (whatever name it has) outfile.prc = destination book (whatever name you wish) ABC123DE56 = device PID If your PID happens to have a "$" symbol, then you need to type: Code: python mobidedrm.py infile.prc outfile.prc ABC123D\$56 Code: python mobidedrm.py infile.prc outfile.prc 'ABC123D$56' python mobidedrm.py infile.prc outfile.prc "ABC123D$56" Code: python mobidedrm.py Code: MobiDeDrm v0.04. Copyright (c) 2008 The Dark Reverser Removes protection from Mobipocket books Usage: mobidedrm infile.mobi outfile.mobi PID - Or perhaps your python script has not been updated to 0.04, in accordance with the instructions on this site? - Or, unlikely, but python may not be installed on your Mac, although I think it's automatic unless you have a really old version or somehow it was intentionally not installed? Basically, these scripts work on a Mac. Sometimes, for some reason, a book will not work with the latest script, but then using the older version (0.01 or 0.02) will do the trick. On Windo$e, I'm guessing you won't need the "python" at the beginning, but I'm not sure about that. Try either of these: Code: mobidedrm infile.prc outfile.prc ABC123DE56 mobidedrm infile.prc outfile.prc "ABC123D$56" (use "quotes" around PID if it has $ in it) | |
|   |   | 
|  12-03-2008, 09:12 AM | #203 | |
| idiot  Posts: 91 Karma: 16 Join Date: Nov 2008 Location: Grand Cayman Device: Sony 505, 300, and 650 | 
				
				YES!
			 Quote: 
 The filing system you suggested works well and is simple. Thanks for that too! Regards, Joe Barefoot   | |
|   |   | 
|  12-03-2008, 01:43 PM | #204 | 
| Connoisseur  Posts: 88 Karma: 44 Join Date: Nov 2007 Location: amsterdam Device: prs-505, kindle2, nook glow | 
			
			thank you orwell2k for your instructions! it works. and since most of the books that i buy are nearly all drm-ed ones i'm pleased to get it working on my mac now. now i can apply it to all my drm-ed books that i bought from paperback digital as well. they closed and i changed devicec and wasn't able to read most of them anymore. so lots of thanks. used calibre to make it into a sony-format and really is without drm now. | 
|   |   | 
|  12-05-2008, 01:51 AM | #205 | 
| Evangelist            Posts: 496 Karma: 2384998 Join Date: Aug 2007 Location: London, UK Device: iPad, iPhone, K3 & Amazon - between them they cover my needs. | 
			
			If you're on a Mac then the easiest way to run the script is to use PDurrant's Applescript - link at post #103 of this very thread! Drag & drop simplicity, for which many thanks again... Cheers, Pete. | 
|   |   | 
|  12-05-2008, 02:42 AM | #206 | 
| Avid reader   Posts: 262 Karma: 132 Join Date: Mar 2005 Location: The Netherlands Device: HTC Touch Diamond, iLiad Book Edition | 
			
			Perhaps the book title has spaces in it which you haven't wrapped in quotes?
		 | 
|   |   | 
|  12-07-2008, 09:14 AM | #207 | 
| Resident Curmudgeon            Posts: 80,746 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			For those who want to backup their Mobipocket eBooks, I suggest that once you've removed the DRM, also convert to HTML using mobi2oeb and back up both the DRM free Mobipocket eBook and the converted eBook. That way you'll always have a format you can convert to what you need.
		 | 
|   |   | 
|  12-07-2008, 10:44 AM | #208 | 
| Quilt Geek            Posts: 472 Karma: 91775 Join Date: Aug 2007 Location: Lancaster, PA Device: Kindle | |
|   |   | 
|  12-08-2008, 11:19 AM | #209 | 
| Junior Member  Posts: 8 Karma: 10 Join Date: Dec 2008 Device: iPhone | 
				
				problems with mobidedrm_eReader2html.py
			 
			
			Hi! I would like to be able to read my purchased eReader books using the iPhone Bookshelf application, so that I have only one reader instead of two. I've tried the following: python mobidedrm_eReader2html.py MoonCalled-DRM.pdb . MoonCalled.pdb <credit card number masked> I've tried with the full credit card number, as well as the last eight digits. I've verified on the eReader site that it's the credit card I used to purchase, and the one they have listed to unlock the book. I've also tried a FictionWise book. I keep getting the following: eReader2Html v0.03. Copyright (c) 2008 The Dark Reverser Processing... Error: Incorrect Name and/or Credit Card The funny thing is that the MobiDeDRM works great on the books I've bought from MobiPocket. Help? | 
|   |   | 
|  12-08-2008, 11:28 AM | #210 | |
| reader            Posts: 6,977 Karma: 5183568 Join Date: Mar 2006 Location: Mississippi, USA Device: Kindle 3, Kobo Glo HD | Quote: 
 python ereader2html.py MoonCalled-DRM.pdb MoonCalled "User Name" <credit card number> Here, MoonCalled is a subdirectory because it will end up containing HTML and images. I think this gets created for you if it does not exist. The "User Name" needs to be the name as it appears on your Credit Card (or as you registered it with FictionWise/eReader). Only the last 8 digits of your CC number are required. The result is HTML (not a drm-free .pdb version), so you may have to format shift it again. | |
|   |   | 
|  | 
| Tags | 
| conversion, drm, formatting, mobipocket | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| New Epub/Mobipocket creation tool: Jutoh | Julian Smart | ePub | 78 | 03-28-2014 07:28 AM | 
| eReader Decoder Tool | wallcraft | Workshop | 177 | 09-27-2009 08:46 PM | 
| Secure Mobipocket Decoder | ebookfab | Kindle Formats | 3 | 12-09-2008 08:50 PM | 
| Secure Mobipocket Decoder v0.3 | Aenea | Kindle Formats | 74 | 07-10-2008 09:57 AM | 
| Secure Mobipocket Decoder is no more... | Aenea | Kindle Formats | 26 | 04-12-2008 09:53 AM |