We have moved to a new Sailfish OS Forum. Please start new discussions there.
7

CoolpixS9500 unable to use WirelessMobileUtility

asked 2014-04-24 13:25:39 +0300

jollabeginner gravatar image

updated 2014-04-24 17:02:39 +0300

Fellfrosch gravatar image

Have an CoolpixS9500 camera and downloaded WirelessMobileUtility but cannot get it to use the wireless function.

edit retag flag offensive close delete

Comments

same here.

XiliX ( 2014-04-24 18:21:12 +0300 )edit

2 Answers

Sort by » oldest newest most voted
0

answered 2014-04-24 16:49:39 +0300

Fellfrosch gravatar image

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.

edit flag offensive delete publish link more
4

answered 2014-08-18 22:55:43 +0300

Manwe gravatar image

Most likely wifi is turned off in android settings for some reason. Canon CameraWindow started to work after I applied this sqlite fix:

wlanfix

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).

edit flag offensive delete publish link more
Login/Signup to Answer

Question tools

Follow
3 followers

Stats

Asked: 2014-04-24 13:25:39 +0300

Seen: 497 times

Last updated: Aug 18 '14