I just bought my daughter a Nook for Christmas and I would like to convert her collection of Kindle books so that they will work on the Nook. She is currently reading Kindle books on her Android phone via the Kindle app. I looked on her phone and found the books, the names all seem to be in the format B000SEIJNI_EBOK.mbp/B000SEIJNI_EBOK.prc. I pulled them over to my computer and tried the following:
Code:
python kindlepid.py XXXXXXXXXXXXXXXX
and the PID was returned. I then ran the following:
Code:
python mobidedrm2.py B000SEIJNI_EBOK.prc B000SEIJNI_EBOK.mobi XXXXXXXXXX
And this was returned:
Quote:
MobiDeDrm v0.02. Copyright (c) 2008 The Dark Reverser
Error: no key found. maybe the PID is incorrect
|
I rechecked the PID and it seems to be the correct one. Any thoughts as to what I might be doing wrong?
If it makes a difference I'm doing this on Linux Mint 13.
Thanks!