Android cannot read and write SD card (updated 2015-04-02)

Source: Internet
Author: User

Android 4.4 and later systems have read and Write permission restrictions on level two external storage devices, resulting in applications that may not be able to read and write external SD cards, and the following methods can be lifted.

1, root system.

2. Install the RE manager.

3. Use the RE manager to modify the "Platform.xml" file in the "/system/etc/permissions" directory, locate the following label and add the Red font section.

<permission name= "Android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid= "Sdcard_r"/>
<group gid= "SDCARD_RW"/>
<group gid= "MEDIA_RW "/>
</permission>

4. Restart your phone to see if it is possible.

5, if not, you need to re-manager to modify the permissions of the/MNT/MEDIA_RW folder, the user group of all, write, execute permissions are hooked.

Android cannot read and write SD card (updated 2015-04-02)

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.