![]() |
#1 |
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Jul 2010
Device: N810
|
Sopport for nokia E52 for Callibre
add class to file C:\Program Files (x86)\Calibre2\Lib\site-packages\calibre\devices\nokia\driver.py
class E52(USBMS): name = 'Nokia E52 device interface' gui_name = 'Nokia E52' description = 'Communicate with the Nokia E52' author = 'David Ignjic' supported_platforms = ['windows', 'linux', 'osx'] VENDOR_ID = [0x421] PRODUCT_ID = [0x1CD] BCD = [0x100] FORMATS = ['mobi', 'prc'] EBOOK_DIR_MAIN = 'eBooks' SUPPORTS_SUB_DIRS = True VENDOR_NAME = 'NOKIA' WINDOWS_MAIN_MEM = 'S60' and add C:\Program Files (x86)\Calibre2\Lib\site-packages\calibre\customize\builtins.py from calibre.devices.nokia.driver import N770, N810, E71X, E52 plugins += [ E52 |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
DR800 Should I use Callibre? | artur | iRex | 5 | 06-06-2010 05:13 AM |
Callibre error when converting (pdb to epub) | cistehovado | Calibre | 2 | 12-29-2009 06:30 PM |