Software to open word exel powerpoint 2007 on office 2003


  • MS Office 2007 File Format Converter is an application that lets you open, edit, and save documents, workbooks, and presentations in the file formats new to Microsoft Office Word, Excel, and PowerPoint 2007.
  • MS Office 2007 File Format Converter should be used by computer users with Microsoft Office 2000, 2003 or earlier editions.

    Overview

    Users of the Microsoft Office XP and 2003 programs Word, Excel, or PowerPoint—please install all High-Priority updates from Microsoft Update before downloading the Compatibility Pack.

    By installing the Compatibility Pack in addition to Microsoft Office 2000, Office XP, or Office 2003, you will be able to open, edit, and save files using the file formats new to Word, Excel, and PowerPoint 2007. The Compatibility Pack can also be used in conjunction with the Microsoft Office Word Viewer 2003, Excel Viewer 2003, and PowerPoint Viewer 2003 to view files saved in these new formats. For more information about the Compatibility Pack, see Knowledge Base article 924074.

    Note: If you use Microsoft Word 2000 or Microsoft Word 2002 to read or write documents containing complex scripts, please see http://support.microsoft.com/kb/925451 for information to enable Word 2007 documents to be displayed correctly in your version of Word.

    Administrators: The administrative template for the Word, Excel, and PowerPoint converters contained within the Compatibility Pack is available for download.

    Update: The Microsoft Office Compatibility Pack Service Pack 1 (SP1) is available here.

    System Requirements

    • Supported Operating Systems: Windows 2000 Service Pack 4; Windows Server 2003; Windows Vista; Windows Vista Service Pack 1; Windows XP Service Pack 1; Windows XP Service Pack 2; Windows XP Service Pack 3
    • Recommended Microsoft Office programs:
      • Microsoft Word 2000 with Service Pack 3, Microsoft Excel 2000 with Service Pack 3, and Microsoft PowerPoint 2000 with Service Pack 3

      • Microsoft Word 2002 with Service Pack 3, Microsoft Excel 2002 with Service Pack 3, and Microsoft PowerPoint 2002 with Service Pack 3

      • Microsoft Office Word 2003 with at least Service Pack 1, Microsoft Office Excel 2003 with at least Service Pack 1, and Microsoft Office PowerPoint 2003 with at least Service Pack 1

      • Microsoft Office Word Viewer 2003

      • Microsoft Office Excel Viewer 2003

      • Microsoft Office PowerPoint Viewer 2003

    Instructions

    To install this download:
    1. Ensure your system is up to date by installing all High-Priority/Required updates on Microsoft Update (required for Microsoft Office XP and 2003 users).

    2. After installing all High-Priority/Required updates with Microsoft Update, download the Compatibility Pack by clicking the Download button above and saving the file to your hard disk.

    3. Double-click the FileFormatConverters.exe program file on your hard disk to start the setup program.

    4. Follow the instructions on the screen to complete the installation.

    To remove this download:

    1. On the Windows Start menu, click Control Panel.

    2. Select Add/Remove Programs.

    3. In the list of currently installed programs, select Compatibility Pack for the 2007 Office system and then click Remove or Add/Remove. If a dialog box appears, follow the instructions to remove the program.

    4. Click Yes or OK to confirm that you want to remove the program.

    What Others Are Downloading


Download Here

Bytes >< bits


Definition: A byte is a sequence of bits. In computer networking, some network protocols send and receive data in the form of byte sequences. These are called byte-oriented protocols. Examples of byte-oriented protocols include TCP/IP and telnet.

The order in which bytes are sequenced in a byte-oriented network protocol is called the network byte order. The maximum size of a single unit of transmission for these protocols, the Maximum Transmission Unit (MTU), is also measured in bytes. Network programmers routinely work both with network byte ordering and MTUs.

Bytes are used not only in networking, but also for computer disks, memory, and central processing units (CPUs). In all modern network protocols, a byte contains eight bits. A few (generally obsolete) computers may use bytes of different sizes for other purposes.

The sequence of bytes in other parts of the computer may not follow the network byte order. Part of the job of the networking subsystem of a computer is to convert between the host byte order and network byte order when needed.


Definition: A bit is the smallest unit of data transfer on a computer network. Bits represent the two binary values "on" or "off." Bits are often stored on computers as the digital numbers '1' and '0', but in networking, bits can also be "encoded" by electrical signals and pulses of light.

In computer networking, some network protocols send and receive data in the form of bit sequences. These are called bit-oriented protocols. Examples of bit-oriented protocols include PPP.

Though sometimes written in decimal or byte form, network addresses like IP addresses and MAC addresses are ultimately represented as bits in network communications.

Finally, special digital numbers called "keys" are often used to encrypt data on computer networks. The length of these keys is expressed in terms of number of bits. The greater the number of bits, the relatively more effective that key is in protecting data. In wireless network security, for example, 40-bit WEP keys proved to be relatively insecure but the 128-bit or larger WEP keys used today are much more effective.

Also Known As: binary digit

The terms bit and byte are common in computer networking. Both terms refer to digital data transmitted over a network connection. For example, bits and bytes both may represent network addresses or port numbers.

A bit, short for binary digit, is the smallest unit of measurement used for information storage in computers. A bit is represented by a 1 or a 0 with a value of true or false, sometimes expressed as on or off. Eight bits form a single byte of information, also known as an octet. Thus, the difference between a bit and a byte is size, or the amount of information stored.

A bit is a single numeric value, either '1' or '0', that encodes a single unit of digital information. A byte is a sequence of bits; usually eight bits equal one byte.

For example, in Internet Protocol (IP) networking, IP addresses contain 32 bits or 4 bytes. The bits encode the network address so that it can be shared on the network. The bytes divide the bits into groups.

The IP address 192.168.0.1, for instance, is encoded with the following bits and bytes:

    11000000 10101000 00000000 00000001
Bits are grouped into bytes to, generally speaking, increase the efficiency of computer hardware, including network equipment, disks and memory.

For example, it takes eight bits (1 byte) to store a single character. The capital letter “A” is expressed digitally as 01000001. A small case “a” is represented in binary code as 01100001. Notice the third bit is different in each octet. By rearranging the bits within the octet, a byte is capable of producing 256 unique combinations to form letters, numbers, special characters and symbols.

