Sunday, September 16, 2007

all new blackberry 8800 havingFull QWERTY keyboard

all new blackberry 8800 havingFull QWERTY keyboard

to know about this click on

http://www.cellpex.com/index.php?fuseaction=models.home&brand=

nokia tips

nokia tips

1 Imagine ur cell battery is very low, u r expecting an important call and u don't have a charger.Nokia instrument comes with a reserve battery. To activate, key is "*3370#"Ur cell will restart with this reserve and ur instrument will show a 50% incerase in battery.This reserve will get charged when u charge ur cell next time.*3370# Activate Enhanced Full Rate Codec (EFR)-Your phone uses the best sound quality but talk time is reduced by approx. 5%#3370# Deactivate Enhanced Full Rate Codec( EFR)*#4720# Activate Half Rate Codec - Your phone uses a lower quality soundbut you should gain approx 30% more Talk Time*#4720# Deactivate Half Rate Codec2 *#0000# Displays your phones software version,1st Line :S oftware Version,2nd Line : Software Release Date,3rd Line : Compression Type3 *#9999# Phones software v ersion if *#0000# does not work4 *#06# For checking the International Mobile Equipment Identity (IMEI Number)5 #pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)6 #pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)7 #pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)8 #pw+1234567890+4# SIM Card Lock Status.(use the "*" button to obtain the "p,w" and "+" symbols)9 *#147# (vodafone) this lets you know who called you last *#1471# Last call (Only vodofone)10 *#21# Allows you to check the number that "All Calls" are diverted To11 *#2640# Displays security code in use12 *#30# Lets you see the private number13 *#43# Allows you to check the "Call Waiting" status of your phone.14 *#61# Allows you to check the number that "On No Reply" calls are diverted to15 *#62# Allows you to check the number that "Divert If Unrea chable(no service)" calls are diverted to16 *#67# Allows you to check the number that "On Busy Calls" are diverted to17 *#67705646#R emoves operator logo on 3310 & 333018 *#73# Reset phone timers and game scores19 *#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", itmeans you will get the best standby time possible20 *#7760# Manufactures code21 *#7780# Restore factory settings22 *#8110# Software version for the nokia 811023 *#92702689# (to rember *#WAR0ANTY#)Displays -1.Serial Number,2.Date Made3.Purchase Date,4.Date of last repair (0000 for no repairs),5.Transfer User Data.To exit this mode -you need to switch your phone off then on again24 *#94870345123456789# Deactivate the PWM-Mem25 **21*number# Turn on "All Calls" diverting to the phone number entered26 **61*number# Turn on "No Reply" diverting to the phone number entered27 **67*number# Turn on "On Busy" diverting to the phone number enteredEach command is prefixed with either one or two * or # characters as follows:** Register and Activate* Activate## De-Register (and Deactivate)# Deactivate*# Check Status© Call buttonOnce each command has been entered, if it is a network command (as opposed to a local handset command) it must be transmitted to the network by pressing the YES (receiver) key which acts as an enter key - this is represented here with the © character. Always enter numbers in full international format +CountryAreaNumber ( e.g. +447712345678).Command Description Command StringSecurityChange call barring code **03*OldCode*NewCode*NewCode#©Change call barring code **03*330*OldCode*NewCode*NewCode#©Change PIN code **04*OldPIN*NewPIN*NewPIN#©Change PIN2 code **042*OldPIN2*NewPIN2*NewPIN2#©Unlock PIN code (when PIN is entered wrong 3 times) **05*PUK*NewPIN*NewPIN#©Unlock PIN2 code (when PIN2 is entered wrong 3 times) **052*PUK2*NewPIN2*NewPIN2#©Display IMEI *#06#Call Forwarding (Diversions)De-register all call diversions ##002#©Set all configured call diversions to number and activate **004*number#©De-register all configured call diversions (no answer, not reachable, busy) ##004#©Unconditionally divert all calls to number and activate **21*number#©Activate unconditionally divert all calls *21#©De-register unconditionally divert all calls ##21#©Deactivate unconditionally divert all calls #21#©Check status of unconditionally divert all calls *#21#©Divert on no answer to number and activate **61*number#©Activate divert on no answer *61#©De-register divert on no answer ##61#©Deactivate divert on no answer #61#©Check status of divert on no answer *#61#©Divert on not reachable to number and activate **62*number#©Activate divert on not reachable *62#©De-register divert on not reachable ##62#©Deactivate divert on not reachable #62#©Check status of divert on not reachable *#62#©Divert on busy to number and activate /td> **67*number#© *#330*code#©

Folder Lock Without any S/W...

Folder Lock Without any S/W...

Folder Lock without any S/W

Open Notepad and copy the below code and save as locker.bat. At first time start it will create folder with Locker automatically for u. Don't forget to change your password in the code its shown the place where to type your password.
after creation of Locker folder again click on the locker.bat.it will ask.press Y then Locker folder will be disappeared. again to get it click on locker.bat. and give ur password u will get the folder again.

************ ********* ********* ********* ********* *********


cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Using Regedit with safety

Using Regedit with safety

Make sure before modifying your system Registry about its backup, because Registry contains all information how your system runs. This backup will help you to restore Registry in case any problem occurs after modifying. Learn how you can Export and Import Registry File Before Editing?

You can backup the whole Registry and also its subkeys.
Click Start Button then type regedit in Run box and click Ok button. Here you can export the whole Registry or you can locate the required subkeys that contain the information that you want to edit.

Go to File menu option then click on Export option for backup and save it with on any your system drive with .reg extension and you can restore this backup going File menu using import option.

Access restricted web sites or Blocked sites using Google (Works 99%)

Access restricted web sites or Blocked sites using Google (Works 99%)

Ok, let's start from the beginning. We all know that Google is more than a search engine; we do use it as provider for email, mapping, news and many other services. Google is now also a free proxy service. Proxy is a device that stands between a PC and the internet, providing all the connections to the world wide web. What a proxy does is to receive all data from a requested site, so when you access web pages all data come from proxy.

What's the purpose for Google as a proxy? We often use office/school/university connections, usually those services are set to provide more safety, blocking the access to undesidered web sites (the "black list"). What you can do now is use Google translator service (language tools) as a proxy to bypass the restrictions set for our connection!

You just need to type the following URL:

http://www.google.com/translate?langpair=en|en&u=www.forbiddensite.com
(www.forbiddensite.com stands for the URL you need to go to...)

What you'll get is the translation (english to english!) of the page you want to see... your connection is directed to a google.com page so this page won't be blocked (would be blocked only with google.com on the black list), no matter what's the content.

Notice that the URL has been a little hacked because the parameter "langpair"(1) is set to "en|en" (english/english) so the page is processed by Google but you can keep the original language of the page (no need to translate!). If you need another language (e.g. french) you just need to set the parameter langpair to "fr|fr" and you'll be able to read french pages in french!

Last but not least: if you use this trick, you're not sure to protect your privacy, this kind of connection lets you see blacklisted pages but doesn't hide your IP address. Just go to http://www.google.com/translate?langpair=en|en&u=www.whatismyip.com to see your IP is not hidden...

That's all, dont forget to reply all your thoughts ok!!!!! ( keeps us motivated)

Windows Genuine Advantage Problems and Solutions

Windows Genuine Advantage Problems and Solutions


Windows Genuine Advantage Problems and Solutions

What is Windows Genuine Advantage?

