View Single Post
  #2  
Old 01-18-2010, 05:51 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: How to remove DRM from Amazon Kindle ebooks with kindlefix.py,kindlepid.py,mobide


Download the latest version of eBookUtility
Code:
http://www.mediafire.com/eBookUtility
It includes eBookUtility.jar, kindlepid.py, MobiDeDRM.py

Update MobiDeDRM.py if needed.

eBookUtility it is just a more user-friendly, GUI-wrapper for the great python scripts developed by Igor Skochinsky. It allows to remove DRM protection from whole folders of AZW files at once. And it stores the PID and serial number for future use, requiring it to only be entered on the initial startup.

Since this application is a wrapper it displays the output of the python scripts in a text box so you can see what's going on behind the scene easily.


If you don't have a Kindle and want to use eBookUtility:
  1. create a text file called "ebook.props" in the ebook utility folder
  2. put "PIN=<Your PID>" where <Your PID> is, obviously, the valid PID associated with your mobi books
  3. put "Serial=<random junk>" where random junk is anything you like, since you don't have a kindle, it doesn't matter, so put something in along the lines of "Serial=1234", ebook utility won't care, it'll even display in the bottom of the app, so put something that makes you happy.
Reply With Quote