Not sure about the read-only error but the sdcard is usually FAT so
chmod is probably not going to work.

--
RichardC

On Oct 27, 11:54 am, Nima <sayikuma...@gmail.com> wrote:
> Hi,
>
> I have downloaded donut android source code from the following link.
> repo init -u git://android.git.kernel.org/platform/manifest.git
>
> 1.Build the source code for generic
> 2.mksdcard 256M mysdcard.img( mysdcard.img created in the root folder)
> 3.emulator -sdcard mysdcard.img
> (mysdcard.img.lock and userdata-qemu.img.lock is getting created when
> emulator is launched.Even if these files are deleted not able to
> change the permission of sdcard.)
> 4.adb remount
> 5.adb root
> 6. adb shell "chmod 777 sdcard" throws the following error
> Unable to chmod sdcard: Read-only file system
>
> 7.adb shell
> d--------- system   system            2009-10-27 17:26 sdcard
> Kindly help me to resolve this issue.
>
> In emulator not able to launch the Camera.When Gallery application is
> opened."No Media" is getting displayed.
>
> Thanks&Regards,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to