我試著把adb內容了解了一下,並翻譯如下。 不過第13項我不太懂它的意思,尤其是"flashed using Unrevoked",不知它如何翻譯,也不知它代表什麼意思。可能要請高手補正一下。
Make sure you’ve still got your old SD card in 確定舊卡依然在手機中。
Create a new folder on your computer called SD Card Backup 用電腦在新卡中建立一個名為"SD Card Backup"的新目錄。
Create 2 subfolders, one called FAT and another called EXT 再建立二個子目錄,分別命名為"FAT"及"EXT"。
Connect your phone to computer and set to Disk Drive mode 將手機以"磁碟機模式"連上電腦。
Copy all your SD card contents (FAT partition) into the FAT folder 將手機中的SD卡的內容(即FAT磁區)全部複製到新SD卡的"FAT"目錄
Open Command Prompt/Terminal on your computer 在電腦中開啟個"CMD指令視窗"。
Type: cd<space> Make sure you use a space character, don’t type <space> and don’t press Enter yet! 鍵入:cd<空格鍵> 上面表示為cd後面空一格。不是真的要你鍵入<空格鍵>三個字。
Drag and Drop the EXT folder into your command window, and you’ll notice that the full path to your EXT directory appears 用檔案管理員,將"EXT"目錄拉到CMD指令視窗。你會發現"EXT"的完整路徑會出現在CMD指令視窗中。
Press Enter 按ENTER鍵。
Set your phone USB connection to Charge Only 將手機USB連線改為"充電模式"。
Type: adb pull /sd-ext/app . Don’t forget that “.“! Press Enter 鍵入: adb pull /sd-ext/app . 不要忘了打"." 之後再按ENTER鍵。
Wait while all your apps are copied into your EXT folder 待所有的apps都被複製到"EXT"目錄。
Once copied, insert your new SD card and use the same method you previously used to partition your new SD card as you want I use the Amon RA recovery, flashed using Unrevoked. My partitions are: 4GB ext, 32MB swap (not really needed) and the rest as FAT 在複製完成之後,將新的SD卡插入(插入那裏呢?手機或是電腦中呢?)。接下來你可以用你以前的方法來分割你想要的磁區。我使用Amon RA做還元,flashed using Unrevoked。以我為例,我的分割為:4GB EXT,32MB SWAP(未必需要),剩下的則為FAT。
Connect your phone via USB again 將手機在再以USB和電腦連線。
In the command window, type: adb push . /sd-ext/app/ 在CMD指令視窗,鍵入:adb push . /sd-ext/app/
Wait whilst all your apps are copied back to your ext partition 待所有apps都複製回EXT磁區。
Copy all your FAT files back onto the FAT partition 將所有的FAT目錄的檔案複製回FAT磁區。