Node interface to use SDB in Samsung Tizen SDK
This is a kind of wrapper to use SDB command for Tizen SDK in Node.js program.
It’s similar to ADB in Android SDK.
It’s required that command ‘sdb’ is available from command line. For that,
Tizen SDK is installed and environment PATH is set for it properly.
These will be getting richier as per needed.
If ‘tizen-sdb’ is required from REPL, stdout and stderr will be showed in
terminal.
This invokes ‘sdb root on/off’ command.
This invokes ‘sdb shell
This is used for only simple command yet. It may be getting richer.