Easiest way for me: hook your tablet to computer with usb cable.
Open command prompt, navigate to location of adb.exe (this one is needed for communication, you can find it
here) and enter command:
adb pull /data/misc/wifi/wpa_supplicant.conf wpa_supplicant.conf
Please note that wpa_supplicant.conf is written twice, with space between - this is naming of that file on LOCAL drive, on computer.
Then edit that conf file with some text editor (I like Notepad2, but Notepad or Notepad++ will do just fine), enter that info and save.
After that in command prompt enter:
adb push wpa_supplicant.conf /data/misc/wifi/wpa_supplicant.conf
adb shell chmod 0660 /data/misc/wifi/wpa_supplicant.conf
Switch your wifi off (if it was enabled) and then on. If you are in eduroam range, it should hook to it in less than one minute. Remember - selecting eduroma in wifi settings will switch you to Security settings and won't let you connect - leave your tablet to hook by itself.
Hope this helps.
Click to expand...