[android-beginners] Re: Disable the screen lock?

2008-11-21 Thread InfidelCastro
Under Aplications/Development check phone never sleeps while charging. On Nov 20, 8:07 am, Markjm223 [EMAIL PROTECTED] wrote: Is there a way to disable the screen lock while the phone is closed and in the vertical position? Maybe an option I could uncheck that I can't find? Thanks for any

[android-beginners] Re: Disappearing Dialer

2008-11-21 Thread Dorn Hetzel
Well, yes, but that's sooo annoying... Is there an option to make it stay, or at least increase the timeout til it goes? On Fri, Nov 21, 2008 at 7:55 AM, InfidelCastro [EMAIL PROTECTED] wrote: The (5) tab at the bottom of the screen will bring it back up again. On Nov 20, 8:03 am, Markjm223

[android-beginners] Re: Disappearing Dialer

2008-11-21 Thread dar
Not yet. This thread also discusses this issue: http://groups.google.com/group/android-discuss/browse_thread/thread/81d2780beaf3ec88/f24e09818df2842b?lnk=gstq=call+timeout#f24e09818df2842b On Nov 20, 8:03 am, Markjm223 [EMAIL PROTECTED] wrote: Is it possible to keep the dialer visible during

[android-beginners] Help on building android source code for omap3430

2008-11-21 Thread Phani
Hi Guys, Iam trying to build android source for omap3430 platform. After doing all necessary preparations as listed in source.android.com and proceeding to build, i have encountered some java related exception. I tried googling for some solution, but ended with none. Here is the error: target

[android-beginners] Unable to download any applications from the Marketplace

2008-11-21 Thread yuisbell1...@gmail.com
Hello, I am unable to download any applications from the marketplace, I click download and it shows currently downloading, but stays there forever, nothing happens. Any advice? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Emulator crash

2008-11-21 Thread Ben Safta
Hi all, I'm having a problem with the emulator on windows. Everything was running fine until about a week ago. Every time I try to run an application within Eclipse the emulator crashes (with a standard windows emulator.exe has encountered a problem... error). There is nothing written in

[android-beginners] Re: does the emulator support any coonetction method to smart card?

2008-11-21 Thread OSoleMio
Hi, Digit I am wondering if the answer is still the same. Thanks! OSoleMio On Jan 17, 9:12 pm, Digit [EMAIL PROTECTED] wrote: brief answer: no, not at the moment long answer: the only connection to the SIM card in the emulator is done through GSM AT commands, which are themselves

[android-beginners] InvocationException occurred invoking method. no such column:database question

2008-11-21 Thread Jeff
Hello, a bit more data on the problem of _id column not existing, a post that I had made earlier. Inside of my query in a ContentProvider I attempt to read the database. The error points back to the _id no such column. I don't get it? I have tried upper case and lowercase _id name. the

[android-beginners] Re: Help on building android source code for omap3430

2008-11-21 Thread Mark Murphy
Phani wrote: Iam trying to build android source for omap3430 platform. This is the wrong list for that sort of question. You probably want the android-porting or android-platform lists: http://source.android.com/discuss This list is for developing applications atop the Android SDK. -- Mark

[android-beginners] Re: Radogroup layout question.

2008-11-21 Thread Mark Murphy
[EMAIL PROTECTED] wrote: Is it possible to make 2 lines of buttons in a radio group? I would like a radio group consisting of 6 buttons, in 2 rows of 3. That should be doable. RadioGroup behaves like a LinearLayout, and it takes an android:orientation attribute in the layout XML. So,

[android-beginners] Re: Radogroup layout question.

2008-11-21 Thread [EMAIL PROTECTED]
Thanks Mark for another speedy reply. I actually tried this. Once the radio buttons are contained within a linearlayout, they seem to stop functioning as part of my radiogroup despite the linearlayout being nested inside the radiogroup. All of the buttons can be selected at once, and no

[android-beginners] Re: Radogroup layout question.

2008-11-21 Thread Mark Murphy
[EMAIL PROTECTED] wrote: Thanks Mark for another speedy reply. I actually tried this. Once the radio buttons are contained within a linearlayout, they seem to stop functioning as part of my radiogroup despite the linearlayout being nested inside the radiogroup. H... According to:

[android-beginners] Re: Radogroup layout question.

2008-11-21 Thread [EMAIL PROTECTED]
Okay, grandchildren wont work then. Back to my work-around. I realised the problem from before, what I was doing was: public void onCheckedChanged(RadioGroup group, int checkedId){ if (group = topRowGroup){ bottomRowGroup.clearCheck(); } else{

[android-beginners] Re: Radogroup layout question.

2008-11-21 Thread [EMAIL PROTECTED]
I wish there was an edit button here! How can I perform a null check on an int? If I use if (checkedId != null) I get the error The operator != is undefined for the argument type(s) int, null. On Nov 21, 7:31 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Okay, grandchildren wont work then.

[android-beginners] Re: Radogroup layout question.

2008-11-21 Thread Mark Murphy
[EMAIL PROTECTED] wrote: I wish there was an edit button here! How can I perform a null check on an int? If I use if (checkedId != null) I get the error The operator != is undefined for the argument type(s) int, null. I think onCheckedChanged() is supposed to have a boolean second

[android-beginners] Re: Radogroup layout question.

2008-11-21 Thread [EMAIL PROTECTED]
I'm using the RadioGroup version of it: RadioGroup.OnCheckedChangeListener.html http://code.google.com/android/reference/android/widget/RadioGroup.OnCheckedChangeListener.html On closer examination of the logcat, and further using my brain I realised what was going on. I had updated my function

[android-beginners] Re: will the android ever be compatible with mobiles other than the G1?

2008-11-21 Thread Sunit Katkar
Right now only the HTC phone can run Android. However, other companies like MOtorola are working on making Android run on their new models.So you will have to wait till more vendors release Android powered phones. Since phones are not exactly like a PC or a Mac, there are many hardware