We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7e95b commit 463a983Copy full SHA for 463a983
etc/scripts/hippo/hippo.sh
@@ -2,6 +2,7 @@
2
3
version=1
4
5
+
6
CACHE_ROOT="${HOME}/.uoa-cache-root"
7
TPREFIX="/data/data/com.termux/files"
8
@@ -108,6 +109,9 @@ function _lauch_or_install()
108
109
# echo -e "use hippo --help for more option and comming up features"
110
fi
111
else
112
+ #@GxmerSam Sam Alarie
113
+ pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1 >> /dev/null
114
115
if [ -f "{CACHE_ROOT}"/ubuntu-on-android/etc/scripts/vncserver/startvnc.sh ] && [ ! -f ${HIPPO_DIR}/bin/startvnc ]; then
116
DIR="{CACHE_ROOT}/ubuntu-on-android/etc/scripts/vncserver/startvnc.sh"
117
cp ${DIR} ${HIPPO_DIR}/bin/startvnc
0 commit comments