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 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.
2927For Ubuntu
3028
3129``` 
32- sudo apt-get  update 
30+ sudo apt update 
3331sudo apt install unzip lzip 
3432``` 
3533
@@ -111,15 +109,17 @@ cp *.img /mnt/path-to-extracted-msix/
111109
112110WSA 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
118118Copy 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``` 
125125su 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments