View Single Post
Old 01-18-2016, 11:27 AM   #31
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,460
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Yeah that the beta does not work was already established in another thread,
https://www.mobileread.com/forums/sho...d.php?t=269824


now I need to see the output from running (for Kindle)

Code:
calibre-debug -c "from urllib import urlopen; exec urlopen('https://raw.githubusercontent.com/kovidgoyal/calibre/master/src/calibre/devices/winusb.py').read() in globals(); drives_for(0x1949)"
for Kobo
Code:
calibre-debug -c "from urllib import urlopen; exec urlopen('https://raw.githubusercontent.com/kovidgoyal/calibre/master/src/calibre/devices/winusb.py').read() in globals(); drives_for(0x2237)"
Make sure to run these commands with the device connected.
kovidgoyal is offline   Reply With Quote