From 6884c64348c9a14b9934868a56443caf8dc3589b Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Fri, 30 Dec 2016 14:56:04 +0100 Subject: [PATCH] New app: Simple sms remote, closes fdroid/queue#3 --- metadata/tranquvis.simplesmsremote.txt | 58 ++++++++++++++++++++++++++ srclibs/tranquisdirpicker.txt | 2 + 2 files changed, 60 insertions(+) create mode 100644 metadata/tranquvis.simplesmsremote.txt create mode 100644 srclibs/tranquisdirpicker.txt diff --git a/metadata/tranquvis.simplesmsremote.txt b/metadata/tranquvis.simplesmsremote.txt new file mode 100644 index 0000000000..5b7cd3264d --- /dev/null +++ b/metadata/tranquvis.simplesmsremote.txt @@ -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 diff --git a/srclibs/tranquisdirpicker.txt b/srclibs/tranquisdirpicker.txt new file mode 100644 index 0000000000..c7940b451d --- /dev/null +++ b/srclibs/tranquisdirpicker.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/tranquvis/DirectoryPicker