Pārlūkot izejas kodu

0116: Install ATVXperience on Amlogic Android TV Box (S905x)

i12bretro 3 gadi atpakaļ
vecāks
revīzija
367a05b80d
1 mainītis faili ar 13 papildinājumiem un 5 dzēšanām
  1. 13 5
      0116.html

+ 13 - 5
0116.html

@@ -33,9 +33,15 @@
             $(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 if($('#'+ theButton.attr('rel')).parent('div').hasClass('CMD')){
+									$('#'+ theButton.attr('rel')).addClass('copy-animation-cmd');
+                } 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 +63,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" />
@@ -71,7 +77,9 @@
           </div>
           <div></div>
           <div id="content">
-          <p>While the atvXperience image is a very well made image for Amlogic TV devices I don&#39;t recommend using it on TV boxes with only 1 GB of RAM. I originally used this on a Sunvell T95x that has <span class="style-scope yt-formatted-string" dir="auto">Amlogic S905x @ 2GHz and 1 GB of DDR3 RAM but the experience was very sluggish and mutlitasking was almost impossible. After a few weeks I grabbed a Tanix TX9s with an Octa Core Amlogic S912 @ 2GHz and 2 GB of DDR3 RAM and have been using this image on it for well over a year with no issues and solid performance. </span></p>
+          <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>
+
+<p>While the atvXperience image is a very well made image for Amlogic TV devices I don&#39;t recommend using it on TV boxes with only 1 GB of RAM. I originally used this on a Sunvell T95x that has <span class="style-scope yt-formatted-string" dir="auto">Amlogic S905x @ 2GHz and 1 GB of DDR3 RAM but the experience was very sluggish and mutlitasking was almost impossible. After a few weeks I grabbed a Tanix TX9s with an Octa Core Amlogic S912 @ 2GHz and 2 GB of DDR3 RAM and have been using this image on it for well over a year with no issues and solid performance. </span></p>
 
 <ol>
 	<li>Download the atvXperience Image <a href="https://www.atvxperience.com" target="_blank">Download</a></li>