CoolpixS9500 unable to use WirelessMobileUtility
Have an CoolpixS9500 camera and downloaded WirelessMobileUtility but cannot get it to use the wireless function.
Have an CoolpixS9500 camera and downloaded WirelessMobileUtility but cannot get it to use the wireless function.
Most likely wifi is turned off in android settings for some reason. Canon CameraWindow started to work after I applied this sqlite fix:
As devel-su "root
systemctl stop aliendalvik.service
echo Current setting:
echo "select name,value from secure where name = 'wifi_on';" |sqlite3 /data/data/com.android.providers.settings/databases/settings.db
echo "update secure set value = '1' where name = 'wifi_on';" |sqlite3 /data/data/com.android.providers.settings/databases/settings.db
echo Updated setting
echo "select name,value from secure where name = 'wifi_on';" |sqlite3 /data/data/com.android.providers.settings/databases/settings.db
systemctl start aliendalvik.service
Some people managed to get it to on
by reinstalling android support on wifi (this will loose all android application settings).
If you mean that the andoid app doesn't find any WLan, then I have the same problem with the app for my Panasonic action cam.
Asked: 2014-04-24 13:25:39 +0300
Seen: 511 times
Last updated: Aug 18 '14
same here.
XiliX ( 2014-04-24 18:21:12 +0300 )