Saturday 8 June 2013

IDEA NET MODEM EDIT A NEW PROFILE

IDEA NET MODEM EDIT A NEW PROFILE

Follow the steps :-



1. Find this two files in Idea Net Setter Program Files :

Code:
C:\Program Files\Idea Net Setter\plugins\NetConnectPlugin\ProfileLib.prof
C:\Program Files\Idea Net Setter\plugins\NetConnectPlugin\NetConnectConfig.xml

2. Open ProfileLib.prof and add your profile..Like this :-

Code:
Add Under <ProfileGroup type="DialUp">


 <Profile
        name="Tata Docomo 3G"
        type=""
        readonly="true"
        user=""
        password=""
        phonenumber="*99#"
        autoapn="false"
        apn="tatadocomo3g"
        chap="false"
        pap="false"
        ip=""
        dns=""
        dnsalt=""
        wins=""
        winsalt=""/>
3. Open NetConnectConfig.xml...Find this :

Code:
<module name="Idea_C356">
            <ProfileList>
                <item name="Idea Internet" value="default" type="DialUp"/>
            </ProfileList>
        </module>
and add your profile like this : 

Code:
      <module name="Idea_C356">
            <ProfileList>
                <item name="Idea Internet" value="default" type="DialUp"/>
                <item name="Tata Docomo 3G" value="" type="DialUp"/>
            </ProfileList>
      </module>

No comments:

Post a Comment