[android-developers] Is there a way to change global orientation?

2009-06-07 Thread SungSuh Park
I know I can turn on auto rotation in the settings. When I turn off auto-rotation, it only shows portrait mode. Many user want to toggle not just auto-rotation, but also portrait-landscape orientation. It is extremely useful when I use a phone on the bed. Long long time ago it was possible, but I

[android-developers] Android market search problem when using ampersand in developer name.

2009-02-26 Thread SungSuh Park
I want to show results of our applications by 'Search for applications by developer name and display the results.' using 'market://search? q=pub:Developer Name'. But there's some problem. If developer name contains ampersand, for example 'PG', it's not work. Market app said no result for

[android-developers] Re: Uninstall packages API

2008-10-22 Thread SungSuh Park
Does it mean that only Android Market has ability to remove bad application. On Oct 14, 2:45 am, hackbod [EMAIL PROTECTED] wrote: Sorry, I don't think this is supported in 1.0. On Oct 13, 3:51 am, denismo [EMAIL PROTECTED] wrote: Hi, I know there is a way touninstallapplications on

[android-developers] Re: MediaMetadataRetriever works?

2008-08-21 Thread SungSuh Park
MediaMetadataRetriever is not complicated to use. I created object, setDataSource and captureFrame. I played the same video file with MediaPlayer well. code MediaMetadataRetriever metaRetriever = new MediaMetadataRetriever();

[android-developers] Home Key Just installed application

2008-08-21 Thread SungSuh Park
There is activity manager bug. 1. Install apidemo apk in Eclipse 2. launch apidemo 3. Click submenu in apidemo. 4. Press Home Key. 5. Click ApiDemo icon in Home Screen. (!) 6. New activity is created and show main menu list. (Correct behavior : resume show submenu.) I can make it work

[android-developers] MediaMetadataRetriever works?

2008-08-20 Thread SungSuh Park
MediaMetadataRetriever captureFrame raised a following error. It is removed? ERROR/AndroidRuntime(754): Uncaught handler: thread main exiting due to uncaught exception ERROR/AndroidRuntime(754): java.lang.NoSuchMethodError: init ERROR/AndroidRuntime(754): at

[android-developers] Stop in MediaPlayer

2008-04-06 Thread SungSuh Park
Hi, I have a problem using MediaPlayer SDK. ( M5-rc15, Windows ) With this problem I can't test my application without crash...It's critical. I modified Megha Joshi MediaPlayerTest sample code to reproduce the problem . (http://groups.google.com/group/android-developers/files) I added stop