can anyone tell me how to insert file in Mobile partner setup file data.bin I m using 7-zip and it only extract file not support insert.
Unconfigured Ad Widget
Collapse
Announcement
Collapse
No announcement yet.
How to insert file in data.bin huawei setup file
Collapse
X
-
actually data.bin is a zip format compression archive with sufix ".bin"
you can handle this with winzip app,personally i like use 7zip GUI or 7zip command line tool 7za.exe
the usage of 7za.exe:
also i create a DataBinCreaor include 7za.exeCode:cd data ..\7za a ..\data.bin -r *.* -tzip -mx=9
put it with the extracted DATA folder together and double click,you'll got a new one
Comment
-
hi,Originally posted by BJFROG View Postactually data.bin is a zip format compression archive with sufix ".bin"
you can handle this with winzip app,personally i like use 7zip GUI or 7zip command line tool 7za.exe
the usage of 7za.exe:
also i create a DataBinCreaor include 7za.exeCode:cd data ..\7za a ..\data.bin -r *.* -tzip -mx=9
put it with the extracted DATA folder together and double click,you'll got a new one
can you reupload this tool?
thanks!
Comment
Comment