View Single Post
Old 04-08-2015, 12:42 AM   #10
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
in bin/kobo_config.sh:

Code:
#!/bin/sh
PCB=`ntx_hwconfig -s -p /dev/mmcblk0 PCB`
RES=`ntx_hwconfig -s -p /dev/mmcblk0 DisplayResolution`
case $PCB in
	E60610D*) 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;;
	*) echo trilogy;;
esac
That seems to say that the pika and alyssum have the same or similar PCB but different resolutions.
davidfor is offline   Reply With Quote