Synchroniz​ing 8830 using previously installed Desktop Software

I have 8830 and a Curve.  I have installed the Desktop Software that came with the Curve.  When I tried to install the software that came with 8830, I received an error message and I can't install it.  Neither am I able to sync 8830 with the current Desktop Software. 
Since I need to use both the Curve and 8830, how do I go about synchronizing both devices using the same Desktop Software?
Thank you

The error message is "no applications configured for synchronization". 

Similar Messages

  • Cannot install Desktop Software

    Hello,
    I just bought a blackberry 9700. I cannot install desktop software on my computer!!!
    I receive a “DEP – (Data Execution Prevention) error.” And then, automatically close.
    I use Windows Xp.
    Anyone can help me??
    Thanks

    Hi,
        Try running the software CD first then take the CD out and reboot your computer
    after reinsert the CD and restart installing again
    It should work then.....

  • Installing desktop software fails

    When installing desktop software version 4.7 from disc or net, the install starts - asks you which language you would like, the comes up with the wizard was interrupted before software could be installed.....
    have tried various versions same result...
    can someone please help as i need to remove ticketmaster app which only works in america... not much good in uk
    Cheers

    I'm having the exact same problem going from treo 600 verizon to centro att and windows vista. the first install failed just like the above user, redid it and received no option to import data. Tried the suggested reinstall from the downloaded version and got the import option this time, but nothing shows up on the desktop, no old data, nothing.
    I notice in the data folders on my computer that the old file type are there, as well as the new types, with considerably smaller sizes, no doubt because there's no data in them. Looks like the new desktop is simply saving the old files, but did not actually convert them.
    I can't believe more people don't have this problem. I found one other similar post from a 650 user. someone suggested synching the old treo with the new desktop. i tried that too, but still no data appears (no error message either).
     Any help would be appreciated.
    Post relates to: Centro (AT&T)

  • How to Install Desktop Software 6 Silently

    In previous versions of Blackberry Desktop Manger, there was a file in the installation directory called 'install.txt.'  In this file were parameters for the [INSTALL_OPTIONS] tag, which you could copy/paste into the setup.ini file in the install directory to customize your installation.
    Desktop Software 6 does not have the 'install.ext' file, but it does have the setup.ini file.  I tried adding my old [INSTALL_OPTIONS] tags to the new setup.ini file but they don't work.  I ran the setup.exe file with the /? tag to see if I could get any insight on how to install silently.  All this gives me is the following:
    Command line parameters:
    /L language ID
    /S Hide initialization dialog.  For silent mode use: /S /v /qn.
    /V parameters to MsiExec.exe
    /UA<url to InstMsiA.exe>
    /UW<url to InstMsiW.exe>
    /UM<url to msi package>
    /US<url to lsScript.msi>
    Do any of these command line parameters actually work?  Nope.
    I am trying to perform silent installations of Desktop Manager, which is something I had no problem doing with previous versions, but now I can no longer perform silent installations.  Any help would be much appreciated.  Thank you.

    Ended up solving my own problem.  
    For those of you that want a completely silent unattended installation of desktop manager, just run the Blackberry Desktop Software.msi file with a /qn tag.  Simple enough.

  • Can't install Desktop Software properly with out Error 1406

    Hello All,
    I am running Win 7. Just can't seem to get the desktop software installed witout the Error 1406 coming up. I have tried doing a clean uninstall a few times but still can't get done.
    I have no trouble with getting it done in XP on my other compters!
    Here's the full Error messege;
    Could not write value discription to key \Software\MozillaPlugins\@Rim.com/webSLLauncher,
     version =1.0. Verify that you have sufficient access to that key or contact your support personnel.
    Solved!
    Go to Solution.

    Hi there!
    I agree...a full start over is in order. And, for your easier reference, here is the procedure that I give out.
    I suggest the following steps (insert plenty of reboots of your PC...not just restarts, but full power down reboots). Also, it is advised that you be logged into the PC on an account with full admin rights. Further, under Vista/Win7, use the "Run As Administrator" option for everything.
    1) Remove your device OS update package from your PC (add/remove programs)
    2) Cleanly uninstall the RIM DTM software:
    KB02206 How to perform a clean uninstall of BlackBerry Desktop Software
    Some have reported that there are more registry keys to remove than are discussed in that KB
    Others have reported the use of a registry cleansing tool to also be helpful
    3) Get a fresh download of the RIM DTM software:
    https://www.blackberry.com/Downloads/entry.do?code​=A8BAA56554F96369AB93E4F3BB068C22
    Choose the version that is newest and (if applicable) compatible with your PIM (if you are synchronizing via USB):
    KB12268 Applications supported by BlackBerry Desktop Manager for synchronization
    4) Download (to your PC) a fresh copy of your device OS package from your carrier:
    http://na.blackberry.com/eng/support/downloads/dow​nload_sites.jsp
    5) Install DTM to your PC
    6) Install (also to your PC), the device OS package
    Hopefully that will get things going again.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Why -jar option used to install a software which is in executable jar file?

    Hi all,
    i have a query, i have a generic installer which is used to install the oracle weblogic 10.3 software in unix platform(i.e., which is in .jar extension) which is executable jar file.
    To install this software which have to use -jar option to install
    java -jar net_server<version>_generic.jar
    my question that why we use -jar option to install or to extract the software
    can any one clarify my doubt...
    thanks in advance
    abhi
    Edited by: sumanth_abhi on Jan 27, 2009 11:50 PM

    According to the Jar Guide (http://java.sun.com/j2se/1.4.2/docs/guide/jar/jarGuide.html)
    Executable Jar Files
    On Microsoft Windows systems, the Java 2 Runtime Environment's installation program will register a default association for Jar files so that double-clicking a Jar file on the desktop will automatically run it with javaw -jar. Dependent extensions bundled with the application will also be loaded automatically. This feature makes the end-user runtime environment easier to use on Microsoft Windows systems.
    The Solaris 2.6 kernel has already been extended to recognize the special "magic" number that identifies a Jar file, and to invoke java -jar on such a Jar file as if it were a native Solaris executable. A application packaged in a Jar file can thus be executed directly from the command line or by clicking an icon on the CDE desktop.
    Despite that every JAR file can be executed as a program if and only if the META-INF/Manifest.mf contains the Main-Class tag. This done through java -jar jarfile.jar
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Trouble Installing Desktop Software

    When I run the installation software I get a Windows Installer Window with just an OK button.  The content of the window is below.  When I hit the OK Button, the installation stops and exits.  Any help will be greatly appreciated.
    Thanks!
    Window content:
    Windows ® Installer. V 3.01.4000.1823
    msiexec /Option <Required Parameter> [Optional Parameter]
    Install Options
    </package | /i> <Product.msi>
    Installs or configures a product
    /a <Product.msi>
    Administrative install - Installs a product on the network
    /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
    Advertises a product - m to all users, u to current user
    </uninstall | /x> <Product.msi | ProductCode>
    Uninstalls the product
    Display Options
    /quiet
    Quiet mode, no user interaction
    /passive
    Unattended mode - progress bar only
    /q[n|b|r|f]
    Sets user interface level
    n - No UI
    b - Basic UI
    r - Reduced UI
    f - Full UI (default)
    /help
    Help information
    Restart Options
    /norestart
    Do not restart after the installation is complete
    /promptrestart
    Prompts the user for restart if necessary
    /forcerestart
    Always restart the computer after installation
    Logging Options
    /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
    i - Status messages
    w - Nonfatal warnings
    e - All error messages
    a - Start up of actions
    r - Action-specific records
    u - User requests
    c - Initial UI parameters
    m - Out-of-memory or fatal exit information
    o - Out-of-disk-space messages
    p - Terminal properties
    v - Verbose output
    x - Extra debugging information
    + - Append to existing log file
    ! - Flush each line to the log
    * - Log all information, except for v and x options
    /log <LogFile>
    Equivalent of /l* <LogFile>
    Update Options
    /update <Update1.msp>[;Update2.msp]
    Applies update(s)
    /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
    Remove update(s) for a product
    Repair Options
    /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
    Repairs a product
    p - only if file is missing
    o - if file is missing or an older version is installed (default)
    e - if file is missing or an equal or older version is installed
    d - if file is missing or a different version is installed
    c - if file is missing or checksum does not match the calculated value
    a - forces all files to be reinstalled
    u - all required user-specific registry entries (default)
    m - all required computer-specific registry entries (default)
    s - all existing shortcuts (default)
    v - runs from source and recaches local package
    Setting Public Properties
    [PROPERTY=PropertyValue]
    Consult the Windows ® Installer SDK for additional documentation on the
    command line syntax.
    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Independent JPEG Group.
    Solved!
    Go to Solution.

    Windows ® Installer. V 5.0.7601.17514
    msiexec /Option <Required Parameter> [Optional Parameter]
    Install Options
    </package | /i> <Product.msi>
    Installs or configures a product
    /a <Product.msi>
    Administrative install - Installs a product on the network
    /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
    Advertises a product - m to all users, u to current user
    </uninstall | /x> <Product.msi | ProductCode>
    Uninstalls the product
    Display Options
    /quiet
    Quiet mode, no user interaction
    /passive
    Unattended mode - progress bar only
    /q[n|b|r|f]
    Sets user interface level
    n - No UI
    b - Basic UI
    r - Reduced UI
    f - Full UI (default)
    /help
    Help information
    Restart Options
    /norestart
    Do not restart after the installation is complete
    /promptrestart
    Prompts the user for restart if necessary
    /forcerestart
    Always restart the computer after installation
    Logging Options
    /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
    i - Status messages
    w - Nonfatal warnings
    e - All error messages
    a - Start up of actions
    r - Action-specific records
    u - User requests
    c - Initial UI parameters
    m - Out-of-memory or fatal exit information
    o - Out-of-disk-space messages
    p - Terminal properties
    v - Verbose output
    x - Extra debugging information
    + - Append to existing log file
    ! - Flush each line to the log
    * - Log all information, except for v and x options
    /log <LogFile>
    Equivalent of /l* <LogFile>
    Update Options
    /update <Update1.msp>[;Update2.msp]
    Applies update(s)
    /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
    Remove update(s) for a product
    Repair Options
    /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
    Repairs a product
    p - only if file is missing
    o - if file is missing or an older version is installed (default)
    e - if file is missing or an equal or older version is installed
    d - if file is missing or a different version is installed
    c - if file is missing or checksum does not match the calculated value
    a - forces all files to be reinstalled
    u - all required user-specific registry entries (default)
    m - all required computer-specific registry entries (default)
    s - all existing shortcuts (default)
    v - runs from source and recaches local package
    Setting Public Properties
    [PROPERTY=PropertyValue]
    Consult the Windows ® Installer SDK for additional documentation on the
    command line syntax.
    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Independent JPEG Group.
    I cant install the BlackBerry Desktop Software.
    This error come out. 
    I've rename it to .zip and use BlackBerrry  Desktop Software.msi
    But still failed. Please help meeeee 

  • Installing desktop software for tour 9630

    Hello everybody.I am a new BB client.I got the Tour yesterday and while trying to install the software to my computer the proccess stoped quickly after starting displaying "unale to download microsoft NET framework 2.0 SP 1-the .exe file".The other file needed to download, MSXML 6,0,was downloaded successfully.Any ideas?I appreciate it.

    Hi and Welcome to the Community!
    From what you describe, your internet connection is the culprit. Until the download completes (all parts, not just some of the parts as you have now), you cannot run the exe file and install the software. I find it a little odd that the CD forces a download, but the carriers actually are responsible for that distribution when they sell to their end users. In any event, internet connectivity is important so that updates and such can be accomplished as they are released.
    Just to be sure, are you downloading from here?
    http://us.blackberry.com/apps-software/desktop/?lid=us:bboftwareesktopSoftware&lpos=us:bboftware
    From there, you can get either the PC or MAC version of the Desktop Software.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Can't install desktop software

    Hi
    I have the Palm IIIc and am trying to install the contents of the CD (desktop software) that came with my orginizer unfortunately there seems to be two problems when I start installing the contents of the CD:
    1: It says in a dialog box(titleetup:Macro installation error)
    "An error occured while installing one or more of the macros used by the Palm Desktop software.
    Microsoft Word macro error.
    Unable to write to directory; application my be running. Macro will be to the Palm Desktop directory.
    Microsoft Excel macro error.
    Unable to write to directory; application my be running. Macro will be to the Palm Desktop directory.
    Press next to continue with installation. Or press cancel to exit Setup; then close Microsoft Word and Excel and run setup again.
    Refer to readme.txt for more information."
    Well, the thing is that i am positve that i am not running any of those programs.
    2: When I click next after the first problem appears another dialog box(title:Component Transfer error) appears and says:
    "Component: Disk<1>
    File group: < Disk1>Disk1 files(1)
    File: C:\Program Files\InstallSheild Installation Information\{BA0F-44C2-A883-11D1-AD0A-006097D15E2C}\
    Error: Acess is denied
    So what i would like to know is what to do in this situation to complete the installation.
    Post relates to: Palm IIIc
    Message Edited by alite on 07-15-2008 06:49 PM

    What operating system are you using on your computer?  Is it even a Windows machine??
    WyreNut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Installing desktop software

    i have a problem on windows XP when trying to install the desktop software from this website:
    https://swdownloads.blackberry.com/Downloads/contactFormPreload.do?code=A8BAA56554F96369AB93E4F3BB06...
    i get error message after it unzips and windows installshield wizard starts.
    it says "Installation Files cannot be validated. Please verify the installer package and try again."
    I've tried a few times.
    please help.
    Solved!
    Go to Solution.

    Given that is the only authoritative KB I could find (you, of course, should search the Public KBs to see if your results may be better than mine), we now guess...
    You say you are running on XP...what Service Pack please? The Desktop Software requires XP SP3 as a minimum...
    You also may find some luck with this thread:
    http://supportforums.blackberry.com/t5/Desktop-Software-for-PC/Cleanly-quot-Starting-Over-quot-with-...
    It starts with a process for cleanly starting over, and there is some discussion, and there is also a post (15) with links to older Desktop Software versions, if those are needed. Note that this is not, by any means, guaranteed to work...but it has worked for many to resolve issues they are having.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Best Order To Install Desktop Software V4.7 With Roxio Media Creator 10

    Hi,
    What is the best order in which to install the Desktop software V4.7,  I already have Roxio Media Creator 10 on my desktop so am unsure if its okay to install the Desktop software now or remove Media Creator 10 then install the desktop software and finally reinstall the Media Creator 10 software.
    I know that the Desktop Software does contain components of version 9 so I dont want to install it over 10 if this will cause an issue.
    Any ideas ?
    Thanks

    Hi!
    There are several versions of the DTM software, including versions that leave out Media Manager and Roxio. You can obtain the version of your choice here:
    https://www.blackberry.com/Downloads/entry.do?code=A8BAA56554F96369AB93E4F3BB068C22
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Cannot restart iMac after installing desktop software

    Hello.
    I installed Mac Desktop software into my iMac (intel), and restarted it.
    As you know, you see gray Apple logo with white background, however, the usual desktop never comes up.
    How should I do?
    If someone has any solution, please let me know!!
    Thank you in advance.

    Hello cmaisano,
    Welcome to the BlackBerry Support Community Forums.
    It sounds like the BlackBerry Desktop Manager updated the software on the BlackBerry smartphone.
    Thank you
    -DrP
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Error installing Desktop software on Windows XP Profesional

    Hi,
    I got an error when trying to install Blackberry Desktop Software 6.0 on my Laptop. The message said that the application was not a valid Win32 application.
    Is there any solution to the problem?
    Please help.
    Regards
    Sarel

    Hi and welcome to the forums!
    Without knowing the following information It is impossible to give you any meaningful advice.
    We need:
     1) What model PC and what OS (specify 32 or 64 bit and service pack rev. )
     2) What version of Blackberry desktop manager is installed.
     I have attached some links to help you find and provide this information.
     Let us know how it goes!
     Thanks,
    Bifocals
      How to perform a clean uninstall of the BlackBerry Desktop Software
    Downloading the most recent versions of BlackBerry Device Software and BlackBerry Desktop Manager
    How to install desktop manager 6.0 (video attached)   
    How to find the installation log files for BlackBerry Desktop Software
    How to troubleshoot problems that may occur when you install, uninstall, or upgrade a program on a W...
    How to turn on BlackBerry Desktop Manager connection logging
    User Guide - BlackBerry Desktop Software
    6.0.0
    HTML PDF
    Release Notes - BlackBerry Desktop Software
    6.0.0
    PDF
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Unable to install Desktop Software for Windows 7 64bit

    Hi 
    I just change my OS to a Windows 7 64bit, and unable to locate the installer for BB Desktop Software for my BOLD9700
    where can i download it? is it compatible? blur...

    Hi and Welcome to the Forums!
    It is compatible. You can research further as well as download it via this portal:
    http://us.blackberry.com/apps-software/desktop/desktop_pc.jsp
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Can't install desktop software--​error message

    When I first tried to install the desktop software from the disk that came with my phone, something went wrong and the installation was incomplete.  I am unable to uninstall and start over, however, because when I open the Add or Remove Programs feature in the control panel, no blackberry software comes up as an option to remove.
    When I try to initiate the intallation process again (whether by disk or by download), I get the following error message in a box that says "InstallShield" at the upper left:
    An error occurred while downloading the file http://saturn.installshield.com/is/prerequisites/m​icrosoft.net framework 2.0 sp1.prq.  What would you like to do?
    I then have the option to retry or cancel.  If I hit retry, I get the same message.  If I hit cancel, I get the message:
    An error occurred while downloading the file http://download.microsoft.com/download/0/8/c/08c19​fa4-4c4f4ffb-9d6c-150906578c9e/NetFx20SP1_x86.exe.  What would you like to do?
    Again, I have to option to retry or cancel.  If I hit cancel, I get the message:
    The files for installation requirement Nicrosoft .NET Framework 2.0 SP1 could not be found.  The installation will now stop.  This is probably due to a failed, or canceled download.
    This time, I can click Yes or No.
    Any suggestions how I can get the desktop software installed onto my computer?
    Thanks!
    Annie

    Yes Microsoft removed it from their site, that's why I linked to the other site where you can download it from. 
    In the past if the clean uninstall steps for the Desktop Manager didn't work, than the windows utility always did the trick
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

Maybe you are looking for