Windows Genuine Advantage is Microsoft's not so subtle crackdown on illegal piracy of Windows XP and Microsoft Office products. Microsoft started with an ActiveX component to force owners of Windows XP to validate their version before downloading security updates. Unfortunately this particular scheme was rather easily foiled by groups on the net and workarounds appeared almost instantly including cracked files and javascript fixes.

Now Microsoft is becoming more advanced in their attack on pirated versions of Windows XP or Microsoft Office. They are including a Windows Genuine Advantage security patch in the updates of Windows XP. The newest patch, released the first week of June 2006, actually produces popups on the login screen and on the desktop explaining that this version of Windows XP is not genuine and the owner may be the victim of software counterfeiting.

If your version of Windows XP is not genuine and does not pass the validation schemes, you will not be able to download security patches from Windows Update, or install the latest version of Internet Explorer 7 and other software. For those users that do have a valid version of Windows XP, Microsoft offers some special promotions.




Important Microsoft Pages

Windows Validation Page

Windows Genuine Advantage FAQ

Microsoft Genuine Advantage – Diagnostic Site

Windows Genuine Advantage Diagnostic Tool

What Can I Do If My Version of Windows XP Does Not Validate?

Microsoft is offering a variety of options to customers who unknowingly purchased a counterfeit copy of Windows XP. Customers can submit a proof of purchase, the original counterfeit CD, and fill out a report with the details of the purchase and Microsoft will give the customer a complimentary copy of Windows XP. However only high-quality counterfeit Windows versions will qualify for this copy.

For customers who received a computer from a friend, off the Internet or another way and an illegal version was installed, the only option is to buy a fully licensed version. Microsoft is offering the Windows XP Home Edition license kit for $99.00 to customers, while the XP Pro Edition is $149.00. The Windows Genuine Advantage Kit for Windows XP will include a new 25-character Product Key and a Windows Product Key Update tool that will allow customers to convert their counterfeit copy to genuine Windows XP electronically.

The other option is of course to buy a legal version of Windows XP off the Internet or in a retail store. Generally the prices for these versions will be more than the price Microsoft is offering for their Windows Genuine Advantage Kit. Although there are some internet sites like Newegg.com, greatsoftwaredeals.com or edirectsoftware.com that have great prices.

Remember though, if you purchase an OEM or full edition of Windows XP, you'll have to format and reinstall your operating system. You can however purchase an Upgrade edition and change a pirated version to a fully licensed version. Just be sure you have a previous version of Windows (95,98,ME) in case you need to completely reinstall Windows XP someday. Also one other note, if you currently have XP Pro (pirated), you'll need to purchase the XP Pro Upgrade to upgrade your system. XP Home can only upgrade the Home Edition, where XP Pro can upgrade both the Home and Pro versions. Hopefully, that's clear enough to understand.

The other option of course is to go through Microsoft's site and purchase a software key. They will send you a program to upgrade the counterfeit version to a legit version.

I Have A Legal Copy of Windows XP,
but My Computer Still Fails Validation, What Now?

First of all, your computer may not be properly configured to allow the validation process to complete. For this reason, one of the first things you'll want to do is click on the link below to check your computer's configuration and fix any problems that may exist. After checking for problems, you can click on a link to validate Windows.

Microsoft Genuine Advantage – Diagnostic Site

If your computer checks out ok, you may be experiencing one of the following issues.

The Security Update for Windows Genuine Advantage (KB905474) fails to install.

There are two possible solutions here. One is caused by a permissions problem in the registry. To fix this issue, follow the steps below:

1. Click Start, and then click Run

2. In the Open box, type regedit, and then click OK

3. Expand HKEY_CLASSES_ROOT

4. Locate the subkey HKEY_CLASSES_ROOT\LegitCheckControl.LegitCheck

5. Right-click the subkey and select Permissions….

6. Ensure that Administrators allowed Full Control permission

7. Repeat steps 3-6 for the subkey
HKEY_CLASSES_ROOT\LegitCheckControl.LegitCheck.1

If this does not fix the issue with KB905474 update not installing, download the update to your desktop and manually install it.

1. Click on the link below to download the KB905474 update manually

http://www.download.windowsupdate.co...pool/windowsxp
-kb905474-enu-x86_4bafa8793e8cdcaf4ba4ffc494df32d496154544.exe

2. On the File Download Window, click Save and choose to save the file to your desktop.

3. After the file downloads, go to your Windows desktop and double-click on the file named

windowsxp-kb905474-enu-x86_4bafa8793e8cdcaf4ba4ffc494df32d496154544.exe

4. Follow the instructions on the screen to install it

5. Reboot your computer and go to Windows Update to check if the update as installed successfully.

Another reason why the validation may fail occurs when the ActiveX control for the Windows Genuine Advantage Validation Tool has been disabled. Follow the steps below to make sure the ActiveX is enabled.

1. Open Internet Explorer

2. Click on Tools, Internet Options

3. Click on the Programs tab

4. Click on the Manage Add-ons button

5. Find the Windows Genuine Advantage Validation Tool and click on it

6. Verify the Add-on is enabled, if it is not. Click Enable and Ok twice to exit back to Internet Explorer.

7. Close Internet Explorer and reopen it. Now try to validate Windows again.

A third error deals with Cryptographic Errors. If you are receiving the following information when running the WGA diagnostic tool, the problem is generally with corruption in the digital signatures of some files and they will have to be reregistered.

Diagnostic Report (1.5.0545.0):
-----------------------------------------
WGA Data-->
Validation Status: Cryptographic Errors Detected

Follow the steps below to resolve these cryptographic errors.

1) Click on Start, click on Run
2) In the Open box, type CMD and then click OK.
3) At the command prompt type the following command and Press Enter

regsvr32 softpub.dll

4) You should receive a message that DllRegisterServer in Softpub.dll succeeded, click OK
5) Repeat Steps 3 and 4 to re-register the following files

* wintrust.dll
* initpki.dll
* dssenh.dll
* rsaenh.dll
* gpkcsp.dll
* sccbase.dll
* slbcsp.dll
* mssip32.dll
* cryptdlg.dll

6) After all the above files have been re-registered, type Exit at the command prompt to close it and return to Windows.
7) Restart Windows and try to authenticate Windows again.

A fourth error message you may receive when trying to validate Windows XP is

"Product Key Inaccessible" and "0x80080212" error

This error message occurs when you do not have appropriate permissions for the DATA folder for Windows Genuine Advantage. Follow the steps below to fix this issue or click on the link above for the Microsoft article concerning this problem.

Windows XP Professional or Windows XP Home
1. Click Start, click Run, type the following in the Run dialog box, and then click OK:
%systemdrive%\Documents and Settings\All Users\Application Data\Windows Genuine Advantage.

2. Right-click the Data folder, and then click Properties.

3. On the Security tab, click Users (username\Users) in the Group or user names section. If the Security tab is absent, you'll need to follow these steps as well.

* Open My Computer
* Click on Tools
* Click on Folder Options
* Click on the View tab
* Uncheck the option for "Use Simple File Sharing"
* Click Ok and go back to Step 2 above and try again.

4. In the Permissions for Users section, make sure that each check box in the Allow column is selected for the following permissions:

• Read & Execute
• List Folder Contents
• Read

5. Click OK, and then restart the validation check process.

If the previous steps fail, start the computer in Safe Mode and try the procedure again.

How to Disable or Enable Auto run CD in Windows XP?

