BB protect: Error starting net_rim_bb_dryad_gui:Class 'net.rim.device.api.iui.theme.Themes$Writer' not found

Hello there.
I am using a blackberry curve 8520. It came with version 4 of the OS. I upgradede it yesterday, 15 feb to version 5. After the upgrade so far I am experiencing 2 technical problems.
 1 is with the blackberry protect app. which when I launch give me this error message: BB protect: Error starting net_rim_bb_dryad_gui:Class 'net.rim.device.api.iui.theme.Themes$Writer' not found with an OK button. 
2. When I enter the blackberry app world it give me the following message: A BlackBerry Idenity update is neeeded. Would you like to install it now ? yes/no. The problem here is, it never installs, tried it the whole day yesterday as I am still trying it now. I have rebooted the device, removed battery and sim several times. Still. This is what it give me instead. Blackberry idenity installation failed. Please try again later. (80003).
Sorry if I am askign basic questions but I am not a techy person at all. Thanks in advance, 

Hi and welcome to the forums!
We need to fix your issues in reverse order.
The Blackberry Protect program requires a valid Blackberry ID to operate.
(To use BlackBerry Protect you must have the following items:
• BlackBerry® ID account
• Data plan from your wireless service provider)
I suggest we use KB29613 to fix the Blackberry Identity problem.
Once your Blackberry ID is established you can access Blackberry App World
and download the latest version of Blackberry Protect.
Let us know how it goes!
Thanks,
Bifocals
KB29613 The error "BlackBerry Identity installation failed. Please try again later. (80003)" is displayed within BlackBerry App World
User Guide - BlackBerry Protect
Security Note - BlackBerry Protect
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.

