Page 1 of 4 12 ... LastLast
Results 1 to 15 of 51

Thread: BPL WAP Settings for Java Application on Nokia

  1. #1
    Join Date
    Jan 2009
    Posts
    1,738

    BPL WAP Settings for Java Application on Nokia

    BPL WAP has configured a proxy server throuh which you can access the internet on your Phone. Well this is not any problem for Nokia s60 Phones. The problem arises when you own a Nokia s40 phone. Nokia has removed the feature of allowing manual configuration for access point for s40 phones. But there's still a way. You need a wml file which can be converted to a file with .prov as the extension. Here is what to do. Download the following files :
    Access Point Proxy Settings
    Nokia Setting Converter
    Now extract all the files from first archive and select your Mobile service operator. There is settings for all the providers. Now BPL is what we will use. Extract the second archive and from the first archive copy the NokiaJAVAProxy.wml file from BPL India folder to the folder where the second archive is extracted. Now open NokiaJAVAProxy.wml file in wordpad [not notepad]. Now go to the bottom part and find the lines which has this written :
    Code:
    <parm name="AUTHTYPE" value="PAP"/>
          <parm name="AUTHNAME" value="urbplmobilenumber"/>
          <parm name="AUTHSECRET" value="mmsc"/>
    Then here, change urbplmobilenumber with your mobile number.

    Now once done save the file as it is and dont make any other change. Now open command prompt and navigate to the folder where the file is and type :
    Code:
    xml2wbxml -o BPL4Java.prov NokiaJavaProxy.wml
    Once you Run this command, you will get a file with its name as BPL4Java.prov. Now you need to transfer this file to your mobile. But for transferring this you will not use Storage mode. You should transfer this file to your mobile via bluetooth. The best way is copy this file on some other phone using storage mode and then transfer it to your phone via bluetooth. Now your phone will say Settings received. click the ok button and it will say no applications supported, click save. Now go to Settings > Configuration > Default Config. Settings Select BPL4Java and make it default. Now select the second option Activate Default in all Applications. Thats it done. Now start surfing from your Java Phone. Hope this Helps.

  2. #2
    Join Date
    Jan 2009
    Posts
    1,738

    Re: BPL WAP Settings for Java Application on Nokia

    I tried thison many phones, it seems not working on Nokia Java phones which has s40 v5. It doesn't work with phones like super nova, 2700 classic. Will update when there's a trick making it work...

  3. #3
    Join Date
    Jan 2009
    Posts
    202
    SETTINGS FOR EBUDDY :

    Code:
    <?xml version="1.0"?>
    <!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN"
    "http://www.wapforum.org/DTD/prov.dtd">
    <wap-provisioningdoc version="1.0">
    
    <!-- This WML doc created by Ravi Mathur, September 5 2007 -->
    <!-- HowardForums username: ravidavi -->
    
    <characteristic type="BOOTSTRAP">
    <!-- Name of the configuration -->
    <parm name="NAME" value="JAVA PROXY"/>
    </characteristic>
    
    <!-- Defines how network access occurs -->
    <characteristic type="ACCESS">
    <parm name="RULE" value="Default Rule"/>
    
    <!-- Connect through specified proxy -->
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    </characteristic>
    
    <!-- Defines proxy parameters -->
    <characteristic type="PXLOGICAL">
    <parm name="PROXY-ID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <characteristic type="PXPHYSICAL">
    <parm name="PHYSICAL-PROXY-ID" value="Wind_Proxy"/>
    <parm name="PXADDR" value="10.0.0.10"/>
    <parm name="PXADDRTYPE" value="IPV4"/>
    <parm name="PUSHENABLED" value="0"/>
    <characteristic type="PORT">
    <parm name="PORTNBR" value="9401"/>
    </characteristic>
    
    <!-- Connect through specified access point -->
    <parm name="TO-NAPID" value="Wind_Proxy"/>
    </characteristic>
    </characteristic>
    
    <!-- Defines Network Access Point (NAP) parameters -->
    <characteristic type="NAPDEF">
    <parm name="NAPID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <parm name="BEARER" value="GSM-GPRS"/>
    <parm name="NAP-ADDRESS" value="mizone"/>
    <parm name="NAP-ADDRTYPE" value="APN"/>
    <parm name="INTERNET" value=""/>
    <characteristic type="NAPAUTHINFO">
    <!-- PAP is "normal" authentication -->
    <parm name="AUTHTYPE" value="PAP"/>
    <parm name="AUTHNAME" value="YOURBPLPHONENUMBER"/>
    <parm name="AUTHSECRET" value="mmsc"/>
    
    </characteristic>
    </characteristic>
    
    <characteristic type="APPLICATION">
    <parm name="APPID" value="x-midlet-eBuddy eBuddy"/>
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    </characteristic>
    
    </wap-provisioningdoc>
    SETTINGS FOR OPERA MINI :

    Code:
    <?xml version="1.0"?>
    <!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN"
    "http://www.wapforum.org/DTD/prov.dtd">
    <wap-provisioningdoc version="1.0">
    
    <!-- This WML doc created by Ravi Mathur, September 5 2007 -->
    <!-- HowardForums username: ravidavi -->
    
    <characteristic type="BOOTSTRAP">
    <!-- Name of the configuration -->
    <parm name="NAME" value="JAVA PROXY"/>
    </characteristic>
    
    <!-- Defines how network access occurs -->
    <characteristic type="ACCESS">
    <parm name="RULE" value="Default Rule"/>
    
    <!-- Connect through specified proxy -->
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    </characteristic>
    
    <!-- Defines proxy parameters -->
    <characteristic type="PXLOGICAL">
    <parm name="PROXY-ID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <characteristic type="PXPHYSICAL">
    <parm name="PHYSICAL-PROXY-ID" value="Wind_Proxy"/>
    <parm name="PXADDR" value="10.0.0.10"/>
    <parm name="PXADDRTYPE" value="IPV4"/>
    <parm name="PUSHENABLED" value="0"/>
    <characteristic type="PORT">
    <parm name="PORTNBR" value="9401"/>
    </characteristic>
    
    <!-- Connect through specified access point -->
    <parm name="TO-NAPID" value="Wind_Proxy"/>
    </characteristic>
    </characteristic>
    
    <!-- Defines Network Access Point (NAP) parameters -->
    <characteristic type="NAPDEF">
    <parm name="NAPID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <parm name="BEARER" value="GSM-GPRS"/>
    <parm name="NAP-ADDRESS" value="mizone"/>
    <parm name="NAP-ADDRTYPE" value="APN"/>
    <parm name="INTERNET" value=""/>
    <characteristic type="NAPAUTHINFO">
    <!-- PAP is "normal" authentication -->
    <parm name="AUTHTYPE" value="PAP"/>
    <parm name="AUTHNAME" value="YOURBPLPHONENUMBER"/>
    <parm name="AUTHSECRET" value="mmsc"/>
    
    </characteristic>
    </characteristic>
    
    <characteristic type="APPLICATION">
    <parm name="APPID" value="x-midlet-Opera Software ASA Opera Mini"/>
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    </characteristic>
    
    </wap-provisioningdoc>
    SETTINGS FOR OPERA MINI 5 BETA :

    Code:
    <?xml version="1.0"?>
    <!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN"
    "http://www.wapforum.org/DTD/prov.dtd">
    <wap-provisioningdoc version="1.0">
    
    <!-- This WML doc created by Ravi Mathur, September 5 2007 -->
    <!-- HowardForums username: ravidavi -->
    
    <characteristic type="BOOTSTRAP">
    <!-- Name of the configuration -->
    <parm name="NAME" value="JAVA PROXY"/>
    </characteristic>
    
    <!-- Defines how network access occurs -->
    <characteristic type="ACCESS">
    <parm name="RULE" value="Default Rule"/>
    
    <!-- Connect through specified proxy -->
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    </characteristic>
    
    <!-- Defines proxy parameters -->
    <characteristic type="PXLOGICAL">
    <parm name="PROXY-ID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <characteristic type="PXPHYSICAL">
    <parm name="PHYSICAL-PROXY-ID" value="Wind_Proxy"/>
    <parm name="PXADDR" value="10.0.0.10"/>
    <parm name="PXADDRTYPE" value="IPV4"/>
    <parm name="PUSHENABLED" value="0"/>
    <characteristic type="PORT">
    <parm name="PORTNBR" value="9401"/>
    </characteristic>
    
    <!-- Connect through specified access point -->
    <parm name="TO-NAPID" value="Wind_Proxy"/>
    </characteristic>
    </characteristic>
    
    <!-- Defines Network Access Point (NAP) parameters -->
    <characteristic type="NAPDEF">
    <parm name="NAPID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <parm name="BEARER" value="GSM-GPRS"/>
    <parm name="NAP-ADDRESS" value="mizone"/>
    <parm name="NAP-ADDRTYPE" value="APN"/>
    <parm name="INTERNET" value=""/>
    <characteristic type="NAPAUTHINFO">
    <!-- PAP is "normal" authentication -->
    <parm name="AUTHTYPE" value="PAP"/>
    <parm name="AUTHNAME" value="YOURBPLPHONENUMBER"/>
    <parm name="AUTHSECRET" value="mmsc"/>
    
    </characteristic>
    </characteristic>
    
    <characteristic type="APPLICATION">
    <parm name="APPID" value="x-midlet-Opera Software ASA Opera Mini"/>
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    </characteristic>
    
    </wap-provisioningdoc>
    SETTINGS FOR GOOGLE MAPS :

    Code:
    <?xml version="1.0"?>
    <!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN"
    "http://www.wapforum.org/DTD/prov.dtd">
    <wap-provisioningdoc version="1.0">
    
    <!-- This WML doc created by Ravi Mathur, September 5 2007 -->
    <!-- HowardForums username: ravidavi -->
    
    <characteristic type="BOOTSTRAP">
    <!-- Name of the configuration -->
    <parm name="NAME" value="JAVA PROXY"/>
    </characteristic>
    
    <!-- Defines how network access occurs -->
    <characteristic type="ACCESS">
    <parm name="RULE" value="Default Rule"/>
    
    <!-- Connect through specified proxy -->
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    </characteristic>
    
    <!-- Defines proxy parameters -->
    <characteristic type="PXLOGICAL">
    <parm name="PROXY-ID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <characteristic type="PXPHYSICAL">
    <parm name="PHYSICAL-PROXY-ID" value="Wind_Proxy"/>
    <parm name="PXADDR" value="10.0.0.10"/>
    <parm name="PXADDRTYPE" value="IPV4"/>
    <parm name="PUSHENABLED" value="0"/>
    <characteristic type="PORT">
    <parm name="PORTNBR" value="9401"/>
    </characteristic>
    
    <!-- Connect through specified access point -->
    <parm name="TO-NAPID" value="Wind_Proxy"/>
    </characteristic>
    </characteristic>
    
    <!-- Defines Network Access Point (NAP) parameters -->
    <characteristic type="NAPDEF">
    <parm name="NAPID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <parm name="BEARER" value="GSM-GPRS"/>
    <parm name="NAP-ADDRESS" value="mizone"/>
    <parm name="NAP-ADDRTYPE" value="APN"/>
    <parm name="INTERNET" value=""/>
    <characteristic type="NAPAUTHINFO">
    <!-- PAP is "normal" authentication -->
    <parm name="AUTHTYPE" value="PAP"/>
    <parm name="AUTHNAME" value="YOURBPLPHONENUMBER"/>
    <parm name="AUTHSECRET" value="mmsc"/>
    
    </characteristic>
    </characteristic>
    
    <characteristic type="APPLICATION">
    <parm name="APPID" value="x-midlet-Google Google Maps"/>
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    </characteristic>
    
    </wap-provisioningdoc>

  4. #4
    Join Date
    Jan 2009
    Posts
    202

    Re: BPL WAP Settings for Java Application on Nokia

    <?xml version="1.0"?>
    <!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN"
    "http://www.wapforum.org/DTD/prov.dtd">
    <wap-provisioningdoc version="1.0">

    <!-- This WML doc created by Ravi Mathur, September 5 2007 -->
    <!-- HowardForums username: ravidavi -->

    <characteristic type="BOOTSTRAP">
    <!-- Name of the configuration -->
    <parm name="NAME" value="JAVA PROXY"/>
    </characteristic>

    <!-- Defines how network access occurs -->
    <characteristic type="ACCESS">
    <parm name="RULE" value="Default Rule"/>

    <!-- Connect through specified proxy -->
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    </characteristic>

    <!-- Defines proxy parameters -->
    <characteristic type="PXLOGICAL">
    <parm name="PROXY-ID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <characteristic type="PXPHYSICAL">
    <parm name="PHYSICAL-PROXY-ID" value="Wind_Proxy"/>
    <parm name="PXADDR" value="10.0.0.10"/>
    <parm name="PXADDRTYPE" value="IPV4"/>
    <parm name="PUSHENABLED" value="0"/>
    <characteristic type="PORT">
    <parm name="PORTNBR" value="9401"/>
    </characteristic>

    <!-- Connect through specified access point -->
    <parm name="TO-NAPID" value="Wind_Proxy"/>
    </characteristic>
    </characteristic>

    <!-- Defines Network Access Point (NAP) parameters -->
    <characteristic type="NAPDEF">
    <parm name="NAPID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <parm name="BEARER" value="GSM-GPRS"/>
    <parm name="NAP-ADDRESS" value="mizone"/>
    <parm name="NAP-ADDRTYPE" value="APN"/>
    <parm name="INTERNET" value=""/>
    <characteristic type="NAPAUTHINFO">
    <!-- PAP is "normal" authentication -->
    <parm name="AUTHTYPE" value="PAP"/>
    <parm name="AUTHNAME" value="YOURBPLPHONENUMBER"/>
    <parm name="AUTHSECRET" value="mmsc"/>

    </characteristic>
    </characteristic>

    <characteristic type="APPLICATION">
    <parm name="APPID" value="x-midlet-AMORG MobTorrent"/>
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    </characteristic>

    </wap-provisioningdoc>

  5. #5
    Join Date
    Jan 2009
    Posts
    1,738

    Re: BPL WAP Settings for Java Application on Nokia

    Attached the .prov files for Aircel GPRS and Aircel Wap. But next time post any queries, request and/or problem in the thread and dont PM. I will not reply to PMs...

  6. #6
    Join Date
    Oct 2009
    Posts
    2

    sad Re: Give me Aircel GPRS Java (.prov) settings for nokia 6233 to make use of opera mini browser.

    Hello friends.

    I have downloaded and applied the setting which u have provided me but its still not working, but there is an improvement. The improvement is , it is now connecting atleast, previously it was displaying subscribe to packet data first.
    But now it keeps on connecting nothing is happening beyond that.The web page is not comming.
    I did everything but problem persists.
    I appreciate your effort.
    Please give me solution, modify the existing .prov file. Or if possible can u make changes in BPL .prov file to make aircel .prov file?

    Please help me..

  7. #7
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Give me Aircel GPRS Java (.prov) settings for nokia 6233 to make use of opera mini browser.

    Quote Originally Posted by rahul_k View Post
    Hello friends.

    I have downloaded and applied the setting which u have provided me but its still not working, but there is an improvement. The improvement is , it is now connecting atleast, previously it was displaying subscribe to packet data first.
    But now it keeps on connecting nothing is happening beyond that.The web page is not comming.
    I did everything but problem persists.
    I appreciate your effort.
    Please give me solution, modify the existing .prov file. Or if possible can u make changes in BPL .prov file to make aircel .prov file?

    Please help me..
    Well you should use the bellow mentioned Settings for BPL. The setting below is a single universal setting that can be used with the following applications :
    • MobTorrent
    • Google Maps
    • Opera Mini
    • Opera Mini 5 Beta
    • eBuddy


    Make sure in [<parm name="AUTHNAME" value="YOURBPLPHONENUMBER"/>] the you change YOURBPLPHONENUMBER to your bpl mobile number before converting it to the .prov file.

    <?xml version="1.0"?>
    <!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN"
    "http://www.wapforum.org/DTD/prov.dtd">
    <wap-provisioningdoc version="1.0">

    <!-- This WML doc created by Ravi Mathur, September 5 2007 -->
    <!-- HowardForums username: ravidavi -->

    <characteristic type="BOOTSTRAP">
    <!-- Name of the configuration -->
    <parm name="NAME" value="JAVA PROXY"/>
    </characteristic>

    <!-- Defines how network access occurs -->
    <characteristic type="ACCESS">
    <parm name="RULE" value="Default Rule"/>

    <!-- Connect through specified proxy -->
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    </characteristic>

    <!-- Defines proxy parameters -->
    <characteristic type="PXLOGICAL">
    <parm name="PROXY-ID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <characteristic type="PXPHYSICAL">
    <parm name="PHYSICAL-PROXY-ID" value="Wind_Proxy"/>
    <parm name="PXADDR" value="10.0.0.10"/>
    <parm name="PXADDRTYPE" value="IPV4"/>
    <parm name="PUSHENABLED" value="0"/>
    <characteristic type="PORT">
    <parm name="PORTNBR" value="9401"/>
    </characteristic>

    <!-- Connect through specified access point -->
    <parm name="TO-NAPID" value="Wind_Proxy"/>
    </characteristic>
    </characteristic>

    <!-- Defines Network Access Point (NAP) parameters -->
    <characteristic type="NAPDEF">
    <parm name="NAPID" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    <parm name="BEARER" value="GSM-GPRS"/>
    <parm name="NAP-ADDRESS" value="mizone"/>
    <parm name="NAP-ADDRTYPE" value="APN"/>
    <parm name="INTERNET" value=""/>
    <characteristic type="NAPAUTHINFO">
    <!-- PAP is "normal" authentication -->
    <parm name="AUTHTYPE" value="PAP"/>
    <parm name="AUTHNAME" value="YOURBPLPHONENUMBER"/>
    <parm name="AUTHSECRET" value="mmsc"/>

    </characteristic>
    </characteristic>

    <characteristic type="APPLICATION">
    <parm name="APPID" value="x-midlet-AMORG MobTorrent"/>
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    </characteristic>

    <characteristic type="APPLICATION">
    <parm name="APPID" value="x-midlet-Google Google Maps"/>
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    </characteristic>

    <characteristic type="APPLICATION">
    <parm name="APPID" value="x-midlet-Opera Software ASA Opera Mini 5 Beta"/>
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    </characteristic>

    <characteristic type="APPLICATION">
    <parm name="APPID" value="x-midlet-Opera Software ASA Opera Mini"/>
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    </characteristic>

    <characteristic type="APPLICATION">
    <parm name="APPID" value="x-midlet-eBuddy eBuddy"/>
    <parm name="TO-PROXY" value="Wind_Proxy"/>
    <parm name="NAME" value="Wind_Proxy"/>
    </characteristic>

    </wap-provisioningdoc>
    OR

    Post the details and i will make .prov file and attach it. The details needed :
    • access point name
    • username
    • password
    • proxy address
    • proxy port number



  8. #8
    Join Date
    Oct 2009
    Posts
    2

    sad Re:Give me Aircel GPRS Java (.prov) settings for nokia 6233 to make use of operamini browser.

    HIII

    I am giving you details of AIRCEL GPRS as below.

    *Access point name- aircelgprs
    *username - leave blank (there is no user name)
    *password- leave blenk (there is no password)

    Use no proxy
    *proxy address- No proxy address
    *proxy port number- 8080

    Please give me AIRCEL GPRS .prov file so that i can use any JAVA application on my nokia 6233 handset. I am in mumbai.

    Please provide me .prov settings for aircel as soon as possible.

  9. #9
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Give me Aircel GPRS Java (.prov) settings for nokia 6233 to make use of operamini browser.

    Quote Originally Posted by rahul_k View Post
    HIII

    I am giving you details of AIRCEL GPRS as below.

    *Access point name- aircelgprs
    *username - leave blank (there is no user name)
    *password- leave blenk (there is no password)

    Use no proxy
    *proxy address- No proxy address
    *proxy port number- 8080

    Please give me AIRCEL GPRS .prov file so that i can use any JAVA application on my nokia 6233 handset. I am in mumbai.

    Please provide me .prov settings for aircel as soon as possible.

    Have Attached .prov file for Aircel. When installing, You will see this settings as BPL Settings, but just install it, i have not changed the name of every parameter so it shows a BPL one... Its an aircel settings. The settings are made according to the details you provided...

  10. #10
    Join Date
    Jan 2009
    Posts
    1,738

    Re: BPL WAP Settings for Java Application on Nokia

    Quote Originally Posted by Sandsbhatre View Post
    Username- 9664671439 access point- mizone
    Hey there, Download the attachement, I have created a .prov for your Loop settings. Hope this works. If any problem, post back...

  11. #11
    Join Date
    Nov 2009
    Posts
    2

    Re: BPL WAP Settings for Java Application on Nokia

    Hi would you kindly make me a provision file for my network safaricom in kenya...apn:wap.safaricom.com proxy:172.022.002.38 port8080 password:data username:saf kindly assist me thanks

  12. #12
    Join Date
    Jan 2009
    Posts
    1,738

    Re: BPL WAP Settings for Java Application on Nokia

    Here is the settings for your safaricom network. Download the attachment.

  13. #13
    Join Date
    Jan 2009
    Posts
    1,738

    Re: BPL WAP Settings for Java Application on Nokia

    Quote Originally Posted by Bilalraz View Post
    Thanx man the settings worked...im sorry to disturb you again i also need another file for another network..apn:internet proxy:10.4.16.6 wap server url:www.yu.co.ke port:8080 no user name and password my number is 0750521298 thanxs again
    Here is the proxy setting's provision file for the other network you needed. Download the attachment, Do not open the file with winrar, Its the prov file, just rename it to prov and use it... Have fun...

  14. #14
    Join Date
    Nov 2009
    Posts
    2

    Re: BPL WAP Settings for Java Application on Nokia

    The settings support java apps can it also support default web browser of the phone....my java apps work greatly but when it comes to downloading using default web browser it says link not available...i think you should also add web inorder to support the phones default browser...is that even possible

  15. #15
    Join Date
    Nov 2009
    Posts
    3
    Pls i new here. Can u help me create a prov file for the settings and make work wit any apps.
    Username:web
    password:web
    access point:web.gprs.mtnnigeria.net
    proxy address:10.199.212.2
    proxy port:8080. Pls kindly show me how use the prov file when u paste it.

    Pls i nid prov file for this
    access point:internet.ng.zain.com
    username:internet
    password:internet
    proxy address:148.233.239.23
    port:80. Pls include these apps among the apps it will work wit(Ucweb,nimbuzz,mig33,bolt) thanx.

    Pls also help me to create prov file for these.
    Access point:web.gprs.mtnnigeria.net
    username:web
    password:web
    proxy address:91.203.96.37
    proxy port:80

    Pls make prov file for this too
    Access point:web.gprs.mtnnigeria.net
    proxy address:123.50.222.59
    proxy port:80
    username:web
    password:web

    Pls i nid prov file urgently or shud tell where to put the details in the xml file u paste.

    Proxy address:91.203.96.125
    proxy port:80
    Access point:web.gprs.mtnnigeria.net
    username:web
    password:web

    @rudra.j. I have a suggestion. While not create an online automatic prov file creator which possess all d necessary details.

    Quote Originally Posted by Rudra.J View Post
    Download the Proxy.rar file and rename it to proxy.prov. Hope this helps you... All the best...
    . This prov file did not work it but the rest did work. It says invalid settings discard. Pls help work on it.

    I mean the prov file u created for this
    access point: internet.ng.zain.com
    password:internet
    username:internet
    proxy address:148.233.239.23
    port:80. Pls help me work on it again.

    Help me wit dis
    access point:web.gprs.mtnnigeria.net
    proxy address:74.174.64.146
    port:80
    password:web
    username:web
    pls name it after its proxy address

    Proxy address:114.127.246.36
    port:80
    access point:internet.ng.zain.com
    password:internet
    username:internet

    @rudra.j thanx it worked. But pls i will need u to include an application called ucweb6.3 or ucweb6.7(it works through internet access like opera mini) among the application the prov file will work wit. Pls its urgent. Pls create it for the proxy:148.233.239.23 i pasted earlier.

    Thank u very much.

    @rudra.j can u mod a software to editable version.

    As in. Ucweb, ebuddy, nimbuzz, opera 5 all have ordinary version and editable version where you can put your trick. So i mean can u mod an application from ordinary version to editable version so as to be able to put trick.

    @rudra.j. Pls post the wml file for the last prov file u created for me yesterday showing the new development and where u put the details.

    Help me wit this proxy address:119.70.40.101
    port:80
    access point:internet.ng.zain.com
    password and username: internet. Pls i ve problem identifying and differentiating most of the prov file u helped me created 4rm each other bcoz they have the same name after saving them just as in (java proxy and wind proxy) pls help me do something about it on this new proxy i pasted.

    I mean the details are
    proxy address:119.70.40.101
    PORT:8080
    access point:internet.ng.zain.com
    password and username:internet

    PROXY ADDRESS:66.102.009.63
    port:80
    ACCESS POINT:web.gprs.mtnnigeria.net
    username:web
    password:web

    PROXY ADDRESS:209.139.208.78
    PORT:80
    ACCESS POINT:web.gprs.mtnnigeria.net
    password:web
    username:web

    Proxy address:123.50.222.59port:80
    access point:internet.ng.zain.com
    password:web
    username:web

    Help me wit this.
    Username:
    password:
    acesspoin:etisalat
    proxyaddress:208.109.196.161
    port:80.
    Leave the username and password blank.

    Help me wit dis.
    Access point:web.gprs.mtnnigeria.net
    username:web
    password:web
    proxy address:concealme.com
    port:80

    Help me wit dis.
    Access point:internet.ng.zain.com
    username:internet
    password:internet
    proxy address:209.139.208.236
    port:80

    Pls i nid prov file for these.(pls create different prov file wit different proxy address but the same proxy port and settings)
    Proxy address(1):concealme.com
    Proxy address(2):iran.vugg.net
    Proxy address(3):awxcnx.de
    Proxy address(4):karoubi.qods.25u.com
    PROXY PORT FOR ALL THE IP:80
    Access point:web.gprs.mtnnigeria.net
    Username:web
    Password:web

Page 1 of 4 12 ... LastLast

Similar Threads

  1. Replies: 4
    Last Post: 15-01-2012, 09:53 AM
  2. Replies: 4
    Last Post: 02-08-2011, 09:14 AM
  3. Replies: 4
    Last Post: 07-01-2011, 10:49 AM
  4. Help with java application
    By gec5741 in forum Software Development
    Replies: 1
    Last Post: 29-12-2009, 04:32 PM
  5. Can't Run Java application
    By Ameeryan in forum Software Development
    Replies: 3
    Last Post: 08-10-2009, 10:37 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,615,122.72247 seconds with 17 queries