[android-porting] Re: Drawing procedure in Android (all components in keyguard are invisible)

2010-12-21 Thread Alonso Hu
erService.java; > You can enable: > DEBUG_LAYOUT and DEBUG_REORDER to get lots (insane amounts) of prints > related to the layout calculations. > It would be useful for debugging. > > (Maybe the guys over at android-developers might be able to help you > in more detail..) > > On Dec

[android-porting] Re: Drawing procedure in Android (all components in keyguard are invisible)

2010-12-20 Thread Alonso Hu
execute in time. Any idea? If you come up any hint, please provide me. Thanks!! Alonso On 12月21日, 上午8時53分, Alonso Hu wrote: > Thanks for replying. > > After I execute dumpsys, it seems that it works normally. > Since the keyguard is not a application at all, I can see the

[android-porting] Re: Drawing procedure in Android (all components in keyguard are invisible)

2010-12-20 Thread Alonso Hu
indowToken{44b8c8a8 token=HistoryRecord{44b27e28 > com.android.launcher/com.android.launcher2.Launcher}} >   App #0: AppWindowToken{44afc5a8 token=HistoryRecord{44afab70 > com.android.setupwizard/.SetupWizardActivity}} > : > > > I am not too sure about the details of the window drawing

[android-porting] Drawing procedure in Android (all components in keyguard are invisible)

2010-12-20 Thread Alonso Hu
Dear all, I've just met a problem these days. When keyguard is started after booting, I can't see anything at all. However, incredibly, when I drag the unlock button upward (imaging where the position is), I can unlock the screen. I have used the hierarchy viewer to see the view hierarchy, and s

[android-porting] Re: how to set the SeekBar more narrow?

2010-12-01 Thread Alonso Hu
In my case, I just set the maxHeight and minHeight to be the size what I want to achieve this. You can try. Don't forget set this after style setting if any. On 12月1日, 下午3時51分, 袁堂夫 wrote: > how to  set the SeekBar  more narrow and the thumb is still that big? -- unsubscribe: android-porting+un

[android-porting] Re: android makefiles

2010-11-23 Thread Alonso Hu
You can try this: Append "include $(call all-makefiles-under,$(LOCAL_PATH))" to the parent Android.mk However, if there're "Android.mk"s in the subdir of the subdir of LOCAL_PATH, in my opinion, you should add the same command on the Android.mk of corresponded parent directory. Alonso On 11月23日

[android-porting] Re: some quesitions for new decoder integration process of opencore framework

2010-11-23 Thread Alonso Hu
Hi, I found that there's no FLV support added at all. In fact, I'm not sure. Althought " #define PVMF_MIME_FLV1 "video/x-flv" " is added in the pvmf_format.types.h, there's no where except here that use PVMF_MIME_FLV1. (I do "grep -r PVMF_MIME_FLV1 opencore/") Alonso On 11月18日, 下午3時06分, Deva R