Chinaunix首页 | 论坛 | 博客
  • 博客访问: 872705
  • 博文数量: 322
  • 博客积分: 6688
  • 博客等级: 准将
  • 技术积分: 3626
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-19 11:26
文章分类

全部博文(322)

文章存档

2013年(5)

2012年(66)

2011年(87)

2010年(164)

分类: LINUX

2011-03-22 09:21:27

Instruction's for making ROM with out flashing to device

first you need a linux box to mount the files

EDIT: 
it has been reported that MagicISO will extract the files from the 
.rfs file system images.

extract the Odin tar to your linux desktop
make a tmp directory for the mount point
open console 

Code:
CD Desktop

mount cache.rfs

Code:
sudo mount -o loop cache.rfs tmp

copy /recovery/sec_csc.zip to desktop
unmount cahce.rfs

Code:
sudo umount tmp

make a directory for the system files
mount factoryfs.rfs

Code:
sudo mount -o loop factoryfs.rfs tmp

copy the system files to the directory for the system files
unmount factoryfs.rfs

Code:
sudo umount tmp

now move the system files, sec_csc.zip, modem.bin, zImage to the windows machine.
place the system files in ROM/system
place sec_csc.zip, modem.bin, zImage in the same directory as deoall.bat
then run the script.

阅读(1005) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~