Tiny update: A nice person from Eyefi is looking into it.
In the meantime, I've submitted version 3.4.2 for review at the App Store. That version will allow you to add the Mobi Pro card manually. I'll post a how-to when Apple approves it.
sqlite3 ~/Library/Application\ Support/Eyefi/Eyefi\ Mobi/offline.db 'SELECT o_mac_address, o_upload_key FROM o_devices'
dbres=$(sqlite3 ~/Library/Application\ Support/Keenai/offline.db 'SELECT o_mac_address, o_upload_key FROM o_devices') && keys=(${dbres//$'\n'/ }) && dbpath=$(find ~/Library/Application\ Support/Keenai -regex ".*[0-9]\.db" -maxdepth 1) && if [ ${#dbpath} -gt 0 ]; then dbres=$(sqlite3 "$dbpath" 'SELECT mac_address, upload_key FROM devices'); eckeys=(${dbres//$'\n'/ }); keys=("${keys[@]}" "${eckeys[@]}"); fi && for keyandmac in "${keys[@]}"; do mobimac=${keyandmac:0:17}; mobikey=${keyandmac:18}; ssurl="shuttersnitch://?setKey=${mobikey}%26forMAC=${mobimac}"; open mailto:?body=$ssurl; done;
dbres=$(sqlite3 ~/Library/Application\ Support/Eyefi/Eyefi\ Mobi/offline.db 'SELECT o_mac_address, o_upload_key FROM o_devices') && keys=(${dbres//$'\n'/ }) && dbpath=$(find ~/Library/Application\ Support/Eyefi/Eyefi\ Mobi -regex ".*[0-9]\.db" -maxdepth 1) && if [ ${#dbpath} -gt 0 ]; then dbres=$(sqlite3 "$dbpath" 'SELECT mac_address, upload_key FROM devices'); eckeys=(${dbres//$'\n'/ }); keys=("${keys[@]}" "${eckeys[@]}"); fi && for keyandmac in "${keys[@]}"; do mobimac=${keyandmac:0:17}; mobikey=${keyandmac:18}; ssurl="shuttersnitch://?setKey=${mobikey}%26forMAC=${mobimac}"; open mailto:?body=$ssurl; done;
shuttersnitch://?setKey=<the key>&forMAC=<the MAC address>
shuttersnitch://?setKey=d28ff51a09cf77df7f612ab115229313&forMAC=00-18-56-01-ab-23
notepad C:\Users\%username%\AppData\Roaming\Eye-Fi\Settings.xml
Users browsing this forum: No registered users and 3 guests