If you want to extract the contents of a rom or modify it, you should learn how to use imgfs_tools (by mamaich).
The step by step intructions are given in the readme file (tools.txt), so read it carefully and have some practice.
The main warning is you can do anything with the dumped rom, but don't use the resulting rom, if you're not sure, that you did everything properly.
The typical process should be (for i120/i128 and older GSmart devices):
- Code: Select all
prepare_imgfs.exe nk.nba
or (for new devices):
- Code: Select all
prepare_imgfs.exe nk.nba [-nosplit]
- Code: Select all
viewimgfs.exe imgfs_raw_data.bin
...modify "dump" directory as you need... then:
- Code: Select all
BuildImgfs.exe
for i120/i128 and older GSmart devices:
- Code: Select all
make_imgfs.exe nk.nba
or (for new devices):
- Code: Select all
make_imgfs.exe nk.nba [-nosplit]


. I know there are sites like xda-developers which talk about this kinda stuff, but none of them are talking about the gSmart i128 specifically, so I'm not sure if the instructions there apply to the i128 too
News