verta056 wrote:
請問一下,我目前使用Darkstone FroyoStone Sense - V3.1這個版本,
但是它內建的容量好像只有256mb,安裝一些東西後馬上就沒有了。
因此我用roof 1GB替換內建的roof檔,
但是替換後,就會一直在白底的HTC畫面進入不了,一換回原始的roof檔即可進入。
想請問一下各位,我有什麼辦法可以將容量變大嗎?
rootfs 不能隨意替換
[HOW-TO] Increase the size of data.img for more "Device" storage
http://forum.xda-developers.com/showthread.php?t=737826
dd if=/dev/zero bs=1M count=256 >> data.img
e2fsck -f data.img
resize2fs data.img
e2fsck -f data.img
在 Linux 上做完這幾個步驟,data.img 就會多出 256MB