android_phone_notes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
android_phone_notes [2009/09/17 14:49] – jtkorb | android_phone_notes [2011/02/26 05:30] (current) – removed setting for anonymous identity; not needed jtkorb | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Android Phone Notes ====== | ====== Android Phone Notes ====== | ||
+ | ===== Reset a Locked Phone ===== | ||
+ | These instructions apply to the situation in which someone has set the lock code and can't remember it. The result is a "wipe data/ | ||
+ | - Power off phone (hold red button, select power off). | ||
+ | - Turn on phone (red button) while holding the Home button. | ||
+ | - Open keyboard. | ||
+ | - Select ALT+W to wipe the phone. | ||
+ | All user data and installed programs are lost. | ||
+ | See http:// | ||
===== Update Android G1 (HTC) Firmware ===== | ===== Update Android G1 (HTC) Firmware ===== | ||
Line 14: | Line 22: | ||
See http:// | See http:// | ||
+ | |||
+ | This trick is no longer necessary (if it ever was). Instead, just work through the Android menus--there' | ||
===== Configuring the Android Dev Phone to Work with AT&T ===== | ===== Configuring the Android Dev Phone to Work with AT&T ===== | ||
Line 46: | Line 56: | ||
Thanks, Kip. | Thanks, Kip. | ||
+ | ===== Configuring Android Phones to Work with PAL2.0 ===== | ||
+ | To configure Android-based phones to work with PAL2.0... | ||
+ | 1. Settings (from home screen, press option hard key). | ||
- | ===== Configuring the Android Dev Phone to Work with PAL2.0 ===== | + | 2. Wireless & Networks. |
- | - Install the Android SDK. Open a local shell window. | + | 3. Wi-Fi settings. |
- | | + | |
- | < | + | |
- | % adb root | + | |
- | </ | + | |
- | - Get a copy of the '' | + | |
- | - Save the certificate to a local file, say '' | + | |
- | - Copy the certificate to the phone. | + | |
- | < | + | |
- | % adb push cert.pem / | + | |
- | </ | + | |
- | - Get the current '' | + | |
- | < | + | |
- | % adb pull / | + | |
- | </ | + | |
- | - Copy the text below into your (scratch) '' | + | |
- | < | + | |
- | ctrl_interface=tiwlan0 | + | |
- | update_config=1 | + | |
- | network={ | + | 4. Add Wi-Fi network |
- | ssid="PAL2.0" | + | * Network SSID: PAL2.0 |
- | id_str=" | + | * Security: 802.1x EAP |
- | scan_ssid=1 | + | |
- | proto=WPA RSN | + | * Phase 2 authentication: |
- | key_mgmt=WPA-EAP | + | * CA certificate: |
- | pairwise=TKIP | + | |
- | group=TKIP | + | * Identity: |
- | eap=PEAP | + | |
- | ca_cert="/ | + | |
- | identity=" | + | |
- | password=" | + | |
- | phase2=" | + | |
- | } | + | |
- | </code> | + | |
- | | + | |
- | < | + | |
- | % adb push x.txt / | + | |
- | </ | + | |
- | | + | |
- | <code> | + | |
- | % adb shell | + | |
- | # reboot | + | |
- | </code> | + | |
- | Thanks, Charlie. | + | That should do it and PAL2.0 should connect. |
android_phone_notes.1253224169.txt.gz · Last modified: 2009/09/17 14:49 by jtkorb