New Dopod rom - WPA-PSK problem - P3600 ROM Development

I've installed new Dopod rom on my HTC P3600. Everything works fine but I cannot connect to my AP using WPA-PSK TKIP. There is connection established but no data transfer. I've tried to connect to the same network using my laptop and everything if ok. Unsecured network also works fine.
Any solution?
andy76

WPA-PSK
Did you make sure you typed in the same wpa code?
Sometimes it can drive us nuts,seems like that could be one of the issues.Check on the MAC filter,DHCP server,make a file with the wpa-psk code that is on the pc and store it in the SDcard after that copy and paste when you set up the wifi on the HTC.

I use the same WPA-PSK TKIP, and I have no problem at all...
Work fine for me...

I've a WPA-PSK Tkip and a WPA-PSK AES working.
Did you correctly setup date and time on your device?
Ciao

Same problem here. 'WPA2 PSK Mixed Mode (TKIP+AES)' not working with the new ROM. It tries to connect then the AP becomes 'Available' again.
Kris

Kris404 said:
Same problem here. 'WPA2 PSK Mixed Mode (TKIP+AES)' not working with the new ROM. It tries to connect then the AP becomes 'Available' again.
Kris
Click to expand...
Click to collapse
Sorry but I can't confirm your issue: one of mine AP is setup in mixed mode and I can connect with WPA2/AES without any problems.
If it is a device issue, check if any program has overwritten a system dll wih an old version...
But a behavior like this let me think about a wrong password or a system time problem...
Ciao

my trinity is not connecting to the ap when i use dhcp. if i use a static ip address the connection works.

Thank You all for your replies. The data and time is set properly. The password is ok. I've changed router settings - cipher from TKIP to mix mode. It's helped.
Regards,
andy76

Related

Wifi problem with updated ROM

Hi,
I'm having problems with the latest LVSW ROM. The Wifi doesn't work on my 8525 anymore.
I got an error message and I only got it once while trying to connect to my Wifi at home and I wish I wrote it down. It complained of a DHCP error, something related to Pocket PC.
That's something I noticed as well when I Active Sync to my PC. It recognized it as a Pocket PC device.
Has anyone encountered this error? I've soft reset and hard reset my unit and it just won't connect via Wifi. It would try to Connect, then comes with a
Cannot connect to the network. Check your network and service provider settings and try again.
I hope someone can help.
Now I'm getting a
Cannot obtain a server assigned IP address. Try again later or enter an IP address in Network settings.
Thank you very much in advance.
al8525wu
I am also having this problem, has anyone found a solution?
Thanks.
go here: http://forum.xda-developers.com/showthread.php?t=304004

Defy & Ad-Hoc wifi network

I cant connect to ad-hoc wifi network, it is well known software android problem at all devices but i tried like this links:
exop.pro/blog/2010/08/15/ad-hoc-support-for-android
szym.net/2010/12/adhoc-wifi-in-android/
when i replace wpa_supplicant, wifi seems doesnt work, i cant find any wifi network (ap or ad-hoc)
please help
I tried creating ad hoc wifi network in my laptop for my defy but failed. The phone did not detect the network. Then I installed connectify instead and it works faultlessly.
Is there any adhoc patch for defy?
*wrong post deleted*
I can connect defy with my laptop without installing any other software. But I'm not sure if it is a ad-hoc network. My laptop wifi driver provide a special ap mode and it can be used to share network.
netten123321 said:
I cant connect to ad-hoc wifi network, it is well known software android problem at all devices but i tried like this links:
exop.pro/blog/2010/08/15/ad-hoc-support-for-android
szym.net/2010/12/adhoc-wifi-in-android/
when i replace wpa_supplicant, wifi seems doesnt work, i cant find any wifi network (ap or ad-hoc)
Click to expand...
Click to collapse
Same here. I tried all the patches of wpa_supplicant given in this thread as well: http://forum.xda-developers.com/showthread.php?t=755254 but the wifi just can't search for any network and it turns off itself.
Another member "webvan" tried the above steps on his Milestone and failed(from the above thread).
Seems like Moto has a different hardware config.
FYI, I'm running 2.2.2 custom rom (http://forum.xda-developers.com/showthread.php?t=1037076)
What a tragedy.
It seems there's no such patch for Defy.
for me it worked with 3.4.2_177-005_NORDIC rom which i used for a very long time.
the problem is, you must manually connect to an ad-hoc network.
if you don't want to do that each time, you can install cyanogenmod by quarx and it will automatically connect to your saved ad-hoc network
Maybe you should try update to 2.2/2.3 based rom.
Fyi, i'm now at MIUI rom & got no problems with ad-hoc wifi network.
Dont forget to activate Internet Connection Sharing (for windows user), just to assure your device got IP Address automatically.
P.S Sorry for my bad english

