It seems like the sdcard is not available. Did you specify the -sdcard
when you run the emulator? Or did you enter the SDCard data when you
created the AVD?

--
Jack Ha
Open Source Development Center
・T・ ・ ・Mobile・ stick together

The views, opinions and statements in this email are those of
the author solely in their individual capacity, and do not
necessarily represent those of T-Mobile USA, Inc.



On Aug 19, 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