Eyefi changed their app name to Keenai... is anyone able to connect now?
Posted: Thu Dec 08, 2016 12:49 pm
We've bene trying to configure the EyeFi card to use with your app. We just purchased the small events package today thinking maybe we were stymied with the trial version.
I think this all has to do with Eye Fi changing the naming of their apps. To get the upload key, I had to modify the script you provided to reference the new folder on Mac OS.
Modified Script:
dbres=$(sqlite3 ~/Library/Application\ Support/Keenai/offline.db 'SELECT o_mac_address, o_upload_key FROM o_devices') && keys=(${dbres//$'\n'/ }) && for keyandmac in "${keys[@]}"; do mobimac=${keyandmac:0:17}; mobikey=${keyandmac:18}; ssurl="wifibooth://setEyeFiKey/${mobimac}/${mobikey}"; open mailto:?body=$ssurl; done;
We did successfully get the key, but we can't get the iPad running WiFi booth to connect to the Canon camera with the Eyefi card!!!
Has anyone been able to connect after the app name changes by Eyefi?
I think this all has to do with Eye Fi changing the naming of their apps. To get the upload key, I had to modify the script you provided to reference the new folder on Mac OS.
Modified Script:
dbres=$(sqlite3 ~/Library/Application\ Support/Keenai/offline.db 'SELECT o_mac_address, o_upload_key FROM o_devices') && keys=(${dbres//$'\n'/ }) && for keyandmac in "${keys[@]}"; do mobimac=${keyandmac:0:17}; mobikey=${keyandmac:18}; ssurl="wifibooth://setEyeFiKey/${mobimac}/${mobikey}"; open mailto:?body=$ssurl; done;
We did successfully get the key, but we can't get the iPad running WiFi booth to connect to the Canon camera with the Eyefi card!!!
Has anyone been able to connect after the app name changes by Eyefi?