Install android apps on pepper´s tablet in Naoqi 2.5

旧时模样 提交于 2019-12-06 06:03:46

ALTabletService is running on the tablet, not on Pepper's head, so it cannot access the unix filesystem on Pepper's head; it can, however, access any file exposed on Pepper's internal webserver (the way it does for webpages shown on the tablet) - so you need to do something like:

1) copy the apk to /home/nao/.local/share/PackageManager/apps/helloWorld/html/app-debug.apk

2) qicli call ALTabletService._installApk http://198.18.0.1/apps/helloworld/app-debug.apk

I also wanted to install android application on the pepper tablet. First of all, it is worth being mentioned that aldebaran and softbank community is extremely poor as far as I know. Besides, their documentation is also outdated. However, you need to jailbreak the tablet and root it in order to be able to connect android studio adb in to the robot tablet.

More details are available here: pepper-tablet-jailbreak

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!