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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):