Skip to content

Instantly share code, notes, and snippets.

02-10 15:22:10.868 6320 6320 I QCOM-OEMCrypto: Created OEMCrypto idle_thread
02-10 15:22:10.869 6320 6320 E QCOM-OEMCrypto: Error at trusted_app_is_keybox_or_oemcert_valid : 735
02-10 15:22:10.869 6320 6320 E QCOM-OEMCrypto: TA Result : 17 OEMCryptoResult : 10
02-10 15:22:10.869 6320 6320 I QCOM-OEMCrypto: -----------------------------------------------------------------
02-10 15:22:10.869 6320 6320 I QCOM-OEMCrypto: Error stack trace[1] for TA version 1:47
02-10 15:22:10.869 6320 6320 E QCOM-OEMCrypto: i_widevine_oemcrypto_is_keybox_or_oemcert_valid : 600
02-10 15:22:10.869 6320 6320 I QCOM-OEMCrypto: -----------------------------------------------------------------
02-10 15:22:10.869 6320 6320 E QCOM-OEMCrypto: Error at _oecc05 : 637
02-10 15:22:10.870 6320 6320 E vendor.oneplus.hardware.drmkey@1.0-service: decrypt data is null,using wrong private key?
diff --git a/Kconfig b/Kconfig
index 1cb30a9..cfa0dde 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,7 +1,7 @@
#
# Synaptics DSX touchscreen driver configuration
#
-menuconfig TOUCHSCREEN_SYNAPTICS_DSX
+menuconfig TOUCHSCREEN_SYNAPTICS_DSX_FORCE
INPUT MANAGER (dumpsys input)
Input Manager State:
Interactive: true
System UI Visibility: 0x608
Pointer Speed: 0
Pointer Gestures Enabled: true
Show Touches: true
Event Hub State:
@luk1337
luk1337 / -
Created October 15, 2016 21:11
DT_Ragdoll_Attached
m_boneIndexAttached [0x13176]
m_ragdollAttachedObjectIndex [0x13172]
m_attachmentPointBoneSpace [0x13136]
m_attachmentPointRagdollSpace [0x13160]
DT_Ragdoll
m_ragAngles[0] [0x12580]
m_ragAngles [0x0]
m_ragPos[0] [0x12292]
m_ragPos [0x0]
| Key name | Key code |
| - | - |
| KEY_0 | 1 |
| KEY_1 | 2 |
| KEY_2 | 3 |
| KEY_3 | 4 |
| KEY_4 | 5 |
| KEY_5 | 6 |
| KEY_6 | 7 |
| KEY_7 | 8 |
From 015bb53b5b6c8eab7578db027ddb56e467dbf099 Mon Sep 17 00:00:00 2001
From: Ethan Chen <intervigil@gmail.com>
Date: Mon, 23 Nov 2015 17:12:47 -0800
Subject: [PATCH 01/12] Set default subscriptions when single SIM is available
* Subscriptions are not updated when SIM cards are swapped. If there is
ever a SIM count of 1, direct all defaults to point at that
subscription, since there is no other option.
Change-Id: Idb84140b65f3355e29cbdebcaff804318d826fe7
@luk1337
luk1337 / -
Created August 27, 2016 22:58
From 275096e73cb0f1acb539d91dde83c970a6128d3b Mon Sep 17 00:00:00 2001
From: LuK1337 <priv.luk@gmail.com>
Date: Sun, 28 Aug 2016 00:58:00 +0200
Subject: [PATCH] Fetch CM external/connectivity
---
cm-14.0.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/cm-14.0.xml b/cm-14.0.xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github"
fetch="https://github.com"
review="review.cyanogenmod.org"
revision="cm-14.0" />
<!-- BEGIN CYANOGENMOD -->
<remove-project name="platform/bootable/recovery" />
@luk1337
luk1337 / -
Last active August 21, 2016 19:13
diff --git a/composer.json b/composer.json
index ff792a4..2620c2d 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,8 @@
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
- "caouecs/laravel-lang": "~3.0"
+ "caouecs/laravel-lang": "~3.0",
@luk1337
luk1337 / -
Created August 20, 2016 13:56
From c2c107bf655b1e720edfdc9e133db76b08938934 Mon Sep 17 00:00:00 2001
From: LuK1337 <priv.luk@gmail.com>
Date: Sat, 20 Aug 2016 15:55:47 +0200
Subject: [PATCH] Handle null userMail
---
app/Update/SubscriptionCheck.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/Update/SubscriptionCheck.php b/app/Update/SubscriptionCheck.php