|  07-06-2021, 02:34 AM | #1 | 
| Member            Posts: 21 Karma: 107532 Join Date: Jul 2021 Location: France Device: Cybook Odyssey | 
				
				ADE alternative for Linux
			 
			
			Hello everybody, If (like me), you're fed up to reboot on Windows in order to launch ADE or use a very old version in combination to WINE, you're at the right place ! After a long reverse engineering work, I created a library that is a free implementation of ADEPT protocol. It also contains two (command line) utils allowing you to create a new device, register it to Adobe's servers and download ePub from ACSM request files. You can find sources & binaries here : http://indefero.soutade.fr/p/libgourou Cheers Grégory | 
|   |   | 
|  07-06-2021, 08:45 AM | #2 | 
| Weirdo            Posts: 933 Karma: 11941602 Join Date: Nov 2019 Location: Wuppertal, Germany Device: Kobo Sage, Kobo Libra 2, Kindle Paperwhite 2021, Kindle Scribe 2022 | 
			
			I'd even use it with Windows (Linux sub-system) if it works. I'll definitely try it this weekend.
		 | 
|   |   | 
| Advert | |
|  | 
|  07-06-2021, 12:24 PM | #3 | 
| Connoisseur            Posts: 84 Karma: 1142796 Join Date: Jul 2009 Device: Sony PRS 350, Kobo mini, PB mini | 
			
			I would love to be able to use this! Unfortunately, I fail already at the device creation step. "activate" gives me Code: Exception code : 0x5006 Message : Invalid key size 16 Unfortunately, I never activated any of my e-readers at Adobe and I do not own a Windows computer any longer. The wine installation of ADE does not recognize the device and thus cannot register it either. Therefore, I cannot test to use the files from an activated e-reader either. Many thanks in advance! Cheers, Jens | 
|   |   | 
|  07-06-2021, 02:40 PM | #4 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 Does this block the new hardened DRM? | |
|   |   | 
|  07-06-2021, 03:08 PM | #5 | |
| Member            Posts: 21 Karma: 107532 Join Date: Jul 2021 Location: France Device: Cybook Odyssey | Quote: 
  I updated the package, it should works fine now (activate & download) | |
|   |   | 
| Advert | |
|  | 
|  07-06-2021, 03:11 PM | #6 | |
| Member            Posts: 21 Karma: 107532 Join Date: Jul 2021 Location: France Device: Cybook Odyssey | Quote: 
 ePub file you download still contains Adobe DRM, but you should be able to read it with an eReader that supports Adobe's DRM encryption (or use a service like Calibre). As it's a library, I think, it could be embedded into reader software (like koreader) to support DRM, but I don't know if it's what they want. | |
|   |   | 
|  07-06-2021, 03:16 PM | #7 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  07-06-2021, 03:31 PM | #8 | 
| Connoisseur            Posts: 71 Karma: 2703388 Join Date: Nov 2013 Location: 51,9°N 4,2°E Device: Kobo Touch & Clara HD. FBreader on Lenovo Yoga Tab 3 Pro, Nokia 3.1 | 
			
			Not a real replacement for ADE but a work around https://www.mobileread.com/forums/sh...38&postcount=2 If any one knows how to get the key file from ADE Android you don't need windows | 
|   |   | 
|  07-06-2021, 03:35 PM | #9 | |
| Member            Posts: 21 Karma: 107532 Join Date: Jul 2021 Location: France Device: Cybook Odyssey | Quote: 
 * devicesalt for local encryption * activation.xml that contains encrypted RSA public/private keys devicesalt helps to decrypt RSA keys, that are then used to retrieve AES key used for ePub encryption. Key generation is partially done locally (devicesalt + unencrypted RSA) and remotely (encrypted RSA). libgourou manage key generation & server exchange in order to build all these files with right data. For your question : I don't know, the target hobbes version is 10.0.4; but I know there is a version 11 running | |
|   |   | 
|  07-06-2021, 03:40 PM | #10 | |
| Member            Posts: 21 Karma: 107532 Join Date: Jul 2021 Location: France Device: Cybook Odyssey | Quote: 
 | |
|   |   | 
|  07-06-2021, 04:47 PM | #11 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  07-06-2021, 11:25 PM | #12 | 
| Connoisseur            Posts: 71 Karma: 2703388 Join Date: Nov 2013 Location: 51,9°N 4,2°E Device: Kobo Touch & Clara HD. FBreader on Lenovo Yoga Tab 3 Pro, Nokia 3.1 | 
			
			I expect that it also works with an iphone / ipad, but I don't have those so I cannot test it. Android tablets work also
		 | 
|   |   | 
|  07-07-2021, 12:01 AM | #13 | |
| Connoisseur            Posts: 84 Karma: 1142796 Join Date: Jul 2009 Device: Sony PRS 350, Kobo mini, PB mini | Quote: 
 Code: ... fully signed and device activated in ... Code: Exception code : 0x1003 Message : E_ADEPT_USER_AUTH http://drm.ebookshipping.com:8080/fulfillment/Fulfill urn:uuid:12ee6268-df92-4869-b0fb-f2d62dcbb41f | |
|   |   | 
|  07-07-2021, 04:21 AM | #14 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  07-07-2021, 08:11 AM | #15 | |
| Connoisseur            Posts: 84 Karma: 1142796 Join Date: Jul 2009 Device: Sony PRS 350, Kobo mini, PB mini | Quote: 
 I will buy a new book tonight and try this first in the downloader, before I fall back to ADE. | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| ADE in linux w/ WINE - sucess recogonizing device | thersites | PocketBook | 6 | 07-19-2024 10:19 AM | 
| Linux Users: Is Wine + ADE/K4PC still working for you? | latepaul | Amazon Kindle | 7 | 10-04-2021 12:45 PM | 
| PRS-500 PRS 500 (updated) + ADE + Linux | brontus | Sony Reader | 6 | 08-11-2011 12:33 AM | 
| ADE under Linux (Wine), PB360 not recognized | rogue_librarian | PocketBook | 2 | 12-02-2010 06:12 PM | 
| Calibre on Linux, ADE on Windows/WINE - how do I manage? | Beetle B. | Calibre | 4 | 11-28-2010 03:35 PM |