SECRET CODES FOR NOKIA

IMEI no: : *#06#

Reset to factory settings : *#7780#

Clear the LCD display (operator logo) : *#67705646#

Bluetooth device address : *#2820#

Sim clock status : *#746025625#

Default Security Code : 12345

On Enhanced Full Rate Codec : *3370#
Off Enhanced Full Rate Codec : *#3370#

On Half Rate Codec. : *4720#

Off Half Rate Codec : *#4720#

Software Version : *#0000# or *#9999#

Display the MAC address of the WLAN adapter : *#62209526#
(Available only in newer models that support WLAN like N80)

Lock Status of ur Phone : #pw+1234567890+1#

Lock Status of ur SIM : #pw+1234567890+4#

Security Code of ur Phone : *#2640#

Game Score & Timer: *#73#

*#7780# reset to factory settings.
*#67705646# This will clear the LCD display(operator logo).
*#0000# To view software version.
*#2820# Bluetooth device address.
*#746025625# Sim clock allowed status.
#pw+1234567890+1# Shows if sim have restrictions.
*#92702689# - takes you to a secret menu where you may find some of the information below:
1. Displays Serial Number.
2. Displays the Month and Year of Manufacture
3. Displays (if there) the date where the phone was purchased (MMYY)
4. Displays the date of the last repair - if found (0000)
5. Shows life timer of phone (time passes since last start)
*#3370# - Enhanced Full Rate Codec (EFR) activation. Increase signal strength, better signal reception. It also help if u want to use GPRS and the service is not responding or too slow. Phone battery will drain faster though.
*#3370* - (EFR) deactivation. Phone will automatically restart. Increase battery life by 30% because phone receives less signal from network.
*#4720# - Half Rate Codec activation.
*#4720* - Half Rate Codec deactivation. The phone will automatically restart
If you forgot wallet code for Nokia S60 phone, use this code reset: *#7370925538#
Note, your data in the wallet will be erased. Phone will ask you the lock code. Default lock code is: 12345
Press *#3925538# to delete the contents and code of wallet.
Unlock service provider: Insert sim, turn phone on and press vol up(arrow keys) for 3 seconds, should say pin code. Press C,then press * message should flash, press * again and 04*pin*pin*pin# \
*#7328748263373738# resets security code.
Default security code is 12345
Change closed caller group (settings >security settings>user groups) to 00000 and ure phone will sound the message tone when you are near a radar speed trap. Setting it to 500 will cause your phone 2 set off security alarms at shop exits, gr8 for practical jokes! (works with some of the Nokia phones.) Press and hold "0" on the main screen to open wap browser.

How To Make Notepad Write On Its Own

1. Open the Notepad and Type the Code Given Below.

set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "H"
WScript.Sleep 500
WshShell.SendKeys "ell"
WScript.Sleep 500
WshShell.SendKeys "o "
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys " Friends"



2. Save it as anyname.vbs (Note the vbs extension)

3. Now Open the anyname.vbs file by doublecliking on it and see the Magic..



Note: Wscript.Sleep 500 is for delay (delay that you want to introduce between writing words) and
WshShell.SendKeys " Any Text that you Want to Display"