Skip to content

Instantly share code, notes, and snippets.

--------- beginning of main
01-01 00:02:14.927 221 221 W auditd : type=2000 audit(0.0:1): initialized
01-01 00:02:16.550 221 221 I auditd : type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
01-01 00:02:16.550 221 221 W auditd : type=1404 audit(0.0:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
01-01 00:02:18.066 1 1 W init : type=1400 audit(0.0:4): avc: denied { write } for uid=0 name="tracing_on" dev="debugfs" ino=3401 scontext=u:r:init:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=0
01-01 00:02:18.348 230 230 I : debuggerd: starting
--------- beginning of system
01-01 00:02:18.392 231 231 I vold : Vold 3.0 (the awakening) firing up
01-01 00:02:18.392 231 231 V vold : Detected support for: exfat ext4 f2fs ntfs vfat
01-01 00:02:18.660 231 236 D vold : e4crypt_init_user0
@invisiblek
invisiblek / -
Created February 10, 2017 16:42
)]}'
[
{
"id": "LineageOS%2Fandroid_device_samsung_galaxys2-common",
"name": "LineageOS/android_device_samsung_galaxys2-common",
"parent": "PROJECT-Samsung-exynos4",
"state": "ACTIVE",
"web_links": [
{
"name": "GitHub",
@invisiblek
invisiblek / -
Created February 10, 2017 14:34
/system/bin/linker64
Android
libqmi_csi.so
__android_log_print
qmi_csi_register
qcsi_ipc_router_ops
qmi_csi_send_resp
qmi_csi_xport_start
qmi_csi_handle_event
libqmi_common_so.so
@invisiblek
invisiblek / -
Created February 10, 2017 00:42
commit c639cb67b4310b80aeddb4184dc191a24b23e9ca (tag: android-7.1.1_r21, tag: android-7.1.1_r20, upstream/nougat-mr1.3-release)
Author: Philip P. Moltmann <[email protected]>
Date: Tue Dec 13 16:32:06 2016 -0800
Do not write if apply() did not change the file.
Bug: 33385963
Test: SharedPreferences CTS tests
Change-Id: I39955f8fbcdaa54faa539a3c503e12cb00808136
(cherry picked from commit 1f99f81bdc5e8430717def157f4abe1176d6a88e)
commit 367e64520dba1652d8f6d0ac1ebda3cab0f9e374 (tag: android-7.1.1_r0.30, aosp/android-msm-marlin-3.18-nougat-mr1.3)
Author: Andrew Chant <[email protected]>
Date: Tue Dec 6 17:03:07 2016 -0800
input: synaptics_dsx: remove update sysfs entries
Remove sysfs entrypoints to fw_update module.
Also fixes request_firmware firmware update path.
BUG: 32769717
commit 60bbbae1fad38fa7f7a124bdca248b70a37813f6 (tag: android-7.1.1_r21, tag: android-7.1.1_r20, upstream/nougat-mr1.3-release)
Author: Andre Eisenbach <[email protected]>
Date: Fri Jul 22 23:15:11 2016 -0700
Remove position dependent lookup tables in AT command parser
The various position dependent lookup tables in the AT command parser
were out of sync, causing invalid responses to the AT+CBPS command for
example.
commit 367e64520dba1652d8f6d0ac1ebda3cab0f9e374 (tag: android-7.1.1_r0.30, aosp/android-msm-marlin-3.18-nougat-mr1.3)
Author: Andrew Chant <[email protected]>
Date: Tue Dec 6 17:03:07 2016 -0800
input: synaptics_dsx: remove update sysfs entries
Remove sysfs entrypoints to fw_update module.
Also fixes request_firmware firmware update path.
BUG: 32769717
commit 367e64520dba1652d8f6d0ac1ebda3cab0f9e374 (tag: android-7.1.1_r0.30, aosp/android-msm-marlin-3.18-nougat-mr1.3)
Author: Andrew Chant <[email protected]>
Date: Tue Dec 6 17:03:07 2016 -0800
input: synaptics_dsx: remove update sysfs entries
Remove sysfs entrypoints to fw_update module.
Also fixes request_firmware firmware update path.
BUG: 32769717
#!/usr/bin/python3
targetBranches = ["cm-14.1", "cm-13.0", "cm-12.1", "cm-11.0"]
orgName = "LineageOS"
import os
import sys
from github import Github
#!/bin/bash
sourcedir=/home/dp/lineage/14.1
function invisiblekremote() {
OIFS=$IFS
IFS='/'
topdir=`git rev-parse --show-toplevel`
repoarray=`cat "$topdir/.git/config" | grep -m1 "url = "`