Tuesday, January 5, 2016

Android Mobile Phone Codes to Access Hidden/Secret Menu


If you feel you want to explore to play with some secret menu inside your android phone, then this are the codes to enter to bring up these Secret menus

PHONE INFORMATION: *#*#4636#*#*

Above code can be used to get some interesting information about your phone and battery. It shows following 4 menus on screen:
  • Phone information 
  • Battery information
  • Battery history 
  • Usage statistics 

HARD RESET:  *2767*3855# 

Think before you dial this code. This code is used for factory format. It’ll remove all files and settings including the internal memory storage. It’ll also reinstall the phone firmware.

NOTE: Once you dial this code, there is no way to cancel the operation unless you remove the battery from the phone. So think twice before giving this code. 

Phone Camera Update: *#*#34971539#*#*

This code is used to get information about phone camera. It shows following 4 menus:
  • Update camera firmware in image (Don’t try this option) 
  • Update camera firmware in SD card 
  • Get camera firmware version 
  • Get firmware update count 

WARNING: Never use the first option otherwise your phone camera will stop working and you’ll need to take your phone to service center to reinstall camera firmware. 

End Call/Power Button *#*#7594#*#*

This one is my favorite one. This code can be used to change the “End Call/Power Button” action in your phone. Be default, if you long press the button, it shows a screen asking you to select any option from Silent mode, AirPlane mode and Power off. You can change this action using this code. You can enable direct power off on this button so you don’t need to waste your time in selecting the option.

Quick Backup to all your media files *#*#273283*255*663282*#*#*

This code opens a File copy screen where you can back up your media files e.g. Images, Sound, Video and Voice memo.

Test Service Mode *#*#197328640#*#*
This code can be used to enter into Service mode. You can run various tests and change settings in the service mode. 

Below are some important Android USSD codes regarding Wireless Lan Tests, Softwares and Hardwares version:
  • *#*#528#*#* ––> Wireless Lan Tests
  • *#*#232338#*#* ––> Displays Wi-Fi Mac-address
  • *#*#1472365#*#* ––> For a quick GPS test
  • **#*#1575#*#* ––> A Different type GPS test
  • *#*#0283#*#* ––> Packet Loop back test
  • *#*#0*#*#* ––> LCD display test
  • *#*#0673#*#* OR *#*#0289#*#* ––> Audio test
  • *#*#0842#*#* ––> Vibration and Backlight test
  • *#*#2663#*#* ––> Displays touch-screen version
  • *#*#2664#*#* ––> Touch-Screen test
  • *#*#0588#*#* ––> Proximity Sensor test
  • *#*#3264#*#* ––> RAM Version
  • *#*#232331#*#* ––> Bluetooth test
  • *#*#7262626#*#* ––> Field test
  • *#*#232337#*#* ––> Displays bluetooth device address
  • *#*#8255#*#* ––> For Google Talk service monitoring
  • *#*#4986*2650468#*#* ––> PDA, Phone, Hardware, RF Call Date firmware info
  • *#*#1234#*#* ––> PDA and Phone firmware info
  • *#*#1111#*#* ––> FTA Software version
  • *#*#2222#*#* ––> FTA Hardware version
  • *#*#44336#*#* ––> Displays Build time and change list number
  • *#06# ––> Displays IMEI number
  • *#*#8351#*#* ––> Enables voice dialling logging mode
  • *#*#8350#*#* ––> Disables voice dialling logging mode
  • **05***# ––> Execute from Emergency dial screen to unlock PUK code (SAMSUNG ONLY)
  • *#*#7780#*#* ––> Wipe data/factory data reset It’ll remove the following things:
    - Google account settings stored in your phone
    - System and application data and settings
    - Downloaded applications
    It’ll NOT remove:
    - Current system software and bundled application
    - SD card files e.g. photos, music files, etc.

NOTE: Once you dial this code, you get a prompt screen asking you to click on “Reset phone” button. So you get a chance to cancel your operation.
THIS POST WAS COPIED FROM ANDROID NIGERIA WEBSITE

Tuesday, December 15, 2015

FilE Upload Control not working After publishing .Net web application



1. In Inetmgr, Select Applicaton Pools.

2.  Click at Default AppPool, Select Advanced Settings

3. Set true to Enable 32 Bit Applications


Problem in uploading Excel File in Published ASP.NET website



  1. Open inetmgr
  2. Click at Application Pools
  3. Select DefaultAppPool, Select Advanced Settings.
  4. Set Enable 32 bit Applications to True
  5. Click at OK

Crystal Reports PDF Export Not Working


If the error is Object reference not set to the instance of an object, then possible reasons are:

a) File Name (Report) incorrect.

b) Stored Procedure Missing.

c) Fonts (Arial , Times New Roman ) changed due to Windows Update KB3102429.


In such a case copy these fonts from Old System  C-> Windows -> Fonts to current system Fonts folder. Restart the system and reports start working.




Wednesday, October 7, 2015

Wordpress - Fatal error: Maximum execution time of 30 seconds exceeded



I am downloading plugins etc in wordpress and getting the following error


Fatal error: Maximum execution time of 30 seconds exceeded in .................


Solved it by changing the value for the param max_execution_time in php.ini, like this:


  • max_execution_time = 360      ; Maximum execution time of each script, in seconds (I CHANGED THIS VALUE)
  • max_input_time = 120          ; Maximum amount of time each script may spend parsing request data
  • ;max_input_nesting_level = 64 ; Maximum input variable nesting level
  • memory_limit = 128M           ; Maximum amount of memory a script may consume (128MB by default)

Wednesday, September 23, 2015

SQL Server Query for Rank (RowNumber) and Groupings


In SQL Server select statement, to generate and restart Group wise Serial No. following SQL Statement can be used.

in the following statement

select 
        ProductCategory, 
row_number() over(partition by ProductCategory order by ProductCategory) AS SrNo,
        ItemName
from items
group by ProductCategory
order by ProductCategory


Tuesday, September 15, 2015

Enabling Windows GodMode



Microsoft Windows Vista (32-bit version) introduced a new hidden feature called GodMode that allows you to view and adjust all settings within Windows. To create a shortcut to the GodMode in Windows Vista (32-bit) or any version of Windows 7 follow the steps below.


  • Anywhere on your computer create a new folder.
  • After the folder has been created, copy the below text, rename that folder, and paste the text as the file name.


GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}


Once the above steps have been completed a new shortcut entitled GodMode will be visible. Opening this shortcut displays a Window similar to the example below.