| 15 | == 0. 如何模擬 x86 Android Netbook ( How to install x86 Android for Netbook ) == |
| 16 | |
| 17 | === 方法一:Live Android === |
| 18 | |
| 19 | * 如果只是要試玩一下的話,可以用 VirtualBox 或其他虛擬化工具來跑 Live Android |
| 20 | * [[Image(http://www.offlineblog.net/wp-content/uploads/2009/05/area.png)]] |
| 21 | * [官網] http://code.google.com/p/live-android/ |
| 22 | * 測試方法: |
| 23 | * 下載 ISO 檔案(因為 Google Code 有單檔大小上限,所以他們分成兩個檔案,要用 HJSplit 作合併,在 Linux 下比較簡單,就只要用 cat 塞在一起就可以了。 |
| 24 | {{{ |
| 25 | $ wget http://live-android.googlecode.com/files/liveandroidv0.3.iso.001 |
| 26 | $ wget http://live-android.googlecode.com/files/liveandroidv0.3.iso.002 |
| 27 | $ cat liveandroidv0.3.iso.001 liveandroidv0.3.iso.002 > liveandroidv0.3.iso |
| 28 | }}} |
| 29 | * 接著用 VirtualBox 進行測試就可以了。 |
| 30 | |
| 31 | === 方法二:Android-x86 === |
| 32 | |
| 33 | * 這個專案應該是由台灣的團隊支持的,目標是在 Eee PC 上執行 x86 版本的 Android |
| 34 | * [官網] http://www.android-x86.org/ |
| 35 | |
18 | | * [[Image(Android_boot_1.png)]] |
19 | | * [[Image(Android_boot_2.png)]] |
20 | | * [[Image(Android_boot_3.png)]] |
21 | | * [[Image(Android_boot_4.png)]] |
22 | | * [[Image(Android_boot_5.png)]] |
23 | | * [[Image(Android_boot_6.png)]] |
| 39 | * [[Image(jazz/Android_Partclone:Android_boot_1.png)]] |
| 40 | * [[Image(jazz/Android_Partclone:Android_boot_2.png)]] |
| 41 | * [[Image(jazz/Android_Partclone:Android_boot_3.png)]] |
| 42 | * [[Image(jazz/Android_Partclone:Android_boot_4.png)]] |
| 43 | * [[Image(jazz/Android_Partclone:Android_boot_5.png)]] |
| 44 | * [[Image(jazz/Android_Partclone:Android_boot_6.png)]] |
| 45 | |