Hi there,
some time ago there where questions here about using different
authentication
types than WPA and WPA2 [1] on the dev phone. Here is how it can be
done by
foot:
1) switch off wireless in Settings/Wireless Controls/Wi-Fi so that
wpa_supplicant is stopped
2) edit the file /data/misc/wifi/wpa_supplicant.conf to your needs
3) enable Wi-Fi
4) the new network should appear in Settings/Wireless Controls/Wi-Fi
settings/
For the network at my univerity I use this config:
network={
ssid="FBI-WLAN1"
scan_ssid=1
proto=WPA
key_mgmt=WPA-EAP
pairwise=TKIP
group=TKIP
eap=TTLS
identity="USER"
anonymous_identity="anonymous"
password="PASSWORD"
phase2="auth=PAP"
}
What I still can't figure out, is how to use a HTTP proxy. I tried
adding a new row
to the database in /data/data/com.android.providers.settings/databases
as advised
on [2]. But I think this only works on the emulator. I can't believe
that such an
important feature like an HTTP really does not work!
MartinD:
[1]
http://groups.google.com/group/android-developers/browse_thread/thread/6d75fdeed671b00b/4803c5b140ec3f12?lnk=raot
[2]
http://openhandsetmagazine.com/2007/11/tips-howto-connect-android-emulator-behind-proxy/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---