I can't download fire fox browser in my android 2.1 device . It is not present in market. WHAT TO DO ????? Plz help !!!

I have samsung galaxy 5. Every time I re directed by mozilla to the android market, it is not found.

The phone uses an ARMv6 cpu. Firefox Mobile releases support ARMv7 cpus.
You can try the experimental ARMv6 build at https://wiki.mozilla.org/Mobile/Platforms/Android#ARMv6_.28experimental.29 there are no guarantees about the quality of this build.

Similar Messages

  • I can't download fire fox

    I can't download fire fox. When I try the screen just goes blank and nothing happens. I deleted fire fox as I was having some trouble with it and now can't get it back.

    The phone uses an ARMv6 cpu. Firefox Mobile releases support ARMv7 cpus.
    You can try the experimental ARMv6 build at https://wiki.mozilla.org/Mobile/Platforms/Android#ARMv6_.28experimental.29 there are no guarantees about the quality of this build.

  • I can't download fire fox at all, any and all help appericated

    i can't seem to download fire fox at all, i was having trouble with it, so i removed it, and figured that i would re download it, now i can't get it to download , it down loads but doesn't install

    From my end, I can see that you used Firefox to post that question, can I please confirm this.

  • How can I download Fire Fox 11 without it automaticly updating to 14

    A site I need " Socialads Pro " needs Fire Fox 11 and no higher to run. When I download and start Fire Fox it automaticly upgrades to 14

    Have you tried to use this software with Firefox 14? Many programs say they are compatible with one version of Firefox, but really work on many versions. Running the latest version of Firefox is strongly recommended as it helps keep you safe from known security holes that hackers can use to compromise your data.

  • Can't exit fire fox browser!

    I'm on a Macbook air with the latest version of FireFox. Earlier today I was writing a story online and then I tried to exit the website. A pop up came saying, would you like to save your work? I tried clicking no but it will not work, the whole entire web browser it self will not respond to me. The exit button on the top corner is not there. I have no idea what to do! Also, because of the pop up my Mac will not let my shut down my computer. Please help me!

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen

  • I can't download Fire Fox. I click on down load and nothing happens How do I download it?

    I don't know what to ad.

    Does it work from here http://www.mozilla.org/en-US/firefox/all.html or here http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/mac/ ?
    ''<please to not link to the FTP server, that server isn't mirrored - c>''

  • Can NOT get mozilla fire fox browser to close

    I am changing over to Google Chrome and I went into my control Panel to delete Mozilla Fire Fox Browser and it Says that I must close the browser first. I HAVE IT CLOSED . I am trying to change browsers because My Adobe Flash Player CRASHED and I can NOT update the new plug-in because it gets 50% loaded and it stops and asks me to close Mozilla Fire Fox first . BUT the browser is NOT even OPEN... I am Logged into Google Chrome trying to update my Adobe Flash Player and IT SAYS please close Mozilla Fire FOX .. So I went into CONTROL PANEL and I can NOT even remove the browser!!!! Someone please HELP...How is it That this browser is running YET i do NOT even have it OPEN??????

    Well, I can try to do one of several things here:
    1. Help you fix Firefox and update your adobe flash.
    or
    2. Help you uninstall Firefox.
    Let's do #1 first.
    * Open the task manager (it appears you are actually using Windows XP?). Just use Ctrl+Alt+Delete.
    * Now go to the processes tab, and find "firefox.exe" (without the quotes), Select it, then click "End Process".
    * Or, if you want to, just restart your PC (this should always fix the problem of Firefox saying it's open when it isn't)
    * Download Adobe Flash from [http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_32bit.exe here]. Run it.
    * Start Firefox back up. It seems that the most likely reason for you having firefox.exe hang at shutdown is a bad extension, so you can try [[Safe Mode|Safe Mode]] to diagnose if you have more problems.
    Ok, to just uninstall Firefox, let's do this:
    * Open the task manager (it appears you are actually using Windows XP?). Just use Ctrl+Alt+Delete.
    * Now go to the processes tab, and find "firefox.exe" (without the quotes), Select it, then click "End Process".
    * Or, if you want to, just restart your PC

  • Fire fox browser page is totally inoperative nothing happens it just keeps on loading

    i have downloaded fire fox beta 4.0 two times and each time, i am facing problem. Right after installation when launch fire fox and type gmail, the page keeps on loading and i can not do any thing i.e. no key pad entry, no mouse operation, no new tab opening

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I downloaded fire fox and installed but its not opening after installation

    I downloaded fire fox and installed but its not opening after installation. So what should i do?

    Hi, tiger's iphone.  
    Thank you for visiting Apple Support Communities.
    Here are the best troubleshooting resources to go through when experiencing issues updating your iOS device over-the-air.
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/ht1430
    Resolve issues with an over-the-air iOS update
    http://support.apple.com/kb/TS4431
    You can also update this iPad via iTunes on a computer as an alternative.
    Update your device using iTunes
    If you can’t update wirelessly, or if you want to update with iTunes, follow these steps:
    If you use your device's Personal Hotspot for your computer's Internet connection, update your device wirelessly or connect your computer to another network.
    Install the latest version of iTunes on your computer.
    Plug in your device to your computer.
    In iTunes, select your device.
    In the Summary pane, click Check for Update.
    Click Download and Update.
    If you see an error message while updating your device, you can learn how to resolve iOS update errors in iTunes.
    Update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    Cheers,
    Jason H.

  • Keyboard events in jsp  that working in Mozila fire fox Browser

    hai cutes
    have a peace day.
    i did some keyboard event project using JSP
    that can be nicely working in Internet Explorer
    But i want to working in Mozila fire fox Browser and other browser also...
    thank u

    You didn't do it using JSP, keyboard events are client side and will need to be done with javascript. AFAIK the only thing about events that is not cross-browser is the way the event object is handled. This can easily be fixed with a minor workaround.
    <script>
    function handleEvent(e)
    // this is the trick
    if(e == null){
      e = window.event;
    if(e.keyCode == 13) { // enter
    </script>
    <input type="button" onKeyDown="handleEvent(event)">That should make it work in multiple browsers. Well it least it works for me :)

  • I have problem since I download fire fox 4 it does'nt remember my windows live ID only the last one with are 4 different people that use the computer

    Question
    I have problem since I download fire fox 4 it doesn't remember my windows live ID, only the last one with are 4 different people that use the computer

    Such a feature is stored in a cookie. Firefox only keeps one set of cookies for all open tabs. So only the last user is remembered.
    You can look this extension if you want to sign on with different identities at the same time:
    * Multifox: http://br.mozdev.org/multifox/ (for Firefox 4 use this link: Firefox 4? Try Multifox 2 Beta 1!)

  • I am getting the following error message while opening the fire fox browser "sript file:///programe % 20 files/siber%AT% 20roboform/rirefox/components/ref helper.JS:510 in English

    i am getting the following error message while opening the fire fox browser "sript file:///programe % 20 files/siber%AT% 20roboform/Firefox/components/ref helper.JS:510 in English

    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"

  • Hi, the fire fox browser shows the letters in separate when i embed the Farsi fonts in a site, while there was not such problem in the previous versions of fire fox browser. thank's

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/867506]]</blockquote>
    Hi,
    the fire fox browser shows the letters in separate when i embed the Farsi fonts in a site, while there was not such problem in the previous versions of fire fox browser.
    good luck

    The same topic exists. Try visit the link below (The problem hasn't been solved yet):
    * [https://support.mozilla.com/en-US/questions/863157 Unconnected Embed Farsi Fonts]
    Please continue it there...

  • I can't download an app or update ,It says ( the product distribution file could not be verified) in App Store ,and in iTunes says An unknown error occurred (-50) ?

    Hi:all
    I can't download an app or update ,It says ( the product distribution file could not be verified) in App Store
    ,and in iTunes says An unknown error occurred (-50) ?
    Help Please.

    See this link from another similar question.  It may need patience to resolve.  I think Thomas Reed's suggestion is best place to start.
    App Store rejects buy of Mountain Lion: Apple Support Communities

  • I have a problem that I can not load or even close the download in iTunes, it turns out I have hanging in the mode, and because of that I can't download from AppStore, because it turns out that the other programs I have on standby. What do I do? Thank you

    I have a problem that I can not load or even close the download in iTunes, it turns out I have hanging in the mode, and because of that I can't download from AppStore, because it turns out that the other programs I have on standby. What do I do? Thank you.

    If there are multiple apps trying to download at once, only one can download at a time and the rest say "Waiting" until it is then their turn. Try this. Double tap the icon of the Waiting app, and it should resume the download.
    If that doesn't work:
    •  Log out of your iTunes store account.  Go to Settings > Store > Sign Out Then press the Home button.
    • Then press and hold the Home and Sleep buttons simultaneously and don't release them when it brings up the Turn Off screen; keep holding them until the Apple logo appears.
    • After restart, the Waiting should be gone.
     Cheers, Tom

Maybe you are looking for