- 註冊時間
 - 2009-12-28
 - 線上時間
 - 6458 小時
 - 閱讀權限
 - 254
 - 積分
 - 5478
 - 主題
 - 436
 - 精華
 - 0
 - 文章
 - 3634
  
 
 
 
TA的每日心情  | 郁悶 2024-12-25 01:48 | 
|---|
 
  簽到天數: 1066 天 連續簽到: 1 天 [LV.10]以壇為家III - 文章
 - 3634
  
 | 
| 
 
 是指 system.sfs 嗎? 
 
我找到的方法是: 
在Win7用VM開個 Linux 環境,如:Ubuntu 
然後這樣做: 
 
* Ubuntu 10.4 box 
* change to shell, press strg+alt+F1 
* sudo -i  
* aptitude and install squashfs-tools 
* modprobe squashfs 
* cd /home/administrator 
* copy system.sfs (squash file system) to harddisk, in /home/administrator 
* mkdir systemsfs 
* mount ./system.sfs ./systemsfs -t squashfs -o loop 
* copy ./systemsfs/system.img /home/administrator/ 
* mkdir systemimg 
* mount ./system.img ./systemimg -t ext2 -o loop 
 
來源:http://elinux.org/Android_x86 |   
 
  
 |