02-08-2017, 05:26 AM | #61 |
Gnu
Posts: 1,222
Karma: 15625359
Join Date: Jul 2009
Location: UK
Device: BeBook,JetBook Lite,PRS-300-350-505-650,+ran out of space to type
|
Encryption/obfuscation isn't necessarily DRM - Fine line I Know
The only way to be sure is take a book and put in on a kindle registered to someone else's account and see if it opens (Or create a test account, but I think they frown on this). If the book can be read, then it fulfills TOR's requirement of being able to be read on personal devices. |
02-08-2017, 06:43 AM | #62 | ||
Wizard
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
|
Quote:
http://www.torbooks.co.uk/buy-tor-ebooks/ In another article they make it clear that the ability to change formats is one of the benefits of DRM-free: Quote:
If the KFX is encrypted then there is no way to change the format to read it on a non-Kindle device. It is clear that when Tor say DRM-free they take that to mean unencrypted too. (Personally the most important reason for buying DRM-free or removing DRM from ebooks is to be able to edit them to correct the publisher's mistakes, but I guess it is understandable that a publisher is not going to promote that as a reason.) |
||
Advert | |
|
02-08-2017, 07:56 AM | #63 | |
Gnu
Posts: 1,222
Karma: 15625359
Join Date: Jul 2009
Location: UK
Device: BeBook,JetBook Lite,PRS-300-350-505-650,+ran out of space to type
|
Quote:
My point still stands - if you can read the downloaded book on someone else's account it doesn't have DRM, you might not be able to read the book in a text viewer but try that with a Microsoft Word File. You can't move any Kindle books to an ePub ereader (Without conversion at least) so the move from ereader to ereader only applies if the new ereader can read the same format. |
|
02-08-2017, 08:38 AM | #64 | |
Laura
Posts: 1,370
Karma: 22770108
Join Date: Nov 2009
Device: Kobo Sage, Kobo Elipsa, Nook Glowlight 4 Plus, Kindle Oasis 2
|
Quote:
|
|
02-08-2017, 09:07 AM | #65 |
Grand Sorcerer
Posts: 6,753
Karma: 86500093
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
DRM means different things to different people.
To me, the key idea of DRM is restricting the actions that can be done to the media. Whether that control is used to restrict access to a particular user or a particular ecosystem is irrelevant. Having books locked into the Amazon ecosystem means that if Amazon ever drops support for KFX those books would become unreadable. The KFX file format is not shy about having the string 'DRM' appear multiple times in conjunction with the encrypted components of the book. So Amazon seems to believe that it is using DRM. KFX DRM does have the ability to not restrict a book to a particular device. But the ability to actually move these books between devices and have them be readable is questionable. I have been able to remove a KFX book from a Kindle device and later restore it. Others report being able to move some books between Kindle devices. But so far that ability has not been demonstrated with Kindle for PC. I have tried saving and restoring a book that was downloaded by Kindle for PC in KFX format. I copied the subdirectory containing the book files within My Kindle Content and then had Kindle for PC delete the original download. When I tried opening the copy, Kindle for PC failed with the message "Error opening book". (When performing the same steps with a book in KF8 format the book opens properly.) Perhaps a way around this will be found, but transferring encrypted KFX books to even the original installation of Kindle for PC appears problematic. -- ETA: It seems a stretch to me to claim that "...so that you can enjoy reading it on your personal devices" means "your KINDLE devices" for a book sold by Amazon and "any of your reading devices" for the same book sold at another book store. Format shifting is a legitimate use-case allowed by the publisher, but blocked by Amazon's DRM. Personally I think that the best solution for books that the publisher intends to be DRM-free would be to have Amazon allow any purchaser to download them from their website in an unencrypted and convertible format, such as MOBI or KF8. Last edited by jhowell; 02-08-2017 at 10:32 AM. |
Advert | |
|
02-08-2017, 02:19 PM | #66 |
Laura
Posts: 1,370
Karma: 22770108
Join Date: Nov 2009
Device: Kobo Sage, Kobo Elipsa, Nook Glowlight 4 Plus, Kindle Oasis 2
|
I agree. They should give everyone the clear choice to download to a Kindle for enhanced typesetting (and whatever other features) or download from the website to get the actual DRM-free version. Not that Amazon will do it, but that would honor the true purpose the publisher intends when selling DRM-free. So you can read the book on any device you choose. Not so you can share your ebook with another kindle owner.
|
03-16-2017, 12:32 PM | #67 | |
Grand Sorcerer
Posts: 6,753
Karma: 86500093
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
I have noticed that "Screen Reader: Supported" has started showing up in the book details for some Kindle books on Amazon. I did some searching and found this on the Accessibility for Kindle e-readers page:
Quote:
|
|
03-16-2017, 07:18 PM | #68 |
Laura
Posts: 1,370
Karma: 22770108
Join Date: Nov 2009
Device: Kobo Sage, Kobo Elipsa, Nook Glowlight 4 Plus, Kindle Oasis 2
|
Ah, sounds like that's a pretty definitive way to determine if a book will be in KFX format on devices/apps that support it. Even more so than "Enhanced Typesetting: Enabled."
|
03-21-2017, 01:09 AM | #69 |
just an egg
Posts: 1,697
Karma: 5514284
Join Date: Mar 2015
Device: Kindle, iOS
|
I've heard you can force Kindle for PC 1.19 to download books in AZW3 by removing the file “%localappdata%\Amazon\Kindle\application\renderer-test.exe”. You can also give it a new name. The next time K4PC is launched, any books already downloaded in KFX format will no longer open and will need to be removed and re-downloaded (as AZW3).
Haven't tried it myself as I'm on a Mac, and unfortunately there's no similar work around for K4Mac |
03-24-2017, 09:56 AM | #70 | |
Junior Member
Posts: 8
Karma: 208038
Join Date: Mar 2016
Device: Too many to name
|
Quote:
Code:
chmod -x /Applications/Kindle.app/Contents/MacOS/renderer-test If for some reason this breaks something, you can always put things back the way they were with: Code:
chmod +x /Applications/Kindle.app/Contents/MacOS/renderer-test |
|
03-24-2017, 09:05 PM | #71 |
just an egg
Posts: 1,697
Karma: 5514284
Join Date: Mar 2015
Device: Kindle, iOS
|
@tastyeng: Awesome! Thank you so much!
|
05-12-2017, 07:33 AM | #72 | |
Addict
Posts: 204
Karma: 2070566
Join Date: Oct 2016
Device: Kobo. Samsung Galaxy Tab. Kindle 4 2011
|
Quote:
On Amazon webpage I have added some of my books to Collections Is there a way to get them to show on the Windows Kindle App as when I click on Collections it says add but none there to add. |
|
05-12-2017, 08:39 AM | #73 |
Grand Sorcerer
Posts: 6,753
Karma: 86500093
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
|
04-19-2018, 12:38 AM | #74 | |
Addict
Posts: 260
Karma: 139980
Join Date: Mar 2014
Device: Android
|
Quote:
|
|
04-19-2018, 02:04 AM | #75 | |
Bibliophagist
Posts: 40,573
Karma: 157444380
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
14E0F0053F1276C0C7C446892DC170344F707FBFE99B695176 2C120144163200 Last edited by DNSB; 04-19-2018 at 02:06 AM. Reason: Fat fingers cause typos... |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calibre ebook-viewer support for NVDA / text-to-speech & assistive software | jobsagoodun | Calibre | 4 | 04-08-2016 10:48 PM |
Can't upgrade desktop software just on the desktop (imac) - goes into a loop | esmerelda3 | Kobo Reader | 6 | 08-01-2012 03:49 PM |
GUI desktop emulates papers and books on physical desktop | Bob Russell | News | 2 | 06-25-2006 08:42 PM |
Access files on your desktop with Google and SoonR | Brian | Lounge | 4 | 10-28-2005 09:35 AM |