You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Dear all Joomla guys,
is this project possible? Anybody have any idea how to do this?
I need an app which does this:
There is an Android application which runs on a phone (all the time, called "service" in Android development).
It connects to my remote web server.
At my remote web server there is a database of contacts, which comes from fabrik database, which I am able to filter / sort the contacts in fabrik before I select them for bulk send..
And I can send messages using the phone's SIM card.
the phone connects to my remote web server via usb cable.
2way sms (sent and received) threads appear at the browser too..
warmest regards
William
Nils Rückmann
unread,
Oct 22, 2012, 3:22:44 PM10/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Don't see where you want to integrate Joomla.
webmotion
unread,
Oct 22, 2012, 3:28:02 PM10/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Hi Nils,
"At my remote web server there is a database of contacts, which comes from fabrik database, which I am able to filter / sort the contacts in fabrik before I select them for bulk send."
Fabrik --- this is a bit of Joomla...
Sam Coult
unread,
Oct 23, 2012, 2:34:24 AM10/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
You might want to consider using an extension called csoap that let's you set up soap based web services that you can call from your android application. You would need to write a small plugin that (optionally) authenticates your users and gives access to the data in your db.