[android-developers] Re: MediaPlayer makes me crazy.

2011-01-01 Thread Bo Huang
This log file: /VideoMio34xx( 1199): Vendor(34xx) Specific CloseFrameBuf I/720p_Video_Decoder( 1199): StateSet command to 1 received D/BufferAllocOmap34xx( 1199): BufferAllocOmap34xx::removeRef() D/720p_Video_Decoder( 1199): Component Thread exits D/TIOverlay( 1199): hardware/ti/omap3/liboverl

[android-developers] Re: MediaPlayer makes me crazy.

2011-01-01 Thread Bo Huang
This is the On Sat, Jan 1, 2011 at 5:34 AM, bobo123 wrote: > Hi All, > > My application use MediaPlayer component to auto play 2 video files > in the SD card. > and it continue to play these 2 video files until user touch the > screen then it will quit this activity. > > > At the beginning, T

[android-developers] Is it possibile to setup a short-cut key to an android application.

2010-11-18 Thread Bo Huang
Hi all. Recently I was asked to add a short-key feature to an Android application which allow to directly launch an application. The short key can be back-button, or whatever any hard buttons. Thank in addvance. Regards, Bo Huang -- You received this message because you are subscribed to

Re: [android-developers] How to write screen saver in Android

2010-11-11 Thread Bo Huang
it. On Thu, Nov 11, 2010 at 6:57 PM, Bo Huang wrote: > actually I want to display some pictures in the screen when no user touch > screen or push hard buttons for a some time. > >The difficulty is that how to know the useless time. > > > > > On Wed, Nov 10, 2010 at

Re: [android-developers] How to write screen saver in Android

2010-11-11 Thread Bo Huang
actually I want to display some pictures in the screen when no user touch screen or push hard buttons for a some time. The difficulty is that how to know the useless time. On Wed, Nov 10, 2010 at 7:01 AM, Mark Murphy wrote: > On Tue, Nov 9, 2010 at 10:50 PM, Bo Huang wrote: > >

[android-developers] How to write screen saver in Android

2010-11-09 Thread Bo Huang
Hi All, I am writing an application which requires screen saver. when the application runs in foreground and no body touch it for a while, it will automatically launch screen saver. I have no idea how to do it, anybody can give some tips, thanks. Bo -- You received this message because y

[android-developers] Is it able to customize soft keyboard?

2010-11-04 Thread Bo Huang
Hi all, In my android application, I need number and letter key in the same view, not need number and letter switch key. for example let it looks like computer keyboard, Is it possible to do it? Bo -- You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] Re: AlarmManger service callback to main activity.

2010-10-30 Thread Bo Huang
pelase help On Sat, Oct 30, 2010 at 6:23 PM, Bo Huang wrote: > Hi All, > >In my application, there is a service which has a running thread to > capture data from remote server, and also this service is triggered by > AlarmManager, for example let 1:00 am to start the ser

[android-developers] AlarmManger service callback to main activity.

2010-10-30 Thread Bo Huang
Hi All, In my application, there is a service which has a running thread to capture data from remote server, and also this service is triggered by AlarmManager, for example let 1:00 am to start the service. After the service finish the task, it stop itself and the main activity need to update

[android-developers] Cannot see Android Debug log

2009-10-19 Thread bo huang
Hello all, I tried using Log.i(tag, message) to log information used for debug. But I cannot see log printed out in logcat while debugging with a virtual device in eclipse. Anybody knows where the problem lies? Other logs like these can be printed out successfully: 10-19 05:27:01.066: DEBUG/da