Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 01-27-2009, 07:59 PM   #31
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Tried it; didn't work. "Send to device" is unavailable. This was actually a step back.

Quote:
C:\Program Files\calibre>calibre-debug -c "from calibre.devices.scanner import D
eviceScanner; s = DeviceScanner(); s.scan(); print repr(s.devices)"
[u'usb\\root_hub&vid10de&pid026d&rev00a3', u'usb\\root_hub20&vid10de&pid026e&rev
00a3', u'usb\\vid_058f&pid_9360&rev_0100', u'usb\\vid_0b38&pid_0003&rev_0100', u
'usb\\vid_0b38&pid_0003&rev_0100&mi_00', u'usb\\vid_0b38&pid_0003&rev_0100&mi_01
', u'usb\\vid_1241&pid_1177&rev_0200', u'usb\\vid_1949&pid_0001&rev_0399']

C:\Program Files\calibre>prs500 info
Unable to detect the KINDLE disk drive. Try rebooting.

C:\Program Files\calibre>prs500 df
Unable to detect the KINDLE disk drive. Try rebooting.

C:\Program Files\calibre>prs500 books
Unable to detect the KINDLE disk drive. Try rebooting.

C:\Program Files\calibre>pause
Press any key to continue . . .
And this was on XP Home
Nate the great is offline   Reply With Quote
Old 01-27-2009, 08:08 PM   #32
Bookathon
Bookaholic
Bookathon doesn't litterBookathon doesn't litter
 
Posts: 72
Karma: 142
Join Date: Dec 2008
Device: Kindle 1, 3, Ipad
My kindle was being detected in 0.4.129 but with errors and now in 0.4.131 it is not detected at all. I am running vista sp2
Bookathon is offline   Reply With Quote
Old 01-28-2009, 10:00 AM   #33
pshrynk
Beepbeep n beebeep, yeah!
pshrynk ought to be getting tired of karma fortunes by now.pshrynk ought to be getting tired of karma fortunes by now.pshrynk ought to be getting tired of karma fortunes by now.pshrynk ought to be getting tired of karma fortunes by now.pshrynk ought to be getting tired of karma fortunes by now.pshrynk ought to be getting tired of karma fortunes by now.pshrynk ought to be getting tired of karma fortunes by now.pshrynk ought to be getting tired of karma fortunes by now.pshrynk ought to be getting tired of karma fortunes by now.pshrynk ought to be getting tired of karma fortunes by now.pshrynk ought to be getting tired of karma fortunes by now.
 
pshrynk's Avatar
 
Posts: 11,726
Karma: 8255450
Join Date: Apr 2008
Location: La Crosse, Wisconsin, aka America's IceBox
Device: iThingie, KmkII, I miss Zelda!
This has probably been asked, but is there any plan for working with azw in the future? Much to my horror, I discovered that all those books I sent to my Kindle by the Whispernet "convenience" route are now AZW and i can't seem to get Calibre to change the metadata.
pshrynk is offline   Reply With Quote
Old 01-28-2009, 10:13 AM   #34
Leep
Guru
Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.
 
Leep's Avatar
 
Posts: 739
Karma: 1018859
Join Date: Jun 2008
Location: Near Seattle
Device: kindle1, K3, K3G (thanks MR), iTouch, Kindle Touch
Quote:
Originally Posted by pshrynk View Post
This has probably been asked, but is there any plan for working with azw in the future? Much to my horror, I discovered that all those books I sent to my Kindle by the Whispernet "convenience" route are now AZW and i can't seem to get Calibre to change the metadata.
unless the books are topaz, if you change the file extension from .awz to .prc, you should be able to import them into calibre. You will need to unDRM, first however. I unDRM and change the file extension all at the same time.

cheers
Leep is offline   Reply With Quote
Old 01-29-2009, 06:52 AM   #35
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Can people using Windows please run the following with the Kindle plugged in.
Code:
calibre-debug -c "import wmi; print [(str(drive.PNPDeviceID), drive.Partitions) for drive in wmi.WMI().Win32_DiskDrive()]"
and

Code:
calibre-debug -c "from calibre.devices.scanner import DeviceScanner; from calibre.devices.kindle.driver import KINDLE; s = DeviceScanner(); s.scan(); print s.is_device_connected(KINDLE);"
Quote:
Originally Posted by pshrynk
This has probably been asked, but is there any plan for working with azw in the future?
Check if there is a ticket at http://calibre.kovidgoyal.net/ and if there isn't open one.

Last edited by user_none; 01-29-2009 at 06:54 AM.
user_none is offline   Reply With Quote
Old 01-29-2009, 07:32 AM   #36
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Here you go:
Quote:
C:\Program Files\calibre>calibre-debug -c "import wmi; print [(str(drive.PNPDeviceID), drive.Partitions) for drive in wmi.WMI().Win32_DiskDrive()]"
[('IDE\\DISKST3120213AS____________________________ _3.AHH___\\5&9C402E8&0&0.0.0'
, 2), ('USBSTOR\\DISK&VEN_GENERIC&PROD_USB_CF_READER&REV _1.01\\2004888&1', None)
, ('USBSTOR\\DISK&VEN_GENERIC&PROD_USB_MS_READER&REV _1.03\\2004888&3', None), ('
USBSTOR\\DISK&VEN_GENERIC&PROD_USB_SD_READER&REV_1 .00\\2004888&0', None), ('USBS
TOR\\DISK&VEN_GENERIC&PROD_USB_SM_READER&REV_1.02\ \2004888&2', None), ('USBSTOR\
\DISK&VEN_KINDLE&PROD_CARD_STORAGE&REV_0399\\B001B AB074470391&1', None), ('USBST
OR\\DISK&VEN_KINDLE&PROD_INTERNAL_STORAGE&REV_0399 \\B001BAB074470391&0', 1)]

C:\Program Files\calibre>calibre-debug -c "from calibre.devices.scanner import DeviceScanner; from calibre.devices.kindle.driver import KINDLE; s = eviceScanner(); s.scan(); print s.is_device_connected(KINDLE);"
True

C:\Program Files\calibre>pause
Press any key to continue . . .
Nate the great is offline   Reply With Quote
Old 01-29-2009, 05:36 PM   #37
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Quote:
Originally Posted by Nate the great
Here you go:
Okay, everything looks fine there...
user_none is offline   Reply With Quote
Old 01-29-2009, 05:47 PM   #38
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Incidentally, when my TODO stack winds down a little, I'm planning on adding email support to calibre, so that you can have calibre email news it downloads and converted files to you.
kovidgoyal is offline   Reply With Quote
Old 01-30-2009, 12:01 AM   #39
bwaldron
Wizard
bwaldron ought to be getting tired of karma fortunes by now.bwaldron ought to be getting tired of karma fortunes by now.bwaldron ought to be getting tired of karma fortunes by now.bwaldron ought to be getting tired of karma fortunes by now.bwaldron ought to be getting tired of karma fortunes by now.bwaldron ought to be getting tired of karma fortunes by now.bwaldron ought to be getting tired of karma fortunes by now.bwaldron ought to be getting tired of karma fortunes by now.bwaldron ought to be getting tired of karma fortunes by now.bwaldron ought to be getting tired of karma fortunes by now.bwaldron ought to be getting tired of karma fortunes by now.
 
bwaldron's Avatar
 
Posts: 1,230
Karma: 543210
Join Date: Feb 2008
Location: Gatlinburg, Tennessee
Device: Kindles: Paperwhite Signature Ed., Oasis 2, Voyage
Quote:
Originally Posted by kovidgoyal View Post
Incidentally, when my TODO stack winds down a little, I'm planning on adding email support to calibre, so that you can have calibre email news it downloads and converted files to you.
Excellent!
bwaldron is offline   Reply With Quote
Old 01-30-2009, 06:23 AM   #40
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Quote:
Originally Posted by Nate the great View Post
Here you go:
Try this, the command needs to be quoted after the -c.
Code:
calibre-debug -c "import wmi; from calibre.devices.kindle.driver import KINDLE; k = KINDLE(); print [(str(drive.PNPDeviceID), k.windows_get_drive_prefix(drive)) for drive in wmi.WMI().Win32_DiskDrive()]; k.open_windows(); print k._main_prefix"
user_none is offline   Reply With Quote
Old 01-30-2009, 04:51 PM   #41
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Third times a charm:
Quote:
C:\Program Files\calibre>calibre-debug -c "import wmi; from calibre.devices.kind
le.driver import KINDLE; k = KINDLE(); print [(str(drive.PNPDeviceID), k.windows
_get_drive_prefix(drive)) for drive in wmi.WMI().Win32_DiskDrive()]; k.open_wind
ows(); print k._main_prefix"
[('IDE\\DISKST3120213AS____________________________ _3.AHH___\\5&9C402E8&0&0.0.0'
, u'C:\\'), ('USBSTOR\\DISK&VEN_GENERIC&PROD_USB_CF_READER&REV _1.01\\2004888&1',
None), ('USBSTOR\\DISK&VEN_GENERIC&PROD_USB_MS_READER&REV _1.03\\2004888&3', Non
e), ('USBSTOR\\DISK&VEN_GENERIC&PROD_USB_SD_READER&REV _1.00\\2004888&0', None),
('USBSTOR\\DISK&VEN_GENERIC&PROD_USB_SM_READER&REV _1.02\\2004888&2', None), ('US
BSTOR\\DISK&VEN_KINDLE&PROD_CARD_STORAGE&REV_0399\ \B001BAB074470391&1', None), (
'USBSTOR\\DISK&VEN_KINDLE&PROD_INTERNAL_STORAGE&RE V_0399\\B001BAB074470391&0', u
'K:\\')]
Traceback (most recent call last):
File "debug.py", line 130, in <module>
File "debug.py", line 109, in main
File "<string>", line 1, in <module>
File "calibre\devices\usbms\device.pyo", line 191, in open_windows
calibre.devices.errors.DeviceError: Unable to detect the KINDLE disk drive. Try
rebooting.

C:\Program Files\calibre>pause
Press any key to continue . . .
And yes, the Kindle is connected.
Nate the great is offline   Reply With Quote
Old 01-31-2009, 08:11 AM   #42
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
0.4.132 has some changes to the detection code. It should solve the non-detection issue.
user_none is offline   Reply With Quote
Old 01-31-2009, 08:15 AM   #43
Leep
Guru
Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.Leep ought to be getting tired of karma fortunes by now.
 
Leep's Avatar
 
Posts: 739
Karma: 1018859
Join Date: Jun 2008
Location: Near Seattle
Device: kindle1, K3, K3G (thanks MR), iTouch, Kindle Touch
Quote:
Originally Posted by Nate the great View Post
Third times a charm:


And yes, the Kindle is connected.
It does and was able to successfully transfer ebook. Many thanks for all your hard work.
Leep is offline   Reply With Quote
Old 01-31-2009, 12:36 PM   #44
Lilly
Guru
Lilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it is
 
Lilly's Avatar
 
Posts: 688
Karma: 2090
Join Date: Dec 2007
Device: Sony PRS-505, PRS-900 & PRS-950, Amazon Kindle2
Quote:
Originally Posted by Leep View Post
It does and was able to successfully transfer ebook. Many thanks for all your hard work.
I was also able to turn one of my Lit files into Mobi and send it to my Kindle flawlessly. It detected my Kindle with no problem! I'm used to using Caliber because of mine PRS-505 so the fact that I can continue buying lit books outside of Amazon and make both an LRF, ePud, or Mobi version is fantastic!
Lilly is offline   Reply With Quote
Old 02-01-2009, 05:32 PM   #45
tlrowley
Quilt Geek
tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.tlrowley is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Posts: 472
Karma: 91775
Join Date: Aug 2007
Location: Lancaster, PA
Device: Kindle
Thanks to all the developers for this, I'm having a ball trying it out.

My Kindle (and its SD card) are being recognized correctly, but when I try to send a file to the SD card, it's not being placed into the "documents" folder. It works correctly when I send to the Kindle's main memory.

Am I doing something wrong (missing a setting somewhere)?
tlrowley is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre support of new Kindle 3 chilady1 Calibre 7 01-15-2011 04:36 PM
Does Calibre Support Kindle DX? Sonist Calibre 16 06-20-2009 07:59 PM
Does Calibre support DR1000S? physics@war Calibre 1 05-21-2009 02:48 AM
BeBook support in Calibre timing Calibre 0 05-18-2009 05:30 AM
Cybook support in calibre kovidgoyal Bookeen 159 03-02-2009 04:59 PM


All times are GMT -4. The time now is 07:09 PM.


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