BackPhoto is an application for backing up photos from your Android Device.
The app uses ADB and scans a connected device for specific files (based on their file extension), updates the EXIF information on photos to ensure the correct timestamp, then organises them into a destination folder.
Ensure that USB Debugging is enabled on your device to use the App.
You can find instructions here.
Windows installers are available in Releases.
Other operating systems are supported (however untested) and should be compiled from source.
This project is an Electron Forge project which runs a python backend for ADB operations.
Install dependencies:
npm i
pip install -r backend\requirements.txtStart app:
npm start