I installed an APK on my Pepper by following the instructions in this link.
I used the following command:
qicli call ALTabletService._installApk http://198.18.0.1/apps/app-debug.apk
And get:
[W] 1396590449.100437 3669 qimessaging.transportsocket: connect: Connection refused
true
I don't know if this means that the installation succeeded or not but when using qicli call ALTabletService._listApks
it doesn't show up in the list and I can't launch it using qicli call ALTabletService._launchApk com.android.app-debug
.
I get the response:
[W] 1396590620.654268 3688 qimessaging.transportsocket: connect: Connection refused
false
I don't know why I get "Connection refused" but I can launch a preinstalled APK while still getting the same message.
Does anyone know how to solve this?