Removed mklink for git
This commit is contained in:
24
_-Review/way-droid.md
Normal file
24
_-Review/way-droid.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
created: 2024-08-12T03:45:02.000Z
|
||||
type: note
|
||||
updated: 2024-08-12T03:45:02.000Z
|
||||
---
|
||||
|
||||
# WayDroid
|
||||
|
||||
```bash Sun Aug 11 2024 13:37:31 GMT-0700 (Mountain Standard Time)
|
||||
apt install curl ca-certificates -y
|
||||
curl https://repo.waydro.id | bash
|
||||
apt install waydroid -y
|
||||
apt update && apt upgrade -y
|
||||
waydroid init -s GAPPS -c https://ota.waydro.id/system -v https://ota.waydro.id/vendor -f
|
||||
# (If required)
|
||||
waydroid shell
|
||||
ANDROID_RUNTIME_ROOT=/apex/com.android.runtime ANDROID_DATA=/data ANDROID_TZDATA_ROOT=/apex/com.android.tzdata ANDROID_I18N_ROOT=/apex/com.android.i18n sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"
|
||||
https://www.google.com/android/uncertified
|
||||
# ------ Uninstall WayDroid --------
|
||||
# waydroid session stop
|
||||
# waydroid container stop
|
||||
# apt remove waydroid
|
||||
# rm -rf /var/lib/waydroid /home/.waydroid ~/waydroid ~/.share/waydroid ~/.local/share/applications/aydroid ~/.local/share/waydroid
|
||||
```
|
Reference in New Issue
Block a user