How to simulate a terminal in Android using Kivy?

余生颓废 提交于 2019-12-12 03:46:25

问题


I'm trying to build a Android terminal emulator using Kivy, for now, I can use some simple commands, like ping and wget, and grab their output using subprocess.PIPE, but I can't figure out how to use more complex commands like su or nano. For instance, su gives a error saying that is must be run in a terminal. What I have create a Android terminal emulator using Kivy?

来源:https://stackoverflow.com/questions/40755167/how-to-simulate-a-terminal-in-android-using-kivy

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