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
android telefon Launch uygulamaları uzaktan HTTP GET istekleri kullanarak.
http: // yourPhoneIP: 8888 / start / org.mozilla.firefox Örneğin, istemek için tarayıcı kullanın, firefox başlatmak için
uygulaması (endişelenmeyin, telefonunuzda her uygulamanın paket adını gösterecektir Remote App Lansmanı) kendi paket adı talep edilmesi gerekir.
// YourPhoneIP: 8888 / stop / org.mozilla.firefox http: sadece URL'de "dur" için "start" geçmek gerekir, uzaktan uygulamayı durdurmak için
android, bir ön plan uygulama öldürdü izin sadece arka plan işlemleri olmadığını unutmayın. uzaktan ön planda kalır bir uygulamayı başlatmak, bu Remote App Lansmanı ile uzaktan öldürülmüş olamaz.
uzaktan başlatmak istediğiniz her uygulama (güvenlik nedenleriyle) RemoteAppLaunch içinde beyaz listede eklenmesi gerekir. Sen / stop uygulamaları başlatmak için gereken bir kullanıcı / şifre ile HTTP kimlik doğrulaması kullanarak bir tane daha güvenlik katmanı ekleyebilirsiniz. http: // username: password @ yourPhoneIP: 8888 / start / org.mozilla.firefox Bu durumda, bir uygulama aşağıdaki URL'yi kullanın başlatmak için