[Q] 802.1x Enterprise with PEAP GTC wireless connection problem

Hi everybody.
I just bought a desire hd. i can connect every wireless connection WEP, WPA, WPA2 etc. but i can not connect 802.1x Enterprise with peap gtc network
My friend has a Galaxy Ace he can connect same with 802.1x peap gtc network. his firmware also Android 2.2
I'm configuring same as he did but still can not connect it.
I don't know what is my Desire HDs problem?
can anybody help me?
I solved my problem
t is very sad that WPA2-Enterprise is not available to be configured in the WIFI-Settings dialog. But if you know how to configure it by hand you can get it to work. I want to use my schools WPA2-Enterprise so I tried it and found out how to get it working. I will explain my taken steps below so you can as well get it to work. The trick behind is that you edit the /data/misc/wifi/wpa_supplicant.conf by hand. In that file the configuration of the wifi-networks is saved. You need to add the following lines: (in my example for the HSR-Secure network)
network={
ssid="HSR-Secure"
key_mgmt=WPA-EAP
identity="<username without 'hsr\'>"
password="<your password>"
}
For those who don’t know how to do that here some more explanation. To edit the mentioned file above your phone has to be rooted. Than you need the Android SDK installed on your computer (we will need adb.exe). You need the usb cable to connect the phone to your computer. Open a command line shell and go to your android-sdk tools folder and then do the following (thanks to Thomas Kälin for this easier version):
# Copy the config file from the phone to your computer:
adb pull /data/misc/wifi/wpa_supplicant.conf C:/MyFolder
# Now Edit your wpa_supplicant.conf with your favorite editor and load it back to your phone:
adb push C:/MyFolder/wpa_supplicant.conf /data/misc/wifi/wpa_supplicant.conf
Now go to the wifi settings in your phone. Turn wifi off and on again. It should successfully connect now. Here some pictures to show how it should look like when working.
android-hsr-secure android-hsr-secure2
I hope this helps some of you to get WPA2-Enterprise working.
Have fun surfing the internet with your phone at work/school .
Click to expand...
Click to collapse
Source: blog.pboos.ch/2009/04/android-using-wpa2-enterprise/
Yes finally got this working using the FULL WIFI App from the market. Thanks for the help I did use some suggestions.
maydin said:
I solved my problem
Source: blog.pboos.ch/2009/04/android-using-wpa2-enterprise/
Click to expand...
Click to collapse
Adding the password line worked perfectly.

Problem connecting to WIFI Network at work

Hi all,
we've just installed a radius server at work which works with a certificate on the client side, I'm trying so hard to get my galaxy to connect to the network but I'm having no luck.
I've tried installing the certificate but I'm not 100% sure its installed.
The security for this network displays on my phone as WEP so when I try connect it asks for a password
On my computer I don't get prompted with any password it just automatically connects.
Anyone experienced the same issue and managed to fix this?

Wifi bug with OxygenOS 3.2.2

Hi,
I have a bug very weird:
When I want to connect to a wifi spot, if the WPA key contains special characters my phone refuses to connect to him with message : authentication problem.
I have already factory reset my phone, no effect.
So I edit the WPA key from my router by removing special characters. The phone connect instantly !
Since I was desperate I install CM13 and it works with special characters. But i want use OxygenOS....
People friendly could test on OxygenOS to connect to a wifi spot (created with a router if you can) with the following parameters:
SSID : Freebox-TEST12
WPA2 KEY : azerty%?-thanksxda-thanksyou
If it work for you, my phone have a weird issue....
PS: Sorry for my bad english.
Thanks in advance !

Categories

Resources