kostyll / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

Add Tasker APIs #473

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://tasker.dinglisch.net/invoketasks.html

Original issue reported on code.google.com by damonkoh...@gmail.com on 8 Nov 2010 at 8:05

GoogleCodeExporter commented 9 years ago
This is the same as issue 464.

Original comment by dch...@gmail.com on 8 Nov 2010 at 1:35

GoogleCodeExporter commented 9 years ago
Issue 464 has been merged into this issue.

Original comment by damonkoh...@gmail.com on 8 Nov 2010 at 1:43

GoogleCodeExporter commented 9 years ago
Shouldn't this just be the sendBroadcast stuff?  Which should really be just a 
copy of the startActivity stuff with the optional receiver permissions somehow 
added?  Or am I missing something important?

Original comment by slisto...@gmail.com on 28 Feb 2011 at 5:09

GoogleCodeExporter commented 9 years ago
When I try to use the sendbroadcast published API 
http://code.google.com/p/android-scripting/wiki/ApiReference#sendBroadcast I 
get :-

V/sl4a.JsonRpcServer$ConnectionThread:89( 1608): Received: {"params": [[1, 
null, "com.googlecode.android_scripting.rpc.RpcError: Unknown RPC."]], "id": 2, 
"method": "sendBroadcastIntent"}
V/sl4a.JsonRpcServer$ConnectionThread:132( 1608): Sent: 
{"error":"com.googlecode.android_scripting.rpc.RpcError: Unknown 
RPC.","id":2,"result":null}

in my logcat output.

Am I right in concluding that this RPC isn't implemented yet?

Original comment by warrell....@gmail.com on 1 Apr 2011 at 12:09

GoogleCodeExporter commented 9 years ago
Until this is implemented, what kind of workarounds exist for passing values 
from sl4a to Tasker?  Passing values via text files?

Original comment by tomlo...@gmail.com on 30 Jun 2011 at 2:28

GoogleCodeExporter commented 9 years ago
See this: 
http://groups.google.com/group/taskerpro/browse_thread/thread/5577b2ee589e5d64#

Original comment by dch...@gmail.com on 30 Jun 2011 at 3:16