File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
</p >
12
12
13
- ## SIGN-IN ISN'T WORKING CURRENTLY. (UNLESS YOU ARE USING THE FIX GIVEN AT THE BOTTOM)
14
-
15
13
### THIS IS FOR TESTING
16
14
17
15
### Download msixbundle (~ 1.2GB)
@@ -29,7 +27,7 @@ Ubuntu is used in this guide, but any other distro will work for this just fine.
29
27
For Ubuntu
30
28
31
29
```
32
- sudo apt-get update
30
+ sudo apt update
33
31
sudo apt install unzip lzip
34
32
```
35
33
@@ -111,15 +109,17 @@ cp *.img /mnt/path-to-extracted-msix/
111
109
112
110
WSA will install with gapps
113
111
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)
115
115
116
116
## (ADB SHELL ROOT WITH su)
117
117
118
118
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)
119
119
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 ` .
121
121
122
- Enter into the adb shell and run the following commands
122
+ Enter into the ` adb shell ` and run the following commands
123
123
124
124
```
125
125
su
You can’t perform that action at this time.
0 commit comments