Gingerbread is the internal codename for the Android 2.3.x release

learn more… | top users | synonyms

-3
votes
1answer
30 views

Why is an installed apk from Googe Play differ in size between Android OSs [closed]

From Google Play, I download an app that is 15.1 MB in size. When I download and install it to my Gingerbread smartphone, the application size is 25.31 MB. When I download and install the same app to ...
-3
votes
0answers
78 views

Chrome for Android 2.3.3 (Gingerbread) [closed]

i'd like to use Chrome on my gingerbread device. Unfortunately, the app requires Android 4 and higher. I want to use it because of the design and the possibility to synchronize my bookmarks , settings ...
0
votes
0answers
9 views

First thumbnail Image inCustomized ListView is not Visible

I am working on Android GingerBread. I'm using the following tutorial: http://www.androidhive.info/2012/02/android-custom-listview-with-image-and-text/ for the following XML: ...
1
vote
0answers
34 views

GPS Tracking - MIN_TIME_BW_UPDATES “hint” issue in android 2.3 (Gingerbread)

I have a problem in my GPS Tracking app. I'm sending a sms message to users predefined contact every MIN_TIME_BW_UPDATES with his location. It works really well, but when I tried it on Samsung ...
0
votes
1answer
15 views

AbsListView: ClassCastException inside onRestoreInstanceState during screen orientation change

I'm using an AbsListView in several fragments and activities so that I can use a ListView in portrait mode and GridView in landscape. I do all of my daily testing in ICS and JB, and this works just ...
1
vote
0answers
189 views

NotificationCompat Ticker Text Not Showing When Updating Notification

Background This is an app I am writing to familiarize myself with some of the APIs, it serves no real purpose other than to demonstrate some functionality in Android. I have a Service that is running ...
0
votes
0answers
34 views

nio Datagram read block in android api 10

This code works fine on donut (api 4) and Jelly beans ( api 17), but it stucks on GINGERBREAD (api 10), when it comes to sock.read(bb); No exceptions are thrown. I can't figure out what's wrong with ...
0
votes
0answers
27 views

How to set Camera Auto focus area in Gingerbread?

Is it possible to set the focus area in Gingerbread? I know we can do this in API level 14 or higher with setFocusAreas(). How do we do it in gingerbread?
0
votes
2answers
69 views

Fragments in GingerBread

