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

genlock error on ICS

My problem is the follow, I have all libraries up-to-date and all things(including on kernel) to get new Qualcomm ICS Adreno drivers working on ICS. After my build, i get a known error on logcat(*) line 435. My phone is an ARMv6 called Galaxy 5 or…
Hyztname
  • 1,597
  • 2
  • 10
  • 7
0
votes
0 answers

How to modify default shortcuts target from home screen bar ?

I'm removing the bloatware from my providers ROM. I've achieved this without problems. My problem is that when I try to open up the MMS shortcut from the home screen bar it says "App isn't installed". Whats interesting is that if I open the MMS app…
0
votes
2 answers

decompile apk and inject code

Is there a way to decompile apk (Launcher2.apk from ics) and to edit it's code and compile again? I need to replace toast message "Shortcut Installed", with code that sends custom broadcast or creates file on sd or signals it some other CATCHABLE…
POMATu
  • 3,422
  • 7
  • 30
  • 42
0
votes
1 answer

Android convention for a complex modal interaction

I'm looking for the "Android way" of implementing a modal view which interrupts the current flow, and displays another set of screens (more than one). Once done, I'd like to go back to where I was. I'm actually looking for something similar to the…
0
votes
2 answers

Why this doesn't work for ICS

Possible Duplicate: Strange NetworkOnMainThreadException in Android app? Trying To Upload To Dropbox: NetworkOnMainThreadException? I have used the below code for reading HTML contents from a url. This works perfectly for 2.3.3 but when I try to…
Vinay
  • 6,891
  • 4
  • 32
  • 50
0
votes
1 answer

What is the right method implementing Android (4.0+) Preferences?

I've gone through several questions and articles in the web and almost all of them seem to be pointing towards starting an Custom class which extends PreferenceActivity. But then in the Android reference documents, it instructs to use…
gaara87
  • 2,087
  • 3
  • 21
  • 43
0
votes
1 answer

Extracting ICS Android Calendar as Stand Alone App

I have been asked to blend our company specific events into the existing Android calendar. Our events have four fields I don't find with the standard CalendarContract.Events class. A boolean "approved" field, an integer "linked" to a resource, and…
0
votes
1 answer

HVGA shows different screen size in emulator in android 4.3?

I am trying to develop an app of HVGA [320 x 480] its showing the same size in android 2.3 but the screen size varies in android 4.3 it shows 320 x 432 in the log.Any reason for it.please help me on this.Thanks.
0
votes
2 answers

AS3 Air 3.3 app on Android always crashes after 4 seconds

I'm testing on an HTC Sensation, running android 4.0.3. I'm publishing using FlashDevelop 4.0.3 and using the Air Mobile AS3 App template. All the application does is display a Rectangle…
0
votes
2 answers

Porting Android ICS to Huawei Ascend G300-U8818

Huawei Ascend G300-U8818 comes with android 2.3.6 os version. I had successfully compiled the source code of android ICS Is it possible to port android ICS on Huawei G300-U8818? If its possible to port then how device performance will be…
Ashwin N Bhanushali
  • 3,872
  • 5
  • 39
  • 59
0
votes
1 answer

Why onProgressUpdate() doesn't get called on Gingerbread when working in standalone service?

A bit convoluted situation - A Service is packaged as a separate APK with nothing other than it in the manifest; The Service accepts incoming requests and handles them with MessageHandler; In one case, a handler spawns an AsyncTask like…
0
votes
1 answer

Developing UI with Broadcast Receivers and Tabs in ActionBar

I am using ActionBar Tabs in Android 4. I have 5 Broadcast receivers, and all of them updates the part of UI. There are two Tabs in my app, both the tabs have different UI associated(that is, both tabs have different xml files associated with them,…
0
votes
2 answers

How can I override TimePicker to change text color

My view has a white background, and it has to stay that way. I have a TimePicker on that white background.Everything is woking fine with android 2.3.3 but android 4.0.3 has a new timePicker style. The numbers have a very bright color. It is very…
0
votes
2 answers

Bluetooth chat sample looks messy on ICS

I am new to android programming. I have already coded an GUI für my app and want to complete it with bluetooth functionality. I used the bluetooth chat example from 2.1 and it really looks messy in ICS, seems as if the resolution isn't set properly…
0
votes
3 answers

Home button Android 3.0, 4.0

I have an application in android that includes a application home page. I override the hardware Home button to go back to the application home page for API level 10 or less. My application works fine on Android version 3.0 and 4.0. The problem is…
Ali
  • 9,800
  • 19
  • 72
  • 152