It can get confusing keeping units of storage straight, but if you have trouble remembering which is a bit and a byte, note that the smaller word is the smaller unit of storage. Once the difference between a bit and a byte is understood, this helps to remember the difference between greater units such as the kilobit and kilobyte.

A kilobit is 1000 bits, though in the binary system it is designated as 1024 bits due to the amount of space required to store a kilobit using common operating systems and storage schemes. For simplicity, however, you can think of kilo as referring to 1000 to more easily remember what a kilobit is. A kilobyte then, would be 1000 bytes.

Knowing the difference between a bit and a byte helps to understand megabits, megabytes, gigabits and gigabytes. For example, 1000 kilobits is 1 megabit, and 1000 kilobytes is 1 megabyte. Since we know a bit is 8x smaller than a byte, we know that one megabyte is 8x larger than 1 megabit. Following this pattern, 1000 megabits is 1 gigabit, and 1000 megabytes 1 gigabyte.

Internet connection speeds are expressed in terms of data transfer rates in both directions (uploading and downloading), as bits or bytes per second. Abbreviations are unfortunately not standardized, making it easy for customers or potential clients to confuse a bit and a byte when trying to determine bang for the buck. For example, a speed of “750 kbps” might be misinterpreted by a customer as meaning 750 kilobytes per second – or 8x faster than what the provider means.

In our earlier example, we used the binary number 10101110. This number has 8 binary digits, or 8 bits. This is not a coincidence, because if you take a group of 8 bits, you have a byte. The reason we have to group bits is that if you are being fed a continuous stream of bits you have no idea where one piece of information ends and the next one starts. But if you receive groups of defined length, e.g. a byte containing 8 bits, it's easy to interpret them. A good example is how ASCII code (American Standard Code for Information Interchange) works. Any character you type on your keyboard is interpreted by your computer as a byte, an 8 digit binary number. For example, the letter "A" is expressed as the ASCII code 65. But 65 is a decimal number, so if you convert it to a binary number, you get 01000001. These 8 digits, or one byte, are known to your computer as the letter "A".

It is very important to know the difference between a bit and a byte because these two can get easily confused. One good example is monitoring data transfer speed. When you download a file from the Internet, you probably have noticed that your browser indicates the transfer rate in KBps. Please note that the letter "B" is capitalized. This means the transfer rate is shown in Kilo Bytes per second. For example, your download might arrive at a rate of 3.5 KBps. Now, if you are using a 56K modem, why is that rate so low, shouldn't you see something closer to 56? No, because 56K is short for 56 Kbps. Note the lower case "b", it means Kilo Bits per second. And since we know that 8 bits equal one byte, we divide 56 by 8 and get a theoretical maximum of 7 Kilo Bytes per second.

A rule of thumb generally reliable is that small case abbreviations typically refer to bits, while a capital letter typically refers to bytes. Hence kilobits per second would be “kbps” and kilobytes would be “KBps,” or “kBps.” The same holds for megabits (mbps), and megabytes per second (MBps). Bits might also be expressed as “Kbit,” “Mbit,” or “Gbit.”

A GigaByte does not necessarily equal a GigaByte

Here's another situation where you can look really smart if you paid attention and know the difference between the binary and the decimal system. This question is asked over and over again:

"I bought a 8.4GB hard drive, but when I formatted it, Windows tells me that I have only 7.82 GB available. Did they sell me the wrong drive?"

No, they sold you the correct drive, but it was not labeled quite correctly. The marketing department of the drive manufacturer doesn't know too much about bits and bytes and the binary system. To make it easier to calculate, they assume that 1 KB is 1000 Bytes, 1 MB is 1000 KB, etc. which is wrong. So when they have a drive that can hold 8,400,000,000 Bytes, they just call it 8.4 GB and say that's close enough for government work. Not so.The multiplication factor is not 1000 since we're not using the decimal system, it is 1024 instead (2 to the power of 10).

To figure out the correct size of that drive, divide 8,400,000,000 Bytes by 1024 and you'll get 8,203,125 KB. Divide that by 1024, and you get 8,010 MB. Divide that by 1024 and you get 7.82 GB which is the actual size of your hard drive in GB as reported by your operating system.

Of Pits and Grooves

A CD stores data using the binary system in the following matter: When writing data to a CD, the laser does nothing else than following a spiral-shaped "guide groove" while burning the data as a long string of pits into a reflective dye layer on the CD. When the CD is read later, a laser follows the same spiral and reads either a pit where the light does not get reflected very well, or a smooth area called land where the light reflects very well. This system is nothing else but our good old binary system, using only two possible states, pit or land, to read and record data in binary format, 0 or 1.

Magnetic storage

Storing data on a magnetic media, such as a hard drive, also uses the binary system. In a very simplified manner of speaking, each data bit gets stored on a drive as a tiny magnetic field. Each magnetic field has two poles, North and South. When the disk spins around and data is read by the read head, the magnetic field either has the North or the South pole aligned first. Again, only two possible stages, North or South, 0 or 1.

baud

Definition: A baud is a unit of measure for analog signaling. At a minimum, one baud corresponds to one bit per second (bps) although at higher signaling speeds, multiple bits can be transfered in a single baud.

The term baud was popular in the early days of modems, but it is no longer relevant in mainstream computer networking terminology.

Definition: The data rate of a computer network connection is normally measured in units of bits per second (bps). Network equipment makers typically rate their products using related, larger units of Kbps, Mbps and Gbps.
  • one kilobit per second (Kbps) equals 1000 bits per second (bps). (Note: Kbps is sometimes also written as “kbps” - both carry the same meaning.)
  • one megabit per second (Mbps) equals 1000 Kbps or one million bps.
  • one gigabit per second (Gbps) equals 1000 Mbps or one million Kbps or one billion bps.

Data rates for non-network equipment are sometimes shown in bytes per second (Bps) rather than bits per second. In those cases,

  • one KBps equals one kilobyte per second
  • one MBps equals one megabyte per second, and
  • one GBps equals one gigabyte per second

Finally, one kilobyte per second equals 8 kilobits per second.

Also Known As: Kb/sec, Kb/s, Mb/sec, Mb/s, Gb/sec, Gb/s
Examples:
Old V.90 modems supported data rates up to 56 Kbps. Traditional Ethernet supported data rates up to 10 Mbps while Fast Ethernet provides 100 Mbps and Gigabit Ethernet supports 1000 Mbps (1 Gbps).


