Remote Controller - HTTP API Application icon

Remote Controller - HTTP API 1.2

492.4 KB / 10+ Downloads / Rating 4.1 - 11 reviews


See previous versions

Remote Controller - HTTP API, developed and published by Ted.C, has released its latest version, 1.2, on 2014-11-26. This app falls under the Libraries & Demo category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 4.1, based on 11 reviews.

Remote Controller - HTTP API APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.2+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: biz.tedc.unlocker

Updated: 10 years ago

Developer Name: Ted.C

Category: Libraries & Demo

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Remote Controller - HTTP API on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.1
Total 11 reviews

Previous Versions

Remote Controller - HTTP API 1.2
2014-11-26 / 492.4 KB / Android 2.2+

About this app

A Widget
Need to specify server IP, User name, Password, and can do a remote API calling ( SERVER_IP/mobileAPI.php
use POST method sending 3 parameter "action" / "uid" / "pwd"

Github demo of server side program :
https://github.com/Nununene/mobileAPI

Example for "action" value :
When testing connection : action = "ping"
When clicking widget : action = "open" / "action1" / .... whatever

String return from API:
Success : "1"
Invalid ID or Password : "2"
Unauthorized action : "3"
Parameter error : "4"
Other error: String starts with "E1",or any other string

Note : You need server program to work with this APP

A Sample of implementation :
"Remote unlocker"
Raspberry Pi (with nginx) installed a RF 433MHz Module
Nginx receive HTTP request from APP to web API ( /mobileAPI.php ),
execute binary file to sending RF signals through RF Module

Wireless switch(433MHz) connect to electric lock(Electric Dropbolt)
(wireless switch must paired with RPi's RF signal output)
when switch received RF signal from RPi,switch triggers Electric Dropbolt and release the door

New features

Vibrate notify
Adjust layout

App Permissions

Allows applications to open network sockets.
Allows access to the vibrator.