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


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