What is the difference between bps and Bps?

Q. "Is there any difference between bps (small 'b') and Bps (capital 'b')?"

A. The term "bps" specifies network bandwidth in bits per second. The term "Bps" specifies network bandwidth in bytes per second.

bandwidth

Definition: Bandwidth in computer networking refers to the data rate supported by a network connection or interface. One most commonly expresses bandwidth in terms of bits per second (bps). The term comes from the field of electrical engineering, where bandwidth represents the total distance or range between the highest and lowest signals on the communication channel (band).

Bandwidth represents the capacity of the connection. The greater the capacity, the more likely that greater performance will follow, though overall performance also depends on other factors, such as latency.

Also Known As: throughput
Examples:
A V.90 modem supports a maximum theoretical bandwidth of 56 Kbps. Fast Ethernet supports a theoretical maximum bandwidth of 100 Mbps.


Motorola Secret Codes


Motorola

IMEI number:
*#06#

Code to lock keys. Press together *7

Note: [] (pause) means the * key held in until box appears.

Select phone line - (use this to write things below the provider name):
[] [] [] 0 0 8 [] 1 []

Add phonebook to main menu:
[] [] [] 1 0 5 [] 1 []

Add messages to main menu:
[] [] [] 1 0 7 [] 1 []

Copy SIM memory (phonebook menu):
[] [] [] 1 0 8 [] 1 []

Eng Field options (main menu):
[] [] [] 1 1 3 [] 1 []

Slow (Frequency of search menu):
[] [] [] 1 0 1 [] 1 []

Medium (Frequency of search menu):
[] [] [] 1 0 2 [] 1 []

Fast (Frequency of search menu):
[] [] [] 1 0 3 [] 1 []

Enable EFR:
[] [] [] 1 1 9 [] 1 []

Function :
[] [] [] # # # [] 1 []

Change pin:
[] [] [] 0 0 4 [] 1 []

Unblocking using the "puk" number:
[] [] [] 0 0 5 [] 1 []

There are lots of similar codes exist. If you change the last number to 0 you can deactive that code. The 3 digit number at the middle are from 0 to 999. I put the most interesting codes. (EFR):Enhanced Full Rate Codec.

You can change GSM frequencies to 900/1800 by entering the enginnering model. Following the below steps:

enter menu and press 048263* quickly, then you will enter the secret engineering menu
under "Opcode"
input 10*0*3 for GSM 900
10*0*4 for GSM 1800
10*0*5 for GSM 1900
10*0*6 for dual band GSM 900/1800
10*0*7 for dual band GSM 850/1900

To add extra message space 4 your Motorola C350 C450 C550 or C650, press menu button, press 048263* quickly, then on the popup menu enter 47 press ok.press 50 and ok.press 1 ok.press 64 ok.press 1 ok.press 186 and ok.You will receive an extra 50 msgs memory space.Switch phone off and back on.(not tested)

Important!
Try these codes at your own risk! We don't accept any complaints.
Some of these codes may not work.

LG Secret Codes


lg

LG all models test mode: Type 2945#*# on the main screen.

2945*#01*# Secret menu for LG

IMEI (ALL): *#06#

IMEI and SW (LG 510): *#07#

Software version (LG B1200): *8375#

Recount cheksum (LG B1200): *6861#

Factory test (B1200): #PWR 668

Simlock menu (LG B1200): 1945#*5101#

Simlock menu (LG 510W, 5200): 2945#*5101#

Simlock menu (LG 7020, 7010): 2945#*70001#

Simlock menu (LG 500, 600): 2947#*

LG-U81XX SPECIAL CODES

Code to read phone version :

- Phone without SIM

- Enter 277634#*# or 47328545454#

- Select 'SW Ver.info'

Code to reset phone :

- Phone without SIM

- Enter 277634#*# or 47328545454#

- Select 'Factory Reset'

Code to enter UNLOCK MENU :

- Phone wit SIM inside

- Enter 2945#*88110#

Test Menu 8330 : 637664#*#

Test Menu 8180 V10a: 49857465454#

Test Menu 8180 V11a: 492662464663#

Test Menu 8130-8138: 47328545454#

Test Menu 8110-8120: 277634#*#

Important!
Try these codes at your own risk! We don't accept any complaints.
Some of these codes may not work.

Samsung Secret Codes


Samsung

Software version: *#9999#

IMEI number: *#06#

Serial number: *#0001#

Battery status- Memory capacity : *#9998*246#

Debug screen: *#9998*324# - *#8999*324#

LCD kontrast: *#9998*523#

Vibration test: *#9998*842# - *#8999*842#

Alarm beeper - Ringtone test : *#9998*289# - *#8999*289#

Smiley: *#9125#

Software version: *#0837#

Display contrast: *#0523# - *#8999*523#

Battery info: *#0228# or *#8999*228#

Display storage capacity: *#8999*636#

Display SIM card information: *#8999*778#

Show date and alarm clock: *#8999*782#

The display during warning: *#8999*786#

Samsung hardware version: *#8999*837#

Show network information: *#8999*638#

Display received channel number and received intensity: *#8999*9266#

*#1111# S/W Version

*#1234# Firmware Version

*#2222# H/W Version

*#8999*8376263# All Versions Together

*#8999*8378# Test Menu

*#4777*8665# GPSR Tool

*#8999*523# LCD Brightness

*#8999*377# Error LOG Menu

*#8999*327# EEP Menu

*#8999*667# Debug Mode

*#92782# PhoneModel (Wap)

#*5737425# JAVA Mode

*#2255# Call List

*#232337# Bluetooth MAC Adress

*#5282837# Java Version

Type in *#0000# on a Samsung A300 to reset the language

Master reset(unlock) #*7337# (for the new samsungs E700 x600 but not E710)

Samsung E700 type *#2255# to show secret call log (not tested)

Samsung A300, A800 phone unlock enter this *2767*637#

Samsung V200, S100, S300 phone unlock : *2767*782257378#

#*4773# Incremental Redundancy

#*7785# Reset wakeup & RTK timer cariables/variables

#*7200# Tone Generator Mute

#*3888# BLUETOOTH Test mode

#*7828# Task screen

