View Single Post
  #4  
Old 03-22-2011, 05:11 AM
Stream Recorder
 
Posts: n/a
Default

Re: Stripping down "Duokan OS" to launch PDF reader from Kindle launchpad


How to launch PDF reader from launchpad:

Create DK_System/startdk.sh file on your Kindle with the following content:
Code:
export LD_LIBRARY_PATH=/mnt/us/DK_System/lib/:${LD_LIBRARY_PATH} 
chmod a+x  /mnt/us/DK_System/bin/ebook 
/mnt/us/DK_System/bin/ebook >/dev/null 2>/dev/null 
/etc/init.d/framework start
Create file launchpad/duokan.ini on your Kindle with the following content:
Code:
[Actions] 
D S = !source /mnt/us/DK_System/startdk.sh & 
D X = !killall ebook
Press Shift -> Shift -> Space to re-initialize the Kindle launchpad.

Now if you press Shift D S (duokan Start), the PDF reader will be launched. If you press Shift D X (duokan Exit), it will be closed.
Reply With Quote