Are you using the SDK with an AVD? If so, this should not happen.
Otherwise, trying using the -sdcard <file> option, as in:

mksdcard 32M mysdcard.img
emulator -sdcard mysdcard.img <other options>

On Wed, Aug 19, 2009 at 3:28 PM, n179911 <n179...@gmail.com> wrote:

>
> Hi,
>
> I am trying to copy an image to the emulator sd card by:
>
> $ adb push ~/Desktop/bullet_ball_glass_red.png
> /sdcard/bullet_ball_glass_red.png
>
> But I get an error saying:
> failed to copy '/Users/n179911/Desktop/bullet_ball_glass_red.png' to
> '/sdcard/bullet_ball_glass_red.png': Read-only file system
>
> So I tried to go to adb shell to manual change the /sdcard to non
> read-only, but it still wont let me.
> $ adb shell
> # su
> # chmod 777 /sdcard
> Unable to chmod /sdcard: Read-only file system
> #
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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