#*#8377466# S/W Version & H/W Version

#*2562# Restarts Phone

#*2565# No Blocking? General Defense.

#*3353# General Defense, Code Erased.

#*3837# Phone Hangs on White screen.

#*3849# Restarts Phone

#*7337# Restarts Phone (Resets Wap Settings)

#*2886# AutoAnswer ON/OFF

#*7288# GPRS Detached/Attached

#*7287# GPRS Attached

#*7666# White Screen

#*7693# Sleep Deactivate/Activate

#*2286# Databattery

#*2527# GPRS switching set to (Class 4, 8, 9, 10)

#*2679# Copycat feature Activa/Deactivate

#*3940# External looptest 9600 bps

#*4263# Handsfree mode Activate/Deactivate

#*2558# Time ON

#*3941# External looptest 115200 bps

#*5176# L1 Sleep

#*7462# SIM Phase

#*7983# Voltage/Freq

#*7986# Voltage

#*8466# Old Time

#*2255# Call Failed

#*5376# DELETE ALL SMS!!!!

#*6837# Official Software Version: (0003000016000702)

#*2337# Permanent Registration Beep

#*2474# Charging Duration

#*2834# Audio Path (Handsfree)

#*3270# DCS Support Activate/Deactivate

#*3282# Data Activate/Deactivate

#*3476# EGSM Activate/Deactivate

#*3676# FORMAT FLASH VOLUME!!!

#*4760# GSM Activate/Deactivate

#*4864# White Screen

#*7326# Accessory

#*7683# Sleep variable

#*3797# Blinks 3D030300 in RED

#*7372# Resetting the time to DPB variables

#*3273# EGPRS multislot (Class 4, 8, 9, 10)

#*7722# RLC bitmap compression Activate/Deactivate

#*2351# Blinks 1347E201 in RED

#*2775# Switch to 2 inner speaker

#*7878# FirstStartup (0=NO, 1=YES)

#*3838# Blinks 3D030300 in RED

#*2077# GPRS Switch

#*2027# GPRS Switch

#*0227# GPRS Switch

#*0277# GPRS Switch

#*22671# AMR REC START

#*22672# Stop AMR REC (File name: /a/multimedia/sounds/voice list/ENGMODE.amr)

#*22673# Pause REC

#*22674# Resume REC

#*22675# AMR Playback

#*22676# AMR Stop Play

#*22677# Pause Play

#*22678# Resume Play

#*77261# PCM Rec Req

#*77262# Stop PCM Rec

#*77263# PCM Playback

#*77264# PCM Stop Play

#*22679# AMR Get Time

*#8999*364# Watchdog ON/OFF

*#8999*427# WATCHDOG signal route setup

*2767*3855# = Full Reset (Caution every stored data will be deleted.)

*2767*2878# = Custom Reset

*2767*927# = Wap Reset

*2767*226372# = Camera Reset (deletes photos)

*2767*688# Reset Mobile TV

#7263867# = RAM Dump (On or Off)

*2767*49927# = Germany WAP Settings

*2767*44927# = UK WAP Settings

*2767*31927# = Netherlands WAP Settings

*2767*420927# = Czech WAP Settings

*2767*43927# = Austria WAP Settings

*2767*39927# = Italy WAP Settings

*2767*33927# = France WAP Settings

*2767*351927# = Portugal WAP Settings

*2767*34927# = Spain WAP Settings

*2767*46927# = Sweden WAP Settings

*2767*380927# = Ukraine WAP Settings

*2767*7927# = Russia WAP Settings

*2767*30927# = GREECE WAP Settings

*2767*73738927# = WAP Settings Reset

*2767*49667# = Germany MMS Settings

*2767*44667# = UK MMS Settings

*2767*31667# = Netherlands MMS Settings

*2767*420667# = Czech MMS Settings

*2767*43667# = Austria MMS Settings

*2767*39667# = Italy MMS Settings

*2767*33667# = France MMS Settings

*2767*351667# = Portugal MMS Settings

*2767*34667# = Spain MMS Settings

*2767*46667# = Sweden MMS Settings

*2767*380667# = Ukraine MMS Settings

*2767*7667#. = Russia MMS Settings

*2767*30667# = GREECE MMS Settings

*#7465625# = Check the phone lock status

*7465625*638*Code# = Enables Network lock

#7465625*638*Code# = Disables Network lock

*7465625*782*Code# = Enables Subset lock

#7465625*782*Code# = Disables Subset lock

*7465625*77*Code# = Enables SP lock

#7465625*77*Code# = Disables SP lock

*7465625*27*Code# = Enables CP lock

#7465625*27*Code# = Disables CP lock

*7465625*746*Code# = Enables SIM lock

#7465625*746*Code# = Disables SIM lock

*7465625*228# = Activa lock ON

#7465625*228# = Activa lock OFF

*7465625*28638# = Auto Network lock ON

#7465625*28638# = Auto Network lock OFF

*7465625*28782# = Auto subset lock ON

#7465625*28782# = Auto subset lock OFF

*7465625*2877# = Auto SP lock ON

#7465625*2877# = Auto SP lock OFF

*7465625*2827# = Auto CP lock ON

#7465625*2827# = Auto CP lock OFF

*7465625*28746# = Auto SIM lock ON

#7465625*28746# = Auto SIM lock OFF

Type *#9998*627837793# Go to the 'my parameters' and there you will find new menu where you can unlock phone.(not tested-for samsung C100)

To unlock a Samsung turn the phone off take the sim card and type the following code *#pw+15853649247w# .

Java status code: #*53696# (Samsung X600)

If you want to unlock your phone put a sim from another company then type *#9998*3323# it will reset your phone. Push exit and then push 7,
it will reset again. Put your other sim in and it will say sim lock, type in 00000000 then it should be unlocked. Type in *0141# then
the green call batton and it's unlocked to all networks. This code may not work on the older phones and some of the newer phones. If it doesn't work you will have to reset your phone without a sim in it by typing *#2767*2878# or *#9998*3855# (not tested)

Important!
Try these codes at your own risk! We don't accept any complaints.
Some of these codes may not work.

Nokia Secret Codes


nokia

Soft Reset


Soft Reset will clear pending errors and bring your mobile to an initial state by restoring Factory setting. To operate this function on your mobile, the shortcut is: *#7380#

