02-21-2012 08:34 AM
Hi All,
I am tring to port the android project on Blackberry. I had succesfully able to setup the enviourment . Getting these verification errors while verifying .APK. Am very new to Android.
1) minLaunchable-activity-count:impact=5:1:found=0 BlackBerry Verifying Problem
2) uses-intent-categ:impact=5:android.intent.categor
Thanks in advance
Waiting for the reply.....
![]()
Solved! Go to Solution.
02-21-2012 11:19 AM
Your app is making use of feature that are too much "Android specific".
I don't know what is doing your app, but you probably need to make heavy changes to it.
Impact=5 means that the problem is of the worst type!
02-22-2012 12:05 AM
Thanks for the reply.....
The listed unsupportes features (https://bdsc.webapps.blackberry.com/android/apisup
02-22-2012 07:49 AM
02-22-2012 07:56 AM
The listed unsupported features page is currently online, so you may want to check it again.
It is difficult to provide help without knowing what your application is doing. I know that your application requires some API that the blackberry currently do not support. You have these options:
1) Wait until the features you need are supported (but I can't guarrantee that eventually it will happen).
2) Remove these features from the Android app. Maybe your application mantains its core functionality without them. Try to work around the limitations provided.
3) Desist.
For example, I have successfully ported a few apps without problems, but another required bluetooth and without it my app was not useful at all, therefore I desisted.
BTW, instead of saying "thanks" you should click the "like" button with thumb up below.
02-22-2012 08:21 AM
02-22-2012 09:07 AM
02-23-2012 02:53 AM
Yes the app is in AppStore...... https://market.android.com/details?id=com.scn.quot
02-23-2012 03:03 AM
02-23-2012 03:44 AM
Hi all,
I have created an application for blackberry using Rhomobile platform. In my application i have downloaded the videos and i need to play the videos from the path where i have downloaded.
I am downloading the videos in "myapp->demo->2->ph.mp4". The downloaded videos is appearing in media->videos folder in Blackberry 6.0 device.
But i am not able the play the video inside my application. How to give the path in Blackberry 6.0?
Please help me to fix this issue....
Thanks,
Vidyaa.N