Browse button launches Add-on Manager?

I recently disabled all my plugins and extensions because FF4 was behaving oddly. Pages were not loading (hanging), pages were loading but without any style information (linear). Extremely slow load times. I re-enabled plug-ins/extensions on an as needed basis in hopes to improve performance and really to trim off some of the unused extensions.
However, I'm at a cross-road now that when ever I am presented with a browse button for a form file field, clicking the browse or field launches the add-on manager, RATHER than allowing me to browse for local files.
I do not know if this is because .NET framework or Java Console is disabled? I really do not know!! If anyone has any insight on helping me to get back my browse functionality, I would greatly appreciate it.

thanks for reply
see my code if any change required let me know-
#Region "SetApplication"
    Private Function SetApplication() As Boolean
        ' Use an SboGuiApi object to establish connection
        ' with the SAP Business One application and return an
        ' initialized appliction object
        Try
            Dim SboGuiApi As SAPbouiCOM.SboGuiApi
            Dim sConnectionString As String
            SboGuiApi = New SAPbouiCOM.SboGuiApi
            '// by following the steps specified above, the following
            '// statment should be suficient for either development or run mode
            sConnectionString = Environment.GetCommandLineArgs.GetValue(1)
            '// connect to a running SBO Application
            SboGuiApi.Connect(sConnectionString)
            '// get an initialized application object
            SBO_Application = SboGuiApi.GetApplication()
            Return True
        Catch ex As Exception
            MsgBox("No SAP Business One Application was found" & ex.Message)
            Return False
        End Try
    End Function
#End Region
Regards
Rajkumar Gupta

