View Single Post
Old 05-09-2012, 12:57   #4 (permalink)
connected_4_you
Junior Member
 
Join Date: May 2012
Posts: 13
Member: 1755102
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by NiRaV.SoN! View Post

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>
i had successfully added profile in dashboard but by default idea is selected and i am not able to select other profile....
  Reply With Quote
 
Page generated in 0.09837 seconds with 7 queries