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

Android networking PTP (picture transfer protocol) - Canon EOS remote

asked 2014-07-07 10:54:18 +0300

Aequanix gravatar image

updated 2014-07-22 10:05:35 +0300

jiit gravatar image

Got a new toy: Canon EOS 6D. Provides Remote Capture via WiFi and iOS or Android app. Camera provides AP @192.168.0.1. Jolla connects to this AP, Camera is pingable from Jollas terminal, however the Android app will not see it. Any ideas? Anything I coud try?

edit retag flag offensive close delete

Comments

I have an android app with udp and also one with tcp connection working. So maybe your device uses some proprietary protocol which conflicts in alien dalvic. Can you find some more network specific details for your device on net or manual.

SaimenSays ( 2014-07-07 18:46:23 +0300 )edit
1

Protocol is called PTP/IP, TCP on port 15740. Defined in ISO 15740. Detailed description here: http://www.gphoto.org/doc/ptpip.php

Aequanix ( 2014-07-07 21:24:06 +0300 )edit

3 Answers

Sort by » oldest newest most voted
4

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

Manwe gravatar image

updated 2017-07-11 00:06:39 +0300

Izzak 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 lose all android application settings).

edit flag offensive delete publish link more
1

answered 2019-10-10 12:27:33 +0300

jimjackson gravatar image

Same question (Connection problem with Canon EOS 200d and Canon camera connect app) Where can I change this settings on sqlite? Where can I find the settings in my device?


Device Sony XA2, Sailfish OS 3.1.0.11

edit flag offensive delete publish link more
0

answered 2014-07-07 17:05:47 +0300

BirdZhang gravatar image

I have a SAMSUNG NX2000 ,the same question.

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

Question tools

Follow
11 followers

Stats

Asked: 2014-07-07 10:54:18 +0300

Seen: 1,718 times

Last updated: Oct 10 '19