Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > Bookeen

Notices

Reply
 
Thread Tools Search this Thread
Old 01-20-2009, 12:40 AM   #106
plazec
Member
plazec doesn't litterplazec doesn't litter
 
plazec's Avatar
 
Posts: 22
Karma: 166
Join Date: Dec 2007
Location: Czech Republic, Sedlice
Device: Cybook Gen 3, HTC Desire
I have tryied but getting this error
Code:
D:\windows_get_devices2>windows_get_devices.exe
Traceback (most recent call last):
  File "windows_get_devices.py", line 77, in <module>
  File "windows_get_devices.py", line 67, in main
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 330: ordinal not in range(128)
looks like it can't handle properly czech version of windows or simply unicode
plazec is offline   Reply With Quote
Old 01-20-2009, 02:46 AM   #107
crAss
Connoisseur
crAss began at the beginning.
 
Posts: 68
Karma: 20
Join Date: Jan 2009
Location: Athens, Greece
Device: Cybook Gen3
I have a Cybook Gen3 512MB version loaded with firmware 1.2 (Build 796). I tried the last version of calibre (0.4.129) and it did not recognise my device. The output from the windows_get_devices concerning the cybook is as follows (2 deviced as windows recognizes it, one for the internal memory, one for the SD card):

Code:
instance of Win32_DiskDrive
{
	BytesPerSector = 512;
	Capabilities = {3, 4, 7};
	CapabilityDescriptions = {"Random Access", "Supports Writing", "Supports Removable Media"};
	Caption = "Bookeen Cybook Gen3  -FD USB Device";
	ConfigManagerErrorCode = 0;
	ConfigManagerUserConfig = FALSE;
	CreationClassName = "Win32_DiskDrive";
	Description = "Disk drive";
	DeviceID = "\\\\.\\PHYSICALDRIVE3";
	FirmwareRevision = "1.00";
	Index = 3;
	InterfaceType = "USB";
	Manufacturer = "(Standard disk drives)";
	MediaLoaded = TRUE;
	MediaType = "Removable Media";
	Model = "Bookeen Cybook Gen3  -FD USB Device";
	Name = "\\\\.\\PHYSICALDRIVE3";
	Partitions = 1;
	PNPDeviceID = "USBSTOR\\DISK&VEN_BOOKEEN&PROD_CYBOOK_GEN3__-FD&REV_1.00\\080825014206006775&1";
	SectorsPerTrack = 63;
	SerialNumber = "";
	Signature = 381943280;
	Size = "518192640";
	Status = "OK";
	SystemCreationClassName = "Win32_ComputerSystem";
	SystemName = "CRASS-PC";
	TotalCylinders = "63";
	TotalHeads = 255;
	TotalSectors = "1012095";
	TotalTracks = "16065";
	TracksPerCylinder = 255;
};

