This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #EXTM3U | |
| #EXTINF:-1 tvg-id="ARTE.de" tvg-logo="arte.png" group-title="IPTV;DE;ARD;ZDF;Vollprogramm",arte | |
| pipe://ffmpeg -loglevel fatal -i https://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/master_v720.m3u8 -vcodec copy -acodec copy -metadata service_name="arte" -metadata service_provider=IPTV-DE -mpegts_service_type advanced_codec_digital_hdtv -f mpegts pipe:1 | |
| #EXTINF:-1 tvg-id="phoenix.de" tvg-logo="phoenix.png" group-title="IPTV;DE;ARD;ZDF",Phoenix | |
| pipe://ffmpeg -loglevel fatal -i https://zdf-hls-19.akamaized.net/hls/live/2016502/de/veryhigh/master.m3u8 -vcodec copy -acodec copy -metadata service_name="Phoenix" -metadata service_provider=IPTV-DE -mpegts_service_type advanced_codec_digital_hdtv -f mpegts pipe:1 | |
| #EXTINF:-1 tvg-id="3sat.de" tvg-logo="3sat.png" group-title="IPTV;DE;ARD;ZDF",3sat | |
| pipe://ffmpeg -loglevel fatal -i https://zdf-hls-18.akamaized.net/hls/live/2016501/dach/veryhigh/master.m3u8 -vcodec copy -acodec copy -metadata service_name="3sat" -metadata service_provider=IPTV-DE -mpegt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ADDON=${PWD##*/} | |
| VERSION=$(grep -oP " version=\"(.*)\"" ./${ADDON}/addon.xml.in | awk -F'\"' '{print $2}') | |
| sed -e "s/#PACKAGEVERSION#/${VERSION}/g" -e "s/#TAGREV#/1/g" -e "s/#DIST#/$(lsb_release -cs)/g" debian/changelog.in > debian/changelog | |
| sed -i -e 's/kodi-addon-dev/kodi-addons-dev/g' debian/control | |
| mk-build-deps --install | |
| dpkg-buildpackage -b -uc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # remap prefix from 'C-b' to 'C-y' | |
| unbind C-b | |
| set-option -g prefix C-y | |
| bind-key C-y send-prefix | |
| # split panes using # and - | |
| bind '#' split-window -h | |
| bind - split-window -v | |
| unbind '"' | |
| unbind % |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 484ccaf29cd170732f4a96cad5da839e37f529eb Mon Sep 17 00:00:00 2001 | |
| From: mttronc <mrtn.mtth@gmx.de> | |
| Date: Mon, 13 Mar 2017 23:59:56 +0100 | |
| Subject: [PATCH] Add custom tag for unofficial build | |
| --- | |
| cm.mk | 3 +++ | |
| 1 file changed, 3 insertions(+) | |
| diff --git a/cm.mk b/cm.mk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/release/src/router/Makefile b/release/src/router/Makefile | |
| index cbfe010e8f..883150777f 100644 | |
| --- a/release/src/router/Makefile | |
| +++ b/release/src/router/Makefile | |
| @@ -970,11 +970,11 @@ miniupnpd-config: | |
| @cd miniupnpd && ./genconfig.sh --leasefile --vendorcfg | |
| #endif | |
| -miniupnpd: iptables miniupnpd-config | |
| +miniupnpd: iptables miniupnpd-config e2fsprogs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| project frameworks/base/ | |
| diff --git a/packages/Keyguard/src/com/android/keyguard/CarrierText.java b/packages/Keyguard/src/com/android/keyguard/CarrierText.java | |
| index e4303b36b1f..2cca0e76129 100644 | |
| --- a/packages/Keyguard/src/com/android/keyguard/CarrierText.java | |
| +++ b/packages/Keyguard/src/com/android/keyguard/CarrierText.java | |
| @@ -181,7 +181,8 @@ public class CarrierText extends TextView { | |
| for (int i = 0; i < N; i++) { | |
| int subId = subs.get(i).getSubscriptionId(); | |
| State simState = mKeyguardUpdateMonitor.getSimState(subId); | |
| - CharSequence carrierName = subs.get(i).getCarrierName(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| import sys, binascii | |
| def main(argv): | |
| cid = '' | |
| csd = '' | |
| if (len(argv) == 0): | |
| print 'Error: Need CID as an argument' | |
| return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" /> | |
| <project name="MobiusM/android_device_lge_g2m" path="device/lge/g2m" remote="github" /> | |
| <project name="MobiusM/android_device_lge_msm8226-common" path="device/lge/msm8226-common" remote="github" revision="lineage-15.0" /> | |
| <project name="LineageOS/android_device_qcom_common" path="device/qcom/common" remote="github" /> | |
| <project name="MobiusM/android_kernel_lge_msm8226" path="kernel/lge/msm8226" remote="github" revision="lineage-15.0" /> | |
| <project name="LineageOS/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" /> | |
| <project name="LineageOS/android_packages_resources_devicesettings" path="packages/resources/devicesettings" remote="github" /> | |
| </manifest> |