Skip to content

jcbyte/back-photo

Repository files navigation

 BackPhoto

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.

ADB Setup

Ensure that USB Debugging is enabled on your device to use the App.
You can find instructions here.

Installation

Windows installers are available in Releases.

Other operating systems are supported (however untested) and should be compiled from source.

Run Locally

This project is an Electron Forge project which runs a python backend for ADB operations.

Install dependencies:

npm i
pip install -r backend\requirements.txt

Start app:

npm start

Licence

Apache License 2.0

About

BackPhoto is an application for backing up photos from your Android Device using ADB.

Resources

License

Stars

Watchers

Forks

Contributors