更改/data/local权限 [英] Change /data/local Permissions

查看:202
本文介绍了更改/data/local权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在难以置信的产品上安装了ICS rom,发现无法再通过Eclipse运行应用程序来对其进行测试.我搜索了StackOverflow,并在此问题中找到了为什么会出现问题的答案,但是如何更改/data/local的权限?我不想弄乱任何东西.

I installed an ICS rom onto my Incredible and discovered that I could no longer run applications through Eclipse to test them. I searched StackOverflow and found an answer to why my problem was happening in this question, but how do I change the permissions of /data/local? I don't want to mess anything up.

这可能是一个非常简单的修复程序,但谢谢您的帮助!

This is probably an extremely easy fix, but thank you for the help!

推荐答案

您必须是root用户,打开终端仿真器并在第一行键入

You must be root, open a terminal emulator and on the first line type

su

为您提供管理员权限,然后按Enter. 在第二行上

to give you admin rights and hit enter. On the second line type

chmod 755 /data/local

,您将拥有完整的读/写访问权限. 您也可以使用Android SDK,但是这种方法更加轻松快捷.

and you will have full Read/Write access. You can also use the Android SDK, but this way is much easier and quicker.

这篇关于更改/data/local权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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