Skip to content

Instantly share code, notes, and snippets.

View danascape's full-sized avatar
🤔
Finding someone

Saalim Quadri danascape

🤔
Finding someone
View GitHub Profile
In this guide we will learn about writing overlayed dtsi.
It will involve changing OEM dtsi commit (https://github.com/stormbreaker-project/kernel_asus_X01AD/commit/d4fd8d9a664672056e4b68a31da298a4d4bc79ac)
to a fully overlayed dts (https://github.com/stormbreaker-project/kernel_asus_X01AD/commit/85b3cb884acf30831a4185327a19a2c4268e457a)
1.)
First check the initial dts import of your device .
For example my device initial dts imports ->
@NyaomiDEV
NyaomiDEV / SmartBuild-how-to.md
Last active May 31, 2021 14:58
SmartBuild: How-To

SmartBuild: How-To

Table of Contents

  • Why it exists
  • How to build on ROMs that support it
  • List of ROMs that support it
  • How to build on ROMs that don't support it
  • How to migrate from a "normal" device tree to a "SmartBuild" device tree
  • Modifying AndroidProducts.mk
@ld100
ld100 / ArchLinuxWSL2.md
Last active April 27, 2024 18:05
Steps for setting up Arch Linux on WSL2

Migrating from Ubuntu on WSL to ArchLinux on WSL2

Obsolete notice

This document was created back in 2020 and might not be actual nowadays. It is not supported anymore, so use thise information at your own risk.

Upgrading to WSL 2

  • Download WSL2 Kernel
  • run wsl --set-default-version 2 in windows command line, so that all future WSL machine will use WSL2.