SkyeOfBreeze / letsrobot-android

Unofficial LetsRobot controller that runs on a phone instead of a Raspberry Pi. Development has been abandoned on this, but lives on at https://github.com/remotv/controller-for-android
Apache License 2.0
1 stars 0 forks source link

Setup command line execution and configuration for headless devices #108

Open SkyeOfBreeze opened 5 years ago

SkyeOfBreeze commented 5 years ago

Setup the service to be able to be ran using adb shell am start-foreground-service com.some.package.name/.YourServiceSubClassName

OR

adb shell am startservice

Also make it run without having to externally setup components