steinwurf / adb-join-wifi

Helper app to allow joining a wifi AP directly from ADB
BSD 3-Clause "New" or "Revised" License
315 stars 94 forks source link

Can't connect over WPA-PSK pass type (this app is meant to be used with adb error) #10

Open OmarTag opened 3 years ago

OmarTag commented 3 years ago

I ran the command ./adb shell am start -n com.steinwurf.adbjoinwifi/.MainActivity -e ssid TP\ link\ home -e password_type WPA-PSK -e password !!0adasdfewq

My wifi network name is "TP link home" and pass type is WPA-PSK. When I enter the terminal echoes Starting: Intent { cmp=com.steinwurf.adbjoinwifi/.MainActivity (has extras) }

and displays on the mobile the message this app is meant to be used with adb

Xamir21 commented 3 years ago

i have the same problem

jpihl commented 3 years ago

Hi guys,

Currently the only supported password types are no password (no password type provided), "WPA" or "WEP". I guess it would be pretty simple to add WPA-PSK to this but I currently don't have the time. Feel free to add a pull request.

iamliyinghui commented 1 year ago

adb shell am start -n com.steinwurf.adbjoinwifi/.MainActivity -e ssid TP\ link\ home -e password_type WPA -e password !!0adasdfewq

加密类型二选一个