This function apparently works on almost all nokia mobile phones.

Hard Reset


It may happen that despite you have restored your mobile to factory setting, the error still exist. In this case, it is recommended that you opt for Hard reset

Enter the code: *#7370# and press Yes to confirm initialization.

Important Notice: It is recommended that you save all important information on your phone (e.g: memo, contacts etc)

Note


To make a Hard Reset on a Nokia phone that is not willing to turn on, just press simultaneously these 3 buttons:

on/off + * + 3


Before making a Hard reset better backup all your important information: contacts , memo...etc


On the main screen type
*#06# for checking the IMEI (International Mobile Equipment Identity).

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

*#62209526# - Display the MAC address of the WLAN adapter. This is available only in the newer devices that supports WLAN like N80

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

*#7328748263373738# resets security code.
Default security code is 12345

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#

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.

Nokia 21xx
Kode Penjelasan
*#06# Kode IMEI
*#3283# Minggu Produksi/Bulan & Tahun
*#9999# Versi Software

Nokia 32xx
Kode Penjelasan
*#06# Kode IMEI
*#0000# Versi Software
*#92702689# Menu Layanan
*#746025625# Sim Clock Stop
*3370# EFR aktif, suara lebih jernih, baterai cepat habis.
#3370# EFR inactive.
*4720# HR aktif, suara tidak lebih jernih, baterai tahan lama.
#4720# HR OFF.

Nokia 51xx
Kode Penjelasan
*#06# Kode IMEI
*#0000# Versi Software
*#92702689# Menu layanan
*3370# EFR aktif, suara lebih jernih, baterai cepat habis.
#3370# EFR inactive.
*4720# HR aktif, suara tidak lebih jernih, baterai tahan lama.
#4720# HR OFF.

Nokia 61xx
Kode Penjelasan
*#06# Kode IMEI
*#0000# Versi Software
*#92702689# Menu layanan
*3370# EFR aktif, suara lebih jernih, baterai cepat habis.
#3370# EFR inactive.

Nokia 81xx
Kode Penjelasan
*#06# Kode IMEI
*#8110# Versi Software, tanggal produksi & nomor model
*#92702689# Menu layanan

Nokia 88xx
Kode Penjelasan
*#06# Kode IMEI
*#0000# Versi Software
*#92702689# Menu Layanan
*3370# EFR aktif, suara lebih jernih, baterai cepat habis.
#3370# EFR inactive.

Nokia 90xx
Kode Penjelasan
*#06# Kode IMEI
*#6823711
58412125# Versi Software
*#3283# Tanggal Produksi

Important!
Try these codes at your own risk! We don't accept any complaints.
Some of these codes may not work.

Sony Ericsson Secret Codes


Samsung

Sony Ericsson Secret Menu: -> * <- <- * <- * (-> means press joystick, arrow keys or jogdial to the right and <- means left.) You'll see phone model, software info, IMEI, configuration info, sim lock status, REAL time clock, total call time and text labels. You can also test your phones services and hardware from this menu (main display, camera, LED/illumination, Flash LED, keyboard, earphone, speaker, microphone, radio and vibrator tests) IMEI (Internasional Mobile Equipment Identity) Number: *#06#
Reset back to english language : *#0000#
Lockstatus: <- * * <- Shortcut to last dialed numbers: 0#
Shortcut to sim numbers: On main menu type a number and press #


If you change the language from default to any other language, then it may be difficult to switch to default language. The shortcut is very simple. Just press <> . <> stands for right arrow button or joystick.



Shortcuts :

1. Menyimpan nomor “Missed Call” di direktori ponsel.
Cari menu “Missed Call”, tekan “Yes” untuk menampilkan nomor yang dituju. Tekan nomor apa saja ( 0 sampai 9 ), kemudian tekan “clear” sekali untuk memblok nomor tersebut, kemudian tekan dan tahan “<” sampai muncul “Store”, tekan “Yes”. 2. Menyembunyikan nomor. Setelah menekan nomor yang dituju dan sebelum menekan “Yes”, tekan ‘ > ‘ 2 kali untuk memilih “Hide Id?” dan tekan ‘Yes’.

3. Mengecek level batere ketika ponsel mati (off ).
Tekan ‘No’ secara cepat 1 x dan tunggu hingga tampilan baterai terlihat.

4. Menyimpan nomor di memori ponsel (bukan SIM Card).
Ikuti prosedur normal untuk menyimpan nomor. Ketika tampilan untuk menyimpan terlihat tekan ‘#’ sekali dan lokasi yang diinginkan, atau tekan ‘#’ 2 kali untuk melihat posisi lanjutan.

5. Menghubungi nomor dari pesan SMS.
Mengarahkan kursor pada nomor yang tertulis, kemudian tekan “Yes”.

Shortcut Penampilan Gambar :
(Berlaku di sebagian besar ponsel Symbian).
Ketika melihat image atau gambar di galeri, tekan :
1 : untuk memutar gambar ke kiri.
2 : untuk memutar gambar ke kanan.
5 atau 7 : untuk memperbesar (zoom) gambar.
* : untuk tampilan fullscreen atau non fullscreen.
Catatan : perintah angka di atas bisa berbeda di setiap ponsel.

Hard Reset :
Peringatan !!! Semua data ponsel akan hilang.
Dalam keadaan ponsel mati (off), tekan secara bersamaan tombol telepon (bicara), angka 3, dan tombol * (bintang). Kemudian dalam keadaan menekan ketiga tombol tersebut, tekan tombol On. Trik ini berlaku di sebagian besar ponsel Nokia.


Access menu without Sim card
To access to the menu in your phone without having a card inside do the following: type **04*0000*0000*0000# When display say "Wrong Pin" press NO and you have access to the all menus: Info, Access, Settings, Calculator, Clock, Keylock On?, Mail, Phone book. NOTE if you try this on your phone may stop at Keylock On? menu and you´ll have to take your battery out to turn the phone on again. And this will not care about Phone lock!

