Skip to content

Instantly share code, notes, and snippets.

@cheriimoya
cheriimoya / build_lineage_for_davinci.md
Last active March 18, 2025 06:32
This will hopefully help you to build LineageOS 17.1 for the Xiaomi davinci.

LineageOS build guide for n00bs like me

Soo you want to build LineageOS (los) for your xiaomi davinci?

This guide will show you how! In this guide i'll lead you through the process of compiling los 17.1 for xiaomis MI 9T, optionally with spoofing support for microG.

I am not responsible for any damage you do to your phone and this guide does

@cheriimoya
cheriimoya / nextcloud-deck-export-import.py
Last active December 22, 2021 15:06 — forked from svbergerem/nextcloud-deck-export-import.py
Nextcloud Deck Export/Import
#!/usr/bin/env nix-shell
#!nix-shell -p "python3.withPackages(ps: [ ps.requests ])"
import requests
urlFrom = 'https://cloud.domainfrom.tld'
authFrom = ('username', 'password')
urlTo = 'https://nextcloud.domainto.tld'
authTo = ('username', 'password')
headers={'OCS-APIRequest': 'true', 'Content-Type': 'application/json'}