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
lanciare applicazioni sul vostro telefono Android utilizzando in remoto le richieste HTTP GET.
Ad esempio, per lanciare Firefox, utilizzare il browser per richiedere: http: // yourPhoneIP: 8888 / start / org.mozilla.firefox
L'applicazione deve essere richiesto il nome del pacchetto (Launch App Remote visualizza il nome del pacchetto di ogni app sul telefono, non preoccupatevi).
Per interrompere l'applicazione da remoto, non vi resta che passare da "start" a "stop" nella URL: http: // yourPhoneIP: 8888 / stop / org.mozilla.firefox
Essere consapevoli del fatto che Android non permette una applicazione in primo piano per essere ucciso, solo i processi in background. Se si avvia in modalità remota un app che rimane in primo piano, non può essere ucciso a distanza dal lancio Remote App.
Ogni applicazione che si desidera avviare da remoto deve essere aggiunto a una lista bianca entro RemoteAppLaunch (per motivi di sicurezza). È possibile aggiungere più uno strato di sicurezza utilizzando l'autenticazione HTTP con un utente / password necessaria per avviare le applicazioni / stop. In questo caso, per lanciare un app basta utilizzare il seguente URL: http: // nomeutente: password @ yourPhoneIP: 8888 / start / org.mozilla.firefox