|
@@ -33,9 +33,13 @@
|
|
|
$(document).on('click','input.copy-text',function(){
|
|
|
theButton = $(this);
|
|
|
$('input.copy-text').attr('src','images/clipboard.png');
|
|
|
- $('span.copy-animation').removeClass('copy-animation');
|
|
|
+ $('span.copy-animation,span.copy-animation-ps').removeClass('copy-animation copy-animation-ps');
|
|
|
try {
|
|
|
- $('#'+ theButton.attr('rel')).addClass('copy-animation');
|
|
|
+ if($('#'+ theButton.attr('rel')).parent('div').hasClass('PS')){
|
|
|
+ $('#'+ theButton.attr('rel')).addClass('copy-animation-ps');
|
|
|
+ } else {
|
|
|
+ $('#'+ theButton.attr('rel')).addClass('copy-animation');
|
|
|
+ }
|
|
|
navigator.clipboard.writeText(theButton.data('clipboard-text').replace(/<[^>]*>?/gm, ''));
|
|
|
theButton.attr('src','images/clipboard_active.png');
|
|
|
} catch(err) {
|
|
@@ -57,8 +61,8 @@
|
|
|
});
|
|
|
|
|
|
if(window.self !== window.top){
|
|
|
- window.parent.$('iframe.stepsFrame').height((this['scrollingElement']['scrollHeight']+20) +'px');
|
|
|
- }
|
|
|
+ window.parent.$('iframe.stepsFrame').height((this['scrollingElement']['scrollHeight']+20) +'px');
|
|
|
+ }
|
|
|
});
|
|
|
</script>
|
|
|
<link href="css/steps.css" rel="stylesheet" type="text/css" />
|
|
@@ -72,7 +76,7 @@
|
|
|
<div></div>
|
|
|
<div id="content">
|
|
|
<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></li>
|
|
|
+ <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>
|
|
|
<li>Install Amlogic Burning Tool v2.2.0</li>
|
|
@@ -85,10 +89,10 @@
|
|
|
<li>Once the process completes (100%: Burning Successfully) click the Stop button</li>
|
|
|
<li>Disconnect the TV box from the PC USB</li>
|
|
|
<li>Connect the TV box to an HDMI display and power it on</li>
|
|
|
- <li>Enjoy a clean and fast Android TV experience on your S912 device</li>
|
|
|
+ <li>Enjoy a clean and fast Android TV experience on your S912 device</li>
|
|
|
</ol>
|
|
|
|
|
|
-<p>Source: <a href="https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/">https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/</a></p>
|
|
|
+<p>Source: <a href="https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/">https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/</a></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</body>
|