這將擦除您所有的安卓資料
對於您的手機造成的任何損壞,我們不承擔任何責任。遵循本教程,即表示您同意對您的行為承擔全部責任。我們已經進行了一些測試,但這是一個早期預覽,可能會出現問題。
這尚未在 256GB 裝置上進行測試。本教學僅針對 128GB 裝置。請閱讀並確保在開始之前理解整個教學
你會得到什麼你最終會在 Duo 上同時使用 Android 和 Windows。 Android 和 Windows 都將拆分 128GB 記憶體(64GB 和 64GB)Android 將正常啟動,您必須在需要時使用 PC 啟動 Windows。 腳步解鎖引導程式adb reboot bootloader
fastboot flashing unlock
fastboot boot twrp.img
adb push /sdcard/adb shell "cp /sdcard/parted /sbin/ && chmod 755 /sbin/parted"adb shell
parted /dev/block/sdaprint
rm 6mkpart esp fat32 51.9MB 180MBmkpart win ntfs 180MB 57344MBmkpart userdata ext4 57344MB 112GBset 6 esp onquit
mkfs.fat -F32 -s1 /dev/block/sda6mkfs.ntfs -f /dev/block/sda7mke2fs -t ext4 /dev/block/sda8mkdir /sdcard/espmnt && mount /dev/block/sda6 /sdcard/espmnt/quit
adb push /sdcard/adb shell "tar -xf /sdcard/DuoBoot.tar -C /sdcard/espmnt"adb shell "mv /sdcard/espmnt/Windows/System32/Boot/ffuloader.efi /sdcard/espmnt/Windows/System32/Boot/ffuloader.efi.bak"adb shell "cp /sdcard/espmnt/Windows/System32/Boot/developermenu.efi /sdcard/espmnt/Windows/System32/Boot/ffuloader.efi"adb reboot bootloader
fastboot boot boot.img
THESE ARE NOT ALL COMMANDS. DISKPART COMMANDS VARY A LOT, SO THESE ARE SOME ROUGH INSTRUCTIONS. ACTUAL COMMANDS START WITH AN HASHTAG (which you'll need to remove)# list diskFind the Duo Disk, and take note of the number.# select disk # list partitionYou'll be able to recognize the partitions we made earlier by their size. take note of the ESP and WIN partition numbers.# select partition # assign letter=Y:# select partition # assign letter=X:
警告:我們假設 X: 是 Win 分割區,而 Y: 是下一個指令的 ESP 分割區。正確更換它們,否則您將丟失 PC 上的資料。
dism /apply-image /ImageFile:"" /index:1 /ApplyDir:X:\
bcdboot X:\Windows /s Y: /f UEFI
dism /image:X:\ /add-driver /driver:"" /recurse
fastboot boot boot.img
reg load RTS X:\Windows\System32\config\SYSTEM
HKEY_LOCAL_MACHINE\RTS\ControlSet001\Control\USBOsDefaultRoleSwitchMode
以上是在 Surface Duo (128GB) 上安裝 Windows11的方法和教學 (包含軟體)的詳細內容。更多資訊請關注PHP中文網其他相關文章!