datalogic / device-sync

Command-line tool that uses the datalogic-ce-sync library
1 stars 1 forks source link

device sync from android to windows 10 machine #2

Closed frendcarlo closed 3 years ago

frendcarlo commented 3 years ago

Is there any for android OS to windows 10 machine?

codybrookshear commented 3 years ago

We haven't developed such a tool for Android since adb is available and works well.

https://developer.android.com/studio/command-line/adb

pcdejong1980 commented 3 years ago

Is there any for android OS to windows 10 machine?

See for example this batch file: https://my.syncplicity.com/share/albrmhkfmgc3sgn/Datalogic_Android_Stage_4.1

You can use this batch file that is using adb to install firmware, copy files and install apk's on a Datalogic Android terminal.

(This is an non-official tool and is not officially supported)

codybrookshear commented 3 years ago

thanks Peter! (@pcdejong1980 )