[android-developers] Re: 2.3.3 bugs on the Nexus One - When will Google fix this?

2011-10-27 Thread JRock
I am already on 2.3.6. The problems are still there. Believe me, in the middle of text message conversations I have to power down my phone and start it back up again just to get the keyboard working. I have never rooted or flashed my phone so I am not up on that, is there a way to download Froyo

[android-developers] 2.3.3 bugs on the Nexus One - When will Google fix this?

2011-10-26 Thread JRock
I'm sorry if this is not the right forum to post this, but cannot find any other place. I hope that someone from google can respond to this. Since gingerbread 2.3 there are numerous bugs making my Nexus One, which only a year and a half ago was the state of the art Android phone, run like a piece

[android-developers] Re: 2.3.3 bugs on the Nexus One - When will Google fix this?

2011-10-26 Thread JRock
Uh, no. My phone is fine, as are the phones of the hundreds of other people who are pulling their hair out along with me: http://code.google.com/p/android/issues/detail?id=15311 On Oct 26, 11:03 pm, Zsolt Vasvari zvasv...@gmail.com wrote: None of these are an issue on my 2.3.6 Nexus One.  

[android-developers] Which sdk to compile against?

2011-07-31 Thread JRock
I develop an app that has the minimum sdk set to: android:minSdkVersion=4 and does not require any special features specific to any particular sdk above 1.6. I simply want this app to work on as many devices as possible. Which sdk should I be compiling against? Should I always choose the latest

[android-developers] Re: Which sdk to compile against?

2011-07-31 Thread JRock
Interesting. So you are saying that is ok to compile against api 4 and target api 11? That is so confusing - I would never have thought of doing such a thing. Thanks a lot Which sdk should I set as the 'android:targetSdkVersion' ? Should it always be the one I am compiling against? If you

[android-developers] Gingerbread on Nexus One and spam text messages

2011-03-03 Thread JRock
My nexus one received an over the air upgrade today to Gingerbread 2.3.3. Oddly, this evening I received, the first time ever in my life, a spam text message from smscaster.com advertising computer repairs. Is this a coincidence? Or is this possibly related to the new Gingerbread OS? Does

[android-developers] Re: Large Icon not showing up in Market Display

2011-01-01 Thread JRock
On Dec 31 2010, 11:17 am, TreKing treking...@gmail.com wrote: You need to upload an image to the *Promotional Graphic* section. Why the Promotional Graphics that is now used in the new Market is NOT required, but this random, unexplained 512X512 icon IS required, is beyond me. Android Market

[android-developers] Large Icon not showing up in Market Display

2010-12-31 Thread JRock
The recent market application changes now show a large icon for your app in the upper left hand side of the screen when viewing the app's listingfor my app, however, it is still showing the tiny icon in the middle of a huge white rectangle. From the Developer console I have uploaded the new

[android-developers] Default Buttons appearing as black rectangles on DROIDX?

2010-12-30 Thread JRock
Hopefully someone can point me in the right direction as to what is going on here: In my app, I use standard buttons and spinners, which have always appeared as basic beveled silver buttons. I have seen these look fine on my Nexus One running 2.2.1 as well as a couple of other phones. I just

[android-developers] Are 3rd party app stores a good idea for free apps?

2010-11-02 Thread JRock
After publishing a free app to Android Market I have received numerous solicitations from 3rd party app stores to publish my app such as handster.com and mobango.com. To date, I have not pursued that and my app is only available on Android Market. I would love to hear some developer opinions

[android-developers] How to color code individual rows of a list view?

2010-03-01 Thread JRock
How can I color code individual rows in a ListView exactly like it is done in the native MESSAGING app? I do NOT want to simply do alternating rows, but I want to copy the format used in the MESSAGING app, where message rows have a different background color based on the username of the message.