Skip to main content

MOBILE SECRET CODES


     In this Page I can give you some tips and tricks regarding mobile.....
Note:- All these tricks and tips and found on e-net and some are being tested and then kept in this site... We are not responsible for any of the consequences
-----------------------------------------------
SAMSUNG MOBILE SECRET CODES:-
*#9125#------Activates the smiley when charging.......
*#9998*228#---shows battery status............
*#9998*778#---sim service table
----------------------------------------------------
VODAFONE FREE 20rs recharge
-->Goto
-->Vodafone.in from mobile
-->Recharge menu
-->Enter password 8923115353
 -------------------------------
FULL FORMS:-
GPRS--General Packet Radio Service
GPS--Global Positioning System
GSM--Global System for mobile
SMS--Short Message Service
3G---3rd Generati
--------------------------------------------------------
NOKIA CODES:-
*#7780#----Restore phone
Delete gprs set---*#353738#
Blue tooth On--*#2820
Call waiting--*43#
Show security code---*#30#
-------------------------------------------------
Free caller tune for vodafone users:-
Dial 54206090
Free SMS for Airtel:- 80855
sms ams to 55328 u will get 50 L/N sms daily
---------------------------------------------
New Idea Trick:-
>To Divert voice calls dial  9822001711
or
>Simply dial *62*+919822001711#
>Tested in Gujarat and Maharastra
--------------------------------------------------
Aircel GPRS activation:-
Reply to 121 with GPRS for GPRS setting
For wap setting do the same
MMS for MMS setting ... for all settings sms ALL
---------------------------------------------------
TOLL FREE NO's:-  
-->MONSTER.com - 18004196666
-->SBT Bank:- 18004255566
-->UNION bank:- 1800222244
----------------------------------------------
Airtel Free song catcher :- 
-->Dial 57878(Toll Free)
-->Airtel Free TV:- Just Type: TV & send to 54321
-->Airtel Free JOB ALERT:- *321*66# -------------------------------------------
Now you can ask balance from any other idea mobile friend:-
SMS- ASK to 55567... If ur frnd permits u can get bal 
------------------------------------------
DTH Customer care Num's:-
Dish Tv:- 18601803474
Tata Sky:-18604256633
Big Tv:-18002009001
SunDth:-18002007575
Airtel Digital:-18001028080
-------------------------------------------
Nokia 1600 screen rotating trick:-
1.)dial *#5513#
*#5514#
*#5512#
*#5511#
----------------------------------------
Tricks for Nokia:-
-->Hide ur folder ICON
-->Rename Folder as Name.otb
-->Change Folder 2 Theme Icon as rename icon as name.nth
 ---------------------------------------
Dialed number retrieving in 1600:-
-->Save * on your contacts
-->Contact list& "Option"
-->select "call" option(dont press call button)
-->See diales no's
 ---------------------------------------
U can change ur dialer tune for free (Aircel):-
-->just sms DT FIND to 5300003 (toll free) It works in some states
 -------------------------------------
BSNL to BSNL 10 ps/min. at two numbers:-
-->  sms EXLPOWER 1st mobile no (space) 2nd mobile no to 53733
EX: EXLPOWER 9447XXXXXX 9446XXXXXX
 ----------------------------------------
Nokia codes:-
-->See private No-- *#30#
-->Warranty--- *#92702689#4
-->mat--*#7370#*#7780#
-->product date--*#3283#
 -----------------------------------------
Mobile number locator no need to install any software(for airtel):-
-->Type No 1st 4 digit to 51619
-->Ex: No 9888 to 51619
----------------------------------------- ----------
Toll Free numbers for any problems:-
-->NOKIA--18004253388
-->SAMSUNG---1800110011
-->SONY---1800111800
 ------------------------------------------------------------
Manual formatting of BB5 Nokia symbian phone 6600,6630,6680,6681,
7610,3230,N70,N72,N73,--- Models:-
Long press *,3,green button
-------------------------------------------------------------
Airtel offer Rs.5 (day pack):-
-500 L/N sms
Dial *555*01#
-50 MB data
DIal *555*02#
-A2A 5p/min (n8)
Dial *555*03#
-10 min STD IT
Dial *555*05#
-------------------------------------------------------------
SMS 4 Airtel:-
*123*1#  :SMS balance
*123*10# : Limited GPRS balance
*123*3# : Local A2A balance
*125*4# : unlimited sms balance
*123*5$ : Guld balance
----------------------------------------------------------------
ACT SMSDD to 53739
This is for reliance GSM
Send to the given number Rs.1 will be deducted after that sms will be totally free for 1 yr
------------------------------------------------------------------
Sony ericsson hand sets on BSNL network Trick:-
Just type 'MY3GTV' and send it to 55447
u will receive a wap link download MiMobi Tv
----------------------------------------------------------------------
Want To recharge ur mobile online then go to:-
www.linx.in/rechargefree
--------------------------------------------------------------------
GSM tricks:-
To divert ur calls dial
**12*No.#
Cancel divert
##21#
To check status
*#21#
-----------------------------------------------------------
Hidden Trick for Nokia phones:-
-->Try this code : *#746025625#
-->This code stop ur sim clock in all nokia mobile phones
 
