View Single Post
  #1629 (permalink)  
Old 03-24-2009, 09:17 AM
xentie's Avatar
xentie
Lurker
Offline
 
Join Date: Mar 2009
Posts: 6
Reputation: 15
xentie is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by Chanvi93 View Post
I already DL it but don't know how to dump , first time i see an UPR file .
Writing a batch file unpack the problem has ah!
~~
~ ~
“osnbtool.exe -sp ROM.UPR”只会生成ROM.UPR.OS.NB 和ROM.UPR.PRE 两个文件
"Osnbtool.exe-sp ROM.UPR" will generate two files ROM.UPR.OS.NB and ROM.UPR.PRE

按下面方式修改后可以解开,但不会有Footer和Header两个文件,Pack.bat 也不能用。
Modified according to the following can be untied, but it will not have both Header and Footer files, Pack.bat not be.
请楼主解答,谢啦~~
Please answer landlord,谢啦~ ~

@echo Extracting all components from the original ROM file...
@ echo Extracting all components from the original ROM file ...
osnbtool.exe -sp ROM.UPR
osnbtool.exe-sp ROM.UPR

@echo Extracting the raw NB from the OS image...
@ echo Extracting the raw NB from the OS image ...
REM osnbtool.exe -sp ROM.UPR.BIN.NB0
REM osnbtool.exe-sp ROM.UPR.BIN.NB0

@echo Extracting the IMGFS partition from the OS image...
@ echo Extracting the IMGFS partition from the OS image ...
REM osnbtool.exe -d ROM.UPR.BIN.NB0.OS.NB 2 ROM.BIN
REM osnbtool.exe-d ROM.UPR.BIN.NB0.OS.NB 2 ROM.BIN
osnbtool.exe -d ROM.UPR.OS.NB 1 ROM.BIN
osnbtool.exe-d ROM.UPR.OS.NB 1 ROM.BIN

hope this helps
Reply With Quote