[android-developers] Re: file that is wriiten on an SDCard not visible

2008-10-23 Thread for android
Thanks! I will try that! On Wed, Oct 22, 2008 at 6:13 PM, Peli [EMAIL PROTECTED] wrote: You probably have to use MediaScanner: http://code.google.com/android/reference/android/media/MediaScannerConnection.html Peli On Oct 22, 6:39 am, for android [EMAIL PROTECTED] wrote: Oh thanks

[android-developers] Re: file that is wriiten on an SDCard not visible

2008-10-22 Thread Peli
You probably have to use MediaScanner: http://code.google.com/android/reference/android/media/MediaScannerConnection.html Peli On Oct 22, 6:39 am, for android [EMAIL PROTECTED] wrote: Oh thanks Peli.Now I am able to see those files.Thanks very much. However i wanted to know where is there a

[android-developers] Re: file that is wriiten on an SDCard not visible

2008-10-21 Thread Peli
I also don't understand what you do to check that you don't see the file on the SD card. Do you mean a real SD card that you inserted physically into your computer? Could you explain this in more detail? Can you try the following in a DOS window: adb shell cd sdcard ls Do you see your file

[android-developers] Re: file that is wriiten on an SDCard not visible

2008-10-21 Thread for android
Yes i see the file by the way you have specified. Let me explain once more.I download an mp3 and save it in the SDCard.After i have saved it,should it not reflect in the mp3 files of the music icon that is present on the phone.What should i do so that the file which I download or save be visible

[android-developers] Re: file that is wriiten on an SDCard not visible

2008-10-21 Thread for android
Oh thanks Peli.Now I am able to see those files.Thanks very much. However i wanted to know where is there a way to progrmatically scan the Dev Tools. Thanks Guru On Tue, Oct 21, 2008 at 6:38 PM, Peli [EMAIL PROTECTED] wrote: You have to click Dev Tools (or Ze Dev Tools) / Media scanner.

[android-developers] Re: file that is wriiten on an SDCard not visible

2008-10-19 Thread for android
Thanks Mega for looking into this I am seeing the sdcard from the emulator..When i start the emulator i have given the option in eclipse of the location of the sdcard.So after i download the file I want to view this file in the SDcard.I only see this the file in the DDMS mode,so the file has

[android-developers] Re: file that is wriiten on an SDCard not visible

2008-10-17 Thread Megha Joshi
2008/10/15 guru [EMAIL PROTECTED] I needed to download a file and store it in my sdcard.I first save it by writing in the output stream(by using openFileOutput) in the application package.From here I copy it to my SDCard and its written on my SDCard.But when i see my SDCard in the file in

[android-developers] Re: file that is wriiten on an SDCard not visible

2008-10-16 Thread for android
Please could anyone help me On Thu, Oct 16, 2008 at 11:32 AM, guru [EMAIL PROTECTED] wrote: I needed to download a file and store it in my sdcard.I first save it by writing in the output stream(by using openFileOutput) in the application package.From here I copy it to my SDCard and its