Common problems with Android Device Monitor file Management

Source: Internet
Author: User

This article refers to the blog: http://blog.csdn.net/aurorayqz/article/details/65705300. Here are my actual actions.

1. Using Android Device Monitor to view the Data folder under the File Explorer directory, the result is blank. This problem is caused by the incorrect Linux permissions on the Data folder.

Workaround: Run-"cmd-" Input: adb shell-"input: Su-" input: chmod 777/data-Input: chmod 777/data/data and so on to the relevant files or folders to assign permissions, such as:

  

There is a premise to running this: in the system environment variable path, you have configured the following environment variables:

For more information on the Android permissions file ID See: http://blog.csdn.net/u012719153/article/details/44776707

2, the program through the code openfileoutput in the Files folder generated file, as follows:

  

When exporting a file using the export feature of Android Device Monitor, an error occurred: Failed to pull Selection:open Failed:permission denied. Even if I assign maximum permissions to the files folder and the data file, it cannot be exported.

Clearly I have the command to assign the file to the maximum operation permissions, but the system is still prompted to do not have permission. On the internet there are said to use the ADB pull command can, but tried still not, as follows:

WORKAROUND: I am not rooted in the case, the need to export the file to use the command copy to the SDcard directory, and then install the "x-plore" File Manager in the emulator, with the manager to view the files just copied in the SDcard directory.

  

The solution to this problem refers to: http://stackoverflow.com/questions/31502252/android-device-manager-transfer-error-permission-denied

Common problems with Android Device Monitor file Management

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.