Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 04-26-2025, 04:21 AM   #871
JollyRoger
Groupie
JollyRoger is on a distinguished road
 
Posts: 150
Karma: 68
Join Date: Jul 2012
Device: Kindle
Quote:
Originally Posted by xyzzy_foo View Post
The BlueStacks K4A method works fine for me for books published after April 22, 2025. I receive KF8 (AZW3) + AZW6 (if available) without any problems. If you use an older E Ink device, the images will be black and white, so this is your last hope to get original quality files.
So you're using Kindle for android on Bluestacks. How do you get the book files from Bluestacks? Do you just use file manager to drag and drop them?
JollyRoger is offline   Reply With Quote
Old 04-26-2025, 05:02 AM   #872
Ronins
Junior Member
Ronins began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2025
Device: none
Quote:
Originally Posted by DNSB View Post
I just tried an older book published before the K4PC 2.4.0 cutoff so I could download it with K4PC 2.4.0 and the download worked and was importable to calibre.

Please note the K4PC 2.4.0 will not download books published on 2025-Apr-22 and Amazon may have snuck an update by you.

I am going to assume that by the KFX plugin, you mean the KFX input plugin.
I mean the kfx plugin, yeah.

Once I look at the program versions, I have the ones I said before.

What should I try then?
Ronins is offline   Reply With Quote
Old 04-26-2025, 06:13 AM   #873
Freshenstein
Junior Member
Freshenstein began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Dec 2015
Device: Kobo Libra 2
I was able to successfully transfer a book released after the cut off using my old kindle paperwhite running firmware 5.9.7 (3330440020) and transferring/converting the file via Calibre.
Freshenstein is offline   Reply With Quote
Old 04-26-2025, 02:43 PM   #874
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,283
Karma: 168808723
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JollyRoger View Post
So you're using Kindle for android on Bluestacks. How do you get the book files from Bluestacks? Do you just use file manager to drag and drop them?
Under Windows, I am using a batch file to transfer the books from Bluestack's storage to a Windows directory. You do need to set the config file location and Bluestacks instance in the batch file and have installed the Android SDK Platform Tools to have adb. The rem before the @ECHO OFF can be removed once you have the file running happily.

Code:
rem @ECHO OFF
CLS
rmdir %userprofile%\BS_Export /S /Q
mkdir %userprofile%\BS_Export

REM Extracting all books from a Bluestacks instance with unknown port
REM Edit the following SET commands with your own file location and
REM BlueStacks instance name

SET BS_config_file=C:\ProgramData\Bluestacks_nxt\bluestacks.conf
SET BS_instance=Pie64_1

FOR /F "tokens=2 delims==" %%F IN ('findstr ".%BS_instance%.status.adb_port=" %BS_config_file%') DO SET ADB_PORT=%%F
C:\platform-tools\adb connect localhost:%ADB_PORT%
C:\platform-tools\adb -s localhost:%ADB_PORT% -a pull /sdcard/Android/data/com.amazon.kindle/files %userprofile%/BS_Export
C:\platform-tools\adb disconnect localhost:%ADB_PORT%

@PAUSE
Edit: I've attached the batch file to this message. Rename to remove the .txt before using.
Attached Files
File Type: txt BS_Fetch.cmd.txt (712 Bytes, 62 views)

Last edited by DNSB; 04-26-2025 at 02:54 PM. Reason: Attach batch file to message
DNSB is offline   Reply With Quote
Old 04-26-2025, 05:05 PM   #875
JollyRoger
Groupie
JollyRoger is on a distinguished road
 
Posts: 150
Karma: 68
Join Date: Jul 2012
Device: Kindle
Quote:
Originally Posted by DNSB View Post
Under Windows, I am using a batch file to transfer the books from Bluestack's storage to a Windows directory. You do need to set the config file location and Bluestacks instance in the batch file and have installed the Android SDK Platform Tools to have adb. The rem before the @ECHO OFF can be removed once you have the file running happily.
Nice one cheers
JollyRoger is offline   Reply With Quote
Old 04-26-2025, 05:06 PM   #876
l8ppl
Junior Member
l8ppl began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2025
Device: android
Quote:
Originally Posted by DNSB View Post
Under Windows, I am using a batch file to transfer the books from Bluestack's storage to a Windows directory. You do need to set the config file location and Bluestacks instance in the batch file and have installed the Android SDK Platform Tools to have adb. The rem before the @ECHO OFF can be removed once you have the file running happily.

Code:
rem @ECHO OFF
CLS
rmdir %userprofile%\BS_Export /S /Q
mkdir %userprofile%\BS_Export

REM Extracting all books from a Bluestacks instance with unknown port
REM Edit the following SET commands with your own file location and
REM BlueStacks instance name

SET BS_config_file=C:\ProgramData\Bluestacks_nxt\bluestacks.conf
SET BS_instance=Pie64_1

FOR /F "tokens=2 delims==" %%F IN ('findstr ".%BS_instance%.status.adb_port=" %BS_config_file%') DO SET ADB_PORT=%%F
C:\platform-tools\adb connect localhost:%ADB_PORT%
C:\platform-tools\adb -s localhost:%ADB_PORT% -a pull /sdcard/Android/data/com.amazon.kindle/files %userprofile%/BS_Export
C:\platform-tools\adb disconnect localhost:%ADB_PORT%