How to Disable or Enable Auto run CD in Windows XP?

In windows XP you can enjoy a good feature to run CD or DVD automatically when you loaded it into you CD drives on your computer. This is a defaults feature in windows XP but you can disable and enable it according to your nature of work. In user interface mode there is no option to disable or enable this feature, you must edit the registry of windows and be careful to work registry.



Click Start button then type regedit in Run option then press Enter for next.

Here locate the location to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Cdrom

Here you can disable or enable automatically running your CD. Change the value of Autorun to 0 for disable and change the value to 1 for enable. At the end restart your computer for this change.

Make free calls-Free guide

Make free calls-Free guide

Hi guys,

This is godmode, one of the not very old members here :-) but i thought to help the community i should share something that will help all of us. I am a VOIP blogger, a well known in this niche. You will soon notice the popularity of my blog once you visit. It has more than 2000 subscribers.

I would like to share this excellent guide i prepared about making free calls literally anywhere in the world. Hope that helps you guys.

Free International Call

Free Calls from India

There are several other post which should help you make calls to other countries. dont forget to drop some comments if you need any help.

Cheers and grow this excellent community to great heights!

Make urself a Bootable Windows Disk

Make urself a Bootable Windows Disk

Follow this link to make a windows bootable cd

http://www.tacktech.com/display.cfm?ttid=297

NOKIA APPS ,Games,&Themes2006 for N90,N70

NOKIA APPS ,Games,&Themes2006 for N90,N70

NOKIA Apps, Games, & Themes 2006 for N90, N70

APPLICATIONSJava AgeCalc2.jar Blooover_v1.00_full.jar BlueChat.jar BTExplorer.jar Chat2Cell.jar Eortologio_3.1 Google.jar MobileMule.jar MobiLuck-1.2.04_cracked[byVbmot]NO_EXPIRE.jar opera.jar Web Cam Viewer.jar WLIrc.jar Eortologio_3.1 APPLICATIONSSymbian Access.NetFront.v3.2.S60.SymbianOS7.Cracked-PWNPDA.SIS Ad0be.PDF.Reader.v1.1.5.S60.SymbianOS8.sis Advanced.Call.Manager.v2.00 Agile Messenger3.12 AgileLieDetector_Darga.sis AgileMessengerSeries60_V2.SIS AirTime.v1.00.S60.SymbianOS.Retail-BiNPDA.sis Alarm.Manager.v1.3.3 ALON_ContactGuide-Pro_v1.02_Cracked_SMPDA.sis Animator AnsweringMachine1.20.sis AppLauncher.v1.003.S60.SymbianOS.Cracked-EViLPDA.sis appman_v1.04_full_cracked_18plus2 AutoKeyLock.v1.22 autolock.sis bemused-s60-full-1.73 Bluetooth BLZ_Installer Call Counter v1.10 Call.Filter.v1.00.S60.SymbianOS.Cracked-BiNPDA CallControl.v1.00.N6600-XiMpDA.sis callervid_6670_repackage_by_idiot with autorun CallMagic.v2.00.S60.SymbianOS7.Cracked-BiNPDA CallRecorder_v1.03_NEW_CRACKED_SMPDA CallRec_v2.19_CRACKED_6600_7610_6260_3230_SMPDA Cocktail103.SIS ControlFreak_2.22 Cyberabi.GloBanner.v1.02.Multilingual.Retail_n7uG.sis Digia.FastReply.v3.09.S60.SymbianOS7.Cracked-BiNPDA DorisBrowser_v1.15_by trocobob DVDPlayer_1_24_Symbian_S60_Cracked_By_Bryan.sis eFileManager.v2.2.S60.SymbianOS.Cracked.Read.NFO-BiNPDA Encore.v1.0-ximpda.sis eRecorder.v1.64.SymbianOS.Cracked.Read.NFO-BiNPDA EzChat_v1.1.00_Cracked_6630_6680_6681_SMPDA FExplorer_english_115 Flashget.sis Flash_Lite_1.10_Cracked_By_Zibri.sis Gina.v1.53.S60.SymbianOS GPS IFD_CONVERTER_v1.1_CRACKED_ox7.x_6600_7610_6260_SMPDA Image.Spy.v2.05.S60.SymbianOS7.Cracked-BiNPDA Info Print.sis Killer.Mobile.BlackBaller.v1.12.S60.SymbianOS7.Cracked-BiNPDA.sis LENSES Localization.Greek.v1.41 MH.Soft.StopWatch.v1.00.S60.SymbianOS.Retail-EViLPDA.sis Migital.Smart.Guard.Pro.Full.v3.00.S60.SymbianOS.Cracked-PWNPDA MinuteBeeps1.10_S60_Cracked_SMPDA NEW FIXED MinutesManager.v1.30.S60.Incl.Keygen.Patch.ME MinutesManager_1.3_full_dotsis mmsit mobilesearch. v2.02.S60.Bryan@0110 MobileSystems.MSDict.Viewer.v2.11.S60.SymbianOS.Cracked-PWNPDA Mobystar.xCaller.v1.08.S60.SymbianOS MP3BASE_Stereo_with_EQ_S60_Cracked_By_Bryan_0110CN mplayer_n90_mmc_145.sis mumcode.mumsms.v4.15.s60.symbianos.cracked-hexpda MusicBox.v1.2.S60.SymbianOS7.Cracked-BiNPDA Muvee MyKaraoke N-Caller.v1.07.S60.SymbianOS7.Retail-BiNPDA nokia code Nokia Codes1 Nokia Music Nokia_6670_AlwaysOnMailS60.SIS Nokia_N90_Quickoffice_2.2.6.0 Nokia_Push to Talk 1_1.sis Nokia_SettingWizard_28_EMEA_2_3_5_.sis Ogg Player OggPlay_S60.1_0_7 Opera_8.50.sis opera_mini_high Panoman.v1.16.S60.SymbianOS7.Cracked-EViLPDA Papyrus.v1.00.9.S60.SymbianOS7.Cracked-BiNPDA PhotoOptimizer_By_Sihmar_Online.SIS PhotoRite.SP.v5.2.1.S60v2.SymbianOS7.incl.Keygen-HSpda PhotoSMS_v1.3_full_cracked_18plus2 Plenware.Mona.v2.58.S60.SymbianOS pointworld_s60_enByDoctor Power.Dictaphone.v1.0.4.S60.SymbianOS7.Incl.Keygen-PV Power.Navigation.v2.0.3.S60.SymbianOS7.Incl.Keygen-PV PowerCall_US.SIS ProfiMail 2.32 + keygen Psiloc_eFileMan.sis puppetmaster_v1.0_symboss QuickIM.MSN.Mobile.Messenger.v1.20.S60.Java.Retail-EViLPDA QuickOffice_Premier_v2.13 QuodSoftwarev1.09.S60 RepliGo_2.0_Nokia_S60 RescoViewer_v4.30.3_S60 ringmasterpro rtonestudio_v1.10_full S-MOBILE_VirusGuard__vg_S6070 S60_26_Sensor_LP1_v233.sis Search_1.2_d.sis SeleQ v1_65i %2B keygen Sim_Watcher.v1.00.sis Slideshow Slideshow.sis SlovoEd_Magenta_full_S60 Smart Crypto 1.50 Full Smart.Answer.v2.0.4.S60.SymbianOS7.Incl.Keygen-PV Smart.Profile.v1.0.6.S60.SymbianOS7.Incl.Keygen-PV SmartCom Pro V2.00 OS7 Cracked BiNPDA SmartComGPS_v1.0_S60_CRACKED_SMPDA SmartMovie.v2.76.S60.With.Converter.and.Keygen SmartvCard.v1.01.sis SmartVoice.VoiceJukebox.v1.01.S60.SymbianOS8.Cracked-BiNPDA SMS Counter v1.00 SMS Timer.sis smsface-v1_3full Space.Doubler.v2.11.SymbianOS.Cracked.Read.NFO-BiNPDA spycall1.2_full_3650_3660_ngage_dotsis SpyDetection_v0.52_S60_CRACKED_SMPDA SSmsReminder.v1.0.sis superimpose_v1.6.sis Surprise_1_.Sounder.v1.0-XiMpDA__murder78_.sis SymantecMobileSecurityS60 Symella.v1.02..sis telephone_code_searcher.sis Teletext_2 TipTally_v1.0_S60_OS7_8_9_CRACKED_SMPDA turnoff Ulead Photo Express.SIS UltraMP3.v1.52.S60.SymbianOS.Incl.Keygen.Read.NFO-FREEPDA vExplorer_v1.0_Cracked_SMPDA viking.informatics.mp3.player.v3.50.s60.symbianos.cracked.proper-binpda Virtual.Radio.v1.04.S60.SymbianOS.Retail-HeXPDA Wildpalm.CameraFX.Pro.v2.60.S60.N90.SymbianOS8.1.Cracked.Read.NFO-BiNPDA Wildpalm.CameraFX.Pro.v2.60.S60.N90BiNPDA.sis Wireless1.Interactive.Inc.Call.Cost.Saver.Full.Version WirelessIRC-2-00-231005 WMA-OGG Plugin.S60.v2 WMAPlus.v1.00 XCaller.v1.07.S60.SymbianOS.Incl.Keygen.Patch-BiNPDA Ximplify One2Go S60v1.10_English_Full ZenoMorphS60_103F_nopdf Zipman 2.31 Advanced.Call.Manager.v2.00 Agile Messenger3.12 Alarm.Manager.v1.3.3 Alarm.Manager.v1.3.3 appman_v1.04_full_cracked_18plus2 AutoKeyLock.v1.22 bemused-s60-full-1.73 BluetoothBlueJackX BluetoothIM+_Bluetooth_v1.06_S60_OS8_Cracked_SMPDA BluetoothMateFinderbluetooth txt BluetoothMobilyT.bluStreamer.v2.00.S60.SymbianOS.Retail-EViLPDA BluetoothBlueJackXBlueJackX.sis BluetoothIM+_Bluetooth_v1.06_S60_OS8_Cracked_SMPDA BluetoothMateFinderbluetooth txtMateFinderbluetooth txt.SIS BluetoothMobilyT.bluStreamer.v2.00.S60.SymbianOS.Retail-EViLPDA BLZ_InstallerBlizard_Game_Installer.sis Call Counter v1.10 Call.Filter.v1.00.S60.SymbianOS.Cracked-BiNPDA callervid_6670_repackage_by_idiot with autorun CallMagic.v2.00.S60.SymbianOS7.Cracked-BiNPDA CallRecorder_v1.03_NEW_CRACKED_SMPDA CallRec_v2.19_CRACKED_6600_7610_6260_3230_SMPDA ControlFreak_2.22 Digia.FastReply.v3.09.S60.SymbianOS7.Cracked-BiNPDA DorisBrowser_v1.15_by trocobob eFileManager.v2.2.S60.SymbianOS.Cracked.Read.NFO-BiNPDA eRecorder.v1.64.SymbianOS.Cracked.Read.NFO-BiNPDA EzChat_v1.1.00_Cracked_6630_6680_6681_SMPDA FExplorer_english_115FExplorer_english_115.SIS Gina.v1.53.S60.SymbianOS GPSBlueSky-GPS_V1_1_.14-N6600 GPSGeominder.v1.1.25.S60.SymbianOS.Cracked-EViLPDA GPSPsiloc.Mini.GPS.v1.55.S60.SymbianOS.Cracked.Read.NFO-BiNPDA GPSBlueSky-GPS_V1_1_.14-N6600 GPSGeominder.v1.1.25.S60.SymbianOS.Cracked-EViLPDA GPSPsiloc.Mini.GPS.v1.55.S60.SymbianOS.Cracked.Read.NFO-BiNPDA GPSPsiloc.Where.I.Am.v1.55.S60.SymbianOS.Cracked.Read.NFO-BiNPDA IFD_CONVERTER_v1.1_CRACKED_ox7.x_6600_7610_6260_SMPDA Image.Spy.v2.05.S60.SymbianOS7.Cracked-BiNPDA LENSES Localization.Greek.v1.41 Migital.Smart.Guard.Pro.Full.v3.00.S60.SymbianOS.Cracked-PWNPDA MinuteBeeps1.10_S60_Cracked_SMPDA NEW FIXED MinutesManager.v1.30.S60.Incl.Keygen.Patch.ME MinutesManager_1.3_full_dotsis mmsitMMS_It.sis mobilesearch. v2.02.S60.Bryan@0110

