[android-developers] Re: SDK 1.6 and emulator sdcard problem

2009-10-10 Thread preetam_pict
hi EvgenyV / all even i am facing the same problem in my case also file.mkdirs( ) is always returning false ! its happening since i upgraded to sdk version 1.6 :( does anyone has any solution for this ? thanks in advance ! ~pp On Sep 22, 4:21 pm, EvgenyV evgen...@gmail.com wrote: Hi

[android-developers] Re: SDK 1.6 and emulator sdcard problem

2009-10-10 Thread preetam_pict
anyways ... uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/ has solved my problem :-) thanks all! ~pp On Oct 10, 12:27 pm, preetam_pict preetam.pa...@gmail.com wrote: hi EvgenyV  /  all even i am facing the same problem in my case also file.mkdirs

[android-developers] Help Needed : MediaRecorder error: java.io.IOException: prepare failed

2009-09-08 Thread preetam_pict
Hi all I am trying to write a sample program to record the video (say camcorder application). When i run my program using the emulator (I have android-sdk- windows-1.5_r3) I see java.io.IOException: prepare failed. error in logcat output. Further I can see that I have came across this error

[android-developers] Re: Help Needed : MediaRecorder error: java.io.IOException: prepare failed

2009-09-08 Thread preetam_pict
:26.203: ERROR/MediaPlayer(554): Unable to to create media player 09-08 12:30:26.203: ERROR/CameraService(554): Failed to load CameraService sounds. thanks ~pp On Sep 8, 12:51 pm, preetam_pict preetam.pa...@gmail.com wrote: Hi all I am trying to write a sample program to record the video (say