@PAUSE
Edit: I've attached the batch file to this message. Rename to remove the .txt before using.
tried but the only thing iam getting is 3 kfx files and calibre tells me it's a kfx-zip flie and after i try to convert it, it says cannot convert cr, this book is blocked by drm.
what am i doing wrong?
l8ppl is offline   Reply With Quote
Old 04-26-2025, 11:18 PM   #877
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,283
Karma: 168808723
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by l8ppl View Post
tried but the only thing iam getting is 3 kfx files and calibre tells me it's a kfx-zip flie and after i try to convert it, it says cannot convert cr, this book is blocked by drm.
what am i doing wrong?
That suggests that you did not import the DRM key from the Bluestacks install to calibre.
DNSB is offline   Reply With Quote
Old 04-26-2025, 11:28 PM   #878
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,334
Karma: 238311259
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by DNSB View Post
That suggests that you did not import the DRM key from the Bluestacks install to calibre.
I had the same problem when I installed the newer version of Kindle for Android. Shouldn't the key have already existed from the older version?

Anyway, I zipped all the files up and renamed the zipped file to KFX-ZIP. After importing it to calibre, it was successfully converted to epub.
Sirtel is online now   Reply With Quote
Old 04-26-2025, 11:41 PM   #879
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,283
Karma: 168808723
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
When I first installed K4A, I backed up up the key and imported it to calibre. After I updated K4A, I did not have to redo the import. What bothers me is the statement that they were getting KFX/KFX-ZIP files when my K4A install downloads prc files which show up as KF8/azw3 files in calibre. If I only copy the .prc file, it still imports to calibre with DRM removed but I don't get the larger cover image and other bits and bobs.

Last edited by DNSB; 04-26-2025 at 11:44 PM.
DNSB is offline   Reply With Quote
Old 04-26-2025, 11:42 PM   #880
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,334
Karma: 238311259
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by DNSB View Post
When I first installed K4A, I backed up up the key and imported it to calibre. After I updated K4A, I did not have to redo the import. The other possibility is that they only copied the KFX files and not the entire directory containing the KFX file so all the bits and bobs were present.
Ah, ok. Yes, I copied and zipped all the files in the directory, not only the KFX files.
Sirtel is online now   Reply With Quote
Old 04-27-2025, 01:43 AM   #881
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,894
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by Ronins View Post
Good night everybody.

I'm trying to quit the drm of a book I've recently bought on Amazon but everytime I import the book into Calibre it is a kfx-zip file and I'm not able to do it.

I'm running Calibre 7.13, K4PC 2.4.70904 and I've tried either DeDRM 10.0.9 and the alpha version. I've also installed the kfx plugin.
If you don't have a Kindle, I don't have the expertise to assist you.

When your Kindle is connected to calibre navigate to the books on your device and right click and click on the "add books to the library” option. As long as your serial number is in the DeDrm plugin accurately, then this will allow the KFX input plugin to gather all the files and place them in your library as a KFX book.

Last edited by DoctorOhh; 04-27-2025 at 01:51 AM.
DoctorOhh is offline   Reply With Quote
Old 04-27-2025, 03:02 AM   #882
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,334
Karma: 238311259
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by DNSB View Post
What bothers me is the statement that they were getting KFX/KFX-ZIP files when my K4A install downloads prc files which show up as KF8/azw3 files in calibre. If I only copy the .prc file, it still imports to calibre with DRM removed but I don't get the larger cover image and other bits and bobs.
I got the kfx files with a book published a couple of days ago, but a prc file with an older book.
Sirtel is online now   Reply With Quote
Old 04-27-2025, 01:46 PM   #883
Ronins
Junior Member
Ronins began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2025
Device: none
Quote:
Originally Posted by DoctorOhh View Post
If you don't have a Kindle, I don't have the expertise to assist you.

When your Kindle is connected to calibre navigate to the books on your device and right click and click on the "add books to the library” option. As long as your serial number is in the DeDrm plugin accurately, then this will allow the KFX input plugin to gather all the files and place them in your library as a KFX book.
Well.

That finally did it.

The only thing is that the cover is in black/white, but by now, that's pretty much.

Is there a way to have the cover in color?

Thanks for your help.
Ronins is offline   Reply With Quote
Old 04-27-2025, 02:11 PM   #884
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,392
Karma: 145491800
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by DNSB View Post
That suggests that you did not import the DRM key from the Bluestacks install to calibre.
Or has the wrong version of DeDRM (needs to be the alpha version).
JSWolf is online now   Reply With Quote
Old 04-27-2025, 04:49 PM   #885
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,334
Karma: 238311259
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by Ronins View Post
Well.

That finally did it.

The only thing is that the cover is in black/white, but by now, that's pretty much.

Is there a way to have the cover in color?

Thanks for your help.
You can change the cover in calibre easily enough.
Sirtel is online now   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dealing with Kindle for PC/Mac 1.19 and KFX in calibre jhowell Calibre 2232 05-27-2024 05:58 AM
Dealing with Adobe DRM eBooks from other stores? Amon_Re Kobo Reader 19 04-16-2023 04:33 PM
Dealing with Kindle for PC/Mac 1.19 and KFX in calibre BetterRed Conversion 0 02-08-2017 12:47 PM
Dealing with Kindle ebooks in calibre BetterRed Devices 0 02-06-2017 06:59 PM
Newbie dealing with eBooks and Calibre DUCKofD3ATH Calibre 7 11-17-2010 11:51 AM


All times are GMT -4. The time now is 08:35 AM.


MobileRead.com is a privately owned, operated and funded community.