Tuesday, June 2, 2009

Hack Anyones Locked Cell Phone!

First Find the IMEI Number of that Mobile
Than open
http://nfader.z-host.ru/
Now Enter IMEI number into the given field
Thatz it..

Free Missed Call Alert Tricks..

Free Missed Call Alert Tricks..
For all BSNL - *62*17010#
For Delhi MTNL (Prepaid) - *62*53434#
For Delhi MTNL (Postpaid) -*62*53434#.

For kerala AIRTEL (Postpaid)-*62*+91565#
For kerala AIRTEL (Prepaid)-*62*+91565#

For kerala IDEA (Postpaid)-*62*+919847926340#
For kerala IDEA (Prepaid)-*62*+919847926340#

For Delhi VODAFONE -*62*+919899299940#

Airtel Tips!

Roaming balance-*123*4# Monthly balance-*123*5# STD balance-*123*6# SMS balance-*123*7# ISD balance-*123*8#1

Free Hello Tune Trick For BSNL

Free Hello Tune Trick For BSNL
>Go to http://bsnltunes.bsnlumw.com
& Register Here
>Select The Song When Your Balance Below Rs10

LG SECRET CODES

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

+Suggest a code

Important!

Try these codes at your own risk! I don't accept any complaints.

Some of these codes may not work.

POPULAR SAMSUNG MOBILE PHONE CODES TO PERFORM VARIOUS ACTIONS

Rather than posting some regular tips and tricks for some nokia
mobile phones Today i am posting some most popular and widely accepted
codes for some samsung mobile phones.


code: *2767*JAVA# -this code provides a Java Reset.

code: *2767*MEDIA# -this code will delete All Sounds and Pics and other media on the phone.

code: *2767*WAP# Wap -this code will erase or delete any wap settings from your samsung phone.

code: *2767*CUST# -this code will Reset EEPR0M memory chip of your samsung phone.

code: *2767*FULL# -this code will completely earse all the contents of EEPR0M.

code: *#06# -this code is same as in nokia for IMEI code

code: *#9998*4357# -to open the Help Menu

code: *#9998*5282# -Java menu for gprs and csd setings.

code: *#9999#0# -to enable Monitor Mode

code: *#9999# or *#9998*9999# -to know Software Version of the phone

code: *#8888# or *#9998*8888# -to know the Hardware Version of the phone like manufacture date etc.

>LOCK UR FOLDER WITH PASSWORD WITHOUT ANY SOFTWARE

Copy the following program:

cls

@ECHO OFF

title Folder Locker

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" 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-08002B30309D}"

attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

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-08002B30309D}"

ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker

echo Folder Unlocked successfully

goto End

:FAIL

echo Invalid password

goto end

:MDLOCKER

md Locker

echo Locker created successfully

goto End

:End



* Now paste it in notepad.



* Save it as batch file (with extension .bat).Any name will do.



* Now you see a batch file. Double click it to create a folder locker.



* A new folder named Locker would be formed at the same location.



* Now brings all the files you want to hide in the locker folder.



* Now double click the batch file to lock the folder namely Locker.



* If you want to unlock your files, double click the batch file again and you would be prompted for password. Enter the password and enjoy access to the folder.