Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Removing DRM protection from eBooks (http://stream-recorder.com/forum/forumdisplay.php?f=63)
-   -  

Getting "Unsupported version of kindle for pc" with unswindle v6rc1 and k4pc v1.1.0

(http://stream-recorder.com/forum/showthread.php?t=6664)

PLBriggs 05-20-2010 01:50 PM

Getting "Unsupported version of kindle for pc" with unswindle v6rc1 and k4pc v1.1.0


 
Folks:

I'm experiencing the same error message about "unsupported version of kindle for pc" using unswindle.pyw v6-rc1. My current version of K4PC, v1.1.0, is dated 04-May-2010.

The code, obviously, is:
def _get_hexdigest(self):
path = self._exepath
sha1 = hashlib.sha1()
with open(path, 'rb') as f:
data = f.read(4096)
while data:
sha1.update(data)
data = f.read(4096)
hexdigest = sha1.hexdigest()
if not PC1KeyGrabber.supported_version(hexdigest):
raise UnswindleError("Unsupported version of Kindle For PC")
return hexdigest
Regards.......Peter

Stream Recorder 05-21-2010 03:48 AM

Re: Getting "Unsupported version of kindle for pc" with unswindle v6rc1 and k4pc v1.1


 
Quote:

Originally Posted by PLBriggs (Post 19049)
I'm experiencing the same error message about "unsupported version of kindle for pc" using unswindle.pyw v6-rc1. My current version of K4PC, v1.1.0, is dated 04-May-2010.

Kindle For PC was updated recently and it doesn't work with unswindle v6 rc 1.

You need to use an older version of Kindle For PC. But you need to uninstall the newest version first, delete the "My Kindle Content" folder and the Amazon folder in the Local Applications directory. Then install an older version of Kindle4PC and turn off auto updates!


I have found a couple of download links on the net:

K4PC
Code:

http://dl.dropbox.com/u/2992929/KindleForPC-installer.exe
K4PC beta
Code:

http://ifile.it/tq05bk4
Note that these are not my uploads, nor can I guarantee that they are malware free. Make sure to check them with Virus Total, and use them at your own risk.


All times are GMT -6. The time now is 08:16 AM.