找回密码
 加入我们

QQ登录

只需一步,快速开始

搜索
查看: 1201|回复: 0

[webOS开发] 通过定制ROM.更改配置文件给程序分配更多空间,解决app full 问题

[复制链接]
发表于 2009-11-19 12:37 | 显示全部楼层 |阅读模式
要给程序安装分配更多空间.以解决安装程序时空间不够的问题.6 ?! E' j: K) r5 x
需要在定制ROM时更改相关配置., Z% g& R3 |% j5 D
这个在/resources/webOS/castle.xml文件中定义
  1.         <VolumeGroups>
    9 x5 J6 C3 }+ y& P; H% K. ]
  2.                 <Group name="store" pv="pv" physicalextentsize="8MB">
    1 X9 o! P, V5 L' Z  ^* h
  3.                         <Volume id="root" type="ext3" size="456MB" mount="/"/>5 Z: i- U- R9 C6 W5 q
  4.                         <Volume id="var" type="ext3" size="256MB" mount="/var"/>
    0 e& s: d3 G, T& Q5 z/ g6 G% E
  5.                         <Volume id="update" type="ext3" size="56MB" mount="/var/lib/update"/>
    9 Y- l: E# b( M! j3 {- t
  6.                         <Volume id="log" type="ext3" size="40MB" mount="/var/log"/>
    * V/ ^: Y! N/ T  b) t
  7.                         <Volume id="media" type="fat32" size="*" mount="/media/internal"/>
    ) c' ^; t; o/ Y0 P1 `
  8.                         <Volume id="swap" size="128MB"/>  O3 S; K4 M9 C. A
  9.                 </Group>
    " ?, {0 |* d4 }" w$ @& e
  10.         </VolumeGroups>
复制代码
这部分内容中的.
  1. <Volume id="var" type="ext3" size="256MB" mount="/var"/>
复制代码
256MB指定了相关空间的大小
$ k. U3 y' V8 g1 a" l3 s- ~可以根据需要改为2048MB或是其他的数字.
1 K! \% P) P# @# D7 m4 N然后重新打包即可
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 加入我们

本版积分规则

QQ|Archiver|手机版|小黑屋|吹友吧 ( 京ICP备05078561号 )

GMT+8, 2025-1-12 12:17 , Processed in 0.291181 second(s), 15 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表