Table of Contents

Android Hacking Tricks

Upload photos using Pixel+Sychthing

Set up hardware

(Tested and it works.)

Useful resources:

Set up software

Install Syncthing.

Creast this file under the photos directory that is to be synced:

# filename: .stglobalignore
Add details

Include the above file in the actual .stignore file to filter files:

# include .stglobalignore

Note: syncthing's ignore syntax is different from git's.