"Go" Android cannot access internal system files using File Explorer--good

Source: Internet
Author: User
Tags root access

Original URL: http://blog.csdn.net/yangqicong11/article/details/8747042

Equipment: Samsung gt-p3110

System: Android 4.1.1

Issue: After root access, the file Explorer with Eclipse comes in to access the storage files for each app under/data/data and cannot be opened. After replacing another device, the situation is normal. Some models of Sumsung are still unable to read and write system files after acquiring the root privilege system, this time we need to use ADB to give permissions to the folder

Workaround: After configuring the ADB, cmd goes to the command line, enter the following command sequentially by ordinal

1. ADB shell

2. SU (after the PC has finished this command, the Android device will normally prompt for ADB authorization, select authorization)

3. Cd/data/data

4. Chmod-r 777/data/data (This command modifies all access rights to files and folders in this directory)

If you only need to modify a file using chmod 777 filename

This allows the contents of the/data/data file to be viewed.

"Go" Android cannot access internal system files using File Explorer--good

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.