How Do I: An Android Q&A

Revision as of 14:29, 4 August 2014 by Admin (Talk | contribs)

determine Android O/S version

The touch path varies from one device to another. Here are some common touch paths (menu layers you navigate through) to find your device Android OS version.

  • Menu -> Settings -> About Phone -> Android Version
  • Menu -> Settings -> About Phone -> Software Information

find WiFi MAC address

On an Android phone with Android version 2.3.3

  • Menu -> Settings -> About Phone -> Status -> Wi-Fi MAC address

find WiFi IP Address

On an Android phone with Android version 2.3.3 that is already connected to Wifi and obtained an IP address. Allow time for a fresh connection to obtain an IP address and establish data communication.

  • Menu -> Settings -> Wi-Fi settings, and look for the network connected to under Wi-Fi networks. Tap on the network you are connected to so that a dialog with network status, speed, signal strength, security type and IP address appears. If you have obtained a valid IP address or have one configured static it will appear here. Do not click on the Wi-Fi, "connected to..." at the top with the checkbox or you will drop the link.

configure a static IP address for WiFi

On an Android phone with Android version 2.3.3

  • Menu -> Settings -> Wi-Fi settings

enable USB debugging

The USB debugging feature is sometimes needed to do things such as connect via USB cable to a PC for the purpose of basic file transfer, so that the Android device appears as a simple drive letter on the Windows machine. USB Debugging Mode was actually designed to facilitate a connection between an Android device and a computer with Android Software Development Kit (SDK). USB Debugging Mode is used to establish a direct connection between an Android device and a PC. USB Debugging is also necessary to root the Android device.

On an Android phone with Android version 2.3.3

  • Menu -> Settings -> Applications -> Development -> USB Debugging
Last modified on 4 August 2014, at 14:29