Default Browser... Broken

So after the 2.2 update was installed my default browser just won't launch. It tries and then
"Sorry! The application Internet (process com.android.browser) has stopped unexpectedly. Please try again. "
Anyone able to help out, I really would prefer the default browser over an App which may get dropped by it's developers.
Thanks in advance.

Jarli wrote:
Awesome thank you!
Just curious what step worked for you that I mentioned?
P.S: I am not a fan of the Dolphin Browser because it is too big

Similar Messages

  • Can't set Safari as true default browser in windows xp

    I'm running WindowsXP, and I installed the latest version of Safari. No matter what I do, it won't become the true default browser. I tried using the Safari preferences approach which only has one effect - it changes the icon at the top of the start button task bar to Safari. However, all my links from the desktop, from start...run <type url>, and from MS Outlook all lauch IE. I've also tried changing all the settings in the start...set program access and defaults and nothing will make Safari my default browser.

    I don't have access to "Set Programs and Defaults" on my machine. Safari's ability to set itself as web browser, at least on Windows XP, seems to be broken. But I found a workaround. Install Firefox, let it set itself as default browser. Your hyperlinks and such should open in Firefox. Uninstall Firefox. Open up Safari, go to preferences and make sure Safari is set as default browser. Then, at least for me, the hyperlinks started opening in Safari. If you go into Safari and set Internet Explorer as default, you'll probably hose the setup and have to do it again.

  • [Solved]Unable to set default browser

    Using XFCE I can set the default browser from settings/Preferred Applications to either google chrome or firefox both of which are installed. I set chrome as preferred and can get online no problem. The setting will stay for sometimes days or maybe a few minutes before the system 'forgets' what preference has been set and reverts to no preference set.
    Using thunderbird to open links in emails always opens Firefox despite the default browser being set to chrome. In fact firefox always stays set as default browser under preferences/general and I can have firefox and chrome open at the same time with both claiming they are the default browser. If I set the system preference to firefox then open chrome it detects it is not the default browser and allws me to set it as default, this always seems to set the system preferences to not set so it removes firefox but not not set chrome, if I then open firefox it does not give the message about not being the default but checking in preferences/general it is already set as default.
    I seem to be going around in circles for the last few weeks, can someone point me in the right direction?
    Last edited by weedfreak (2012-09-23 09:43:11)

    Well I had also tried using XFCE Preferred application to set it and that also did not work, there was also an anomaly with the menu entry for Web Browser, it always claimed there was no preference set and I needed to select the session browser from the list.
    The link provided was not really a lot of help directly, but it did point out that xdg-open is broken and gave me some directions to search in, eventually I found the ~/.local/applications/mimeapp.list contained a lot of references to firefox that stayed in place even if preferences were changed, they were listed before the chrome entries. I deleted every line with firefox in then when I tried a link from Thunderbird I was asked to choose a browser and the change stuck, the web browser menu link also works correctly.
    Not sure if this is really solved or if it is a workaround but I'll mark it solved.

  • 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.

Maybe you are looking for

  • Mac Mini (2011) can't boot, no screen display.

    Hi, my mac mini (2011) finally won't startup today. It was since two weeks ago, the mini goes freeze very frequently, I discovered that the fan speed was always below 2000rpm, meantime, the CPU temp was around 80-90 degree, it is around 25 degree in

  • Printer Sharing with eMac, iMac, and iBook not working

    Hello, everyone. I hope you guys can help me out with this: I have an Epson Stylus CX4600 hooked up to my eMac via USB. My eMac prints fine with it. The eMac is getting its internet via an Ethernet wire going downstairs into my Linksys Router, which

  • Acrobat XI combine to PDF feature is not working with Office 2013 is there a compatibility issue?

    Tested with Office 2010 and it works fine Seems to only be the combine to PDF feature that doesn't work, done updates, tried combining a variety of documents still no joy

  • How can I work out the Total Uptime between two points?

    I need to find the TOTAL uptime between a certain date and now (need to separate for an electricity bill). Can someone help me with a script or something? Thanks

  • Pleasee help me

    hi i am searching for a word in a file and want to write all the text following the word upto the endof the line import java.io.*; public class htmlpageparse public static void main(String args[]) { try { BufferedReader in = new BufferedReader(new Fi