This file has been truncated, but you can view the full file.
This file contains 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
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700,500,300);@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes b{0%{opacity:1}50%{opacity:0}to{opacity:1}}[src$="blue.png"]{background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjMDA5Njg4IiBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptLTIgMTVsLTUtNSAxLjQxLTEuNDFMMTAgMTQuMTdsNy41OS03LjU5TDE5IDhsLTkgOXoiLz48L3N2Zz4=)}[src$="red.png"]{background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjRjQ0MzM2IiBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMSAxNWgtMnYtMmgydjJ6bTAtNGgtMlY3aDJ2NnoiLz48L3N2Zz4=)}[src$="yellow.png |
This file contains 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 464b9562b430e21489e7a158955ded00718091b8 Mon Sep 17 00:00:00 2001 | |
From: Mohd Faraz <[email protected]> | |
Date: Sat, 26 Sep 2020 22:22:06 +0530 | |
Subject: [PATCH] drivers: Fixes trace path as per new gcc | |
Signed-off-by: Mohd Faraz <[email protected]> | |
--- | |
drivers/gpu/msm/adreno_trace.h | 2 +- | |
drivers/gpu/msm/kgsl_trace.h | 2 +- | |
drivers/hid/hid-trace.h | 2 +- |
This file contains 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
#!/system/bin/sh | |
APEX_LIST=$(ls /apex/) | |
for APEX in ${APEX_LIST} | |
do | |
umount /apex/${APEX} | |
rm -rf /apex/${APEX} 2&>/dev/null | |
done |
This file contains 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
#!/sbin/sh | |
APEX_LIST=$(ls /apex/) | |
for APEX in ${APEX_LIST} | |
do | |
unmount ${APEX} | |
rm -rf ${APEX} 2&>/dev/null | |
done |
This file contains 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
import re | |
file = open('.circleci/config.yml', "r", encoding="utf-8") | |
content = file.read() | |
file.close() | |
p = re.compile(r"CHANGELOG: \"[^:\"]+\"") | |
new_content = p.sub('CHANGELOG: " - Bump to Version 3.0 \n - Flashlight toggled by Vol up(+) on hold \n - New Android like Power Menu (Activated via power key hold) - Fully Redesigned UI"', content) | |
file = open('.circleci/config.yml', "w", encoding="utf-8") | |
file.write(new_content) |
This file contains 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
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 3.18.115-g52414e91257d-dirty (androiabledroid@HP-ProBook-6560b) (gcc version 4.9.4 20160401 (optimized) (UBERTC-4.9.4) ) #6 SMP PREEMPT Mon Sep 16 15:14:40 IST 2019 | |
[ 0.000000] Boot CPU: AArch64 Processor [410fd034] | |
[ 0.000000] Machine: Qualcomm Technologies, Inc. MSM8939 QRD SKUK | |
[ 0.000000] Reserved memory: reserved region for node 'external_image__region@0': base 0x0000000085b00000, size 13 MiB | |
[ 0.000000] Reserved memory: reserved region for node 'modem_adsp_region@0': base 0x0000000086800000, size 85 MiB | |
[ 0.000000] Reserved memory: reserved region for node 'peripheral_region@0': base 0x000000008bd00000, size 6 MiB | |
[ 0.000000] Reserved memory: reserved region for node 'splash_region@83000000': base 0x000000008dd00000, size 32 MiB | |
[ 0.000000] Reserved memory: reserved region for node 'pstore_reserve_region@0': base 0x00000000dfe00000, size 2 MiB |
This file contains 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
<6>[ 0.000000] Initializing cgroup subsys cpu | |
<6>[ 0.000000] Initializing cgroup subsys cpuacct | |
<5>[ 0.000000] Linux version 3.18.115-g52414e91257d-dirty (androiabledroid@HP-ProBook-6560b) (gcc version 4.9.4 20160401 (optimized) (UBERTC-4.9.4) ) #5 SMP PREEMPT Mon Sep 16 15:03:43 IST 2019 | |
<6>[ 0.000000] Boot CPU: AArch64 Processor [410fd034] | |
<6>[ 0.000000] Machine: Qualcomm Technologies, Inc. MSM8939 QRD SKUK | |
<6>[ 0.000000] Reserved memory: reserved region for node 'external_image__region@0': base 0x0000000085b00000, size 13 MiB | |
<6>[ 0.000000] Reserved memory: reserved region for node 'modem_adsp_region@0': base 0x0000000086800000, size 85 MiB | |
<6>[ 0.000000] Reserved memory: reserved region for node 'peripheral_region@0': base 0x000000008bd00000, size 6 MiB | |
<6>[ 0.000000] Reserved memory: reserved region for node 'splash_region@83000000': base 0x000000008dd00000, size 32 MiB | |
<6>[ 0.000000] Reserved memory: reserved region for node 'pstore_reserve_region@0': base 0x00000000dfe0000 |
This file contains 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
<6>[ 0.667324] gdsc_mdss: no parameters | |
<6>[ 0.672003] mdss_pll_probe: MDSS pll label = MDSS DSI 0 PLL | |
<4>[ 0.672050] mdss_pll_util_parse_dt_supply: : error reading ulp load. rc=-22 | |
<4>[ 0.672080] mdss_pll_util_parse_dt_supply: : error reading ulp load. rc=-22 | |
<6>[ 0.707133] gcc-mdss-8936 soc:qcom,gcc-mdss@1a98300: Registered GCC MDSS clocks. | |
<3>[ 0.941653] mdss_mdp_probe+0x254/0x10cc->msm_dss_ioremap_byname: 'vbif_nrt_phys' msm_dss_get_res_byname failed | |
<3>[ 0.942356] mdss_mdp_irq_clk_register: unable to get clk: lut_clk | |
<6>[ 0.944280] mdss_mdp_pipe_addr_setup: type:0 ftchid:1 xinid:0 num:0 rect:0 ndx:0x1 prio:0 | |
<6>[ 0.944351] mdss_mdp_pipe_addr_setup: type:1 ftchid:7 xinid:1 num:3 rect:0 ndx:0x8 prio:1 | |
<6>[ 0.944373] mdss_mdp_pipe_addr_setup: type:1 ftchid:8 xinid:5 num:4 rect:0 ndx:0x10 prio:2 |
This file contains 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
<5>[ 0.000000] Kernel command line: boot_cpus=0,4,5,6,7 sched_enable_hmp=1 console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 loop.max_part=7 androidboot.selinux=permissive buildvariant=userdebug androidboot.emmc=true androidboot.emmcname=HAG2e androidboot.serialno=19836c08 androidboot.baseband=msm mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_ams497_720p_video:1:none | |
<6>[ 0.707150] gdsc_mdss: no parameters | |
<6>[ 0.711783] mdss_pll_probe: MDSS pll label = MDSS DSI 0 PLL | |
<4>[ 0.711831] mdss_pll_util_parse_dt_supply: : error reading ulp load. rc=-22 | |
<4>[ 0.711863] mdss_pll_util_parse_dt_supply: : error reading ulp load. rc=-22 | |
<6>[ 0.746861] gcc-mdss-8936 soc:qcom,gcc-mdss@1a98300: Registered GCC MDSS clocks. | |
<3>[ 0.981112] mdss_mdp_probe+0x254/0x10cc->msm_dss_ioremap_byname: 'vbif_nrt_phys' msm_dss_get_res_byname failed | |
<3>[ 0.981862] mdss_mdp_irq_clk_register: unable |
This file contains 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
<6>[ 0.000000] Initializing cgroup subsys cpu | |
<6>[ 0.000000] Initializing cgroup subsys cpuacct | |
<5>[ 0.000000] Linux version 3.18.115-perf-g3ce89c920366-dirty (androiabledroid@androiabledroid-HP-ProBook-6560b) (gcc version 4.9.4 20160401 (optimized) (UBERTC-4.9.4) ) #3 SMP PREEMPT Sat Sep 14 19:24:46 IST 2019 | |
<6>[ 0.000000] Boot CPU: AArch64 Processor [410fd034] | |
<6>[ 0.000000] Machine: Qualcomm Technologies, Inc. MSM8939 QRD SKUK | |
<6>[ 0.000000] efi: Getting EFI parameters from FDT: | |
<6>[ 0.000000] efi: UEFI not found. | |
<6>[ 0.000000] Reserved memory: reserved region for node 'external_image__region@0': base 0x0000000085b00000, size 13 MiB | |
<6>[ 0.000000] Reserved memory: reserved region for node 'modem_adsp_region@0': base 0x0000000086800000, size 85 MiB | |
<6>[ 0.000000] Reserved memory: reserved region for node 'peripheral_region@0': base 0x000000008bd00000, size 6 MiB |
NewerOlder