[android-developers] Need to get Status information.... MENU - Settings - About phone - Status....

2008-12-07 Thread Yorgen Valune
Hi All, is there any way i can reach the following information: from: MENU - Settings - About phone - Status i.e. Battery status/Battery level/Phone number/IMEI etc' . using adb ? or using an inner object ? please advice Yorgen --~--~-~--~~~---~--~~ You

[android-developers] Re: Link to buy unlocked phone does not work

2008-12-08 Thread Yorgen Valune
so buy a regular locked phone and unlock it by using this site: http://www.unlock-tmobileg1.com/EN/unlock-G1.php   as far as i know 100% success. From: ARW [EMAIL PROTECTED] To: Android Developers android-developers@googlegroups.com Sent: Saturday, December

[android-developers] Physical Device Keypad Events.

2008-09-24 Thread Yorgen Valune
Hi, Does someone know how to send events to keypad of an Android physical device (a real device) ? if so, can you please publish this part of the code (I'm willing to simulate press-key during my application)? 10x Yorgen Valune --~--~-~--~~~---~--~~ You

[android-developers] I need a favor please from someone who has Real HTC Device (new androind GPhone)....

2008-10-02 Thread Yorgen Valune
Hi, I'm willing to know whether the Monkey application is working on a real Device? i mean I've tried it on the Emulator and it's worked well but since i don't have the Real HTC i can't test it can someone please help me and test it for me? here is the link

[android-developers] Re: I need a favor please from someone who has Real HTC Device (new androind GPhone)....

2008-10-04 Thread Yorgen Valune
(keep it in your app). On Oct 2, 2008 4:35 AM, Yorgen Valune [EMAIL PROTECTED] wrote: Hi, I'm willing to know whether the Monkey application is working on a real Device? i mean I've tried it on the Emulator and it's worked well but since i don't have the Real HTC i can't test it can someone

[android-developers] Re: simulate key press

2008-11-09 Thread Yorgen Valune
i think u should try the monkey util... doest anyone with a real device tested the monkey ??? From: sandeepskumar [EMAIL PROTECTED] To: Android Developers android-developers@googlegroups.com Sent: Sunday, November 2, 2008 12:45:30 PM Subject:

[android-developers] my question...

2008-11-17 Thread Yorgen Valune
Hi, I'm looking for a code that can replace the following code since its no more existing: /** This function actually handles the KeyStroke-Injection. */ private void doInjectKeyEvent(KeyEvent kEvent) {   try {    /* Inject the KeyEvent to the Window-Manager. */