You can subscribe to threads using the Subscribe to Thread link at the top of each thread while signed-in.
Last edited:
I just opened up my firetv to look what should be done.
The pins are tiny - but not really a problem. The problem is, you have to remove or cut open the shield around the cpu to get the clk line.
On the picture of the emmc pinout, they removed the flash chip and the shield on top is already cut open.The picture is also lacking the pinout of vss and cmd
So only for the hard ones - and i am out now
Sammy98
It's odd how much effort they have put into blocking root on the FTV
Great find! Here's how to do it:
Either sideload Titanium Backup which includes SQLite3, or SQLite Installer for Root.
Connect to your Fire TV with adb, and launch a root shell:
Code:adb start-server adb connect x.x.x.x adb shell $ su
Edit the settings database with SQLite3 (I am using the TitaniumBackup binary; with the other one, you might not need to specify the path):
Code:# /data/data/com.keramidas.TitaniumBackup/files/sqlite3 /data/data/com.android.providers.settings/databases/settings.db sqlite> SELECT * FROM global WHERE name="install_non_market_apps"; 22|install_non_market_apps|0 sqlite> UPDATE global SET value=1 WHERE name="install_non_market_apps"; sqlite> SELECT * FROM global WHERE name="install_non_market_apps"; 22|install_non_market_apps|1 sqlite> .quit
Reboot:
Code:# reboot
Here is a way to root :
https://www.youtube.com/watch?v=e3Kbk12R_DI&list=PLq4EPW92B28eDxt-e-tKL1oRDw7A6-CtT&index=2
Then a list for all you need to know/how to root :
http://www.youtube.com/playlist?list=PLq4EPW92B28eDxt-e-tKL1oRDw7A6-CtT
It is the same software jute in a video watch be for you write...
If you failed to root let others get root , there is people that what to know how to block Update to keep a routable software like what I showed in the "all you need to know/how to root" list... there is no harm of sharing. I have rooted 2 Fire TV so I'm experience and my goal is to help.
Sorry anyway you are right in the end Peace.
pm disable "com.amazon.dcp/.ota.OTAUpdateMessageHandler"
pm disable "com.amazon.dcp/.ota.OTAService"
pm disable "com.amazon.dcp/.ota.CheckForOTAUpdatesService"
pm disable "com.amazon.dcp/.ota.OTAStatusActivity"
pm disable "com.amazon.dcp/.ota.ResetOTAMessageHandler"
pm disable "com.amazon.dcp/.ota.OTAService$OTAWakeupReceiver"
pm disable "com.amazon.dcp/.ota.OTAService$OTADedupeReceiver"
pm disable "com.amazon.dcp/.ota.OTAService$OTAInstallNowReceiver"
My question is, can Amazon force future updates by crippling the GUI until the box is brought up to date?