Jump to content

Getting WPA2-EAP to work with a rooted X10 mini pro


Guest professordes

Recommended Posts

Guest professordes

A cross-posting from xda-developers which may be useful for some.

One annoying thing about the X10 Mini Pro is that you can't connect to WPA2-EAP enterprise networks that use MSCHAPv2 (like a lot of university networks, such as eduroam). With a rooted phone you

can edit the wpa_supplicant.conf to get this to work. Apparently an app called Wifi Config Editor Pro will allow you to edit this without root on an X10, but it doesn't show in the market for my X10 Mini Pro, so....

1) adb shell

2) su

3) cd /data/misc/wifi

4) busybox vi wpa_supplicant.conf

(to edit the wpa configuration file)

5) add this at the end

network={

ssid="eduroam"

key_mgmt=WPA-EAP IEEE8021X

eap=PEAP

identity="MYIDENTITY"

password="SECRET"

phase1="peapver=0"

phase2="auth=MSCHAPV2"

priority=7

}

or similar, where MYIDENTITY is your eduroam login ID and SECRET is your password. This is taken verbatim from another phone (HTC Desire, Android 2.2) which does work OK. You could also edit the file off phone and adb push it on, just watch ownerships (system.wifi) and permissions (u rw) don't get munged up.....

6) save

7) log out

8) connect and surf, it works for me :)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.