Showing posts with label settings. Show all posts
Showing posts with label settings. Show all posts

Key in Proxy settings for access point in NOKIA S40 v2 v3

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

In its recent versions of the Series40 OS (v2 & v3), 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.

Click here to download Nokia S40 proxy settings for JAVA applications ZIP file

figure it out yourself, genius.
NokiaJAVAProxy.wml: The wml file that you can edit if you need/want different proxy settings.
NokiaJAVAProxy.prov: The actual binary wbxml provisioning file that should be sent to your phone (via bluetooth or usb). This can NOT be manually edited.

---------------------------------
QUICK START:
1: Push the "NokiaJAVAProxy.prov" file to your phone using Bluetooth. send the file via "Send File..." option only do not copy paste to your phone ("object push", not file transfer). If your are unable to do it, just transfer it to any bluetooth supported phone and send that file via bluetooth to your phone.

2: The phone will recognize the configuration settings, and will prompt you to save them. Don't worry if it says "no supported applications".

3: Go to Settings->Configuration->Default Config. Settings, and change the default config to [the name of the configuration we just loaded].

That's it! JAVA midlets like Opera Mini, Google Maps, MGMaps, etc... should work now.

Detailed README file is inside the zip file.

Internet with TATA indicom (india)

Win 9x/ME/XP:

--> Install Cable/bluetooth & phone modem drivers properly.
--> Create Dialup connection with following details..

Username : internet
Password : internet
Phone : #777 or 172226

Unix/Linux:

Contents of /etc/wvdial.conf file:

Code:
[Modem0]
Modem = /dev/input/ttyXYZ
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
Init2 = AT+CRM=1
FlowControl = Hardware (CRTSCTS)
[Dialer cdma]
Username = internet
Password = internet
Phone = #777
Stupid Mode = 1
Inherits = Modem0

Internet with Reliance (india)

Win9x/ME/XP:

--> Install Cable/bluetooth & phone modem drivers properly.
--> Create Dialup connection with following details..

Username : your_phone_number
Password : your_phone_number
Phone : #777

Unix/Linux:

These are fixed WLL phones. First, have a look at this link: http://www.pcquest.com/content/linux/linux4/2004/104022803.asp

In the above article, substitute the following as contents of /etc/wvdial.conf file:

Code:
[Modem0]
Modem = /dev/input/ttyXYZ
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
Init2 = AT+CRM=1
FlowControl = Hardware (CRTSCTS)
[Dialer cdma]
Username = your_phone_number
Password = your_phone_number
Phone = #777
Stupid Mode = 1
Inherits = Modem0