A way to (un)lock your cell phone on to the network(subset):
1. Press <**<
2. Then on the display appear and give you two choices: Lock to Network ? and Lock to Network subset? (Use arrow keys to select)
3. Enter the NCK number (code is provided by the SP)
4. You have 5 attemps to do this
5. Then your cell phone will work 'only' with the network
Warning: The Service Provider (SP) Lock menu is used to lock the cell phone to the SP's SIM card. Once the cell phone is locked to a specific operator, if one inserts a SIM card from a different operator the phone will refuse to accept it! The cell phone will however accept another SIM card from the same operator. To activate/deactivate this lock one needs a special secret code that is not available to the end user. Your phone can be locked to a service provider FOREVER by doing this! If an invalid code is entered all five times, the menu will exit and be deactivated! Any further attempt to activate the NCK/NSCK lock Menu will result in the response "Not allowed"! However the NCK/NSCK lock can be recover through a direct clearing in the EEPROM.

Message Report
When you writing a message, place at the start of it the code *0# and continue with your message. It's job is like nokias report. It gives you information about the sended message.

T18

*#06# for checking the IMEI (International Mobile Equipment Identity) Information you get from the IMEI:

XXXXXX XX XXXXXX X

TAC FAC SNR SP


TAC = Type approval code
FAC = Final assembly code
SNR = Serial number
SP = Spare

To access SIM-Locking menu of your phone, press: < * [CLR] <
Be carefull or you may lock your phone.

Message Report
When you writing a message, place at the start of it the code *0# and continue with your message. It's job is like nokias report. It gives you information about the sended message.

T28

*#06# for checking the IMEI (International Mobile Equipment Identity)

>*<<*<* for checking the firmware revision information (software release)

>*<<*<*> 1-row text strings. if pressing yes you can check the phones text programming in currently selected language.

>*<<*<*>> n-row text strings. if pressing yes you can check the phones text programming in currently selected language.

The Service Provider (SP) Lock
The Service Provider (SP) Lock menu is used to lock the cell phone to the SP's SIM card. Once the cell phone is locked to a specific operator, if one inserts a SIM card from a different operator the phone will refuse to accept it! The cell phone will however accept another SIM card from the same operator.

To activate/deactivate this lock one needs a special secret code that is not available to the end user.

Here is how to activate the menu:

<**< Lock to Network? if pressing yes you have 5 attempts to enter NCK.

<**<< Lock to Network subset? if pressing yes you have 5 attempts to enter NSCK.

Warning: Your phone can be locked to a service provider FOREVER by doing this! If an invalid code is entered all five times, the menu will exit and be deactivated! Any further attempt to activate the NCK/NSCK lock Menu will result in the response "Not allowed"! However the NCK/NSCK lock can be recover through a direct clearing in the EEPROM.

Shortcut for Last Dialed call menu
If you for some reason don't want to enter the 'Last Dialed calls menu' by using the 'YES' key you can use the following key stroke instead: First '0' then '#'.

Message Report
When you are writing a message, place at the start of it the code *0# and continue with your message. It's job is like nokias report. It gives you information about the sended message.

388

*#06# for checking the IMEI (International Mobile Equipment Identity)

*#0000# to reset the phones menu-language to English.

>*<<*<* for checking the firmware revision information (software release)

>*<<*<*> 1-row text strings. if pressing yes you can check the phones text programming in currently selected language. (298 entries)

>*<<*<*>> n-row text strings. if pressing yes you can check the phones text programming in currently selected language. (160 entries?)

The Service Provider (SP) Lock menu is used to lock the cell phone to the SP's SIM card. Once the cell phone is locked to a specific operator, if one inserts a SIM card from a different operator the phone will refuse to accept it! The cell phone will however accept another SIM card from the same operator.

To activate/deactivate this lock one needs a special secret code that is not available to the end user. (not even to you... or is it ? in case please let me know!)

<**< Lock to Network? if pressing yes you have 5 attempts to enter NCK.

<**<< Lock to Network subset? if pressing yes you have 5 attempts to enter NSCK.

Warning: Your phone can be locked to a service provider FOREVER by doing this! If an invalid code is entered all five times, the menu will exit and be deactivated! Any further attempt to activate the NCK/NSCK lock Menu will result in the response "Not allowed"! However the NCK/NSCK lock can be recover through a direct clearing in the EEPROM.

Shortcut for Last Dialed call menu...
If you for some reason don't want to enter the 'Last Dialed calls menu' by using the 'YES' key you can use the following key stroke instead: First '0' then '#'.

Access menu without Sim card ...
To access to the menu in your phone without having a card inside do the following: type **04*0000*0000*0000# When display say "Wrong Pin" press NO and you have access to the all menus: Info, Access, Settings, Calculator, Clock, Keylock On?, Mail, Phone book. NOTE if you try this on the GH688 your phone may stop at Keylock On? menu and you´ll have to take your battery out to turn the phone on again.

GA628

*#06# for checking the IMEI (International Mobile Equipment Identity)

*#0000# to reset the phones menu-language to English.

*#103# then YES Time and date will be shown.

>*<<*<* for checking the firmware revision information (software release)

>*<<*<*> 1-row text strings. if pressing yes you can check the phones text programming in currently selected language. (298 entries)

>*<<*<*>> n-row text strings. if pressing yes you can check the phones text programming in currently selected language. (160 entries?)

The Service Provider (SP) Lock
The Service Provider (SP) Lock menu is used to lock the cell phone to the SP's SIM card. Once the cell phone is locked to a specific operator, if one inserts a SIM card from a different operator the phone will refuse to accept it! The cell phone will however accept another SIM card from the same operator.

To activate/deactivate this lock one needs a special secret code that is not available to the end user.

Here is how to activate the menu:

<**< Lock to Network? if pressing yes you have 5 attempts to enter NCK.

<**<< Lock to Network subset? if pressing yes you have 5 attempts to enter NSCK.

Warning: Your phone can be locked to a service provider FOREVER by doing this! If an invalid code is entered all five times, the menu will exit and be deactivated! Any further attempt to activate the NCK/NSCK lock Menu will result in the response "Not allowed"! However the NCK/NSCK lock can be recover through a direct clearing in the EEPROM.

Shortcut for Last Dialed call menu
If you for some reason don't want to enter the 'Last Dialed calls menu' by using the 'YES' key you can use the following key stroke instead: First '0' then '#'.

Bat. level indicator when turned OFF
When the phone is turned off and the phone is not changing - the bat. level can be seen for a short period of time by pressing the 'NO' key quick once (it has to be quick!) and then wait for about 2 sec. The bat. level will now be shown in the display at its normal position.