-------------------------------------------------------------- 
Airtel Free Hello Tune:-
-->Balance-->1 
-->Select Song
-->Then switch off ur mobile for 2 hours
-->Done

----------------------------------------------------------
BSNL trick:-
-->Send ur sim num to 53733 for puk number...
------------------------------------------------------
  Samsung codes:-
-->Soft---*#9999#
-->Version--*#0837#
-->Battery info--*#0228#
-->GPRS TOOL---*#4777*8665#
-->Call list--*#2255#
-->Firm ware--*#1234#
----------------------------------------------------

Comments

Popular posts from this blog

Maxon Cinema 4D Studio R13.058 full Keygen Cracked Version | Mediafire Torrent Download Link

Download Maxon CINEMA 4D Studio Full Version With Keygen -Everything You Need for High-End 3D 32 and 64 bit MAXON CINEMA 4D STUDIO R13.058 (x86/x64) CINEMA 4D Studio is the very best that MAXON has to offer for professional 3D artists. If you want to create advanced 3D graphics but need a helping hand to ensure you create jaw-dropping graphics quickly and easily, then this is the choice for you.                     All You Ever Wanted This is our top-of-the-line product. It not only contains everything the other CINEMA 4D versions offer - it goes far beyond. CINEMA 4D Studio has all the tools you need to tackle even the most complex project. Minimum System Requirements Windows XP, Vista or 7 running on Intel or AMD CPU with SSE2-Support; Mac OS X 10.5.8 or higher running on an Intel-based Mac; 1024 MB free RAM, DVD ROM drive. Standard DVD installation can take up to 4 GB of disk space. Software must be registered for permanent use. SUPPORTED OPERATING SYS

C Program to add two matrices using pointers.

  #include<stdio.h> main() { int a[5][5],b[5][5],c[5][5],i,j,m,n; printf("\n Enter the Dimension of the Matrix:\n"); scanf("%d%d",&m,&n); printf("\nEnter the Elements of the first matix:"); for(i=0;i<m;i++) { for(j=0;j<n;j++) { scanf("%d",(*(a+i)+j)); } } printf("\nEnter the elements of the second matrix:\n"); for(i=0;i<m;i++) { for(j=0;j<n;j++) { scanf("%d",(*(b+i)+j)); } } for(i=0;i<m;i++) { for(j=0;j<n;j++) { *(*(c+i)+j)=*(*(a+i)+j)+ *(*(b+i)+j); } } printf("\nResultantMatrix:\n"); for(i=0;i<m;i++) { for(j=0;j<n;j++) { printf("%5d",*(*(c+i)+j)); } printf("\n"); } getch(); } Output:  Enter the Dimension of the Matrix: 2  2 Enter the Elements of the first matix: 1   2   3   4 Enter the elements of the second matrix: 9   8   7  6 ResultantMatrix:  

C Program to create a Teapot using OpenGL

  C Program to create a Teapot using OpenGL # include <stdio.h> # include <GL/glut.h> void wall ( double thickness ) { glPushMatrix ( ) ; glTranslated ( 0.5 , 0.5 * thickness , 0.5 ) ; glScaled ( 1.0 , thickness , 1.0 ) ; glutSolidCube ( 1.0 ) ; glPopMatrix ( ) ; } void tableLeg ( double thick , double len ) { glPushMatrix ( ) ; glTranslated ( 0 , len / 2 , 0 ) ; glScaled ( thick , len , thick ) ; glutSolidCube ( 1.0 ) ; glPopMatrix ( ) ; } void table ( double topWid , double topThick , double legThick , double legLen ) { glPushMatrix ( ) ; glTranslated ( 0 , legLen , 0 ) ; glScaled ( topWid , topThick , topWid ) ; glutSolidCube ( 1.0 ) ; glPopMatrix ( ) ; double dist = 0.95 * topWid / 2.0 - legThick / 2.0 ; glPushMatrix ( ) ; glTranslated ( dist , 0 , dist ) ; tableLeg ( legThick , legLen ) ; glTranslated ( 0.0 , 0.0 , - 2 * dist ) ; tableLeg ( legThick , legLen ) ; glTransla