Balamurugan
Balamurugan

Reputation: 33

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

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

Upvotes: 1

Views: 15479

Answers (4)

Aspire
Aspire

Reputation: 960

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

Upvotes: 2

user370305
user370305

Reputation: 109237

commands..

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

Try this and let me know what happen..

Upvotes: 1

Imran Rana
Imran Rana

Reputation: 11899

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.

Upvotes: 0

sss
sss

Reputation: 140

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

Upvotes: 0

Related Questions