Skip to content

acetheultimate/syncopath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

SyncoPath

Sync files between PC and Device using ADB or ADB-over-Network.

  • Version: 0.0b

How do I get set up?

  • Clone using

    HTTPS:

     ~$ git clone https://yogeshsharma-repos@bitbucket.org/yogeshsharma-repos/syncopath.git
    

    SSH:

     ~$ 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

How do I use it?

  • 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 :)

Hugs or Bugs

  • For queries or suggestions, please write to yogeshsharma.inbox[at]gmail[dot]com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages