Hi, I am assuming that you are trying to simulate keyevents. You can use the APIs in the instrumentation<http://code.google.com/android/reference/android/app/Instrumentation.html> class, particularly sendkeysync()<http://code.google.com/android/reference/android/app/Instrumentation.html#sendKeySync%28android.view.KeyEvent%29>method. Check out the sample code for instrumentation class below :
http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/ContactsSelectInstrumentation.html Thanks, Megha On Thu, Apr 3, 2008 at 11:57 AM, Agus <[EMAIL PROTECTED]> wrote: > > For the actual device, how does a user input a text on HVGA portrait > mode with no keyboard? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

