View Single Post
Old 09-05-2011, 10:24 AM   #835
killerno
Junior Member
killerno began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Sep 2011
Device: kindle 3
thanks for the answer thomass. so if I put Kindle instead of ebook should work? Or just delete the whole DEFAULT_RUN code and put
/etc/init.d/framework start &
row instead?
sorry i am newbie

Quote:
Originally Posted by thomass View Post
It is not S79switch but rundk.sh. at the bottom of it, there is a part for this:
Code:
DEFAULT_RUN=$1
if [ -z $1 ] 
then
	 	DEFAULT_RUN="ebook"
fi
run_app $DEFAULT_RUN

an option for Kindle could be added.
killerno is offline   Reply With Quote