Skip to content

Commit 9a24d81

Browse files
authored
Update README.md
1 parent 5277501 commit 9a24d81

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
</p>
1212

13-
## SIGN-IN ISN'T WORKING CURRENTLY. (UNLESS YOU ARE USING THE FIX GIVEN AT THE BOTTOM)
14-
1513
### THIS IS FOR TESTING
1614

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

3129
```
32-
sudo apt-get update
30+
sudo apt update
3331
sudo apt install unzip lzip
3432
```
3533

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

112110
WSA will install with gapps
113111

114-
# WORKAROUND FOR SIGN-IN ISSUE:
112+
# Root access
113+
114+
You can get root access by replacing the kernel. (This step is no longer required to sign in gapps)
115115

116116
## (ADB SHELL ROOT WITH su)
117117

118118
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)
119119

120-
This will allow you to use use `su` inside the adb shell.
120+
This will allow you to use use `su` inside the `adb shell`.
121121

122-
Enter into the adb shell and run the following commands
122+
Enter into the `adb shell` and run the following commands
123123

124124
```
125125
su

0 commit comments

Comments
 (0)