[android-developers] Re: is upgrade to 1.5 safe???

2009-06-03 Thread guna
Yes, 1.5 is stable only, as you are working with G1, which is based on the cupcake version. On Wed, Jun 3, 2009 at 2:30 PM, Saurav Mukherjee to.saurav.mukher...@gmail.com wrote: hi, i am saurav mukherjee n i am working on a g1 mobile on android. there is a dialog box appearing for upgrading

[android-developers] Re: is upgrade to 1.5 safe???

2009-06-03 Thread guna
Not exactly If you used the removed methods, it will show exception. Take care of those methods alone. On Wed, Jun 3, 2009 at 2:39 PM, Saurav Mukherjee to.saurav.mukher...@gmail.com wrote: will the applications developed for 1.0 r2 work well on 1.5? is it backward compatible? On Wed,

[android-developers] Re: is upgrade to 1.5 safe???

2009-06-03 Thread Mike Wolfson
You will need to recompile your applications (make sure to switch the project properties to target 1.5 release) before redeploying them to an updated device. As far as other applications (ie. ones you downloaded, or didn't custom code) they will work for the most part. There are some subtle

[android-developers] Re: is upgrade to 1.5 safe???

2009-06-03 Thread Jason Van Anden
Just updated to it. So far so good. Jason Van Anden http://www.bubblebeats.com On Wed, Jun 3, 2009 at 11:29 AM, Mike Wolfson mwolf...@gmail.com wrote: You will need to recompile your applications (make sure to switch the project properties to target 1.5 release) before redeploying them to

[android-developers] Re: is upgrade to 1.5 safe???

2009-06-03 Thread Mike Garcia
Yes. I have had the OTA update now for over a week and it is working as I would expect. If you are developing in the Eclipse IDE and have the 1.5SDK installed, I'd strongly recommend updating your phone ASAP! On Wed, Jun 3, 2009 at 4:00 AM, Saurav Mukherjee to.saurav.mukher...@gmail.com wrote:

[android-developers] Re: is upgrade to 1.5 safe???

2009-06-03 Thread Jason Van Anden
Now that I have been using it this AM - I must say ... sweet! The interface adjustments are great. j On Wed, Jun 3, 2009 at 11:39 AM, Mike Garcia sddm...@gmail.com wrote: Yes.  I have had the OTA update now for over a week and it is working as I would expect.  If you are developing in the