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 August 11, 2024 14:14
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