Skip to content

Instantly share code, notes, and snippets.

View Mizumo-prjkt's full-sized avatar
😫
Cant even code when the machine keeps breaking down, wuduhell

Mizu Mizumo-prjkt

😫
Cant even code when the machine keeps breaking down, wuduhell
  • Independent Dev
  • Philippines
  • 01:33 (UTC +08:00)
View GitHub Profile
@davidsmfreire
davidsmfreire / commands.txt
Created October 19, 2024 10:51
DaVinci Resolve 19 Linux fix | symbol lookup error: /usr/lib/libpango-1.0.so.0: undefined symbol: g_once_init_leave_pointer
cd /opt/resolve/libs
sudo mkdir disabled-libraries
sudo mv libglib* disabled-libraries
sudo mv libgio* disabled-libraries
sudo mv libgmodule* disabled-libraries
@mvaisakh
mvaisakh / Bringup.md
Last active November 25, 2025 06:47
An Android Device Tree Bringup Guide

A small Device Tree Bringup Guide

Introduction

So, you guys might be wondering, how do these "Developers" get your favourite Custom roms, such as LineageOS, Paranoid Android etc., to their own devices. Well I'm here to Guide you on how to do it, specifically on how to bringup or make your own device tree from scratch or adapting.

Gist of this Guide: This is for people with genuine interest in Android OS porting/development. After going through this guide, you should be able to do a total device tree bringup on your own.

Prerequisite: Certain requirements are to be met before you start with this amazing journey.