Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 06-25-2017, 04:00 PM   #16
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
I did not try to match systematically the PCB values with models, but my list for code names, model identification numbers (as used for determining the FW update file) and product ids is as follows:

trilogy 310 Kobo Touch 0x4163
trilogy 320 Kobo TouchC 0x4163
kraken 330 Kobo Glo 0x4173
pixie 340 Kobo Mini 0x4183
dragon 350 AuraHD 0x4193
phoenix 360 Aura 6" 0x4203
dahlia 370 AuraH2O 0x4213
alyssum 371 GloHD 0x4223
pika 372 Touch 2 0x4224
daylight 373 Aura One 0x4225
snow 374 Aura H2O 2 0x4227
star 375 Aura Edition 2 0x4226

Sure, I might be wrong.

Last edited by tshering; 06-25-2017 at 04:03 PM.
tshering is offline   Reply With Quote
Old 06-25-2017, 08:39 PM   #17
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by tshering View Post
I did not try to match systematically the PCB values with models, but my list for code names, model identification numbers (as used for determining the FW update file) and product ids is as follows:

trilogy 310 Kobo Touch 0x4163
trilogy 320 Kobo TouchC 0x4163
kraken 330 Kobo Glo 0x4173
pixie 340 Kobo Mini 0x4183
dragon 350 AuraHD 0x4193
phoenix 360 Aura 6" 0x4203
dahlia 370 AuraH2O 0x4213
alyssum 371 GloHD 0x4223
pika 372 Touch 2 0x4224
daylight 373 Aura One 0x4225
snow 374 Aura H2O 2 0x4227
star 375 Aura Edition 2 0x4226

Sure, I might be wrong.
That looks right to me. To throw more info on it, I have the following in the KoboTouch driver in calibre:

Code:
AURA_PRODUCT_ID     = [0x4203]
AURA_EDITION2_PRODUCT_ID    = [0x4226]
AURA_HD_PRODUCT_ID  = [0x4193]
AURA_H2O_PRODUCT_ID = [0x4213]
AURA_H2O_EDITION2_PRODUCT_ID = [0x4227]
AURA_ONE_PRODUCT_ID = [0x4225]
GLO_PRODUCT_ID      = [0x4173]
GLO_HD_PRODUCT_ID   = [0x4223]
MINI_PRODUCT_ID     = [0x4183]
TOUCH_PRODUCT_ID    = [0x4163]
TOUCH2_PRODUCT_ID = [0x4224]
And the latest kobo_config.sh from the firmware I have is:
Code:
#!/bin/sh
#!/bin/sh
PCB=`ntx_hwconfig -s -p /dev/mmcblk0 PCB`
RES=`ntx_hwconfig -s -p /dev/mmcblk0 DisplayResolution`
case $PCB in
	E60610*) echo trilogy;;
	E60QB*) echo kraken;;
	E606B*) echo kraken;;
	E5061*) echo pixie;;
	E60Q9*) [ "$RES" == "800x600" ] && echo pika || echo alyssum;;
	E606C*) echo dragon;;
	E606G*) echo dahlia;;
	E606F*) echo phoenix;;
	E70Q0*) echo daylight;;
	E60QL*) echo star;;
	E60QM*) echo snow;;
	T60Q0*) echo star;;
	*) echo trilogy;;
esac
The "pika" is the "Touch 2" and the "alyssum" is the "Glo HD".

Looks like there are three ids that could be used. From that, I'd use either the model id number (in the version file), or the USB product id (same as the calibre driver). The PCB identifier needs extra info and both the others can be access from a PC. But personally, I'd just present a list of model names and let the user select the one they want.
davidfor is offline   Reply With Quote
Advert
Old 06-26-2017, 11:51 AM   #18
helour
Enthusiast
helour got an A in P-Chem.helour got an A in P-Chem.helour got an A in P-Chem.helour got an A in P-Chem.helour got an A in P-Chem.helour got an A in P-Chem.helour got an A in P-Chem.helour got an A in P-Chem.helour got an A in P-Chem.helour got an A in P-Chem.helour got an A in P-Chem.
 
Posts: 48
Karma: 6489
Join Date: Dec 2014
Location: Slovakia
Device: Onyx M96, Kobo Glo HD
Many thanks guys. Here we are the result (PCB value, code name, USB PID, model name):
Code:
+-------------------------------------------------------------------------------------------------------------------------------------+
|           Mark 3             |             Mark 4             |             Mark 5              |             Mark 6                |
|------------------------------+--------------------------------+---------------------------------+-----------------------------------|
|E60610 trilogy 0x4163 Touch B | E50610  pixie   0x4183 Mini    | E606F0B phoenix 0x4203 Aura 6"  | E60Q90 pika     0x4224 Touch 2.0  |
|                              | E60610D trilogy 0x4163 Touch C | E606G0  dahlia  0x4213 Aura H2O | E60Q90 alyssum  0x4223 Glo HD     |
|                              | E606B0  kraken  0x4173 Glo     |                                 | E60QL0 star     0x4226 Aura Ed. 2 |
|                              | E606C0  dragon  0x4193 Aura HD |                                 | E60QM0 snow     0x4227 Aura H2O 2 |
|                              |                                |                                 | E70Q00 daylight 0x4225 Aura ONE   |
+-------------------------------------------------------------------------------------------------------------------------------------+
The PCB value can be obtained using:
Code:
ntx_hwconfig -s -p /dev/mmcblk0 PCB 2>/dev/null
The code name by:
Code:
kobo_config.sh 2>/dev/null

Last edited by helour; 06-27-2017 at 07:19 AM.
helour is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Glo Model Number Crusader Kobo Reader 10 12-17-2013 07:34 AM
bash error iomari Calibre 2 08-19-2013 01:40 PM
An available bash 4.2 for KT silverzhao Kindle Developer's Corner 2 02-06-2013 10:37 AM
Does ASIN number on invoice identify kindle model HOW Amazon Kindle 9 11-16-2010 05:33 PM
Sony Reader Daily Edition model number is PRS-900 igorsk News 52 09-18-2009 04:32 PM


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


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