Questions tagged [blackberry-android]

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.

101 questions
2
votes
1 answer

When I try to Port Sample Android app into Blackberry 10 Dev Alpha simulator I Get Error

Connecting 192.168.176.128 to ADB failed! Please check if the Android player was fully started when you got this error. If not, you can either increase the Android player launch timeout on the BlackBerry->BlackBerry Android Development Tools…
2
votes
2 answers

Appworld market link in Android runtime

I have an app on the appworld and I would like to add a link to it in my app so that people can more easily rate it. Normally on the android market I would do something like: Uri uri = Uri.parse("market://details?id=com.example.test"); Intent…
MinceMan
  • 7,483
  • 3
  • 38
  • 40
2
votes
2 answers

can i integrate BlackBerry inApp payment into my android application?

im trying to integrate inapp purchases (from blackberry market) into my android application. when i import this library "paymentapi.jar" into my project and run it i receive these warnings/errors: [2012-10-12 15:28:43 -…
1
vote
1 answer

What is the difference between BBWebview and GDWebview?

GDWebview has been in the SDK for a while. BBWebview is newly referenced in SDK 9.2. They seem to both extend from android.webkit.Webview Is there a difference between these classes? Are there use cases that each are intended for?
1
vote
1 answer

How to get logcat for an Android app on BlackBerry 10 devices

I was only able to find logcat for native apps. When I connected to the device with Momentics and used the target file navigator I did not find the logcat file for the Android app I am testing. Is there any other option apart from Momentics? I use…
1
vote
1 answer

Keep getting TOO_MANY_REGISTRATIONS from blackberry push registration

I am trying to port an android project to a BB10 app. I have followed the instructions to implement BB Push as closely as I can. I have successfully registered one of our apps on push, but when I try and register another the server returns with…
1
vote
1 answer

Converting Titanium apk to bar receive severe warnings

I've a Titanium application that works on Android. Now, I want to make the Blackberry version. I've tried to create a bar file in Titanium, but I use a lot of Titanium properties that are only for Android and iOS. So, the app crash. I know you can…
A.Vila
  • 1,456
  • 4
  • 21
  • 32
1
vote
1 answer

Blackberry android-runtime : In- app billing not working with Google IAP v2

I have integrated Google in-app billing v2 for Blackberry and when i install the app on Blackberry play book i get this error: Error: problem setting up in-app billing: false When i check this method it says:false if there was an error connecting…
Goofy
  • 6,098
  • 17
  • 90
  • 156
1
vote
1 answer

How to show the soft keyboard from android ported app to blackberry z10 devices?

I had ported android app to blackberry 10 devices. For showing keyboard implicitly,i had used following code InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); imm.showSoftInput(MyEditTextName,…
Sakthimuthiah
  • 2,606
  • 6
  • 26
  • 41
1
vote
3 answers

new blackberry app world error "bar manifest file package version must be greater than ..."

I've started getting a weird error message when trying to upload a playbook app update to BlackBerry world. I think this problem started after installing version 1.6.1 of their eclipse plugin. The error message: "The package version in your .bar…
1
vote
1 answer

Deploy repackaged android (BB10) APP in Blackberry Enterprise Server within workspace

I created the android application using Eclipse Editor. Repacked and signed the application for Blackberry 10 device. I have the signed .Bar file. Now i want to release the application. is they allow this type of application to host in blackberry…
manivannan
  • 622
  • 1
  • 4
  • 17
1
vote
1 answer

Blackberry Eclipse Plugin for Android Error

I am trying to add Blackberry Eclipse Plugin for the purpose of porting an Android app. But after installing plugin, when I click Blackberry Tools SDK as said in the documentation, it gives me the error: The currently displayed page contains…
1
vote
1 answer

Detecting Volume Key press on BlackBerry 10 Java Android Runtime

I am trying to port my Android app to the BlackBerry 10, and the detection of the Volume Key press does not seem to work - the key press does not result in my code getting invoked. Here's my code snippet: public boolean onKeyDown(int keyCode,…
Vince Lasmarias
  • 738
  • 6
  • 8
1
vote
1 answer

How to load an external url in Codename One WebBrowser component?

Can anyone help me? I've got an App in development and a core feature is to load a third party webpage (URL) that has css and javascript in the Codename One WebBrowser component. My questions are:- 1. How do I load the url? 2. Is it possible to…
1
vote
2 answers

Which Android version when Programming Android apps for BlackBerry?

I am writing an Android app which needs to be run on BlackBerry Z10, too. Someone mentioned that Android apps can be wrapped for BB. However I am not sure of the version. If I use 4.x specific features, e.g. swipeable tabs, will they be supported on…
zeeshan
  • 4,913
  • 1
  • 49
  • 58