|
||||
Making a french ROM
Hi,
Being new to the modding scene of ppc phones, I may be wrong with some assumptions I made, if so, tell me what's wrong and I will be more than happy to know the right things. In one line, I'm trying to make a french language rom from the Telus one (shipped). What I'm trying to do, is to be able to use a kitchen with the french system. The goal is to be able to use the same kitchen for making an english and french ROM, while changing the least amount of things. (What would happen, is that I would have the french files in a folder, the english one in another, I would make a script that switches the folder then builds automatically the two roms) I know that that part is possible if I get the french files. This is where I have a problem. I cannot dump the imgfs from the shipped telus rom (found in the how to unlocking, relocking and flashing guide). I have the RUU_Signed.nbh file. I have extracted the .nb files and have the OS file. The problem here is that I am unable to get nbsplit to give me a correct payload, at least I think, the ImgFsFromNb tool gives me an erroneous imgfs.bin (0 Bytes). So I need one of those things answered: Would I be, after dumping the files, able to find or make the french SYS files? If yes, do you know what I am doing wrong? Anyway thanks. this seems like a good community here! |
|
||||
Re: Making a french ROM
Quote:
__________________
Grammar: The difference between knowing your shit and knowing you're shit.
|
This post has been thanked 1 times. |
|
||||
Re: Making a french ROM
Here are the commands you should be looking for:
Code:
..\Tools\NBSplit.exe -kaiser OS.nb > nbsplit.log ..\Tools\ImgfsFromNB.exe OS.nb.payload imgfs.bin > imgfsfromnb.log ..\Tools\ImgfstoDump.exe imgfs.bin > imgfsdump.log http://www.megaupload.com/?d=W9EPCDKL |
This post has been thanked 1 times. |
|
||||
Re: Making a french ROM
Thanks tobeychris for the files, I'm going to play with them right now and see if I can get what I want.
Now, I have tried again to do the extraction myself... and it works, but there is something that have changed. I was trying to do it from a network share (my main machine is a linux one) and it worked, until I tried imgfsfromnb, this one gave me a 0 bytes imgfs. Is it possible that these tools don't really like being or working on a network share? Anyway, thanks again, I hope I will have some kind of result soon enough to actually show the world. |
|
||||
Re: Making a french ROM
Quote:
|
|
|
|