Similar Messages

  • 8520 curve rror: Sqlite Error (schema update): net.rim.device.api.database.DatabaseException: SELECT name FROM sqlite_master WHERE type = 'index' AND name = 'chat_history_jid_index': disk I / O error (10).

    Dear team support,
    I have a problem with my WhatsApp Messenger.
    my whatsapp wont save message history. couse error.
    Error: Sqlite Error (schema update):
    net.rim.device.api.database.DatabaseException: SELECT name FROM sqlite_master WHERE type = 'index' AND name = 'chat_history_jid_index': disk I / O error (10).
    Please advise me how can i solve my memory card issue..
    Thanks

    ls -l /var/run/lighttpd/
    And how are you spawning the php instances? I don't see that in the daemons array anywhere.
    EDIT: It looks like the info in that page is no longer using pre-spawned instances, but lighttpd adaptive-spawn. The documentation has been made inconsistent it looks like.
    You will note that with pre-spawned information, the config looks different[1].
    You need to do one or the other, not both (eg. choose adaptive-spawn, or pre-spawn..not both).
    [1]: http://wiki.archlinux.org/index.php?tit … oldid=8051 "change"

  • How to use net.rim.device.api.system.GPRSInfo in WTK 2.5.2 for CLDC

    I have just started with JME coding for a month or so and done the following:
    - install sun_java_wireless_toolkit-2_5_2-windows.exe
    - install BlackBerry_JDE_4.6.0.exe
    - set PATH environment variable to ...;c:/program files/java/jdk1.6.0_07/bin;C:\Program Files\Research In Motion\BlackBerry JDE 4.6.0\bin
    - add in my source file import net.rim.device.api.system.GPRSInfo to get the Cell-ID (s = String.valueOf(cellinfo.getCellId()))
    but get the following error when I try to build my project:
    ... package net.rim.device.api.system does not exist
    import net.rim.device.api.system.GPRSInfo;
    What do I need to do to fix this?
    Thanks

    Thanks Shan but this is not what I want to do. I don not want to develop into the BB JDE but stay with the WTK. The 2 MIDlet programming models are different and I want to use the standard J2ME model.
    Anyway, I solved my issue by adding just the net.rim.device.api.system classes I need into the midpapi20.jar by simple unpacking the BB jar and the WTK jar into a new environment tree where I mixed what I need (actually just added the net.rim.device.api.system.GPRSinfo and GPRSCellInfo classes into the complete midpapi20.jar structure and repack the whole thing into a new midpapi.jar.
    I can now access the RIM API form within my MIDlet buitl with WTK

  • Uncaught exception:net.rim.device.api.i18n.MissingResourcexception

    I am going crazy.
    If my phone gets shut off, it takes 5+ minutes to come on.  a white screen and the clock of death appears.
    The "uncaught exception:net.rim.device.api.i18n.MissingResourcexception" is what comes up. 
    I cant email my photo's or text them from my picture folder.
    Any help?  I am willing to restore if I have to, cant figure that out either. 
    Colleen

    hi and Welcome to the forums!
    Hopefully you already have either a recent backup of your contacts, calendar, etc. or you are using a desktop PIM for sync and all of that data is there. Hopefully...
    Given what you've already described, I suggest a clean reload of the device OS (which will wipe out all of the above data, btw).
    KB11320 How to perform a clean reload of the BlackBerry Device Software using BlackBerry Desktop Manager
    Afterwards, you can use the desktop software to restore from that backup and/or reconfigure your synchronization from your PIM:
    KB10339 How to restore data from a backup file to a BlackBerry smartphone
    KB17022 How to configure synchronization settings for BlackBerry Desktop Manager
    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

  • Import net.rim.blackberry.api.phone.phonelogs.*;

    I have developed a midlet with WTK22 and I have successfully used the Blackberry rapc tool to compile it for the Blackberry where it runs very well. I would now like to import the Blackberry RIM classes in net.rim.blackberry.api.phone.phonelogs.*; to access the phone logs on the Blackberry.
    I can successfully compile a class that extends thread; imports net.rim.blackberry.api.phone.phonelogs.*; and then uses these classes. I can preverify the class by including the net_rim_api.jar in the classpath. I then jar this class with my other midlet classes in a jar library. However, when I try to compile the main midlet class with WTK22 using this phone log class, I get the following error:
    Building "afs"
    Error preverifying class afslib.afsphone
    VERIFIER ERROR afslib/afsphone.run()V:
    Cannot find class net/rim/blackberry/api/phone/phonelogs/CallLog
    Build failed
    From what I have read, it should be possible to use any Blackberry class in net_rim_api.jar as long as it is not part of the UI. Would someone please let me know what I am doing wrong.

    Thank you Hithayath for your response.
    Below is the full code from the class where I am using the classes from RIM:
    package afslib;
    import java.util.*;
    import java.lang.*;
    import net.rim.blackberry.api.invoke.Invoke;
    import net.rim.blackberry.api.invoke.PhoneArguments;
    import net.rim.blackberry.api.phone.phonelogs.*;
    import afslib.*;
    public class afsphone extends Thread
    String pnum;
    public afsphone(String pnum)
    this.pnum = pnum;
    public void run()
         PhoneLogs _logs;
              PhoneArguments call = new PhoneArguments(PhoneArguments.ARG_CALL,pnum);
              Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, call);
              _logs = PhoneLogs.getInstance();
         PhoneCallLog pclog = (PhoneCallLog)_logs.callAt(0,PhoneLogs.FOLDER_NORMAL_CALLS);
              pclog.setNotes("string");
    The afsphone class is compiled, preverified and put into afslib which is imported in the main afs midlet class. When I build afs in the WTK I get the following error:
    Building "afs"
    Error preverifying class afslib.afsphone
    VERIFIER ERROR afslib/afsphone.run()V:
    Cannot find class net/rim/blackberry/api/phone/phonelogs/CallLog
    Build failed
    David

  • Error starting net_rim_bb_dryad_gui:symbol 'Security.deviceUnderAttack' not found

    everything deleted off my curve 9300 when i updated the phone yesterday. I need to try and restore everything using Blackberry Protect but now it wont open. It just says error starting net_rim_bb_dryad_gui:symbol 'Security.deviceUnderAttack' not found. Any help would me much appreciated. Thanks

    That software has some compatibility issues. You use BBDM (BB Desktop Manager) which is recomended from the BB authorities.
    Now you are in a situation that you cannot use BBDM because you use BB protector software to backup your data. if your file extention is ipd then it wil work
    Here you can do to resolve your problem
    If your backup extention is IPD then you can use BBDM either BB protector
    If not then download again the latest version from the web of BB protector and try to restore you data.
    If that work then thats great and from now on dont use BB protector
    If not then try to restore from another pc
    if that dont work then you dont have any choice but to loose you data.
    Thats the only solutions you found on any where.
    Need any help let me know.

  • Adobe media encoder export error  "writer not found"

    When trying to export to wmv using adobe media encoder I get an export error of "writer not found". I did a search and found others having the same issue with no fix as far as I can see. Just wondering if anyone has any more iformation on this. I'm using Vista Ultimate and Premiere CS3.
    Thanks

    I registered the WMEncoderHelper.exe file with regserv, but I still get
    the "writer not found error". I wish I knew what codec it is trying to find and use.

  • Export error: Writer not found

    Hello,
    I am using PPCS3 with Aspect HD.
    I am using the Cineform HD 30p preset.
    I keep getting an export error: writer not found
    when I try to export a short movie using two uncompressed .avi's I obtained from 3DS Max 2009.
    Any ideas what "Writer not found" means.
    Simon

    Have you installed anything CS4 at all? Even a public beta of Soundbooth or some other non-Premiere component?
    I never did find out what I installed that trashed .wmv export for me in Pr CS3 on my old XP system. Maybe it was the beta of Sb or maybe it was the free stand-alone Microsoft Windows Media Encoder.
    Anyway, a full uninstall and reinstall of CS3 will likely fix the problem, but I can't say for sure because I never got around to doing it. I used the MS Windows Media Encoder until I could load CS3 on my new system (dual-boot XP32 with Vista64).
    EDIT: All is well with .wmv export on the new system. No CS4 on XP32 and no WME there, either.

  • HT1206 There was an error storing your authorization information on this computer.The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be ch

    There was an error storing your authorization information on this computer.The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed.

    I'd try the following document with that one: 
    iTunes: Missing folder or incorrect permissions may prevent authorization

  • Why do I get this error message /opt/firefox/run-mozilla.sh: 399: /opt/firefox/firefox-bin: not found

    kubuntu 10.04
    firefox 10.0.2
    I downloaded and installed firefox 10.0.2 but when I...
    1. click the desktop icon nothing happens.
    2. use terminal mode and type firefox I get the following error message:
    /opt/firefox/run-mozilla.sh: 399: /opt/firefox/firefox-bin: not found
    How do I fix this?

    In short, I used kpackagekit to uninstall firefox. Then used synaptic to uninstall firefox. After that I manually scanned the computer for residual DIRs. In the end, I noticed that I still had 3 DIRs containing firefox: /opt/firefox, /usr/lib/firefox-10.0.1, /usr/lib64/firefox-10.0.1
    So removing firefox didn't work as expected.
    As it turns out, the copy of firefox residing in /opt/firefox is v3.5.3, but I have a current version in /usr/lib and /usrlib64. For some reason the, new install didn't replace the copy in /opt/firefox and the /usr/bin scripts firefox and run-mozilla.sh point to /opt/firefox.
    So when I use terminal mode and type firefox I get the cited error message. When I use my desktop icon it hangs.
    My remedy for this was to due the following:
    1. track down the location of the desktop icon: /usr/share/applications/firefox.desktop
    2. edit the file: sudo pico /usr/share/applications/firefox.desktop
    3. modify entry to: EXEC=/usr/lib/firefox-10.0.1 /firefox.sh u% ( save and exit)
    4. modify terminal command: firefox
    5. track down the location of the firefox command: /usr/bin/firefox and /usr/bin/
    firefox.ubuntu
    6. remove symbolic link: rm /usr/bin/firefox
    7. remove symbolic link: rm /usr/bin/firefox
    8. create new symbolic link: ln -sT /usr/lib/firefox-10.0.1/firefox.sh firefox
    9. create new symbolic link: ln -sT /usr/lib/firefox-10.0.1/firefox.sh firefox.ubuntu
    Everything works now as it should.
    I believe the cause of this problem was related to the fact that the mozilla-team made a change to the location of their upgrade/update libraries which affected the entries in the file: /etc/apt/sources.list. When the ppa library location changed, my kubuntu version 10.04 didn't make this change and residual copies of firefox were left behind and DIRs /usr/bin and /opt/firefox were not modified.
    Perhaps my experience will help others that tread this path.
    Maybe somebody can explain to me why we need 3 DIRs for firefox: /opt/fire ; /usr/lib ; /usr/lib64

  • Greetings from a newbie and Error Message re: ' C:\PROGRA~1\palmOne\PACKAG~\NPInstal..dll' was not found.

    I just bought a replacement for my beat up E2.  I thought since I was having issues with my old E2, that I would uninstall the older application and then do a clean installation.  While I was in Control Panel and using AD/Remove I might as well remove Package Install.  I figured it would be reinstalled when I used the new CD I received in the E2 package.
    Since that time even though I have tried to do a clean installation.  I keep getting the same Error Message:  "The Notifier file 'C:\palmOne\PACKAG~\NPInstal.dll' was not found.  Notifiers are used by Hotsync Manager to inform other applications about synchronizations sessions.  Please check your configuration to correct this problem.  HotSync Manager is skipping over this file."
    I have searched for answers in the FAQ and Knowledge Base on the Palm site to no avail.  I also searched on the forums here with no success.  I am new here and I may have missed the thread regarding this issue.  I apologize ahead of time for not finding the answer here if it already has been discussed.
    I would greatly appreciate any direction as to where to look or go to find the "missing dll".
    Thanks in advance for your help!
    Post relates to: Tungsten E2

    Reply for bluezdude ~~~
    I jumped onto the forum because I was having the same problem and was frustrated to tears, kid you not!! So, after searching for the missing dll, and not finding any help here, I just started messing around on my laptop and FINALLY fixed the problem. First of all, I am running WINDOWS XP, not sure about MAC, so provided that you are also on a windows of some sort, this is what you need to do::
    Start
    All Programs
    Accessories
    Program Compatibility Wizard 
    Once you get here, go through the motions until you get to the program selection list, choose HotSync Manager and before clicking yes, that the problem is fixed, make sure you hotsync first to ensure that it works properly. Then you can click yes, and finish. I hope this helps~
    Post relates to: Palm TX

  • Error message when clicking on links from thunderbird: Firefox.exe – Entry Point Not found

    When I click on any link in a Thunderbird email message I get the error message:
    Firefox.exe – Entry Point Not found
    The procedure entry point ?DllBlocklist_Initialize@@YAXXZ could not be located in the dynamic link library T:\PQligP sFuvy (X86)\pJPpSox HneiCFv\GwCMqTQ.Oqt.
    I tried uninstalling Firefox 27 completely and reinstalling it, and the error is still there. When I uninstall V27 and install the older V26 the error disappears. Id there an issue with V27 trying to work with links from Thunderbird?
    I am on a laptop running Windows 8.1 with all current downloads.

    Thanks for the reply - as best as I can tell it seems to be some kind of incompatibility between Thunderbird V24.3.0 and Firefox V27. If I install Firefox V26 then everything works as it should. I haven't tried installing a previous version of Thunderbird to see if that makes a difference.

  • Error message when installing iTunes on Windows 7, "Apple Application Support was not found, Error 2"

    I can successfully download iTunes on my PC, but receive an error message when I try to install the file: "Apple Application Support was not found... Error 2" I've tried deleting the file and reinstalling it to no avail. Any ideas?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Getting error while using CAN api's. Says channel not found in MAX.

    Hi,
    I am using NI-CAN series2, can card. The same is not connected to my system. Hence i have used the virtual channel 256. Here i am reading the DBC file and providing an option to the user to select a set of messages to transmitt\receive. But i am getting an error saying
    "Error -1074388479 occurred at CAN Get Channel Data Type.vi
    Possible reason(s):
    NI-CAN:  (Hex 0xBFF62201) Channel not found in MAX or the CAN database file.  Solutions: Check for proper spelling using MAX; For Get/Set Property, ensure that the channel name exists in the task."
    Please help.
    Regards,
    Yogesh

    Hi Marshall,
    Thanx for the reply and spending time for the same. I tried the example which u had mentioned. This example is working with 256 virtual channel. But my code is no executing and giving he same problem even after loading the DBC file into max(Same loaded im my code). Always load the dbc file in max and then only i should run the code, is it so? But this can not happen, since the user may not hav max. I hav attached the code. Pls verify it, and give me the feedback.
    Waiting for the reply,
    Yogesh
    GET
    Larsen & Toubro
    India
    Attachments:
    CanMsgFrame.vi ‏68 KB

  • Adobe FLME Error Message "Please check if video devices are connected properly and are not used by any other application."

    Hello, I'm trying to use my MAC Book Pro with Adobe FMLE. Once I select either my internal or external camera and microphone, in the live encoder I get this error message. "Please check if video devices are connected properly and are not used by any other application." The Facetime HD camera works in Photo Booth. Can someone assist me in what to do please, Thanks in advance!

    Hi all ,
    We found the solution for this issue .
    We have installed the crypto library in global executable directory and any way it will replicate those binaries to individual application servers.
    But the parameters are still looking for global executable directory for loading crypto library during time.
    So all application servers are trying to load crypto library files from global "exe" instead of local directory, which was clustered .Sometimes during  heavy network load it may cause some delays to load the libraries to individual application servers and in turn is causing the license key issues.
    Note 982056 - The license key library has not been initialized yet..
    SAP Recommend option for all SSF parameters should be instance profile parameters not in default parameters..This was mentioned in below note:
    Note 662340 - SSF Encryption Using the SAPCryptolib --- .
    But in our Environment SSF and SEC parameter were set in DEFAULT profile instead Instance profile.
    Recommendations:
    o     ssf/ssfapi_lib  = <Path and file name of SAPCRYPTOLIB>
    o     sec/libsapsecu  = <Path and file name of SAPCRYPTOLIB>
    This was mentioned in the below SAP HELP.
    http://help.sap.com/saphelp_nw04/helpdata/en/3d/bf463c6796e61ce10000000a114084/frameset.htm.

Maybe you are looking for

  • SAP B1 9.0 Client PC Installation Problem

    Hi Experts                I am installing sap B1 9.0 client PL07 that time my Database are not showing after installation then i try to download install sql server native client.while installing native client am getting the below error               

  • Enter/View comments using Financial Reporting.

    Hi Gurus, Is there a way to have comments written using Financial reporting. Example: I have created a FR report for budgeting. I would like to have users provision to enter thier comments. the comments could be another grid or another section in the

  • I'm still getting .png files

    I just discovered that iWeb 1.1 is still posting some photos as .png instead of .jpg. I republished the entire site and it switched pix to .jpg. Now, it seems to be reverting. Any ideas? This is NUTS!

  • Operation scrap and expected yield variance

    Hello guys, I have a question on the operation scrap and the expected yield variance. I have a product which has four operations, and on one of the operations (2nd operation) the operation scrap of 10 % is maintained. So, I have created a production

  • Syatem will hange if we Export to excell  Balance sheet S_ALR_87012284

    Warm Greeting !! Dear group members while exporting  Balance sheet report to Spread sheet  system gets hanged we are using GUI Release 720 Final release File version 7200.2.4.1057 Patch level 4 Help me to fix this small issue Regards Shamul heq