Skip to main content

Nokia E51 WLAN Settings

Nokia E51 is a smart phone with almost all the features available in it. It looks really slim and comes in three colors. It has loads of features and highlight of them all is the connection through the Internet through WLAN.

You can get a Internet connection from the service provider and ask for the wi-fi router. With the wi-fi router, you can connect to the Internet through various other devices like Laptop, Nokia E51 etc., You will be provided with the password for the WLAN connection and only if you enter the password correctly you will be connected to the Internet through that WLAN. As you may expect, this password will be asked only when you connect to Internet through this WLAN for the very first time.

In Laptop/Computer, you have Network settings to identify and modify the settings if wrongly entered. But this is somewhat tricky in case of Nokia E51!

In Nokia E51, You have the option of Browse WLAN right at the home page for you. If you have customized for something different, use Menu -> connectivity -> WLAN Wizard.
This will give you presently available networks (if any) around you to connect.

If you did everything right in the first time, you are well placed. But there could be settings in some WLAN where the password will be changed every month. Here, you are forced to change the password even you entered the password right the first time.

You will not be allowed to access the network until you define the access point. So, automatically it will ask for the access point when you try to connect. In E51, you can enter the access point (other name for password) for the second time in two ways.


Go to Menu -> Connectivity -> conn. mgr. -> Available WLAN networks.
Find the network to define access point.
Click on Options -> Define access point
You are done.


Check now whether it works?
No. It doesn't! This seems to be a small bug in Nokia E51.

How to solve it?

Go to Menu -> Tools -> Settings -> Connection -> Access Points
You can find as many access points added for each network.
Say, If you are seeing for network A, there will be A,A(1),A(2) and so on.
Delete all of them.
Try to connect to the network as if you are connecting for the first time.
It will ask for the access point, give the access point and you're done!


WLAN is one of a very cool feature available in Nokia E51. Enjoy Browsing through your phone. The browsing experience with the speed of your DSL in mobile is great!

Comments

  1. Hey, thanks a lot this worked for me.

    Aditya

    ReplyDelete
  2. Thanks, this was the problem

    ReplyDelete
  3. hi,

    I tried your fix, however it did not work. I entered the correct password as defined in my WPA PSK string. It says that the WLAN network could not be found. Could you please help me?

    ReplyDelete
  4. Are you entering the correct WEP key? Is it working with laptop with wi-fi connection?

    If it says WLAN network could not be found, there is no WLAN network near by.. May be the connection is lost while you are trying to connect..

    ReplyDelete
  5. The wifi on my laptop is working fine. The security is WPA, where should I find my password. is it the PSK string that i defined?

    ReplyDelete
  6. Think this is what you are looking for:

    http://www.wirelessforums.org/alt-internet-wireless/wep-vs-wpa-psk-9900.html

    Let me know if this resolves your issue.

    ReplyDelete
  7. thanks dude..been searching for configurations for how many weeks til i see this and it works. thanks dude

    ReplyDelete
  8. Thanks for the help. This did fix my Nokia E51 wifi password problem. What a bug but my E51 is from ancient times in cellular world.

    ReplyDelete
  9. Frustrated as i couldn't re-enter wap password and access internet via wireless. This enabled me to fix problem. Thanks a lot.

    ReplyDelete

Post a Comment

Popular posts from this blog

What does customer experience mean?

Customer experience is the experience of the customer from the period they came to know about the existence of the product until they finish using the product. For a hotel like Saravana Bhavan, the customer experience is from the point they came to know about its existence (the day they started) until they are associated with that particular customer (probably, forever for Saravana Bhavan but it depends on each of the customer). For a typical brokerage firm, it is all about how easy it is to open the account and the experience until the customer closes the account. For BSNL or Samsung, it is from when the customer gets to know about their products (the point when they want to buy it) until the time they stopped using it. Customer service is also part of it. Its all about the customer service, once the customer has become the owner of the product. Most of the times, I have seen, the Customer Experience is great until one procure the product or service and after that, because of t...

Ant - Class org.apache.tools.ant.taskdefs.ConditionTask doesn't support the "else" attribute.

This post is all about this error and on how to resolve this error. Just to give some background: Apache Ant is a Java-based build tool. For more information on Apache Ant, you can visit Apache Ant . The recent version is Apache Ant is Ant 1.71 and can be downloaded from here. We can add a else attribute in the conditionTask for making a choice. Coming back to the error that you have encountered: Class org.apache.tools.ant.taskdefs.ConditionTask doesn't support the "else" attribute. This can happen if you have Apache ant with a version less than 1.65 So, Make sure to update your ant to a version more than 1.65. Recent version, as I mentioned is, 1.71. Does this fix the problem that you encountered with ant? If yes, Great. No, then continue reading. We have other fix available for Class org.apache.tools.ant.taskdefs.ConditionTask doesn't support the "else" attribute. If you get this error even though you have the ant 1.65 or more, then the following informat...