[android-developers] Re: Can not push files to emulated sdcard

2008-11-20 Thread Thao
Great !!! One more step further now. It's only the beginning ! lol Good Luck ! Maybe see you all on the next post ! On Nov 20, 6:03 am, Asif k <[EMAIL PROTECTED]> wrote: > Hi All, > > Finally it works > According to Thao's suggestion , I opened emulator using command > prompt rather tha

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Asif k
Hi All, Finally it works According to Thao's suggestion , I opened emulator using command prompt rather than eclipse,it opened w/o any error and now I can push files to sdcard.Thanks Thao. Thanks to all 4 ur valuable suggestions. regards, Asif. On Nov 19, 7:45 pm, Kenneth Loafman <[EMAIL

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Thao
If you don't succeed to launch via eclipse try this in command line : emulator -sdcard E:\_sources\android\filesystem\mySDCard.ima This will launch the emulator with the card and then you'll be able to push your file via eclipse DDMS perspective or in command line too. Hope that will work ! --

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Ludwig
I see your problem. The commands you are issuing should do the trick, I cannot see anything wrong with them.Just quickly toying around with it (like using a wrong file path etc) I cannot get Eclipse to give me an error box as you get. Anyone else an idea? Ludwig 2008/11/19 Asif k <[EMAIL PROTECT

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Asif k
Hi Ludwig, I used following procedure : 1).first closed the running emulator. 2).created sd card image: ..\tools\mksdcard 512M C:\androidapp \sdcard.img It executed successfully and got sdcard.img file in the C:\androidapp directory. 3).In eclipse , in debug configuration of Fileexplorer appl

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Ludwig
If you do not have an SD card mounted with the -sdcard command, you will only see the /sdcard mount point and you will not be able to write to the (non-existent) SD card. IMHO no amount of banging your head against the wall will help with that. I think there is something wrong in either how you cre

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Asif k
Hi All, Thanks again for ur help But Still issues. I have deleted sdcard,.image file in my desktop and close the emulator. Then I had created the sdcard image again from starting but in the debug configuration when I gave -sdcard and pressed debug. error message came that cannot start emula

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread yasmin afrose
Hi Asif, Before compling the project, Right Click on the Project -> Debug as -> Open Dubug Dialog -> choose Target tab -> Then give your sdcard within Additional Infor... (See the .bmp file) the click "Debug" button.. Then see the link, http://www.anddev.org/tinytut_-_pull-push_files_from-to_the

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Thao
In fact this is a permission issue. What I can state is that you have those permission : d-- for sdcard when the emulator is not launched with the sdcard mounted. When it is mounted we have those permission : d---rwxrwx system system1970-01-01 01:00 sdcard So if you are using

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Ludwig
PM, Hu HaiQing-E6997C <[EMAIL PROTECTED] > >wrote: > > > > > > > > > > > > > Do you have already added -sdcard options? > > > > > -----Original Message----- > > > From: android-developers@googlegroups.com [mailto: > > &

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Asif k
aiQing-E6997C <[EMAIL PROTECTED]>wrote: > > > > > > > Do you have already added  -sdcard options? > > > -Original Message- > > From: android-developers@googlegroups.com [mailto: > > [EMAIL PROTECTED] On Behalf Of Thao > > Sent: Wednes

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread yasmin afrose
@googlegroups.com [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

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Hu HaiQing-E6997C
Do you have already added -sdcard options? -Original Message- From: android-developers@googlegroups.com [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

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread Thao
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 co