mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-30 07:19:58 +00:00
3dfx debug version
This commit is contained in:
parent
2e1f4e9256
commit
e93c1b361e
4861 changed files with 108 additions and 868337 deletions
|
|
@ -79,7 +79,7 @@ public class SetupQemuActivity extends AppCompatActivity implements View.OnClick
|
|||
// Update the text
|
||||
vterm.append(textToAdd);
|
||||
|
||||
if (textToAdd.contains("installation successful! xssFjnj58Id")) {
|
||||
if (textToAdd.contains("xssFjnj58Id")) {
|
||||
//finish();
|
||||
startActivity(new Intent(this, SplashActivity.class));
|
||||
}
|
||||
|
|
@ -303,10 +303,13 @@ public class SetupQemuActivity extends AppCompatActivity implements View.OnClick
|
|||
cmd += "echo \"http://dl-cdn.alpinelinux.org/alpine/edge/testing\" >> /etc/apk/repositories;";
|
||||
executeShellCommand(cmd);
|
||||
executeShellCommand("set -e;" +
|
||||
" echo 'Starting setup...';" +
|
||||
" apk update;" +
|
||||
" apk add libslirp libslirp-dev pulseaudio-dev glib-dev pixman-dev zlib-dev spice-dev libusbredirparser usbredir-dev libiscsi-dev sdl2 sdl2-dev libepoxy-dev virglrenderer-dev tar;" +
|
||||
" clear;" +
|
||||
" tar -xvzf " + tarPath + " -C " + filesDir + "/distro;" +
|
||||
" rm " + tarPath + ";" +
|
||||
" clear;" +
|
||||
" echo \"installation successful! xssFjnj58Id\"");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue