View Single Post
Old 09-05-2011, 06:03 PM   #839
killerno
Junior Member
killerno began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Sep 2011
Device: kindle 3
hi,

thanks for the advise, unfortunately the duokan booting as default
Strange for me as well

Quote:
Originally Posted by thomass View Post
if you wish you could try this: (before installation) change it to
Code:
DEFAULT_RUN=$1
if [ -z $1 ] 
then
	 	stitch_to_kindle
else
	 	run_app $DEFAULT_RUN
fi
killerno is offline   Reply With Quote