[android] SMS Bot 07-18-2017, 12:55 AM
#1
Unfinished text/SMS controlled bot base for the Android platform. Simply text the device to control it.
Commands,
.login <password>
.text <number> <message> / send a text
.toast <message> / toast the device
.visit <url> / visit specified url
.forward <number> / forward all msgs to number (unimplemented).
The program checks for incoming commands every second and deletes them from inbox to remain hidden.
It also starts with the device on power-up/reboot.
Source code is available here: https://files.fm/u/2qnwxx2p
Commands,
.login <password>
.text <number> <message> / send a text
.toast <message> / toast the device
.visit <url> / visit specified url
.forward <number> / forward all msgs to number (unimplemented).
The program checks for incoming commands every second and deletes them from inbox to remain hidden.
It also starts with the device on power-up/reboot.
Source code is available here: https://files.fm/u/2qnwxx2p
(This post was last modified: 07-18-2017, 12:57 AM by titbang.)