well, sdcard.iso should be in eclipse directory, argument is working
now

On Mar 2, 3:17 pm, zeeshan <genx...@gmail.com> wrote:
> yes
>
> adb push abc.jpg sdcard.iso , replaced to, adb push abc.jpg sdcard
>
> (i was using sdcard.iso before, just removed iso extention and it
> works fine)
>
> thanks for the help mate.
>
> however, i have another question, i need to add command line argument
> in eclipse to start emulator in sdcard mode like -sdcard sdcard.iso
> but it says no such file like sdcard.iso
>
> same command is working fine in cmd.
>
> sdcard.iso is in tools which i already added in classpath
>
> On Mar 2, 1:43 pm, Mark Murphy <mmur...@commonsware.com> wrote:
>
>
>
> > zeeshan wrote:
> > > i need to push some images in sdcard for testing. when i use this
> > > command
> > > adb push abc.jpg sdcard.iso
>
> > > it says read only file system.
>
> > The second parameter needs to be a path on the device/emulator, such as:
>
> > adb push abc.jpg /sdcard
>
> > --
> > Mark Murphy (a Commons Guy)http://commonsware.com
> > _The Busy Coder's Guide to Android Development_ Version 2.0 Published!- 
> > Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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