instance of Win32_DiskDrive
{
	BytesPerSector = 512;
	Capabilities = {3, 4, 7};
	CapabilityDescriptions = {"Random Access", "Supports Writing", "Supports Removable Media"};
	Caption = "Bookeen Cybook Gen3  -SD USB Device";
	ConfigManagerErrorCode = 0;
	ConfigManagerUserConfig = FALSE;
	CreationClassName = "Win32_DiskDrive";
	Description = "Disk drive";
	DeviceID = "\\\\.\\PHYSICALDRIVE2";
	FirmwareRevision = "1.00";
	Index = 2;
	InterfaceType = "USB";
	Manufacturer = "(Standard disk drives)";
	MediaLoaded = TRUE;
	MediaType = "Removable Media";
	Model = "Bookeen Cybook Gen3  -SD USB Device";
	Name = "\\\\.\\PHYSICALDRIVE2";
	Partitions = 1;
	PNPDeviceID = "USBSTOR\\DISK&VEN_BOOKEEN&PROD_CYBOOK_GEN3__-SD&REV_1.00\\080825014206006775&0";
	SectorsPerTrack = 63;
	SerialNumber = "";
	Signature = 0;
	Size = "1011709440";
	Status = "OK";
	SystemCreationClassName = "Win32_ComputerSystem";
	SystemName = "CRASS-PC";
	TotalCylinders = "123";
	TotalHeads = 255;
	TotalSectors = "1975995";
	TotalTracks = "31365";
	TracksPerCylinder = 255;
Hope this helps in better recognition of the device in the next revisions of the software. Keep up the good work!

Last edited by crAss; 01-20-2009 at 02:49 AM.
crAss is offline   Reply With Quote
Old 01-20-2009, 03:00 AM   #108
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,359
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Can the people whose Cybooks are not being recognized please post the output of the following two commands:

Code:
prs500 info
prs500 df
kovidgoyal is offline   Reply With Quote
Old 01-20-2009, 10:49 AM   #109
Gibbo
Guru
Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.
 
Gibbo's Avatar
 
Posts: 776
Karma: 2475053
Join Date: May 2007
Device: Galaxy Tab A (2019) - iPhone 11 - KA1 - Onyx Boox Nova Pro
Quote:
Originally Posted by kovidgoyal View Post
Can the people whose Cybooks are not being recognized please post the output of the following two commands:

Code:
prs500 info
prs500 df
This is what I get with both commands:

Traceback (most recent call last):
File "main.py", line 337, in <module>
File "main.py", line 215, in main
File "calibre\devices\usbms\device.pyo", line 290, in open
File "calibre\devices\usbms\device.pyo", line 180, in open_windows
NameError: global name 'WINDOWS_MAIN_MEM' is not defined
Gibbo is offline   Reply With Quote
Old 01-20-2009, 11:27 AM   #110
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,359
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by Gibbo View Post
This is what I get with both commands:

Traceback (most recent call last):
File "main.py", line 337, in <module>
File "main.py", line 215, in main
File "calibre\devices\usbms\device.pyo", line 290, in open
File "calibre\devices\usbms\device.pyo", line 180, in open_windows
NameError: global name 'WINDOWS_MAIN_MEM' is not defined
Will be fixed in next release.
kovidgoyal is offline   Reply With Quote
Old 01-20-2009, 11:34 AM   #111
plazec
Member
plazec doesn't litterplazec doesn't litter
 
plazec's Avatar
 
Posts: 22
Karma: 166
Join Date: Dec 2007
Location: Czech Republic, Sedlice
Device: Cybook Gen 3, HTC Desire
Quote:
Originally Posted by kovidgoyal View Post
Can the people whose Cybooks are not being recognized please post the output of the following two commands:

Code:
prs500 info
prs500 df
I'm getting same error as Gibbo
plazec is offline   Reply With Quote
Old 01-20-2009, 04:01 PM   #112
crAss
Connoisseur
crAss began at the beginning.
 
Posts: 68
Karma: 20
Join Date: Jan 2009
Location: Athens, Greece
Device: Cybook Gen3
I get exactly the same thing also.
crAss is offline   Reply With Quote
Old 01-20-2009, 04:15 PM   #113
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,359
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Try this build of calibre

http://calibre.kovidgoyal.net/downlo...re-0.4.129.exe
kovidgoyal is offline   Reply With Quote
Old 01-20-2009, 04:43 PM   #114
ErwinOtten
Addict
ErwinOtten has a complete set of Star Wars action figures.ErwinOtten has a complete set of Star Wars action figures.ErwinOtten has a complete set of Star Wars action figures.ErwinOtten has a complete set of Star Wars action figures.ErwinOtten has a complete set of Star Wars action figures.
 
ErwinOtten's Avatar
 
Posts: 338
Karma: 444
Join Date: Jul 2008
Location: The Netherlands
Device: Cybook G3
Quote:
Originally Posted by kovidgoyal View Post
Allas, that isn't an improvement. With 0.4.127 my cybook was detected without problems. Not anymore now, no recognition what so ever


Oh, and I get exactly the same response as Gibbo after "prs500 info".

Last edited by ErwinOtten; 01-20-2009 at 04:48 PM.
ErwinOtten is offline   Reply With Quote
Old 01-20-2009, 04:44 PM   #115
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
No go for me:

prs500 info
Traceback (most recent call last):
File "main.py", line 337, in <module>
File "main.py", line 215, in main
File "calibre\devices\usbms\device.pyo", line 290, in open
File "calibre\devices\usbms\device.pyo", line 191, in open_windows
NameError: global name 'names' is not defined

prs500 df
Traceback (most recent call last):
File "main.py", line 337, in <module>
File "main.py", line 215, in main
File "calibre\devices\usbms\device.pyo", line 290, in open
File "calibre\devices\usbms\device.pyo", line 191, in open_windows
NameError: global name 'names' is not defined
bwaldron is offline   Reply With Quote
Old 01-20-2009, 04:47 PM   #116
Gibbo
Guru
Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.
 
Gibbo's Avatar
 
Posts: 776
Karma: 2475053
Join Date: May 2007
Device: Galaxy Tab A (2019) - iPhone 11 - KA1 - Onyx Boox Nova Pro
Yep, same as bwaldron
Gibbo is offline   Reply With Quote
Old 01-20-2009, 05:01 PM   #117
plazec
Member
plazec doesn't litterplazec doesn't litter
 
plazec's Avatar
 
Posts: 22
Karma: 166
Join Date: Dec 2007
Location: Czech Republic, Sedlice
Device: Cybook Gen 3, HTC Desire
same error here
plazec is offline   Reply With Quote
Old 01-20-2009, 05:09 PM   #118
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,359
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Sigh, another typo. Wish I had a cybook. In any case here's a fixed fixed build

http://calibre.kovidgoyal.net/downlo...re-0.4.129.exe
kovidgoyal is offline   Reply With Quote
Old 01-20-2009, 05:18 PM   #119
Gibbo
Guru
Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.
 
Gibbo's Avatar
 
Posts: 776
Karma: 2475053
Join Date: May 2007
Device: Galaxy Tab A (2019) - iPhone 11 - KA1 - Onyx Boox Nova Pro
Quote:
Originally Posted by kovidgoyal View Post
Sigh, another typo. Wish I had a cybook. In any case here's a fixed fixed build

http://calibre.kovidgoyal.net/downlo...re-0.4.129.exe
YES!! Cybook now recognised
Gibbo is offline   Reply With Quote
Old 01-20-2009, 06:12 PM   #120
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 Gibbo View Post
YES!! Cybook now recognised
Same here.

Thanks so much, Kovid.
bwaldron is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cybook Opus hyphenation support elmargol Bookeen 1 12-20-2009 01:25 PM
Does the cybook support the arabian fonts? Shehabi Bookeen 8 06-24-2008 03:48 PM
Question about Cybook PDF support Gameboy70 Bookeen 8 06-02-2008 07:33 AM
Cybook support Kathy Bookeen 2 01-09-2008 05:27 PM
Better Cybook support in new Mobipocket software Alexander Turcic Bookeen 2 11-18-2007 03:42 AM


All times are GMT -4. The time now is 09:12 AM.


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