|
| |||||||||
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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"/> 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 |
|
#2
| |||
| |||
| 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
| |||
| |||
|
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> 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> 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> 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
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
|
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
| |||
| |||
| Re: Give me Aircel GPRS Java (.prov) settings for nokia 6233 to make use of opera mini browser. Quote:
Make sure in [<parm name="AUTHNAME" value="YOURBPLPHONENUMBER"/>] the you change YOURBPLPHONENUMBER to your bpl mobile number before converting it to the .prov file. Quote:
Post the details and i will make .prov file and attach it. The details needed :
|
|
#8
| |||
| |||
|
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
| |||
| |||
| Re: Give me Aircel GPRS Java (.prov) settings for nokia 6233 to make use of operamini browser. Quote:
|
|
#10
| |||
| |||
| Re: BPL WAP Settings for Java Application on Nokia Hey there, Download the attachement, I have created a .prov for your Loop settings. Hope this works. If any problem, post back... |
|
#11
| |||
| |||
| 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
| |||
| |||
| Re: BPL WAP Settings for Java Application on Nokia
Here is the settings for your safaricom network. Download the attachment. |
|
#13
| |||
| |||
| Re: BPL WAP Settings for Java Application on Nokia Quote:
|
|
#14
| |||
| |||
| 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
| |||
| |||
|
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:
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 |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "BPL WAP Settings for Java Application on Nokia" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to enable internet setting for java application in Nokia c2-02 | MI:4 | Portable Devices | 4 | 4 Weeks Ago 09:53 AM |
| My Nokia E6 is not supporting any java application to install | Judah | Portable Devices | 4 | 02-08-2011 10:14 AM |
| Java application does not appear after installation in nokia 5800 | Thingy | Portable Devices | 4 | 07-01-2011 10:49 AM |
| Help with java application | gec5741 | Software Development | 1 | 29-12-2009 04:32 PM |
| Can't Run Java application | Ameeryan | Software Development | 3 | 08-10-2009 11:37 AM |