Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Other discussions > Removing DRM protection from eBooks
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #31  
Old 10-25-2010, 10:53 AM
Stream Recorder
 
Posts: n/a
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Quote:
Originally Posted by CluelessinMO View Post
I have installed Python. I have tried to run the script "python mobiedrm005.py infile.prc outfile.prc PIN ...replacing the infile, outfile and PIN. I get there error as stated in my prievious post that 'python' is not a valid .....
Open command prompt, go to the python directory, type "dir" and press Enter. Then post or PM the results of the dir command.
Reply With Quote
  #32  
Old 10-26-2010, 07:57 AM
CluelessinMO CluelessinMO is offline
Junior Member
 
Join Date: Oct 2010
Posts: 4
CluelessinMO is on a distinguished road
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Quote:
Originally Posted by Stream Recorder View Post
Open command prompt, go to the python directory, type "dir" and press Enter. Then post or PM the results of the dir command.
It auto.. starts with my C:\Users\'Name'
Then has 5 columns
Dates, Times, <DIR>, size, file names

Resultes are 2 Files 36118 bytes
17 dir 88691576832 bytes free

Now when I cd to the file I have my info into:

I get 5 files, 2 directorys:

Code.text(instructions), mobidedrm.py, mobidedrm002.py, mobidedrm005.py and the book I am trying to convert.

As well as 2 directories. indicated by period, and double period. I hope this is what you were asking. I am Clueless, and the name fits. LOL
Reply With Quote
  #33  
Old 10-27-2010, 03:43 AM
Stream Recorder
 
Posts: n/a
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Quote:
Originally Posted by CluelessinMO View Post
It auto.. starts with my C:\Users\'Name'
Then has 5 columns
Dates, Times, <DIR>, size, file names

Resultes are 2 Files 36118 bytes
17 dir 88691576832 bytes free

Now when I cd to the file I have my info into:

I get 5 files, 2 directorys:

Code.text(instructions), mobidedrm.py, mobidedrm002.py, mobidedrm005.py and the book I am trying to convert.

As well as 2 directories. indicated by period, and double period. I hope this is what you were asking. I am Clueless, and the name fits. LOL
There is no python in this directory. You either need to add python directory to the PATH or copy your scripts and ebooks to the python directory (and then launch the script from this directory).
Reply With Quote
  #34  
Old 10-27-2010, 08:43 AM
CluelessinMO CluelessinMO is offline
Junior Member
 
Join Date: Oct 2010
Posts: 4
CluelessinMO is on a distinguished road
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Quote:
Originally Posted by Stream Recorder View Post
There is no python in this directory. You either need to add python directory to the PATH or copy your scripts and ebooks to the python directory (and then launch the script from this directory).
Ok, I moved the files to the Python file and now I get "Can't open file 'mobidedrm005.py': [Errno 2] No such file or directory"

I also tried 002 and got "File "mobidedrm002.py", line 19 print "bad key length!" Syntax Error: invalid syntax
Reply With Quote
  #35  
Old 10-27-2010, 02:44 PM
Stream Recorder
 
Posts: n/a
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Quote:
Originally Posted by CluelessinMO View Post
Ok, I moved the files to the Python file and now I get "Can't open file 'mobidedrm005.py': [Errno 2] No such file or directory"

I also tried 002 and got "File "mobidedrm002.py", line 19 print "bad key length!" Syntax Error: invalid syntax
MobiDeDRM v.0.13 is available.

Also try to use simple names for your ebooks like 1.prc, 1out.prc (at least replace spaces with underscores). Or put the names of your ebooks into quotes when using MobiDeDRM.
Reply With Quote
  #36  
Old 11-03-2010, 07:46 AM
jerreddredd jerreddredd is offline
Junior Member
 
Join Date: Nov 2010
Posts: 1
jerreddredd is on a distinguished road
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Thought I would add a few tips. I was using WIN XP

Use Python 2.6.6 (I had problems with 3.0 and higher working with the scripts)
Rename all book file names to remove any spaces. spaces = bad for the scripts.
Once Python is installed you should see windows recognize all the .py scripts and give them a mini icon (looks like a paper with yellow and blue squiggles.
Create a folder and put the books to de-crypt in it along with your python scripts.
I keep the path simple so I don't have to type much (c:\books)
open a command prompt and navigate to this directory. Start>Run>CMD
C:\Documents and Settings\user>cd \
C:\>cd books
now run your python script
C:\books>mobidedrm.py Encryptedbook.azw Decryptedbook.azw UVWXYZ1*2A

The output should be:
MobiDeDrm v0.01. Copyright (c) 2008 The Dark Reverser
Decrypting. Please wait... done

Substitute your book name for "encryptedbook.azw" Pay attention to the suffixes some books have ".azw.prc"
Substitute the name for what ever you want to call your decrypted book for "Decryptedbook.azw"
Substitute your PID for "UVWXYZ1*2A"

And you are done! Hope this helps
Reply With Quote
  #37  
Old 11-04-2010, 02:18 PM
Caspar Caspar is offline
Junior Member
 
Join Date: Nov 2010
Posts: 1
Caspar is on a distinguished road
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Problem?!

I have installed Mobipocket Reader - and can get the PID.
I have installed Calibre version 0.7.26 on my pc.
I have downloaded and imported the MobiDeDRM 0.13 in Calibre, and added the PID in the PlugIn setup.

Ok, so I downloaded a Mobi format book which is DRM'ed with my PID, and I can read it in Mobipocket Reader, which is as expected.

But when I try to remove the DRM using Calibre and MobiDeDRM so I can convert the book and read it on Kindle, Calibre informs me that the DRM isn't removed!

What's wrong in this setup?

I assume that I don't need to install Python since the plugin is imported into Calibre, but is that a mistake?

Thanks in advance.
Reply With Quote
  #38  
Old 11-07-2010, 02:18 AM
Stream Recorder
 
Posts: n/a
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Quote:
Originally Posted by Caspar View Post
I have installed Mobipocket Reader - and can get the PID.
I have installed Calibre version 0.7.26 on my pc.
I have downloaded and imported the MobiDeDRM 0.13 in Calibre, and added the PID in the PlugIn setup.

Ok, so I downloaded a Mobi format book which is DRM'ed with my PID, and I can read it in Mobipocket Reader, which is as expected.

But when I try to remove the DRM using Calibre and MobiDeDRM so I can convert the book and read it on Kindle, Calibre informs me that the DRM isn't removed!

What's wrong in this setup?
Try to use python scripts without Calibre first.

Quote:
Originally Posted by Caspar View Post
I assume that I don't need to install Python since the plugin is imported into Calibre, but is that a mistake?
IMHO you need python to launch python plug-ins.
Reply With Quote
  #39  
Old 11-13-2010, 02:02 AM
Green Tea Green Tea is offline
Junior Member
 
Join Date: Nov 2010
Posts: 1
Green Tea is on a distinguished road
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Can anyone help me convert this prc file to RTF?
hxxp://www.mediafire.com/?k98cwl522v81ig9
I tried but when the conversion is done, the *.RTF file is only 146 pages, which is a part of source file.
Thanks so much!
Reply With Quote
  #40  
Old 11-14-2010, 12:07 PM
Stream Recorder
 
Posts: n/a
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Quote:
Originally Posted by Green Tea View Post
Can anyone help me convert this prc file to RTF?
You can remove DRM protection on a computer which was used to purchase your file only.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 10:51 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons