[android-developers] UI update status

2009-04-17 Thread VS
Hi, Could someone tell how to track the UI update events from adb or using ddmlib. Is there a service call that I can use to poll for the update status. For example, if I want to know when the browser completes loading the page. service call windowmanager, DUMP gives the current window and compon

[android-developers] Adb shell escape character

2009-05-05 Thread VS
Hi, I'm trying to send this command to create a contact. am start -a android.intent.action.INSERT -d 'content://contacts/ people' -t 'vnd.android.cursor.dir/person' -c 'android.intent.category.DEFAULT' -e 'name' 'Abc Xyz' -e 'phone' '111222' This works fine if I just use one word for name, e

[android-developers] TimePickerDialog

2009-06-01 Thread vs
I am trying to use a custom background for the TimePickerDialog using this theme by passing it as second argument in the constructor: @drawable/mybg But this doesn't work. Any ideas how I can do this? --~--~-~--~~~-