Have you ever created an SD card and mounted it on the emulator? By default
there is no SD card in the emulator and only the mount point shows up. This
is consistent with the problems you report.
This topic has been a recurring issue on this group. There are also
instructions in the documentation and at
http://www.androiddevelopment.org/2008/11/11/how-to-create-and-use-the-sd-card-with-the-android-emulator/

HTH

Ludwig

2008/11/19 Asif k <[EMAIL PROTECTED]>

>
> Hi all,
>
>  Thanks a lot 4 ur inputs.
> I had tried to push files using ddms but not happening(thanks yasmin 4
> proper path).
> According to Thao , I checked permissions and it is showing
> d----------
> I think it is a problem of the permission.
> Can anyone please suggest me how to change permission ??
> Thanks in advance.
> On Nov 19, 2:10 pm, "yasmin afrose" <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I've faced the same issue while I've executed Push cmd.
> >
> > If your using eclipse then use DDMS perspective from that Go to "File
> > Explorer" window like Log Cat. In that window, select sdcard. Now you are
> > able to see the icon(Top right of the window) for Push & Pull.
> >
> > Using Push, you can add any file into sdcard...
> >
> > I hope this will help you....
> >
> > Take care!!
> > Yasmin
> >
> > On Wed, Nov 19, 2008 at 2:07 PM, Hu HaiQing-E6997C <[EMAIL PROTECTED]
> >wrote:
> >
> >
> >
> >
> >
> > > Do you have already added  -sdcard options?
> >
> > > -----Original Message-----
> > > From: [email protected] [mailto:
> > > [EMAIL PROTECTED] On Behalf Of Thao
> > > Sent: Wednesday, November 19, 2008 4:33 PM
> > > To: Android Developers
> > > Subject: [android-developers] Re: Can not push files to emulated sdcard
> >
> > > Hi,
> >
> > > Are you using the Eclipse IDE ? In that case you could use the DDMS
> > > perspective to easily push your file to sdcard.
> >
> > > If it still doesn't work, check your permission by connecting to adb
> shell
> > > then type ls -l to see the permission on your sdcard.
> >
> > > If it still doesn't work, your sdcard image could be corrupted...
> >
> > > On Nov 19, 7:41 am, Asif k <[EMAIL PROTECTED]> wrote:
> > > > Hi All,
> >
> > > > I am trying to push the 1.txt file from my desktop C:/ to android /
> > > > sdcard/ folder using following command.
> >
> > > > adb push C:\1.txt  /sdcard/asif.txt
> >
> > > > but getting following error :
> >
> > > > failed to copy 'C:\1.txt' to '/sdcard/asif': Read-only file system.
> >
> > > > Can anyone please tell me waht is the problem??
> >
> > --
> > Everything is Possible For U only
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to