My default browser

I'm using nokia x2-02 made in India. My default browser was working perfectly until few days ago i was to access the net and it prompted an update. After downloading the update i was asked if i want to keep the original data,i selected yes. Afterwards,i tried several times to open the browser and the response is conflicting apps. Pls help.

Hi yibx2,
Welcome to Nokia Discussions.
Have you tried reinstalling the update? When you connect your phone to Nokia Suite and click on the green arrow icon, the option to reinstall the current software will be displayed below in the bottom of your screen. 
Don't forget to make a back up of your data via Tools > Back up, you can restore the back up after reinstalling the update via Tools > Restore.
Let me know how you get on!
Iris9290
If my post has helped you in any way, please accept it as a solution or click on the white star, so that other users will be able to benefit from it too.

Similar Messages

  • Connecting to a website with default browser

    Hi I am kind of new to Java, anyway I have written an application that displays information from a database in a table. I wanted to be able to right click on a particular entry and then connect to a website based on the key field. Does anyone know how to start the the users default browser, from within my application (eg netscape) and then connect to the specified site
    Cheers

    You might want to take a look at BrowserLauncher. It is a much better method than runtime.exec.
    I dont have the link to the site with me, but search at Google for BrowserLauncher, you should get the link.
    I think it is also registered at sourceforge.

  • How do you invoke the default browser for Unix/OSX

    Does anyone know how to programmatically display the contents of a URL in the default browser for a Unix system? I found a javaworld article on doing this using Runtime.getRuntime().exec(cmd). The article gives the cmd string for invoking the default browser in Windows, and for invoking the Netscape browser in Unix.
    This can easily be extended to invoke any known browser executable in a known path on a Unix system; but I'd like to invoke the default browser without knowing what or where it is. I'm specifically targetting Mac/OSX, but any Unix solution is worth trying.
    Is there a Unix command for launching the default browser to display the contents of a given URL? Or is there an alternative approach, rather than invoking Runtime.exec()?
    -Mark

    After extensive google searching, I came across a partial solution. This code detects the default browser on a Mac, and provides an elegant solution for trying standard browsers in turn for other Unix systems. I tested it on WIndows XP and Mac OSX 3.9, and it detected the default browser each time. A suped up version of this tool is available as a SourceForge project. You can find it here:
    http://sourceforge.net/projects/browserlaunch2/
    Here's the simplified code:
    //  Bare Bones Browser Launch                          //
    //  Version 1.5                                        //
    //  December 10, 2005                                  //
    //  Supports: Mac OS X, GNU/Linux, Unix, Windows XP    //
    //  Example Usage:                                     //
    //     String url = "http://www.centerkey.com/";       //
    //     BareBonesBrowserLaunch.openURL(url);            //
    //  Public Domain Software -- Free to Use as You Like  //
    import java.lang.reflect.Method;
    import javax.swing.JOptionPane;
    public class BareBonesBrowserLaunch {
       private static final String errMsg = "Error attempting to launch web browser";
       public static void openURL(String url) {
          String osName = System.getProperty("os.name");
          try {
             if (osName.startsWith("Mac OS")) {
                Class fileMgr = Class.forName("com.apple.eio.FileManager");
                Method openURL = fileMgr.getDeclaredMethod("openURL",
                   new Class[] {String.class});
                openURL.invoke(null, new Object[] {url});
             else if (osName.startsWith("Windows"))
                Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + url);
             else { //assume Unix or Linux
                String[] browsers = {
                   "firefox", "opera", "konqueror", "epiphany", "mozilla", "netscape" };
                String browser = null;
                for (int count = 0; count < browsers.length && browser == null; count++)
                   if (Runtime.getRuntime().exec(
                         new String[] {"which", browsers[count]}).waitFor() == 0)
                      browser = browsers[count];
                if (browser == null)
                   throw new Exception("Could not find web browser");
                else
                   Runtime.getRuntime().exec(new String[] {browser, url});
          catch (Exception e) {
             JOptionPane.showMessageDialog(null, errMsg + ":\n" + e.getLocalizedMessage());
       }

  • If Firefox is set as the default browser, and any application attempts to open a new window, this fails and I get the error "Firefox is already running..."

    Here is what I am running:
    Microsoft Windows 7, Service Pack 1, Fully updated to 4/10/2012
    Fresh Install of Firefox 11. No add-ons enabled as a result of troubleshooting.
    I am a user with administrator rights
    UAS is disabled.
    To begin, this has been going on Since Firefox 10 or so. A few months now.
    I am able to open Firefox. My add-ons worked (ABP, Flashblock, ABP Element Hiding Helper, IETAB2, Downthemall, Greasemonkey, 4chan extension) had no problems. Firefox is set and has been set for the last two years as my default web browser.
    However Since approximately Firefox 10 or so, maybe before that, If I have a Firefox session open, and any other application attempts to open a session in a new window, I get the Firefox is already running, but not responding error."
    I attempted to follow troubleshooting advice already posted (look for parent.lock files left behind [none present], multiple sessionstore.js files [none present], create a new user profile, attempted to clear out the "read-only" permission in windows 7, however as soon as it is cleared, the read only permission returns.)
    As a last resort, I deleted the Firefox folder, the %APPDATA%/Mozilla directory in its entirety, then utilized CCleaner to remove any and all references to Firefox in the windows registry, then did a full re-install, no extensions installed right now.
    I checked preferences and have the option "open new windows in a new tab" checked off. The problem persists regardless if this option is checked on or off. This problem persists in or out of safe mode, even with the brand new install.
    Test Cases:
    All cases:
    Firefox is selected as the default browser for windows 7
    Case 1: Open a firefox session. Utilize any other program that attempts to open a link to their website in a new browser window or new browser session. Experience "Firefox is already running" error
    Case 2: Open a firefox session. Right click on Firefox on the task bar. Select "open in new window". Experience "Firefox is already running" error
    Case 3: Open a firefox session. Select the Firefox Menu > New tab > New Window. A new window will actually open.
    This is the only method of opening a new window in the same browser session or profile that actually works on my system. Attempting to open a browser session from the task bar "open new window dialog" or opening a new window while a current window/session is running will not open firefox in a new window or a new tab in the current session. The "Firefox is already running, but is not responding" error will occur every time.

    Cor-el's suggestion resolved my problem. Apparently the MOZ_NO_REMOTE variable was set to 1 on my system variables. I never made it, and really have no idea how it got there, but deleting this variable and restarting firefox has resolved the issue. Thanks Cor-el!
    Marking case: Solved
    Solution: Verify the MOZ_NO_REMOTE variable is NOT set to 1. This can be achieved by simply deleting this variable.

  • How to change the default browser in Xfce

    Hi all,
    I just installed Arch and am still using Openbox, but I was looking for info on how to change my default applications. After reading through several posts and documentation pages, I came across two handy files in my /usr/share/applications folder called, simply enough, Preferred Applications. For other newbies out there trying to change their default browser and having trouble succeeding with
    $ nano /usr/bin/xdg-open
    this seems to be a pretty quick fix. It feels pretty obvious, so I'm not sure if it's a warranted post, but I know it was a neat feature to discover and thought others might benefit.
    Last edited by devilDogbert (2012-05-06 03:00:22)

    You may want to mark your post as "[SOLVED]" so people that are looking for this info know that it is not just a question that has not been answered. And so people that are looking to help don't open and read through to find out it is not needed.
    Or edit the title of the post to say "A way to change..." or something so it looks less like a question.

  • How to change default browser to Firefox.

    Hi,
    I've upgraded our Solution Manager 7.0 to EHP1. Most of the applications that I use: sld, smd, user admin, etc. run fine in my default browser, Firefox.
    But when I use a workcenter, RCA for example, and I open a webdynpro application which runs on a separate browser window, Internet Explorer is always used. How can I change this behaviour to choose the right default browser ?
    Regards,
    Joan

    Hi Joan,
    You can set in your Firefox. Go to Tools->Options. Choose the Main tabs, then press button Check Now in system default and if your firefox not set as default browser you will be asked to change the default browser from IE to firefox. I've been using firefox as default browser to test workcenter service.
    Hope it helps.
    Rgds,
    Desty.

  • How do I set up a different default browser other than firefox?

    I would like my juno email page to come up everytime I open a new page but I can't seem to figure out how to change my default browser. Right now anytime I open a new tab the search engine is blank and it shows avg search engine. No matter what I put in the search engine after it goes to that page the search engine goes blank again. Because it keeps going blank it also keeps bringing you back up to it. So you might click on something and start writing and next thing you know you're writing in the browser again all because it disapears. It's very annoying. I want to get it off the avg search engine so I stop having these problems. I use to always have it open to my email start page so I would like to do that again or anything else if it will stop going to avg and it will keep what I ask for in the browser.

    Normally, Firefox will fill the new tab page with 9 thumbnails for your frequently visited sites. You can change that to the Juno URL if you like. Here's how:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''newtab''' and pause while the list is filtered
    (3) Double-click the '''browser.newtab.url''' preference and enter your preferred page:
    * ''Page thumbnails (default)'' => about:newtab
    * ''Blank tab'' => about:blank
    * ''Built-in Firefox home page'' => about:home
    * ''Any other page'' => full URL to the page ''you may want to copy this from another tab first for easier pasting''
    Press Ctrl+t to open a new tab and verify that it worked. Fixed?
    * If Firefox ''refuses to save the change'', check your Windows Control Panel, Uninstall a Program, for something named Search Protect and get rid of it.
    * If Firefox ''ignores the change'', one of your extensions may be overriding it. You can review, disable, and/or remove extensions on the add-ons page:<br><br>3-bar menu button (or Tools menu) > Add-ons > ''in the left column click'' Extensions
    IMPORTANT: Your More System Details shows a user.js file in your profile. Firefox will use this file at startup to override your previous session settings. This article describes how to track down and remove the file: [[How to fix preferences that won't save]].
    Any luck?

  • NavigateToURL not working on Mac Projector with Firefox as Default Browser

    I'm making a CD with both a PC (exe) and Mac (app) projector file on it.  I have a button that navigates the user to our client's website with the following code:
    var webBtnURL:String = "http://www.clientswebsiteURL.com";
    web_btn.addEventListener(MouseEvent.CLICK, gotoWebsite);
    function gotoWebsite(e:MouseEvent):void
         navigateToURL(new URLRequest(webBtnURL), "_blank");
    This works perfectly on the PC projector file, with either Firefox or IE as the default browser.  However, I've found that if Firefox is the default browser on the Mac side, it just opens Firefox and navigates to a blank page.  If Safari is the default browser it works fine.  The Mac I was testing this on was a PowerPC instead of an Intel Mac, so I don't know if that makes a difference or not, but it had the latest version of Firefox on it.
    Any help would be appreciated.
    Thanks.

    kglad wrote: otherwise, you can publish for air (in your publish settings).
    I need to look more into Air.  I just don't know much about it at the moment.  What are its benefits?  Would the end users need to have it on their computers or will it be packaged into the EXE just like the Flash Player is?
    kglad wrote:
    everyone that hasn't already set flashplayer security settings will be warned about a security sandbox issue and allowed the option to allow your file to access another file on the internet.  if they chose to not allow that, your url will not open.
    I don't recall having set any security setting for Flash on my Mac (although it's possible I did at some point) and I didn't get any options, just a blank webpage.  If I were to go back into the Flash settings on my Mac, I may be able to allow the projector to open a website even when Firefox is the default browser?
    Thanks.

  • Hyperlinks from Outlook 2010 don't work anymore (Firefox is my default browser)

    Since I installed IE 9 I can't use Hyperlinks in Outlook anylonger (Firefox remains my default browser!). I tried already
    a) set IE 9 default (Hyperlinks works) and switch back to Firefox (Error message and Hyperlinks don't work)
    b) "Start" + R with any link doesn't work either c) delete in the registry HKCU\SOFTWARE\Classes\FirefoxURL\ & HKCU\SOFTWARE\Classes\FirefoxHTML\
    c) Updated Firefox to Version 4 and things are even worse (Firefox crashes now)
    But nothing works, can someone help me?

    Is it using yahoo as its search engine, or switching to yahoo's browser. If it is using yahoo as its search engine, you can change that in settings>options>search and at the top it will show you a button that you can click to choose your default search engine.
    Have a great day!!
    -Jon

  • Firefox 4.0 is my default browser, and I am receiving a script error message when I try to view online images in Family Tree Maker 2011, a genealogy program. Have not had problems until Firefox 4.0. Can't seem to find a setting in Firefox to fix this.

    Error is as follows: Line: 63 Char: 4344 Error: Unable to get value of the property 'offsetHeight': object is null or undefined Code: 0 URL: http://yui.yahooapis.com/combo?2.8.0/build/yuiloader-dom- event/yuiloader-dom-event.js&2.8.0/build/dragdrop/dragdrop- min.js&2.8.0/build/stylesheet/stylesheet- Do you want to continue running scripts on this page? Y/N buttons."

    I see. Well, I just tried to make IE my default browser, but it did not solve the problem. I receive the same script error when I view the image. (I may not have explained this thoroughly enough at first - I do get to view the image after answering the error message, but the print button embedded in the window doesn't work. Before, I never had a problem with viewing or printing.)
    I imagine that at this point I will either need to communicate this to the IE people, or possibly revert to an older version of IE.

  • Ince updating my firefox browser whenever i click on an internet link in an email it does not open on firefox although my mac switches to the firefox window as this is my default browser- what to do? Previously this has always worked without a hitch...

    ince updating my firefox browser whenever i click on an internet link in an email it does not open on firefox athough my mac switches to the firefox window as i have this set to be my default browser- what should i do?

    I have the same problem, and I also wondered if Google toolbar has anything to do with it. There GMAIL was set as the default mail application at first. I have removed that setting, but Firefox 4.0.1 continues to use GMAIL instead of Outlook which is my selection for mailto handling.

  • After installing the safari update for windows outlook is not opening email links. I have set safari as my default browser but hyperlinks won't open a browser window - I get an error message - "This operation has been canceled due to restrictions in effec

    After installing the safari update for windows, outlook is now not opening email hyperlinks.  I have set safari to be my default browser but outlook won't open it when I click a link.  I get the following message: "This operation has been canceled due to restrictions in effect on this computer. Please contact your system administrator."  Please help.

    Hi mcclausky, you may need to manually remove a policy setting from the registry. You also should scan for malware that might have created this problem.
    This article lists scanning and cleaning tools other Firefox users have found helpful: [[Troubleshoot Firefox issues caused by malware]].
    To check your Windows registry for policy settings that might affect Firefox or other programs, I suggest consulting a Windows forum or Microsoft's forums. For example:
    * http://windowssecrets.com/forums/
    * [http://answers.microsoft.com/en-us/windows/forum/windows_8-system/this-operation-has-been-cancelled-due-to/9677848e-072d-4206-87f4-9da9284d6151 This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator. - Microsoft Community]
    * [http://answers.microsoft.com/en-us/windows/forum/windows_xp-security/restrictions-this-operation-has-been-cancelled-due/8af1d0cd-8fbd-4223-9396-86d7497bb275 Restrictions. This operation has been cancelled due to to restrictions in effect on this computer.Please contact your system administrator. - Microsoft Community]

  • Firefox is my default browser but when I click on a link in mail it no longer will open.

    Firefox is my default browser. It always opened links from email in Firefox. Now, suddenly, when I click on a link in email, it no longer opens. If I make Chrome default, it will open in that browser. I've tried switching back a couple of times after reboot, but links no longer open in firefox. I don't know what happened to change it.

    This problem just arose for me today. Very frustrating. Tried all of the suggestions here without success. Then a very simple solution came to me:
    UNINSTALL CHROME. I haven't used Chrome for a long while anyway since it seems to have chronic problems of one sort or another. Firefox does 95% of what I need, and Internet Explorer can handle the other 5%.
    After uninstalling Chrome I clicked a mailto link. It asked me what program to use and did not list Firefox as an option for some reason. In the Tools menu, I chose "Options" and went to the "Applications" tab. Searched for "mailto". There was a single entry - when Chrome was installed it gave me no options to switch. After uninstalling Chrome I was able to change that. It still did not list Firefox, but it did list "Gmail". Selecting that causes my Gmail to open in Firefox.
    I have no idea whether Google or Microsoft is responsible for this, but I'm inclined to give the hairy eyeball to Google for this one. It's the sort of stunt they'd pull on Microsoft, then pretend it was just a mistake. Just one guy's opinion, of course.

  • How can I make Firefox default browser for links in Earthlink emails? I have already verified that Firefox is my default browser, but clicking on links usually opens IE rather than Firefox.

    Basically I have verified that Firefox is my default browser and it works great. Earthlink is my default email program. About 70% of the time when I click on a link in an Earthlink email it opens with Firefox, but the other 30% of the time it opens with IE, which I don't want to happen. Is there any way to fix this?

    Basically I have verified that Firefox is my default browser and it works great. Earthlink is my default email program. About 70% of the time when I click on a link in an Earthlink email it opens with Firefox, but the other 30% of the time it opens with IE, which I don't want to happen. Is there any way to fix this?

  • How do I setup Safari to be my default browser for Mail?

    I am using an iMac with Yosemite 10.10.2, Safari is 8.0.3, Mail is 8.2.  Somehow, awhile ago, I set up my default browser as Firefox 35.0.1, and have been satisfied with it.  Lately I have become unhappy with the way it responds to some clicks.  I would like to try Safari, though I might miss some features of Firefox. 

    Open System Preferences > General then select Safari from the Default web browser:  pop up menu.

  • How do I make Firefox the default browser in a non-administrative Windows XP account, where clicking to do so has no effect?

    I have two accounts for myself on my PC running Windows XP. In the administrative account, Firefox is already the default browser that opens when I double-click an HTML file, etc. Firefox knows it's the default browser there.
    In my other account, every time I start Firefox, it tells me it's not the default browser. Clicking there to make it the default, or in the options, does nothing.
    When I go to Set Program Access and Defaults in the administrative account, "Use my current Web browser" is selected. Mozilla Firefox is not listed as an option. In my non-administrative account, the Add or Remove Programs control panel can't be used. It says I don't have permission.

    To check that in the other account you would have to give it temporarily administrator permissions.
    See:
    *https://support.mozilla.org/kb/How+to+make+Firefox+the+default+browser
    *https://support.mozilla.org/kb/Setting+Firefox+as+the+default+browser+does+not+work
    *http://kb.mozillazine.org/Default_browser

Maybe you are looking for