I am writing an app for android which uses Fragments, but when I run the application on a GingerBread phone, I get an error in this line: inflater.inflate(R.layout.fragment_location, container, ...
0
votes
1answer
76 views

Not able to create directory for SharedPreferences or DataBase

We're having a crash when starting the app and it tries to create the shared preferences and read from the database. It happens in different devices, mostly HTCs but also LGs, that are running ...
0
votes
0answers
49 views

CookieManager not saving cookies

When I execute the following code: CookieSyncManager.createInstance(activity); CookieManager cookieManager = CookieManager.getInstance(); cookieManager.setAcceptCookie(true); ...
-6
votes
1answer
64 views

How do I change the API level on an existing apk? [closed]

I want to change apk so that it is compatible with my phone (2.3.3)
0
votes
1answer
62 views

GCM stuck on register on 2.3.3 Gingerbread device

For some reason, using "GCMRegistrar.register(this, SENDER_ID);" works on 4.0 + devices. However, it stuck at the following message without getting anymore GCM notification from Google. "Registering ...
0
votes
0answers
65 views

android 2.3 MediaPlayer MPEG AAC Audio

I am trying to play an audio recorded from iPhone in android. The following are the source code the playing the video in android. The extension of the file is MP4. Uri savedUri = ...
0
votes
1answer
93 views

Android Actionbar compatibility alternate xml for pre-honeycomb

I am using the actiobarcompat sample in my application and I am trying to implement search for pre 3.0 devices. <menu xmlns:android="http://schemas.android.com/apk/res/android" > <item ...
0
votes
1answer
146 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
33 views

How to Compile CM7 Camera correctly

I'm trying to compile the CM7 Camera for all devices ( Froyo-JB) from their Source More specifically, I'm using This source Now, I imported the source to Eclipse, I got two projects ( Camera and ...
0
votes
1answer
71 views

TextView Rotation on Gingerbread

On Honeycomb and above I can easily rotate a TextView in degrees with this: android:rotation(90) But this doesn't work below Honeycomb, on Gingerbread and Froyo. What can I use instead?
2
votes
0answers
100 views

Why doesn't targetSdkVersion affect NetworkOnMainThreadException?

I'm writing an Android application targeting SDK version 10 (Android 2.3.3). It happens to do some networking in the main thread, which causes a NetworkOnMainThreadException on an Android 4.0 ...
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
1answer
85 views

Will the apps made for honeycomb work in gingerbread?

I am creating an app for honeycomb including all the widgets which was not present in gingerbread.(like NumberPicker etc). Will this app work in gingerbread?
5
votes
2answers
7k views

Google maps api v2 - The type android.app.Fragment cannot be resolved. It is indirectly referenced from required .class files

I've found a few questions on this subject here but their answers do not seem to apply being that my project is referencing the library that contains the class. Here's my code: package com.demo.app; ...
0
votes
0answers
55 views

Remove bookmark link from app drawer

I have a rooted Acer Z110 with Gingerbread 2.3.6 and I noticed that even if I unistalled Facebook app there still is a browser bookmark in app drawer (it has a globe icon with a litle facebook icon ...
0
votes
1answer
38 views

checkbox appeared gary and checked in Galaxy Built in browser and Maxthon

When i test my website on my Galaxy S II Built in Browser or Maxthon all check box's appeared Gray and its not Checked its like a gray Checked by default but when i really check it, it turns to Green ...
0
votes
0answers
511 views

hide statusbar on statusbar expanded

is there any way to hide my status bar on status bar expanded. i have read in this forum, it can be done by edited androidmanifest.xml by adding but when i add that, my statusbar is gone and i cant ...
1
vote
1answer
444 views

How to apply jelly bean apps themes for gingerbread apps?

In my new app, I want to use a common theme for jelly bean, ics and gingerbread phones. That is, my app should not look different in different platforms. I have seen some app like 'fancy' which is ...
1
vote
4answers
669 views

Camera crashes in android 4.1(API level 16)

My application has a camera functionality. It works fine in all Android version but now when i tested in S3 it crashes. The error points to this line: Parameters parameters = mCamera.getParameters(); ...
0
votes
0answers
58 views

Android imageview issues on 2.3.x (Gingerbread)

I´m facing a strange issue when updating 2 imageviews synchronized with an audio stream playing. My code is simple: from time to time, based on events identified on Audio, the app updates 2 ...
2
votes
2answers
448 views

After update the APK supports fewer devices than previously

I have a relative simple App that was already in the Play-Store of Google. Now I've made an Update of this App. One Point of this Update was that I include the ZBar-Scanner. The Rest of the changes ...
0
votes
0answers
42 views

Calling python API from c code within Gingerbread

I have a requirement for which I need to call python API like Py_Initialize from C application which needs to be compiled with Gingerbread source code. However when I tried to do same I get issue ...
4
votes
1answer
481 views

Parse NMEA data in Android 2.3

I'm trying to get data from a bluetooth gps device connected to my Android 2.3 tablet. At the moment I'm able to pair it using Android bluetooth stack and to read from the serial device that has been ...
0
votes
1answer
141 views

View.onDraw called with wrong Canvas

My app supports API level 10 (Gingerbread) upwards. One of the activities draws a chart which works perfectly on later versions, but when running a level 10 emulator I get an extra call to View.onDraw ...
2
votes
2answers
84 views

Any simple way to require an EditTextPreference value to not be blank in Android?

I have a number of EditTextPreference which must be a number 0-9. I can prevent other characters but not backspace. Backspace + Okay = an empty value. An empty value means when the it is retrieved and ...
3
votes
1answer
274 views

Icons not showing in SherlockPreferenceActivity on GingerBread (2.3)

I have an app that uses ActionBarSherlock and I have a Preference screen that extend off of SherlockPreferenceActivity: public class SettingsActivity extends SherlockPreferenceActivity My ...
0
votes
1answer
497 views

Android 2.3 default icons (Gingerbread)

I have searched it already about 2 days over the web. All what I've found are custom sets. Also I've found a few similar topics there but all answers were like "They can be found in the source (SDK)". ...
2
votes
1answer
271 views

Use Gingerbread styled menu in Android

UPDATE: Drawing my own menu now. Thanks everyone. I've googled around on the topic, but pretty much all I found was around changing the target build number. I was wondering if there is some other ...
0
votes
2answers
97 views

Can not write to sdcard

I'm trying to create folder on the SDCard on Android 2.3 device: final File downloadFolder = new File(FILES_PATH); if (!downloadFolder.exists()) { Log.i(TAG, "Creating tmp ...
0
votes
1answer
109 views

getHistorySize() always “0”

For ACTION_MOVE events, I'm obtaining the history size by calling event.getHistorySize() everything works perfectly on my Galaxy Nexus running Jellybean but on my LG Optimus 3D running Gingerbread, ...
1
vote
1answer
221 views

Andengine array of Sprites error

I am new to android game development and I'm using AndEngine GLES 2 Java. I get an error which is to do with my array(face1) having an illegal index. I can't solve the problem so I need some help. ...
0
votes
0answers
176 views

Having issues creating a time picker in android 2.3

Hello I have been trying to write an android app that uses a time picker and i'm having trouble getting it to work in android 2.3 . I belive that i have used the supportfragmentmanager properly but ...
5
votes
2answers
552 views

OpenGL bad performance in Android Gingerbread

I'm working in a videogame for Android using OpenGL 1.0. I followed this tutorial: http://www.javacodegeeks.com/2011/06/android-game-development-tutorials.html I have created a little demo that ...
2
votes
1answer
183 views

sdcard not detected after porting

I have a ported version of Android Gingerbread 2.3.4 running on the Tsunami board by Technexion. In the version of Android, when I insert sdcard its not detected. I tried porting the device to Froyo ...
1
vote
1answer
151 views

Android 2.3 no sound when device in sleep mode

In onFinish of countDownTimer I am playing sound using below code: AssetFileDescriptor afd = getActivity().getApplicationContext().getAssets().openFd("NoticeWarning.wav"); ...
0
votes
0answers
153 views

Whats error in using Camcorder Profile code in android version 2.3.3

Following is video recording android application code but the problem is with camcorder profile . It is crashing the application . Kindly tell me the solution of this problem package ...
1
vote
0answers
120 views

Button extension: the canvas in onDraw method doesn't draw Bitmap only on Gingerbread

Method: @Override protected void onDraw(Canvas canvas) { super.onDraw(canvas); if(icon!=null) canvas.drawBitmap(icon, iconBounds, buttonBounds, null); } public void setIcon(int res) { ...
1
vote
2answers
3k views

Android notifications: compatibility with APIs

I'm trying to show notifications in my app along with a progress bar in it. My app specs are that I'm targeting API 15 with minimum SDK set to 8. I'm using the following code to show notifications: ...
0
votes
1answer
190 views

Android TextView won't show right number of lines in Android 2.3

I have a couple of TextViews in my app, which should have exactly 3 lines. This works on Android 3+, but on Android 2.3, which I'd also like to support, these fields have exactly 2 lines. I've also ...
1
vote
1answer
303 views

Android - ImageButton onClick working in ICS and JB but not in GB

I've created a somewhat simple layout with a total of 4 buttons: 3 buttons at the bottom of the layout are side by side (in a RelativeLayout) and on huge button almost in the middle of the screen. On ...
1
vote
1answer
720 views

Android TextView text cut off only in Gingerbread

The layouts in my application are built using SDK 16 and I've tested and confirmed they work fine on ICS and JB but GB has the following issue: In the code below, I'm just trying to create a simple ...
14
votes
2answers
417 views

Illegal access exception with LocalStorage on Android Gingerbread

I made an Android/Phonegap app, and it is running fine on all devices with several android OS versions, except on some Gingerbread (2.3) phones. I am using Phonegap 1.9. Debugging the code, I ...

1 2 3