Similar Messages

  • Slow load of browse button for Add Folder Link

    When our user adds a folder link and clicks the browse button the window loads extreamly slow. When admin privileges are applied it loads quickly, but with the standard group permissions that window loads terribly slow. I have a feeling it is realated to Portal checking permissions as it maps out the content area. Has anyone experienced this behavior and possibly found a solution to speed things up? Thanks!

    Olney,
    3.0.9.8.2 has a perf. patch. Check Metalink->Patches->Internet Products->Portal->
    queries on wwsec_sys_priv are very expensive.
    You need to use wwsbr_stats.gather_stats
    When our user adds a folder link and clicks the browse button the window loads extreamly slow. When admin privileges are applied it loads quickly, but with the standard group permissions that window loads terribly slow. I have a feeling it is realated to Portal checking permissions as it maps out the content area. Has anyone experienced this behavior and possibly found a solution to speed things up? Thanks!

  • How do I stop Firefox from launching Add-ons manager?

    I do not like having extra tabs open and add ons manager keeps opening automatically. How can I stop this?

    Firefox 8 i am on and its doing the same,very annoying,ill be going back to previous version...
    do you guys at Firefox ever check your update's on any of your own computers before you release them?
    might be a good idea,its the same with kylo,updates come screw everything up when they were working fine...im am a house builder,if i built houses with this many errors i'd be bankrupt by now....

  • Add,delete photo with a "browse" button

    With the spry photo gallery, can I add a "browse" button to
    add some photos.
    Can I do it without PHP or do I need PHP ?
    Thanks a lot

    as far i know u still need a PHP/ASP/CF engien for u to
    upload the picture to the webspace.

  • How to uninstall firefox 4, MouseControl Add-on? I got to the add-on managing page, but the 'remove' , 'disable', or 'option' button doesn't respond to mouse clicking on it

    While on Firefox browser, the MouseControl add-on prevented me to open my yahoo mail and access buttons and tabs and keyboard functions on some pages. When clicked on certain button/box, nothing is recognized. I can't disable or remove this add-on, because I can't click on the 'disable' nor 'remove' buttons; the command is not recognized! I decided to uninstall Firefox 4. When re-install Firefox 4, the MouseControl Add-on was not removed and all the problems are still there.

    Hi so sorry about this problem. There was a warning (for unexpected behavior) when changing the button configuration but I agree that's not an excuse. Please uninstall it by restarting your browser in safe mode. Use the keyboard press Alt+H, this opens the help menu, use your arrow keys to move down to "Restart with addons disabled", then uninstall it from there, also please check out v1.5, this version resolves this stuck mouse issue.
    Again very sorry about this.

  • Add a browse button

    Hi All
    I'm using Oracle From 10G,
    how to add a browse button so that user can browse the file system and then
    select the file that they want WITHOUT needing to type the FULL PATH.
    Thanks And Regards
    Vikas Singhal

    Download WebUtil and JACOB libraries
    • Download WebUtil version 1.0.6 from:
    http://www.oracle.com/technology/software/products/forms/files/webutil/webutil_106.zip
    • Download the JACOB libraries from:
    http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
    Extraction
    Extract the webutil_106 zip file and make the following:
    • Copy the webutil folder to this directory:
    o <Developer Home>\forms90
    • Copy contents of the server folder to this directory:
    o <Developer Home>\forms90\server
    • Make sure that the webutil.cfg, webutilbase.jar,
    webutiljini.jar, webutiljpi.jar files are copied
    • Copy contents of the java folder to this directory:
    o <Developer Home>\forms90\java
    • Make sure that the frmwebutil.jar file was copied
    Extract the jacob_18 zip file and make the following:
    • Copy the jacob.dll file to this directory:
    o <Developer Home>\forms90\webutil
    • Copy the jacob.jar file to this directory:
    o <Developer Home>\forms90\java
    Sign the Jar files using sign_webutil.bat
    • Sign both the frmwebutil.jar and the jacob.jar with the same digital
    certificate.
    • Make sure that keytool and jarsigner are present in the path.
    • Make sure that you have shutdown the OC4G Instance .
    • From command line type the following:
    o C:\cd <Developer Home>\jdk\bin
    o C:\<Developer Home>\jdk\bin>
    <Developer Home>\forms90\webutil\sign_webutil.bat
    <Developer Home>\forms90\java\frmwebutil.jar
    o Make sure that this message (...successfully done.) is appeared.
    o C:\<Developer Home>\jdk\bin>
    <Developer Home>\forms90\webutil\sign_webutil.bat
    <Developer Home>\forms90\java\jacob.jar
    o Make sure that this message (...successfully done.) is appeared.
    orion-web.xml Configuration
    • Go to this directory:
    o <Developer Home>\j2ee\DevSuite\applicationdeployments\
    forms\forms90web
    • Open the orion-web.xml file.
    • Add this line:
    o <virtual-directory virtual-directory="/webutil"
    real-directory="<Developer Home>/forms90/webutil"
    />
    • Save the changes.
    default.env Configuration
    • Go to this directory:
    <Developer Home>\forms90\server
    • Open the default.env file.
    • Find FORMS90_PATH=<Developer Home>\forms90
    • Append this line:
    o C:\oracle\product\10.2.0\ds_1\forms90\webutil
    • In a new line under (FORMS90_PATH=) add this line:
    o WEBUTIL_CONFIG=<Developer Home>\forms90\server\webutil.cfg
    • Find PATH= , comment it and replace it with this line:
    o PATH=<Developer Home>\bin;
    <Developer Home>\jlib;
    <Developer Home>\jdk\bin;
    <Developer Home>\jdk\jre\bin;
    <Developer Home>\jdk\jre\bin\client;
    <Developer Home>\jre\1.1.8\bin;
    • Find CLASSPATH= and append this line:
    o <Developer Home>\forms90\java\jacob.jar;
    <Developer Home>\forms90\java\frmwebutil.jar;
    <Developer Home>\forms90\java\f90all.jar;
    <Developer Home>\jdk\jre\lib\rt.jar;
    • Save the changes
    formsweb.cfg Configuration
    • Go to this directory:
    o <Developer Home>\forms90\server
    • Open the formsweb.cfg file.
    • Under the [Default] section
    o Find archive_jini=f90all_jinit.jar
    o Comment this line.
    o Add the following:
    �� archive_jini=f90all_jinit.jar,frmwebutil.jar,jacob.jar
    �� archive=f90all.jar
    • At the end of the formsweb.cfg file, Define a new section
    [webutil]
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=f90all_jinit.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar,f90all.jar
    archive=frmwebutil.jar,f90all.jar
    lookAndFeel=oracle
    • Save the changes.
    webutil.cfg Configuration
    • Go to this directory:
    o <Developer Home>\forms90\server
    • Open the webutil.cfg file.
    • At the end of this file add the following
    o transfer.database.enabled=TRUE
    o transfer.appsrv.enabled=TRUE
    Registry Configuration
    • In the registry editor find FORMS90_BUILDER_CLASSPATH
    • Modify by appending this line:
    o <Developer Home>\forms90\java\jacob.jar;
    <Developer Home>\forms90\java\frmwebutil.jar;
    <Developer Home>\forms90\java\f90all.jar;
    <Developer Home>\jdk\jre\lib\rt.jar;
    • Note: The total length of the FORMS90_BUILDER_CLASSPATH cannot exceed
    512 characters.
    • If the FORMS90_BUILDER_CLASSPATH exceeds 512 characters, you will get
    this error when you start the Forms Builder:
    o FRM-18122: Oracle Forms Debugger failed to Initialize.
    • To solve this problem make the following:
    o Return FORMS90_BUILDER_CLASSPATH to its previous value.
    o Workaround FORMS90_BUILDER_CLASSPATH by defining new
    environment variables (user variables):
    Variable Name Variable Value
    WEBUTIL_CONFIG <Developer Home>\forms90\server\webutil.cfg
    CLASSPATH <Developer Home>\forms90\java\jacob.jar;
    <Developer Home>\forms90\java\frmwebutil.jar;
    <Developer Home>\forms90\java\f90all.jar;
    <Developer Home>\jdk\jre\lib\rt.jar;
    Configuring Database for WebUtil
    • Start SQL*Plus as SYSDBA, and issue
    o CREATE USER webutil IDENTIFIED BY [password]
    DEFAULT TABLESPACE users
    TEMPORARY TABLESPACE temp;
    o GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC
    SYNONYM TO webutil;
    • Start iSQL*Plus as webutil
    o Load the script create_webutil_db.sql
    (You find this script under webutil_106 zip file after extract it)
    o Execute the script.
    o You will get this message:
    PACKAGE CREATED
    PACKAGE Body CREATED
    • Start SQL*Plus as webutil, and issue
    o CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
    • Reconnect as SYSDBA, and issue:
    o GRANT EXECUTE ON webutil_db TO PUBLIC;
    • Start the OC4J instance.
    • Start Forms Builder and connect to your schema.
    o Open webutil.olb
    o Open webutil.pll
    • Compile ALL (Shift-Control-K)
    • Generate PLX (Control-T).
    • If the PLX is not generated, the webutil.pll library would have to be
    attached with full path information to all forms wishing to use WebUtil. This is
    NOT recommended.
    • Create a new Form
    o Open webutil.olb, and Subclass (not Copy) the WEBUTIL object to
    the Object Groups of your form.
    o There is no need to Subclass the WEBUTILCONFIG object.
    o Attach the webutil.pll Library, and remove the path.
    o When you open the WEBUTIL_CANVAS in layout editor,

  • "Add-ons Manager" automatically launches on start up

    Every time I open FireFox i get a tab for "Add-ons Manager" in addition to a tab for my home page. How can I suppress the undesired launch of "Add-ons Manager"? It is kind of a nuisance.
    Thanks,
    joe

    One possibility is that about:addons got added to your home page as a second "home tab" somehow. You can review your home page setting and look for that tacked on after a vertical bar (|). This article describe that in more detail: [[How to set the home page]].

  • Are there any add-ons to add browser buttons to Firefox Mobile

    I love Firefox for the desktop. Unfortunately, so far Firefox for the Android phone has turned out to be kinda crappy. One of my biggest complaints is the complete and utter lack of browser buttons. What sort of mental incompetent sticks the Back, Forward, Refresh and Bookmark buttons in a freaking <i>dropdown menu</i>? Even the default browser was smart enough to put the buttons at the top of the browser window where they were actually convenient to use. Does anyone know if there is some sort of Add-On that I could install in order to correct this massive oversight? Or perhaps a "web app", whatever those are?
    Additionally, if there's an Add-On to get rid of that horrible, ugly, cluttered, inconvenient, slightly intrusive quote-unquote "Awesome" Page, that would also be greatly appreciated.

    Hi BrokenEye,
    The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers. Users with ''heightened'' privileges have a '''Moderator''' label (such as myself) under their name and Mozilla employees have an '''Administrator''' label. Right now, there are not that many contributors out and about answering questions since we are all in different time zones all around the world.
    AaronMT is a Senior Test Developer in the Quality Assurance team at Mozilla, so I'm pretty sure he's spot on with his answer.
    One thing I can suggest is if you take a look at the [https://addons.mozilla.org/en-US/android/addon/quick-gestures/ Quick Gesture addon for Android].
    Let us know if that helps you out.
    Thanks!

  • Firefox 4 Add-on manager causes application to stop responding

    I just upgraded from the latest updated of version of Firefox v3.0 to 4.0. When I try and use the new Add-on Manager, all of Firefox stops responding. Essentially nothing works. I click on Tools - Add-ons, the tab opens, I download a selected add-on, and then nothing happens, There is no indication that the add-on has installed. If I mouse click anywhere, including the menu items, minimize the window, or the close application buttons, nothing happens, The only way to close Firefox is to launch Task Manager and use "end task" function. Task Manager then tells me Firefox is not responding and do I want to send an error report to Microsoft. I copied the 4 dump related files in the Microsoft report before sending it. If any, or all, would be useful I will send them to a responsible party. If I start Firefox but do not try and do anything with add-ons, it seems to function correctly. Also any other running programs do not seem to be affected.
    I am running a desktop with XP SP3 with all updates downloaded and installed as they are issued.

    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to check if there is a compatibility update available.

  • Add-on Manager freezes Firefox when I open it.

    I am using Linux Mint 10 and Firefox 4b11pre, although this has been happening since at least b9pre. I am running Fx from my home folder as downloaded from Mozilla, not from a PPA. This happens on the "stable" beta releases as well as the "pre" releases. I used to be able to "vacuum" the databases with the program Bleachbit and the problem would go away...for a while. Now that is no longer affective.
    Also, and I think this is important, ALL add-ons are functioning correctly. Everything works except I cannot open the add-on manger.
    The new (huge, cumbersome, and unresponsive) add-on manager simply stops working. It won't load or partially loads and the browser darkens, which signifies an unresponsive program in Linux. I then have to force quit Firefox.
    If I have crash reporting enabled I am never asked to submit a report.
    This occurs completely randomly. It is not associated with any particular add-on as far as I can tell. I have spent many hours trying to diagnose this problem to no avail.
    Things I've already done:
    1. Build a completely fresh profile. I have done this several times, combining many different settings, and the problem still happens. It happens with the default settings, when I only change settings from the Preferences dialog, and when I change settings through about:config. I have also used the safe-mode switch to reset all settings, but it still happens. Similarly, I have re-downloaded Firefox itself, "pre" and "stable" for fear of corruption by updates, which has happened before, but this does not solve anything either.
    2. Safe mode. If I choose to disable all add-ons from the safe mode dialog and restart Firefox the add-on manager works. At any given time I have about 30 add-ons enabled, mostly the standard ones (Adblock, No Script, etc.), and many that I'm just playing around with.
    Now, when I start to enable add-ons, the add-on manager works. I can enable, say, 5 at a time, completely randomly, and it will continue to work until I reach about 25, then it dies. I have removed all add-ons except the ones approved by Mozilla on there add-ons website. Then with all approved add-ons (and a still not working manager) I have disabled all add-ons, restarted, and enabled them one by one. Enable, restart. Enable, restart. Then, randomly, it just doesn't work anymore and freezes. I have done this many times and in totally random orders. It does not happen on any specific add-on, and always happens some where between 21 and 27 enabled. You can imagine how frustrating this is, since the add-on manager offers no way to mass-enable or count add-ons.
    Finally, I receive no red flags in the error console and have exhausted my Firefox debugging knowledge. I receive no errors when running from the terminal either. As I said, all add-ons are functioning correctly. I have done other combinations of things, if it's a logical off-shoot of anything I mentioned above then I've likely done it. I've searched everywhere, Bugzilla, Google, individual add-on bugs, etc. to no avail.
    Sorry this was so long, but if I can't manage my add-ons there's simply no reason to continue using Firefox, but, since it's normally the best browser around, I don't want to face that option. Any help would be greatly appreciated.

    Thanks for the answer the-edmeister. I am aware that using 3.6 and 4.0 on the same profile breaks things. I don't do it and never have. In fact I don't use 3.6 at all. What's the point? The only reason I know that it happens with b10 is because I downloaded it just to see. I have been using exclusively pre versions for quite some time with little issue.
    As for the version numbers, thanks for explaining that a bit more. I can see that it goes deeper than the .rdf, but I have to reiterate that all 23 of the add-ons that don't break the add-on manager have the correct version number or "4.0.*" They are all popular add-ons that are updated regularly, so if you choose to "doubt" that's up to you :) Installing any of the offending add-ons breaks the add-on manager...EVEN ON A FRESH PROFILE. This may be some crazy fluke, but it happens on every fresh profile I make. "Fresh" meaning starting completely from scratch; I do not import one single thing from the old profile. I had hoped to get that across before.
    I check for add-on updates manually already. I have all automatic updating turned off. Checking for updates does not fix the problem. I have no "button at the bottom of the Extension Manager window," that may be a Windows/Mac thing. The button for updating add-ons on Linux is at the top. It has a drop-down menu with various options, I assume that's what you mean?
    This is a fresh profile. I'm using Linux. Done the profile business several times.
    It turns out that the add-on manager will work correctly if I change the data in install.rdf to reflect the correct version, although it still seems to choke up, that is, slow down considerably, when I have over 30 add-ons installed. I have had to restart to get it to load twice, but at least it still loads. I have 37 enabled / 2 disabled right now. This is more than usual due to my experimenting, but thus far my theory is holding true.
    If the version # in the install.rdf is correct the add-on manager works as it should.
    If I disable add-on compatibility checking and install add-ons that are marked as NOT compatible from AMO the add-on manager works as it should.
    If I install an extension marked as compatible on AMO but has the wrong version # in the install.rdf the add-on manager freezes, crippling the browser. This happens every time. Whatever Firefox is supposed to be doing with extensions.sqlite is failing.
    Here are some of the offending add-ons that crash the add-on manager unless I manually change the install.rdf version #:
    Download Statusbar,
    Friendly Bug,
    Firecookie,
    BBCodeExtra,
    Memory Restart,
    Omnibar,
    Stylish Custom,
    Yexplore
    All those add-ons work fine when installed from AMO, but crash the add-on manager. If I change the install.rdf file, they no longer trash the manager. I may be missing some things somewhere, I am not a developer, but the causation is clear. I can reproduce this again and again. Seriously, over and over again, on fresh profiles. To reiterate, the underlying issue may be something I don't understand, but this is specifically, without fail, what is happening.
    Any insight you may have regarding this issue is more than welcome.

  • Add-on Manager crashes or freezes Firefox 15.0

    Ever since I (auto) upgraded to ver 15.0 yesterday, my Firefox browser is WRONG.
    The Add-on Manager freezes the application entirely. Buttons and graphics are missing from pages, the scroll bar on the right hand size is solid black. I've tried resetting my installation, checking each plug-in and extension individually, but nothing is working.
    Also, I cannot get rid of the "myBabylon English Toolbar" extension. I have it deactivated and it's greyed out because it's not compatible with 15.0 but there is no "delete" or "uninstall" option to get rid of it.
    HELP

    I have seen problems like this before that have stemmed from having malware on the computer. Have you tried running a virus scanner to see if that turns up anything? Two that I have found to work well are [http://www.malwarebytes.org/ Malwarebytes Anti-Malware] and [http://www.safer-networking.org/personal/free-download/ Spybot - Search & Destroy], both of which can be gotten for free on their websites. As for getting rid of the "myBabylon English Toolbar", try [https://support.mozilla.org/en-US/kb/Cannot%20uninstall%20an%20add-on?s=uninstall&r=0&as=s#w_uninstall-from-windows-control-panel uninstalling that from the Windows Control Panel].

  • Why does Firefox add-ons manager install old version of LastPass?

    After using Chrome in MS Windows for four years I have recently been considering a return to Firefox as my primary web browser.
    After installing Firefox v26.0 my first requirement was to get the LastPass add-on, which I did via Firefox's "Add-Ons Manager". I signed in to my LastPass account and all should now have been well.
    Not quite. Whenever I launched Firefox and logged in to LastPass, Firefox would hang for about a minute. The same occurred when I updated or created a LastPass record.
    Then I checked the version of the LastPass plug-in: 2.0.20, built 2013-02-08. That's from eleven months ago!
    I tried the update feature on the LastPass add-on menu, but it did nothing, so I went to LastPass.com and downloaded the latest version (3.0.12, built 2013-12-03). After a restart all was indeed well.
    I had the exact same experience with Firefox on Linux, by the way.
    Question: Why does the Firefox Add-Ons Manager point to an extremely out-of-date version of the LastPass Toolbar? Is this the fault of the Mozilla team or of LastPass themselves?
    Whoever is at fault, it must be corrected and soon. I very nearly gave up on my switch back to Firefox because of this. I'm sure others will have had the same experience.

    hello Jesse_Penny, thanks for your insight - according to [https://blog.mozilla.org/addons/2014/01/08/add-ons-update-42/ public information] from mozilla's addons team, reviews for updated addons at addons.mozilla.org currently take around 5 days - so i don't know if this would warrant pulling out of AMO, which causes the issues the question owner has described...

  • Previous Page ("Back" browser button)

    Hi,
    I have this scenario: a Flex app calls (using a menu) another Flex app passing some parameters; the new Flex app shows in the SAME broser window some results (based on those parameters). Now I want to add a Button component in the called app to behave the same as "Back" browser button, I mean to return to the caller application.
    How can I accomplish that? I would like to point out that the called app cannot be open in a new window (must be the same one) and the browser "Back" button cannot be used (even if it is functional).
    Any help is very appreciated, as usual... 

    IMHO,
    I would completely turn off history manager,
    It introduces DeepLinking code and overrides History Functionality of the browser which is not needed in your example, .
    instead I would
    use simple javascript to navigate back and forwards which can be called from flex app via EI(ExternalInterfaces)
    JS Example:
    http://www.pageresource.com/jscript/jhist.htm
    ExternalIntercaes Example:
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/external/ExternalInterface .html#includeExamplesSummary

  • LMS 4.0 Inventory add/import/manage page hangs

    Hi! I am trying to access the module add/import/manage without success. I am seeing only the sign "Loading" for a long time in my IE browser. I`ve tried to restart browser and access from a different PC - nothing changes. All the others modules are working well.

    How were these devices added?  You can uncheck auto allocation, click Apply.  Then re-check and click Apply.  Does the behavior change?  Or perhaps you could try deleting a device and re-adding it to verify it populates throughout the application.
    Adding Managed Devices
    If you do not configure the Device Policy Management using Inventory > Device Administration >  Device Allocation Policy, you can manually add managed devices.
    You can select a device from the device selector, which shows only the unmanaged devices, and add it  as a managed device. To do this select Inventory > Device Administration > Add as Managed Devices.
    If you neither configure the Device Policy Management nor manually add managed devices, devices will  not be automatically managed in LMS, in spite of adding the devices in DCR, using Inventory > Device  Administration > Add / Import / Manage Devices > Add, and discovering them using Inventory >  Device Administration > Discovery > Launch / Summary.

  • Browser wont launch

    i reload my os on my 9300 and my browser wont open, nothing to do with the browser wont launch. also when i check my certificates a lot of them has an rex besides them. can anyone help me please.

    Hi and Welcome to the Community!
    Given that you reloaded your OS, I can only deduce that something did not go correctly with that. Hence, another reload would be advised. The simplest way is to, on a PC (you cannot do this on MAC):
    1) Make sure you have a current and complete backup of your BB...you can find complete instructions via the link in my auto-sig below.
    2) Uninstall, from your PC, any BB OS packages
    3) Make sure you have the BB Desktop Software already installed
    http://us.blackberry.com/software/desktop.html
    4) Download and install, to your PC, the BB OS package you desire:
    http://us.blackberry.com/support/downloads/download_sites.jsp
    It is sorted first by carrier -- so if all you want are the OS levels your carrier supports, your search will be quick. However, some carriers are much slower than others to release updates. To truly seek out the most up-to-date OS package for your BB, you must dig through and find all carriers that support your specific model BB, and then compare the OS levels that they support.
    5) Delete, on your PC, all copies of VENDOR.XML...there will be at least one, and perhaps 2, and they will be located in or similarly to (it changes based on your Windows version) these folders:
    C:\Program Files (x86)\Common Files\Research In Motion\AppLoader
    C:\Users\(your Windows UserName)\AppData\Roaming\Research In Motion\BlackBerry\Loader XML
    6a) For changing your installed BB OS level (upgrade or downgrade), you can launch the Desktop Software and connect your BB...the software should offer you the OS package you installed to your PC.
    6b) Or, for reloading your currently installed BB OS level as well as for changing it, bypass the Desktop Software and use LOADER.EXE directly, by proceeding to step 2 in this process:
    http://supportforums.blackberry.com/t5/BlackBerry-Device-Software/How-To-Reload-Your-Operating-Syste...
    Note that while written for "reload" and the Storm, it can be used to upgrade, downgrade, or reload any BB device model -- it all depends on the OS package you download and install to your PC.
    If, during the processes of 6a or 6b, your BB presents a "507" error, simply unplug the USB cord from the BB and re-insert it...don't do anything else...this should allow the install to continue.
    You may also want to investigate the use of BBSAK (bbsak.org) to perform the wipe it is capable of.
    You may also want to try the "Bare Bones OS Reload Procedure" to attempt to narrow down the precise causal item:
    Load your OS "bare bones"...if anything is optional, do not install it.
    If the behavior presents immediately, then try a different OS with step 1
    If the behavior does not immediately present, then run for as long as it takes for you to be sure that the behavior will not present.
    Add one thing -- no matter how tempting, just one.
    If the behavior does not present immediately, then again run for long enough to be sure it will not have the same problem
    Repeat steps 4 and 5 until all things are loaded or the behavior presents
    When the behavior presents, you know the culprit...the last thing you loaded.
    If the behavior does not re-present, then you know that either step 1 or 2 cured it.
    If the behavior presents no matter what, then you likely have a hardware level issue for which no amount of OS or software can cure.
    You may also need the use of these tricks:
    KB10144 How to force the detection of the BlackBerry smartphone using Application Loader
    KB27956 How to recover a BlackBerry smartphone from any state
    http://crackberry.com/blackberry-101-lecture-12-how-reload-operating-system-nuked-blackberry
    If you are on MAC, you are limited to only your carriers sanctioned OS packages...but can still use any levels that they currently sanction. See this procedure:
    KB19915How to perform a clean reload of BlackBerry smartphone application software using BlackBerry 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

Maybe you are looking for

  • New Line in Text File

    Hi - Im using the FileWriter and BufferedWriter classes to output text into a .txt file. The text I am writing is taken from another text file using the FileReader and BufferedReader classes. The text is reading from the file, and will also output to

  • Lenovo T60 express card gpu

    mine has in intel gma 950 i wanna upgrade it sucks so what kind of card can i buy that fits in th epci express slot and is compatible with win7  t60 1953-D9U ThinkPad Twist S230U- OS-Windows 8.1 Pro 64-bit CPU-Intel Core i7 3517U @ 1.90GHz Ivy Bridge

  • Can we define a parameter within a subroutine?

    Can we define a parameter within a subroutine?

  • Embedded Video Source help!

    ...If there's a way to draw ontop of embedded video sources.

  • Config Document Recruitment

    Hi Friends I am working on Recruitment module first time and just finished my initial data collection.  Could anyone please forward me the config document on Recruitment to my id sajisss1at the rate gmail dot com Will award points for the same. Regar