Posts

Showing posts with the label switch

How to Change SKU Switch from WWE to CHT TW ecc and vice versa

How to Change SKU Switch from WWE to CHT TW ecc and vice versa Introduction. Sorry for my English, if I wrote something incorrectly, correct me! :) Make sure you have installed the Asuss driver. If you have no idea or do not know how, ask. I used ADB Android SDK (http://developer.and...x.html#download , it is located in sdkplatform-tools), make sure ADB recognizes the PF2 before. The command you type in the terminal: adb devices I have run ADB from Windows, but if you use Ubuntu (or Linux in general) basically the syntax is the same. If you have never sent a file via ADB in recovery, give it a try with any file before proceeding with the guide, so you know what youre doing when you get to step 4 and, above all, if you fail you will not formatted PF2 in vain. The command you type in the terminal: adb push filename.extension /data/media "adb" is the name of the exe file in the folder where you execute it, you can also write adb.exe is the same; "push" is the command t...