Crash of Smartphones BlackBerry Desktop 6 blackBerry loading Applications

I know I caused this problem, but it is still a problem. My BlackBerry Desktop Software crashses every time I click on Applications. I reads the applications in the device and then begins to load the available applications. This is when it crashes with the standard dialog Windows crash.

I develop some app for BlackBerry. A vendor sent me two ALX files: one with just the library (but compiled as a MIDlet) and one for their demo application. The ALX file with demo application includes the 'library' as a nested application. I added two ALX files in Desktop Manager. It is the root of this problem.

I think that if I can just clear the list of files that BlackBerry Desktop is trying to load, it will solve this problem. So I'm looking my hard drive to something useful (to try to avoid to reinstall BlackBerry Desktop). Here's the relevant section of my Desktop.log (I replaced the name of the application to demo with "VendorDemo" and the name of the library with "VendorLib" application to protect the innocent):

10:26:39.135|INFO |1|Rim.Desktop.AppManagement|0|Loading Applications - application name: VendorDemo. Selected: false
10:26:39.135|INFO |1|Rim.Desktop.AppManagement|0|Loading Applications - check application's children.
10:26:39.151|INFO |1|Rim.Desktop.AppManagement|0|Loading Applications - load application's children.
10:26:39.151|INFO |1|Rim.Desktop.AppManagement|0|Loading Applications - application name: VendorLib. Selected: false
10:26:39.151|INFO |1|Rim.Desktop.AppManagement|0|Loading Applications - load application's children.
10:26:39.151|INFO |1|Rim.Desktop.AppManagement|0|Loading Applications - application name: MobileChalkboardPlayer. Selected: true
10:26:39.151|INFO |1|Rim.Desktop.AppManagement|0|Loading Applications - application name: CMT app. Selected: false
10:26:39.151|INFO |1|Rim.Desktop.AppManagement|0|Loading Applications - application name: Google Maps. Selected: true
10:26:39.151|INFO |1|Rim.Desktop.AppManagement|0|Loading Applications - application name: Google Sync. Selected: true
10:26:39.151|INFO |1|Rim.Desktop.AppManagement|0|Loading Applications - application name: VendorLib. Selected: false
10:26:39.276|FATAL|1|Rim.Desktop.Shell|0|Fatal Application Error
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Rim.Desktop.AppManagement.ViewModel.AppManagementTreeListViewModel.<>c__DisplayClassd.b__c()
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Delegate.DynamicInvokeImpl(Object[] args)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.Run()
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at System.Windows.Application.Run()
   at Rim.Desktop.Shell.App.Main()
10:26:39.276|FATAL|1|Exception|0|Fatal Error
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Rim.Desktop.AppManagement.ViewModel.AppManagementTreeListViewModel.<>c__DisplayClassd.b__c()
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Delegate.DynamicInvokeImpl(Object[] args)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.Run()
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at System.Windows.Application.Run()
   at Rim.Desktop.Shell.App.Main()
10:26:39.276|FATAL|1|Rim.Desktop.Shell|0|Fatal Application Error - Inner Exception
System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Rim.Desktop.AppManagement.ViewModel.AppManagementTreeListViewModel.<>c__DisplayClassd.b__c()
10:26:39.276|FATAL|1|Exception|0|Fatal Error - Inner Exception
System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Rim.Desktop.AppManagement.ViewModel.AppManagementTreeListViewModel.<>c__DisplayClassd.b__c()

Anyone happen to know where the list of the application is stored, and I know I can change it manually?

And the RIM, no chance that you can include a fix for this in the next update? The application should gracefully handle a duplicate element and allow the user an option to fix.

Anne

Hi Devgirl...

This is a problem, we are working on... and hope to have some form of resolution in the next version.

for now, you should be able to remove the key "reg" to "HKEY_CURRENT_USER\Software\Research In Motion\Blackberry\Loader\Packages" to work around the problem.

M

Tags: BlackBerry Smartphones

