Go Back   Digit's Technology Discussion Forum > Community > Tutorials

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17-10-2008, 12:37 PM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Lightbulb Run Opera mini on Nokia s40(v2, v3, v5)

This Tutorial i have written for those who have Nokia series 40 mobiles and facing trouble in Using internet based Java Applications on these platform.

Accoring to Nokia:
Quote:
As we all know, Nokia doesn't allow one to specify a proxy for an Access Point in Series 40 v2 and v3 and v5 phones (6131, 6133, 3110c, 5300, 5200, 5310, 6500) etc.

In its recent versions of the Series40 OS (v2 & v3 & v5), Nokia has removed the ability to specify a proxy server associated with an access point. Therefore, those with WAP network plans (such as TMobileWeb users, Airtel NOP users) are unable to use JAVA programs that require internet access (such as Opera Mini, Google Maps, ...).

However, Nokia does allow users to create a provisioning document on their computer. This document, created in wbxml, specifies an access point along with a proxy. The S40 phone recognizes the configuration settings in the document and allows the JAVA midlet to use those instead, thereby allowing the midlet to access the proxy. Its very simple to implement.

The files included in the zip provide some sample xml documents, and the associated provisioning (.prov) files
.
Note: Before proceeding please confirm that What version of S40 device you are using. if You are using Nokia s40(v2, v3), then follow the Method on this page.
But for the users of s40 v5 move on My next page By Click Here.

Tutorial Start(s40 v2, v3 only):
From the given links Download a zip file which have various setting file(.prov) and .wml which we will Edit accordingly.
NokiaJAVAProxy.zip
or
NokiaJAVAProxy.zip
But Main problem here How to Edit this wml file according to our service provider.
So Now i am going to tell you, how to do this:
1. Download NokiaJAVAProxy.zip from above url.

2. Download wbxml2-0.9.0-bin.win32.rar & WML Editor for editing wml files.

3. Now After extracting the NokiajAVAProxy.zip, open any of the .wml file on wml editor. It looks like as:
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, Oct 22 2007 -->
<!-- HowardForums username: ravidavi -->

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

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

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

<!-- Defines proxy parameters -->
<characteristic type="PXLOGICAL">
<parm name="PROXY-ID" value="IdeaProxy"/>
<parm name="NAME" value="Idea Proxy"/>
<characteristic type="PXPHYSICAL">
<parm name="PHYSICAL-PROXY-ID" value="Idea Proxy"/>
<parm name="PXADDR" value="10.4.42.15"/>
<parm name="PXADDRTYPE" value="IPV4"/>
<parm name="PUSHENABLED" value="0"/>
<characteristic type="PORT">
<parm name="PORTNBR" value="8080"/>
</characteristic>

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

<!-- Defines Network Access Point (NAP) parameters -->
<characteristic type="NAPDEF">
<parm name="NAPID" value="IdeaNAP"/>
<parm name="NAME" value="Idea NAP"/>
<parm name="BEARER" value="GSM-GPRS"/>
<parm name="NAP-ADDRESS" value="imis"/>
<parm name="NAP-ADDRTYPE" value="APN"/>
<characteristic type="NAPAUTHINFO">
<!-- PAP is "normal" authentication -->
<parm name="AUTHTYPE" value="PAP"/>
</characteristic>
</characteristic>

</wap-provisioningdoc>
4. Edit acoording to your service provider specification, which i have marked as RED.
you can also edit Your service providers name(optionally, but will be better to edit them also), which i have marked as Green. and Save it.
5. Now Make a folder in any Drive and copy/paste this wml file in this folder.
6. extract and copy/paste wbxml2-0.9.0-bin.win32 folder also in that folder(for your ease only).
7. open wbxml2-0.9.0-bin.win32 and you will see xml2wbxml.exe.
8. To run this file open command window and go your created folder by cd command and run it. It will show how to use it.
for example:
Syntax: xml2wbxl -o output.wbxml input.xml
eg.
xml2wbxml -o C:\Amir\NokiaJAVAProxy.prov C:\Amir
\NokiaJAVAProxy.wml

