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 15:01] – 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). | ||
+ | 2. Wireless & Networks. | ||
+ | 3. Wi-Fi settings. | ||
- | ===== Configuring the Android Dev Phone to Work with PAL2.0 | + | 4. Add Wi-Fi network (at bottom of screen). |
- | + | * Network SSID: PAL2.0 | |
- | 1. Install the Android SDK. Open a local shell window. | + | |
- | + | * EAP method: PEAP | |
- | 2. Start the adb daemon as root... | + | * Phase 2 authentication: |
- | + | * CA certificate: (unspecified) | |
- | < | + | * User certificate: (unspecified) |
- | % adb root | + | * Identity: |
- | </ | + | |
- | + | | |
- | 3. Get a copy of the '' | + | |
- | + | ||
- | 4. Save the certificate | + | |
- | + | ||
- | 5. Copy the certificate to the phone... | + | |
- | + | ||
- | < | + | |
- | % adb push cert.pem / | + | |
- | </ | + | |
- | + | ||
- | 6. Get the current '' | + | |
- | + | ||
- | < | + | |
- | % adb pull / | + | |
- | </ | + | |
- | + | ||
- | 7. Copy the text below into your (scratch) '' | + | |
- | + | ||
- | < | + | |
- | ctrl_interface=tiwlan0 | + | |
- | update_config=1 | + | |
- | + | ||
- | network={ | + | |
- | ssid=" | + | |
- | id_str=" | + | |
- | scan_ssid=1 | + | |
- | proto=WPA RSN | + | |
- | key_mgmt=WPA-EAP | + | |
- | pairwise=TKIP | + | |
- | group=TKIP | + | |
- | eap=PEAP | + | |
- | ca_cert="/ | + | |
- | identity=" | + | |
- | password=" | + | |
- | phase2=" | + | |
- | } | + | |
- | </code> | + | |
- | + | ||
- | 8. Copy your modified '' | + | |
- | + | ||
- | < | + | |
- | % adb push x.txt / | + | |
- | </ | + | |
- | + | ||
- | 9. Turn off WiFi, and then turn it back on. If that doesn' | + | |
- | + | ||
- | <code> | + | |
- | % adb shell | + | |
- | # reboot | + | |
- | </code> | + | |
- | Thanks, Charlie. | + | That should do it and PAL2.0 should connect. |
android_phone_notes.1253224890.txt.gz · Last modified: 2009/09/17 15:01 by jtkorb