-
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:
-
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>
-
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
-
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
Download the Proxy.rar file and rename it to proxy.prov. Hope this helps you... All the best... :thumbup1:
. 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
-
Re: BPL WAP Settings for Java Application on Nokia
Quote:
Originally Posted by
tomtom2k5
Pls don't forget i use s40v5(nokia 2700c)
I too use this same phone... Download the attached file. Rename it from MTN.rar to MTN.prov Once you have the prov file copy it to any phone and then send it to your phone via bluetooth. You will then see a message the settings received. Save the settings. :thumbup1:
-
Re: BPL WAP Settings for Java Application on Nokia
hey dude...der is sum prob...
Wen i use d settings yu gave me....its charging me 4 gprs..
N wen i use m manually settings for web....its nt chargin m nethin...
Is der nethin yu cn do thru settings ???
-
Re: BPL WAP Settings for Java Application on Nokia
Quote:
Originally Posted by
luv_88
hey dude...der is sum prob...
Wen i use d settings yu gave me....its charging me 4 gprs..
N wen i use m manually settings for web....its nt chargin m nethin...
Is der nethin yu cn do thru settings ???
There isnt any problem with the settings. The Service Provider will charge you if your data plan is paid one, for the free plans they cant charge you. Talk to the customer care, they would help you with that... :thumbup1:
-
Re: BPL WAP Settings for Java Application on Nokia
hello techarena,
I am just a new member here.:thumbup1:
Actually I came to say thnx to you guys...
I hav a small blog made for my friends... and one of my friend require the .prov settings for his phone...
With the use of your .wml file and the compiler I made a small program to directly take access point, proxy add,proxy port as input from user and give them compiled settings...It worked and some ppl downloaded the so called "S40 settings maker"...:rolleyes:
Now m making some changes to the program.. for making some authentication field, etc, etc... and searched on google and directly landed here...
I realized I shud say thnx to u...:biggrin:
and yeah Sorry that i used your code widout your permission... but i have given credits in the setup file to "Ravi Mathur" (The name i found in wml file)...:notworthy :notworthy :notworthy
Thnx again guys...
will be looking to future help if required....
:notworthy :thumbup1: :thumbup1: :thumbup1:
-
Re: BPL WAP Settings for Java Application on Nokia
Quote:
Originally Posted by
tomtom2k5
@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.
Download and rename the file, remove the .rar extension and add .prov extension... Included the softwares that you requested and migg33v4. All the best!! :thumbup1:
-
Re: BPL WAP Settings for Java Application on Nokia
Here is the wml 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="148.233.239.23"/>
<parm name="PXADDRTYPE" value="IPV4"/>
<parm name="PUSHENABLED" value="0"/>
<characteristic type="PORT">
<parm name="PORTNBR" value="80"/>
</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="internet.ng.zain.com"/>
<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="internet"/>
<parm name="AUTHSECRET" value="internet"/>
</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>
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-UCWEB UCWEB6.3"/>
<parm name="TO-PROXY" value="Wind_Proxy"/>
<parm name="NAME" value="Wind_Proxy"/>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-UCWEB UCWEB6.7"/>
<parm name="TO-PROXY" value="Wind_Proxy"/>
<parm name="NAME" value="Wind_Proxy"/>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-Nimbuzz Nimbuzz"/>
<parm name="TO-PROXY" value="Wind_Proxy"/>
<parm name="NAME" value="Wind_Proxy"/>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-Project Goth, Inc. mig33v42"/>
<parm name="TO-PROXY" value="Wind_Proxy"/>
<parm name="NAME" value="Wind_Proxy"/>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-Bitstream Inc. BOLT"/>
<parm name="TO-PROXY" value="Wind_Proxy"/>
<parm name="NAME" value="Wind_Proxy"/>
</characteristic>
</wap-provisioningdoc>
-
The access point for this last one is web.gprs.mtnnigeria.net. Pls read my complaint on the previous page before making me these prov file.
finally i made settings for nokia s40 v5 which is working in my nokia 5130,which will also work in all nokia s40 phones,if anyone want settings then contact me.
Hey dude pls tell me how can i transfer prov file to nokia 6030 it has no bluetooth & infraded.
sorry dude u can't send setting to nokia 6030,sending setting as mms won't work and i tried it also
Welcome back rudra.j. U left 4 a long tyme.
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
-
Re: BPL WAP Settings for Java Application on Nokia
Every Provision file is same, just added the support for applications you mentioned. Keep the proxy as it is, just add the software part on it. Read this :
The provision file is divided into two parts :
I. This is a Proxy Setting Part :
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="148.233.239.23"/>
<parm name="PXADDRTYPE" value="IPV4"/>
<parm name="PUSHENABLED" value="0"/>
<characteristic type="PORT">
<parm name="PORTNBR" value="80"/>
</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="internet.ng.zain.com"/>
<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="internet"/>
<parm name="AUTHSECRET" value="internet"/>
</characteristic>
</characteristic>
<!--Here Application part should come-->
</wap-provisioningdoc>
The application part is as below which must be used in the able proxy where mentions in bold. The application settings :
For MobTorrent :
Quote:
<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>
For Google Maps :
Quote:
<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>
For Opera Mini 5 beta :
Quote:
<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>
For Opera Mini :
Quote:
<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>
For eBuddy :
Code:
<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>
For UCWEB 6.3 :
Code:
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-UCWEB UCWEB6.3"/>
<parm name="TO-PROXY" value="Wind_Proxy"/>
<parm name="NAME" value="Wind_Proxy"/>
</characteristic>
For UCWEB 6.7 :
Quote:
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-UCWEB UCWEB6.7"/>
<parm name="TO-PROXY" value="Wind_Proxy"/>
<parm name="NAME" value="Wind_Proxy"/>
</characteristic>
For Nimbuzz :
Quote:
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-Nimbuzz Nimbuzz"/>
<parm name="TO-PROXY" value="Wind_Proxy"/>
<parm name="NAME" value="Wind_Proxy"/>
</characteristic>
For mig33v42 :
Quote:
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-Project Goth, Inc. mig33v42"/>
<parm name="TO-PROXY" value="Wind_Proxy"/>
<parm name="NAME" value="Wind_Proxy"/>
</characteristic>
For BOLT :
Quote:
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-Bitstream Inc. BOLT"/>
<parm name="TO-PROXY" value="Wind_Proxy"/>
<parm name="NAME" value="Wind_Proxy"/>
</characteristic>
I Hope this helps you....
-
Re: BPL WAP Settings for Java Application on Nokia
here is the prov file for the above mentioned settings
just download it,extract it and send 'proxy.prov' file to your mobile via bluetooth or infrared
-
Re: BPL WAP Settings for Java Application on Nokia
hi,
i need help finding the details:
* access point name
* username
* password
* proxy address
* proxy port number
i dont know where to find these details to give them to you to attach the prov file for me.. can you tell me where to find them from?
-
Re: BPL WAP Settings for Java Application on Nokia
Quote:
Originally Posted by
panagiotis_mix
hi,
i need help finding the details:
* access point name
* username
* password
* proxy address
* proxy port number
i dont know where to find these details to give them to you to attach the prov file for me.. can you tell me where to find them from?
You need to contact your mobile service provider for the same. Only they can provide you with these details... Also you need to activate the gprs/wap service to use them. You need to use these settings only if the isp doesn't provide you with an automated settings and tells you to setup your mobile manually...
-
Re: BPL WAP Settings for Java Application on Nokia
Pls i nid prov file for these.
Proxy address:karoubi.qods.25u.com
PROXY PORT:80
Access point:etisalat
Username: leave it blank
Password:leave it blank
-
Re: BPL WAP Settings for Java Application on Nokia
I have Nokia 2700 Classic with unlimited Aircel GPRS.
My Speed is very low(1kbps or less) on mobile.
And when I use on PC got torrent error "port is not forwarded".
I don't know why but I can't download the "Aircel.rar" file.....:(
-
Need Aircel GPRS Settings(.prov) For Nokia 2700 Classic To make Use Of MobTorrent
Details:
*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
I am in Kolkata.
-
Re: BPL WAP Settings for Java Application on Nokia
Quote:
Originally Posted by
Evolution
I have Nokia 2700 Classic with unlimited Aircel GPRS.
My Speed is very low(1kbps or less) on mobile.
And when I use on PC got torrent error "port is not forwarded".
I don't know why but I can't download the "Aircel.rar" file.....:(
Please download the attachment later as we are having some issues with the files on our server. It shall be corrected in some time...
-
Re: BPL WAP Settings for Java Application on Nokia
I'm going make .prov file for Nokia 2700 Classic(Aircel Kolkata) by myself.
But I need help.
First tell me the following information.
*Access point name- ?
*username - leave blank (there is no user name)
*password- leave blank (there is no password)
*proxy address- ?
*proxy port number- ?
I have downloaded "nokia java proxy" and "wbxml" rar files.
Can I make one single .prov file for all universal application ?
I can already able to run opera mini,e-buddy,gmaps etc but not the Mobtorrent.
There are no setting at program access.
"Allow read and write date on memory card" is disabled .....:crybaby:
-
Re: BPL WAP Settings for Java Application on Nokia
Pls now. I waited and waited for u to help me create my prov file.
-
Re: BPL WAP Settings for Java Application on Nokia
can u make a prov file for my 5130 . Proxy 100.001.200.099 port 8080 apn airtelwap.com application ucweb 7 , gmaps,
-
Re: BPL WAP Settings for Java Application on Nokia
For your solution for the BPL WAP setting for your Nokia 5130 visit the forums post given below:
WAP setting
-
Re: BPL WAP Settings for Java Application on Nokia
-
Re: BPL WAP Settings for Java Application on Nokia
Need some information.
Unable to run MobTorrent("Allow read and write date on memory card" is disabled)
Aircel Kolkata:
Proxy Address - ?
Proxy Port Number - ?
-
Re: BPL WAP Settings for Java Application on Nokia
-
Re: BPL WAP Settings for Java Application on Nokia
People wait for a few days and Tech Arena is having some database issue and you won't be able to download any attachments even if i upload it. So its better i attach it later. I will make proxy for the rest later as soon as the database issue is solved... :thumbup1:
-
Re: BPL WAP Settings for Java Application on Nokia
hi thanks:notworthy :thumbup1:
it is working in nokia 5200 (s40 v3) but not in nokia 2700 (s40 v5) :crybaby: so plz can u try to make the script 4 s40 v5.
with this settings i can use the Java apps but cant stream you tube videos on mobile phone.
this may b because v r using wap setting to access Java apps but 4 streaming v need to use gprs(Internet) i thing which is not activated in BPL prepaid.
is it possible to use wap for streaming.
similarly like NokiaJAVAProxy.wml for bpl can u make wml script that can b used for streaming.
i mean .prov file(of streaming) that can b used 4 streaming
the wml script that u give it enables java apps to use wap net.
yours thankful
-
Re: BPL WAP Settings for Java Application on Nokia
Hello friends. I would make the proxy settings for each of you. The thing is i am online form my mobile phone and i cannot make the provision settings here. Also i have been out of town and will only return after 13th January. I hope you guys wait for some time... I will post your settings as soon as i'm back... Sorry once again guys... :rolleyes:
-
Re: BPL WAP Settings for Java Application on Nokia
Quote:
Originally Posted by
Rudra.J
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:
Could someone please help me with the nex issue ...?
I need a wml file to convert into a prov file for my nokia 5000d mobile phone.
The settings I am looking for are Web n Walk.
Web n walk is something like a wap service. An internet connection provided by Comsote Romania through a proxy.
The problem is that only modified Mini Opera works. I wrote that here too : http://www.ecristian.com/2009/12/cos...te-si-imagini/
So, I am looking for some setting to make all aplications work with webnwalk configuration.
The general parameters are :
PHP Code:
Account Name: Webnwalk
Username: wnw
Password: wnw
Homepage: http://m.webnwalk.ro
Proxy and Server Port: 8080
Proxy and Server adress: 10.252.1.62
Databearer: GPRS / Packetdata
Access Point Name: wnw
Proxy: Enabled/yes
Authentication Type: Normal
I made a prov file but it did not work ...
Could someone please help me ???
PHP Code:
<?xml version="1.1"?>
<!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN"
"http://www.wapforum.org/DTD/prov.dtd">
<wap-provisioningdoc>
<characteristic type="BOOTSTRAP">
<parm name="NAME" value="Webnwalk Internet"/>
<parm name="PROVURL" value="http://mydomain/WebnwalkInternet"/>
<parm name="PROXY-ID" value="10.252.1.62"/>
</characteristic>
<characteristic type="NAPDEF">
<parm name="NAME" value="Webnwalk Internet"/>
<parm name="NAPID" value="N1"/>
<parm name="BEARER" value="GSM-GPRS"/>
<parm name="NAP-ADDRESS" value="wnw"/>
<parm name="NAP-ADDRTYPE" value="APN"/>
<parm name="INTERNET"/>
<characteristic type="NAPAUTHINFO">
<parm name="AUTHTYPE" value="PAP"/>
<parm name="AUTHNAME" value="wnw"/>
<parm name="AUTHSECRET" value="wnw"/>
</characteristic>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="w2"/>
<parm name="TO-NAPID" value="N1"/>
<parm name="NAME" value="Webnwalk Internet"/>
<characteristic type="RESOURCE">
<parm name="URI" value="http://m.webnwalk.ro"/>
<parm name="NAME" value="Google"/>
<parm name="STARTPAGE"/>
</characteristic>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-Google Google Maps"/>
<parm name="TO-PROXY" value="Webnwalk Internet"/>
<parm name="NAME" value="Webnwalk Internet"/>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-Opera Software ASA Opera Mini 5 Beta"/>
<parm name="TO-PROXY" value="Webnwalk Internet"/>
<parm name="NAME" value="Webnwalk Internet"/>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-Opera Software ASA Opera Mini"/>
<parm name="TO-PROXY" value="Webnwalk Internet"/>
<parm name="NAME" value="Webnwalk Internet"/>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="x-midlet-eBuddy eBuddy"/>
<parm name="TO-PROXY" value="Webnwalk Internet"/>
<parm name="NAME" value="Webnwalk Internet"/>
</characteristic>
</wap-provisioningdoc>
-
Re: BPL WAP Settings for Java Application on Nokia
Please please give me proxy address to access ebuddy via airtel gprs. Please
-
Re: BPL WAP Settings for Java Application on Nokia
Quote:
Originally Posted by
Aranjan
Please please give me proxy address to access ebuddy via airtel gprs. Please
You will have to check if you can use mobile internet: surf to ebuddy.com with the mobile phone browser. If this is not possible, your mobile internet settings are not correct. You can receive the correct mobile internet connection settings for free from phone manufacturers like nokia, sony ericsson or motorola. Alternatively, you can check the website or call the helpdesk of your mobile operator to get connected.
-
Re: BPL WAP Settings for Java Application on Nokia
Hi,
Nimbuzz and someother applications cant detect the connection, but I can get online and nimbuzz loads without a problem plus someother preinstalled applications like skype, yahoo and msn are connecting without a problem
kindly make me a provision file for my network safaricom in kenya...
apn:wap.safaricom.com
proxy:172.022.002.38
port8080
username:saf
password:data
Handset: Tecno -System {Chinese Phone}
I notice you already posted a file for someone else but I cant locate the download link and besides I'm not sure it'd work for my handset.
Please help resolve this issue.
Thanx
-
Re: BPL WAP Settings for Java Application on Nokia
I haven't for myself have played with the newer provisioning materials so I can't say right now. First I will have to check about how to set it up real quick and see what I find. Actually I am posting this only to know that checking with the China Phones is very difficult.
-
Re: BPL WAP Settings for Java Application on Tecno - System
If everything else fails then pse lets try one for Nokia N72
most applications detect it as a Nokia N72, even though its not
-
Re: BPL WAP Settings for Java Application on Nokia
Hi,
kindly make me a provision file for GPRS for java applications
Network: safaricom in kenya...
apn:wap.safaricom.com
proxy:172.022.002.38
port8080
username:saf
password:data
Handset: Nokia N72
Thanx
-
Re: BPL WAP Settings for Java Application on Nokia
BPL WAP is a proxy server through which you can contact the Internet on your phone to be arranged. According to me this is not a dilemma for Nokia N72 phone. The problem arises when you have a Nokia S40 phone. Nokia has the purpose of the detachment so that a manual configuration for access point for S40 mobile phones. But there's a technique. Can you need a WML file, a file will be converted. Province as an extension. I am trying to guide you to do it. Download the following files:
- Access point proxy settings
- Nokia Setting Converter
Now take out all files from the first archive and choose your wireless carrier. There are settings for all providers. I am giving you an example of BPL. Section of the second archive and extracted the first records a copy of the file from NokiaJAVAProxy.wml BPL India to the folder where the second archive. Now open in WordPad NokiaJAVAProxy.wml [notepad file].
-
Re: BPL WAP Settings for Java Application on Nokia
dude ur converter file is nt accessible..i mean ur second archive..
-
Re: BPL WAP Settings for Java Application on Nokia
Quote:
Originally Posted by
shaikhbros
dude ur converter file is nt accessible..i mean ur second archive..
You can Visit http://my.opera.com/mobiapp/blog/2009/01/06/softwares to download the file "Nokia JAVA Proxy". NokiaJAVAProxy.prov is the actual binary wbxml provisioning file that should be sent to your phone (via bluetooth or usb). This can NOT be manually edited. After downloading it follow the steps given in the first post.
-
Re: BPL WAP Settings for Java Application on Nokia
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