This app create an local socket server as virtual ADB server,
let you access Sumatium remote android device from your local…This app create an local socket server as virtual ADB server,
let you access Sumatium remote android device from your local environment as if you have connected a real device.
NOTE: This app has no UI, and can only be called from web pages inside https://www.sumatium.com.
When you view Sumatium remote android device in http://www.sumatium.com, you can use "Enable ADB" button to map remote android device to local tcp port.
As a result, you can control the remote device like this:
adb -s localhost:50123 shell echo hihihihi
you also can install app to the device from AndroidStudio or Eclipse or by adb install command,
and you can debug app inside the device by AndroidStudio/Eclipse, take screenshot, pull,push files....