Here is instructions of how to block Updates on a Fire TV.
Important!
To test does your ISP/router replacing DNS requests, you can use this command:
nslookup test.idns [DNS SERVER]
In result it should produce the line with 1.2.3.4 address, it means it is working fine for you.
If you find any issues, please write them in comments.
--------
Disable OTA if you have a root rights, no DNS needed, run as root in shell:
Important!
- Recently a Fire TV update released, it blocks any way to disable auto updates, except this one
- Some ISP are replacing client DNS requests by their own answers, in that case this method won't work.
- DNS configuration saved per access point, if you connect to another Wi-Fi you need to enter the DNS again.
- If you connect a VPN, DNS settings will be ignored, so you can use VPN only if it works per app and not system wide.
- No PC needed
- Go to your Fire TV Network settings and remove all networks except one you going to use. (Menu -> OK)
- While connected to the Wi-Fi network you use, go to My Fire TV -> About -> Network and save "IP Address", "Gateway", "Subnet Mask" somewhere, or take a picture
- Go to Network settings and remove your Wi-Fi connection
- Start connecting to your Wi-Fi access point again, enter password but don't press Next
- Press "Advanced" button at the bottom center
- Enter the IP Address saved in the 2. step and press Next
- Enter the Gateway address saved in the 2. step and press Next
- Enter Network Prefix Length, get it from this page using "Subnet Mask" saved in the step 2. and press Next
- Enter DNS address, pick up nearest one from the list below, and press Next
- USA: 104.154.51.7
- Europe: 104.155.28.90
- Asia: 104.155.220.58
- South America: 35.199.88.219
- Australia and Oceania: 35.189.47.23
- Skip "DNS 2" configuration and press "Connect"
Wait for the Captive Portal opened. If it is opened it will the proof that DNS is working! Either it means that update blocking not work for you.In the Captive Portal use remote control buttons to navigate Menu -> Settings -> Fire TV -> Close Captive Portal- Press Back button on the remote control
- Press Play/Pause button on selected wifi network to check network status, it should show the online status
- Go to My Fire TV -> About -> Check for Updates and if you see "Update Error" message, it is working
To test does your ISP/router replacing DNS requests, you can use this command:
nslookup test.idns [DNS SERVER]
In result it should produce the line with 1.2.3.4 address, it means it is working fine for you.
If you find any issues, please write them in comments.
--------
Disable OTA if you have a root rights, no DNS needed, run as root in shell:
Code:
mount -o rw,remount /system
echo -e '\n0.0.0.0 softwareupdates.amazon.com' > /etc/hosts
Attachments
Last edited: