Difference between revisions of "Android"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
(Android 2.2)
imported>WiLD0kl
(Android 2.2 (EAP-TLS): Clarified the to-do steps)
Line 4: Line 4:
 
Android can connect to [[VT_WLAN]], but needing to log in via the browser can be annoying. Setting up [[VT-Wireless]] is recommended. To do so, follow the [[VT-Wireless#PEAP-MSCHAPv2|PEAP-MSCHAPv2]] instructions. As of spring 2010, no known, non-rooted version of Android has an interface for handling the EAP-TLS certificates.
 
Android can connect to [[VT_WLAN]], but needing to log in via the browser can be annoying. Setting up [[VT-Wireless]] is recommended. To do so, follow the [[VT-Wireless#PEAP-MSCHAPv2|PEAP-MSCHAPv2]] instructions. As of spring 2010, no known, non-rooted version of Android has an interface for handling the EAP-TLS certificates.
  
==Android 2.2==
+
==Android 2.2 (EAP-TLS)==
With android 2.2 on the Droid X it was possible to email myself the copy/pasted thawte ca certificate from [[VT-Wireless#EAP-TLS|EAP-TLS]]. I then just installed the cert from [https://netcert.cns.vt.edu/ netcert] (enter the password given to you for the install - save the password). From then on the directions work just like [[VT-Wireless#EAP-TLS|EAP-TLS]] describe
+
This has been confirmed working with Android 2.2 (Froyo) on the Droid X and HTC Evo 4G:
# select vt-wireless from the wireless settings
+
# Install the CA certificate
# Set the EAP to TLS
+
## Obtain a trusted copy of the Thawte Premium Certificate. Most Linux distributions come with one, sometimes in /etc/ssh/...
# Set the user cert to the one you got from CNS
+
## Install it by uploading the .pem file to [http://www.realmb.com/droidCert/ RealmB's Android Certificate Installer]. This site resends the certificate with the correct HTTP headers for the phone browser to install it.
# Set CA cert as the thawte certificate you emailed yourself
+
## Name the certificate whatever suits you
# Set your identity is your pid and your password is the user certificate password that you got when you downloaded the certificate.
+
# Install your personal .p12 certificate.
 +
## Copy the file to the top level folder of your SD card (/sdcard in Android)
 +
## Use "Install from SD card" or similar under the Security section of the Android's system settings
 +
# Set up the wireless settings
 +
## SSID: VT-Wireless
 +
## EAP method: TLS
 +
## CA certificate: (The certificate you installed via the browser)
 +
## Client certificate: (The certificate you installed from the SD card)
 +
## You can leave the rest of the fields blank (Identity, Anonymous identity, Wireless password)
  
 
=Synchronization=
 
=Synchronization=

Revision as of 15:57, 24 August 2010

Android is a Linux-based mobile phone operating system based developed by Google. It is very similar to the iPhone, with a touchscreen for some or all user interactions, depending on the hardware, and a market for third-party applications.

Wireless

Android can connect to VT_WLAN, but needing to log in via the browser can be annoying. Setting up VT-Wireless is recommended. To do so, follow the PEAP-MSCHAPv2 instructions. As of spring 2010, no known, non-rooted version of Android has an interface for handling the EAP-TLS certificates.

Android 2.2 (EAP-TLS)

This has been confirmed working with Android 2.2 (Froyo) on the Droid X and HTC Evo 4G:

  1. Install the CA certificate
    1. Obtain a trusted copy of the Thawte Premium Certificate. Most Linux distributions come with one, sometimes in /etc/ssh/...
    2. Install it by uploading the .pem file to RealmB's Android Certificate Installer. This site resends the certificate with the correct HTTP headers for the phone browser to install it.
    3. Name the certificate whatever suits you
  2. Install your personal .p12 certificate.
    1. Copy the file to the top level folder of your SD card (/sdcard in Android)
    2. Use "Install from SD card" or similar under the Security section of the Android's system settings
  3. Set up the wireless settings
    1. SSID: VT-Wireless
    2. EAP method: TLS
    3. CA certificate: (The certificate you installed via the browser)
    4. Client certificate: (The certificate you installed from the SD card)
    5. You can leave the rest of the fields blank (Identity, Anonymous identity, Wireless password)

Synchronization

Synchronization of contacts, calendar events and email is possible through three built-in mechanisms. Notes and task lists must be handled through third-party solutions like Remember the Milk.

ActiveSync

ActiveSync is the best method for synchronizing your data if you don't use Google web services. Located under Settings->Data synchronization->Exchange ActiveSync, the originally proprietary ActiveSync protocol allows for fully configurable over-the-air synchronization thanks to the open source Z-Push project.

Google Web Applications

Google web applications are the default on some systems like the HTC Eris. Beware that giving your phone your Gmail credentials can result in your phone contacts being drowned in a flood of email contacts imported from Gmail. If you don't want to use Google's services, navigate to Settings->Data synchronization->Google and uncheck Auto-sync.

PC

Synchronization over a cable is the third available option.

Applications

Productivity

The builtin email client and calendar, along with the HTC widgets, perform relatively well. There is no native task-management software. Astrid is recommended for that purpose. It can sync with RememberTheMilk.

SSH

To connect to a remote server over secure shell, use the ConnectBot application. To insert a tab character with the virtual keyboard, press the trackball and then the i key. To insert an escape character with the soft keyboard, press.the trackball twice. To page up and down, scroll with the touchscreen on the left side. Further special key instructions can be found in the ConnectBot documentation.

Editing Wiki Pages

The default browser handles editing large text boxes in portrait mode very poorly. The workaround is to use landscape mode for editing large text boxes such as those found on wikis. Additionally, the vertical bar or pipe on the soft keyboard is a ¦ character rather than a |. Copy and paste provide a workaround for this bug, but it's surprising that Google couldn't properly map the keys on its software keyboard.

Cartography

Builtin Functionality

Android phones have builtin GPS, cell tower and wifi location mechanisms. Thanks to this, these devices can be used to contribute to geographic information system projects like OpenStreetMap. To turn on wifi and GPS positioning, toggle the appropriate settings under Settings->Location. To enable photo geotagging, press the Menu button while the camera application is running and select Settings. From this menu, check the Geo-tag photos box.

Additional Software

  • AndNav2! is an excellent OpenStreetMap client, with tools for logging GPS tracks and adding POIs on OpenStreetMap or OpenStreetBug.
  • Vespucci application allows editing of OpenStreetMap data directly from your mobile device.
  • GPS Logger for Android Allows logging of GPS tracks to the SD card in a GPX format.

External Links