longinweb wrote:
有機友說裝不起來.....(恕刪)
l大:
分區配置要先以TP T200.40.200刷入所有zip後cmw backup,再改分區TPT 200.2.238在cmw update回去嗎?
#!/system/bin/sh
#
# bind mount /data/local/download to /cache/download if cache
# partition is too small
#
CACHESIZE=$(df -k /cache | tail -n1 | tr -s ' ' | cut -d ' ' -f2)
DATAONLY=$(getprop dalvik.vm.dexopt-data-only)
if [ "$DATAONLY" = "1" ]
then
NEEDED=60000
else
NEEDED=105000
fi
if [ $CACHESIZE -lt $NEEDED ]
then
mount -o bind /data/local/download /cache/download
fi
rm /cache/download/downloadfile*.apk >/dev/null 2>&1
exit 0
umount /cache/download
mount -t tmpfs -o size=64M,nr_inodes=64k,mode=0770 tmpfs /cache/download
chown system.cache /cache/download
tg9988 wrote:
l大:分區配置要先以...(恕刪)
longinweb wrote:
有機友說裝不起來.....(恕刪)
longinweb wrote:
喔..耶...最後那...(恕刪)