Jelly Bean is the code name for Android 4.1. It was launched at Google I/O, 2012.
-2
votes
0answers
10 views
Pocketsphinx not working on Jelly Bean [closed]
I have built pocketsphinx demo (get from here)
and everything working well on android 4.0 and previous version. But it recognize so terrible on Jelly Bean. Anyone have got the similar problem as me? ...
0
votes
0answers
16 views
Google speech recognizer run as service
I want to make a speech recognizer (on Android) run as a service and allow it to be called by another app. I have just made a class that implements RecognitionListener to get results from ...
1
vote
1answer
22 views
What qualifies an Android “Display”?
In API 17, Android introduced the ability to present content on secondary displays. They say that content can be shown on any display that is connected to the device by either a wired connection or ...
0
votes
0answers
23 views
Creating Android service for continuous speech recognition
I am trying to create the service which allows to continuously run the Android speech recognition engine. I have seen an example at Android Speech Recognition as a service on Android 4.1 & 4.2, ...
1
vote
0answers
16 views
onNewIntent is not called in JellyBean
I see a difference in behavior of onNewIntent calls between 2.3.4 and 4.2.
I have an activity with launchMode=singleTask. According to my understanding of how singleTask works, each time when ...
0
votes
1answer
13 views
JellyBean external display not found with MediaRouter or DisplayManager
I am trying to use Presenter feature in JellyBean to show custom graphics on additional large screen. I am connected with MHL compliant HDMI adapter (microUSB -> HDMI). Piece of my code trying to ...
0
votes
0answers
13 views
SpeechRecognizer ERROR_NO_MATCH with VlingoVoiceRecognitionService
I have created a SpeechRecognizer implementation that works great on everything except a Samsung Galaxy S3, where no matter what, i'm receiving ERROR_NO_MATCH on every listen.
The only thing I can ...
-3
votes
1answer
30 views
Why is an installed apk from Googe Play differ in size between Android OSs [closed]
From Google Play, I download an app that is 15.1 MB in size. When I download and install it to my Gingerbread smartphone, the application size is 25.31 MB. When I download and install the same app to ...
0
votes
0answers
16 views
android onPrepared videoview issue
We are developing an android application which shows a rtsp stream in the VideoView control. The following code is used the show the video. Its in a runnable.
mProgressDlg.show();
...
0
votes
0answers
20 views
Test Application for Surface Flinger - Android Jellybean
I am looking for some sample test application for surface flinger in Android- JellyBean version. There were few apps but they are not building in JellyBean. I am looking for some basic application, ...
5
votes
5answers
268 views
Android: Activity Dialog / Dialog disappears unexpectedly
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). Whenever my application is in resume state, the dialog displays.
Upon ...
0
votes
0answers
48 views
How can I add developer options to another user in Android 4.2.2?
My question is simple: How can I add developer options to another user in Android 4.2.2?
I read this thread (Android 4.2 developer settings still unavailable), but anyone said how to resolve it.
...
0
votes
1answer
29 views
Can't compile app built with earlier version of android on newer version of Android
I have an existing Android app that was originally built using Android 11. However, the newest version of the ADT only allows me to compile with Android 17 so my app will not run. How do I get the ...
0
votes
1answer
44 views
@JavaScriptInterface to work with both ICS and JB projects
I am running into an issue with @JavaScriptInterface annotation requirement to support api 15 (ICS) and 17 (JB). I have an Android library project which is shared by two application projects. The ...
0
votes
0answers
25 views
Android notifications change priority to force it to be first
Im trying to create a notification with additional actions (a feature available starting from JellyBean). For long time i couldn`t get those actions to appear, until now, when i remembered , that ...
1
vote
1answer
36 views
Is there a way to change notification title when user expend notification?
My question is pretty much said in the title. I'm working with Android's bigText notification style. I have changed the text content when user expend the notification, but I haven't found a way to ...
0
votes
1answer
72 views
calling menu from custom button in jelly bean
I would like to call my menu from a custom button :
With targetversion<=10 this works fine with calling openOptionsMenu from onClick-Method of the button:
openOptionsMenu();
From ...
-1
votes
1answer
68 views
How to see the trace/log in a JellyBean device
I am testing an Android apk in my JellyBean tab (Its a relatively new one in the market, I cant get the drivers and their technical help is also quite useless).
The problem is :
I want to see the ...
-2
votes
0answers
36 views
Android OS bug with some devices running Ice Cream Sandwich/4.0.3 - TextView.setError(CharSequence error) Missing Text [closed]
public class MainActivityActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main_activity);
...
0
votes
0answers
28 views
Jelly Bean loading assets
I've been testing my android app on the 2.3 OS, and until recently when I tested it on 4.1 all worked perfectly. My problem is that I load some XMLs from the asset folder and on the 2.3 all files are ...
0
votes
2answers
112 views
Time picker 4.2 and getting Edit Text
i've been using upto 4.1.......
TimePicker tpClock = (TimePicker) findViewById(R.id.tpClock);
View view = tpClock.getChildAt(0);
EditText etHours = (EditText) ((ViewGroup)((ViewGroup) ...
0
votes
0answers
37 views
Android Softkeyboard - “Prev” and “Next” not working
I have an Activity that contains only a LinearLayout and a WebView as a child. The WebView only displays a form to submit with the user data (I don't have control over the content of this form). When ...
0
votes
1answer
175 views
In Android 4.2.2 Multiuser profile the apps are installed for each user or they just create the new instance?
I am just trying to understand the Android 4.2.2, the apps are installed for each user or these apps are just creating a new instances for the new profile users.
Whenever I create the new profile ...
-1
votes
3answers
50 views
Android notifications actions without opening the app
I want to implement a notification action in JB. But it shouldn't open the app. The behaviour is similar to the Gmail apps delete notification action. How can I do this?
Thanks in advance,
Shashika
0
votes
0answers
102 views
Adding application home button long press
How to add own application when home button long press with a standard launcher and ROM?
-1
votes
0answers
36 views
Speech Recognizer Listens For More Than 5 Seconds
I'm working on an app where the user is asked to talk and based on what is said it does a different function.
I'm working on jelly bean 4.2.2 and when the user is asked to speak the voice may not be ...
0
votes
0answers
65 views
(Jelly Bean) Outputting an independent, native image to an external display
I am trying to relate the Presentation class in Jelly Bean with Samsung's specific accessories.
From a programmer's perspective, are the Smart Dock Multimedia Hub (EDD-S20JWEGSTA) and the HDMI Smart ...
0
votes
0answers
34 views
Changed sensor accuracy reporting in Jelly Bean
Some time ago I wrote a mapping application which incorporates a compass overlay. The basis for the overlay code is the SDK samples in the folder ...
0
votes
1answer
270 views
Android 4.2.2 app incompatibility
Ok, Like honestly where do I even begin trying to figure out why my app isn't compatible on 4.2.2 devices and how to make it so?
Where do I start?
I assumed using this ...
<uses-sdk
...
0
votes
1answer
390 views
How to hide the soft-key bar on Android phone?
 
When my app starts, I'd like to hide the soft keys bar (in red rectangle) to have a larger screen.
How can I hide it?
Do I need to show the bar purposely when the app quits? Or it will restore ...
1
vote
0answers
162 views
Jelly bean offline speech recognition can it be used it in system (PC) with emulator?
I just was wondering is it possible to use the android jelly bean's offline speech recognition in the system? like I install the android virtual emulator then install jelly bean download offline ...
1
vote
1answer
78 views
Android “verify apps over usb” feature
Android Jelly Bean has new developer feature called "verify apps over usb". Can anyone tell me what exactly does it do?
0
votes
1answer
107 views
How to start new activity from lockscreen?
I am creating simple widget for contact management, which allows user to dial and send sms to desired contact.
It works fine as "normal widget", but when I add it as lockscreen widget on Android 4.2, ...
0
votes
0answers
78 views
Android CalendarView text size too small on 4.1
It looks like there is a bug with Jelly Bean 4.1 that causes the text size of dates in CalendarView to be disproportionally small on hi-res devices. Appears that it is fixed in 4.2, but is there any ...
0
votes
0answers
128 views
How to enable and disable multiusers notification messages in Jellybean?
Just started digging the Android 4.2.2, I want to know that how to enable or disable the notification messages in multiuser profiles.
Example:
If User A and user B configure their email accounts on ...
2
votes
1answer
314 views
Airplane mode in Jelly Bean
I am trying to set the airplane mode in a Nexus 4 with Android 4.2.2.
I know it is not possible since AIRPLANE_MODE_ON was moved to Global system settings and it is just a read option.
Is there any ...
0
votes
1answer
74 views
Is it possible to open a Dialog window with Jelly Bean style with phonegap?
Please, I'd like to know how to create an window like this, but with something written or a loading indicator with phonegap:
http://img805.imageshack.us/img805/8799/datepickerdialog411.png
I'm using ...
0
votes
0answers
24 views
Where is located the database in the Nexus 10
Before Jelly Bean, the database files are located at /data/data/[packet.name]/databases/ but since we can have multiusers from Jelly Bean, the database files are not located there anymore.
Does ...
1
vote
3answers
75 views
ImageView match_parent different for Jelly Bean and Froyo
I have a simple layout and bumped into difference between Jelly Bean and Froyo. On Jelly Bean I have ImageView matched its parent (FrameLayout) by height. But on Froyo it is not. Please have a look on ...
0
votes
2answers
54 views
Check for navigation bar
I am trying to check to see whether the android navigation bar is present on load so that I can adjust a layout accordingly, does anyone have any suggestions?
This is the navigation bar I am trying ...
2
votes
0answers
39 views
android setAdapter and refresh actionbar in jelly bean
On the fragment lifecycle of android prior to Jelly bean (might be a bug https://code.google.com/p/android/issues/detail?id=39721) onCreateOptionsMenu would be call after onCreate, with this bug ...
1
vote
1answer
179 views
How does garbage collection work in Android 4.2 Jelly bean Dalvik VM?
Edit : Is this statement "So in android 2.3 concurrent mark and sweep is used for stack related objects treating everything as pointer and copying garbage collection is used for the objects in the ...
0
votes
0answers
38 views
poor fluency with android 4.2
I'm using a viewpager two pages (fragments) inside.
Each page contains a listview with data (image and text) read from internet.
On devices with Android 4.1 or lower versions, the fluidity is good.
...
-1
votes
1answer
351 views
Jelly Bean Screen Capture on Device With No Volume Buttons [closed]
I am aware of the screen capture feature in Jelly Bean. This requires pressing the power and volume hardware buttons to do a capture. However, the hardware on which I am working does not have any ...
0
votes
2answers
111 views
How to force Android to re-index all the photos on the phone?
I noticed something odd with the way Galaxy Nexus handles photos and file directories. I create them but Android (4.2.2) does not know they exist until you reboot. Well at least on my Nexus 4. I am ...
0
votes
0answers
26 views
Cannot preventDefault() clicks on JellyBean browser
Somehow I am unable to preventDefault() clicks from happening in the JellyBean (4.1.2) web browser. I created a very minimal jsFiddle that only subscribes to touch and click events and calls ...
2
votes
1answer
103 views
Bluetooth missing under System Settings
I'm porting bluetooth to JB (project code discussed here: https://groups.google.com/forum/#!forum/renesas-emev-osp) and I managed to start it up, both manually (bttest enable) and through the Power ...
0
votes
0answers
119 views
android setselection not working when parameter is variable for spinner
I have tried many solutions but setSelection(position) does not work when
position is variable for spinner i.e. not constant.
Following are the approaches I have tried and all were written after ...
0
votes
0answers
36 views
How to prevent DatePickerDialog from closing on neutral button press
I have a DatePickerDialog with two buttons ("Today" and "Done"). When the user presses the "Today"-button it works as intended (the dialog updates with todays date). But, after that, the dialog also ...
0
votes
1answer
86 views
android notification always relaunches activity
First time poster here, please excuse my lengthy post - I want to provide all the necessary info.
I am trying to achieve the coveted resume from clicking on notification functionality, but I am ...