The BlackBerry Runtime for Android allows most Android applications targeting version 2.3.3 to run on the BlackBerry 10 and BlackBerry PlayBook operating system.
Questions tagged [blackberry-android]
101 questions
0
votes
0 answers
Converted Android app for Blackberry, facebook,twitter integration
I'm new on Blackberry ,
i Converted my Android app to Blackberry. All components work normally but facebook,twitter and gmail integration don't work. I used "Intent.ACTION_SEND" like
Intent shareIntent = new…

Osman Yılmaz
- 123
- 1
- 9
0
votes
3 answers
Blackberry - Runtime for Android Apps error
I am trying to repackage an Android app to BlackBerry using the Runtime for Android Apps Eclipse plugin but I'm getting an error:
class: nativeLib.NativeLib uses Native access
Does anyone have any idea of how to fix that?
If any additional…

CainaSouza
- 1,417
- 2
- 16
- 31
0
votes
1 answer
Google In-App billing V2 testing restore transactions
I am working on Android-runtime for Blackberry In-app billing, they support Google In-app billing version 2, so i need to use version 2 and not version 3.
Mine item is MANAGED.
I stuck in testing restore transcations part.
1) How to test it ?
2) Can…

Goofy
- 6,098
- 17
- 90
- 156
0
votes
2 answers
BlackBerry10 android run-time | Which os version should I select during uploading
I uploading bb10 app to appworld and I can select the following os version
1.0.0
1.0.3
1.0.6
1.0.7
1.0.8
2.0.0
2.0.1
2.1.0
10.0.0
10.0.10
10.1.0
10.2.0
Which one should I select? what does it depend?

CAMOBAP
- 5,523
- 8
- 58
- 93
0
votes
1 answer
Since updating to BlackBerry 10.2, Android app UI gets messed up
I installed the 10.2 update yesterday on my z10 and installed the 10.2 sim but my app's UI is all messed up. It consists of an EditText and TransparentPanel to the right with a Button that lets you show/hide it (runs in landscape). The problem is…

RapsFan1981
- 1,177
- 3
- 21
- 61
0
votes
1 answer
EditText doesn't resize on phone, only on tablet
I have an EditText that fills the width of the screen. On the right is a button that makes a side panel appear. When the side panel appears, the EditText resizesso the panel and EditText are side by side. This works on Tablets but when I test it on…

RapsFan1981
- 1,177
- 3
- 21
- 61
0
votes
0 answers
E/AndroidRuntime(25321694): java.lang.RuntimeException: Unable to pause activity -Unable to add window
I am porting my android application to BB10 Android Run Time
In some places while navigating to new activity from present activity which is in activity group,I am getting errror,
07-17 06:50:58.924: E/AndroidRuntime(25321694):…

Rakesh
- 14,997
- 13
- 42
- 62
0
votes
1 answer
Weird issue: Not able to load the JAR in Android for BB 10 Android Run Time
I updated Android SDK to 4.2.2 as well as eclipse plugin 1.6 for BB for BB 10 android run time,I am using .jar file for my encryption in my application.But when app is invoking of JAR file,it is not able to take the instance.it shows exception such…

Rakesh
- 14,997
- 13
- 42
- 62
0
votes
0 answers
Sending SOAP message with Blackberry to ASP.NET Web Service loses SOAP Header
Ok, this has been driving me nuts all week, there has gotta be a simple explanation for why this happens. I have written a blackberry application that communicates with a SOAP ASP.NET 2.0 Web Service. The Web Service expects a SOAP Header in the…

Neil Stevens
- 3,534
- 6
- 42
- 71
0
votes
1 answer
Airplane mode in Android on BlackBerry
I have been loading an Android app onto a Z10, and noticed the code that worked on Android is not working properly on the BlackBerry. Specifically, the following variable
boolean isAirplaneMode = Settings.System.getInt(getContentResolver(),
…

T Lam
- 162
- 5
0
votes
1 answer
Doubts regarding receiving port based SMS using Socket connection in Android
I am trying to receive port based SMS with the below piece of code.
serverSocket = new ServerSocket(SERVERPORT);
Socket client = serverSocket.accept();
try {
BufferedReader in = new BufferedReader(new…

Rakesh
- 14,997
- 13
- 42
- 62
0
votes
1 answer
Cannot resolve image path using content provider in BB10 Android Runtume
I have ported my android application to BB10. In my application there is one feature where we can send email with image attachment. In android it works fine but in BB10 image is not attached to mail.
I implement custom content provider for android.…

Megha
- 1,581
- 2
- 18
- 33
0
votes
0 answers
How to handle ANR issue when application is idle
My BB10 ported android Application ,if kept idle for 15 mins,I am getting this ANR issue,How to handle this scenario.
I am not able to reproduce in my device,But I am getting this issue in client device.I am not able to reproduce this issue.

Rakesh
- 14,997
- 13
- 42
- 62
0
votes
1 answer
Where can i download the Blackberry Q10 Simulator
Where can i download the Blackberry Q 10 Simulator,There is no clear link Specfied to download the simulator for Q10.
Only Link I came across for download is
http://developer.blackberry.com/native/downloads/bb10allsimversions/
AnyIdea where it can…

Rakesh
- 14,997
- 13
- 42
- 62
0
votes
1 answer
Exit app in Playbook/BB10
To exit an app programatically in Android (for instance, if the user presses an exit button), I use:
Intent intent = new…

1''
- 26,823
- 32
- 143
- 200