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
$ cat plugin/settings/appearance.vim | |
set relativenumber | |
set number | |
set ruler | |
set colorcolumn=81 | |
set background=dark | |
highlight ColorColumn ctermbg=Black ctermfg=DarkRed | |
" not technically appearance but eh. | |
set mouse= |
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
$ cat colors/vimdiff.vim | |
highlight DiffAdd cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red | |
highlight DiffDelete cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red | |
highlight DiffChange cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red | |
highlight DiffText cterm=bold ctermfg=10 ctermbg=88 gui=none guifg=bg guibg=Red | |
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
/* | |
* This file is part of the coreboot project. | |
* | |
* 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; version 2 of | |
* the License. | |
* | |
* This program is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
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
abl.img | |
aop.img | |
bluetooth.img | |
boot.img | |
cmnlib64.img | |
cmnlib.img | |
devcfg.img | |
dsp.img | |
dtbo.img | |
hyp.img |
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
$ adb shell dmesg | grep -i firmware_mnt -C3 | |
adb server version (40) doesn't match this client (41); killing... | |
* daemon started successfully | |
[ 0.000000] [ 0.000000]@0 pcpu-alloc: s53912 r8192 d32104 u94208 alloc=23*4096 | |
[ 0.000000] [ 0.000000]@0 pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 | |
[ 0.000000] [ 0.000000]@0 Built 1 zonelists, mobility grouping on. Total pages: 2992881 | |
[ 0.000000] [ 0.000000]@0 Kernel command line: rcupdate.rcu_expedited=1 rcu_nocbs=0-7 cgroup.memory=nokmem,nosocket androidboot.hardware=qcom androidboot.console=ttyMSM0 androidboot.memcg=1 lpm_levels.sleep_disabled=1 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 service_locator.enable=1 swiotlb=2048 firmware_class.path=/vendor/firmware_mnt/image loop.max_part=7 androidboot.usbcontroller=a600000.dwc3 androidboot.vbmeta.avb_version=1.0 buildvariant=userdebug androidboot.verifiedbootstate=orange androidboot.keymaster=1 androidboot.bootdevice=1d84000.ufshc androidboot.boot_devices=s |
This file has been truncated, but you can view the full file.
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
$ cat liveboot.log | |
-BOC- | |
-BOC- | |
uid=0(root) gid=0(root) | |
uid=0(root) gid=0(root) | |
6,0,0,-;[ 0.000000]@0 Booting Linux on physical CPU 0x0 | |
5,1,0,-;[ 0.000000]@0 Linux version 4.14.117-perf+ (OnePlus@rd-build-91) (clang version 8.0.8 for Android NDK) #1 SMP PREEMPT Wed Dec 4 20:44:37 CST 2019 | |
6,2,0,-;[ 0.000000]@0 Boot CPU: AArch64 Processor [51df805e] | |
6,3,0,-;[ 0.000000]@0 Machine: Qualcomm Technologies, Inc. SM8150P v2 PM8150 SDX55M MTP 19861 53 54 | |
3,4,0,-;[ 0.000000]@0 OF: reserved mem: OVERLAP DETECTED!\x0adisp_rdump_region (0x000000009c000000--0x000000009e400000) overlaps with cont_splash_region (0x000000009c000000--0x000000009e400000) |
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 53487660655aebe04832f47406bf007ce93fbdb4 Mon Sep 17 00:00:00 2001 | |
From: "Marty E. Plummer" <[email protected]> | |
Date: Wed, 8 Jan 2020 16:07:14 -0600 | |
Subject: [PATCH] sm8150-common: set SSR9-10 restart_level in init.qcom.rc | |
Change-Id: Ic0da5fec9734be8b92e8a2868f0bc1b16ff34acf | |
Signed-off-by: Marty E. Plummer <[email protected]> | |
--- | |
rootdir/etc/init.qcom.rc | 2 ++ | |
1 file changed, 2 insertions(+) |
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
(typetransition mdm_helper tmpfs_29_0 file mdm_helper_tmpfs) | |
(allow mdm_helper oem_block_device (blk_file (ioctl read write getattr lock append map open))) | |
(allow mdm_helper mdm_helper_tmpfs (file (read write getattr map))) | |
(allow mdm_helper tmpfs_29_0 (dir (getattr search))) |
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
@ECHO OFF | |
:: Copyright 2012 The Android Open Source Project | |
:: | |
:: Licensed under the Apache License, Version 2.0 (the "License"); | |
:: you may not use this file except in compliance with the License. | |
:: You may obtain a copy of the License at | |
:: | |
:: http://www.apache.org/licenses/LICENSE-2.0 | |
:: | |
:: Unless required by applicable law or agreed to in writing, software |
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
$ repo status | |
project art/ (*** NO BRANCH ***) | |
-m build/apex/art_apex_test.py | |
project build/make/ (*** NO BRANCH ***) | |
-m core/main.mk | |
project device/oneplus/sm8150-common/ (*** NO BRANCH ***) | |
-m Android.mk | |
-m proprietary-files.txt | |
-m sepolicy/vendor/file_contexts | |
-- sepolicy/vendor/mdm_helper.te |