Git Product home page Git Product logo

Comments (8)

oO0oO0oO0o0o00 avatar oO0oO0oO0o0o00 commented on March 29, 2024 3

Comment out the latter half of line 215:

        b'('#, b'(;  #`ls`$PATH\'"(\\\\\\\\){};!\xc0\xaf\xff\xc2\xbf'

Seems like it was intentional. No one need to be able to pass those non-text characters to command line. Maybe they just hate Microsoft.

No problem syncing files with filenames containing CJK characters.
No problem syncing binary files e.g. pictures.

Tested with Win10 + powershell (by default) + Python 3.9

P.S. use slashes / instead of backslashes \ \\, like D:/Downloads/CornHubDesktop/

from adb-sync.

MaskyS avatar MaskyS commented on March 29, 2024 2

On windows, one can use http://www.temblast.com/adbsync.htm. The author explains its usage here

from adb-sync.

ptanmay143 avatar ptanmay143 commented on March 29, 2024 1

This did not directly work with Windows 10 binaries for Python 3 and ADB. I will be testing this using WSL 2 and will report if it works or not.

from adb-sync.

ptanmay143 avatar ptanmay143 commented on March 29, 2024 1

The author has replied that he doesn't plan on open sourcing the utility. This issue can be closed now.

from adb-sync.

ptanmay143 avatar ptanmay143 commented on March 29, 2024

Update: I have created a gist for this to keep updated. https://gist.github.com/ptanmay143/c82744f708558483de0de37bd04cea66

So basically this is how I got adb-sync working in Windows 10 under a WSL Distribution. I am using Arch Linux. Instruction on Arch Linux WSL here: ( https://github.com/ptanmay143/arch-linux-wsl or https://github.com/yuk7/ArchWSL )

Requirements

Instructions

  • Disable firewall for WSL vEthernet so that the Windows adb binary can communicate with the Linux adb package. Type this in Powershell as Administrator.
Set-NetFirewallProfile -DisabledInterfaceAliases "vEthernet (WSL)"
  • Start the adb server on Windows side using Command Prompt or Powershell.
adb -a -P 5037 nodaemon server
  • Connect to the adb server on Windows from WSL. Run this command in Powershell.
wsl
declare -x ADB_SERVER_SOCKET="tcp:$(cat /etc/resolv.conf | grep name | cut -d' ' -f2):5037"
  • Now run the adb-sync script.
./adb-sync -h

from adb-sync.

ptanmay143 avatar ptanmay143 commented on March 29, 2024

On windows, one can use http://www.temblast.com/adbsync.htm. The author explains its usage here

Great find. Is it open source?

from adb-sync.

MaskyS avatar MaskyS commented on March 29, 2024

from adb-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.