Questions tagged [android-4.0-ice-cream-sandwich]

Android 4.0 (codename Ice Cream Sandwich) is API level 14 of the mobile operating system developed by Google. This version delivers a refined, unified UI for phones and tablets and introduces innovative features for users and developers.

Android 4.0 (codename Ice Cream Sandwich) is API level 14 of the mobile operating system developed by Google.

This version delivers a refined, unified UI for phones and tablets and introduces innovative features for users and developers.

It was released on 19th October 2011.

More info:

1251 questions
0
votes
1 answer

Service stops by install other applications

I develop a mobile device manager with a service in it. I've got a strange problem under Android 4.0.3, if I install another application, my service stops. I got no errors, I just see it when I want to open my application again. I do some searches…
Boe-Dev
  • 1,585
  • 2
  • 14
  • 26
0
votes
1 answer

Android: Activity Window Died (WINDOW DIED) on 4.0.4 ICS Devices

I am getting IllegalArgumentException in an 4.0 ICS Devices on one of my Activity.. I/WindowManager( 529): WINDOW DIED Window{419a4a18 XXX.XXXXXX.XXX.XXX/XXX.XXXXXX.XXX.XXX.XXXXXXXXXXXXXXXXXXXXX paused=false} E/SurfaceTexture( 225):…
0
votes
2 answers

App doesn't work on 4.0.3 but it works on 2.3.3

I write an app and it works properly on android 2.3.3 , but it doesn't work on android 4.0.3. I specify minsdk="10" and targetsdk="15" in my AndroidManifest file. I am using .net web service in my app and I'm getting error on this page. myspinner =…
0
votes
3 answers

Get all contacts from android mobile to android application in android 4.0?

I m making one app in which I want to have all records from my android mobile 4.0 to my android application. I have done this also. but problem is I have almost 200 contacts in my phonebook but I m getting only 90 records randomly in my application.…
0
votes
1 answer

PhoneGap app start ends with timeout on a Android 4.0.3/4 device

I am facing a strange issue. I create a simple PhoenGap app, that loads a HTML website no JavaScript so far. I am able to start the app using a 2.3.3 emulator 4.0.3 emulator 4.1 emulator or 2.3.3 device but the app crashes with a "CardovaWebView:…
Redfox
  • 1,024
  • 1
  • 11
  • 28
0
votes
1 answer

Android datepicker year field changed in ICS

I was using DatePicker component in my app to choose a day/month/year Now that my phone is updated to ICS, I discovered that the year field is replace by a full calendar. Is there a way to go back to the 3 columns with day / month / year?
Geob-o-matic
  • 5,940
  • 4
  • 35
  • 41
0
votes
1 answer

MapView on ICS devices (API Level 15) flashing grey tiles when built using a minSdkVersion set in the manifest

I have struggled to find out why we are seeing our app show flashing map tiles on ICS devices (works fine on pre-ICS devices). I eventually narrowed it down what appears to be a problem with the API's on API level 15 devices when a minimum sdk level…
0
votes
1 answer

Android version 4.0.4: Incorrect result code returned for activity for setting a password

I launch the set password activity by using the intent DevicePolicyManager.ACTION_SET_NEW_PASSWORD. When the user sets a password I want to be notified (basically then my app knows that the master passcode is set for the device). However, in my…
0
votes
1 answer

Why am I not able to create android xml file?

I am creating a new project, target of this project is "GALAXY tab addon". I am creating a new xml file in layout folder an I am getting following screen which was not the case when I was developing for 2.2 or so. Where do I go next, it says the…
Ayush Goyal
  • 2,079
  • 8
  • 32
  • 47
0
votes
1 answer

Is there something wrong with my code or Android emulator?

So I am trying to follow a tutorial on creating an Android game in Java. The Tutorial was written for Gingerbread 2.3 but from what I have read there shouldn't be much of a coding difference. The problem comes with I run the application via the…
0
votes
1 answer

wifi-direct on ICS: how to get a device name?

First of all, Decive A and B both enable wifi-direct. Then, There shows up a dialog on device B, when device A tries to connect device B. The words on that dialog : Wi-Fi Direct connection…
leiyu
  • 11
  • 4
0
votes
0 answers

Android 4.0 SSL Authentication , 401 Unauthorized error

Ive been developing a rss reader which needs to make a mutal ssl authentication. Ive managed to get the user certificate using the Keychain API and have got what seems to a mostly working SSLSocketFactory. But whenever i try to make a connection to…
0
votes
2 answers

How to compile Xperia S kernel wifi modules

I have a kernel compiled from source for Xperia S ICS frimware, it runs very smooth, the only problem is there are no wifi modules when I add certain features. I've tried different things, but I never get the modules. So I can't use wifi with my…
0
votes
0 answers

How to parse SOAP in android 4.0.3?

I would like to parse a SOAP in android 4.0.3, I tried to use the normal way SOAP parsing it works well in 2.3.6[Device] but not in 4.0.3[emulator].Kindly provide your expertise on this.I have added the code below for your reference.Thanks. String…
Karthik
  • 4,943
  • 19
  • 53
  • 86
0
votes
2 answers

Call wireless settings screen with back button

If there is no wireless connection and no logged in google account when you open Play Market and choose new or existing account it opens specific wireless settings screen with back button at the bottom. How to open same screen from my app? Thanks