[android-developers] Re: Upgrading to 1.5

2009-06-06 Thread radiolistener
red. They changed the placement of this file in Vista. It's probably mentioned somewhere. Thanks Again, John aka Radiolistener On Jun 6, 6:24 pm, radiolistener wrote: > Maybe I'm just not getting it, but I haven't signed this one yet.  For > Colorthon I used the automatic s

[android-developers] Re: Upgrading to 1.5

2009-06-06 Thread radiolistener
arlier: you signed your application > with a different key, and this is why updating the app fails. > > On Sat, Jun 6, 2009 at 12:19 PM, radiolistener > wrote: > > > > > > > This is the exact error: > > > [2009-06-06 15:13:29 - REBC] Automatic Target Mode: usi

[android-developers] Re: Upgrading to 1.5

2009-06-06 Thread radiolistener
REBC] Please execute 'adb uninstall REBC.exercise' in a shell. [2009-06-06 15:13:33 - REBC] Launch canceled! And it's more than the phone I updated to 1.5, this morning I updated my development environment. On Jun 6, 11:12 am, Marco Nelissen wrote: > On Sat, Jun 6, 2009 at 6:56 A

[android-developers] Upgrading to 1.5

2009-06-06 Thread radiolistener
paid users get a free upgrade? Any insights would be appreciated. Also, I know that many developer's have upgraded earlier, but I wanted to wait until I had the updated phone. If this is a common problem, please refer me to the thread to read. Thanks, John aka Rad

[android-developers] Re: Radio's Colorthon Tutorial Now Available on YouTube

2009-06-06 Thread radiolistener
Hi All, The source code is now up on my web site. Tutorials->Colorthon Also, the compiled version is on the MarketPlace, Applications- >SoftwareLibraries ( Compiled under Android 1.5) On Jun 2, 8:49 pm, radiolistener wrote: > Hi All, > > I just finished my fourth video, o

[android-developers] Re: How to detect current screen is vertical or horizontal?

2009-06-03 Thread radiolistener
Try This, WindowManager z; z = this.getWindowManager(); Display r = z.getDefaultDisplay(); int rr = r.getOrientation(); HTH, Radio On Jun 3, 5:40 pm, Hiro wrote: > not sure how much help this is, but i'm using it on a canvas i > have > >

[android-developers] Radio's Colorthon Tutorial Now Available on YouTube

2009-06-02 Thread radiolistener
John Leone AKA Radiolistener --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gro

[android-developers] Re: How to create two TextView without write the XML file

2009-05-03 Thread radiolistener
t;         setContentView(tv1); > >         TextView tv2 = new TextView(this); >         tv2.setText("This is yellow."); >         tv2.setTextColor(Color.YELLOW); >         setContentView(tv2); >     } I think it will achieve what you are looking for. John aka Radiolistener --~--~--

[android-developers] Re: ScrollView always fill dialog

2009-05-03 Thread radiolistener
I use a fixed height to achieve this, something I'm rethinking as other handsets come onto the scene. Have you tried passing the fixed size in code before rendering, and make it a proportion of the screen size query? On May 3, 9:41 am, vellanova wrote: > Pulling my hair out on this one. I want

[android-developers] Re: Is it a bug for NotePadv3?

2009-03-03 Thread radiolistener
ound. John aka Radiolistener. On Mar 3, 3:30 am, "android.bu...@gmail.com" wrote: > If the NoteEdit activity is killed, and the onSaveInstanceState() is > called, then the mRowId is saved into the Bundle. Thus the next time, > the user may be confused when he select another no

[android-developers] Re: How get horizontal and vertical events in android

2009-02-24 Thread radiolistener
all controls to be unique, but handled in one body with just the classwide integer for that control. Thanks, John Leone aka Radiolistener RadiolistenersElectricEasel.com, Inc. On Feb 16, 2:19 am, Romain Guy wrote: > Hi, > > There's no need to do this. > > Instead, use two fi

[android-developers] Juggling the price tag of "Radio's Diabetes Companion"

2009-02-24 Thread radiolistener
anks for listening, John Leone aka Radiolistener President RadiolistenersElectricEasel.com, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Been Reading Some of the Marketplace posts

2009-02-22 Thread radiolistener
cking option, could that have something to do with it? Waiting is... John aka Radiolistener President RadiolistenersElectricEasel.com, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Confused about the new market

2009-02-16 Thread radiolistener
software on their devices. By all rights, and everything I read, they should be getting the "for pay" software for free. Is this even possible? Any insights would be appreciated. Thanks, John Leone aka Radiolistener http://radiolistenersElectricEasel.com, Inc. --~--~-~--~~--

[android-developers] Re: Sporadic SharedPreferences reset

2009-01-26 Thread radiolistener
card adds a lot of special cases > that you'd have to handle yourself, e.g. SD card not mounted or being > unmounted (which will kill your process if you don't handle it > correctly). > > Christoph > > On Tue, Jan 27, 2009 at 2:54 AM, radiolistener > > wrote: >

[android-developers] Re: Sporadic SharedPreferences reset

2009-01-26 Thread radiolistener
tings with either a cold boot or a re-install. This isn't readily tenable. So, I'm thinking of either writing them to the database or writing them to the sdcard. I'm weighing those two options now. Any insights would be appreciated. Thanks, John aka Radiolistener On Jan 25,

[android-developers] Re: Theme.Dialog for PreferenceScreen child does not work

2009-01-25 Thread radiolistener
I'm just beginning to use preferences. My next Alpha is going to have resolution adjustements. In 3-d a lot of people can't read the screen easily, and on the .net, they think the font is too big. If you use the editor to commit preferences, once changed, it works well. Just in the create of e

[android-developers] Marketplace Questions

2009-01-23 Thread radiolistener
rs and let them know that the Market Entry is updated? My second question is, 16 people commented on my first release. Is there any way for me to post a comment in response to their comment, right in the MarketPlace? Any insights are appreciated. Thanks, John Leone aka Rad