|
@@ -37,6 +37,8 @@
|
|
|
try {
|
|
|
if($('#'+ theButton.attr('rel')).parent('div').hasClass('PS')){
|
|
|
$('#'+ theButton.attr('rel')).addClass('copy-animation-ps');
|
|
|
+ } else if($('#'+ theButton.attr('rel')).parent('div').hasClass('CMD')){
|
|
|
+ $('#'+ theButton.attr('rel')).addClass('copy-animation-cmd');
|
|
|
} else {
|
|
|
$('#'+ theButton.attr('rel')).addClass('copy-animation');
|
|
|
}
|
|
@@ -75,7 +77,9 @@
|
|
|
</div>
|
|
|
<div></div>
|
|
|
<div id="content">
|
|
|
- <ol>
|
|
|
+ <p><em>DISCLAIMER: This process will overwrite the current Android ROM on your TV box. I have tested these steps on my own devices, but I am not responsible if you damage or brick your device. Verify the ROM will work on your device before starting and make sure to backup any data you do not want to lose before proceeding.</em></p>
|
|
|
+
|
|
|
+<ol>
|
|
|
<li>Download DaivietPDA's Android TV 9 ROM <a href="https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/" target="_blank">Download</a> | <a href="https://web.archive.org/web/20210514141015/https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/" target="_blank">Alternate Download</a></li>
|
|
|
<li>Download Amlogic Burning Tool v2.2.0 <a href="https://drive.google.com/file/d/1Igj5CimoGS-irKKI5H8iEVzxY23W387G/view?usp=sharing" target="_blank">Download</a></li>
|
|
|
<li>Extract Amlogic Burning Tool v2.2.0</li>
|