답변:
우분투 네이티브 :
원시 우분투가 Asus Transformer에서 작동하는 경우 변압기가 nflash 방법으로 루트 가능해야하므로 모델에 따라 다릅니다. 케이블 번호 옆에있는 일련 번호를 확인하려면
설치에 대한 자세한 내용은 xda Wiki 에서 확인할 수 있습니다.
VNC :
이것은 모든 모델에서 작동해야하며 설치에 대한 세부 정보는이 포럼 스레드 에서 찾을 수 있습니다
개인적으로, 나는 그것을 아직 시도하지 않았지만 modaco (Android 기반 포럼)의 사람들이 그것에 대해 토론합니다. 확인할 수 있습니다
과
트랜스포머의 우분투 페이지가 완성되었습니다.
@Uli가보고 한 바와 같이 XDA dev 덕분 에 Asus eee pad 트랜스포머에서 Ubuntu 네이티브를 실행할 수 있습니다.
이 단계별 안내 에 따라 Transformer의 micro sd 카드에 Ubuntu를 설치 하고 부팅하십시오.
이 안내서는 Windows 용이지만 Ubuntu (및 일반적으로 GNU / Linux)에서는 더 쉽습니다. 단순히 드라이버를 설치하지 말고 flash.bat 대신 flash.sh (및 restore.sh를 사용하여 boot.img를 복원하여 Android를 실행)를 사용하십시오.
추신. flash.sh 및 부트 로더 관련 파일은 공식 [DEV] 네이티브 우분투에 표시됩니다! @Uli로 표시된 스레드).
위에서 언급 한대로 우분투를 다운로드하십시오.
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!