New app: Simple sms remote, closes fdroid/queue#3
This commit is contained in:
parent
53e32f8c48
commit
6884c64348
58
metadata/tranquvis.simplesmsremote.txt
Normal file
58
metadata/tranquvis.simplesmsremote.txt
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
Categories:System,Phone & SMS
|
||||||
|
License:MIT
|
||||||
|
Web Site:https://github.com/tranquvis/SimpleSmsRemote/blob/HEAD/README.md
|
||||||
|
Source Code:https://github.com/tranquvis/SimpleSmsRemote
|
||||||
|
Issue Tracker:https://github.com/tranquvis/SimpleSmsRemote/issues
|
||||||
|
|
||||||
|
Auto Name:Simple sms remote
|
||||||
|
Summary:Control your device by sending text messages
|
||||||
|
Description:
|
||||||
|
Remotely control a phone through sms messages. Install the app on the device,
|
||||||
|
which should be controlled, and send control commands from any messenger to it.
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
* specify which modules are accessible and which phones are granted
|
||||||
|
* start sms receiver after boot
|
||||||
|
* send multiple commands with one message
|
||||||
|
* reply to sender phone with result message
|
||||||
|
* show permanent notification with receiver status
|
||||||
|
* view log of sms receiver
|
||||||
|
|
||||||
|
Modules
|
||||||
|
|
||||||
|
* Hotspot: enable, disable, check if enabled
|
||||||
|
* Wifi: enable, disable, check if enabled
|
||||||
|
* Bluetooth: enable, disable, check if enabled
|
||||||
|
* Mobile Data Connection: enable, disable, check if enabled
|
||||||
|
* Battery: get level, check if battery is charging
|
||||||
|
* Location: get current device coordinates
|
||||||
|
* Audio Volume: set and get volume of all audio types (ringtone, music, ...)
|
||||||
|
* Display: set and get brightness, set and get display off timeout, turn display off
|
||||||
|
* Camera: take photo with default settings or custom options (flash, autofocus and more)
|
||||||
|
|
||||||
|
Security
|
||||||
|
|
||||||
|
Granted phones are required to be set for each module, so not everyone can
|
||||||
|
control the device. However, if someone fakes his phone number he is able to use
|
||||||
|
all enabled modules. (Note that this might be a complicated and illegal
|
||||||
|
procedure. Moreover also common antitheft apps like avast trust the sender's
|
||||||
|
phone number.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/tranquvis/SimpleSmsRemote
|
||||||
|
|
||||||
|
Build:1.0.0,100
|
||||||
|
commit=16ec7de290c9042c092395e985a9f0832fd33875
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
srclibs=tranquisdirpicker@c2e29f8d0d88376f5e26b9ab8cc4b475e6664bf1
|
||||||
|
rm=tranquvis.directorypicker
|
||||||
|
prebuild=cp -fR $$tranquisdirpicker$$/app ../tranquvis.directorypicker && \
|
||||||
|
mv src/main/java/tranquvis/simplesmsremote/Utils/Regex/PatternPAram.java src/main/java/tranquvis/simplesmsremote/Utils/Regex/PatternParam.java
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:RepoManifest
|
||||||
|
Current Version:1.0.0
|
||||||
|
Current Version Code:100
|
2
srclibs/tranquisdirpicker.txt
Normal file
2
srclibs/tranquisdirpicker.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/tranquvis/DirectoryPicker
|
Loading…
Reference in a new issue