-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows 10 #44
Comments
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. |
Update: I have created a gist for this to keep updated. https://gist.github.com/ptanmay143/c82744f708558483de0de37bd04cea66 So basically this is how I got Requirements
Instructions
Set-NetFirewallProfile -DisabledInterfaceAliases "vEthernet (WSL)"
adb -a -P 5037 nodaemon server
wsl declare -x ADB_SERVER_SOCKET="tcp:$(cat /etc/resolv.conf | grep name | cut -d' ' -f2):5037"
./adb-sync -h |
On windows, one can use http://www.temblast.com/adbsync.htm. The author explains its usage here |
Great find. Is it open source? |
Doesn't seem so, but i think it's likely that the author might open source
upon request.
…On Sat, Oct 24, 2020, 1:53 AM Tanmay Pachpande ***@***.***> wrote:
On windows, one can use http://www.temblast.com/adbsync.htm. The author
explains its usage here
<https://forum.xda-developers.com/showthread.php?t=2133312>
Great find. Is it open source?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#44 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFRISQ3IVQOGNG633PV2O6LSMH3OBANCNFSM4MQM6VAA>
.
|
The author has replied that he doesn't plan on open sourcing the utility. This issue can be closed now. |
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. Tested with Win10 + powershell (by default) + Python 3.9 P.S. use slashes |
@oO0oO0oO0o0o00 I have no problem using backslashes \ . |
Is there somewhere a version for Windows 10?
I use google translator
The text was updated successfully, but these errors were encountered: