android-4.2-jelly-bean Questions

2

Some, but not all, devices running Jelly Bean (4.2.1) appear to be missing the exclamation point error icon that should appear on a TextView (or, more commonly, an EditText) that has an error set o...
Hortatory asked 7/12, 2012 at 4:35

1

Solved

I am creating an app where I need to collect status bar notifications. Users are prompted to allow either my implementation of NotificationListenerService (API >= 18) or AccessibilityService (other...
Falstaffian asked 7/3, 2016 at 23:25

4

I have an app that I want to run in fullscreen. If i have a device with 4.4 KitKat it is easy to set the SYSTEM_UI_FLAG_IMMERSIVE to make the app go pure fullscreen. However if i have a device with...

4

Solved

I have managed to get continuous speech recognition working (using the SpeechRecognizer class) as a service on all Android versions up to 4.1. My question concerns getting it working on versions 4....
Lundy asked 18/2, 2013 at 16:17

2

I have device which has android 4.2.2 is installed on it. Is is not supporting SpeechRecognition api. I tried one speech to text application and it is giving "Speech to Text doesnot support in your...

1

I've been playing some mp4 videos through the VideoView, which apparently uses/is a wrapper for the MediaPlayer. As usual I see the typical ones in the logcat: I/MediaPlayer﹕ Info (701,0) I/Media...
Communard asked 15/9, 2015 at 12:24

2

I have an input field that is displaying an underline when I start typing text. This is not the autocorrect underline but a black underline as I have tried disabling auto-complete and spellcheck. T...
Biparous asked 8/10, 2013 at 15:21

3

Solved

So I'm working on a Camera related project, and I've been testing it on many devices and all of them passed the tests except for the Nexus 10. I can't really figure out what is going on, and there...

2

Solved

I'm trying to compile my cordova application for Android but I'm getting this error: [javac] Compiling 104 source files to /Volumes/Work/workspace/android/poc/CordovaLib/bin/classes [javac] /Volum...
Perigon asked 15/1, 2014 at 15:17

1

I noticed that there is android.media.effect for developer to use in api level 17. There is also a sample 'Helloeffect' for developer to render. However, the sample is focus on a picture. I read th...
Sonorant asked 28/5, 2013 at 8:18

15

Solved

Edit: Fixed! Looks like there are very many possible causes for this. Mine was one of the more unusual... I updated SDK Tools to 21.1 and Platform-tools to 16.0.1. Verified with adb version that...
Pheni asked 25/2, 2013 at 17:49

2

I am getting this crash when I play video on videoView in Android version 4.2.1. I found this out specifically on Micromax Canvas A210 device. It is not showing any message where the error is occur...
Tishtisha asked 18/9, 2013 at 6:32

3

Solved

How do you access Android 4.2's developer settings when the method prescribed on their developer site does not work? I followed the directions on a Nexus 7 tablet. I went to Settings > About table...
Hom asked 8/1, 2013 at 20:49

8

Solved

My application is using a lot of webviews which are lying in fragments which are hold by a ViewPager. Whenever i swipe through the app on my Galaxy Nexus with Jellybean on it i get the following ...
Winnah asked 23/8, 2012 at 11:50

2

Solved

I have a AccessibilityService that shall read out any incoming notification. It does work fine with ICS and below, but stopped working with JB. Below are the Manifest and the code: <service a...
Suomi asked 18/8, 2012 at 15:35

4

Solved

My application was working perfectly on my Android 2.2 emulator. I then decided to test on an Android 4.1 emulator. The DatePickerDialog looks a little different and for some reason when I press on...
Flavoprotein asked 8/7, 2012 at 13:41

1

Starting from v4.1 Jelly Bean, Google has introduced a new application assets encryption feature for Google Play. Seems that there were some problems when upgrading apps consisting in persistent da...

3

Solved

I have the following code snippet, that transforms a set of bounds using the canvas' current transformation matrix. final RectF bounds = renderer.computeBounds activeCanvas.getMatrix().mapRect(r...
Hierology asked 3/11, 2012 at 15:1

3

Solved

Since yesterday I have an issue on Android 4.2 when I receive push notifications it requires the permission even if i don't set it to vibrate Notification notification = new Notification(icon, not...
Asiatic asked 28/11, 2012 at 9:48

5

Solved

I created a launcher, to use it in an internal application. for some security reasons i would like to hide the system bar (the acces to the parameter an ordrer to the acces to installed application...
Preparatory asked 10/2, 2013 at 19:53

5

Solved

In my app, I have an edit text with properties: android:inputType="none" and android:textIsSelectable="true". It's because I have defined my own buttons to enter input (buttons, not custom keybo...
Willtrude asked 20/8, 2013 at 15:50

3

Solved

I am using TextToSpeech to play some long texts sometimes, and I have noticed that since Android 4.1.2 if the text is longer than 4000 chars, it does not play. I do not get any errors, but the tex...
Oney asked 18/11, 2012 at 12:51

3

We're developing a YouTube player and are using the IFrame API. Everything works really nice except on our Android 4.2.2 test devices. Only on those devices (and not on any other version of Androi...

4

Solved

I am creating an alert dialog on Android Jelly Beans OS. Everything works well but what I want is that instead of the black background of the alert dialog I want a transparent background. I read so...

3

Solved

After upgrade to Android Jelly Bean 4.2 I couldn't find developer options in the settings. What happen to this setting? Where can I find it now?
Destination asked 26/11, 2012 at 5:11

© 2022 - 2024 — McMap. All rights reserved.