Skip to content

Instantly share code, notes, and snippets.

View pagkly's full-sized avatar

pagkly

  • Human
  • Earth
View GitHub Profile
@pagkly
pagkly / wslkernel.sh
Last active February 25, 2025 13:43
WSL2 - Compile Kernel with Ashmem and Binder
# Waydroid
# WSl custom kernel
# https://gist.github.com/oleksis/eb6d2f1cd2a6946faefb139aa0e38c35
# https://github.com/waydroid/waydroid/issues/217
# https://www.youtube.com/watch?v=SfK4PBcFq0w
# Powershell shutdown & remove config
wsl --shutdown
rm /mnt/c/Users/user/.wslconfig
# install dependencies
#!/bin/bash
# This is bash script version for Waydroid 11 + Magisk + Gapps
# dependencies: 7z, unzip, lzip
# VARS
WD_ARCH="x64"
WD_DIR=""
TEMP_DIR=~/testingwsa
MAGISK_VER=24101