This will generate a .prov file with name NokiaJAVAProxy.prov in the folder name C:\Amir
9. That's all.
Now you can transfer this .prov file in your mobile using bluetooth or infrared.
Save this setting and make it default from configuration.
Fore more help see these Screen Shots step wise:





Operation Succeed.
.................................................. ..............................

This tut is written by My own

Last edited by Amir.php; 21-09-2009 at 04:41 PM.
Reply With Quote
  #2  
Old 21-10-2008, 02:02 PM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Quote:
NO comments!!!!
.
Reply With Quote
  #3  
Old 22-10-2008, 05:35 PM
jatt's Avatar
jatt jatt is offline
In The Zone
 
Join Date: Dec 2006
Location: (punjab) ਪੰਜਾਬ
Posts: 325
Send a message via Yahoo to jatt
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

nice guide thanks
__________________
ਨੋ ਗਰਲ ਫਰੈਂਡ ਨੋ ਟੈਂਨਸ਼ਨ,no girlfriend no tension,website: Punjabi.c-o.in,forum: punjabiteacher.co.cc
Reply With Quote
  #4  
Old 07-11-2008, 02:34 PM
MOBEEN KHAN's Avatar
MOBEEN KHAN MOBEEN KHAN is offline
Right Off the Assembly Line
 
Join Date: Nov 2008
Location: EARTH
Posts: 1
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

what a good tutorial
I like this
THANKS
Reply With Quote
  #5  
Old 07-11-2008, 02:53 PM
bassam904's Avatar
bassam904 bassam904 is offline
M3TAL H3AD M3
 
Join Date: Feb 2007
Location: Highway To Hell
Posts: 724
Send a message via Yahoo to bassam904
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Great work
you helpin yourself
__________________
[Xfire-bassam904] [Last.Fm-bassam904] [PSN-bassam904]
Reply With Quote
  #6  
Old 23-11-2008, 08:41 AM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Thanks friends for your response. And jatt read my tute carefully. Your solution is here. I tried to explain each and everything clearly. Make your own setting and send it to your mobile by any other bluetooth and infrared device. Now save this setting and also activate and make it default for all applications. After do this you will surely be able to run your opera mini and all java applications.
Reply With Quote
  #7  
Old 17-12-2008, 02:27 PM
pankaj.yr1 pankaj.yr1 is offline
Right Off the Assembly Line
 
Join Date: May 2008
Posts: 5
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Nice tutorial!!!!!

it really works on my 3120c using NOP (airtelwap.com)

yaar koi NOP se PC par net access karne ki tweak bhi bata do Mobile Office airtelgprs.com (20/day) is quite expansive than NOP (30/week)
Reply With Quote
  #8  
Old 06-01-2009, 05:24 AM
billyjames billyjames is offline
Right Off the Assembly Line
 
Join Date: Nov 2008
Posts: 2
Default

Thanks for the help. Let me give you back an advise. Read thisNokia 5310 facts article. Itis very helpfull for all Nokia owners.
Reply With Quote
  #9  
Old 20-01-2009, 01:35 AM
jyoti.mallick02's Avatar
jyoti.mallick02 jyoti.mallick02 is offline
Right Off the Assembly Line
 
Join Date: Feb 2007
Location: cuttack,orissa
Posts: 17
Send a message via MSN to jyoti.mallick02
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

can it work for Nokia 3500c

can u give brife explanation how to activate bsnl gprs in noka 3500c??????
pls need it desprately
__________________
[IMG]http://i18.tinypic.com/47lbji0.jpg[/IMG]
Reply With Quote
  #10  
Old 20-01-2009, 11:28 AM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

^^ Yes it is surely working with Nokia 3500 classic
Now a days every isp already gives the activated gprs connectivity.
You just need setting, which you can obtain in one of the two ways:
1. request for your isp to send your required setting. and you need to save it.
2. Make you own custom setting as I mentioned above.
In this mobile you need to make and save your own custom setting. To make your own setting follow my tutorial. You need three important things to do this:
1. Your proxy address
2. port address
3. access point.
For these three things ask for Custumer care and Note down on a paper.
Now follow my tutorial and after making your setting send it via bluetooth to your mobile.
I think this will help you.
__________________
http://amirphp.wordpress.com
Reply With Quote
  #11  
Old 27-01-2009, 04:27 PM
soyab0007's Avatar
soyab0007 soyab0007 is offline
Broken In
 
Join Date: Mar 2008
Posts: 119
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

xml2wbxl is not recognised
can you made the file an give me i am using BPL_WAP
Please i am having problem using comman prompt
Reply With Quote
  #12  
Old 30-01-2009, 03:59 PM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Now a days i am too busy and My internet connection is not regular.
But You can send me Your setting(Here or private messege):
Quote:
1. Your proxy address
2. port address
3. access point.
Because i am using others conection and system, so It will take time. I will send your setting at friday 6/02/2009.
__________________
http://amirphp.wordpress.com
Reply With Quote
  #13  
Old 30-01-2009, 08:09 PM
soyab0007's Avatar
soyab0007 soyab0007 is offline
Broken In
 
Join Date: Mar 2008
Posts: 119
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

1. Your proxy address: 10.0.0.10
2. port address: 9401
3. access point. : mizone
Reply With Quote
  #14  
Old 01-02-2009, 12:10 PM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Arrow Re: Run Opera mini on Nokia s40(v2, v3, v5)

Your setting is here:
http://rapidshare.com/files/19365531...Proxy.zip.html
Send this prove file in your mobile via bluetooth or infrared and save it.
Also set this setting Default for all applications.
__________________
http://amirphp.wordpress.com

Last edited by Amir.php; 04-02-2009 at 10:11 AM.
Reply With Quote
  #15  
Old 01-02-2009, 04:42 PM
Adamsjunior Adamsjunior is offline
Right Off the Assembly Line
 
Join Date: Feb 2009
Posts: 2
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Hi , my name is Adam and i'm from Indonesia, I use Hutchison Three, I had followed your tutorial, but it's still not working, can u made me the file with the following details..
1. Proxy address: 10.4.0.10
2. Port address: 3128
3. Access point: 3gprs
4. Username: 3gprs
5. Password: 3gprs
Please include the username and password above coz without them the file won't work.. Thanks for your help
Reply With Quote
  #16  
Old 02-02-2009, 11:35 AM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Arrow Re: Run Opera mini on Nokia s40(v2, v3, v5)

Take your setting and send via bluetooth and save it. also set as default in configuration.
http://rapidshare.com/files/193654040/setting.rar.html
By the way i want to know where you are unable to follow my tutorial?
__________________
http://amirphp.wordpress.com

Last edited by Amir.php; 04-02-2009 at 10:04 AM.
Reply With Quote
  #17  
Old 02-02-2009, 08:27 PM
pr.itdude's Avatar
pr.itdude pr.itdude is offline
tHe nEw gEEk......ITian
 
Join Date: Oct 2008
Location: New Delhi
Posts: 327
Lightbulb Re: Run Opera mini on Nokia s40(v2, v3, v5)

i've been using opera and all n/w based java apps for over past 1.5 yrs.........using the same on my s40 phone. i.e., nokia 3110c.
but in delhi, NOP is no-more available....

anyways, nice thread...!!
Reply With Quote
  #18  
Old 02-02-2009, 11:24 PM
vikrant333 vikrant333 is offline
Owner of Core i7
 
Join Date: Mar 2008
Posts: 50
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

i wll try...
Reply With Quote
  #19  
