Difference between revisions of "Android Scenario Widget"

From LinuxMCE
Jump to: navigation, search
(Created page with "This is a widget for Android that adds a simple button on the homescreen that can execute a scenario. You can add as many buttons as you like. It is at the alpha stage so you nee...")
 
 
Line 12: Line 12:
 
  The source is here:
 
  The source is here:
 
  http://svn.linuxmce.org/svn/people/apagg/AndroidScenarioWidget
 
  http://svn.linuxmce.org/svn/people/apagg/AndroidScenarioWidget
 +
 +
=Setup=
 +
 +
You need to find the scenario number you want to execute in web-admin. The rest should be self explanatory.
  
 
=Notes=
 
=Notes=

Latest revision as of 18:45, 19 February 2012

This is a widget for Android that adds a simple button on the homescreen that can execute a scenario. You can add as many buttons as you like. It is at the alpha stage so you need to build it your self for testing

Install

First add the core parts:

cd /var/www
sudo svn checkout http://svn.linuxmce.org/svn/people/apagg/WidgetRPC

Then you need to build the .apk and install it on a device.

The source is here:
http://svn.linuxmce.org/svn/people/apagg/AndroidScenarioWidget

Setup

You need to find the scenario number you want to execute in web-admin. The rest should be self explanatory.

Notes

TODO:

  • Get list of scenarios from core
  • Get background image from core
  • Add option to display confirmation message when executing scenario