Delete the database during uninstall of the application

Hello everyone, my requirement is to delte the database when we uninstall the application, I did a quick search in the forum, did not meet any results, hope that someone would be comup with an answer to my question.

Help of any kind is welcome!

A Y

Hi avi_yach,

The files are not deleted on uninstall.

You can try and set up a CodeModuleListener or add an application which will remove your files once your original application has been uninstall.

E.

Tags: BlackBerry Developers

Similar Questions

  • I deleted the application of Apple Watch of my phone. How to redownload it?

    I deleted the app Apple Watch from my. I recently bough a Apple Watch and I can't find a way to the application on my phone.

    Hello

    It is not currently possible to delete the watch app, which is an integral part of the iOS.

    • When you look for the icon manually, remember that you may be moved to a folder or to a different home screen:

    • To find the application, displaying the homescreen on your iPhone:
      • Sliding down on the center of the screen > in the search at the top of the screen box, type 'Watch' > when the watch icon is displayed, tap to open the application:

  • How can I remove ringtones after I deleted the application?

    Hello everyone, I have an iPhone more 16 GB, iOS 9.1 6s.

    I learned how to make ringtones from using the Garageband application and so I did. It has worked flawlessly and I learned to remove them. From the share button tap your ringtones and drag to the left or press on change.

    However, my problem is the fact that I deleted the app and that he had not realized that I forgot to remove the ringtones I made within the app (only 2). So, I reinstalled the app and now I see that he only has not saved my latest ringtones so now when I go to the iPhone settings then sound, two ringtones would still be there, but the app shows that he has no songs do or songs that were exported or to make ringtones.

    So is what I need help to remove the two latest ringtones. If this forces me to reset my iPhone then I would rather just live with it. If this isn't the case, please tell me how. Thank you.

    Synchronize you iTunes ringtones?

    Then you will need to sync the iPhone with your Mac to delete ring tones, because they will have been synchronized from the iTunes Library on your Mac.

    http://help.Apple.com/GarageBand/iPhone/2.0/index.html#chs39284d66

  • Cannot delete the application role - error OBIEE main

    I tried to fix my personal account of OBIEE today and tried to remove me an applicaation role in enterprise manager and received the following error

    Cannot delete the main application role; main < user name > is not a member of the application role < role >

    Has anyone seen this error?

    My user id also seems to be capitalized - ex userid: Userid rather than what I expect it to be in all the tiny userid

    Hi Christian

    You are right that I am on 11.1.1.7.140225

    I was able to fix this very weird error in fact goes here/home/itadm/u01/obiee/user_projects/domains/bifoundation_domain/config/fmwconfig

    Open the file system-jazn - data .xml

    And by removing the additional entry manually

    So I deleted the following

    weblogic.security.principal.WLSUserImpl rodneyc

    Then when I went back to EM the user had gone as planned. I'm guessing that something screwed up in this file, but all right

    Thank you for the help

  • I deleted the applications, but they always appear as installed.

    I have demolished indesign and AfterEffects, always Download Manager shows them as installed. I would like to reinstall them using a new project, but cannot. I recently renewed my subscription of cloud to adobe, but I am under the same user account.

    Yep, that's a good suggestion. Thanks Ken and Matt. Just got the phone with Manish is off, he called minutes after I asked this question. They also reported the Adobe Creative Suite cleanup tool to remove any left over folderse and the files: http://www.adobe.com/support/contact/cscleanertool.html

  • Uninstall the Application - options to uninstall

    I have a few instances of app backup, I would delete / uninstall but like details on uninstall options:

    -Delete the Application definition

    -Uninstall supporting objects

    If you select Delete Application definition doesn't that remove also all the objects of his support?  If you select uninstall support objects that would affect only the objects of support for the application that you chose and do not delete the application?

    Thank you

    Steve

    P.S. I work with APEX 5.0

    Steve. 1234555 - Oracle wrote:

    I have a few instances of an app backup I would delete / uninstall but would like clarification on uninstall options:

    -Delete the Application definition

    -Uninstall supporting objects

    If you select Delete Application definition doesn't that remove also all the objects of his support?

    No, it removes only the APEX of the selected application application definition. One database is not affected.

    If you select uninstall support objects that would affect only the objects of support for the application that you chose and do not delete the application?

    Selection of objects to support uninstall running the uninstall script defined in the attributes of objects the application support. This may result in the deletion of objects that are used by other applications, making them unusable and consisting of a loss of data.

    In the case of delete backups or older versions of applications, the option Remove Application definition needs to be checked, and Uninstall objects supporting disabled as objects involved are still necessary in the current version of the application.

  • 500 unexpected substitute error when changing the id of the application in - app. XML

    Hi, I'm debugging my app on the real PlayBook,

    I decided to change the application in the - app.xml id, since then, I get an error "500 unexpected substitute" when you try to run the FB4.5 application.

    This threa500 unexpected substitute at the launch of app browsing I understood the problem came from the ID of the application being changed, but not the inner packaging ID used to reference the app in the PlayBook.

    This is verified by looking inside the bar file for application id generated old and new application id, package id remains unchanged. (I think it's actually a bug in the SDK, I'd love to have confirmation of this from someone competent)

    so I thought OK, I'll just delete the app from the PlayBook to clear the former association IDPack applicationid and reinstall...

    but still no hope.

    Here is a detailed description

    old id of the application has been myOldAppID

    new application id is myNewAppID

    generated from the package id: myPackID (even for the two application ID)

    It seems that the PlayBook maintains a list of applications that have already been installed on it: I tried to delete the application from the command line using blackberry - deploy and the package id (obtained from the .bar):

    blackberry-deploy -uninstallApp -device 169.254.0.1 -password *** -package-id myPackID
    

    The app is removed as planned, it is deleted from the PlayBook, the command displays the result menu

    Info: Sending request: Uninstall
    Info: Action: Uninstall
    Info: Uninstalling myPackID...
    Info: Processing 0 bytes
    actual_dname::myOldAppID.debug.myPackID
    actual_id::myPackID
    actual_version::
    result::success
    

    The result, we see that the PlayBook concludes the old reference to my application and displays the ID of the application on line actual_dname

    now, if I run the same command, but with an obviously wrong package ID:

    blackberry-deploy -uninstallApp -device 169.254.0.1 -password *** -package-id someWrongID
    

    I get the result

    Info: Sending request: Uninstall
    Info: Action: Uninstall
    Info: Uninstalling someWrongID...
    Info: Processing 0 bytes
    actual_dname::
    actual_id::someWrongID
    actual_version::
    result::success
    

    Note the line actual_dname is empty, there is no reference for the application with package ID someWrongID

    Here, I'd rather see an output like "application not found for package id someWrongID" but anyway...

    So if I run the same command again, with my application package ID, I expect the line actual_dname will be empty, because the application has already been deleted, but the result is always:

    Info: Sending request: Uninstall
    Info: Action: Uninstall
    Info: Uninstalling myPackID...
    Info: Processing 0 bytes
    actual_dname::myOldAppID.debug.myPackID
    actual_id::myPackID
    actual_version::
    result::success
    

    Here, I see that the PlayBook still holds the former association of myOldAppID with myPackID, even if the application has been removed...

    I tried to restart the PlayBook, cleaning and reconstruction project, all without result... the reference remains in the PlayBook, and myPackID remains unchanged.

    NoI am blocked, if I want my app to debug, it seems that I must leave application ID with the old value...

    I would like to know, is it possible to remove completely an application and all of its references, of the PlayBook?

    And there at - there someone who can explain how the Package Id is generated, and if it's a bug or a feature?

    Thank you!

    Hi Julien,

    This problem is supposed to be fixed on the latest SDK version: 1.1.1. Could you please confirm what command line tools do you use?

    blackberry-airpackager -version
    

    will show you its own version.

    See you soon!

  • I've removed the Application Store in my area by mistake, how do I reinstall it?

    By mistake I deleted the Application Store in my area and impossible to reinstall, how do I do this?

    Have you unpin it or uninstall it?

  • What happens if I delete the folder C:\Windows\SoftwareDistribution?

    Hey if long story short, I wanted to switch to the window 10 but now I don't have and I get this widow to come it's almost time for my upgrade, even if I deleted the application of windows 10 get and all the installation of my computer files. If I open windows update he says also your upgrade is ready and the point is that I can not new updates for my computer because of her wanting my upgrade. So, I was told I should try deleting the folder C:\Windows\SoftwareDistribution and that should fix the problem but I don't know what all will happen if I do. Delete the folder C:\Windows\SoftwareDistribution resolve my problem and allows me to install some other updates? What happens with my current update settings and other things? Something will happen to the updates already on my computer?

    If you want to disable the upgrade of Windows 10-

    http://blog.ultimateoutsider.com/2015/08/using-GWX-stopper-to-permanently-remove.html

    This has been used by me on 4 computers that were not ready to upgrade to Windows 10 at this stage.

  • Password to remove the application.

    Hi all

    is it possible to ask for password before you delete the application?

    -Shekhar.

    Check this thread.

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&message.ID=30501&query.ID=55...

  • Deleted the software from 'Documents To Go' blackBerry smartphones

    Help! I deleted the applications 'Documents To Go' on my Blackberry 9000, because I wanted to buy the Premium edition, but found that to purchase the Premium edition, I had to enter the registration number of my previous version, I have more. Is there anyway I can get the software 'Documents To Go' back?

    Thank you!

    You can download the OS from the link below. Install it on your PC and start the add/remove applications.

    https://www.BlackBerry.com/downloads/entry.do?code=2AC2406E835BD49C70469ACAE337D292

  • Dreamweaver CS6 unable to launch the Application Manager because of a removed when Creative Cloud membership was cancelled, so cannot launch CS6. Application Manager new download I tried but he wants me to re-register. Maybe I need to old mana application

    I have a Dreamweaver CS6 which was installed stand-alone version on my Mac (OS 10.10.1) for a couple of years now and has worked well. Last year, I joined the creative cloud and got a single subscription to Dreamweaver CC. A week hardly, after 1 year, I cancelled the subscription. I wanted to go back to my old Dreamweaver CS6, but when I launched DW CS6 it grew up the account manager and he wanted me to activate my subscription again. So, through a long process to Adobe customer service, I deleted the application manager. But when I went to the DW CS6 launch, he said that the account manager was missing and impossible to verify the serial number. Then I reinstalled the new account manager to have the same problem occur.  I need to reinstall an OLDER version of the account manager so that it does not have to register again for the subscription of the CC? Is it still possible? Bottom line: how to launch my old DW CS6 stand-alone version without running account manager problems?

    Thank you!

    Run the cleaning CC/CS tool to wipe all traces of your system CS6.

    The Adobe Creative Cloud Cleaner tool allows to solve installation problems

    Perform a new installation of 12.0 CS6.

    Nancy O.

  • Several shortcuts to the Applications folder

    Facts:

    -J' had originally installed Windows XP in bootcamp

    -J' imported in VMWare Fusion and deleted the partition boot camp

    Problem:

    -As of late, I'll have several shortcuts for an application in the Package of merger of VMWare (see image)

    -J' even had microsoft Word opens as "Microsoft Word - Windows XP 4.  I don't have a VM installed and a copy of Microsoft Word.

    Question:

    Is having multiple instances of an icon agreement?  Is there a way to reset the icons in the folder applications/package?

    Thank you

    Steve

    That's what I would do to try to solve this problem...

    1 stop, suspend, the goal of the Virtual Machine.

    2. uncheck the 'Allow your Mac to open applications in the virtual machine' box sub-applications shared on the sheet of sharing in the settings for the target of the Virtual Machine and then close merger.

    3. now delete the application folder that is in the package of the target Virtual Machine, and then empty the trash.  Note that it is safe to delete the applications folder and support within the whole of the VM of the target, as it will be recreated automatically once the shared Applications settings are set on "allow your Mac to open applications in the machine virtual '.

    4. start the merger and then check the box "Allow your Mac to open applications in the virtual machine", and then start the Virtual Machine to target.

  • During startup, I get an error message that the registry database cannot find a file and modify registry to delete the reference to the file in the registry. How can I do this?

    Original title: Registery Error Message

    During startup, I get an error message that the registry database cannot find a file and modify registry to delete the reference to the file in the registry.  How can I do this?

    Hello

    • What were the changes made before the problem occurred?

    I recommend you perform the clean boot.
     
    Configuration of your system in a clean boot state helps determine if third-party applications or startup items are causing the problem. If so, you need to maybe contact the manufacturer of the program for updates or uninstall and reinstall the program.
     
    See the following article in the Microsoft KB for more information on how to solve a problem by performing a clean boot in Windows Vista or Windows 7:
     
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135 
     
    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

  • Delete PersistentObject of the store when the application is uninstalled

    Hello

    I expect that on request, uninstall the PersistentObjects used by the application would be removed, but this does not happen.

    How can I achieve it

    Thanks yo

    If you create a custom class that is persistable your persistent data will be deleted when the application is uninstalled.  If you use a class set of BlackBerry APIs, such as String and store in the persistent store, it is not deleted when the application is uninstalled.  This is explained here:

    Manage the data recorded during the withdrawal of an application

    http://supportforums.BlackBerry.com/T5/testing-and-deployment/handle-stored-data-when-removing-an-AP...

Maybe you are looking for