Quote:
Originally Posted by killerno
I tried to install duokan to put kindle instead of ebook, but still the same dukoan booting first. After i deleted the whole DEFAULT_RUN=$1 code and put /etc/init.d/framework start & line. It seems like working kindle is booting to KindleOS as default, but after that i can't switch to duokan by Shift D S, I can see the switching screen, but kindle is freezing after taht. Do you have any idea what is wrong? Maybe i have to modify the startdkl.sh file?

|
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