Ice Cream Sandwich is the codename for version 4.0 of the Android mobile operating system.

learn more… | top users | synonyms

0
votes
0answers
24 views

android frame animation plays twice (on 4.0 ICS)

I'm using animation-list xml to define the frame-by-frame animation. In the code, I create AnimationDrawable from the animation-list xml resource and start it. It works fine on Android ...
0
votes
2answers
48 views

App is close when back button in on phone but no in another

I have an app that goes to the homeScreen when I click the back button in certain activity using a Galaxy SII (Android 4.0.4) but it does goes back normally to all the previous activities that not ...
0
votes
3answers
41 views

dynamic textsize change in ice cream sandawich

I am trying to change text size when button is clicked. xml : <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" ...
-2
votes
0answers
30 views

Android OS bug with some devices running Ice Cream Sandwich/4.0.3 - TextView.setError(CharSequence error) Missing Text [closed]

public class MainActivityActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main_activity); ...
1
vote
0answers
39 views

Modifying the Android combined tablet bar

There exist several solutions (both legit and workaround) to allow the navigation bar to be hidden in smartphones and, in the case of http://stackoverflow.com/a/15227433/995285 there is even a magic ...
0
votes
0answers
36 views

Sencha Architect Android Build - Stuck at white screen (ICS Only)

I am experiencing a weird issue with Sencha Touch 2.2.0 while building/simulating my app on a real device which runs on Ice Cream Sandwich. I am not able to run/test the app on ICS and all I see is ...
0
votes
1answer
93 views

Android ICS, Turning on JNI app bug workarounds for target SDK version 8

My android app has one background service. I observed that this service is restarting and not showing any exception in debug log also. I taken more interest to identify the problem with my app and ...
0
votes
0answers
54 views

Is it possible to create an Android Service to handle custom APN to fix ICS limitations?

I have an application working on Android 2.3 very well, but my client is planning to upgrade his devices to Android 4.0.4 soon. Their devices have a custom firmware with my software inside. The ...
0
votes
1answer
48 views

how to make TextView selectable under api 11

I need to have a text that will be shown to the user, and it will be possible to select a part of it and copy it to the clipboard. But without the keyboard open. I know that on api 11 and newer i can ...
0
votes
0answers
157 views

jelly bean vs ice cream sandwich textview appearance error

I have implemented a button that changes the typeface, textsize, and padding of a textview. The textview starts off with StyleA, then the button switches it to StyleB and it looks fine, then pressing ...
0
votes
3answers
65 views

How create fullscreen in android 4.0?

Hello, I need do fullscreen in android 4.0 (I must hide back button, home...) I used android:theme="@android:style/Theme.NoTitleBar.Fullscreen" but it doesn't work.
0
votes
2answers
53 views

Check for navigation bar

I am trying to check to see whether the android navigation bar is present on load so that I can adjust a layout accordingly, does anyone have any suggestions? This is the navigation bar I am trying ...
0
votes
1answer
86 views

Android - How to set Device input - either touchscreen or mouse

I'm currently compiling for Android for a device and have recently upped the ICS build. I'm facing an issue with the touch. The touch controller is on but the screen is treated like a track pad for ...
1
vote
1answer
75 views

SMS sending working in 2.2 Froyo but not in ICS 4.0

I am developing an App which sends SMS and receives some response. Now the problem is that the SMS sending works fine in 2.2 froyo but its not working in ICS 4.0. I have done the following in my ...
0
votes
1answer
95 views

Does anyone know where I can find android's ICS home button's code?

I want to be able to modify that code to make it into double tap instead of a single tap. The reason is that it's too close the the space button on the screen on my phone. I always end up tapping it ...
10
votes
2answers
132 views

No such method getITelephony to disconnect Call

i want to disconnect outgoing call in ICS. My issue is first of all I am not getting the broadcast in ICS in Gingerbread it is working fine and blocking the calls but in ICS its not Broadcasting. ...
1
vote
1answer
122 views

Android permission WRITE_APN_SETTINGS

