标签:
chmod 777 /system/lib/
chmod 777 /system/app/
android 外部启动activity,自定义action,action常量大全 android actionbar 全屏 android adb 读写模式 挂载文件系统 2013-01-09 02:05:49| 分类: Android | 标签:android adb 文件系统挂载 |举报 |字号大 中 小 订阅 如下读写方式挂载/system/app/目录: >adb shell shell@android:/ $ su su shell@android:/ # mount -o rw,remount yassf2 /system/ shell@android:/ # chmod 777 /system/app/ 通常push到手机内存里的文件还需要设置读r写w执行x属性: chmod 644 xxxxxx
adb shell 命令,赋予sysytem/app路径访问权限
标签:
原文地址:http://www.cnblogs.com/zhangqingquan/p/4320454.html