Skip to content

Instantly share code, notes, and snippets.

View culots's full-sized avatar
💭
I may be slow to respond.

all-night grunco yawner culots

💭
I may be slow to respond.
View GitHub Profile
@culots
culots / madai.xml
Created August 26, 2017 14:50
local_manifest for Lineage CM-12.1
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="culots" fetch="https://github.com/culots" />
<project name="culots/device_lge_madai" path="device/lge/madai" remote="culots" branch="cm-12.1-new"/>
<project name="culots/kernel_lge_madai" path="kernel/lge/madai" remote="culots" branch="cm-12.1-new"/>
<project name="culots/vendor_lge_madai" path="vendor/lge/madai" remote="culots" branch="cm-12.1-new"/>
<project name="LineageOS/android_device_qcom_common" path="device/qcom/common" remote="github" />
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="caf" fetch="git://codeaurora.org/quic/la/platform"/>
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="culots/device_lge_madai" path="device/lge/madai" remote="github" revision="cm11wat"/>
<project name="culots/kernel_lge_madai" path="kernel/lge/madai" remote="github" revision="cm11wat"/>
<project name="culots/vendor_lge_madai" path="vendor/lge/madai" remote="github" revision="cm11wat"/>
<!--
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="cups" fetch="https://github.com/culots" />
<remote name="caf" fetch="git://codeaurora.org/quic/la/platform"/>
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="device_lge_madai" path="device/lge/madai" remote="cups" revision="cm11wat"/>
<project name="kernel_lge_madai" path="kernel/lge/madai" remote="cups" revision="cm11wat"/>
<project name="vendor_lge_madai" path="vendor/lge/madai" remote="cups" revision="cm11wat"/>
@culots
culots / gpt_parser.py
Created September 2, 2016 07:19
Feed this your GPT.bin, and out it shoots a partition.xml
#!/usr/bin/python
# Author : n0fate
# E-Mail rapfer@gmail.com, n0fate@live.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or (at
# your option) any later version.
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KOT49I.LS740ZV6
ro.build.display.id=KOT49I.LS740ZV6
ro.build.version.incremental=LS740ZV6.1440117223
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=Fri Aug 21 09:36:06 KST 2015
ro.build.date.utc=1440117366
@culots
culots / madai.xml
Created February 16, 2016 23:09
Madai B2G KK based on Shinano KK manifests.
<?xml version="1.0" ?>
<manifest>
<include name="base-kk-caf.xml"/>
<project path="prebuilts/clang/linux-x86/host/3.5" name="platform/prebuilts/clang/linux-x86/host/3.5" groups="pdk,linux" revision="master" remote="aosp" />
<project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8" groups="pdk,linux,arm" revision="master" remote="aosp" />
<project path="prebuilts/gcc/linux-x86/arm/arm-eabi-4.8" name="platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8" groups="pdk,linux,arm" revision="master" remote="aosp" />
<project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8" groups="pdk,linux,arm" revision="master" remote="aosp" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6" groups="pdk,linux" revision="master" remote="aosp" />
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" revision="cm-13.0" remote="github" />
<project name="culots/device_lge_madai" path="device/lge/madai" remote="github" revision="twrp-12.1" />
<project name="culots/kernel_lge_madai" path="kernel/lge/madai" remote="github" revision="twrp-12.1" />
<project name="culots/vendor_lge_madai" path="vendor/lge/madai" remote="github" revision="twrp-12.1" />
</manifest>