最近看到XDA上有這個ROM想說來試試看
http://forum.xda-developers.com/showthread.php?t=866849
可是他的a2sd、data2ext預設都是關起來的
下面說明小弟不才看不太懂
請問有人有刷過這類的ROM可以教我怎麼打開a2sd跟data2ext
用adb或是下載一個terminal軟體來執行
A2SD
a2sd --enable
dalvik-cache2sd
a2sd --dc2sd
D2E
data2ext --enable
建議你一個一個測,測完重開機看有沒有效果,另外它說D2E後的重開機要用電源鍵
a2sd
Second partition on your SD card needs to be formatted to ext2, 3 or 4. To use this feature you have to enable it first. You do that by executing "a2sd --enable" via adb shell or some terminal app. To relocate dalvik-cache also, execute "a2sd --dc2sd" too. Reboot for changes to take effect. To see how much space do you have on relevant partitions execute "a2sd --free". If you want to disable a2sd, execute "a2sd --disable". In this case you loose all apps and dalvik-cache needs to be recreated upon reboot so make sure to backup apps before disabling.
data2ext
Using data2ext is still in test phase so expect some problems You will need separate partition for this. For now only ext2 version works so you will need 2nd partition on your SD card formatted as ext2 or ext3 (ext4 will not work). To enable this feature, execute "data2ext --enable" via adb shell or some terminal app. Reboot for changes to take effect. If you have problems, logcat 1st several lines of boot process to see what's going on and post your findings. Questions like "Why is data2ext not working on my phone?" will be ignored! Mind also that a2sd and data2ext can not run simultaneously!
CAUTION! When rebooting using data2ext it is imperative to do it via power button!




























































































