Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/KUAL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ INSERT OR IGNORE INTO "properties" VALUES('com.mobileread.ixtab.kindlelauncher',
EOF

mntroot ro
sleep 1
fi

# Cleanup (remove previous install residue, this is the new launcher. KUAL jar already copied, no need to keep in documents.)
rm -f /mnt/us/documents/KUAL.jar
rm -f /mnt/us/documents/KUAL.kual

# Launch KUAL
nohup sh -c 'sleep 1; lipc-set-prop com.lab126.appmgrd start app://com.mobileread.ixtab.kindlelauncher'
lipc-set-prop com.lab126.appmgrd start app://com.mobileread.ixtab.kindlelauncher &
Loading