goll
goll
It is possible to change the location of `~/.android`, you just have to export the ANDROID_SDK_ROOT, ANDROID_EMULATOR_HOME and ANDROID_SDK_HOME variables, setting them to where you want your adb data directory...
I noticed that some programs will use the adb daemon without using the environment variables that are setup (one example is DroidCam OBS). So it doesn't solve anything (for the...
I can't get this script to work with the graphical version of droidcam, since it doesn't output its audio device on stdout. The droidcam-cli version works, but I don't want...
Thanks for the ideia! I adapted the script to read user input, and then I used a regex to make sure the correct parameters are passed to droidcam-cli: ```^(-a[ ]+|-v[...
The script is working (I can launch Droidcam with the parameters I want) but I can't get the audio to work. I tried manually opening Droidcam and loading the alsa-source...
Sorry for my previous comment, I am so dumb! It was just a syntax error, audio works fine now. :man_facepalming: Modified version of the script: ``` #!/usr/bin/bash set -e wht=$(tput...