Top "Android-4.3-jelly-bean" questions

Android 4.3 (API Level 18) is an updated version of Jelly Bean.

IOException: read failed, socket might closed - Bluetooth on Android 4.3

Currently I am trying to deal with a strange Exception when opening a BluetoothSocket on my Nexus 7 (2012), with Android 4.3 (Build …

android bluetooth serial-port android-4.3-jelly-bean
Chrome's remote debugging (USB debugging) not working for Samsung Galaxy S3 running android 4.3

Ever since I upgraded my Samsung Galaxy S3 to android 4.3 (from 4.1.2) I am unable to use Chrome's remote debugging for …

google-chrome samsung-mobile android-4.3-jelly-bean usb-debugging
Android 4.3 Bluetooth Low Energy unstable

I am currently developing an application that will use Bluetooth Low Energy (testing on the Nexus 4). After getting started with …

android bluetooth bluetooth-lowenergy android-bluetooth android-4.3-jelly-bean
Android BLE API: GATT Notification not received

Device used for testing: Nexus 4, Android 4.3 Connection is working fine but the onCharacteristicChangedMethod of my callback is never called. However …

android bluetooth bluetooth-lowenergy android-4.3-jelly-bean gatt
Android Bluetooth Low Energy Pairing

How to pair a Bluetooth Low Energy(BLE) device with Android to read encrypted data. Using the information in the …

android bluetooth bluetooth-lowenergy android-4.3-jelly-bean gatt
Working with BLE Android 4.3 how to write characteristics?

I am working on a BLE project (Android application) using Android 4.3 API, i have used sample BLE app it is …

android bluetooth-lowenergy android-4.3-jelly-bean
Communicating between iOS and Android with Bluetooth LE

I've got a working app using CoreBluetooth to communicate between an iPad (central) and iPhone (peripheral). I have one service …

ios core-bluetooth bluetooth-lowenergy android-4.3-jelly-bean android-bluetooth
phonegap 3.0 wants android 17, but I want android 18

While experienced with phonegap and xcode, I'm new to android. I have installed phonegap 3.0 ... npm install phonegap phonegap --version 3.0.0-0.14.3 …

android cordova android-4.3-jelly-bean cordova-3
What happened to windowContentOverlay in Android API 18?

After upgrading my phone to Android 4.3 I noticed the shadow below the actionbar is not showing anymore. In my app …

android android-actionbar android-4.3-jelly-bean
startLeScan with 128 bit UUIDs doesn't work on native Android BLE implementation

I am having trouble using startLeScan( new UUID[]{ MY_DESIRED_128_BIT_SERVICE_UUID }, callback ) on the new introduced BLE API …

android bluetooth-lowenergy android-4.3-jelly-bean gatt