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 [email protected]:/ $ su su [email protected]:/ # mount -o rw,remount yassf2 /system/ [email protected]:/ # chmod 777 /system/app/ 通常push到手机内存里的文件还需要设置读r写w执行x属性: chmod 644 xxxxxx
时间: 2024-11-03 22:35:12