We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2016-05-31 02:41:45 +0200 |
Hi,
My wifi password is a generated password and I don't want to bother typing it on the Jolla because it is 63 characters long and it is complicated.
On Android there is an application called "Barcode Scanner" (com.google.zxing.client.android) which enables the connection to a new wireless network by scanning a wifi connection string through it's qrcode picture :
$ zbarimg -q --raw myWiFi.png
WIFI:S:mySSID;T:WPA;P:mfejzjfjjnflzwmjflirhrvmo;H:true;;
Btw: H:true
means the SSID is hidden.
Can you provide an application or a SailFish Gui that enables a new wireless network connection by scanning its qrcode ?
2 | No.2 Revision |
Hi,
My wifi password is a generated password and I don't want to bother typing it on the Jolla because it is 63 characters long and it is complicated.
On Android there is an application called "Barcode Scanner" (com.google.zxing.client.android) which enables the connection to a new wireless network by scanning a wifi connection string through it's qrcode picture (without typing SSID nor password) :
$ zbarimg -q --raw myWiFi.png
WIFI:S:mySSID;T:WPA;P:mfejzjfjjnflzwmjflirhrvmo;H:true;;
Btw: H:true
means the SSID is hidden.
Can you provide an application or a SailFish Gui that enables a new wireless network connection by scanning its qrcode ?