View Single Post
Old 10-11-2014, 10:34 AM   #4
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,759
Karma: 731681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
I reckon it's dahlia? [Edit: I just remembered tshering was already aware of that when he pointed toward a fix for the screen rotation.]

Code:
# cat /bin/kobo_config.sh 
#!/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 dahlia;;
        E606F*) echo phoenix;;
        *) echo trilogy;;
esac
Code:
# ntx_hwconfig -s -p /dev/mmcblk0 PCB
E606G0
Code:
# /bin/kobo_config.sh 
dahlia

Last edited by Frenzie; 10-11-2014 at 10:39 AM.
Frenzie is offline   Reply With Quote