From e8f81cdefb80042b315782e962b47a4a602a359b Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 9 Oct 2013 00:01:50 +0200 Subject: [PATCH] Initial import of Projext MAXS components. MAXS is in an early development stage! Beware of bugs :) MAXS is basically an Android service that creates a XMPP connection and allows some predefined JIDs, called Master JIDs, to use this service. Simple commands, e.g. "bluetooth disable", allow you to control your Android device. --- metadata/org.projectmaxs.main.txt | 31 +++++++++++++++++++ metadata/org.projectmaxs.module.bluetooth.txt | 24 ++++++++++++++ .../org.projectmaxs.module.bluetoothadmin.txt | 24 ++++++++++++++ metadata/org.projectmaxs.module.clipboard.txt | 24 ++++++++++++++ .../org.projectmaxs.module.contactsread.txt | 24 ++++++++++++++ metadata/org.projectmaxs.module.fileread.txt | 24 ++++++++++++++ metadata/org.projectmaxs.module.filewrite.txt | 24 ++++++++++++++ .../org.projectmaxs.module.phonestateread.txt | 24 ++++++++++++++ .../org.projectmaxs.module.ringermode.txt | 24 ++++++++++++++ metadata/org.projectmaxs.module.smsnotify.txt | 24 ++++++++++++++ metadata/org.projectmaxs.module.smsread.txt | 24 ++++++++++++++ metadata/org.projectmaxs.module.smssend.txt | 24 ++++++++++++++ metadata/org.projectmaxs.module.smswrite.txt | 24 ++++++++++++++ metadata/org.projectmaxs.transport.xmpp.txt | 27 ++++++++++++++++ srclibs/ProjectMAXS.txt | 2 ++ 15 files changed, 348 insertions(+) create mode 100644 metadata/org.projectmaxs.main.txt create mode 100644 metadata/org.projectmaxs.module.bluetooth.txt create mode 100644 metadata/org.projectmaxs.module.bluetoothadmin.txt create mode 100644 metadata/org.projectmaxs.module.clipboard.txt create mode 100644 metadata/org.projectmaxs.module.contactsread.txt create mode 100644 metadata/org.projectmaxs.module.fileread.txt create mode 100644 metadata/org.projectmaxs.module.filewrite.txt create mode 100644 metadata/org.projectmaxs.module.phonestateread.txt create mode 100644 metadata/org.projectmaxs.module.ringermode.txt create mode 100644 metadata/org.projectmaxs.module.smsnotify.txt create mode 100644 metadata/org.projectmaxs.module.smsread.txt create mode 100644 metadata/org.projectmaxs.module.smssend.txt create mode 100644 metadata/org.projectmaxs.module.smswrite.txt create mode 100644 metadata/org.projectmaxs.transport.xmpp.txt create mode 100644 srclibs/ProjectMAXS.txt diff --git a/metadata/org.projectmaxs.main.txt b/metadata/org.projectmaxs.main.txt new file mode 100644 index 0000000000..fddacefb14 --- /dev/null +++ b/metadata/org.projectmaxs.main.txt @@ -0,0 +1,31 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:Main component of MAXS + +Description: +MAXS development is in an early stage. MAXS and its components is +therefore only recommended for advanced and experiences users for now. + +MAXS (Modular Android XMPP Service) allows you to receive +notifications and remote control your Android device over XMPP. You +will need at least one transport component and one module besides MAXS +main in order to make use of MAXS. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +subdir=main,\ +prebuild=make prebuild + + diff --git a/metadata/org.projectmaxs.module.bluetooth.txt b/metadata/org.projectmaxs.module.bluetooth.txt new file mode 100644 index 0000000000..743b366051 --- /dev/null +++ b/metadata/org.projectmaxs.module.bluetooth.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-bluetooth/Makefile),\ +subdir=module-bluetooth,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.bluetoothadmin.txt b/metadata/org.projectmaxs.module.bluetoothadmin.txt new file mode 100644 index 0000000000..631b098b9c --- /dev/null +++ b/metadata/org.projectmaxs.module.bluetoothadmin.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-bluetoothadmin/Makefile),\ +subdir=module-bluetoothadmin,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.clipboard.txt b/metadata/org.projectmaxs.module.clipboard.txt new file mode 100644 index 0000000000..70b3fc7b9c --- /dev/null +++ b/metadata/org.projectmaxs.module.clipboard.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-clipboard/Makefile),\ +subdir=module-clipboard,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.contactsread.txt b/metadata/org.projectmaxs.module.contactsread.txt new file mode 100644 index 0000000000..4bd94e084c --- /dev/null +++ b/metadata/org.projectmaxs.module.contactsread.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-contactsread/Makefile),\ +subdir=module-contactsread,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.fileread.txt b/metadata/org.projectmaxs.module.fileread.txt new file mode 100644 index 0000000000..dfed4793e1 --- /dev/null +++ b/metadata/org.projectmaxs.module.fileread.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-fileread/Makefile),\ +subdir=module-fileread,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.filewrite.txt b/metadata/org.projectmaxs.module.filewrite.txt new file mode 100644 index 0000000000..44afecf2c8 --- /dev/null +++ b/metadata/org.projectmaxs.module.filewrite.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-filewrite/Makefile),\ +subdir=module-filewrite,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.phonestateread.txt b/metadata/org.projectmaxs.module.phonestateread.txt new file mode 100644 index 0000000000..6393d827a8 --- /dev/null +++ b/metadata/org.projectmaxs.module.phonestateread.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-phonestateread/Makefile),\ +subdir=module-phonestateread,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.ringermode.txt b/metadata/org.projectmaxs.module.ringermode.txt new file mode 100644 index 0000000000..fdd1c49a9c --- /dev/null +++ b/metadata/org.projectmaxs.module.ringermode.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-ringermode/Makefile),\ +subdir=module-ringermode,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.smsnotify.txt b/metadata/org.projectmaxs.module.smsnotify.txt new file mode 100644 index 0000000000..93c7b13005 --- /dev/null +++ b/metadata/org.projectmaxs.module.smsnotify.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-smsnotify/Makefile),\ +subdir=module-smsnotify,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.smsread.txt b/metadata/org.projectmaxs.module.smsread.txt new file mode 100644 index 0000000000..2c981b83e2 --- /dev/null +++ b/metadata/org.projectmaxs.module.smsread.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-smsread/Makefile),\ +subdir=module-smsread,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.smssend.txt b/metadata/org.projectmaxs.module.smssend.txt new file mode 100644 index 0000000000..012bb9a577 --- /dev/null +++ b/metadata/org.projectmaxs.module.smssend.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-smssend/Makefile),\ +subdir=module-smssend,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.smswrite.txt b/metadata/org.projectmaxs.module.smswrite.txt new file mode 100644 index 0000000000..e0d4a85db0 --- /dev/null +++ b/metadata/org.projectmaxs.module.smswrite.txt @@ -0,0 +1,24 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:A Module for MAXS +Description: +This is a Module for MAXS, which does not install any launcher. +You need "MAXS Main" and a configured MAXS Transport to make use of it. +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +init=(cd .. && make module-smswrite/Makefile),\ +subdir=module-smswrite,\ +prebuild=make prebuild diff --git a/metadata/org.projectmaxs.transport.xmpp.txt b/metadata/org.projectmaxs.transport.xmpp.txt new file mode 100644 index 0000000000..819806aa60 --- /dev/null +++ b/metadata/org.projectmaxs.transport.xmpp.txt @@ -0,0 +1,27 @@ +Category:System +License:GPLv3 +Web Site:http://projectmaxs.org +Source Code:https://bitbucket.org/projectmaxs/maxs/ +Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt + +Summary:XMPP Transport for MAXS + +Description: +This is the XMPP Transport for MAXS, which does not instally any +lauchner. You need "MAXS Main" and preferable some MAXS Modules to +make use of it! +. + +Repo Type:srclib +Repo:ProjectMAXS + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.0 +Current Version Code:1 + +Build Version:0.0.1.0,1,0.0.1.0,\ +subdir=transport-xmpp,\ +prebuild=make prebuild + + diff --git a/srclibs/ProjectMAXS.txt b/srclibs/ProjectMAXS.txt new file mode 100644 index 0000000000..9bc3f91e17 --- /dev/null +++ b/srclibs/ProjectMAXS.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://bitbucket.org/projectmaxs/maxs.git