Skip to content

Instantly share code, notes, and snippets.

View FacuM's full-sized avatar

Facundo Montero FacuM

View GitHub Profile
@FacuM
FacuM / local_manifest.xml
Created September 5, 2017 05:11
CM11 manifest for LG Optimus L9 (p760/p768).
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Device tree -->
<project name="artas182x/android_device_lge_p760" path="device/lge/p760" revision="cm-11.0" remote="github" />
<!-- Required extra chipset tree -->
<project name="artas182x/android_lge_u2_common" path="device/lge/u2-common" revision="cm-11.0" remote="github" />
<!-- Kernel -->
<project name="artas182x/lge-kernel-omap4" path="kernel/lge/omap4-common" revision="cm-11.0" remote="github" />
<!-- Vendor -->
<project name="artas182x/proprietary_vendor_lge_u2" path="vendor/lge/u2" revision="cm-11.0" remote="github" />
@FacuM
FacuM / local_manifest.xml
Last active September 13, 2017 01:32
[WIP] CM14 manifest for Samsung Galaxy Win/Grand Quattro (I855X) - delos3geur
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remove-project name="CyanogenMod/android_hardware_ril" />
<!-- <remove-project name="LineageOS/hardware_qcom_display-caf" /> -->
<!-- <project path="hardware/ril/" name="I8552-CM/hardware_ril" revision="cm-11.0" remote="github" /> -->
<project path="hardware/ril-legacy" name="I8552-CM/hardware_ril-legacy" revision="cm-14.1" remote="github" />
<project path="hardware/qcom/display-caf" name="I8552-CM/hardware_qcom_display-caf" revision="cm-14.1" remote="github" />
<project path="device/samsung/delos3geur" name="I8552-CM/device_samsung_delos3geur" revision="master" remote="github" />
<project path="vendor/samsung/delos3geur" name="I8552-CM/andoid_vendor_delos3geur" revision="cm-11.0" remote="github" />
<project path="device/samsung/msm7627a-common" name="I8552-CM/android_device_msm7627a-common" revision="cm-14.0" remote="github" />
@FacuM
FacuM / omni_8.1-manifest.xml
Last active January 7, 2018 21:20
Omni 8.1 manifest for harpia. (currently not booting) - thanks to @eldainosor
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Declaring Remotes here -->
<remote name="gitstuff" fetch="https://github.com" />
<remote name="losgit" fetch="https://github.com/LineageOS" />
<remote name="FacuM" fetch="https://github.com/FacuM" />
<!-- harpia stuff -->
<project path="device/motorola/harpia" name="FacuM/device_motorola_harpia" revision="omni_8.1" remote="gitstuff" />
<project path="device/motorola/msm8916-common" name="Moto8916-Devs/device_motorola_msm8916-common" revision="oreo8.1" remote="gitstuff"/>
@FacuM
FacuM / omni_8.0-manifest.xml
Created January 5, 2018 05:12
Omni Oreo 8.0 manifest? (untested)
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Using a custom CM remote to avoid editing and editing of this file -->
<remote name="losgit" fetch="https://github.com/LineageOS" />
<!-- moto8916-Devs definiton -->
<remote name="moto" fetch="https://github.com/moto8916-Devs" />
<!-- Using a custom CM remote to avoid editing and editing of this file -->
<remote name="FacuM" fetch="https://github.com/FacuM" />
@FacuM
FacuM / oreo.xml
Created January 6, 2018 05:15
aquariOS_8.1-caf-manifest.xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Using a custom LineageOS remote to avoid editing and editing of this file -->
<remote name="losgit" fetch="https://github.com/LineageOS" />
<remote name="moto" fetch="https://github.com/moto8916-Devs" />
<remote name="FacuM" fetch="https://github.com/FacuM" />
<remote name="gitstuff" fetch="https://github.com" />
<!-- harpia stuff -->
@FacuM
FacuM / gzosp_8.1-manifest.xml
Last active January 9, 2018 05:52
Gzosp (harpia) manifest, Android 8.1. Boots. Broken camera.
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Declaring Remotes here -->
<remote name="gitstuff" fetch="https://github.com" />
<remote name="losgit" fetch="https://github.com/LineageOS" />
<remote name="FacuM" fetch="https://github.com/FacuM" />
<remote name="bb" fetch="https://bitbucket.org" />
<!-- harpia stuff -->
<project path="device/motorola/harpia" name="FacuM/device_motorola_harpia" revision="gz_8.1" remote="gitstuff" />
@FacuM
FacuM / buildkernel.sh
Created January 9, 2018 05:46
Fixed oneliner kernel build for CandyROM.
make -j$(nproc --all) CROSS_COMPILE="~/candy/prebuilts/gcc/linux-x86/arm/arm-eabi-4.9/bin/arm-eabi-" ARCH=arm harpia_defconfig && make -j$(nproc --all) CROSS_COMPILE="~/candy/prebuilts/gcc/linux-x86/arm/arm-eabi-4.9/bin/arm-eabi-" ARCH=arm zImage
@FacuM
FacuM / nitro_8.1-manifest.xml
Last active January 11, 2018 05:43
(WIP) NitrogenOS 8.1 Manifest for harpia
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Declaring Remotes here -->
<remote name="gitstuff" fetch="https://github.com" />
<remote name="losgit" fetch="https://github.com/LineageOS" />
<remote name="Akianonymus" fetch="https://github.com/Akianonymus" />
<remote name="FacuM" fetch="https://github.com/FacuM" />
<remote name="bb" fetch="https://bitbucket.org" />
<!-- harpia stuff -->
@FacuM
FacuM / 0001-enable-virtual-MIDI-devices-and-expose-the-sequencer.patch
Created April 7, 2018 03:57
enable virtual MIDI devices and expose the sequencer to the kernel as a device
From 014cd46a7945df36595813a044986c224a9db601 Mon Sep 17 00:00:00 2001
From: FacuM <[email protected]>
Date: Fri, 6 Apr 2018 22:05:39 -0300
Subject: [PATCH] enable virtual MIDI devices and expose the sequencer to the
kernel as a device
---
arch/arm/configs/harpia_defconfig | 123 ++++++++++++++++++++++++--------------
1 file changed, 79 insertions(+), 44 deletions(-)
@FacuM
FacuM / local_manifest.xml
Created September 16, 2018 23:16
Carbon 6.1 (Android 8.1) manifest for harpia, make sure to include on (sourceroot)/.repo/local_manifests.
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="https://github.com/" />
<!-- Chipset common repos -->
<project name="FacuM/android_device_motorola_msm8916-common-1" path="device/motorola/msm8916-common" remote="github" revision="cr-6.1" />
<project name="FacuM/android_kernel_motorola_msm8916-2" path="kernel/motorola/msm8916" remote="github" revision="test_mod" />
<project name="Oreo-Harpia/proprietary_vendor_motorola" path="vendor/motorola/" remote="github" revision="lineage-15.1" />
<!-- Device: harpia (Moto G4 Play) -->
<project name="FacuM/android_device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="cr-6.1" />