Page 2 of 4 FirstFirst 123 ... LastLast
Results 16 to 30 of 51

Thread: BPL WAP Settings for Java Application on Nokia

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

    Re: BPL WAP Settings for Java Application on Nokia

    Quote Originally Posted by tomtom2k5 View Post
    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.

  2. #17
    Join Date
    Nov 2009
    Posts
    1

    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 ???

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

    Re: BPL WAP Settings for Java Application on Nokia

    Quote Originally Posted by luv_88 View Post
    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...

  4. #19
    Join Date
    Nov 2009
    Posts
    1

    Re: BPL WAP Settings for Java Application on Nokia

    hello techarena,
    I am just a new member here.
    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"...
    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...

    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)...



    Thnx again guys...
    will be looking to future help if required....



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

    Re: BPL WAP Settings for Java Application on Nokia

    Quote Originally Posted by tomtom2k5 View Post
    @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!!

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

    Re: BPL WAP Settings for Java Application on Nokia

    Here is the wml 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="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>

  7. #22
    Join Date
    Nov 2009
    Posts
    1
    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

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

    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 :
    <?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 :
    <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 :
    <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 :
    <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 :
    <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 :
    <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 :
    <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 :
    <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 :
    <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....

  9. #24
    Join Date
    Nov 2009
    Posts
    1

    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
    Last edited by satish1788; 01-12-2009 at 08:40 PM.

  10. #25
    Join Date
    Dec 2009
    Posts
    1

    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?

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

    Re: BPL WAP Settings for Java Application on Nokia

    Quote Originally Posted by panagiotis_mix View Post
    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...

  12. #27
    Join Date
    Nov 2009
    Posts
    3

    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

  13. #28
    Join Date
    Nov 2008
    Location
    Kolkata
    Posts
    60

    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.....

  14. #29
    Join Date
    Nov 2008
    Location
    Kolkata
    Posts
    60

    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.

  15. #30
    Join Date
    Nov 2006
    Posts
    85

    Re: BPL WAP Settings for Java Application on Nokia

    Quote Originally Posted by Evolution View Post
    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...

Page 2 of 4 FirstFirst 123 ... 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,714,995,726.77775 seconds with 17 queries