I want to make an app that, if I'm on android< ICS writes some APN settings, otherwise does something else. The problem is that, when i write in the manifest: <uses-permission ...
0
votes
2answers
107 views

Ice Cream Sandwich Android Tabs Style

I'm looking for a way to give style to my app tabs Android 4 similar to the image and that each tab has its own activity class.
0
votes
1answer
134 views

Android GCM Work on ICS but not on gingerbread

I have a problem with the GCM service. My app correctly work on android >= 4.0 device but not (e.g) on gingerbread. I think that the problem it's the manifest but seem right <?xml version="1.0" ...
0
votes
0answers
162 views

Camera half black with Sony Xperia Go

I develop an app using camera. All works fine on almost all devices but I have a problem with Sony Xperia Go. On my camera activity, if I use an Action bar theme or not fullscreen theme, half of the ...
0
votes
0answers
48 views

animationview in android

I'm using animationview in android for displaying gif file.It is running well on gingerbread,but not running on ICS. What should I have to do for running it on android?? I'm referring following code:- ...
1
vote
2answers
80 views

Geocoder not working ICS but works in Gingerbeard

Well i have made a application that uses Google Maps. I am currently using Tap on Map to get the address through Geocoder but it is not working. I have tried the code in Gingerbeard e.g HTC chacha, ...
0
votes
1answer
156 views

getActionBar() == null When it Shouldn't

I feel like I must be missing something crazy. I am converting my code written to work with ABS (and it did work), and switching it to use the native ActionBar. I set the min SDK to 14 and switched ...
1
vote
0answers
27 views

Several Android software sensors disabled after upgrade to 4.0

I recently updated my HTC Desire S to Ice Cream Sandwich (Android 4.0) using the RUU found on HTCdev. Previous to this upgrade all sensors compatible with 2.3 worked just fine. After the upgrade the ...
0
votes
0answers
13 views

Permission problems when trying to connect to network

i'm building an aplication on ICS, and i'm using these code to pasring the data using JSON. when i'm testing in on gingerbread, i've no probelms show up. only on ICS it's always force close. final ...
0
votes
0answers
51 views

is there an android ICS email client that can request tasks

we use exchange on SBS08. i'm out in the field regularly and would like to be able to use the 'request task' feature of exchange from my ICS android smartphone to assign jobs to employees in-house and ...
0
votes
0answers
84 views

internet access on ICS and Jelly Bean

I've been wondering on how to build an aplication on ICS and Jelly Bean. whenever it tries to connect to the database, it always force closes. I've tested on ginggerbead and no problems show up. I'm ...
0
votes
1answer
297 views

how to set edittext cursor color in ics and jelly bean by coding?

I want to change cursor color in jelly bean 4.2 and ics (4.0). when I run app on 2.3.3 its shows cursor color black in EditText. but when I run on jelly bean or ics it shows white color, so I want to ...
0
votes
0answers
118 views

Compatibility mode in ice cream sandwich tablet?

I read this about compatibility mode. I got an ICS tablet and can't find anything to enable or disable it. The layout of my app looks messed up. It's not zoomed. Zoom is better, I'm not working on ...
0
votes
1answer
58 views

ICS Browser for Android Wierd Security Error

I'm developing a widget for a client for mobile browsers and so far it's been good. However, I am getting strange errors when I test it on the ICS Browser on android. It's hard to explain but below is ...
0
votes
1answer
67 views

How to add a device to a WifiP2pGroup in Android

I'm seriously confused... The android documentation is VERY good, but is very limited in scope. Say I have a device that calls createGroup(Channel,GroupInfoListener). When available, ...
0
votes
0answers
65 views

Find out if a device is running my application over Wifi-Direct WITHOUT NETWORK SERVICES

I understand that in Android API 16, the WifiP2pManager has an addLocalService method that can be used to query devices. But how would I do this for API level 15? Essentially I have one device as a ...
0
votes
1answer
19 views

difference between contextual actions & surface actions in android 4.0+

i need to clarify for my app so that can use the terminology for ease of development in my android app. Any links or related reference information will be appreciated.
0
votes
0answers
22 views

