Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.79 KB

README.md

File metadata and controls

60 lines (39 loc) · 2.79 KB

pmcaFilesystemServer

Build Status

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

Pre-release of new UI

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.

    

Installation

Usage

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.

Development

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.

Icon

Was generated with AndroidAssetStudio

Feature Ideas