on{x} - An automating tool for Android.

Discuss other useful utilities, general computing tips & tricks, Internet resources, etc.
User avatar
Menixator
Posts: 69
Joined: 30 Sep 2013, 04:10

on{x} - An automating tool for Android.

06 May 2014, 07:13

on{x} is an android application that allows you to automate your android device just by using Javascript.
For an example:

Code: Select all

 // This is a sample code for a basic rule you can create.
 // When the script is saved, the code is pushed to the Android phone and pops a "Hello World" notification.

 // Trigger the function when the screen unlocks
device.screen.on("unlock", function(){
     var notification = device.notifications.createNotification('Hello world!');
     notification.show();
     console.log('Hello World notification was sent to the phone');
 });
That will show a notification every time the phone is unlocked.
The api is very simple and easy to use.
I thought that you guys might like this, so I posted it :)
You can get more information about the app and get the app here: on{x} homepage
The documentation can be found here: on{x} docs
Guest
Posts: 57
Joined: 17 Oct 2013, 02:32

Re: on{x} - An automating tool for Android.

06 May 2014, 16:16

It is made by Microsoft...
User avatar
joedf
Posts: 8951
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: on{x} - An automating tool for Android.

12 May 2014, 20:25

Interesting! Hmm.... :)
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
SKAN
Posts: 1551
Joined: 29 Sep 2013, 16:58

13 May 2014, 17:24

Welcome BoBo! :)
My Scripts and Functions: V1  V2
User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: on{x} - An automating tool for Android.

13 May 2014, 18:43

BoBo?
ZOMG the BoBo?

Its official This forum now rocks
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Telegram is the best way to reach me
https://t.me/ttnnkkrr
If you have forum suggestions please submit a
Check Out WebWriter
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: on{x} - An automating tool for Android.

14 May 2014, 12:52

Hey, that's a warm welcome Image
User avatar
TLM
Posts: 1608
Joined: 01 Oct 2013, 07:52
Contact:

Re: on{x} - An automating tool for Android.

25 Jun 2014, 04:26

i've been trying to get SL4A to run scripts on Android but the new version doesn't seem to load interpreters very easy.
https://code.google.com/p/android-scripting/

think I will give on{x} a try instead.

Thanks again Menixator

Return to “Other Utilities & Resources”

Who is online

Users browsing this forum: No registered users and 30 guests