Access menu without Sim card
To access to the menu in your phone without having a card inside do the following: type **04*0000*0000*0000# When display say "Wrong Pin" press NO and you have access to the all menus: Info, Access, Settings, Calculator, Clock, Keylock On?, Mail, Phone book. NOTE if you try this on your phone may stop at Keylock On? menu and you´ll have to take your battery out to turn the phone on again.

Alarm Clock Menu
Go to MissedCall Empty the list Press the -> key for a second or two The option Menu size turns up Choose 'yes' and go from there.

An alarm clock turned up too but it never rang. I think this was because there is no clock in the phone.

Free phone calls using the GA628
This trick has only been reported working on PREPAID GSM CARDS and in some countries and with some sw versions.

The prepaid GSM SIM CARD is a kind of "SIM card" which only has a sertant amount of credit on it (like a normal phonebox telecard)... if it can be traced? - we don't know...

Well..here's the trick you dial the no. normally and press YES. While "connecting" is shown on the screen, the following procedure should be carried out: Press CLR then 0 then # and then NO (twice) so as to switch OFF the phone. You can then still speak on the phone while it is switched off but the SIM card does not record your calls which will lead to FREE phone calls in some countries.. we hope!!

Another variant of the code
Make a Call, while the phone says Connecting type 083# (the position 83 must be empty! ), when phone says Pos Emtpy, press the NO key and turn off the phone.

If you can make the call with the phone turned off you will face a problem when you need to hang up the phone...the only way for you to do that is remove the battery...???

Gh688

*#06# for checking the IMEI (International Mobile Equipment Identity)

*#0000# to reset the phones menu-language to English.

*#103# then YES Time and date will be shown.

>*<<*<* for checking the firmware revision information (software release)

>*<<*<*> 1-row text strings. if pressing yes you can check the phones text programming in currently selected language. (298 entries)

>*<<*<*>> n-row text strings. if pressing yes you can check the phones text programming in currently selected language. (160 entries?)

The Service Provider (SP) Lock
The Service Provider (SP) Lock menu is used to lock the cell phone to the SP's SIM card. Once the cell phone is locked to a specific operator, if one inserts a SIM card from a different operator the phone will refuse to accept it! The cell phone will however accept another SIM card from the same operator.

To activate/deactivate this lock one needs a special secret code that is not available to the end user.

Here is how to activate the menu:

<**< Lock to Network? if pressing yes you have 5 attempts to enter NCK.

<**<< Lock to Network subset? if pressing yes you have 5 attempts to enter NSCK.

Warning: Your phone can be locked to a service provider FOREVER by doing this! If an invalid code is entered all five times, the menu will exit and be deactivated! Any further attempt to activate the NCK/NSCK lock Menu will result in the response "Not allowed"! However the NCK/NSCK lock can be recover through a direct clearing in the EEPROM.

Shortcut for Last Dialed call menu
If you for some reason don't want to enter the 'Last Dialed calls menu' by using the 'YES' key you can use the following key stroke instead: First '0' then '#'.

Bat. level indicator when turned OFF
When the phone is turned off and the phone is not changing - the bat. level can be seen for a short period of time by pressing the 'NO' key quick once (it has to be quick!) and then wait for about 2 sec. The bat. level will now be shown in the display at its normal position.

Access menu without Sim card
To access to the menu in your phone without having a card inside do the following: type **04*0000*0000*0000# When display say "Wrong Pin" press NO and you have access to the all menus: Info, Access, Settings, Calculator, Clock, Keylock On?, Mail, Phone book. NOTE if you try this on your phone may stop at Keylock On? menu and you´ll have to take your battery out to turn the phone on again.

Full Operator List
You can view the full operator list by doing the following: Go to the 'Edit list' menu under 'networks'. The phone say 'please wait' (searching for other networks). When finished, Press the <> keys.

Monitor mod on Ericsson GH688
How to enable net monitor on Ericson 688..

1. Remove SIM from phone
2. Dial 112, press YES, hear something
3. Dial 112YESNO 4. Press <(left arrow) before SETTINGS
5. Then YES, <(left arrow), then you will see NM on?
6. press YES

Free phone calls using the GH688
This trick has only been reported working on PREPAID GSM CARDS and in some countries and with some sw versions.

The prepaid GSM SIM CARD is a kind of "SIM card" which only has a sertant amount of credit on it (like a normal phonebox telecard)... if it can be traced? - we don't know...

Well..here's the trick you dial the no. normally and press YES. While "connecting" is shown on the screen, the following procedure should be carried out: Press CLR then 0 then # and then NO (twice) so as to switch OFF the phone. You can then still speak on the phone while it is switched off but the SIM card does not record your calls which will lead to FREE phone calls in some countries.. we hope!!

Another variant of the code
Make a Call, while the phone says Connecting type 083# (the position 83 must be empty! ), when phone says Pos Emtpy, press the NO key and turn off the phone.

If you can make the call with the phone turned off you will face a problem when you need to hang up the phone...the only way for you to do that is remove the battery...???

GF788

*#06# for checking the IMEI (International Mobile Equipment Identity)

If you dial 923885 and > .It'll appear a great menu, to change several options like menu's string( welcome, roaming, normal), to change band codes and other things.

>*<<*<* for checking the firmware revision information (software release)

>*<<*<*> 1-row text strings. if pressing yes you can check the phones text programming in currently selected language. (298 entries)

>*<<*<*>> n-row text strings. if pressing yes you can check the phones text programming in currently selected language. (160 entries?)

The Service Provider (SP) Lock
The Service Provider (SP) Lock menu is used to lock the cell phone to the SP's SIM card. Once the cell phone is locked to a specific operator, if one inserts a SIM card from a different operator the phone will refuse to accept it! The cell phone will however accept another SIM card from the same operator.

To activate/deactivate this lock one needs a special secret code that is not available to the end user.

Here is how to activate the menu:

<**< Lock to Network? if pressing yes you have 5 attempts to enter NCK.

<**<< Lock to Network subset? if pressing yes you have 5 attempts to enter NSCK.

Warning: Your phone can be locked to a service provider FOREVER by doing this! If an invalid code is entered all five times, the menu will exit and be deactivated! Any further attempt to activate the NCK/NSCK lock Menu will result in the response "Not allowed"! However the NCK/NSCK lock can be recover through a direct clearing in the EEPROM.

