Launch apps on your android phone remotely using HTTP GET requests.
For example, to launch firefox, use your browser to request : http://yourPhoneIP:8888/start/org.mozilla.firefox
The app need to be requested by its package name (Remote App Launch will show the package name of each app on your phone, don't worry).
To stop the app remotely, you just need to switch from "start" to "stop" in the URL : http://yourPhoneIP:8888/stop/org.mozilla.firefox
Be aware that android doesn't allow a foreground app to be killed, only background processes. If you remotely launch an app that stays in foreground, it can't be killed remotely by Remote App Launch.
Each app you want to start remotely need to be added in a white list within RemoteAppLaunch (for security reasons). You can add one more security layer by using HTTP Authentication with a user/password needed to start/stop apps. In that case, to launch an app just use the following URL : http://username:password@yourPhoneIP:8888/start/org.mozilla.firefox
applications de lancement sur votre téléphone Android en utilisant les requêtes HTTP GET à distance.
Par exemple, pour lancer firefox, utilisez votre navigateur pour demander: http: // yourPhoneIP: 8888 / start / org.mozilla.firefox
L'application doivent être demandées par son nom de package (Launch Remote App affiche le nom du package de chaque application sur votre téléphone, ne vous inquiétez pas).
Pour arrêter l'application à distance, vous avez juste besoin de passer de "start" pour "stop" dans l'URL: http: // yourPhoneIP: 8888 / arrêt / org.mozilla.firefox
Soyez conscient que Android ne permet pas une application de premier plan à tuer, seuls les processus d'arrière-plan. Si vous lancez une application à distance qui reste au premier plan, il ne peut pas être tué à distance par télécommande Launch App.
Chaque application que vous souhaitez démarrer à distance doivent être ajoutés dans une liste blanche au sein de RemoteAppLaunch (pour des raisons de sécurité). Vous pouvez ajouter une couche de sécurité en utilisant l'authentification HTTP avec un utilisateur / mot de passe nécessaire pour démarrer des applications / stop. Dans ce cas, pour lancer une application il suffit d'utiliser l'URL suivante: http: // nom d'utilisateur: mot de passe @ yourPhoneIP: 8888 / start / org.mozilla.firefox