Questions tagged [android-4.4-kitkat]

Android 4.4 (codename KitKat) is API level 19 of the mobile operating system developed by Google.

Google released Android 4.4 (KitKat) on 31 October 2013. The Nexus 5 was the first device to officially ship with it, with Nexus 7 receiving the update soon after.

More Info:

1483 questions
0
votes
1 answer

Widget Stop on Android KitKat After Removing It From Recent App

Is this a new behavior of Android KitKat or any technical explanation for this? Reproduce Step by Step Put any clock widget on Home Screen Enter the widget Setting Remove the widget Setting from Recent App Prior KitKat, removing the widget…
stuckedunderflow
  • 3,551
  • 8
  • 46
  • 63
0
votes
1 answer

How to collect multiple btsnoop log files in Bluedroid

I'm running Bluetooth Stability test, it runs for 24 hours. For this long time when I see the Bluedroid BTSnoop logs, the logs are so big in size, ~5GB. Problem is I can't open this much big log in Frontline Capture File Viewer. I want a way so that…
user2888161
  • 63
  • 1
  • 1
  • 4
0
votes
0 answers

Why libclcore in directory "host" in android 4.4 source code not update like target?

Now I want to add a function into RenderScript to support a new interface by myself. I wrote the code and add myFunc.c file into "android-4.4-src/frameworks/rs/driver/runtime/", and modify Android.mk(append myFunc.c to clcore_base_files at line…
gongweixue
  • 155
  • 2
  • 11
0
votes
0 answers

Android 4.4 printing framework is not parsing printer

I am designing the android application for printing from android to wireless local printer. The application is running but showing error in logcat with "Printer Could not be parsed or supported" .The printer i am using is Brother QL-710W with…
0
votes
1 answer

Android app crashing only in google nexus 7 running android 4.4.2 - kitkat

I am developing a android tab application and I have tested in 10 and 7 inch emulators running android 4.0.3 which is Ice Cream Sand-witch. When I try to run the same application on google galaxy nexus 7, the app crashes at launch. I have also…
0
votes
1 answer

How do I check if another activity is on the stack?

I am creating an android app with Eclipse and currently when I press back until the stack is empty(using NavUtils.navigateUpFromSameTask(this)), it exits the application. However, I was wondering how I could check if the stack is empty or not so…
Paradox
  • 4,602
  • 12
  • 44
  • 88
0
votes
3 answers

Recommended Android API levels

I am learning the Android SDK and I am getting to the point of getting a bit more comfortable to start doing actual app development. I have done some reading here and there online, and based on my limited understanding, I as a developer, should…
0
votes
0 answers

Phonegap/Cordova Uploading Image from gallery is not working on Android Kitkat

I am working on app which allows user to upload image to server. Source of image can either be camera or from gallery but before uploading the image will be displayed in app Now, my code is working properly when taking image from camera, It is…
Sadique
  • 119
  • 4
  • 11
0
votes
0 answers

Problems with slqlite's begintransaction through different activities

I'm having a problem with Kitkat. I've an app that was working (in fact it works in android 2.3-4.2) but now behaves strangely in Kitkat. When I call db.beginTransaction(); Intent intent = new…
0
votes
3 answers

Hide sms notifications with a broadcastreceiver in KitKat

I'm trying to intercept the received SMSs by using a broadcast receiver. Here is the code:
iGio90
  • 3,251
  • 7
  • 30
  • 43
0
votes
1 answer

Android 4.4 Kitkat: Is there a way to run a service without android kill it after some time?

I need a service that runs always in background without Android kills it after some time. Before Android 4.4 Kitkat I used AlarmManager to do this, but now Android kills my services after some hours. Is there a way to have services running in…
Meroelyth
  • 5,310
  • 9
  • 42
  • 52
0
votes
2 answers

Android KitKat 4.4 kills my Service stared by Alarm Manager

I have a big problem with Android KitKat and Alarm Manager. All my apps work with a service that always run in background without Android kill it. Before Android 4.4 KitKat the solution I found was to start the service through a BroadcastReceiver…
Meroelyth
  • 5,310
  • 9
  • 42
  • 52
0
votes
1 answer

Text padding is not displayed well on Android 4.4

On Android 4.4 KitKat, my two apps has the problem. But on the other Android platform under 4.4 like 4.0 and 2.3.3, they display well. The device I use is LG Nexus 5. Here are two examples: CheckBox:
0
votes
1 answer

Android SDK Tools 22.3 Depends on Platform Tools 19.0.1

I've got a new copy of Eclipse Kepler and a fresh download of the Android SDK from the dev website. I've installed the ADT Plugin for Eclipse and I've given it the path for the Android sdk folder. When I launch the SDK manager and attempt to install…
Stuartsoft
  • 1,000
  • 1
  • 8
  • 20
0
votes
1 answer

Widget changed appearance with 4.4

I have a very basic widget with two buttons in a layout. They look like standard android buttons, but with the 4.4 update the buttons now appear as a dark grey instead of light grey. They remain normal in previous versions of android. Does anyone…
u2tall
  • 450
  • 1
  • 7
  • 12