Old 03-02-2009, 03:34 AM
Adamsjunior Adamsjunior is offline
Right Off the Assembly Line
 
Join Date: Feb 2009
Posts: 2
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Can u reupload the file? The zip file can't be opened, may be it's corrupted .. Thankz
Reply With Quote
  #20  
Old 04-02-2009, 10:09 AM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Quote:
Originally Posted by Adamsjunior View Post
Can u reupload the file? The zip file can't be opened, may be it's corrupted .. Thankz
I have upload file on rapidshare. Attachment are not work here.
Now you can download and save it.
it has two setting:
Quote:
with password
without password
see which will work on your mobile.
__________________
http://amirphp.wordpress.com
Reply With Quote
  #21  
Old 08-02-2009, 07:50 PM
popkalia popkalia is offline
Right Off the Assembly Line
 
Join Date: Feb 2009
Posts: 2
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

thanks amir
my nokia 2600 c ( s40 v5 lite )default mobile browser works very well in bsnlwap access point http://218.248.65.83:8081/msp/html/


i downlad opera mini . ucweb , teashark and install on phone
i made provn file and send to my phone
as setting in this link for bsnl
http://iamsumeet.com/bsnl-cellone-gp...tion-settings/

in north india
WAP SETTINGS

BSNL Cellone WAP SETTINGS FOR WEST, EAST AND NORTH

NORTH Setting Name CelloneNorth_wap_n
Access Point Name wapnorth.cellone.in
Port 9201 for Wap 1 device

8080 for Wap 2.0
device Proxy IP 1 10.132.194.196 User Name <leave blank> Password <leave blank> Home Page http://wap.cellone.in
is this correct setting ?

then i install on mobile

when i start opera mini and ucweb browser
then it required permission i press yes it access network
and show error subscribe data first


Please help to make correct prov file so i run opera mini and ucweb
Reply With Quote
  #22  
Old 10-02-2009, 07:36 AM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Take your setting:
http://rapidshare.com/files/19619258..._BSNL.rar.html
I have uses parameter:
Quote:
Access Point Name: wapnorth.cellone.in
Port: 9201
Proxy IP: 1 10.132.194.196
__________________
http://amirphp.wordpress.com
Reply With Quote
  #23  
Old 23-02-2009, 08:16 PM
ammar786 ammar786 is offline
Right Off the Assembly Line
 
Join Date: Feb 2009
Posts: 6
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Hey i followed the above steps then also i was unable to connect via opera mini

I have bpl connection and my handset is nokia 5220

Plz help

Thanx in advance..
Reply With Quote
  #24  
Old 24-02-2009, 07:48 AM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

While making setting, you need to very careful.
just a little error in parameter and compilation cause failure.
Try to make new setting or give me your parameter.
__________________
http://amirphp.wordpress.com
Reply With Quote
  #25  
Old 27-02-2009, 08:14 PM
popkalia popkalia is offline
Right Off the Assembly Line
 
Join Date: Feb 2009
Posts: 2
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

thank Amir for setting and Blue Rose

as i search nokia forum
these setting works from default s40 devices
gprsnorth.cellone.in


MY OPERAMINI , BOLT , UCWEB BROWSER works without .prov file
you can set setting with this help flash file from rediffmail
so click on 8th link HOW TO SETUP NETWORK SETTINGS

http://mr.rediff.com/mr_tour.html
Reply With Quote
  #26  
Old 27-02-2009, 08:21 PM
ammar786 ammar786 is offline
Right Off the Assembly Line
 
Join Date: Feb 2009
Posts: 6
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

My connection is bpl mobile.

There is a bpl folder in the zip given above but it is not working with that.

Anyways my configs are:

apn: mizone

proxy:

10.0.0.10

port:9401

Username:919821730440

Password : bplmmsc

authentication: normal

If anything is missing plz post it.

Thanx in advance.

My phone model is Nokia 5220 XpressMusic

