- 註冊時間
- 2009-12-28
- 線上時間
- 6457 小時
- 閱讀權限
- 254
- 積分
- 5477
- 主題
- 436
- 精華
- 0
- 文章
- 3634
TA的每日心情 | 無聊 2015-3-26 00:10 |
---|
簽到天數: 1065 天 連續簽到: 2 天 [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 |
|