Apple TV 3  looses Netflix icon after recent firmware update

I switched on my Apple TV3 last night and was prompted to upgrade to the latest firmware. I accepted. BIG MISTAKE!
After the successful upgrade, I now see only 3 rows of icons and my Netflix and Hulu icons are missing! I'm based out in Singapore but I have a VPN connection to US to allow me to watch Netflix and Hulu.
Any idea how to get this back?
I've tried resetting it and it is not working.

I had the same thing happen,
I have 2 apple id's - one for Australia and one for canada.
After the update the 'location' had changed itself from canada to australia - where netflix is not available, and the netflix icon dissapeared.
to check the location settings go to:
settings >itunes store >Location
change to a country where netflix is accessable - Hopefully your own country!
Hope this helps!

Similar Messages

  • After recent OS update (10.8.2) I can no longer log into icloud.

    After recent OS update (10.8.2) I can no longer log into icloud.  I've reset password, but when I try to login on the icloud preferences panel it gives a little "bonk" sound and then spins forever.  Open to suggestion.  Thanks!

    Signing out and signing back in seemed to do the trick as suggested here: https://discussions.apple.com/message/19827058#19827058

  • After recent QuickTime updates fcp and QuickTime will not open .mov files captured on my FS-H200. Iran

    After recent QuickTime updates fcp and QuickTime will not open .mov files captured on my FS-H200. I put this onthe quick time thread and they sent me here.

    and NEVER do a software update unless you've got a clone of your startup drive so you can restore your system to it's working state if something goes wrong.
    https://discussions.apple.com/docs/DOC-2494

  • HT201493 Find my friends stopped working right after recent iOS update, anyone have a fix?

    Find my friends stopped working right after recent iOS update,  anyone know of a fix for this?

    Appreciate that, but it's not as useful now.  Many users have the same issue, also see
    https://discussions.apple.com/message/23105624#23105624

  • Coldfusion 64 bit windows installer stops working after recent microsoft update

    Coldfusion 64 bit windows installation stops working after recent microsoft updates and how I worked around it.
    My question is at the end.
    Trying to deploy coldfusion 9 enterprise 64 bit trial  version onto a Windows 2003 64 bit datacenter OS with all OS updates from MS (as of 4-7-2011).
    Steps taken (remember, this is all 64 bit):
    1. Installed the base OS which was slipstreamed with SP2.
    2. Checked w/ microsoft and installed 63 OS updates.
    3. Launch the CF9 trial exe.
    4. As soon as the first screen finishes (the one that looks like  it is extracting files) then the second screen pops up (the one that  simply says CF Adobe Coldfusion 9) and the progress bar quickly moves  95% to the right and the install application quits. No error, no nothing. No log file either.
    5. After a moment of incredulous silence (and retrying/rebooting,  etc), I started to google it. I found nothing. However, I did find a  post (thanks dspent!) that was helpful in that it told how he was able  to get at a log file of sorts, by pre-extracting the  coldfusion_9_WWE_win64.exe file and launching the adobe_cf.exe by hand.  (Dspent's install snafu was different than mine, but his post was very  valuable and got me started in the right direction.)
    6. Got a copy of rarunzipper and extracted the coldfusion_9_WWE_win64.exe file.
    7. From the windows directory created by step 6, I launched adobe_cf.exe.
    8. Same thing (the install application quits. No error, no nothing. No log file either.).
    9. I examine the hs_err_pidxxxx.log file (where the xxxx is a number).
    10. I see inside that file an ominous message: "A fatal error has been detected by the Java Runtime" then "Problematic frame ntdll.dll" and then "The crash happened outside the Java Virtual Machine in native code".
    11. OK, so now I am thinking ntdll.dll !! Native code !! It is like Java is telling me that for some reason it can't dance with the OS.
    12. On a hunch, I decided to test a CF install again on a server with just the base install of W3K3 64 SP2 (ie: skipping step 2 above this time).
    13. Bingo! That install works.
    14. Therefore, one of the 63 patches I had downloaded from MS had triggered a problem with the CF installer.
    15. Back on the first server (the one with the MS security  patches installed and the one that CF won't install on). In the CF file  adobe_cf.lax (one of the files extracted in step 6) there is a line that  mentions where the install gets it's java. Find that file, and check java version installer is using. It is using 1.6.0_14-b08.
    16. Off to the Java website, and there is a newer version of java (1.6.0_24-b07). Downloaded and installed it.
    17. Modify a line in adobe_cf.lax :
       before
         lax.nl.current.vm=resource\\jre\\bin\\java.exe
       after
         lax.nl.current.vm=C:\\program files\\java\\jre6\\bin\\java.exe
    (that assumes that you let step 16 install to the default location)
    Save the file.
    18. Run the install ... ** IT WORKS ** !
    Obviously, the built in java provided with the CF installer is  no longer compatible with some change introduced by some recent MS  update on the W2K3 64b SP2 platform.
    And now the interesting part. Although I forced the installer to used the new java, it did not incorporate it into the cf build (ie: in jvm.config, you still see c:/coldfusion9/runtime/jre AND the  version of java.exe that is in that directory is the original version,  not the newer version I forced the installer to use).
    On the surface, CF seems to run OK, but I have not done any application testing yet.
    And finally my
    ** QUESTION **
    Would it be appropriate to simply point the java.home var to the new java directory? I see that the directory structures and files are not exactly the same  (close though) so I certainly don't want to break things by doing this,  but instinct tells me that if the installer broke using the older  version, then something else is gonna break down the road if I don't use  the new version. On the other hand, the differences in the  directories and files is enough that it makes me very nervous, with my  limitied java skill set, to make this decision. 
    Thanks in advance!!
    Byron

    Hi Byron,
    Wow great post no doubt much of the information will be useful for those on Win03 SP2 +. Have to say not come across similar problem on Win08 r2 SP1 +.
    So to your question. Adobe security bulletin (http://kb2.adobe.com/cps/894/cpsid_89440.html) recommends running CF8 and CF9 with JVM 1.6.0_24. The bulletin does not say how to do that. I take you installed JDK and not just JRE 1.6.0_24? Post install of JDK follow these steps:
    Stop CF - SERVICES.msc stop "ColdFusion 9 Application Server".
    Take a copy of CF\runtime\bin\jvm.config - so you got a backup.
    Edit CF\runtime\bin\jvm.config find line "java.home=" and comment it out eg:
    #java.home=C:/ColdFusion9/runtime/jre
    Add new line like so and save jvm.config:
    java.home=C:/Program Files/Java/jdk1.6.0_24/jre
    Note  there the slashes and the location of the JRE (runtime) - you need to  point to the one in JDK because the other JRE in C:\Program  Files\Java\jre6 will be missing a DLL.
    Start CF via SERVICES.msc.
    HTH, Carl.

  • My ipad has been stuck on the apple log for almost 10 hrs after trying to update, how can this be fixed?

    my iPad has been stuck on the apple log for almost 10 hrs after trying to update to ios 8, how can this be fixed?

    Try reset iPad and continue with update.
    Hold the Sleep/Wake and Home button down together until you see the Apple Logo.
    Note: Data will not be affected.

  • My iPad has been stuck on the apple loge for almost 10 hrs after trying to update, how can this be fixed?

    my iPad has been stuck on the apple loge for almost 10 hrs after trying to update, how can this be fixed?

    You may have to restore your iPad using Recovery mode, but try a reset first. Hold down on the sleep and home buttons at the same time until the Apple logo appears on the screen. Let go of the buttons when you see the logo. This takes about 10-15 seconds.
    IF the update will not complete or you see the connect to iTunes message on the screen, you have to restore your iPad.
    If you can't update or restore your iOS device

  • After recent FF updates, many menu CONTENTS are gone!

    After recent Firefox updates (most likely during August 2014), several pop-up menus and the like no longer show the actual content. The menu frame and some buttons still appear, but the main "business" part of the menus are gone!
    For example, the Firefox Tools->Options menu shows NOTHING but an empty frame and the "OK", "Cancel", and "Help" buttons.
    This is difficult to explain in words, but since I don't see any way to post images here, allow me to link to my post on the Mozillazine forum where image posting is allowed:
    http://forums.mozillazine.org/viewtopic.php?f=38&t=2872799
    The problem definitely exists in FF 32.0.2 and 32.0.3, but I suspect it existed earlier. The same problem exists on every Windows 7 computer I own.

    hello, please try to disable the ghostery addon and see if you can still reproduce the issue then...
    https://getsatisfaction.com/ghostery/topics/problem-with-firefox-32-firefox-option-is-not-displayed-when-ghostery-is-active-in-firefox-32

  • My Apple TV is slow and disconnects after the latest update (5.1). It seems to effect both home sharing and through the net. Is there a known problem?

    My Apple TV is slow and disconnects after the latest update (5.1). It seems to effect both home sharing and through the net. Is there a known problem?

    Hi Scott.
    There is a problem - but Apple have not acknowledged it. Many people on these forums are experiencing the same issue.
    To get something done, you should report it here. The more of us that tell Apple about it, the more likely they are to fix it. You could also send a short email headed 'Apple TV update problems' to
    <Email Edited by Host>

  • WiFi Problems - TC to MP, since recent firmware update

    Hello,
    i found some threads about other people having trouble here, but nothing seemed to fit my situation.
    I have 2 Macs - a Mac Pro (Early 2008) and a MacBook (Late 2008). And a Time Capsule, which i purchased sometime between the Macs. Up to now, everything worked perfect, both machines were connected via WiFi to the TC. But since the recent firmware update, the MacBook works fine with the TC, absolutely no problems, but the Mac Pro (a bit longer distance) doesn't work any longer.
    This started on Friday (i don't use the MP daily), it was impossible to get a WiFi connection, tried re-entering connection data and so - no success.
    On Saturday, i used the cable to check the TC configuration, everything worked fine, and after fiddling around with the setup, i finally got WiFi working again.
    Sunday - MP was off all the day.
    Today - Just powered it up, no WiFi. When i disable and re-enable AirPort, it gets a connection for a second or 2, but then drops it. If i get a connection, i have a strong signal (all bars black), so signal quality isn't an issue. And before the update, everything worked fine, the only change is the firmware update last week.
    The MacBook doesn't have any issues, no matter, where it is located. I'm currently writing this post on it while syncing some home directory stuff with the MP (MB connected via WiFi, MP connected via cable).
    So what is this new problem? After damaging USB to complete unusability, Apple now continues with the WLAN features? What comes next? When will all this be fixed?
    Meanwhile, i think it was not the best idea to switch to Apple about a year ago. The continous quality drops get painful meanwhile. I wonder when my iPhone gets unusable (which also works fine with the TC, by the way
    ...Michael

    Hi again,
    okay. It really was the 7.4.1 firmware. This morning, i reverted to 7.3.2, did a full reset, reconfigured everything, and now my network works fine as it did before.
    It seems to be important to reconfigure the TC, as just downgrading the firmware didn't really help, while full reconfig with 7.4.1 also doesn't help.
    I now turned off the automatic search for new versions on the TC. I will be informed by the AP Express, which has no problems with 7.4.1 yet.
    Hope, Apple re-introduces quality control soon and doesn't make the customers be the beta-testers.
    ...Michael

  • Recent firmware update prevents Snow Leopard downgrade?

    I need Snow Leopard for my work, and will continue to need it for at least a year. Apple online chat was unable to confirm whether refurbs currently in the pipe would ship with SL or Lion, regardless of age. They basically indicated that my chances were about 50/50.
    After reading user accounts of how to downgrade from Lion to Snow Leopard, I went ahead and purchased a refurb February 2011 15" 2.2GHz MacBook Pro from the Apple store. Sure enough, when the machine arrived, it was loaded with Lion.
    I ran Software Update to make the OS current, backed it up via Time Machine, and then proceeded with the re-format/SL installation process. However, Snow Leopard would not install using any of the commonly described methods, and the symptoms were consistent with trying to load it onto a post-July 2011 machine.
    After a couple of tries, I got a 'phone support agent on the line, who advised that when I ran Software Update, it loaded a recent firmware update that locks the machine down. He was evasive at first, but eventually confirmed that the machine was downgradeable when I received it, but was now effectively a Post-Lion machine, and could no longer be returned to it's as-shipped condition. He indicated that my only option was to return the machine for a refund.
    I have a local independent repair facility looking into the situation at the moment, but they are pessimistic.
    I was unable to find out when Apple first issued the new firmware load via Software Update, but I understand that people were still successfully downgrading to Snow Leopard as recently as December, 2011.
    Assuming that the information I received from Apple is correct, they have closed the door on further Snow Leopard downgrades, at least on the MacBook Pro. Can anyone confirm if this is the case?

    Apple is getting a lot of calls from people wanting to downgrade to Snow Leopard for several reasons, like that Lion is terrible and/or they need to run software that hasn't been updated or is avaialble on Lion.
    Firmware updates apply to the machine itself, so it if's running Snow Leopard it gets the same firmware updates as a Lion machine.
    I'm not ruling out the possibility that a change is preventing you from installing Snow Leopard on a compatible machine, however like to explore the possibility that you've used the wrong disk to do so.
    You can't use the 10.6.3 white disk to install Snow Leopard. Early 2011 machines that came with Snow Leopard came with their own disks and hardware drivers that are not present on the 10.6.3 white disks.
    Since your Mac is Snow Leopard capable, try calling Apple again and just say you need replacement Snow Leopard disks for your Early 2011 Mac.
    If that isn't a option, you migh want to explore the "Procedure" of combining 10.6.3 with the 10.6.8 Combo Update, which when burned to disk, produces a bootable disk to install 10.6
    Explore the links and info on this old thread written for the Early 2011-Mid 2011 period
    https://discussions.apple.com/thread/3264421?start=0&tstart=0
    Another option is to get into contact with another Mac user who bought a Early 2011 Snow Leopard Mac of your exact make and model, get a copy of their disk.
    http://www.walterjessen.com/make-a-bootable-backup-snow-leopard-install-disc/

  • LaserJet M1217nfw won't do wireless printing from iMac 10.7.5 after HP firmware update

    My LaserJet M1217 worked perfectly until I did the recent firmware update. Now it's a brick. I called tech support, was on hold for nearly an hour, got offshore folks who kept me on even longer with marketing hoo-hah, and finally told me that the mfp was no longer under warranty and they wouldn't help unless I paid. I explained that the problem was caused by HP's own firmware update, but no dice. Tried a tweet to HP - also no luck. Tried again, had a nearly two-hour hold, couldn't understand the guy. Wasn't about to pay when the help was incomprehensible. So now I have a brick. And clients waiting. And a grudge.
    I tried the fix suggested earlier in the forum - holding down the x and the right arrow while powering up. The printer showed ready...and made copies, but when I tried to print I still got printer errors saying the printer isn't connected to the computer.
    So I went to system preferences and deleted the HP M1217, then went online and downloaded the HP driver again. Opened it up, but now during setup it wants the network address or network name for the desired printer. And I have no idea. I tried going on Safari and entering localhost:631/printers, but since the HP still isn't in the system, it doesn't show up. And maybe this wasn't even the right thing to try, but I'm getting no help from HP, and I'm not very technical. Argh.
    Any thoughts? Or should I just chuck what was a wonderful device and never buy anything from HP again. 
    Thank you!!!

    Hello SC_W,
    The IP address can be fixed by going to Setup > Network Config > TCP/IP Config from the printer front panel.
    Then select Manual and set the IP as manual.. I would using an higher value to avoid IP conflicts (e.g. if the current IP is 10.0.0.1, change only the last part to 10.0.0.20 so the address will remain and won't be used by other devices when the printer is powered off.)
    Although I personally doubt it will help assigning a fixed IP as Mac OS X uses Bonjour hostname to communicate with the printer (which is fixed) and not athe IP address as Windows uses.
    Additionally, as Apple products uses Bonjour, I could see some discussions on this matter for the Home Hub 3.0.
    Below is an example:
    https://community.bt.com/t5/Other-BB-Queries/HomeHub-3-Apple-Bonjour-not-working-for-AirPlay-AirPrin...
    If setting a fixed IP does not help, try the folowing to isolate the problem and ensure if Multicast packets transfer may cause the issue:
    From your Mac go to System Preferences > Print & Scan, click the Plus sign and then click the IP tab.
    Select the HP Jetdirect Socket protocol and type the IP as the address value.
    Add the printer, you will see an additional print queue listed as the IP address.
    Keep using this queue for printing and let me know if you may se any difference for this print queue..
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Wlan error after a firmware update

    Ok there seem to be many posts about this issue but i cannot find anything that seems to work for me.
    I not to recently updated my N95 8Gb firmware to 20.0.16 and found that I was having errors with WPA on WLan, previously I had no such problem and the issue only occured after the firmware update.
    to add some more info I am on a network with a linksys wrt300n
    I have tried wep it works but dont want to compromise security.
    All computers on the network are using wireless g and the key is definitely correct when entered
    any help would be most appreciated

    I don't have N95, but if the firmware is updated to latest version the wpa most likely wpa2. Having wpa in place of wep gives only very little added security for a determined hacker! It will only takes 30min to an hour to crack that. Security like that deter only the free net riders. Try if there is upgrade for your modem/router, its usualy the case. For home network wep or wpa sufficed.
    Knowledge not shared is knowledge wasted!
    If you find it helpfull, it's not hard to click the STAR..

  • Incompatible after the firmware update

    I had missing the dictionary (including the icon on the screen) and chinese language currently stored in my nokia 6680 after the firmware update. what is the problems?

    Yes I m using one of the default themes.
    I have even done the re-installation of the same firmware version again, it did not work.
    Each time I flash the firmware, installed applications become unworkable although the icons still remained in the menu. IT is always a great hassle to have to re-install all applications over again.
    tsk.

  • After a firmware update to airport express should I unplug the unit then plug it back in? (bascially reboot it)

    After a firmware update to airport express should I unplug the unit wait a bit and plug it back in?  (basically a reboot)

    I updated the firmware on the 2nd of this month.  Everything was fine.  About a week later internet speed began to be slow.  I rebooted the modem and the speed was okay for awhile, then slow again. I'm wondering if it's the airport express.  It didn't tell me to reboot at the end of the installation.

Maybe you are looking for

  • Import AI File Preserve Pantone Colours

    Hi Guys, I've created a company logo in illustrator.. one of the graphic elements is a ring using the 3d effect based on a circle with a stroke.. the circle's stroke colour that forms the basis of the logo is a pantone green.. If i drag the logo into

  • Installing JUnit in Jdeveloper 10g 10.1.3.1

    Please help me to install JUnit in JDeveloper 10g 10.1.3.1. I have searched in the site they suggested me to click on 'check for updates' menu option. But if click on check for updates option after click next on welcome page I have selected 'search u

  • Problem with Bulk printing of invoices using VF31.

    Hi, I tried to give bulk print of invoices using VF31, for around 200+ copies. Printing was going on but suddenly stopped after 50 copies get printed. Situation is the same even after i retry it. Can someone advice on the reason please. Thanks. Best

  • Photoshop CS6 is installed, do I need CC or can it be uninstalled

    I started Adobe Application Manager from the desktop icon, I assumed it was for checking for and installing updates for Photoshop CS6, but it in fact is an installer for CC. I allowed the installation to complete rather than quit partway through and

  • AP not joining our vWLC

    Hello, We're currently using a new Virtual WLC and we have over 45 AP's connected to it without any issues.  Recently, one of our AP's started having issues joining the controller and I'm not sure why not.  On the controller it says... Reason for las