Questions tagged [android-4.3-jelly-bean]

Android 4.3 (API Level 18) is an updated version of Jelly Bean. New features include improved multi-user profiles and Bluetooth low-energy support.

Google released Jelly Bean 4.3 under the slogan "An even sweeter Jelly Bean" on 24 July 2013 during an event in San Fransisco called "Breakfast with Sundar Pichai". The 2nd generation Nexus 7 tablet was the first device to officially ship with it

For developers, Android 4.3 includes the latest performance enhancements to keep your apps fast, smooth, and efficient, together with new APIs and capabilities to use in your apps.

More Info:

228 questions
3
votes
1 answer

Sencha Touch/Cordova app devastated after Android Level 18 Jellybean 4.3 Update in HTC One

I am reaching out because I feel like we can't be the only ones who are experiencing this problem, however right now based on my research I feel quite alone! Last night I got the android update (4.3) on my HTC One which I installed right away. Now…
Aaron Lozier
  • 290
  • 1
  • 4
  • 13
3
votes
1 answer

Android 4.3 BLE

Anyone having issues on using the Nexus 4 to connect to a BLE Device? I am using a BLE module based off of the TI CC2540. I was able to connect to the BLE device, discover services, write to characteristics, and write to descriptors for…
nick_mn
  • 221
  • 3
  • 9
3
votes
2 answers

What is the name of GoogleTTSService in JellyBean 4.3?

In all Android versions prior to 4.3, the name of Google's text-to-speech service, belonging to package android.tts.TtsService, is GoogleTTSService. Thus, if you inspect the list of running services in devices running Android 4.2 or lower, you will…
3
votes
3 answers

Strange XML layout bug when targeting Android 4.3

I'm experiencing a really peculiar bug with an XML layout file when building my application while targeting API level 18. It doesn't happen with API level 17. I'm running the application on Android 4.3 devices, and the bug persists on all three…
Michell Bak
  • 13,182
  • 11
  • 64
  • 121
3
votes
1 answer

ScreenshotClient error after upgrading to 4.3

I developed a native process that uses ScreenshotClient to capture the device screen ( rooted devices only ) I have a loop where ScreenshotClient does update() every cycle. Everything works well until 4.3. when I run it on 4.3 the first call to…
jacob
  • 1,397
  • 1
  • 26
  • 53
3
votes
1 answer

Android 4.3 HTTPUrlConnection + Basic Auth - No authentication challenges found

I am using Basic Authentication on a HttpURLConnection to fetch some data. Up until 4.2 this worked just fine, but with 4.3 on the Nexus 4 I get a java.io.IOException: No authentication challenges found when querying the response code. The strange…
3
votes
1 answer

Restricted profiles settings not being remembered

I have followed http://www.youtube.com/watch?v=pdUcANNm72o and set up settings for my app. I have 10 Booleans that appear. This can be set and when in the profile called. However they are not ticked/unticked then the owner goes back into the…
RuAware
  • 979
  • 1
  • 9
  • 26
3
votes
2 answers

Android screenOrientation API 18 - "nosensor" vs "locked", and "unspecified" vs "user" vs "fullUser"

Jelly Bean 4.3 (API 18) added a couple new screenOrientation values. http://developer.android.com/reference/android/R.attr.html#screenOrientation http://developer.android.com/reference/android/content/pm/ActivityInfo.html#SCREEN_ORIENTATION_BEHIND I…
Duke
  • 843
  • 1
  • 8
  • 10
3
votes
2 answers

Android 4.3 ImageView ScaleType.MATRIX

today I set up the new Android JB 4.3 on my Nexus 7 and i tried to run my application. Everythings works like it should except one little thing about ImageViews with ScaleType.MATRIX. Basically what i have in my application is a ImageView as…
Mario Lenci
  • 10,422
  • 5
  • 39
  • 50
3
votes
1 answer

Phone application not found on Android emulator 18

I could not find Phone (call) application on Android emulator 18. Where is it? How to add Phone application to Android emulator 18?
dira
  • 30,304
  • 14
  • 54
  • 69
2
votes
1 answer

Firebase cloud messaging(FCM) not working on android version below kitkat (4.4)

I have implemented FCM as per documentation and it is working perfectly on android versions 4.4(Kitkat) and above and not working on 4.3(Jelly Bean) and below versions. As per FCM documentation it says the minimum version required is 4.0 with play…
2
votes
1 answer

Android Studio "Recommendations" for Virtual Device Configuration

I'm trying to create a new Android Virtual Device matching my own smartphone. For the system image I chose Jelly Bean (Android 4.3 (with Google APIs) from the "Other Images" tab. After completing all of my other settings, I'm prevented from…
Herng Yi
  • 277
  • 1
  • 6
2
votes
1 answer

Android Studio can't run jelly bean on any emulator

I'm using with android studio and I can't run jelly bean on any emulator it is stuck on the opening black screen with the "android" title
2
votes
2 answers

Loading image url into webview

I'm trying to load image into a webview from http://loremflickr.com/ , but it doesn't seem to work on android 4.3 . Can anyone explain to me why and how can i fix this ? it work fine for Android 4.4 and Android 5 but not 4.3 Here's my…
2
votes
2 answers

Calling peekService from BroadcastReceiver.onReceive returns null if I close the activity

The problem I wrote a program for Android 4.3, with a main activity, a broadcast receiver and a service. The activity binds to the service in its onCreate method. The activity has a button that schedules an alarm 10 seconds in the future. The alarm…
damix911
  • 4,165
  • 1
  • 29
  • 44