Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

how to create customized iso for customized firmwares

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

  • how to create customized iso for customized firmwares

    well i m not a expert 4 sure, but not also a newbee but i fail to create customized iso which is to be used for making customized firmwares from huawei tool.

    so i requst u all seniors members to help me out.

  • #2
    Originally posted by sandeep88822 View Post
    well i m not a expert 4 sure, but not also a newbee but i fail to create customized iso which is to be used for making customized firmwares from huawei tool.

    so i requst u all seniors members to help me out.
    i think you dont really want to customize a firmeware but a dashboard,its dangerous and not easy to customize a firmware,just like something dc-unlocker tool can enable some features disabled when manufactured from modem firmware.

    Relatively there are less dangerous to handle a dashboard

    first you must prepare for an ISO image included your favorite dashboard programs.

    then convert ISO to binary file with "EFS" file system that can be recognized by huawei dashbord installer

    replace oringinal binary file with this new one from dashboard installer via reshacker or other PE tools can replace resoureces

    this is the general process to customize a Huawei dashboard,
    Did you got the problem in creating an ISO image?

    Comment


    • #3
      yes. i dont know how to create an iso which includes mobile partner,
      is it simply put mobile partner to an iso.,then how to do that?

      Comment


      • #4
        Originally posted by sandeep88822 View Post
        yes. i dont know how to create an iso which includes mobile partner,
        is it simply put mobile partner to an iso.,then how to do that?
        uh,the contents included in your ISO should be like the following
        Code:
        [B]Linux [/B]                           <---mobile partner for linux
        [B]Mobile Partner[/B]                <---mobile partner for Windows
        AutoRun.exe
        AUTORUN.INF
        autorun.sh
        DataCard_Setup.exe
        DataCard_Setup64.exe
        install_linux
        ResetDevice.exe
        Startup.ico
        SysConfig.dat
        just according to the layout of your modem emulated CD
        but actually it doesnt matter,you can include any files you want in your ISO,
        Modem just mount the ISO as a CD when its working,
        however you should respect the size of ISO as the memory chip cant hold a lager file than itself

        Comment


        • #5
          Originally posted by BJFROG View Post
          uh,the contents included in your ISO should be like the following
          Code:
          [B]Linux [/B]                           <---mobile partner for linux
          [B]Mobile Partner[/B]                <---mobile partner for Windows
          AutoRun.exe
          AUTORUN.INF
          autorun.sh
          DataCard_Setup.exe
          DataCard_Setup64.exe
          install_linux
          ResetDevice.exe
          Startup.ico
          SysConfig.dat
          just according to the layout of your modem emulated CD
          but actually it doesnt matter,you can include any files you want in your ISO,
          Modem just mount the ISO as a CD when its working,
          however you should respect the size of ISO as the memory chip cant hold a lager file than itself
          can u do it 4 me nd put, reliance dashboard with ussd only.

          Comment


          • #6
            here we go, 1st download NotePad++, a powerfull codes edtior with grammar highlight and line number,

            1.Navigate to "#Extracted Data Folder#\config\" folder, open file "PluginsConfig.xml" ,search string "USSD" ,If this line is disabled,you should enable the line,just according to XML grammar
            Code:
            <!--item name="USSDUIPlugin" clsid="6ADFE6DA-E212-4087-8466-043AB06DF4EB"/-->
            delete the disable marker" !-- --"

            2.Open pluginslib.xml from the same folder,search string "USSDUIplugin"
            replace the element with the following lines
            Code:
            	<plugin>
            		<channel></channel>
            		<name>USSDUIPlugin</name>
            		<alias></alias>
            		<clsid>6ADFE6DA-E212-4087-8466-043AB06DF4EB</clsid>
            		<url>.\USSDUIPlugin.dll</url>
            		<setting_title></setting_title>
            		<version>0.1.0.1</version>
            		<type>0</type>
            		<active>false</active>
            		<static>false</static>
            	</plugin>
            3.navigate to "#Extracted Data Folder#\common\",open plugins.xml,just check the USSD section like step2

            so far USSD should be enabled

            forgot say all files for USSD should already be in
            "#Extracted Data Folder#\common\plugins\USSDUIplugin",and USSD plugin "USSDUIPlugin.dll" already be included in "#Extracted Data Folder#\common\"
            thats it!
            Last edited by BJFROG; 2011-01-31, 01:03 PM.

            Comment


            • #7
              ^^

              sorry bro but where i can find these files in the EXE file or the copied ISO of the dashboard ? so that when i install the dashboard they work automaticly i couldn't find them with resource hacker .

              or there is a way to inject the plugins inside the EXE file ?

              Comment


              • #8
                check out here ,you can handle the lately dashbaorad installer with this method.

                if you want customize a huawei dashboard intaller,this link and tool will be much helpfull

                Comment


                • #9
                  Originally posted by bjfrog View Post
                  check out here ,you can handle the lately dashbaorad installer with this method.

                  If you want customize a huawei dashboard intaller,this link and tool will be much helpfull
                  bj bro can u make reliance dashboard with ussd.

                  link for reliance dashboard which needs customization

                  Comment


                  • #10
                    Originally posted by sandeep88822 View Post
                    bj bro can u make reliance dashboard with ussd.

                    link for reliance dashboard which needs customization
                    http://www.huaweidevice.com/tcpsdown...(05010JHT).rar
                    have you already tried this one?

                    Comment


                    • #11
                      Originally posted by BJFROG View Post
                      have you already tried this one?
                      yes,it does not have ussd, which is a must 4 me,however call can be done using small changes in plugins

                      Comment


                      • #12
                        Originally posted by sandeep88822 View Post
                        yes,it does not have ussd, which is a must 4 me,however call can be done using small changes in plugins
                        download this file,extract it and cover the extracted DATA.BIN folder with the same folder ,check out here,you can make a new one

                        let me know if it work normal or not, as so far we still dont have access a USSD service...

                        Comment


                        • #13
                          Originally posted by BJFROG View Post
                          download this file,extract it and cover the extracted DATA.BIN folder with the same folder ,check out here,you can make a new one

                          let me know if it work normal or not, as so far we still dont have access a USSD service...

                          big thanks to u..

                          it worked.

                          Comment


                          • #14
                            Originally posted by sandeep88822 View Post
                            big thanks to u..

                            it worked.
                            you are welcome,your reliance newest dashboard has some hidden features that still need some time to figure them out

                            Comment


                            • #15
                              Originally posted by BJFROG View Post
                              here we go, 1st download NotePad++, a powerfull codes edtior with grammar highlight and line number,

                              1.Navigate to "#Extracted Data Folder#\config\" folder, open file "PluginsConfig.xml" ,search string "USSD" ,If this line is disabled,you should enable the line,just according to XML grammar
                              Code:
                              <!--item name="USSDUIPlugin" clsid="6ADFE6DA-E212-4087-8466-043AB06DF4EB"/-->
                              delete the disable marker" !-- --"

                              2.Open pluginslib.xml from the same folder,search string "USSDUIplugin"
                              replace the element with the following lines
                              Code:
                              	<plugin>
                              		<channel></channel>
                              		<name>USSDUIPlugin</name>
                              		<alias></alias>
                              		<clsid>6ADFE6DA-E212-4087-8466-043AB06DF4EB</clsid>
                              		<url>.\USSDUIPlugin.dll</url>
                              		<setting_title></setting_title>
                              		<version>0.1.0.1</version>
                              		<type>0</type>
                              		<active>false</active>
                              		<static>false</static>
                              	</plugin>
                              3.navigate to "#Extracted Data Folder#\common\",open plugins.xml,just check the USSD section like step2

                              so far USSD should be enabled

                              forgot say all files for USSD should already be in
                              "#Extracted Data Folder#\common\plugins\USSDUIplugin",and USSD plugin "USSDUIPlugin.dll" already be included in "#Extracted Data Folder#\common\"
                              thats it!
                              @BJFROG

                              Happy New Year

                              Comment

                              Working...
                              X