zsgx1hacks icon indicating copy to clipboard operation
zsgx1hacks copied to clipboard

How to set up wifi using telent?

Open franki29 opened this issue 6 years ago • 10 comments

Hi all , great work. I like to setup the wifi via telnet. Does anyone know how to do?

THX

franki29 avatar Mar 31 '18 07:03 franki29

Unfortunately this is currently tied to the p2pcam program, so you need to setup first that way and then install the hack.

ant-thomas avatar Mar 31 '18 13:03 ant-thomas

Hi,

Unfortunetly I have configured first time using the app, trying to understand how it works, however by now is possible to config the wifi in this way

go to /home/ and edit/add the file 'wpa_supplicant.conf' according to the wifi you wanna connect.

After simply run this command (you need to be at /home/ directory)

wpa_supplicant -Dwext -iwlan0 -c /home/wpa_supplicant.conf

crazygsm avatar Mar 31 '18 15:03 crazygsm

Hi, thanks for answer. The wpa_supplicant command seems to work but after reboot, the settings are gone. Editing the start.sh file does not help, as the w-lan is not asking for a DHCP address.

franki29 avatar Apr 02 '18 08:04 franki29

if you use the hack from this git it works even after reboot, tested by me.

crazygsm avatar Apr 02 '18 18:04 crazygsm

There is no link to "use the hack from this git " and is it working for the RO version?

tonbor avatar Mar 09 '19 08:03 tonbor

I don't think this have any relation between RO version and others.

You can also do it in different way. Create a script to be called 1min after finish boot to replace the file "wpa_supplicant.conf" by yours and run the command.

crazygsm avatar Mar 12 '19 14:03 crazygsm

here is another solution to connect to WiFi, works on RO & RW fw version create cls.conf file on sdcard root and paste the following with your WiFi SSID & pass

[cls_server] ssid = SSiD_Wi-Fi passwd = password_WiFi

source: https://4pda.ru/forum/index.php?showtopic=928641&view=findpost&p=82237201

kamilmirza avatar Mar 12 '19 14:03 kamilmirza

Ssid en password plain or between quotes

tonbor avatar Mar 12 '19 16:03 tonbor

plain without quotes

[cls_server] ssid = mywifiname passwd = mywifipassword

kamilmirza avatar Mar 12 '19 16:03 kamilmirza

Thanks, I will try it out.

tonbor avatar Mar 12 '19 16:03 tonbor