Sunday, January 12, 2014

Some Important security code for "Android" ***




Some Important security code for "Android" ***

*#06# – IMEI Number.

*2767*3855# – Factory Reset .

*#*#4636#*#* – Phone & Battery Info.

*#*#273282*255*663282*#*#* – All Media File Backup.

*#*#197328640#*#* – Service Test Mode Code.

*#*#1111#*#* – FTA  Software Version.

*#*#1234#*#* – PDA  & firmware Version.

*#*#232339#*#* – Wireless LAN Test.

*#*#0842#*#* –Back Light & Vibration  Test.

*#12580*369# – Software & Hardware Info.

*#*#2664#*#* – Touch Screen Test.

*#9900# – System Dump Mode.

*#9090# – Diagnostic Configuration.

*#*#34971539#*#* – Camera Info.

*#872564# – USB Login Control.

*#301279# – HSDPA/HSUPA Control Menu.

*#7465625# – Phone Lock Status.

*#*#7780#*#* – Factory Restore setting.

*2767*3855# – Factory  Format Setting.

*#*#273283*255*663282*#*#* – File Copy Screen. For All Image ,Sound , Video & Voice  Memo Backup.

*#*#8255#*#* – G Talk Service Monitor Coad.





W-LAN, GPS and Bluetooth Test Codes:


*#*#232339#*#* OR *#*#526#*#* OR *#*#528#*#* – W-LAN Test Coad.

*#*#232338#*#* – Wi-Fi Mac Address.

*#*#1472365#*#* – GPS Test.

*#*#1575#*#* – One More GPS Test.

*#*#232331#*#* – Bluetooth Test Coad.

*#*#232337#*# – Bluetooth Device Info.

*#*#0588#*#* – Proximity Sensor Test.

*#*#0*#*#* – LCD Test.

*#*#2663#*#* – Touch Screen Version.

*#*#0673#*#* OR *#*#0289#*#* – Melody Test.



Thursday, November 21, 2013

How to make your computer faster








        Make Your PC Faster
 
 _________________________________________________________
**NB:This post is only for windows 7*
Hello Visitor,
Hope everything is fine.
You Can Make your computer faster without any Software.

STEP-1 : VISUAL EFFECTS MINIMIZE :-

You can make your PC faster by Reduced Visual effects..
1.First Click right button of your mouse on "My Computer" and go to proprieties.
   Then you hove to go left side and click on  "ADVANCED SYSTEM SETTING "
2.Now from Advanced Tab Click on "SETTING" of  "PERFORMANCE"
3.Now You  Select "ADJUST FOR BEST PERFORMANCE"from
   "VISUAL EFFECT" Tab.
4. Then Click "Apply" and then Click "Save"




                                            


STEP-2 : SOUNDS MINIMIZE :-

1. First go to "Start" Menu and write  mmsys.cpl   then press "Enter"
2.Then Click On Sounds Tab and  Click "NO SOUNDS " From   SOUND SCHEME.
3.If you Want You Can turn off  your "Windows Start-up sound"by nu-check "Play Windows Start-up sound"                                     
4.Then Click "Apply" and then Click "Save"


 



 STEP -3:CLEAN  HARD DRIVE :-

1:Now Go to 
    "Start > All Programs > Accessories > System Tools > Disk Cleanup"
 2. Then Click "Clean up system  file "


STEP-4: DISK DE-ARGUMENTATION :-

1.Go to
   "Start > All Programs > Accessories > System Tools > Disk Derangementer"
2.Now Select a Drive and Click "Analyze Disk"
3.When finish Your Work  Click "Close"


 _______________________________Thanks Everybody..
                                                                                       .....Good Bye.... _____________
                                                                                                   


Tuesday, November 19, 2013

How to write a program in code blocks



Hello reader,
How  are you?
This is my  first post in my blog “ TEACH YOURSELF ”
Now I wanna say about C programming....
Atfirst you need a programming software as like,Code Blocks,Microsoft visual studio 2008,
Microsoft visual studio 2012..
You can  download code block from http://prdownload.berlios.de/codeblocks/codeblocks-12.11-1.el17.src.rpm  this link
After downloading install  this software in your computer

-Then open code blocks……………



-Now press “SHIFT+CTRL+N” to create new project....




-After creating the project you have to write this code

****//** #include<stdio.h>

          void main()

      {
            printf("hello dhaka\n");

       }
****///**



- Now have to run this program
To run this program follow the following steps
--Press "  CTRL+F9 " for build
--Then " CTRL+F10" for run..

Your first program is complete now




Thank You.....