View Single Post
Old 05-09-2012, 10:15   #3 (permalink)
NiRaV.SoN!
No Life Poster
 
NiRaV.SoN!'s Avatar
 
Join Date: Apr 2012
Location: India ( Gurukrupa )
Age: 32
Posts: 507
Member: 1753913
Status: Offline
Thanks Meter: 298
Donate money to this user
Arrow

Quote:
Originally Posted by connected_4_you View Post
How to add new profile in idea e1732 software without changing dashboard as we can not make 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>
  Reply With Quote
 
Page generated in 0.08877 seconds with 7 queries