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
2 answers

GPS program works on JellyBean and KitKat but not Gingerbread

I am have written an app to find the GPS coordinates. The program works totally fine on Android 4.3 and 4.4.2 but for some reason its not working on 2.3.4 and 2.3.6. The GPS is not even turning on. Is there something additional that needs to be done…
0
votes
1 answer

java.lang.NullPointerException when addTextChangedListener

I have the following error when addTextChangedListener is added to onCreate Os Android 4.4 API19: Error: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.nes.android.emplacements/com.nes.android.emplacements.MainActivity}:…
0
votes
1 answer

Sharing Image with Intent - Android 4.4

I have got a Problem here. My Sharing Function works with 4.0.4, 4.3, and so on. But with 4.4.2 nothing works at all. The Text can be shared, thats no Problem but the Picture can not be shared with Gmail or MMS. But Dropbox for Example is Working.…
Highriser
  • 212
  • 2
  • 14
0
votes
1 answer

AVD Not Booting E/dalvikvm No valid entries found in bootclasspath

I'm unable to start my AVD. I've uninstalled and installed it 2nd time. Still the same. I have kept the AVD for approx half an hour, Still no luck. Below is the Console log i get when try to run the Application in AVD. [2014-02-12 20:43:02 -…
0
votes
0 answers

android 4.4 apps how to configure statusbar

In android 4.4 there is a function in class com.android.systemui.statusbar.SystemBars private void createStatusBarFromConfig() { if (DEBUG) Log.d(TAG, "createStatusBarFromConfig"); final String clsName =…
0
votes
2 answers

Behavior of Animation and ImageView in Android 4.4.2

Weird thing in Android 4.4.2 - Problem I set a setAnimation as ImageResource to an ImageView when I click it. ((ImageView) v).setImageResource(R.drawable.set_animation); Well it shouldn't start because in Android 4.0 ; 4.1; 4.2 and 4.3 I have to…
stanete
  • 4,062
  • 9
  • 21
  • 30
0
votes
1 answer

I am parsing links and assign them to buttons in android 4.3 with json,why its not showing the pages when I click them on the app?

I am using asynctask, json, eclipse juno. I am parsing some tags from a json file,im getting them perfectly,in some textviews, and I am trying to parse some links as data to assign them to buttons on my project. im getting the buttons working on my…
0
votes
1 answer

google activity recognition on kitkat 4.4 not working

I have created an application that recognizes activity using google play services API. It works fine in devices with android version 2.3 to 4.3 but it doesn't work on 4.4 (kitkat)! Yesterday I've received the google play services sdk update…
FerFig
  • 113
  • 9
0
votes
0 answers

After setting OnPreparedListener to VideoView, it never gives callbacks to onPrepared(MediaPlayer mp) method in Devices with in build Android 4.4

In my nexus-5 the progress indicator which i have set on video view never dismisses. My code is as PlayerActivity extends Activity{ private VideoView mVideoView; private OnPreparedListener mListner=new OnPreparedListener() { …
MAkS
  • 751
  • 3
  • 10
  • 19
0
votes
1 answer

Unity Android KitKat application stopped issue

I'm trying to get Unity3d project working on Android KitKat device. I installed APK on device and during launching got error: application stopped Than I figured out that problem not in my project's code but in starting Activity which is generated…
Injectios
  • 2,777
  • 1
  • 30
  • 50
0
votes
0 answers

logcat -f /sdcard/log.log -r 1024 -n 30 -v time & produces only 4 logs instead of 30

Performing Stability Testing on a rooted device running kitkat. I executed the follow command in the shell: logcat -f /sdcard/log.log -r 1024 -n 30 -v time & This command should produce 30 logs with a size of about a 1MB, however in Kitkat only 4…
0
votes
1 answer

Android WebView doesn't work on android 4.4

I am developing an application where I am using a webview. Everything is working fine on my Lg-p880 with android 4.1 but on the new Kitkat phones ( and also the Emulator) the Logcat shows me : 01-29 11:16:03.095: E/eglCodecCommon(2179): ** ERROR…
user3241778
  • 294
  • 2
  • 4
  • 20
0
votes
0 answers

abortBroadcast() deletes SMS in LG device

1) In my app I need to block SMS app notifications on certain conditions. I've used abortBroadcast(). It's working fine except in my LG device. In LG device no SMS notification is shown but it also deletes the SMS from inbox. Any help is…
0
votes
2 answers

How can this file search app be corrected? getting nullpointerexception error

i am trying to make an android app that searches the phones files and lists it under the search box as the user types in real time. please help in correcting the code, am getting a null pointer exception. all the resources are in place. import…
0
votes
1 answer

Android KitKat start screenrecord from App

I'm trying to start screenrecord from application, and have some problems. I've read a lot about executing command but nothing seems to help. Problem is, When I start screenrecord file, It creates with size 3014 bytes (content:…
user2186425
  • 465
  • 2
  • 5
  • 13