Update: README.md

pull/64/head
Rikka 4 years ago
parent df46ba8fed
commit da15751629
No known key found for this signature in database
GPG Key ID: 27646650E3A52AAF

@ -19,29 +19,27 @@ Then run:
git clone https://github.com/casualsnek/waydroid_script
cd waydroid_script
sudo python3 -m pip install -r requirements.txt
sudo python3 waydroid_extras.py [-i/-g/-n/-h]
sudo python3 main.py [-i/-g/-n/-h/-w]
## Install OpenGapps
Open terminal and switch to directory where "waydroid_extras.py" is located then run:
Open terminal and switch to directory where "main.py" is located then run:
sudo python3 waydroid_extras.py -g
Then restart waydroid service with command below :
sudo python3 main.py -g
sudo systemctl start waydroid-container.service
Then launch waydroid with:
waydroid show-full-ui
After waydroid has finished booting open terminal and switch to directory where "waydroid_extras.py" is located then run:
After waydroid has finished booting open terminal and switch to directory where "main.py" is located then run:
sudo python3 waydroid_extras.py -i
sudo python3 main.py -i
Copy the returned numeric ID open ["https://google.com/android/uncertified/?pli=1"](https://google.com/android/uncertified/?pli=1) enter the id and register it, you may need to wait upto 10-20 minutes for device to get registered, then clear Google Play Service's cache and try logging in !
## Install Magisk
Open terminal and switch to directory where "waydroid_extras.py" is located then run:
Open terminal and switch to directory where "main.py" is located then run:
sudo python3 waydroid_extras.py -m
sudo python3 main.py -m
Magisk will be installed on next boot !
@ -55,9 +53,9 @@ 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:
Open terminal and switch to directory where "main.py" is located then run:
sudo python3 waydroid_extras.py -n
sudo python3 main.py -n
## Install libhoudini arm translation
@ -67,22 +65,22 @@ 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:
Open terminal and switch to directory where "main.py" is located then run:
sudo python3 waydroid_extras.py -l
sudo python3 main.py -l
## Integrate Widevine DRM (L3)
Open terminal and switch to directory where "waydroid_extras.py" is located then run:
Open terminal and switch to directory where "main.py" is located then run:
sudo python3 waydroid_extras.py -w
sudo python3 main.py -w
## Get Android ID for device registration
You need to register you device with its it before being able to use gapps, this will print out your Android ID which you can use for device registration required for google apps:
Open terminal and switch to directory where "waydroid_extras.py" is located then run:
Open terminal and switch to directory where "main.py" is located then run:
sudo python3 waydroid_extras.py -i
sudo python3 main.py -i
Star this repository if you find this useful, if you encounter problem create a issue on github !

Loading…
Cancel
Save