onTap listitem in SwipeDimissTouchListItem gets called while scrolling

I am trying to add a ontap functionality for on the onclick of a list item. In the SwipeDimissTouchListItemListener written by Romain : link here The onTap works fine, but the problem comes when I ...
6
votes
1answer
301 views

Determine addAction click for Android notifications

I'm trying to use the new notifications interface. I've added 3 buttons to the notifications, and I want to save something to my database once each of them is clicked. The notification itself works ...
0
votes
0answers
53 views

in all android os versions, what is the common event file in which the screen touch information is written?

i own a phone running ICS v4.0.4 and after rooting, i found that the event file in which the screen touch information is written is /dev/input/event2. my question is that is this file common to all ...
0
votes
0answers
102 views

Android configure ethernet programatically

I have an Android box with OS version 4.0.4. It has an ethernet port and I want to develop a custom ethernet configuration utility. Most of the information available on web and documentation is about ...
0
votes
2answers
46 views

android runtime error vibration

have only 2 vibration calls in my app 1. Vibration Call listView.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView<?> parent, final View view, ...
1
vote
3answers
132 views

Android: Static Arraylist is becoming empty in service

I have declared a static Arraylist variable inside a service file (backgroundService.java). I am updating the static variable once i received a Push Message (using GCM). I am using 4.0.4 ...
3
votes
0answers
120 views

meanings of Android GC Log message

First I'd like to paste some GC log messages here for Honeycomb . 03-08 01:31:54.354: D/dalvikvm(258): GC_CONCURRENT freed 196K, 5% free 7078K/7431K, paused 3ms+3ms 03-08 01:31:54.494: ...
0
votes
0answers
46 views

Ice Cream Sandwich causes: initialization makes pointer from integer without a cast

I'm working using JNI to handle a few calls to a native c library, while working on my old Nexus One everything worked just fine, recently I changed the API level from 10 to 17 to test on ICS and ...
1
vote
0answers
97 views

android app not able to get GPS until phone restarts

I am getting multiple reports from users that they can't get GPS or location services in my app until they restart their phone, and then everything works no problem. I only get a limited sample of ...
0
votes
0answers
127 views

Android Options Menu: Resource not found Exception: Only on 4.0.x

at first, sorry about my english skills. It isn't the best... I'm not a beginner in android developm., but don't understand what I can do, to solve this problem. These are the errors wich will thrown, ...
4
votes
1answer
300 views

ICS keyboard back,home buttons not taking touch when opened on overlay

I am creating an Overlay Screen. Everything works perfect on it except the android 4.0+ default keyboard`s back(keyboard down),home & recent apps button when the keyboard is open. These keys do ...
1
vote
1answer
50 views

Widget dont show in the menu in android 4+ even after restart

I've added a widget to my application. <receiver android:name=".widget.WidgetProvider" android:label="@string/app_name"> <intent-filter> <action ...
0
votes
1answer
148 views

Android emulator:no signal strength

I have built my code using the Google ICS code. The android emulator doesn't show signal strength. Is there any way to simulate a fake signal strength? Can we show a signal strength of say 3 bars at ...
-1
votes
1answer
73 views

To receive a boot complete intent in ICS?

I am having a broadcast receiver that starts a service in ICS. I have not activity associated with the code. The issue that I am facing is that I am unable to receive the BOOT COMPLETED broadcast in ...
0
votes
1answer
255 views

Replacing the notification bar and panel in android

I am trying to write my own full UI replacement (launcher/appdrawer/notifications) for android (4.0.4 primarily) however I have been having trouble finding a starting point to create a notification ...
2
votes
0answers
209 views

Spinner differently rendered in Gingerbread and Ice Cream Sandwich

I don't understand why some elements are differently rendered. Here is a emulated ActionBar where I put a Spinner for changing the online status. However the text in the Spinner is visible on the ...
0
votes
1answer
441 views

bin/sh script to launch during android boot

I have a shell script which I would like to start it during Android boot. As the script is under /bin/sh hence needs busybox to start the script. I have busybox installed in Android /system/bin ...

1 2 3 4 5 20