Update README
This commit is contained in:
parent
7a27b8c193
commit
4681bb48fe
1 changed files with 12 additions and 14 deletions
26
README.md
26
README.md
|
|
@ -42,9 +42,7 @@ Copy the returned numeric ID open ["https://google.com/android/uncertified/?pli=
|
|||
Open terminal and switch to directory where "waydroid_extras.py" is located then run:
|
||||
|
||||
sudo python3 waydroid_extras.py -m
|
||||
Then restart waydroid service with command below :
|
||||
|
||||
sudo systemctl start waydroid-container.service
|
||||
Magisk will be installed on next boot !
|
||||
|
||||
Zygisk and modules like LSPosed should work now.
|
||||
|
|
@ -53,31 +51,31 @@ Please use `Direct Install into system partition` to update Magisk in Magisk man
|
|||
|
||||
## Install libndk arm translation
|
||||
|
||||
This may or may not work properly and is only for testing:
|
||||
libndk_translation from guybrush firmware.
|
||||
|
||||
libndk seems to have better performance than libhoudini on AMD.
|
||||
|
||||
Open terminal and switch to directory where "waydroid_extras.py" is located then run:
|
||||
|
||||
sudo python3 waydroid_extras.py -n
|
||||
Then restart waydroid service with command below :
|
||||
|
||||
sudo systemctl start waydroid-container.service
|
||||
|
||||
## Install libhoudini arm translation
|
||||
|
||||
This may or may not work properly and is only for testing: ( Much stable than libndk ) and works on android 11 images
|
||||
Intel's libhoudini for intel/AMD x86 CPU, pulled from Microsoft's WSA 11 image
|
||||
|
||||
houdini version: 11.0.1b_y.38765.m
|
||||
|
||||
houdini64 version: 11.0.1b_z.38765.m
|
||||
|
||||
Open terminal and switch to directory where "waydroid_extras.py" is located then run:
|
||||
|
||||
sudo python3 waydroid_extras.py -l
|
||||
Then restart waydroid service with command below :
|
||||
|
||||
sudo systemctl start waydroid-container.service
|
||||
|
||||
## Integrate Widevine DRM (L3)
|
||||
|
||||
sudo python3 waydroid_extras.py -w
|
||||
Then restart waydroid service with command below :
|
||||
Open terminal and switch to directory where "waydroid_extras.py" is located then run:
|
||||
|
||||
sudo systemctl start waydroid-container.service
|
||||
|
||||
sudo python3 waydroid_extras.py -w
|
||||
|
||||
## Get Android ID for device registration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue