Merge pull request #19 from huakim/update

Update
pull/179/head
huakim 17 hours ago committed by GitHub
commit 9019ab6291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -166,7 +166,7 @@ chmod 777 -R /mnt/*/*/*/*/Android/obb
![](https://raw.githubusercontent.com/huakim/waydroid_script_assets/main/assets/7.png)
```
sudo python main.py install microg
sudo venv/bin/python3 main.py install microg
```
## Hide Status Bar

@ -214,7 +214,7 @@ def interact():
install_choices = ["gapps", "microg", "libndk", "libhoudini", "magisk", "smartdock", "fdroidpriv",]
hack_choices = []
if android_version == "11":
install_choices.extend(["libhoudini", "widevine"])
install_choices.extend(["widevine"])
hack_choices.extend(["nodataperm", "hidestatusbar"])
if action == "Install":

@ -10,7 +10,7 @@ class Houdini(General):
partition = "system"
dl_links = {
"11": ["https://github.com/supremegamers/vendor_intel_proprietary_houdini/archive/81f2a51ef539a35aead396ab7fce2adf89f46e88.zip", "fbff756612b4144797fbc99eadcb6653"],
"13": ["https://github.com/supremegamers/vendor_intel_proprietary_houdini/archive/5643480a2c504bd0ee4739a6354fefc70d032ad4.zip", "9085a6ec5d0ec5b7b715981676ffee18"]
"13": ["https://github.com/supremegamers/vendor_intel_proprietary_houdini/archive/7e21ea3f63bd89e9e8af54e32da41bd8b65c93a1.zip", "f8cf5db10e5fdb9b77e98e515a9b08c9"]
}
act_md5 = ...
dl_link = ...

@ -9,7 +9,7 @@ class Ndk(General):
partition = "system"
dl_links = {
"11": ["https://github.com/supremegamers/vendor_google_proprietary_ndk_translation-prebuilt/archive/9324a8914b649b885dad6f2bfd14a67e5d1520bf.zip", "c9572672d1045594448068079b34c350"],
"13": ["https://github.com/supremegamers/vendor_google_proprietary_ndk_translation-prebuilt/archive/faece8cc787a520193545116501cad40534063fc.zip", "f7605b31e51eaa69f13b508b20e74d10"]
"13": ["https://github.com/supremegamers/vendor_google_proprietary_ndk_translation-prebuilt/archive/68734c52556d3d7a6db34c603dd9276915c29f2f.zip", "0b2207c490fcb400aa5c87fcf0d52d38"]
}
dl_file_name = "libndktranslation.zip"
extract_to = "/tmp/libndkunpack"

Loading…
Cancel
Save