CODE
http://rapidshare.de/files/34274190/NOKIA_Apps__Games____The

Media Studio for Nokia

Media Studio for Nokia

IMG:http://tusharks.com/wp-content/uploads/2006/11/media-studio-for-nokia-35-makayama.jpg) Blazing fast DVD to Nokia transfers.
Put a movie on your cellphone in less than 40 minutes.

Enjoy tv-series, home movies, and even feature films on your Nokia mobile phone and watch them in great quality, in full screen landscape mode.-A memorycard as small as 128 Mb is enough to store a full length feature film, or up to a hundred minutes of other content.
Take your video̢۪s and movies on the plane, train or automobile, watch them on vacation, at work or at school. With only two clicks, this PC software converts the content of any video file (AVI, MPEG, Youtube, etc.), from any drive (harddisk, CD, DVD, removable) to a super small movie, which will play on any Nokia device, from a postage stamp size memory card.

You can use a headset or the built-in speaker to listen to the sound. Subtitled and foreign language DVDs are also supported.


The following 43 Nokia phones are supported


NOKIA 3230, 3250, 3600, 3650, 3660, 5500, 230, 6230i, 6233, 6235, 6260, 6270, 6280, 6600, 6620, 6630, 6638, 6670, 6680, 6681, 6682, 7610, 770, 7710, 9300/9300i, 9500, E50, E60, E61, E70, N70, N71, N72, N73, N75, N80, N90, N91, N92, N93, N95, N-Gage/QD-

