Enable adb root #611
Replies: 3 comments 2 replies
-
Just build WSA with KernelSu then connect to ADB and type |
Beta Was this translation helpful? Give feedback.
1 reply
-
Are you just trying to get to the rooted shell prompt? or do you need the root for something else? If for the former: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing the discussion. To mount system partitions as rw, install WSA with KernelSU and follow https://github.com/HuskyDG/magic_overlayfs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
adb root results in
adbd cannot run as root in production builds
I figured it would require a insecure version of adbd to be installed and patched into WSA. I also realised that it can be done through magisk module and found something which does it along those lines: https://github.com/tiann/adb_root
But unfortunately above method does not work, due to multiple reasons:
Can someone guide on how we can achieve adb root in WSA 2305?
Beta Was this translation helpful? Give feedback.
All reactions