I have a need to install APK's remotely and want to use PAW Server. I know PAW Server in itself can't install APK's directly, but I could enable ADB on the devices and use PAW Server's BeanShell scripting to execute adb install. Unfortunately I'm a BeanShell n00b and there's not really any documentation on using BeanShell and ADB together. Does anyone know if this is possible and how I might call ADB from BeanShell?
edit for clarification: The device will be at another physical location which I will have VPN access to, so I can address the tablet by IP but not by USB. That's why I need PAW Server or something like it and not just the standard ADB from PC.