Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

How to insert file in data.bin huawei setup file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to insert file in data.bin huawei setup file

    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.

  • #2
    sorry i dont know how to do that, i think u r trying to make ur customized dashboard.
    keep trying.

    Comment


    • #3
      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:
      Code:
      cd data
      ..\7za a ..\data.bin -r *.* -tzip -mx=9
      also i create a DataBinCreaor include 7za.exe
      put it with the extracted DATA folder together and double click,you'll got a new one

      Comment


      • #4
        Thankx a lot dear. I done after using your advice again heartly thanks to u. :-)

        Comment


        • #5
          Originally posted by BJFROG View Post
          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:
          Code:
          cd data
          ..\7za a ..\data.bin -r *.* -tzip -mx=9
          also i create a DataBinCreaor include 7za.exe
          put it with the extracted DATA folder together and double click,you'll got a new one
          hi,

          can you reupload this tool?

          thanks!

          Comment

          Working...
          X