-
Notifications
You must be signed in to change notification settings - Fork 301
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
Fix sndcpy apk not found error #81
base: master
Are you sure you want to change the base?
Conversation
Thank you 👍 Will check that soon (hopefully). |
Hey @KptnKMan, |
The point is it to return the path to the script dir, so yes, that's EXACTLY the point. I've tested it and it works. |
Ye, I wasn't sure about the double back slash. I tested it by now too and it works. |
If you have a suggestion, do a code review on the PR, and suggest the code edits to be made. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
support paths with spaces:
SNDCPY_PATH=$(dirname "$SNDCPY_SCRIPT")
Hi Romain, I could not find another way to contact you... |
@fredaoviana |
@alSku I can't see your suggestions on the PR. |
Hm maybe I did something wrong |
can someone teach mo how to enable sounds using sndcpy? got the same error and I do not know how to use codes or something. I just followed all the videos on youtube how to install scrcpy, sndcpy and vlc. same locations and added the sndcpy to my android phone. still got an error of -- adb: failed to stat sndcpy.apk: No such file or directory |
Created this PR to fix iss in issue:
#80
This should fix apk not found errors in both Windows and Linux when not running the script directly in its own directory.