kristofg / rifec

Receive Images From Eye-Fi Cards
GNU General Public License v2.0
53 stars 16 forks source link

Transfer mode matching #16

Closed DanielEWeeks closed 8 years ago

DanielEWeeks commented 8 years ago

With a Connect X2 4GB card, I tried all sorts of different options in the EyeFi Center, and I could not get the transfermode number in the Settings.xml to match what is in the code. I have

16387

and this is stable whether the relay to Flickr is on or not (although it does change if I toggle the video on).

Can the transfermode check just be commented out? It looks like the rest of the code does not actually use the number stored in the TransferMode space.

Thank you.

kristofg commented 8 years ago

Hi!

The transfer mode check is there because we don't want to receive images the user expects to end up on Flickr. Commenting out the check should allow the program to receive the images. See also the Troubleshooting wiki page.

DanielEWeeks commented 8 years ago

Thank you - I confirm that, as expected, commenting out the check does allow the program to receive the images.