View Single Post
Old 06-03-2014, 12:57 AM   #39
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 DNSB View Post
I suspect the message is: https://www.mobileread.com/forums/sho...48&postcount=6


Something about a change to the Glo.
That change is what I was referring to above. But, now there is a second entry for the Aura HD (dragon). The version is 3.4.1 is:

Code:
#!/bin/sh
PCB=`ntx_hwconfig -s -p /dev/mmcblk0 PCB`
case $PCB in
	E60610D*) echo trilogy;;
	E60QB*) echo kraken;;
	E606B*) echo kraken;;
	E5061*) echo pixie;;
	E606C*) echo dragon;;
	E606G*) echo dragon;;
	E606F*) echo phoenix;;
	*) echo trilogy;;
esac
davidfor is offline   Reply With Quote