Scriptlets, And How To Use Them
Scriptlets are one of the most used methods of running apps on the Kindle, and this page explains what they are and how to use them.
How to use Scriptlets
- Download the scriptlet. They are presented as
.sh(shell) files. - Connect your Kindle to your computer
- Place the scriptlet in your documents folder (so the path would look like
/documents/scriptlet.sh) - The scriptlet should appear on your home screen as a “book”. Click it to run.
Important
If you’re installing an Illusion app, make sure that the folder is also copied If you’re on Firmware 5.12.2.2 or below and get an application error on all scriptlets, it’s not an issue, just visual
What are Scriptlets
Scriptlets are managed by SH_Integration (part of the Hotfix), which have a file extension of .sh which is also commonly used upon desktop Linux. This essentially means they are automated command lines. Scriptlets are special because when they are placed into the documents folder in your kindle they appear as a “book” or “booklet.” And they can also be embedded with metadata such as Name, Author, and Icon. For info on developing scriptlets, make sure you have background knowledge in shell, then look here on the kindlemodding.org Website.
Credits
- GreenCat777 - Wrote the page