如何与亚行的shell移动文件? [英] How to move files with adb shell?

查看:187
本文介绍了如何与亚行的shell移动文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎样才能移动与亚行的shell文件?
比如我想SystemUI.apk从移动/系统/系统/应用程序

How can I move files with adb shell ? For example I would like to move SystemUI.apk from /system to /system/app

我没有发现任何命令将系统分区中的文件与亚行的shell。
难道有谁知道如何做到这一点?

I didn't find any command to move files inside system partition with adb shell. Do anyone know how to do this?

推荐答案

确实 MV 不行?

mv /system/SystemUI.apk /system/app/

或者,也许你需要根:

Or perhaps you need to be root:

su
mv /system/SystemUI.apk /system/app/

这篇关于如何与亚行的shell移动文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