Any Android and BlackBerry iteratively here helping me to port a mobile BlackBerry 10 Android app

When I run an app on Eclipse using emulator whose API level 17 and Platform 4.2.2 and

Target name Android 4.2.2 or Google APIs.

IAM see the following errors of logcat

11-07 10:40:36.590: D/dalvikvm (829): WAIT_FOR_CONCURRENT_GC blocked 1ms
11-07 10:40:37.458: D/dalvikvm (829): GC_FOR_ALLOC released 29 K, 6% in CHF 2439 K / 2588 K, 263ms, total paused 265ms
11-07 10:40:37.568: I/dalvikvm-heap (829): grow heap (frag case) to 6,009 MB for the allocation of bytes 3686416
11-07 10:40:37.628: D/dalvikvm (829): GC_FOR_ALLOC released<1K, 3%="" free="" 6038k/6192k,="" paused="" 56ms,="" total="">
11-07 10:40:37.720: D/dalvikvm (829): GC_CONCURRENT released<1K, 3%="" free="" 6038k/6192k,="" paused="" 5ms+8ms,="" total="">
11-07 10:40:38.238: D/dalvikvm (829): GC_FOR_ALLOC released<1K, 3%="" free="" 6037k/6192k,="" paused="" 35ms,="" total="">
11-07 10:40:38.388: I/dalvikvm-heap (829): grow heap (frag case) Mo 20,071 for allocation of bytes 14745616
11-07 10:40:38.538: D/dalvikvm (829): GC_CONCURRENT released 0 K, 1% free 20437 K / 20596 K, stopped at 7ms + 8ms, total 101ms
11-07 10:40:39.008: D/dalvikvm (829): GC_FOR_ALLOC released 3600 K, 19% free 16838/20596 k, break 38ms, total 39ms
11-07 10:40:39.018: I/dalvikvm-heap (829): grow heap (frag case) to 18,900 MB for the allocation of bytes 2457616
11-07 10:40:39.128: D/dalvikvm (829): GC_CONCURRENT released<1K, 7%="" free="" 19238k/20596k,="" paused="" 25ms+18ms,="" total="">
11-07 10:40:39.509: D/dalvikvm (829): GC_FOR_ALLOC released<1K, 7%="" free="" 19238k/20596k,="" paused="" 40ms,="" total="">
11-07 10:40:39.558: I/dalvikvm-heap (829): grow heap (frag case) Mo 23,065 for allocation of bytes 4367376
11-07 10:40:39.688: D/dalvikvm (829): GC_CONCURRENT released 0 K, 6% free 23503/24864 k, break 21ms + 18ms, total 126ms
11-07 10:40:40.028: D/gralloc_goldfish (829): emulator without GPU emulation detected.
11-07 10:40:43.058: D/dalvikvm (829): GC_FOR_ALLOC released 2408 K, 15% free 21235 K / 24864 K, break 94ms, total 100 ms
11-07 10:40:45.027: W/dalvikvm (829): could not resolve the superclass of the MBCA/yupptv/android/yupptv/BaseActivity; (170)
11-07 10:40:45.047: W/dalvikvm (829): link class ' MBCA/yupptv/android/yupptv/BaseActivity'; failed
11-07 10:40:45.047: W/dalvikvm (829): could not resolve the superclass of the MBCA/yupptv/android/yupptv/MainActivity; (1083)
11-07 10:40:45.047: W/dalvikvm (829): link class ' MBCA/yupptv/android/yupptv/MainActivity'; failed
11-07 10:40:45.087: E/dalvikvm (829): could not find class 'com.yupptv.android.yupptv.MainActivity', referenced from method com.yupptv.android.yupptv.HomeActivity$ 5.onItemClick
11-07 10:40:45.087: W/dalvikvm (829): VFY: unable to solve class const 1175 (MBCA/yupptv/android/yupptv/MainActivity to the MBCA/yupptv/android/yupptv/HomeActivity $5;)
11-07 10:40:45.097: D/dalvikvm (829): VFY: replacement opcode 0x1c to 0x0004
11-07 10:40:45.327: D/dalvikvm (829): GC_CONCURRENT released 318 K, 8% free 22884 K / 24852 K, 72ms + 130ms, total paused 430ms
11-07 10:40:46.927: E/ActivityThread (829): could not find the info provider for com.google.plus.platform
11-07 10:40:47.087: I/Choreographer (829): 352 skipped frames! The application can do too much work on the main thread.
11-07 10:40:47.757: I/Choreographer (829): jump to 70 frames! The application can do too much work on the main thread.
11-07 10:40:47.807: D/dalvikvm (829): DexOpt:-START 'ads - 715893166.jar' ("bootstrap" = 0).
11-07 10:40:49.147: D/dalvikvm (829): DexOpt:-END 'ads - 715893166.jar' (success).
11-07 10:40:49.147: D/dalvikvm (829): prep DEX ' / data/data/com.tru/cache/ads-715893166.jar': unzip in 15ms, rewrite 1346ms
11-07 10:40:49.487: I/Choreographer (829): 172 skipped frames! The application can do too much work on the main thread.
11-07 10:40:50.017: I/Choreographer (829): 42 skippered frames! The application can do too much work on the main thread.
11-07 10:40:50.197: I/Ads (829): adRequestUrlHtml:
11-07 10:41:33.498: E/AndroidRuntime (829): at android.widget.AbsListView.performItemClick(AbsListView.java:1100)
11-07 10:41:33.498: E/AndroidRuntime (829): to android.widget.AbsListView$ PerformClick.run (AbsListView.java:2749)
11-07 10:41:33.498: E/AndroidRuntime (829): to android.widget.AbsListView$ 1.run(AbsListView.java:3423)
11-07 10:41:33.498: E/AndroidRuntime (829): at android.os.Handler.handleCallback(Handler.java:725)
11-07 10:41:33.498: E/AndroidRuntime (829): at android.os.Handler.dispatchMessage(Handler.java:92)
11-07 10:41:33.498: E/AndroidRuntime (829): at android.os.Looper.loop(Looper.java:137)
11-07 10:41:33.498: E/AndroidRuntime (829): at android.app.ActivityThread.main(ActivityThread.java:5041)
11-07 10:41:33.498: E/AndroidRuntime (829): at java.lang.reflect.Method.invokeNative (Native Method)
11-07 10:41:33.498: E/AndroidRuntime (829): at java.lang.reflect.Method.invoke(Method.java:511)
11-07 10:41:33.498: E/AndroidRuntime (829): to com.android.internal.os.ZygoteInit$ MethodAndArgsCaller.run (ZygoteInit.java:793)
11-07 10:41:33.498: E/AndroidRuntime (829): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
11-07 10:41:33.498: E/AndroidRuntime (829): at dalvik.system.NativeStart.main (Native Method)

