android-4.3-jelly-bean Questions
5
Solved
Android has a new notification listener service as of 4.3:
http://developer.android.com/about/versions/jelly-bean.html
http://developer.android.com/reference/android/service/notification/Notificati...
Polenta asked 25/7, 2013 at 15:14
3
Solved
As the question says: When testing the app on devices running Android 4.3+ (also tested on 4.4), the color of the hints (for EditText) turns white, and no matter what color I set it to, it remains ...
Genuine asked 10/2, 2014 at 10:44
3
Solved
Following this blog, I'm using this code to create and store a KeyPair in Android KeyStore:
Context ctx = getApplicationContext();
Calendar notBefore = Calendar.getInstance();
Calendar notAfter = ...
Malfunction asked 1/6, 2014 at 6:45
16
Solved
Currently I am trying to deal with a strange Exception when opening a BluetoothSocket on my Nexus 7 (2012), with Android 4.3 (Build JWR66Y, I guess the second 4.3 update). I have seen some related ...
Pastiche asked 6/9, 2013 at 12:3
5
Solved
I am currently developing an application that will use Bluetooth Low Energy (testing on the Nexus 4). After getting started with the official BLE APIs in Android 4.3, I have noticed that after I co...
Rheinland asked 25/7, 2013 at 22:59
10
Solved
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 android (more details here).
I have the developer options and USB debugging ...
Briscoe asked 14/5, 2014 at 7:30
5
I'm trying to make an application which uses the new Bluetooth Low Energy API of Android. For this, I started with the BLE sample coming with API level 18.
As I read that Android can not act as a...
Giorgione asked 5/8, 2013 at 7:21
6
Solved
I've got a working app using CoreBluetooth to communicate between an iPad (central) and iPhone (peripheral). I have one service that has two characteristics. I have a Nexus 7 running the latest And...
Carrillo asked 23/8, 2013 at 19:3
11
Solved
I am having trouble using startLeScan( new UUID[]{ MY_DESIRED_128_BIT_SERVICE_UUID }, callback ) on the new introduced BLE API of Android 4.3 on my Nexus 4.
The callback just doesn't get called. ...
Wandy asked 2/8, 2013 at 14:17
10
Device used for testing: Nexus 4, Android 4.3
Connection is working fine but the onCharacteristicChangedMethod of my callback is never called. However I am registering for notifications using setC...
Vic asked 28/7, 2013 at 16:27
4
Solved
I'm currently developping an Android app using Android Studio. Currently, the app is launching perfectly on Lollipop devices, but crashes at launch due to a ClassNotFoundException on pre-lollipop d...
Wrinkly asked 4/9, 2015 at 23:36
4
Solved
I cannot run run-as (or ndk-gdb) for the Galaxy S4 running Jellybean 4.2.2.
~ $ adb shell
shell@android:/ $ run-as a.b.c ls
run-as: Package 'a.b.c' is unknown
There are multiple answers for thi...
Ax asked 20/6, 2013 at 17:21
2
Solved
I'm using Android Nexus 7 to connect a device via Bluetooth Low Energy link. I'm able to connect the device, and stay connected if I don't do any communication with the device.
However, if I enabl...
Spoken asked 27/3, 2014 at 1:12
11
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
I've installed adt-bundle-mac-x86_64-2013072...
Zagazig asked 13/9, 2013 at 15:3
2
Due to a bug in Android 4.3, my app crashes when trying to load certain webpages in webview
The stack trace is like this:
09-16 14:16:48.221: E/AndroidRuntime(22487): FATAL EXCEPTION: WebViewCore...
Healion asked 16/9, 2013 at 9:0
1
Solved
The following problem was tested with android version 4.3 and a nexus 7
When using the KeyStore with Android version 4.3, the key are deleted after setting the lock screen to none, it doesn't matte...
Xylia asked 17/9, 2013 at 12:55
3
Restricted profile are now available in android from 4.3, i came to know that some apps like camera, gmail etc are not available in these kind of profiles. How can i manage these type of conditions...
Spree asked 25/7, 2013 at 10:48
1
I following the page Bluetooth Low Energy for developing in Android 4.3 for Bluetooth Low Energy
I try connect BLE device by following code:
public void connect(final String address) {
// TODO A...
Kyleekylen asked 2/6, 2014 at 9:11
2
Solved
i got a problem with my payement webview in android since the 4.3 release.
I guess is due to the SSL certificate redirection but i can't change it.
I tried the url on samsung or sony < 4.2 wit...
Alternator asked 8/8, 2013 at 15:28
2
Solved
Since upgrading to Android 4.3, my application is displaying a persistent system notification:
It reads:
[My App] is running
Touch for more information or to stop the app
Why is it there, ...
Timberhead asked 29/7, 2013 at 14:48
2
Solved
I try to edit some code. According to the developer note, it's a part of app in android jelly bean version. But i found a piece of code that confusing me. What does this code mean? What's hap...
Mendy asked 17/7, 2014 at 8:28
1
Solved
I'm working on a project which includes a Bluegiga BLE113 module and an Android app.
On the Bluegiga module I've set up several characteristics.
For one characteristic I defined a descriptor to act...
Infracostal asked 23/6, 2014 at 12:47
2
when I send data from my perifpheral ( CC2541 ) to my GalaxyS3 ( Android 4.3 ) I see that regardless of the connection interval that I set in the peripheral ( 7.5msec ) I get packets sent at interv...
Spurgeon asked 20/2, 2014 at 18:53
5
Solved
My Samsung Galaxy S3 phone recently upgraded from Android 4.1.3 to Android 4.3. Now several websites I designed which I tested in the Android internet browser are not displaying fonts I have declar...
Tattle asked 2/1, 2014 at 19:38
4
Solved
I am working on a BLE project (Android application) using Android 4.3 API, i have used sample BLE app it is only reading characteristics in DeviceControlActivity.activity, but i want to write chara...
Synod asked 18/11, 2013 at 8:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.