Last edited by ammar786; 27-02-2009 at 08:30 PM.
Reply With Quote
  #27  
Old 27-02-2009, 09:22 PM
shyamno's Avatar
shyamno shyamno is offline
Alpha Geek
 
Join Date: Aug 2005
Location: Kolkata
Posts: 629
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

sorry..guys ..what it is for ?? means after applying this i can access net from opera mini in mobile..or what ???

I have no idea about this.I just use the cellone portal service and my GPRS is activated but i hardly use it (costly for me).
__________________
Visit my Blog::::::

http://shyamkol.blogspot.com
Reply With Quote
  #28  
Old 28-02-2009, 08:17 AM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Quote:
Originally Posted by shyamno View Post
sorry..guys ..what it is for ?? means after applying this i can access net from opera mini in mobile..or what ???
Many of the peoples who have nokia series 40 mobiles faces this problem.
The problem is that the default Browser of mobiles are capable to run with default GPRS setting, but Other internet based applications such as Opera mini, Yahoo GO, Email client etc not able to detect internet connectivity.
Reason: This problem occurs, because the series 40 mobiles such as 5300, 3500 etc are not give the option to the users to set proxy.
The problem occurs only on those mobile who uses proxy(some service provider allow internet via proxy only on mobile).
If anyone using Direct internet connection then you will not face any such problem.
Solution: Here i have given a method to make your own custom settingin .prov file and save it.
This will allow proxy users to run other internet based applications successfully on their mobile besides default browser.

Quote:
Originally Posted by shyamno View Post
I have no idea about this.I just use the cellone portal service and my GPRS is activated but i hardly use it (costly for me).
You have no idea about it because you looks you are using Direct internet connection(Not proxy).
__________________
http://amirphp.wordpress.com

Last edited by Amir.php; 28-02-2009 at 08:21 AM. Reason: Automerged Doublepost
Reply With Quote
  #29  
Old 28-02-2009, 11:54 AM
shyamno's Avatar
shyamno shyamno is offline
Alpha Geek
 
Join Date: Aug 2005
Location: Kolkata
Posts: 629
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

thanks...for describing it so nicely...
__________________
Visit my Blog::::::

http://shyamkol.blogspot.com
Reply With Quote
  #30  
Old 01-03-2009, 10:18 AM
Amir.php's Avatar
Amir.php Amir.php is offline
Alpha Geek
 
Join Date: Feb 2007
Location: Allahabad
Posts: 754
Default Re: Run Opera mini on Nokia s40(v2, v3, v5)

Quote:
Originally Posted by ammar786 View Post
My connection is bpl mobile.

There is a bpl folder in the zip given above but it is not working with that.

Anyways my configs are:

apn: mizone

proxy:

10.0.0.10

port:9401

Username:919821730440

Password : bplmmsc

authentication: normal

If anything is missing plz post it.

Thanx in advance.

My phone model is Nokia 5220 XpressMusic
The pre compiled setting you are trying to use does not includes User Name and Password
I have tried to make setting with User Name and Password .
You can download it from rapidshare:
http://rapidshare.com/files/20385943...ngBPL.rar.html
use this setting to see if it works.
__________________
http://amirphp.wordpress.com
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Opera mini not working on Airtel+nokia Generic Superhero Mobile Monsters 21 28-03-2009 07:57 PM
Anyone using opera mini on nokia 6233 amit_at_stg Mobile Monsters 3 27-07-2008 09:55 AM
Orkut on Nokia 6630 - Opera / Opera Mini rak007 QnA (read only) 6 06-07-2008 01:49 PM
Opera Mini for Nokia 5610 ToxicSerpentz Software Q&A 1 07-02-2008 06:13 PM
Opera Mini for Nokia 6270 with Airtel NOP hdewan Mobile Monsters 1 10-07-2006 02:28 PM





Upcoming Events

Thinkdigit  
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.