Simple Android app for Sony Cameras ( PlayMemories Camera App Store) that provides the File System of the camera via HTTP.
This app uses the OpenMemories: Framework and is greatly inspired by the following existing open source PMCA Apps
The PR for the new user interface hase been dangling for years. Now there is a pre-release that can be installed via Sony-PMCA-RE or through adb. See #4.
- Use Sony-PMCA-RE,
- via sony-pmca.appspot.com or
- through adb (using tweak app).
On Startup a WiFi Connection will be established. Once this succeeds a webserver is started and its URL is displayed. There you can download all data from the camera, like images and videos.
This works around the constraint of certain Sony cameras where videos can not be downloaded via WiFi.
⚠ The Web Server exposes the whole file system without authentication to everyone on the same network as the camera. Make sure to run this in a private network, using WiFi direct or by using your Mobile's Hotspot.
adb tcpip 5555
adb connect 192.168.178.53:5555
See https://stackoverflow.com/a/3623727
For creating a release, set git tag and then upload an unsigned APK to GitHub's release page. Signed APKs seem to be denied by Sony-PMCA-RE.
The app writes a log file to the SD card: /storage/sdcard0/pmcaFilesystemServer/LOG.TXT
.
Was generated with AndroidAssetStudio
- QR Code: https://stackoverflow.com/a/8800974/
- Basic Auth: NanoHttpd/nanohttpd#496