Google Straightens Out Its Stance On Paid Apps
Julie188 writes "When the Android Market began offering paid apps last month, developers with the unlocked version of Google's Android phone quickly learned that they couldn't access them. The policy, which threatened to alienate the small developer base that Google needs to nurture at all costs, didn't make much sense. And now, with the release of Version 1.1 of Android for the developer phone, developers can access paid apps — as long as they aren't copy-protected. But in a weird way, that's good news. Very few developers currently copy-protect their Android apps simply because Android's copy-protection scheme is notoriously weak."
Your wpa_supplicant.conf should look something this:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="YOURSSID"
key_mgmt=WPA-EAP
eap=TTLS
anonymous_identity="anonymous"
identity="USERNAME"
password="YOURSECRET"
priority=2
phase2="auth=PAP"
}
(The ctrl_interface path might be different on the Android, so YMMV)
My blog