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. :thumbup1:
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... :thumbup1:
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>
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... :cool:
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.:thumbup1:
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..:crybaby: :crybaby: :crybaby:
Re: Give me Aircel GPRS Java (.prov) settings for nokia 6233 to make use of opera mini browser.
Quote:
Originally Posted by
rahul_k
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.:thumbup1:
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..:crybaby: :crybaby: :crybaby:
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.
Quote:
<?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
:thumbup1:
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.
Re: Give me Aircel GPRS Java (.prov) settings for nokia 6233 to make use of operamini browser.
Quote:
Originally Posted by
rahul_k
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.
:crybaby: :crybaby: :crybaby: :crybaby: :crybaby: :crybaby: :crybaby:
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... :thumbup1:
Re: BPL WAP Settings for Java Application on Nokia
Quote:
Originally Posted by
Sandsbhatre
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... :thumbup1:
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
Re: BPL WAP Settings for Java Application on Nokia
Here is the settings for your safaricom network. Download the attachment. :thumbup1:
Re: BPL WAP Settings for Java Application on Nokia
Quote:
Originally Posted by
Bilalraz
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... :thumbup1:
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