in my app i am playing video and its play. if i run in HTC device it shows with previous, play/pause, next and video extractor. but if i run Motorola device it shows previous, play/pause, next only, no extractor is shown. in HTC i enlarge the video by extractor but in Motorola i could not enlarge the video. how can i set extractor facility for all devices. if i touch video extractor button to be shown and after click extractor video to be enlarged and extractor to be hide. please help me.

i create my project with Android-3.0 and API Level is 11.

my code is:

   VideoView myVideoView = (VideoView)findViewById(R.id.myvideoview);
   myVideoView.setVideoURI(Uri.parse(SrcPath));
   myVideoView.setMediaController(new MediaController(this));
   myVideoView.requestFocus();
   myVideoView.start();
link|improve this question

What are the models for the HTC and Motorola devices, and what versions of Android are running on them? – Gregory Hoerner Jun 10 '11 at 13:34
in my manifest file "<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="11" />". Motorola model is MileStrone and HTC is Desire – murali_ma Jun 10 '11 at 13:38
Are you using a custom ROM on one of them? I'm having a hard time finding anything about the extractor period. I have a Droid X (Milestone) running Gingerbread and I don't have that option. – Gregory Hoerner Jun 10 '11 at 14:07
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.