@sie-js/sie-tool
v1.0.12
Published
CLI tools for APOXI phones.
Downloads
6
Readme
SUMMARY
A console utility for working with Siemens phones (SGold/SGold2).
Works on all major operating systems: Linux, macOS, and Windows.
[!NOTE] All these functions are also available from the browser: Web Tools.
INSTALL
OSX & Linux
Install the latest version of Node.js.
Install the package:
npm install -g @sie-js/sie-tool@latest
Windows
- Find and install USB drivers for your phone.
- Install scoop: https://scoop.sh/
- Run in PowerShell:
scoop bucket add main scoop install main/nodejs npm install -g @sie-js/sie-tool@latest
USAGE
Usage: sie-tool [options] [command]
CLI tool for Siemens phones.
Options:
-v, --version output the version number
-p, --port <port> serial port name (default: "/dev/ttyUSB0")
-b, --baudrate <baudrate> limit maximum baudrate (0 - use maximum) (default: "0")
-V, --verbose Increase verbosity
-h, --help display help for command
Memory dumper (CGSN):
memory-read [options] Read and save phone memory
memory-read-all [options] Read and save all available phone memory blocks
memory-list List available memory blocks
Screenshotter (BFC):
screenshot [options] Make screenshot of phone screen
Boot:
boot [options] Boot code to the phone
Commands:
list-ports List available serial ports.
help [command] display help for command