Home - ReleaseStandard/ScriptManagerFree GitHub Wiki

State of the art : why another scriptmanager ?

SL4A

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

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.

Project presentation

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.

Usages

  • Admins send commands from phone
  • Hobbyist explore and build tools more quickly
  • Testers test quickly device capabilities

Quick start

To turn on bluetooth

bluetooth activate true

To get the name of the local bluetooth adaptater

bluetooth getName

Ready ? go to API !

⚠️ **GitHub.com Fallback** ⚠️