[android-beginners] Re: Problem in playing a video file

2009-01-20 Thread Mahesh Vaghela
installs. On Jan 19, 3:30 am, Mahesh Vaghela mah...@indianic.com wrote: Hi Dave, Thanks for the info. Finally I have decided to put all my audio data to SD card. I can do this as suggested by you for a manual check. *adb push /path/on/workstation/video.mp4 /sdcard

[android-beginners] Re: Problem in playing a video file

2009-01-19 Thread Mahesh Vaghela
assume that the device will have external storage. In the end, you have to decide whether it's worth supporting users that don't have external storage. On Jan 17, 1:29 am, Mahesh Vaghela mah...@indianic.com wrote: Dave, Thank you very much for replying soon. I understand how to push my mp4

[android-beginners] Re: Problem in playing a video file

2009-01-17 Thread Mahesh Vaghela
, use the SD card path for the setDataSource() call: mMediaPlayer.setDataSource(/sdcard/video.mp4); On Jan 16, 9:06 pm, Mahesh Vaghela mah...@indianic.com wrote: Hi Dave, I like your line: * As a first step, I would try pushing it to the SD card and playing it from there.* Can you

[android-beginners] Re: Problem in playing a video file

2009-01-16 Thread Mahesh Vaghela
-generated method stub if (mMediaPlayer != null) { mMediaPlayer.release(); mMediaPlayer = null; } } } Connect with friends all over the world. Get Yahoo! India Messenger athttp://in.messenger.yahoo.com/?wm=n/ -- Mahesh Vaghela http://www.indianic.com

[android-beginners] Re: AndroidSavvy.com

2009-01-16 Thread Mahesh Vaghela
to hear it! enjoy, Bob -- Mahesh Vaghela http://www.indianic.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com

[android-beginners] Re: Signing and Publishing with Keytool and Jarsign - with Vista

2009-01-11 Thread Mahesh Vaghela
-- Mahesh Vaghela Visit us at: www.indianic.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from

[android-beginners] Re: Removing installed application in Emulator

2009-01-08 Thread Mahesh Vaghela
To remove application go to command prompt go up to your tools directory than use this commands: adb shell cd data cd app ls ls will list all your application installed. than.. rm Your application name along with Package name On Wed, Jan 7, 2009 at 4:40 PM, Apparao Mulpuri