|
|
|
@ -14,11 +14,11 @@ venv/bin/pip install -r requirements.txt
|
|
|
|
|
sudo venv/bin/python3 main.py
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -53,7 +53,7 @@ sudo venv/bin/python3 main.py hack {nodataperm, hidestatusbar}
|
|
|
|
|
|
|
|
|
|
## Install OpenGapps
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
Open terminal and switch to the directory where "main.py" is located then run:
|
|
|
|
|
|
|
|
|
@ -71,7 +71,7 @@ Copy the returned numeric ID, then open ["https://google.com/android/uncertified
|
|
|
|
|
|
|
|
|
|
## Install Magisk
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
Open terminal and switch to directory where "main.py" is located then run:
|
|
|
|
|
|
|
|
|
@ -109,7 +109,7 @@ Open terminal and switch to directory where "main.py" is located then run:
|
|
|
|
|
|
|
|
|
|
## Integrate Widevine DRM (L3)
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
Open terminal and switch to directory where "main.py" is located then run:
|
|
|
|
|
|
|
|
|
@ -117,8 +117,8 @@ Open terminal and switch to directory where "main.py" is located then run:
|
|
|
|
|
|
|
|
|
|
## Install Smart Dock
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
Open terminal and switch to directory where "main.py" is located then run:
|
|
|
|
|
|
|
|
|
@ -137,7 +137,7 @@ This is a temporary hack to combat against the apps permission issue on Android
|
|
|
|
|
|
|
|
|
|
Arknights, PUNISHING: GRAY RAVEN and other games won't freeze on the black screen.
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
Open terminal and switch to directory where "main.py" is located then run:
|
|
|
|
|
|
|
|
|
@ -163,7 +163,7 @@ chmod 777 -R /mnt/*/*/*/*/Android/obb
|
|
|
|
|
|
|
|
|
|
## Install microG, Aurora Store and Aurora Droid
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo python main.py install microg
|
|
|
|
@ -171,10 +171,10 @@ sudo python main.py install microg
|
|
|
|
|
|
|
|
|
|
## Hide Status Bar
|
|
|
|
|
Before
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
After
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo venv/bin/python3 main.py hack hidestatusbar
|
|
|
|
|