(IMG:http://i52.photobucket.com/albums/g16/sivaprakash_dev/dl.gif)

CODE

http://rapidshare.com/files/5182066/Media_Studio_for_Nokia_3.5.ace

Bluetooth enhancer,

increases range plus supports multiple file transfer



http://rapidshare.com/files/41554466/Bluetooth_enhancer_Multiplef

Nokia Mobile Sets Secret Codes

Nokia Mobile Sets Secret Codes

Use For: Default Security Code. Code: 12345
Mobile Set: Nokia Mobiles
Use For: Turn On Enhanced Full Rate Codec.
Code: *3370#
Use For: Turn Off Enhanced Full Rate Codec.
Code: *#3370#
Use For: Turn On Half Rate Codec.
Code: *4720#
Use For: Turn Off Half Rate Codec.
Code: *#4720#
Use For: Show Software Version.
Code: *#0000#
Use For: Also For Show Software Version.
Code: *#9999#
Use For: Show IMEI (International Mobile Equipment Identity).
Code: *#06#
Use For: Show Lock Status of Your Nokia Mobile Set.
Code: #pw+1234567890+1#
Use For: Show Lock Status of Your SIM.
Code: #pw+1234567890+4#
Use For: Show Security Code of Your Mobile Phone.
Code: *#2640#
Use For: Reset Game Score And Timer.
Code: *#73#
Simlock info: * # 9 2 7 0 2 6 8 9 #
Provider lock status: # p w + 1 2 3 4 5 6 7 8 9 0 + 1
Network lock status: # p w + 1 2 3 4 5 6 7 8 9 0 + 2
Provider lock status: # p w + 1 2 3 4 5 6 7 8 9 0 + 3
SimCard lock status: # p w + 1 2 3 4 5 6 7 8 9 0 + 4 1234567890 - MasterCode which is
generated from IMEI hope u all n...joy em

0 comments

Orginal nokia N series ringtones

Orginal nokia N series ringtones

Hello guys, i just wanted to share with all of you the ringtones that i ripped from my nokia n80. Hopefully Those who own the N70, N73, n90, n91 and n93 would pitch inn so we could all have a wider selection of original ringtones for our phones... Because there are some nice sounds found in the other models witch arent available in others

Please share your Original Nokia Ringtones and pls dnt forget to inc my reputation if u like my post!!here's how you do it..with a program installed on your phone like systemexplorer..Creat a folder at your memory card to place your files...while using Sysexplorer, go to Z:then Data -> Sounds -> DigitalThen copy all the files in the folder. an easier process is by marking it one my one, then when you have marked all the files, select copy, then the program will say that it copied howmany items you have chosen...go to memory card ( e: ) and paste it in the foler (or directory) that you created. There you have it! the you could upload the files!*** you can save the files that you like at Z: Data -> Sounds -> Digitalso it wil comeout as part of the nokia list. The files downloaded and playd on the pc wont be recognized by the music manager on the data suite. play it on the phone first so u can choose the files you like then copy it to the location or just save it directly to your memory card under sonuds -> digital so you can delete it any time.! EnjoyyyHere are the original Nokia N80 Ringtones i ripped!


CODE
http://files.filefront.com/Original_NOKIA_N80__Ringthzip/;5968198;;/

Hotese mp3 converter 5 mb song to 1 mb

Hotese mp3 converter 5 mb song to 1 mb

hey guys,
i have got a software which converts 5mb song to 800kb its name is nch switch sound it is available at www.nch.com.au go to this site and select audio file format converter.download free version of it .after installation go to encoder settings adjust bit rate from 8 to 32 and sound quality 9 , stereo is joint5mb mp3 song into 600kb6.5 mb song to 1 mb(e.g->hotel california) believe me the sound quality is unbelievable.i own a ngage qd with 1 gb card having full of mp3 songs counting up to 934 songs!!!!!!!!!!!!!!!!!!!
CODE
http://nch.com.au/switch/switchsetup.exe

Nokia unlock codes

Nokia unlock codes

hey guys here's an unlock code calculator for nokia to unlock service provider lock....why pay in $$$ or pounds when u can have it for free....reply if u like it & sorry if its a repost.....(IMG:http://i147.photobucket.com/albums/r291/shraym/PICS%20OF%20MY%20POSTS/unlockcodes.jpg) DOWNLOAD
CODE
http://www.mobanza.com/6f5912da/NokiaFREE_v310_Nokia_unlock_

How to unlock the password protected memory card of your mobile phone.

How to unlock the password protected memory card of your mobile phone.

I have seen such a case when one my friend forgot the password of his memory card of his mobile phone and he have some very important data in the memory card which he want to recover, he tried almost everything then he lost hope and then asked the mobile phone company to find the way to recover the data from the memory card.

But you don’t worry if you are having the same problem…as now there is a much simple and easy way out.


Requirement: You need a file explorer like FExplorer which you can download from here.

How to Unlock MMC card:

Insert card into your phone but don’t access it through phone.
Run FExplorer and Open the path C:\system.
You will find a file called mmcstore ,rename the file mmcstore.txt
Copy that file(mmcstore.txt) to your pc and open that file in notepad.
You will find your password in that file.
If you still have any problem in finding your password for your memory card ,leave a comment here.

A trick to prank your friend on Phone

A trick to prank your friend on Phone

Here is a good service that could be used to Prank your friend for a while. All you have to do is to just enter the phone number,display name,display number and the message. This service will call the destination number and a computer generated voice will read out the message. You can even select the voice. They bring you free phone calls using the latest text to speech technology.

Try it out by typing in the few required details and your prank call will be placed shortly.

I haven't tested the service, If anyone of you tested it please leave a comment about the service.

Turn your Windows Mobile,Palm to Iphone

Turn your Windows Mobile,Palm to Iphone

OH....So everyone around might be surprised to read the title of the page... how to change???





The answer is simple I have just found a site that offers some cool software's that help you to turn you Mobile Palm to look like an IPhone.




You can add the cool features of the Iphone like the Iphone Keyboard,iPhone Slide Lock,Dialpad Skin ,wisbar, etc...

You can change the entire look of your phone to the same as that of an Iphone....

This site got a very clear procedure also...I haven't tested this so do it at your own risk....

Download Some free themes for sony ericsson T68i, T30x…series

Download Some free themes for sony ericsson T68i, T30x…series

Yes there are some really good looking themes available for free download and use available on web on http://www.esato.com
all the themes available there for download are free…so what are you waiting go and download them.
Download all sony ericsson themes for the TT68i, T300, T306, T310, T312, T316, T226, T230 and T238 models.

Motorola Secret Codes

Motorola Secret Codes

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)

SOME SYMBIAN TIPS AND TRICKS


SOME SYMBIAN TIPS AND TRICKS

Tip 1 :Do u know how to use the edit button (abc or pencil button)?Heres how... in the inbox for example; u wanna delete multiple sms, simply hold the edit button, scroll down, and then, press c to delete the marked sms. The edit button can also b used to copy and past text in sms, simply hold it and scroll across, choose copy. pretty good for placing song names in ngage.


Tip 2:Shit happens,on a smartphone,its inevitable u do something wrong,and tis calls for a format of fone. to format the fone, press *#7370#, then enter the lock code, which is the sec code of the fone.

NOTE: batt must b full, else if format is disrupted by low batt, consequences will b disastrous.I heard the code *#7780# works too, pretty much the same i think.

for 6600 users, to format the fone, theres an alternative way. Press and hold <3>, <*>, and the buttons,then power on fone, keep holding on the 3 buttons, till u come to a format screen. tis method ONLY works on 6600, and need not enter the sec code. BUT sec code wud be reset to default 12345.


Tip3:TO NGAGE USERS; Did u know u can install .sis files simply using the cable given? Juz plug it in, place the .sis file anywhere on e:(the mmc), not in any folders, root of e:,disconnect,then look for it in manager.


Tip 4:Save memory when installing apps, by installing over bluetooth. This can be done using the nokia phone suite and a bluetooth serial connection. Only works with .SIS files, so java still has to be sent to the phone, but will save space when using .SIS files.


Nokia tricks

Nokia tricks

To check the IMEI (International Mobile Equipment Identity) Type-

