blackberry-android

BB10 android runtime push notification

与世无争的帅哥 提交于 2019-12-04 10:30:26
I have followed this tutorial to enable push notification on android runtime but I am getting failure 830 android/android.cfg: unknown asset error when i try to deploy bar package into alpa device. What can be the reason of that? The solution is to change the way of importing android.cfg file into the android project. First of all, add android.cfg file into root of the android project folder and rename it as projectname.cfg. For example, if the application name is SamplePushApp, the name of your cfg file must be SamplePushApp.cfg. Secondly, sign your application using eclipse bar signer. After

Android-Blackberry GCM: Can't register ported android app to GCM services

。_饼干妹妹 提交于 2019-12-04 07:26:46
We are having some issues registering our device so we can get push notifications in our android ported app. Here's our scenario: -We have a Blackberry 10 Dev Alpha device with OS version: 10.0.9.388 -Already registered to the push service -Created android.cfg and changed values with the ones received from Blackberry : -Added manifest permissions. -We deploy the app using a Debug Token. -Device is connected to Blackberry network (we can add contacts, chat through BBM, etc.) -Structure of the generated .bar file seem to be ok. (.apk, manifest -permissions are ok too-, android.cfg) GCM is

Porting Android app to run on BlackBerry 10 Android runtime - Google Maps

坚强是说给别人听的谎言 提交于 2019-12-04 05:04:18
问题 I have an Android app that I want to make available to BlackBerry 10 users by porting for the BB Android Runtime. The only stumbling block is my Android app uses Google Maps API (com.google.android.maps) which the runtime doesn't support. The map screen is only a small feature of the app and I'm happy to disable it for BlackBerry users, but is this possible? I don't want to maintain two copies of the application, can I somehow code the one app so that the conversion to BAR works but the maps

Google OAuth Accept button is disabled

泪湿孤枕 提交于 2019-11-30 15:41:21
I have a Google Drive app running on BlackBerry 10 and PlayBook devices. The OAuth process was working fine for all users. Suddenly on Aug 23rd I received reports from some users complaining the "Accept" button is disabled and can't complete the authorization. So far I noticed that these users use Spanish and Arabic locale (that's what appear so far from the screenshots and support emails they have sent). For the majority of the users, OAuth is working just fine. One thing to note, my app is android app running using the BlackBerry Android runtime. When I tried the same code on android devices

Google OAuth Accept button is disabled

…衆ロ難τιáo~ 提交于 2019-11-29 22:24:35
问题 I have a Google Drive app running on BlackBerry 10 and PlayBook devices. The OAuth process was working fine for all users. Suddenly on Aug 23rd I received reports from some users complaining the "Accept" button is disabled and can't complete the authorization. So far I noticed that these users use Spanish and Arabic locale (that's what appear so far from the screenshots and support emails they have sent). For the majority of the users, OAuth is working just fine. One thing to note, my app is