Skip to main content

HIDDEN ANDROID SECRET CODES THAT YOU MUST KNOW

HIDDEN ANDROID SECRET CODES THAT YOU MUST KNOW


We all know that Android is one of the leading Mobile Operating system. Almost Every House atleast have 1 Android mobile. We all love to Tweak and play tricks with Android Smartphones. Each day we tend to learn More and more about Android Smartphones.
The Popularity of Android is just not because it is Owned by Google but also there are Tons of apps available in Google Play Store for almost every task you can think of.
you might be Well Versed with Android Operating system but you might not know Some Hidden Android Secret Codes that you used to Explore more about android.
Today I will share some Cool Hidden Android Secret Codes that will help you to know more about your Android smartphone and will ease up your Different tasks.

HIDDEN ANDROID SECRET CODES


*#*#778O#*#* = Factory Data Reset
*#*#I472365#*#* = Quick GPS Test
*#*#0673#*#* OR *#*#0289#*#*  = Audio Test
*#*#2664#*#* = Touch Screen Test
#’#273283*255*663282*#*#* = Backup Media Files
*#*#0283#*#* = Packet Loopback Test
*2767*3855# = Reinstalls The Phones Firmware & Format Your Phone
*#*#232339#*#* OR *#*#526#*#* = WireIess Lan Test
*#*# 1575#*#* = Different GPS Test
*#*#4636#*#*‘ = Complete Information About your Phone
*#*#2663#*#* = Touch Screen Version
*#*#232337#*# = Displays bluetooth Device Address
*#*#4986*2650468#*#* = PDA, Phone. Hardware, RF Call Date
*#*#44336#*#* = Displays Build Time
*#06# = Displays IMEI Number
*#*#8255#*#* = Google Talk Service Monitoring
*#*#3264#*#* = Rom version
*#*#23233I#‘*#* = bluetooth Test
*#*# 1234#’#’ = PDA and Phone Firmware Info
*#*#0*#*#*= LCD Display Test
*#*#0842#*#* Vibration and Backlight Test
*#*#0588#*#* = Proximity Sensor Test
*#*#232338#*#* = Wi-Fi Mac Address
*#*#7262626#*#*= Field Test

Popular posts from this blog

CONVERTING TORRENT FILE TO ZIP FILE

HOW TO CONVERT TORRENT FILE TO ZIP FILE 1>>click the link below  http://www.zbigz.com   2>>upload your .torrent file  3>>wait until conversion, after conversion your  file can be downloadable in .zip format.

Responsive PanelGrid in JSF Primeface

Here, we are going to learn about responsive PanelGrid in JSF Primeface component. As we know primefaces providing lots of good stuffs for JSF. In Primeface, there is a component name Panel Grid which we are going to use for our convenience. In most of the cases, PanelGrid used for making our content in a proper way. If users opens our website which we have made in jsf using panelGrid component that not in responsive manner, that could be really ugly as for as user concern, So here we are going to break it just by using Layout attribute in the panel Grid component. for exaple, < h3 >Responsive</ h3 > < p:panelGrid columns = "3" layout = "grid" >                 < h:outputText value = "Content" />      < h:outputText value = "Content" />      < h:outputText value = "Content" />      < h:outputText value = "Content" />      < h:outputText value = "Content" />

How to clear Filter value in Primefaces Datatable?

As we Know, primefaces provides plenty of components for JSF. In this discussion, we are going to uncover filter attribute mystery in Datatable. Above the pic represents the filter option which is available in primeface . we can easily inherit filter option to datatable. PROBLEM WE FACE: while doing filter in datatable primeface, if we want to go further action. for example, you have 1000 of records, you're filtering option to filter those records. while filtering, you have seen your records and you need to go another action, at the time filter wont be clear. it will be remains same. Inorder to overcome that issue, we need to use below scripts, RequestContext.getCurrentInstance().execute("PF('any_name').clearFilters()"); Add widgetwar attribute in your datatable component <p:datatable id="d_id"   widgetVar ="any_name">