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

后端 未结 4 1719
醉话见心
醉话见心 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..

提交回复
热议问题