我現在ROM使用J大的Taiwan100_v.0B.zip下去修改,ROM有自行加入A2SDGUI,dalvik-cache可以掛載到ext(system/sd/dalvik-cache)。
J大的ROM中有/etc/init.d/,加入80redirectcache,輸入指令......無效
在/system/etc/init.qcom.post_boot.sh這個檔案的後面加上code......無效
唯一改變只有增加這個資料夾system/sd/cache
使用RE管理器點擊資料夾system/sd/cache會出現這句話 "不存在 顯示第一個現有的上一級目錄"
我後面加上的code
1.
mkdir /system/sd/cache
chown system.cache /system/sd/cache
chmod 770 /system/sd/cache
mkdir /system/sd/cache/recovery
chown system.cache /system/sd/cache/recovery
chmod 770 /system/sd/cache/recovery
mkdir /system/sd/cache/lost+found
chown root.root /system/sd/cache/lost+found
chmod 770 /system/sd/cache/lost+found
umount /cache
rmdir -r /cache
ln -s /system/sd/cache /cache
2.
mkdir /system/sd/cache
chown system.cache /system/sd/cache
chmod 770 /system/sd/cache
rmdir /cache ................保留與刪除都有測試
ln -s /system/sd/cache /cache
(測試/system/sd/cache改成/data/cache
使用RE管理器點擊資料夾data/cache還是出現這句話 "不存在 顯示第一個現有的上一級目錄")
測試掛到RAM......無效
umount /cache
mount -t tmpfs -o size=64M,nr_inodes=64k,mode=0770 tmpfs /cache
chown system.cache /cache
沒功力 搞不定
原cache資料夾中的2個資料夾,1個可刪除,lost+found資料夾刪除後會自動還原回來
€€€€€€€€€€€€€€€€€€€€€€分隔線€€€€€€€€€€€€€€€€€€€€€€
其實我並沒有使用2MB Cache的需求
無聊下......玩玩
6小時苦戰 重開機接近百次
現在舉白旗投降 不玩了 刷回原先的備份......
內文搜尋

X