Shortcut for Last Dialed call menu
If you for some reason don't want to enter the 'Last Dialed calls menu' by using the 'YES' key you can use the following key stroke instead: First '0' then '#'.

Bat. level indicator when turned OFF
When the phone is turned off and the phone is not changing - the bat. level can be seen for a short period of time by pressing the 'NO' key quick once (it has to be quick!) and then wait for about 2 sec. The bat. level will now be shown in the display at its normal position.

Access menu without Sim card
To access to the menu in your phone without having a card inside do the following: type **04*0000*0000*0000# When display say "Wrong Pin" press NO and you have access to the all menus: Info, Access, Settings, Calculator, Clock, Keylock On?, Mail, Phone book. NOTE if you try this on your phone may stop at Keylock On? menu and you´ll have to take your battery out to turn the phone on again.

Free phone calls using the GF788
This trick has only been reported working on PREPAID GSM CARDS and in some countries and with some sw versions.

The prepaid GSM SIM CARD is a kind of "SIM card" which only has a sertant amount of credit on it (like a normal phonebox telecard)... if it can be traced? - we don't know...

Well..here's the trick you dial the no. normally and press YES. While "connecting" is shown on the screen, the following procedure should be carried out: Press CLR then 0 then # and then NO (twice) so as to switch OFF the phone. You can then still speak on the phone while it is switched off but the SIM card does not record your calls which will lead to FREE phone calls in some countries.. we hope!!

Another variant of the code
Make a Call, while the phone says Connecting type 083# (the position 83 must be empty! ), when phone says Pos Emtpy, press the NO key and turn off the phone.

If you can make the call with the phone turned off you will face a problem when you need to hang up the phone...the only way for you to do that is remove the battery...???

SH888

*#06# for checking the IMEI (International Mobile Equipment Identity)

>*<<*<* for checking the firmware revision information (software release)

>*<<*<*> 1-row text strings. if pressing yes you can check the phones text programming in currently selected language.

>*<<*<*>> n-row text strings. if pressing yes you can check the phones text programming in currently selected language.

>*<<*<*>>> IR version info. if pressing yes you can check the phones IR device's driver version.

The Service Provider (SP) Lock
The Service Provider (SP) Lock menu is used to lock the cell phone to the SP's SIM card. Once the cell phone is locked to a specific operator, if one inserts a SIM card from a different operator the phone will refuse to accept it! The cell phone will however accept another SIM card from the same operator.

To activate/deactivate this lock one needs a special secret code that is not available to the end user.

Here is how to activate the menu:

<**< Lock to Network? if pressing yes you have 5 attempts to enter NCK.

<**<< Lock to Network subset? if pressing yes you have 5 attempts to enter NSCK.

Warning: Your phone can be locked to a service provider FOREVER by doing this! If an invalid code is entered all five times, the menu will exit and be deactivated! Any further attempt to activate the NCK/NSCK lock Menu will result in the response "Not allowed"! However the NCK/NSCK lock can be recover through a direct clearing in the EEPROM.

Shortcut for Last Dialed call menu
If you for some reason don't want to enter the 'Last Dialed calls menu' by using the 'YES' key you can use the following key stroke instead: First '0' then '#'.

Bat. level indicator when turned OFF
When the phone is turned off and the phone is not changing - the bat. level can be seen for a short period of time by pressing the 'NO' key quick once (it has to be quick!) and then wait for about 2 sec. The bat. level will now be shown in the display at its normal position.

Access menu without Sim card
To access to the menu in your phone without having a card inside do the following: type **04*0000*0000*0000# When display say "Wrong Pin" press NO and you have access to the all menus: Info, Access, Settings, Calculator, Clock, Keylock On?, Mail, Phone book. NOTE if you try this on your phone may stop at Keylock On? menu and you´ll have to take your battery out to turn the phone on again.

OTHERS

Ericsson DH368

Try these Codes on your DH-368 phone:

1. Power on.
2. Press 904059 + 'MENU'
3. 'TEST SET' display ...
4. Press 'YES' will display @ then press 1 'RCL' will turn light off and you will see 'DONE'
5. Press 'YES' will display @ then press 86 'RCL' display 'DONE' also you will hear static... You can just enter the channel number (up to 1023) by pressing 'Yes' 3 'CLR' XXXX - channel number to enter a channel directly. You can also see the signal level on channel by pressing 3 'MENU'. You can see the ESN number by pressing 'YES' 1 'RCL' 96 in HEX format.
6. Press 3 to exit, now you phone will power down and power up again. You can install the phone number into the phone by pressing 923885 + 'MENU'

Ericsson GF768

Edit Greetings Tip

1. Go to the Keylock menu.
2. Set lock to Auto.
3. Press YES then hold the left arrow untill the Greetings menu appears.

GF788 menu in your GF768 phone! (1)

1. Go to the EDIT MENU and press YES.
2. Type the number "2" and press YES.
3. In "NAME" HOLD DOWN the "2" key untill the number "2" apperars. Press YES.
4. Press YES again (to save any position) then QUICKLY press and hold left arrow (<) untill "SIZE" appears in the display.
5.Press YES and choose "Full size". You now have the GF788 menu!

NB. Confirmed working on version 970716 and 980318.

GF788 menu in your GF768 phone! (2)

1.Go to MissedCall
2. Empty the list
3. Press the -> key for a second or two
4. The option Menu size turns up
5. Choose 'yes' and go from there

NB. Confirmed working on version 990122.

GF788 menu in your GF768 phone! (3)

1. Go and set the ring volume and press yes.
2. When 'STORED' is displayed - keep the right button -> pressed until 'Extended Menu' is displayed.
3. Select "Activate" the menus and you now have lots of extra features

NB. Confirmed working on version 980910

Ericsson A1018s

(UN)LOCKING YOUR ERICSSON A1018s TO SPECIFIC NETWORK :

A way to (un)lock your cell phone on to the network:

1. Press : <**<
2. Then on the display appear and give you two choices: Lock to Network ? and Lock to Network subset?
3. Enter the NCK number (code is provided by the SP)
4. You have 5 attemps to do this
5. Then your cell phone will work 'only' with the network


Important!
Try these codes at your own risk!
Some of these codes may not work.