[android-beginners] Dial a number with ending #, the trailing # got dropped

2009-12-11 Thread sherry
Hi: In the following code I was trying to auto dial: Intent intent = new Intent( Intent.ACTION_CALL, Uri.parse(tel: + **76*1234567890*#)); activity.startActivity( intent ); the dial screen come up but the number it actually dialed is **76*1234567890*. Where is my

[android-beginners] Does Android 1.5 and after have APIs to enter key codes?

2009-10-27 Thread sherry
I need to enter key code such as *71 for call forwarding in a programmatic way instead of punch the keys on the handset. Does Android support this kind of API? Thanks, Sherry --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Still searching for HOME screen, and more question about ActivityManager

2009-06-05 Thread sherry
lost? Thanks, Sherry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android

[android-beginners] Re: How to detect home screen?

2009-06-05 Thread sherry
screen a mission impossible? I would like to know too. Cheers, Sherry On Jun 5, 11:09 am, Mark Murphy mmur...@commonsware.com wrote: sherry wrote: Thanks again. I'm confused. How can lower the thread priority can let me know if the screen is at HOME? Stop focusing on one technical

[android-beginners] Re: How to detect home screen?

2009-06-04 Thread sherry
is a Home activity. Thanks, Sherry On Jun 3, 11:17 am, Mark Murphy mmur...@commonsware.com wrote: sherry wrote: I posted yesterday asking how to detect idle screen. I guess Android uses different terms. So here goes again: How can I detect the handset or emulator is at Home screen? I am

[android-beginners] How to detect home screen?

2009-06-03 Thread sherry
I posted yesterday asking how to detect idle screen. I guess Android uses different terms. So here goes again: How can I detect the handset or emulator is at Home screen? Thanks, Sherry --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] How to detect idle screen?

2009-06-02 Thread sherry
How to detect idle screen from an app? Thanks, Sherry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe

[android-beginners] how to dynamically update classpath in Android emulator?

2009-05-28 Thread sherry
is not in myapp's classpath. How to update the classpath after I load the jar file so that I can find the classes in the /sdcard/my.jar ? Thanks. Sherry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group