*#06#

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

That code works not only on Nokia phones, but on ALL mobile phoens.

To check the phones Software revision type-

*#0000#

Information you get from the Software revision-

V 05.31

18-02-99

NSE-3

1ST Line = Software revision

2ND Line = The date of the software release

3RD Line = Phone type

To enter the service menu type-

*#92702689# (*#WAR0ANTY#)

Serial number (IMEI)

Production date (MM/YY)

Purchase date (MM/YY) You can only enter the date once.

Date of last repair (0000=No repair)

Transfer user data to another Nokia phone via Infra-Red

Clock Stopping

To check weather your SIM Card supports clock stopping type-

*#746025625# (*#SIM0CLOCK#)



Revealing the Headphone and Car-Kit menus

Please note that if you do these next tricks, the new menus can't be erased without retoring the factory default settings. To do these tricks you need to short-circuit the pins on the bottom of the phone next to where you plug in you charger.



1. To activate the "Headset" menu, you need to short-circuit pins "3" and "4". After a short time the word "Headset" will be shown in the display. Menu 3-6 is now enabled.

2. To activate the "Car" menu, you need to short-circuit pins "4" and "5". After a short time the word "Car" will be shown in the display. Menu 3-7 is now enabled.



THE REBOOT TRICK

This should work on all software versions of the 6110.

1. Go to the Calendar (Menu-8)

2. Make a note or reminder.

3. Enter some text into the edit box.

4. Hold "Clear" until the whole text is cleared, then press "Back".

