[android-beginners] Re: Please help in creating simple text file

2009-08-25 Thread nitin
android:name=android.permission.INTERNET/uses- permission On Aug 24, 7:27 pm, Donn Felker donnfel...@gmail.com wrote: Are you setting the SDCard permission properly in the manifest? On Mon, Aug 24, 2009 at 7:22 AM, nitin ni...@infocratsweb.com wrote: though I was using 'this' as context

[android-beginners] Unable to run the application even once.

2009-08-25 Thread nitin
Emulator Option textbox, but no luck. Earlier 'SDAndroid' was written in this box. pls help.is some setting to do? thanks Nitin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Re: Please help in creating simple text file

2009-08-24 Thread nitin
thinking does Emulator not refresh things properly? On Aug 22, 2:46 pm, Mark Murphy mmur...@commonsware.com wrote: nitin wrote: when i tried after changing the code like: catch (IOException ioe) { return ioe.toString(); } Giving error: java.io.FileNotFoundException: /data/data

[android-beginners] Re: Please help in creating simple text file

2009-08-22 Thread nitin
, Mark Murphy mmur...@commonsware.com wrote: nitin wrote: thanks for quick response, I am new to android and self learner. how to see the adb logcat or in Eclipse. http://developer.android.com/guide/developing/tools/ddms.htmlhttp://developer.android.com/guide/developing/tools/adb.html -- Mark

[android-beginners] Please help in creating simple text file

2009-08-21 Thread nitin
hello, I want to create a simple text file in data/data/com.my.package/files/ test.txt. My code is as follows: private String CreateFile(Context context){ try{ FileOutputStream fOut = context.openFileOutput (test.txt,MODE_WORLD_WRITEABLE); fOut.close();

[android-beginners] Re: Please help in creating simple text file

2009-08-21 Thread nitin
wrote: nitin wrote: hello, I want to create a simple text file in data/data/com.my.package/files/ test.txt. My code is as follows: private String CreateFile(Context context){            try{                    FileOutputStream fOut = context.openFileOutput (test.txt,MODE_WORLD_WRITEABLE

[android-beginners] Re: android media Apps

2009-08-20 Thread nitin
hello, I could not see Window/Android AVD Manager in Eclipse. I also tried to see it after running the application in emulator, how can I see it? could you please help? On Jul 23, 5:01 pm, Kacper86 cpph...@gmail.com wrote: In Eclipse click Window/Android AVD Manager. There you can create a