I am thinking to upgrade my phone with Android 2.3.7 (Gingerbread) to 4.0.3 (Icre Cream Sandwich), but I would like to know first, if the applications I normally use are available and working on ICS.

Does exist a way to know it?

link|improve this question

2  
Android is written with backwards compatibility in mind. Apps written for older OSes should run fine on newer OSes (with a few exceptions here and there). – Bryan Denny Jan 12 at 14:59
feedback

2 Answers

up vote 5 down vote accepted

You can check the changelog and comments on the Market for information, quite many apps have recently been updated to be ICS compatible and there's usually a mention of this in the changelog. Also, if the app isn't compatible, there's usually a comment about this.

In my experience, almost all of the apps I use are compatible with ICS or have been updated. Some may not have all the compatibility features such as the new menu style, but ICS is backwards compatible with the old style too.

EDIT: Developers can also specify the parameter android:MaxSdkVersion in their AndroidManifest.xml which restricts the application from running (and AFAIK also from showing up in the market) on newer platforms. I haven't published any apps in the Market so I'm not sure if there are separate settings in there to restrict the apps from installing on higher version platforms.

You can try to check the AndroidManifest.xml of your apps by using android-apktool, but this requires you to know how to get the .apk files to your pc.

link|improve this answer
feedback

You could set up the android emulator with ICS, install the market on it, and try it for yourself. Unfortunately all the instructions I've seen for installing the market on the emulator are for older versions of android, so I'm not sure if they'd work on ICS. Here are a couple:

http://blog.varunkumar.me/2010/11/how-to-install-android-market-in-google.html http://stackoverflow.com/a/4673964/399105

Edit:
This link seems to indicate it might be possible, using an android ICS VM instead of the official emulator:

http://vmlite.com/index.php?option=com_kunena&Itemid=158&func=view&catid=9&id=8838&limit=6&limitstart=84#8951

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.