Sync files between PC and Device using ADB or ADB-over-Network.
- Version: 0.0b
-
Clone using
HTTPS:
~$ git clone https://yogeshsharma-repos@bitbucket.org/yogeshsharma-repos/syncopath.gitSSH:
~$ git clone git@bitbucket.org:yogeshsharma-repos/syncopath.git -
Requires Python 3.5.2+
-
Run script using Python3
Linux
- Open terminal and type
~$ cd directory_containing_SyncoPath
~$ ./SyncoPath.py
OR
~$ cd directory_containing_SyncoPath
~$ python3 SyncoPath.py
Windows
- Make sure to add python3 path to system variables
- Then, open cmd and type
> cd directory_containing_SyncoPath
> python3 SyncoPath.py
-
Turn on USB debugging on your device
For Android > v7.0, You can connect your device using ADB-over-Network to sync files with your computer both are on same Wi-Fi network.
-
Execution is interactive and self-explanatory
-
If you need help, feel free to write. I'll be happy to help :)
- For queries or suggestions, please write to yogeshsharma.inbox[at]gmail[dot]com