Similar Questions

  • Smartphones blackBerry my applications folder disappeared.

    How can I get that back? Are my lost data (task list)?

    Hey bellevent,

    The steps described in the blog post to view hidden icons that I sent, you must also apply on your BlackBerry Curve 8530 Smartphone. Can you please check and verify if the icons are hidden?

    Thank you

  • BlackBerry Smartphones Blackberry maps application availability

    I am a new user of Blackberry and have interest in using the Maps app.  However when I go on my smartphone mobile.blackberry.com site can't get the download link for the application.

    Could someone guide me please instead of torrect?  Thank you.

    Read it on your PC and download instructions in the link

    http://NA.BlackBerry.com/eng/devices/features/blackberry_maps.jsp

  • BlackBerry Smartphones BlackBerry Travel application travel includes: how to separate them?

    I have a couple of travel separated coming at the same city. BlackBerry Travel groups them and views them as a journey (looooooooooooong), even if it is backwards and then return and new.

    Is it possible - once the trip was automatically added by BB trip - to separate different routes on separate trips?

    ALSO: If I need a hotel transport or ground, is there a way to get the BB trip stop to remember in the itinereary I need a hotel or ground transportation?

    Thank you very much!

    sbinla wrote:

    Thank you sdgardne! I had to separate travel on my PC browser before I asked the question and I do not see how to do it, but maybe I'll give it another shot now. Thanks again for the tip - I appreciate your help.

    HI again,

    Here are the steps:

    1. Open, on a PC/browser, BB travel (travel.blackberry.com)
    2. Login with the appropriate credentials
    3. Open the trip that contains the item you want to separate
    4. Select this option, in the menu "Actions" drop-down of the item you want to separate, "Move".
    5. In the pop-up window, select "Move to new journey"
    6. Fill in the details and save
    7. Now, back to the list of all travel, on the very long journey (which now, since you've done the above, one or more detail items less), click on that "Actions" drop-down and select 'change the trip '.
    8. Adjust the dates of the trip so that it is really long trip

    Good luck!

  • BlackBerry Smartphones Blackberry Protect application

    Hi, I have a BB 9300, I went to the world of the app and downloaded blackberry Protect which required then an e-mail and password. I put in the e-mail the required information and password and it says: invalid email or password. How can I reset my password?

    You can reset your password BlackBerry ID by going to: www.blackberry.com/blackberryid and following the guests.

    Once this is done, try logging in BlackBerry Protect.

    See you soon,.

  • Smartphones blackBerry calendar application?

    Hello

    quick question if I add another my 8320 email address does everything my calendar from the past entries are deleted or they do anyway? I just checked this morning, and all things in the past has been removed, is - this normal?

    Thank you


  • Smartphones blackBerry MemoPad application

    Please inform me on how to secure the access to this application using the key or password or permission, if ever I lose my phone

    As far as I know you can't simply secure the memo application. You can secure the entire system by means of a password.

    Look into the options of-> password

    Or it may be in

    Options of-> the Security Options on the older devices.

    R

  • Updated December 14, 2012 Smartphones blackBerry desktop software

    Just downloaded and installed the desktop software was last updated and now 'requests' listing does not show or list of the 9900's 'Core Applications' contained in my previous version of the Desktop software?

    I just finished a bad BBM 7 update, which addresses going back to BBM 6 and now this last gift from RIM has me scrambling to return to an earlier version of the Desktop software?

    What happens with RIM?

    Hello

    There are some possibilities... but why not try it to see if it clears things upwards:

    1) uninstall all the BB OS packages from your PC,

    (2) make sure you have the BB Desktop Software already installed

    (3) download and install on your computer, the BB OS package that is currently running on your BB:

    (4) If this OS package comes from one carrier other carrier for which your BB was built, then remove, on your PC, all copies of the SELLER. XML... There will be at least one and maybe 2, and they will be located in the same way or to (it changes based on your version of Windows) these files:

    • C:\Program Files (x 86) \Common Files\Research In Motion\AppLoader
    • C:\Users\(your Windows username) \AppData\Roaming\Research In Motion\BlackBerry\Loader XML

    (5) now run the Desktop software and connect your BB... the Basic apps should now be displayed.

    Note that you can also use this update of your BB to any specific OS package you want. When replace you in step 3 above, the BB OS package you want to install on your BB, then when you get to the end, the software should offer the operating system package you have installed on your PC. If, during the process, your BB votre BB a '507' error, simply unplug the power cord of the BB USB and reinsert it. do nothing else... This should allow the installation to continue.

    Good luck and let us know!

  • BlackBerry, loading screen smartphones...

    After I upgraded to 2 apps in my 9300 Curve, a black square with a blue circle and "Loading"... "appeared in the center of the screen. And the Blackberry App Advisor said: "java.lang.illegalArgumentException: no ':' in the URL no ':' in the URL. I can't replacing applications when I press the BlackBerry button, but this place remains in front of any other appscreen and does not allow me to tinker with anything on the mobile. Please help me.

    Sorry "fighting the English.

    Hello and welcome to the community!

    I recommend that you try to start safe mode:

    • KB17877 How to start a smartphone BlackBerry in Mode safe

    It will take several attempts to get the combination of keys ESC (press/release/hold) OK, so be patient. When properly in Safe Mode, see what happens.

    If the behavior continues, then well... think what happened just before this behavior started? A new application? An update? A theme? Something else? Think carefully that the slightest change can be causal... and try to undo all that was.

    But if the behavior continues mode without failure, you may need to consider more drastic measures - WIPE, OS Reload, BBSAK Wipe/Reload and the process of reloading OS 'skeleton '. To prepare, you should be sure that you have a full backup of your PC... Please see the Backup link in my sig auto on this post for instructions.

    Good luck and let us know!

  • Smartphones blackBerry desperately need help: Desktop Manager, Media Sync

    Hi guys,.

    I am desperate for help. I have read through the Help menu and was functional on all night without success.

    Last night I installed the Desktop Manager from the CD that came with my 8310 and I also downloaded and installed the Media Sync application on the Blackberry website. Subsequently, I decided to download OS 4.5 since my curve runs only 4.2.

    I connected my Blackberry via USB and noticed that as soon as I do this, I can click is no longer on the Desktop Manager. I looked in the Office Manager in my system tray and confirmed that it "was still working", as well as in my task manager which revealed that he was still in the market.

    Possibly by a moat, I managed to get the Application Manager to work and tried to install OS 4.5. I heard that it takes a while, so I left it all night with my computer expecting to come back in the morning. When I go back to him, it was still in the phase of 'back-up device', but no progress in the progress bar. Looking at my curve revealed my usual home screen. As my button cancel in the request was not clickable, I had to unplug and put an end to the program using the Task Manager.

    I restarted the computer and I tried to start the Desktop Manager and plug in the unit. The Director of office prompted me for my password, I entered, and he said that it was a link on the blackberry and the Desktop Manager. I tried to click on the different options (Application Manager, Media Manager, etc.) but found that they were not clickable. Nothing happens when I click on them. I tried to look at the connection in the Options, but found that I can't click on that.

    I decided to try the next Media Sync. I opened Media Sync and put my password. After that I put my password, it says that it cannot connect to the device, please try again. I click Retry, nothing.

    I will go back to the Desktop Manager, unplug the blackberry, click Application Manager (as it is the only way I can make it work) and plug the blackberry again after that the Application Manager has started to work. I try to start the installation of the OS 4.5.

    He starts it connects to device stage, then stops and says that he "cannot connect to the device. You will need to enter a password on the device. ». No password box appears, and the screen of my blackberry only said that it is connected to the computer.

    I've included some shots of what's going on.

    Media sync

    Application Manager

    Director of office

    BlackBerry

    Please note that the Blackberry is the display that it is connected to the computer, but the Desktop Manager now says it is not.

    Questions

    For the screencapture above, please note how the Desktop Manager now says that the device is connected, but the same result can be shown with the Media Sync.

    The problem is now resolved, but I do not know why.

    Two days ago, I installed and then decided to uninstall Facebook. I downloaded the latest version of the Desktop Manager, once again, and when I plugged in my phone, it worked. I have tried since then with the same results.

    I'm really happy about it! But I still don't know what happened, or if the installation of Facebook had nothing to do with it.

  • BlackBerry Smartphones BlackBerry Maps don't have LOAD not

    Help! my blackberry maps application does not load. It shows just a white background with a pointer in the middle. There is no showing roads. Help! Thank you

    the solution is to have BIS sorry guys

  • BlackBerry Smartphones BlackBerry Maps is loaded on the NEW Bold 9700, but there is no icon to start the application

    You just bought a new Bold 9700.  I ran all of possible update.  BlackBerry Maps IS loaded (v5.0.0).  The operating system is the most recent.  I see BlackBerry Maps in applications of the add-on, but there is no icon to start the application.  The seller is completely useless when it comes to helping solve the problem.  The GPS seems to work and provides the correct location data, but I can't find a way to start the BlackBerry Maps application.  What gives?

    GPS still works on the device, even without BlackBerry Maps.

    Try Google maps. Free.

  • BlackBerry smartphone how to load applications via Device Manager

    It seems to load any application in my device BB storm 2, you need an active internet connection on your device.

    I don't have easy internet browsing in my laptop.

    The plan that I am with my carrier allows you to chat and unlimited emails.

    Is there a way I could load apps via my PC into my camera.

    Most of the apps I've tried do not allow this, they need the app link to click on to the device rather than a PC?

    Any help / advice, please share.

    Thanks in advance.

    RSK

    Yes, you can load apps from the Desktop Manager > Application Loader.

    Download the files *.cod and *.alx applications on your PC.

    Open Desktop Manager > App Loader > Add > navigate to the *.alx request file and move forward.

    You can find many applications that allow the installation of PC mobihand.com

  • Smartphones blackBerry freeze / hang screen - Curve 8900

    Hi, I have a Curve 8900 which works fine since I bought it 3 years ago. Recently, the screeen began to crash and freeze and its driving me crazy! The usual routine to take out the battery when the unit is on solves the problem temporarily, but then after a short while the problem comes back... Please help... I have zero apps on the device. I have put some photos on the device recently but the memory card still shows 75% of free space! Thank you very much.

    The first thing I recommend is to check what I said in my first reply you above... Make sure you have a solid backup. Given what you describe, your situation may worsen, and data loss is without a doubt a high risk to you now.

    Assuming you're all good in this regard, then then I recommend a full WIPE on the device:

    • B14058 How to delete all data and applications in the smartphone BlackBerry using the security option wipe

    But before you do anything about restoring data or reinstallation of applications, make sure that the problem re-no appears not at 100%. If it is not the case, then you can restore/reinstall. But if so, then more drastic measures are needed, starting with a refill of BONE.

    At the top of each forum device, there should be some 'sticky' threads dealing with the level of the OS available for many models. If they understand your model, please use those as a reference as you go along. Otherwise, you will have to dig through the download portal official for packages of OS for your model:

    From a PC, you can install any compatible OS package (for example, for your BB model exact number) of a BB via this procedure:

    Note Although written to "recharge" and the storm, it can be used to upgrade, downgrade or recharge any BB device model - depends on the operating system package you download and install on your PC. If this OS package comes from one carrier other carrier for which your BB was built, then remove, on your PC, all copies of the SELLER. XML... There will be at least one and maybe 2, and they will be located in the same way or to (it changes based on your version of Windows) these files:

    • C:\Program Files (x 86) \Common Files\Research In Motion\AppLoader
    • C:\Users\(your Windows username) \AppData\Roaming\Research In Motion\BlackBerry\Loader XML

    Don't forget that you remove, since your PC, any other BB OS devices as packages with more than one installed on the PC can cause conflicts with this procedure.

    You can also study the use of BBSAK (bbsak.org) to perform the wipe what he is capable.

    You can also try this procedure might limit the specific causal element:

    1. Load your OS "bare bones"... If everything is optional, do not install it.
    2. If the behavior is immediately, then try another OS with step 1
    3. If the behavior does not immediately, then run for as long as necessary to make you to be sure that the behavior will not occur.
    4. Add one more thing - no matter how tempting, one.
    5. If the behavior does not immediately present, and then runs for long enough to be sure he won't have the same problem
    6. Repeat steps 4 and 5 until all things are responsible or the behavior presents

    When the behavior shows up, you know the culprit... the last thing you have loaded.

    If the behavior doesn't re-present, then you know that step 1 or 2 cured it.

    If the behavior has anything, then you have probably a problem of material level for which no amount of OS or software can heal.

    If you are on a MAC, you are limited to only your sanctioned carriers OS packages... but can still use any level they currently have to sanction. See this procedure:

    • KB19915 How to perform a clean reload of the smartphone BlackBerry using BlackBerry Desktop Software application software

    Good luck and let us know!

  • OS from Smartphones blackBerry falls down during a restart. How to recover the operating system?

    My aircraft crashed due to loading applications third 3rrd. I get a message on the screen "Reload Software: 552' when I turn on the camera." The handset can be recognized by the Desktop Manager when it is plugged. The handset keeps all its functions until the OS is restored or recovered. One option is to go to authorized service center. But it is hundreds of miles away to go to sleep. Is there another way I can work personally to get it back. Anyone to help?

    Hi and welcome to the Forums!

    Here's a knockout who deals with this error:

    • KB18751 Error "Reload Software: 552" appears on the BlackBerry smartphone

    I hope that it contains something useful!

    Good luck and let us know!

Maybe you are looking for