how to change permission of DDMS / File Explorer / sdcard?

后端 未结 4 1714
醉话见心
醉话见心 2020-12-11 13:03

My sdcard permission is now d---------. How to change the sdcard permission as drwxrwxrwx. I need help. Please give me any one answer. Thanks.

相关标签:
4条回答
  • 2020-12-11 13:36

    commands..

    • $ adb shell
    • $ su
    • $ mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

    Try this and let me know what happen..

    0 讨论(0)
  • 2020-12-11 13:47

    go to Android virtual Device manager->Edit->Hardware->new->sdcard support

    0 讨论(0)
  • 2020-12-11 13:53

    You need be root to acheive this. If you need it in emulator grab a rooted emulator , you can find one here.Then you can use the Terminal Emulator for giving permission or if you don't want to write any command just install the rootexplorer app and use it for giving permission.

    0 讨论(0)
  • 2020-12-11 13:58

    Go to android sdk Manager and cllck edit button on your current emulator.check whether you mention the sdcard memory

    0 讨论(0)
提交回复
热议问题