[android-developers] Re: How to detect CPU Speed?

2010-06-06 Thread SeriousCoder
may I ask, why are trying to get the speed of the cpu? On Jun 5, 7:05 am, Martiño martino.figue...@gmail.com wrote: Is there a way of getting the speed at which the device is running? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Android Debugging Issues

2010-05-10 Thread SeriousCoder
Guys, Please let me know if anyone has a solution to this. Thank you. . On May 3, 2:00 pm, SeriousCoder ambre...@gmail.com wrote: The version of IDE is as follows : Eclipse IDE for Java Developers Build id: 20100218-1602 (c) Copyright Eclipse contributors and others 2000, 2009.  All

[android-developers] Re: Android Debugging Issues

2010-05-03 Thread SeriousCoder
Bob, sorry I think I may have confused you. The debugger doesnt stop at all, I shouldnt have said the debugger doesnt stop at the exact point, which is completely untrue because it doesnt stop at all. Thanks for your detailed email, unfortunately that doesnt solve my problem. On Apr 28, 1:46 am,

[android-developers] Re: Android Debugging Issues

2010-05-03 Thread SeriousCoder
please have a look at the logcat. That should give you a stack trace of the exception, and generally be very helpful. Gambatte! Bex On Apr 28, 2:01 pm, SeriousCoder ambre...@gmail.com wrote: Hi Bob, see my answers below - please help -thanks On Apr 27, 5:38 pm, Bob Kerns r...@acm.org

[android-developers] Re: Typing English Text Results in Chinese Characters

2010-04-28 Thread SeriousCoder
in the phone settings :) - Dan On Wed, Apr 28, 2010 at 1:21 AM, SeriousCoder ambre...@gmail.com wrote: Guys, I've written this small app, nothing special it just contains an edittextview control and the strange thing is that when I type text on this textbox it converts english characters

[android-developers] Re: Typing English Text Results in Chinese Characters

2010-04-28 Thread SeriousCoder
, SeriousCoder ambre...@gmail.com wrote: Guys, I've written this small app, nothing special it just contains an edittextview control and the strange thing is that when I type text on this textbox it converts english characters into chinese (or japanese, i can't tell) characters. Can someone please

[android-developers] Re: Typing English Text Results in Chinese Characters

2010-04-28 Thread SeriousCoder
I figured it out - thanks On Apr 27, 11:14 pm, SeriousCoder ambre...@gmail.com wrote: Yes I am running this on the emulator version 2.1 , how do I switch off the japanese ime/keyboard settings? can you walk me through it? - thanks On Apr 27, 10:48 pm, Dan Sherman impact...@gmail.com wrote

[android-developers] Android Debugging Issues

2010-04-27 Thread SeriousCoder
Guys, I am new to android development but I know programming and I found out that the android development platform doesnt display error messages that make sense. For eg : I am in the process of creating a to-do-list app and this thing give me a message saying that The application Widges (process

[android-developers] Re: Android Debugging Issues

2010-04-27 Thread SeriousCoder
? - correct. Any negative answer would be a clue about where to start reading and exploring. On Apr 27, 11:06 am, SeriousCoder ambre...@gmail.com wrote: Guys, I am new to android development but I know programming and I found out that the android development platform doesnt display error

[android-developers] Typing English Text Results in Chinese Characters

2010-04-27 Thread SeriousCoder
Guys, I've written this small app, nothing special it just contains an edittextview control and the strange thing is that when I type text on this textbox it converts english characters into chinese (or japanese, i can't tell) characters. Can someone please help me fix this , it's highly