[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-11-05 Thread AndroidKid
Hi All, I'm also facing the same issue. 1. mksdcard 2048M d:\Program Files\myandroid\sdcard.img 2. emulator -sdcard d:\Program Files\myandroid\sdcard.img While executing this second command I got warning message as ### WARNING: SD Card files must be at least 8 MB, ignoring 'd:\Program

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-11-05 Thread for android
u need to restart the emulator again after pushing the image... On Wed, Nov 5, 2008 at 3:01 PM, AndroidKid [EMAIL PROTECTED] wrote: Hi All, I'm also facing the same issue. 1. mksdcard 2048M d:\Program Files\myandroid\sdcard.img 2. emulator -sdcard d:\Program Files\myandroid\sdcard.img

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-10-23 Thread Moses
Ah...I got the same problem... I wonder why it said it is read-only... On Oct 11, 7:25 pm, Ludwig [EMAIL PROTECTED] wrote: The mksdcard utility creates the SD card image whereever you specify it. It is just a normalxamp file on your host computer file system. The ls command will show you when

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-10-23 Thread for android
Do try and understand Ludwig' ans..it helped me..u need to restart the emulator after pushing the files On Thu, Oct 23, 2008 at 1:01 PM, Moses [EMAIL PROTECTED] wrote: Ah...I got the same problem... I wonder why it said it is read-only... On Oct 11, 7:25 pm, Ludwig [EMAIL PROTECTED]

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-10-11 Thread Ludwig
The mksdcard utility creates the SD card image whereever you specify it. It is just a normalxamp file on your host computer file system. The ls command will show you when it has been created. At that point the emulator does not know anything about it and you can create many SDCard images if you

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-10-10 Thread guru
I have been trying to push an mp3 file for quite a while but i am getting the error. --- D:\android-sdk-windows-1.0_r1\toolsmksdcard 1024M sdcard.img

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-10-10 Thread guru
I was trying to add audio files on to the emulator.I started the emulator with the option -sdcard D:\android-sdk-windows-1.0_r1\tools \sdcard.img ---

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-09-24 Thread Ludwig
It works for me on 1.0. I think what you are perhaps seeing is that the DDMS has a bit of a syncing issue with the filesystem. If you close the /sdcard folder and reopen it, file will appear that were previously not visible. Please do not forget to post your questions to the mailing list, not me

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-09-24 Thread Sudha
sorry Ludwing .. the issue for 1.0 remains same for me I tried it many times closing and re opening the emulator.. is the camera and teh pics in teh picture folder works the same way as in 0.9 ? When I opend the /sdcard/dcim/camera in 0.9 its a folder with a pid file inside But in 1.0 is a

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-09-24 Thread Sudha
in addition to the above mail I tried to pull out the default image coming the camera folder( apperas in the pictures in the emulator) and tried to push teh same back to /sdcar/dcim/camera. now also teh image appreas liek red block and blank screen when selected.. Nothing is happening with the

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-09-01 Thread Guillaume Perrot
Hi, Graeme In run configurations I put this in additional emulator command line options the following line: -sdcard /home/gperrot/.android/sdcard (this is the path of the sdcard I created, this is neither a default directory nor a default file). On Aug 29, 4:55 pm, Bertl [EMAIL PROTECTED] wrote:

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-09-01 Thread Graeme
Hi Guillaume, Bertl Thanks for clarifying this, the comment in the Android docs about 'using relative paths' seems to be a bit misleading, I will use absolute paths as you both recommend. rgds Graeme On Sep 1, 9:00 am, Guillaume Perrot [EMAIL PROTECTED] wrote: Hi, Graeme In run

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-08-29 Thread Guillaume Perrot
I can't answer you about the current eclispe working directory but I work with absolute paths in eclipse and my sdcard is loaded correctly. Images are at sdcard's root and I see them in pictures application. On 29 août, 15:32, Graeme [EMAIL PROTECTED] wrote: Hi I want to have Eclipse launch

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-08-29 Thread Bertl
Hi Graeme, you need absolute paths, where your sdcard image lays, i.e. if your file sdcard.img is in C:\sdcard\sdcard.img, then you should input C: \sdcard\sdcard.img, also, the absolute path where your file is. Emulator path play no role. I hope, that's you needed. Regards