View Single Post
Old 01-18-2014, 02:56 PM   #31
Rufuss
Junior Member
Rufuss began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2014
Device: Kindle 4
Hello

may I add a question concerning Wifi disconncts to this thread?

I'm aso running a weather display. Sometimes the Kindle 4 loses the connection, probably because the signal is a bit weak. In this case I have to reboot, chose in the Kindle the Wifi search and connect again to my network by entering the password each time again.

Is there the possibility to extend the code

Code:
if [ `lipc-get-prop com.lab126.wifid cmState` != "CONNECTED" ]; then
	exit 0
fi
by a command to re-connect to a Wifi network again in case Wifi was disconnected?

This would also allow to switch off the access point over night.

Regards
R.
Rufuss is offline   Reply With Quote