mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-01 15:50:28 +00:00
initial commit
This commit is contained in:
parent
f1d9bd35a3
commit
077f0a748c
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ public class MainService extends Service {
|
|||
String filesDir = MainActivity.activity.getFilesDir().getAbsolutePath();
|
||||
Terminal vterm = new Terminal(this);
|
||||
//vterm.executeShellCommand("chmod 770 /run/pulse -R");
|
||||
//vterm.executeShellCommand("pulseaudio --system --disallow-exit --disallow-module-loading --daemonize --log-level=debug --log-time=1");
|
||||
//vterm.executeShellCommand("pulseaudio --system --disallow-exit --disallow-module-loading --daemonize --log-level=debug --log-time=1");
|
||||
vterm.executeShellCommand("dwm", false, MainActivity.activity);
|
||||
vterm.executeShellCommand(env, true, MainActivity.activity);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue