Home - ReleaseStandard/ScriptManagerFree GitHub Wiki
SL4A is the root idea of this project.
However it is not currently available on production devices (you have to compile it from AOSP and install as system app).
termux API open some capabilities on the device by using application manager command line.
However this currently does not allow fine control over android properties and there no gui to manage and schedule scripts.
Scriptmanager is a frontend to launch mksh scripts.
You can schedule, repeat scripts as you wish.
It integrates an API extension, which aim to give access to all the android API.
- Admins send commands from phone
- Hobbyist explore and build tools more quickly
- Testers test quickly device capabilities
To turn on bluetooth
bluetooth activate true
To get the name of the local bluetooth adaptater
bluetooth getName
Ready ? go to API !