Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Coxxs authored Oct 24, 2021
1 parent 5277501 commit 9a24d81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

</p>

## SIGN-IN ISN'T WORKING CURRENTLY. (UNLESS YOU ARE USING THE FIX GIVEN AT THE BOTTOM)

### THIS IS FOR TESTING

### Download msixbundle (~1.2GB)
Expand All @@ -29,7 +27,7 @@ Ubuntu is used in this guide, but any other distro will work for this just fine.
For Ubuntu

```
sudo apt-get update
sudo apt update
sudo apt install unzip lzip
```

Expand Down Expand Up @@ -111,15 +109,17 @@ cp *.img /mnt/path-to-extracted-msix/

WSA will install with gapps

# WORKAROUND FOR SIGN-IN ISSUE:
# Root access

You can get root access by replacing the kernel. (This step is no longer required to sign in gapps)

## (ADB SHELL ROOT WITH su)

Copy the kernel file from this repo and replace the kernel file inside the `Tools` folder of your extracted msix (make sure WSA is not running)

This will allow you to use use `su` inside the adb shell.
This will allow you to use use `su` inside the `adb shell`.

Enter into the adb shell and run the following commands
Enter into the `adb shell` and run the following commands

```
su
Expand Down

0 comments on commit 9a24d81

Please sign in to comment.