1

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

Balamurugan
  • 33
  • 1
  • 1
  • 8
  • http://stackoverflow.com/questions/7473573/change-file-permissions-in-ddms-android This link may have the answer for your question – Thiru VT May 17 '12 at 10:15

4 Answers4

2

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

Aspire
  • 921
  • 1
  • 7
  • 15
1

commands..

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

Try this and let me know what happen..

user370305
  • 108,599
  • 23
  • 164
  • 151
0

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

sss
  • 140
  • 1
  • 12
0

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.

Imran Rana
  • 11,899
  • 7
  • 45
  • 51