Now my problem slipped after software update for BlackBerry Q5

Please go to my other video of Live TV, VOD and video based App request

http://supportforums.BlackBerry.com/T5/Android-runtime-development/after-porting-my-Android-app-to-B...

Thank you

Tags: BlackBerry Developers

Similar Questions

  • Please help me port an android application BlackBerry App. How to wear an android app to a BB app

    Please help me port an android application BlackBerry App.  How to wear an android app to a BB app

    The best way is to follow this start: https://developer.blackberry.com/android/documentation/gettingstarted.html

    Using Eclipse to develop the Android app?
    -> Then follow this guide: https://developer.blackberry.com/android/documentation/install_plugin_prerequisites_1895476_11.html

    It's a time to port (you do not plan on the continuation of your request later)?
    -> Then you can use the online tool to make your application: https://bdsc.webapps.blackberry.com/android/bpaa/

    Otherwise, you can use the command line tool (https://developer.blackberry.com/android/documentation/preparing_android_apps_for_bbtos_1729415_11.h... or the graphical help of BlackBerry)

    If you encounter problems, poster and we'll try to help as much as possible you

  • Z10 Help BlackBerry - Blackberry error - an error has occurred and Blackberry World will be closed - tried EVERYTHING!

    Whenever I try to launch the Blackberry World, I get the message ' year error has occurred and Blackberry World will be closed. "  Try to wait a few minutes and reopening Blackberry World. "I have read all the post and unless I missed something - nothing works.

    I have a Blackberry Z10 - STK100-1

    Software - 10.2.1.2977

    I tried-

    • launch of BBW with just using Wifi
    • launch of BBW with just using the data
    • launch of BBW with Wifi and data
    • Resets hard (after changing the settings above)
    • Soft resets
    • Battery grips
    • Tried to access BBW through 'games'... three points...
    • BBW of opening online and trying to access my blackberry through the online program.

    AND I just wiped my blackberry to start again, and it still does not!  Restoring my data was carried out using the 'fast' backup, so it should not be due to a conflict with another program.

    Can you please help - I'm about to tear my hair out!

    OK, as a work possible, try this: go to your music folder. Press the three points at the bottom right. I believe that if you have downloaded all the music in the BBerry world, the choice to access BBerry World will be there and it should work. If this is not the case, here are some other workarounds.

    http://www.BlackBerryOS.com/content/if-you-still-having-issues-BlackBerry-world-your-Z10-here-few-mo...

  • Hi, how can I activate the tool on the android app?  I use a Samsung galaxy S tab. Any help would be greatly appreciated. Thanks, Johnny

    How to activate the tool on the android app?  I use a Samsung galaxy S tab. Any help would be greatly appreciated. Thanks, Johnny

    It is not a. You can suggest adding a feature here: Adobe Acrobat for Android - feature request/Bug Report Form

    Ben

  • Why my internet continue to say that the internet does not not and takes so long to connect, I have a new computer, I have also a pc clean and do not always help. any suggestions

    Why my internet continue to say that the internet does not not and takes so long to connect, I have a new computer, I have also a pc clean and do not always help. any suggestions

    Hello

    Thanks for posting your question in the Microsoft community.

    I understand that when you try to connect to the Internet, he says at the outset that Internet is not responding and then after some time to connect. Let us know if this is incorrect.

    It would help if you could answer these questions.

    a. what version of Windows is installed on the computer?

    b. don't you make changes to the computer before the show?

    I suggest you check out the link and follow the steps.

    Why can't I connect to the Internet?

    http://Windows.Microsoft.com/en-GB/Windows7/why-can-t-I-connect-to-the-Internet

    Let us know if you need more assistance.

  • Somehow, I blocked my user account (login) and I tried to help but can't find any info. How to UNLOCK the user account. Than k you

    The user has clicked on Vista, the little lock at the bottom of the START window.

    Somehow, I blocked my user account (login) and I tried to help but can't find any info. How to UNLOCK the user account. Thank you

    Hello

    Click the account icon that was locked and enter the password IF you know and otherwise:

    Try Safe Mode - several times, press F8 that you start. The Admin account there is no default password
    so unless someone has changed, you should have access there. Then Control Panel - accounts - users
    Manage another account - use this down your user account (to the lowest level) APPLY/OK
    then go back and reset it to the Admin APPLY/OK - this clearly allows corruption. Do this several times.
    Then fix the password in your usual account. Do not forget to leave your account administrator if you
    wish.

    If no joy Mode without failure:

    Try this - use the hidden administrator account to lower your user account (to the lowest level) APPLY/OK
    then go back and reset it to the Admin APPLY/OK - this clearly allows corruption. Do this several times.
    Then fix the password in your usual account. Do not forget to leave your account administrator if you
    wish.

    Make another Admin account with your password and use it to fix the others if necessary. (just for
    repair, don't use regular account, not a safety valve) always keep a spare ADMIN account.

    DO NOT LEAVE THE ENABLED LSA OR USE DAILY. If it corrupts you are toast!

    How to enable or disable the real built-in Administrator account in Vista
    http://www.Vistax64.com/tutorials/67567-administrator-account.html

    You can run the Admin account hidden from the prompt by if necessary.

    This tells you how to access the System Recovery Options and/or a Vista DVD
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    If you cannot access your old account, you can still use an Admin to migrate to another (do not forget to always
    not that an Admin account that is not used except for testing and difficulty).

    Difficulty of a corrupted user profile
    http://windowshelp.Microsoft.com/Windows/en-AU/help/769495bf-035C-4764-A538-c9b05c22001e1033.mspx

    ---------------------------------------------------------

    If necessary:

    Ophcrack is a free Windows password cracker based on rainbow tables.
    http://Ophcrack.sourceforge.NET/

    How to reset a Windows Vista - Trinity Rescue Kit method - password password reset disc - burn the ISO
    http://www.WikiHow.com/reset-a-Windows-Vista-password
    YouTube video on the use of the Trinity rescue Kit
    http://www.YouTube.com/results?search_query=Trinity+rescue+Kit&search_type=&AQ=f

    Reset your forgotten password the easy way using the Ultimate Boot CD for Windows
    http://www.howtogeek.com/HOWTO/Windows-Vista/reset-your-forgotten-password-the-easy-way-using-the-ultimate-boot-CD-for-Windows/

    Offline NT Password & Reset Editor
    http://home.eunet.no/~pnordahl/ntpasswd/

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • BlackBerry blackBerry 10 10.2 and android apps

    I had a Q10 10.2 and I'm looking for android apps to install (sideload). Can someone tell me where I can find them? If there are specific instructions to side load I need these too. I have never sideloaded an android app.  Thanks in advance. j

    Take a look at...

    http://supportforums.BlackBerry.com/T5/downloaded-applications-for/you-upgraded-to-OS-10-2-1-and-Wan...

    .... I think you'd rather install Snap and use instead of sideloading.

  • Smartphones blackBerry HELP: I can't receive not make calls, but internet and blackberry services work.

    My cousin gave me his blackberry that he bought in the United States, T-Mobile has been the supplier of services. I use the phone with excellent service in Austria, the claimant is Orange. I was going great but now its stopped make or receive calls.  When I try to make calls it displays "call failed" and used to take incoming calls or the other. I have internet with an excellent signal.

    Thank you very much for your help!

    jcjc2012 wrote:

    This is the message that appears: "you try to open a secure connection, but the server certificate is not approved: continue, close the connection, see certificate.

    I could not find the app you recommend to remove.

    Yes... it's probably different than what I guessed. Normally, however, who comes from the web browser... not while performing a call... the steps that led to the receipt of this message would be so important to understand if it has nothing to do with your problem.

    jcjc2012 wrote:

    What do you think about Smart Dialing or call except?

    Smart dialing in the + 1 country code, but Austria, where I live is + 43, I found, that's right, what I have to change?

    Smart Dialing could be causal... having developed a country code other than the one you are in would be wrong. See this:

    • KB20595 How to disable the smart Dial feature

    Turn it off or set it to your current location.

    jcjc2012 wrote:

    What do you think about Smart Dialing or call except?

    About the call to ban, to do something asked of me the password, but I forgot my password, possibility of reactivating the phone system?

    I'm not sure call him except password... my service doesn't have this feature. But it seems (to review some user manuals) that there is a required specific password and this password is provided to you by your mobile service provider.

    Good luck!

  • How do I deal with the 'there was an error downloading this update. Quit and try again later. "Helps online says wrong serial number, say its good customer service and I come here for help. CS5 installed today on the new PC.

    Today I installed CS5 on my new PC.  Everything is OK.  Run update help PS and received this message:

    CS5 Adobe Extension Manager 5.0 updated

    There was an error downloading this update. Quit and try again later.

    Adobe Illustrator CS5 15.0.2 updated

    There was an error downloading this update. Quit and try again later.

    Update of Photoshop to Photoshop CS5 12.0.4

    There was an error downloading this update. Quit and try again later.

    Photoshop Camera Raw 6.7 update

    There was an error downloading this update. Quit and try again later.

    My serial number Adobe customer service is good and I come here to help!

    Help.

    I am running CS5 on Windows 10.

    [When a staff member requests the information hover private hover over their name]

    [you can then click the Message option in the pop-up window to send a private email]

    [Accident removed long log... Please only send a log of crash to a technician, when asked]

    Cloud & Win10 https://helpx.adobe.com/creative-cloud/kb/Windows_10_compatibility_FAQ.html

    -In addition, only CURRENT products will be tested and updated for compatibility with Windows 10

    - so if you have an older program, update you to Windows 10 at YOUR risk of problems

    -You can get CS6 and previous programs to install and run, or you can not (some do, some don't)

    An idea that MAY work to install or run some programs in Windows 10 old... works for some, not for others

    -http://www.tenforums.com/tutorials/15523-compatibility-mode-settings-apps-change-windows-1 0 - a.html

    - or run as Administrator http://forums.adobe.com/thread/969395 to assign FULL permissions can help... said yet, but sometimes it is necessary for all Adobe programs (this is same as using an administrator account)

    Try to install your updates manually

    Beginning of the updates here and product selection, read to see if you need to install updates in the order of the numbers, or if updates are cumulative for the product http://www.adobe.com/downloads/updates/

  • I can't import any type of video file in the sequence, it represents imports video and audio. Please help me I am unable to work and I have clients waiting!

    I can't import any type of video file in the sequence, it represents imports video and audio. Please help me I am unable to work and I have clients waiting!

    Wild guess: I forgot to patch source the video track.

  • My Lightroom and first trial has expired, I purchased a plan for her, but adobecloud still ask me to BUY, reinstall all apps won't help

    My Lightroom and first trial has expired, I purchased a plan for her, but adobecloud still ask me to BUY, reinstall all apps won't help, time system is allowed.

    Please visit: https://helpx.adobe.com/manage-account-membership/cc-reverts-to-trial.html .

    Note: Make sure that reset you the hosts file.

  • I get a message "Firefox is already running but is not responding.". I did everything here Inc. uninstalled and re-installed. Help!

    I am using a HP desktop computer with Vista Home premium. I get a "Firefox is already running, but does not." message. I did everything on the other forums and it did not help. I even uninstalled and reinstalled Firefox. I still get the same message.

    You are able to start Firefox in Safe Mode or start the Profile Manager?

    (1) safe Mode

    It is a standard diagnostic tool to disable some advanced features of Firefox and extensions. More info: questions to troubleshoot Firefox in Safe Mode.

    You can start Firefox in Safe Mode by holding down the SHIFT key when you start Firefox. (If you get directly in a new window, you must exit all Firefox Windows first).

    A small dialog box should appear. Click on 'Start mode safe' (not reset).

    It will start?

    (2) the Profile Manager

    This assumes that firefox.exe is not running.

    Start in Manager profiles using Start > Search box (or run):

    firefox.exe -P
    

    When you get the Profile Manager window, do not delete anything!

    No matter what time you want to switch profiles, you exit Firefox and return to this dialog box.

    If you select your default profile and click Start, Firefox start?

  • Country of Smartphones blackBerry and other issue.please help

    Hi my name is Khan
    I use a Blackberry Bold9000

    I'm having a lot of problems in my phone

    (1) I can't use appworld because my country is not supported. Why and how I do supported

    (2) it's always when I download app Twitter + facebook app. I get an error massage. Service plan is not supported. Contact your service provider.
    My ISP is "Mobily"... I contacted them they said melon time, we provide a complete service plan + I checked all my sound all set to update versions

    Please, we are the most people who use black berries in the Middle East

    and you put your desktop in the Middle East to the Lebanon

    We need to be heard, I really love RIM, but I need recognition.

    Hello and welcome to the Forums!

    If you're hoping that RIM will see your message - these forums are a chain of support to users, not a conduct of user-to-RIM. Therefore, it is unlikely they will see what you wrote. However, if you have specific and constructive ideas for them, I heard they accept this by e-mail to [email protected].

    be_smile wrote:

    (1) I can't use appworld because my country is not supported. Why and how I do supported

    Understand that RIM has no unilateral control over the availability of AppWorld. On the contrary, a triad of entities must agree - RIM, wireless service provider, and Government. As the main entity to profit in this triad, I've always suspected that the RIM is not one that could hinder the process. So, what you can do, is put pressure on your company and/or your Government to allow the AppWorld in your country.

    In addition, you should know that AppWorld is simply a portal, vending apps developed mainly by others. Therefore, it is not your exclusive supply source - there are others that you can try (e.g., Handango, Handmark, BPlay, GetJAR and Mobihand). I found that there are very few applications that is exclusive to AppWorld. You can see the online catalogue and then look for other sources of supply, including quite often on the developer website.

    be_smile wrote:

    (2) it's always when I download app Twitter + facebook app. I get an error massage. Service plan is not supported. Contact your service provider.
    My ISP is "Mobily"... I contacted them they said melon time, we provide a complete service plan + I checked all my sound all set to update versions

    Your service provider is responsible for providing all services and support for you. No one else has no control. They need to solve this problem. You have the ultimate leverage - you pay for services they don't deliver. They have the ability (in fact, the responsibility) to escalate your case at RIM for extra support if necessary. You have no free method to request support from the RIM as the escalation of your provider.

    Good luck and let us know!

  • BlackBerry Os new Q10 10.3.1 android apps any good work

    I have a the new os 10.3.1 Q10 no good andriod apps work then open the application system will be closed OR told Wait
    But Nokia X not an Android phone, but android apps very good work

    This version only only Z30, but I have a Q10

  • Passport for blackBerry uninstall android app

    Hello

    How can I uninstall my device android app? I typed on app and when see her remove option I deleted but this application deleted icon but not the file. I tried to open amazon apstore and go to my application, then select on the application of device and select uninstall, but it also does not help, restart the amazon app. I tried third party app to uninstall the android app, but it also even. any why? all the app removed consume my storage I need to delete them.

    concerning

    Olivier Cornil

    jicochy wrote:
    as I'm going to downgrade my version of the os, so all those links describe on upgrade. So how do you downgrade work?

    The processes are actually for OS reload... upgrade, downgrade, or stay the same is not serious, the process is the same, it is about the specific version that you choose to install. Via the official methods, if they don't offer you what you want, you just stop... then move to informal autoloader methods and choose the automatic charger that contains the specific operating system version you want.

    jicochy wrote:
    If I try this method any possibility of death of phone?

    I already gave you the warnings on this subject... re-read post 4 above please. There is always a possibility of injury permanent... There is no guarantee. But I installed it with Autoloaders from dozens of times... once there was a problem, but the issue proved to be the autoloader itself... and therefore a different automatic charger using has solved the problem. But not always, no guarantees. Use at your own risk. I don't think that there is a problem, as long as you carefully read and follow ALL the instructions... If you jump on an object, you increase the risk that you might cause a problem. So, once again, re-read post 4 above please... all this.

Maybe you are looking for

  • That is the app use Port 631 IPP

    Hello I have a doubt, I know port 631 it's cups or ipp service, but I don't have any printer installed or configured, I recently format my Mac with the restore option as a Trojan horse, but know with only installed pages and numbers that I did with t

  • Timed Access - won't save the changes of time

    I am using access delayed for several years.  It worked great until today.  When I try to change the time settings, it seems to work.  For example, I got our xbox set to turn off at 11:30.  I changed it at 23:31.  I hit 'Fact' several times until you

  • Update for windows error code explore 9 80092004?

    I am trying to download an update for windows explorer 9 but it keeps failing with error 80092004 code. What this mean and how can I solve this problem?

  • What is this 'STAR '?

    Can someone tell me what is this star that appears after the upgrade LOLLIPOP! Thank you very much...

  • Vista will have to reinstall if the upgrade card motherboard and CPU?

    So I'm wanting to upgrade my computer and I can't find a clear answer, if when I install a new one, a motherboard and CPU, but with the same RAM and the hard drive and the motherboard did not fail, I need a new installation of windows?