android-4.2-jelly-bean Questions

3

Solved

How can I run systrace to show its html output? After watching the Google I/O 2012 talk "For Butter or Worse" I am having trouble getting systrace to work on Windows 7 using the emulator running Je...
Stutman asked 2/7, 2012 at 20:33

3

Solved

I'm facing a serious issue with my Application, published on Google Play and apparently working fine on all versions of Android except for > 4.0. This is a screenshoot from my Android 4.0 HTC phon...

2

Solved

I am adding two buttons to a notification in my app that is set to target API Level 8. The problem is that the two buttons appears as two large grey buttons, totally out of place with the rest of t...
Hispania asked 26/8, 2012 at 20:44

2

Solved

After hours of research on the BLE topic and android, the only thing that I've found is a big mess. Developing an app for iOS, which uses BLE was quite simple - one framework and a few documentatio...

6

Solved

I have an application with TabActivity in which I am displaying a dialog each time I get a callback from my engine (NDK C code). I make sure dialog is displayed when app is in resume state. Upon r...

1

Solved

I have ported a few useful free/open source tools to Android. One is Octave and the other is gnuplot. They work together in unison to provide Matlab like capability for free (as in speech) and free...
Lazulite asked 20/11, 2012 at 6:48

6

Solved

Jelly Bean doesn't seem to like the maxlength attribute of HTML for text input. It certainly restricts the number of input characters but the moment you attempt to type beyond the allowed number of...
Mayramays asked 1/8, 2012 at 7:34

5

Solved

I've run into quite the conundrum and am failing to find a solution. Apparently JellyBean changes how IME actions are handled. I've found many websites offering a solution which indeed works but on...
Kandicekandinsky asked 5/11, 2012 at 19:46

1

I have a service that runs in the foreground (constant notification). I want to give the users a button to close it so I thought about notification action (in 4.1) But, before they close it I want ...

3

I really suffer from this issue. I already set the flag android:configChanges="keyboardHidden|orientation|locale" But when I changed configuration of language, onconfigurationchanged function isn'...
Archaeopteryx asked 13/12, 2012 at 8:58

0

I was following through the steps mentioned in the similar stackoverflow question and was still unable to get the javascript console in Samsung Galaxy S4, running Jellybean version of Android 4.2.2...

3

Solved

I've been recently developing an Android app, in which i need to have a custom layout and dimension for the tab bar. The way that i did it until now is by using Jake Wharton's ActionBarSherlock lib...

4

I am working on making custom launcher in android. I have referred the code of android's Jellybean launcher. now I want to make some modification in this launcher. What I want : As we know there a...
Hochman asked 17/6, 2013 at 5:51

4

Solved

Just connected the tried and true ADK accessory to Nexus 7 and Galaxy Nexus - and it failed to connect with "could not read device protocol version" message. Thought that the board died, connected ...

0

My app uses custom contentView and contentBigView. Essentially it supports expanding notifications. I have a bug that causes the app to crash and it is only happens on a few devices. I can not repr...
Cattle asked 4/3, 2014 at 16:43

1

Solved

I need to hide my application screen from the list of running applications when you click the Recent Apps button in Android 4.x. The data that my application contains could leak sensitive informati...

1

I'm currently working with Android Jelly Bean MediaCodec API to develop a simple video player. I extract tracks, play audio and video in separate threads. The problem is that video track always i...

1

Solved

The expanded notifications introduced in Jelly Bean allows adding actions. The actions appear as buttons in a row. If I wanted to modify this with my own custom view I would consider a remoteview. ...

5

Solved

Hi all bug reporting for your information. link Problem details: The Code - wifiManager.getConnectionInfo().getSSID() The above code to returns the current SSID, it is returning the current SSID...
Garotte asked 26/11, 2012 at 10:36

5

Solved

I am working on an app, which can run on Froyo as well as JellyBean. I have a class that extends PageTransformer as below: import android.support.v4.view.ViewPager.PageTransformer; import android....
Pamphleteer asked 26/5, 2013 at 1:56

1

My app runs with many devices but 2 users have send me simular images as below. As far as I know the behaviour is only seen on Android 4.2.2 (Samsung S4). On the full HD screen there seem to be 3 ...

6

I am working on to avoid cut/copy/paste in smart phone (for tablet its fine). Its fine in port mode but coming in land mode EditText shows a Button Next. after selecting the text, next button conve...
Displant asked 20/12, 2012 at 9:45

7

I have a TCP socket connection which works well on Android 2.3 but now facing some problems on Android 4.1. The problem is that InputStream.read() method always returns -1 (without blocking), like ...
Cumulostratus asked 1/3, 2013 at 9:10

0

Gralloc (from Android porting guide) Allocates memory for graphics buffers. See the If you are using version 1.1 or later of the hardware composer, this HAL is no longer needed. If GRALLOC is not...
Frigate asked 25/11, 2013 at 9:45

2

I can succesfully connect, send and receive data by using httpurlconnection. But it takes very long time to load all the data on my phone (Samsung s4, 4.2) and on android 4.2 emulator. But it takes...

© 2022 - 2024 — McMap. All rights reserved.