How can I run Linux commands on an Android device?

前端 未结 6 1922
既然无缘
既然无缘 2020-12-15 10:44

On some Android devices, in the ADB shell, I can only run echo, cd, ls. When I run:

tar -cvf //mnt/sdcard/BackUp1669/a         


        
6条回答
  •  悲&欢浪女
    2020-12-15 11:01

    You can probably get this done by using a Terminal Emulator app. As you wrote above, I don't know how well DOS commands will work. But, a Terminal Emulator works without root.

提交回复
热议问题