5. Press "0". The main screen will now be showing but a space appears on the screen. (you can't see it)

6. Enter 4 digits (e.g. 1234).

7. Use the down arrow to move the cursor to the left side of the numbers and the space (Down arrow twice).

8. Now enter 6 digits and press the call button.



Wait for a few seconds, the screen should start to flash and reboots. It should alsowork on other menus like the "Profiles" menu.



EFR CALL QUALITY

To activate EFR (Enhanced Full Rate) Enter the code-

*3370#

This improves call quality but decreases batterylife by about 5%

To deactivate it, Enter the code-

#3370#



THE JAMES BOND TRICK

If you short-circuit theleft middle and right pins on the bottom of the phone with all connections touching each other, the Nokia software hangs! The profile "Headset" will be activated. Before you do this just activate the "Automatic Answer" in the headset profile and set the ringing volume to "Mute". Now you can use your phone for checking out what people are talking about in a room. Just place it under a table in a room and call it. The phone receives the call without ringing and you can listen to what people are saying.



NETWORK MONITOR

There is a hidden menu inside your Nokia phone. If you want to activate it, you'll have to re-program some chips inside of your phone.

Check your software version. You can only continue if you have v4.33, v4.73 or v5.24.

Take apart the phone.

De-solder the EEPROM (ATMEL AT 24C64).

Read out the data with an EEPROM programmer and save it to a file (Backup).

If you have v.33 or v4.73, change the address "03B8" from "00" to "FF".

If you have v5.24 then change the address "0378" from "00" to "FF".

Write the new data to the EEPROM and solder it back to the phone,

Power on your phone and you should have "Netmonitor" enabled.

The Network Monitor gives you the following information.



Carrier number

MS RX Level in DBM

Received signal quality

MS TX power level

C1 (Path loss criterion, used for cell selection and reselection). The range is -99 to 99.

RTL (Radio link timeout).

Timeslot

Indication of the transmitter status

Information on the Network parameters.

TMSI (Temporary Mobile Subscriber Identity).

Cell identification (Cell ID, Number of cells being used).

MCC (Mobile country code)

MCN (Mobile network code)

LAC (Location area code)

Ciphering (On/Off)

Hopping (On/Off)

DTX (On/Off)

Discard cell barred information



CHECK SIM-LOCK

Note - If you bought your Nokia on UK Vodafone or UK Cellnet you do not need to check this because they both transmit on GSM900, and they don't lock the phones. However if you bought your phone on UK Orange or UK One2one your phone may be blocked. The reason is that they both transmitt on GSM1800. To make a call on GSM1800 you need what is known as a "Dual band" phone. A dual band phone is able to transmit on both GSM900 and GSM1800, so they lock the phones so you can't use it with any other network simcard. If you find that your phone is locked you can try different software to unlock it. (we havn't found one that works yet), or you can ask your service provider who will gladly exchange the 10 digit code for about £35.

This is how to check the status of the 4 different locks. Aslo don't try entering the wrong number, because after 3 times it will block the phone for good.



There are 4 different locks on your Nokia phone.

COUNTRY-LOCK

NETWORK-LOCK

PROVIDER-LOCK

SIMCARD-LOCK

The code to read out the sim-lock status of your phone is



#PW+(MASTERCODE)+(Y)#

# = DOUBLE-CROSS

W = PRESS "*" THREE TIMES

P = PRESS "*" FOUR TIMES

+ = PRESS "*" TWO TIMES

MASTERCODE = 1234567890

Y = NUMBER 1 TO 4

The master code is a secret code. The code has 10 digits, To read out the sim-lock status you can enter every combination you want!

"Y" Shows the status of the network-lock. Here you can enter a number from "1" to "4". The "4" is for the sim-card lock.



SIM-LOCK CHECKS

#PW+1234567890+1# = GIVES PROVIDER-LOCK STATUS

#PW+1234567890+2# = GIVES NETWORK-LOCK STATUS

#PW+1234567890+3# = GIVES COUNTRY-LOCK STATUS

#PW+1234567890+4# = GIVES SIM-CARD-LOCK STATUS.
0 comments

Nokia Phone Secrets

Nokia Phone Secrets

First things first, Nokia is a worldwide Corporation which owns 36% of the market share. So no doubt alot of you own a Nokia mobile, whether it be CDMA or GSM.

CDMA : Is a phone which does not need a sim card to run, it just stores everything on the phone.
GSM : Is a phone which has a SIM card (like Vodafone)

There are several codes that you can use on Nokia's, i will run through these in this article.
(Stand-by mode is the main/home screen which displays your battery charge and signal)

(NOTE: The Service Programming Menu only works on CDMA phones)
----------------------------------------------------------------------------------------------

1. Service Programming Menu - *3001#12345#

This menu is the mother of all Nokia codes, you can edit your phone like mad here, most of these menus your service provider probably doesn't want you to have the ablity to do. So here we go.

On stand-by mode, type in *3001#12345# and wait a few seconds for it to load up. Once the screen comes up you will have several options, all with different functions. (NOTE: this menu differs on different phones.)

1. NAM 1
2. Change SPC
3. Security
4. Server addr.
5. SW version
6. Serial number
7. Programmed
8. Field test

----------------------------------------------------------------------------------------------

1. NAM 1 (* means explained below)

This is the most useful menu your phone has, it allows you to edit the heck out of your phone! inside NAM 1 there are these different menus:

Own number*
Mobile ID number
A-key code
Alpha tag*
Emergency*
Service No.
CDMA settings
NAM status

Own number:
Self explanitory, but if you want a new number then this is where you want to go. Just enter this menu followed by the SPC (see Change SPC) then change your number. This DOES work, but the new phone number you want must not already be in use.

Alpha tag:
You know on the standby screen, theres the "Vodafone" or "Telecom" or "T-Mobile" that appears? well now you can get rid of that annoying tag. Change this to whatever you please, just to make your phone more personalised.

Emergency:
This menu is basically a menu which displays all the numbers that will divert to the emergency number of your area. For example, if you live in USA and your emergency number is 911, in this menu there will be "911","811", "991" and the obvious numbers that you may type in while trying to reach 911. It's smart not to mess with these, because you never know when you'll be in an emergency. There should be some free slots so why not add in a couple more numbers that you want to divert to your emergency?
Some people think "Wow! emergency number! that calls for free, so maybe if i put in my friends number then it will give me free calls to him/her!" WRONG. This menu can NOT give you free calls. If you were to put in your friends number, then whever you called them you would end up calling the emergency line - as that's what you're diverted to! REMEMBER THIS!

----------------------------------------------------------------------------------------------

2. Change SPC

The SPC is the Service Programming Code. This code is rather hard to come across, as the service providers try to hide it from the public so they can't access these places on their phones. But luckily enough if you live in New Zealand then here is the code :)

147359 - Is the default code that will let you into 'almost' anything
665205 - Is the 'master' code, that will let you into anything you like

So, this menu just means you can change the code. NOTE: some places when you buy the phone tend to access this menu and change it so that the owner can't access it :( that is not always the case though!

----------------------------------------------------------------------------------------------

3. Security

This menu just shows you the security code that is installed on your phone, couldn't be more bland.
FUN TRICK: why not have a look at your friend/work mates' phone and access this menu, you could then see their security code or change it just for fun :) But we're nice people and that's naughty, so we arn't going to do that are we..

----------------------------------------------------------------------------------------------

4. Server addr.

This is the server address of your service provider. Nothing you can do here.

----------------------------------------------------------------------------------------------

5. SW version

Once again, another menu with not alot of meaning. All you can do in here is check out when your phone was activated, and what version software it is running. This can also be accessed on GSM phones (see below)


----------------------------------------------------------------------------------------------

6. Serial number

This is your serial number. DUH.
It would be a wise idea to jot this down somewhere safe, because this could be useful. If your phone was ever lost or stolen then you could contact your service provider and give them this code. This would let them shut the phone down so that your robber couldn't use your phone - or access anything on it for that matter.


----------------------------------------------------------------------------------------------

7. Programmed

This is just a menu that you can only access once, which lets you type in when your phone was programmed.

Seem like the menus are getting lamer? Wait for the next one..


----------------------------------------------------------------------------------------------

8. Field Test

This is an option which is quite cool really. Go into Field test and change "Disabled" to "Enabled". Then get out of the whole service programming menu.
Now, turn your phone off, and back on again.
Once it loads up go to your normal menu and scroll to the bottom. Notice you have just added a new menu to your phone? It is called Net Monitor.
Net Monitor speaks for itself, with this option you can monitor your network to a small extent.
Enter Net Monitor and it will prompt you with "Group/display:" enter in 3101 and press OK.
It should take you back to your standbuy screen, nothing will have changed. But wait a few seconds and then all these numbers will appear on your screen. What do they mean?

There is only one number you can really understand in this menu. This number is located as the third number down, it will say something like "-50" (the 50 can range anywhere from 10 to 99). This is how strong the signal is.

For example : If your phone displayed -10 here then it's telling you that your neighbour is a cell site and your signal is really really good.

If your phone displayed -90 then it's basically telling you that where you live or where you are at that certain time has really bad signal.

You will notice that as you get closer/further away to a cell site this number will grow or decrease.


----------------------------------------------------------------------------------------------

That sums up the Service Programming Menu, and the extra things your service provider doesn't want you doing :}

There are many other codes that you can use on CDMA phones, just search around for them.

Extra Codes:

*#66767# - This code when spelt out is "NO-SMS" so shouldn't that mean no texting? well, yes. If you enter this code in on your phone then you will no longer have the ability to "Create Message" or "Reply". If you're really mean then enter it on your brother or sisters phone, that's sure to give you some laughs. You can bring them back again by re-entering the code.

*#639# - This brings you to the menu which just re-programs your phone faster. I wouldn't reccomend you doing this if you value your phone.

*#7780# - This takes you to a menu which says "Restore Factory Settings", i think you understand what will happen if you press yes :p

GSM Code:

This is the only GSM code i know from the top of my head, just search around for more as i'm sure they're out there.

*#0000# - This is probably the most useless code you can find, but anyway it just gives you information on when your phone was activated. If your phone was sent in for repair, then this date will have changed to the date when it was fixed.

1 comments

SAMSUNG SECRET CODES

*#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 Menu
*#8999*327# EEP Menu
*#8999*3825523# Don't Know.
*#8999*667# Debug Mode
*#92782# PhoneModel (Wap)
#*5737425# JAVA Mode
*#2255# Call List
*#232337# Bluetooth MAC Adress
*#5282837# Java Version

#*4773# Incremental Redundancy
#*7752# 8 PSK uplink capability bit
#*7785# Reset wakeup & RTK timer cariables/variables
#*1200# ????
#*7200# Tone Generator Mute
#*3888# BLUETOOTH Test mode
#*#8999*324# ??
#*7828# Task screen
#*5111# ??
#*#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
#*3851# Restarts Phone
#*3876# Restarts Phone
#*7222# Operation Typ: (Class C GSM)
#*7224# !!! ERROR !!!
#*7252# Operation Typ: (Class B GPRS)
#*7271# CMD: (Not Available)
#*7274# CMD: (Not Available)
#*7337# Restarts Phone (Resets Wap Settings)
#*2787# CRTP ON/OFF
#*2886# AutoAnswer ON/OFF
#*3737# L1 AFC
#*5133# L1 HO Data
#*7288# GPRS Detached/Attached
#*7287# GPRS Attached
#*7666# White Screen
#*7693# Sleep Deactivate/Activate
#*7284# L1 HO Data
#*2256# Calibration info? (For CMD set DEBUGAUTONOMY in cihard.opt)
#*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
#*4700# Please use function 2637
#*7352# BVMC Reg value (LOW_SWTOFF, NOMINAL_SWTOFF)
#*2558# Time ON
#*3370# Same as 4700
#*3941# External looptest 115200 bps
#*5176# L1 Sleep
#*7462# SIM Phase
#*7983# Voltage/Freq
#*7986# Voltage
#*8466# Old Time
#*2255# Call Failed
#*5187# L1C2G trace Activate/Deactivate
#*5376# DELETE ALL SMS!!!!
#*6837# Official Software Version: (0003000016000702)
#*7524# KCGPRS: (FF FF FF FF FF FF FF FF 07)
#*7562# LOCI GPRS: (FF FF FF FF FF FF FF FF FF FF FF FE FF 01)
#*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
#*5171# L1P1
#*5172# L1P2
#*5173# L1P3
#*7326# Accessory
#*7683# Sleep variable
#*8465# Time in L1
#*2252# Current CAL
#*2836# AVDDSS Management Activate/Deactivate
#*3877# Dump of SPY trace
#*7728# RSAV
#*2677# Same as 4700
#*3797# Blinks 3D030300 in RED
#*3728# Time 2 Decod
#*3725# B4 last off
#*7372# Resetting the time to DPB variables
#*7732# Packet flow context bit Activate/Deactivate
#*6833# New uplink establishment Activate/Deactivate
#*3273# EGPRS multislot (Class 4, 8, 9, 10)
#*7722# RLC bitmap compression Activate/Deactivate
#*2351# Blinks 1347E201 in RED
#*4472# Hysteresis of serving cell: 3 dB
#*2775# Switch to 2 inner speaker
#*9270# Force WBS
#*7878# FirstStartup (0=NO, 1=YES)
#*3757# DSL UART speed set to (LOW, HIGH)
#*8726# Switches USBACM to Normal
#*8724# Switches USBACM to Generator mode
#*8727# Switches USBACM to Slink mode
#*8725# Switches USBACM to Loop-back mode
#*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
#*2872# CNT
*#8999*283# ???
#*22679# AMR Get Time
*288666# ???
*2886633# ???
*#8999*364# Watchdog ON/OFF
#*8370# Tfs4.0 Test 0
#*8371# Tfs4.0 Test 1
#*8372# Tfs4.0 Test 2
#*8373# Tfs4.0 Test 3
#*8374# Tfs4.0 Test 4
#*8375# Tfs4.0 Test 5
#*8376# Tfs4.0 Test 6
#*8377# Tfs4.0 Test 7
#*8378# Tfs4.0 Test 8
#*8379# Tfs4.0 Test 9
#837837# error=...

#*36245# Turns Email TestMenu on.

*2767*22236245# Email EPP set (....)!
*2767*837836245# Email Test Account!
*2767*29536245# Email Test2 Account!
*2767*036245# Email EPP reset!
*2767*136245# Email EPP set (1)!
*2767*736245# Email EPP set (7)!
*2767*3036245# Email...
*2767*3136245# Email...
*2767*3336245# Email...
*2767*3436245# Email...
*2767*3936245# Email...
*2767*4136245# Email...
*2767*4336245# Email...
*2767*4436245# Email...
*2767*4536245# Email...
*2767*4636245# Email...
*2767*4936245# Email...
*2767*6036245# Email...
*2767*6136245# Email...
*2767*6236245# Email...
*2767*6336245# Email...
*2767*6536245# Email...
*2767*6636245# Email...
*2767*8636245# Email...
*2767*85236245# Email...

*2767*3855# = E2P Full Reset
*2767*2878# = E2P Custom Reset
*2767*927# = E2P Wap Reset
*2767*226372# = E2P Camera Reset
*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 locks
*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


**********************

#*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)
Samsung Secret Codes Part 3
*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)



*2767*688# = Unlocking Code
*#8999*8378# = All in one Code
*#4777*8665# = GPSR Tool
*#8999*523# = LCD Brightness
*#8999*3825523# = External Display
*#8999*377# = Errors
#*5737425# = JAVA Something{I choose 2 and it chrashed}][/b]
*#2255# = Call List

#*536961# = Java Status Code
#*536962# = Java Status Code
#*536963# = Java Status Code
#*53696# = Java Status Code

#*1200# = AFC DAC Val
#*1300# = IMEI
#*1400# = IMSI

#*2562# = ??? White for 15 secs than restarts.
#*2565# = Check Blocking
#*3353# = Check Code
#*3837# = ??? White for 15 secs than restarts.
#*3849# = ??? White for 15 secs than restarts.
#*3851# = ??? White for 15 secs than restarts.
#*3876# = ??? White for 15 secs than restarts.

#*7222# = Operation Typ (Class C GSM)
#*7224# = I Got !! ERROR !!
#*7252# = Oparation Typ (Class B GPRS)
#*7271# = Multi Slot (Class 1 GPRS)
#*7274# = Multi Slot (Class 4 GPRS)
#*7276# = Dunno
#*7337# = EEPROM Reset (Unlock and Resets WAP Settings)
#*2787# = CRTP ON/OFF
#*3737# = L1 Dbg data
#*5133# = L1 Dbg data
#*7288# = GPRS Attached
#*7287# = GPRS Detached
#*7666# = SrCell Data
#*7693# = Sleep Act/DeAct (Enable or Disable the Black screen after doing nothing for a while)
#*7284# = Class : B,C or GPRS
#*2256# = Calibration Info
#*2286# = Battery Data
#*2527# = GPRS Switching (set to: class 4, class 8, class 9 or class 10)
#*2679# = Copycat feature (Activate or Deactivate)
#*3940# = External loop test 9600 bps
#*4263# = Handsfree mode (Activate or Deactivate)
#*4700# = Half Rate (Activate or Deactivate)
#*7352# = BVMC Reg value
#*8462# = Sleeptime
#*2558# = Time ON
#*3370# = EFR (Activate or Deactivate)
#*3941# = External looptest 115200 bps
#*5176# = L1 Sleep
#*7462# = SIM phase
#*7983# = Voltage/Frequenci (Activate or Deactivate)
#*7986# = Voltage (Activate or Deactivate)
#*8466# = Old time
#*2255# = Call ???
#*5187# = L1C2G trace (Activate or Deactivate)
#*5376# = ??? White for 15 secs than restarts.
#*6837# = Official Software Version
#*7524# = KCGPRS
#*7562# = LOCI GPRS
#*7638# = RLC allways open ended TBF (Activate or Deactivate)
#*7632# = Sleep mode Debug
#*7673# = Sleep mode RESET
#*2337# = Permanent Registration Beep
#*2474# = ???
#*2834# = Audio Path
#*3270# = DCS support (Activate or Deactivate)
#*3282# = Data (Activate or Deactivate)
#*3476# = EGSM (Activate or Deactivate)
#*3676# = Flash volume formated
#*4760# = GSM (Activate or Deactivate)
#*4864# = Dunno doesn't work on newer versions
#*5171# = L1P1
#*5172# = L1P2
#*5173# = L1P3
#*7326# = Accessory (I got Vibrator)
#*7683# = Sleep variable (
#*7762# = SMS Brearer CS (Activate or Deactivate)
#*8465# = Time in L1
#*9795# = wtls key
#*2252# = Current CAL
#*2836# = AVDDSS Management (Activate or Deactivate)
#*3877# = Dump of SPY trace
#*7728# = RSAV done# (Everything went to standart but nothing was deleted)
#*2677# = ARM State (None or Full Rate)
*#8999*636# = Have no clue what it is, i see 20 lines
*#9999# = Software version
*#8999*8376263# = HW ver, SW ver and Build Date
*#8888# = HW version
*#8377466# = Same HW/SW version thing

*#7465625# = Check the locks
*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*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

*2767*3855# = E2P Full Reset
*2767*2878# = E2P Custom Reset
*2767*927# = E2P WAP Reset
*2767*226372# = E2P Camera Reset
#*6420# = MIC Off
#*6421# = MIC On
#*6422# = MIC Data
#*6428# = MIC Measurement
#*3230# = Trace enable and DCD disable
#*3231# = Trace disable and DCD enable
#*3232# = Current Mode
#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
*335# = Delete all MMS Messages
*663867# = Dump Mm file
#*536961# = WAPSAR enable / HTTP disable
#*536962# = WAPSAR disable / HTTP enable
#*536963# = Serial eable / Others disable
#*53696# = Java Download Mode
#*5663351# = WAP Model ID [Your Model]
#*5663352# = WAP Model ID [SEC-SGHXXXX/1.0]
#*566335# = WAP Model ID [SEC-SGHXXXX/1.0]
*2767*66335# = Check on which model it is
*2767*7100# = SEC-SGHS100/1.0
*2767*8200# = SEC-SGHV200/1.0
*2767*7300# = SEC-SGHS300/1.0
*2767*7650# = Nokia7650/1.0
*2767*2877368# = Reset WAP Model ID to standart