Skip to content

kevinhwang91/adb-sync-wrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ADB Sync Wrap

ADB Sync Wrap is a tool to enhance adb-sync.


Setup

require: adb-sync option: GSConnect


Usage

To get a full help, type:

adb-sync-wrap --help

To Sync qqmusic and neteasecloud from your PC to your device, type one of:

adb-sync-wrap -o ~/Music/qq/,~/Music/netease/ /sdcard/qqmusic/song/,/sdcard/netease/cloudmusic/Music/

To Sync qqmusic and neteasecloud from your device to your PC, deleting files you removed from your device, type one of:

adb-sync-wrap -d -i ~/Music/qq/,~/Music/netease/ /sdcard/qqmusic/song/,/sdcard/netease/cloudmusic/Music/

If using GSConnect to connect adb by wireless, to sync music from your device to your pc, trigger by your PC terminal, type one of :

adb-sync-wrap -k name_of_device_in_gsconnect_app -i ~/Music/qq/ /sdcard/qqmusic/song/

If using GSConnect to connect adb by wireless, execute the shell to sync music from your device to your pc, trigger by your device inside GSConnect app, build a shell like this:

adb-sync-wrap -g -k name_of_device_in_gsconnect_app -i ~/Music/qq/ /sdcard/qqmusic/song/

About

Wrap adb-sync.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages