回答:
ネイティブUbuntu:
ネイティブubuntuがAsus Transformerで動作する場合、トランスフォーマーはnflashメソッドでルート可能である必要があるため、モデルによって異なります。シリアル番号を確認するには(ケーブルポートの横)
インストールの詳細については、xda wikiをご覧ください。
VNC:
これはすべてのモデルで動作するはずです。インストールの詳細については、このフォーラムスレッドを参照してください。
個人的には、まだ試していませんが、modaco(Androidベースのフォーラム)の人々がそれについて議論しています。
そして
TransformerのUbuntuはこちらです。
@Uliによって報告されているように、XDA devのおかげで、Asus eee padトランスフォーマーでUbuntuネイティブを実行できるようになりました。
このステップバイステップガイドに従って、UbuntuをTransformerのマイクロsdカードにインストールして起動します。
このガイドはWindows向けですが、Ubuntu(およびGNU / Linux全般)の方が簡単です。 ドライバーをインストールせずに、flash.batの代わりにflash.sh(およびrestore.shを使用してboot.imgを復元し、Androidを実行します)を使用しないでください。
PS。flash.shおよびブートローダー関連のファイルは、公式の[DEV] Native Ubuntuに示されています!! @Uliで示されるスレッド)。
上記のようにUbuntuをダウンロードします。
1)Flash.sh
# ./flash.sh
Nvflash started
rcm version 0X20001
System Information:
chip name: t20
chip id: 0x20 major: 1 minor: 3
chip sku: 0x8
chip uid: 0x033c20c143608197
macrovision: disabled
hdcp: enabled
sbk burned: true
dk burned: true
boot device: emmc
operating mode: 4
device config strap: 2
device config fuse: 0
sdram config strap: 0
sending file: transformer.bct
- 4080/4080 bytes sent
transformer.bct sent successfully
odm data: 0x300d8011
downloading bootloader -- load address: 0x108000 entry point: 0x108000
sending file: bootloader.bin
| 943193/943193 bytes sent
bootloader.bin sent successfully
waiting for bootloader to initialize
bootloader downloaded successfully
Nvflash started
[resume mode]
sending file: boot-new.img
/ 6242304/6242304 bytes sent
boot-new.img sent successfully
WHOO HOO! UBUNTU Installed!
2)Restore.sh
# ./restore.sh
Nvflash started
rcm version 0X20001
System Information:
chip name: t20
chip id: 0x20 major: 1 minor: 3
chip sku: 0x8
chip uid: 0x033c20c143608197
macrovision: disabled
hdcp: enabled
sbk burned: true
dk burned: true
boot device: emmc
operating mode: 4
device config strap: 2
device config fuse: 0
sdram config strap: 0
sending file: transformer.bct
- 4080/4080 bytes sent
transformer.bct sent successfully
odm data: 0x300d8011
downloading bootloader -- load address: 0x108000 entry point: 0x108000
sending file: bootloader.bin
| 943193/943193 bytes sent
bootloader.bin sent successfully
waiting for bootloader to initialize
bootloader downloaded successfully
Nvflash started
[resume mode]
sending file: boot.img
- 4200448/4200448 bytes sent
boot.img sent successfully
Android RESTORED!