BlackBerry App uninstall android app

I can not uninstall applications drom AMAZON...  When I uninstall office her disappears just icon... but then, I received all notifications from amazon on updates... its so boring. so I see the amazon app and it shows that I've always had the app... If I try to uninstall from there the app just crashes... All the time.. I tried to do the Commander ghost... always the same crash...

It works anywhere.

SR: 10.3.2.2836

I had the same problem with uninstalling via desktop and Amazon. and fixed two devices by visiting this link.

(visit PC via browser on blackberry - don't know what to do and 'error')

https://appworld.BlackBerry.com/WebStore/content/39879918

See their article of support for info:

http://support.BlackBerry.com/kb/articleDetail?articleNumber=000037772

Reboot is required after the app that remains to run/update.

Tags: BlackBerry Smartphones

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

  • My World of blackBerry Smartphones uninstalled Apps

    In Blackberry App World World/My, my 9300 displays a list of my uninstalled applications. Is there a way to remove the Uninstall list off My World?

    Those who are on the App World Server and not your phone. Really nothing to fix. As says just a list in case you want a return.

  • BlackBerry Smartphones blackberry app world disappears from my bold 9780

    In my bold9780 I download appworld and managed has download applications but now appworld disappears from the list of the menu, system settings shows app world I delete and it redownload but no use still I face same problem how to get appworld

    Hi manish14

    Welcome to the Forums of the BlackBerry Support

    If you encounter a problem with the version of BlackBerry World, then download BlackBerry World version 4.0.0.55 which is the best solution now available for BlackBerry World, first uninstall any existing version of the BlackBerry World from your device, options > device > application > locate and remove BlackBerry World, then do a battery pull reboot by removing the battery while your unit is powered.

    After restarting the device from your BlackBerry browser search or click here http://mobileapps.blackberry.com/devicesoftware/entry.do?code=appworld3 to download the 4.0.0.55 version. Also check out this Knowledge Base for assistance:

    KB29422 BlackBerry App World icon is missing after upgrade to BlackBerry App World 4.0.0.63 to 4.0.0.65

  • BlackBerry App Whats App

    What is Whats App? And I need/want it?

    Thank you!!

    WhatsApp is a messaging app, very popular to communicate between BlackBerry - Apple and Android platforms.

    Some people have not unlimited SMS/SMS, and data of WhatsApp travels not given in the form of SMS.

  • BlackBerry App BlackBerry App analysis of vulnerability

    Hello

    I'm looking for a way to perform an analysis of the vulnerability on the applications of the BlackBerry World public.

    Currently, we use a variety of tools including NowSecure Lab (for ios and android) to analyize of specific applications for security vulnerabilities that are present.  This includes the binary app static analysis and dynamic analysis of the application running on the device.

    Is there a similar tool to the NowSecure laboratory which can be used for applications BlackBerry World?

    Thank you

    Change Yes I know app BlackBerry vetting of treatment with the help of guardian and their relationship with Trend Micro.

    Two copies. Please see here: http://supportforums.blackberry.com/t5/BlackBerry-World-Development/BlackBerry-App-Vulnerability-Ana...

  • WebWorks app not to recognize the plugin for Blackberry app

    Hello! I'm portage a webapp Android to WebWorks. My Android application using Phonegap, so when I discovered the new WebWorks used to, it was a great relief. But the problem came when I tried to use the BlackBerry push service, because demand for some strange reason does not recognize the plugins I have installed through the console, just like the documentation says http://developer.blackberry.com/html5/apis/beta/blackberry.app.html.

    Since then I have removed everything that belonged to the push service and I installed the com.blackberry.app plugin to test the ways that they are supposed to work. It debugged in the Web Inspector and I have this message.

    ReferenceError: Can't find variable: blackberry

    This error came from this line in my code:

    Console.log ("the State of the screen is:" + blackberry.app.windowState);

    In my config.xml file, I have the line:

    I am new to this platform and I don't know if the plugins should be called somewhere in the html file or the js to make it work. Or is there something else wrong on how I use the plugins?

    BTW: my application uses the last cordova because I developed since the SDK WebWorks 2.0.0.54, but my app Android used Cordova 2.0.0 and this library is called in the html code. So, when I tried to change the cordova for the last file, the application didn't work, so I left there where he was.

    In the standard application of Cordova, the application calls app.initialize as follows (additional code left to show the implementation of the call and the scripts required):

            ...
            
            
            
        
    
    

    Which is defined in index.js as follows:

        initialize: function() {
            this.bindEvents();
        },
    

    Which subsequently called bindEvents

        bindEvents: function() {
            document.addEventListener('deviceready', this.onDeviceReady, false);
        },
    

    And records the event deviceready on the document listener. It is an event of Cordova and fires after that cordova.js has loaded and initialized.

    When occur, index.js continues to manage the event here:

        onDeviceReady: function() {
            app.receivedEvent('deviceready');
        },
    

    And we can see that receivedEvent can be used as a central event handler, if we so desire.

        receivedEvent: function(id) {
            var parentElement = document.getElementById(id);
            var listeningElement = parentElement.querySelector('.listening');
            var receivedElement = parentElement.querySelector('.received');
    
            listeningElement.setAttribute('style', 'display:none;');
            receivedElement.setAttribute('style', 'display:block;');
    
            console.log('Received Event: ' + id);
        }
    

    Note that the code inside receivedEvent is specific to the sample application by default.

    If you customize the code, it is important not to break the chain. More precisely until when you add the deviceready listener. Of course, there are other ways to get to this point, but if we find issues, it is better to return to the example of the most basic.

    If Cordova is indicating that he did not shoot within 5 seconds, there is not a lot of continuous loading on or Cordova has not properly load to the point where he can pull of the event.

    If you connect Web Inspector and then press ctrl + r in the Web Inspector to reload the application, the Console shows additional failures? (This will allow the newspaper display all outings since the start of the run.)

    Maybe in the network Panel, are there resources that could not load?

  • BlackBerry App Facebook app problems

    Please I need help with my facebook app. He won't open and I can't even install it it BlackBerry world either. What would I do?

    Topic title edited to reflect the new topic.

    jolly2015

    Wink is primarily intended to connect to the Google game shop, so you can install the apk android on your Blackberry device files, so we do not use wink in this case...

    You'd have to use is Knowyou, if you are not familiar with its use, check:

    http://supportforums.BlackBerry.com/T5/BlackBerry-10-OS-device-software/upgrading-BB10-OS-using-Sach...

    In fact, you can skip the part about choosing which of the alternatives to use for this process, since we don't ask knowyou to extract the source files online.

    Here's what you need to do:

    Download the bar to produce for the purposes of facebook from your computer, using the link below:

    http://CDN.fs.SL.BlackBerry.com/FS/QNX/production/b09d41cf7bee2031431998e2c316fb775f0ef589/Facebook-...

    Download Knowyou on your computer (download link)

    https://github.com/xsacha/Sachesi/releases/download/2.0.0RC/Sachesi2-RC-Windows.zip

    Set your system offline (it disconnect from internet)

    Connect your BlackBerry smartphone to your computer (if the Blackberry link auto lance, close it)

    Launch Knowyou (if you have a password set for your device, would be asked and you will need to enter it and knowyou should automatically detect your device type.)

    Click the install from knowyou interface, click on setup file and place where the .bar facebook has been saved, click it and let knowyou do its magic (you can also use drag and drop once you are on the installation interface)

    Once Knowyou is done, you can restart your device (although not a necessity, but I prefer it like that).

    If there are errors, please come back to the forum and let us know... If it's not and you get successfully return facebook app, also share your experience.

    Once installed and your device has been restarted/rebooted, you can rely on Blackberry App World to check an update of the facebook app

    Hope this helps

  • BlackBerry smartphones 'there is a problem with Blackberry App World. Please try again. »

    Whenever I try to download whatever app world or click on my world, he always says 'there is a problem with the Blackberry App World. Please try again. "I can't download apps because of this, and I have consulted with my carrier in this respect. They said I should be able to access the universe of the app by wifi since I'm subscribed to a data plan Blackberry (BBM). They don't know what to do with my problem anymore. Everything else works except the app world. Help, please. BTW, I'm trying to access the app through a mobile internet captive universe. That this has something to do with it?

    Hi trishthestranger

    Please uninstall AppWorld options > device > application management.

    Scroll down to BlackBerry AppWorld > delete.

    or KB10040 : how to view or delete the application installed on a blackberry smartphone

    Perform a restart on the BlackBerry this way: with the phone smart BlackBerry turned on, remove the battery for a min. and then reinsert the battery of waiting until it reboot.

    Now, since your browser BB go to thewww.blackberry.com/appworld and install again.

    After installation go to app world and see if you are able to download on a PC, you can also try to scan the barcode of this application, it will request a download link on your device. Please try it and let us know. But like I said try to download Over the Air.

    Prince

    Click 'Like' If you want to thank someone.

    If problem resolves mark message (s) as a 'Solution', so that others can use.

  • Advisor to blackBerry Smartphones Blackberry app

    Hi all!

    As you can see my name I am relatively new to the blackberry family. I use blackberry bold 9900 which I bought from a guy on the internet. I wiped it via the security settings and had a back up of my old blackberry contacts then I restored the contacts through blackberry desktop software. Now the phone seems to work fine, except that an icon appears when I press the button bb permanently. This icon is a question mark and the application is called "Blackberry App Advisor". When I click on it it wont open that neither she closed. The phone stucks when I try to open it through this selection and then I have to press the bb button to return to the House. The phone works normally in spite of this app.

    Please be kind enough to suggest how to kill this app and delete it.

    Thanks in advance.

    Sorry, very busy during the week. If the battery pull did not help, uninstall applications, 3rd party, one by one. Check if this "advisor" disappears once you delete an app. In addition, remove your SD card and see if it makes a difference.

    If the problem persists, wipe your phone again, but does restore nothing from your backup. You can synchronize your phone contacts to MS Outlook or Windows Contacts. Your contact is to save in your computer and you can transfer them after deletion via BlackBerry Desktop Software.

  • BlackBerry App World Blackberry Smartphones does not open

    BlackBerry App World will not open on my Curve 9300.

    I uninstalled and reinstalled from my mobile, but still it does not open.

    I uninstalled and reinstalled by plugging the appworld.blackberry.com website, but still it does not open.

    I tried a lot of times battery pull but still the app world opened not only once.

    I thought that maybe it's because some applications I downloaded via the app world. So, I removed almost all applications too (except some bare) applications, the app world still do not open even after pressing the battery or uninstall and reinstall mobile or Web site.

    Also, all this time, the global icon is found in running applications.

    By clicking on the icon in the screen of the applications currently running does not help.

    By clicking on the icon on the taskbar status does not help.

    Help will be really appreciated.

    Try this... options > device > Applications, remove the current AppWorld.

    Perform a simple reboot on the BlackBerry this way: with smart BlackBerry poweredphone, remove the battery for a minute and then reinsert the battery to restart.

    Then:

    1. Open the BlackBerry browser on the BlackBerry smartphone.
    2. Go to http://mobileapps.blackberry.com/devicesoftware/entry.do?code=appworld3
    3. After downloading, please reboot your BlackBerry smartphone when you are prompted.
    4. Check that BlackBerry App World is located on the home screen.
  • BlackBerry Smartphones completely remove the BlackBerry App World and how?

    Can I completely delete BlackBerry App World and how?

    Hi lion 775

    Do you mean that you want to uninstall App World from your device. If it is then for BlackBerry® Device Software 5.0, go to Options >Applications > and then select third party. Then uninstall App world from there.

    KB10040 How to view or delete applications on a smart phone BlackBerry. 

     

    Prince

    _______________________________________________________________________

    Click 'Like' If you want to thank someone.

    If problem resolves mark message (s) as a 'Solution', so that others can use.

  • I really need some phones smart blackBerry app world help please!

    Hello!

    My main problem is that my global icon always disappear after the installation of the application (I always restart the phone and I check the app is really installed on the phone).

    I have a BB Bold 9780 with OS 6.0.294 (905) and get into serious trouble with the app world. I tried everything I read in the support forums and nothing seems to work for me!  Now, I have my phone only with the Basic apps, I mean, I haven't downloaded one. The world of the app is not installed now. When I install the 4.0.0.55 version the problem remains.

    Thanks for any help possible!

    Hi ritacastro

    Welcome to the Support Forums

    If you try to download the latest version of App World, then make sure that your OS device using versions6.0.0.706 or higher. Then you can try to update your device OS to a higher version. Or

    You run a lower OS version then please download App World version 4.0.0.55 for BlackBerry from your browser go to  http://mobileapps.blackberry.com/devicesoftware/entry.do?code=appworld3 to download 4.0.0.55 on your device.

    But before you download Uninstall app world from your device, for this on your homescreen go to Options > device > application > scroll Ap world and remove it from there. Then perform a battery pull restart.then to give it a try.

    KB29422  BlackBerry App World icon is missing after upgrade to BlackBerry App World 4.0.0.63 to 4.0.0.65

  • BlackBerry Smartphones blackberry app icon after upgrade

    Just another error after error and mistake, I use "bold" 9700, I better just blackberry apps 3.1.0.56 and guess what, I have 2 error msg after restart:

    1. Untrapped exception: Net_rim_bb_qm_peer (232) Application is unresponsive; the process is completed.
    2. Untrapped exception: Exception Java.Lang.Null pointer.

    and then I can't find global icon of blackberry apps? can anyone help? or the support of the RIM can tell me why this error and why so many errors in this version 3 apps blacberry?

    Just get new msg of error suddenly just out, Eception Exception: error in Java.Lang.NoClassDefFound.


    Uninstall BB App World and the installation of the version 3.0.129.

    If you have the OS 5 follow this link:
    http://rroyy.com/otaarchive/BlackBerry_AppWorld_v3.0.1.29_OS5/appworld.jad

    If you have OS6 follow this link:
    http://rroyy.com/otaarchive/BlackBerry_AppWorld_v3.0.1.29_OS6/appworld.jad

    God bless you!

  • BlackBerry Smartphones Blackberry App World crashes my phone.

    BlackBerry App World crashes my phone. After turning the phone off and on again, I get the following message: untrapped exception application net_rim_bb_appworld (1222) does not respond, the process is complete.

    I tried uninstalling and reinstalling, but it does not appear as an application in the desktop software, so now I don't know what to do at all.

    Help, please!

    Hi and welcome to the Forums!

    Whenever random strange behaviors creep, the first thing to do is a battery pop reboot. With power ON, remove the hood back and remove the battery. Wait a minute, then replace the battery and cover. Power on and wait patiently through the long reboot - about 5 minutes. See if things return to functioning. Like all computing devices, BB suffers from memory leaks and others... with a hard reboot is the best remedy.

    You can uninstall the device itself... Options > Advanced Options > Applications > highlight the App BBAppWorld > BBKey > delete

    Then get the batt restart - again.

    Then try reinstalling the AppWorld.

    Best!

  • BlackBerry Smartphones Blackberry App World and the Application displays only not on my phone, then Device Application Management options

    I did a software upgrade a few days ago, then I did a restore, because I lost all my App I had downloaded. After I did the restore, I started to download every App, when I was told that I can go the Blackberry App world on my desktop and reinstall them faster then one by one. Before that I was downloading one by one.

    Now that I did, I can see the icons on my BB but when I go to my world App on my phone, some of the same application are evidence of uninstall, when I have them install. Please help solve this problem.

    My phone was working fine without problem until I did the update of the operating system software. I hope that we can have this correction at your earliest.

    Thank you

    Also on my Blackberry when I go to see the management of the applications on my phone is displayed, it's another question also.

    Help, please!

    Hang on... now I am confused. You have problems with the supplied AppWorld apps? Or applications that you have obtained from other sources? Or the default applications provided originally with the BB?

Maybe you are looking for