You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run sndcpy I have an issue: I run it with the command "./sndcpy" when I am in the correct directory (I previously downloaded the folder with all the files). So when I run the script I get this:
"user" sndcpy-v1 % ./sndcpy
Waiting for device...
Performing Streamed Install
Success
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.rom1v.sndcpy/.MainActivity }
Playing audio...
./sndcpy: line 32: vlc: command not found
Help? Thank You!
The text was updated successfully, but these errors were encountered:
make sure you have installed VLC media player after that
do it in terminal
step 1 : cd Downloads/sndcpy-v1
step 2 : export VLC=/Applications/VLC.app/Contents/MacOS/VLC
step 3 : ./sndcpy
hope it helps you for me its working
When I try to run sndcpy I have an issue: I run it with the command "./sndcpy" when I am in the correct directory (I previously downloaded the folder with all the files). So when I run the script I get this:
Help? Thank You!
The text was updated successfully, but these errors were encountered: