Skip to content

Instantly share code, notes, and snippets.

View alexforsale's full-sized avatar
👀
On the lookouts

Kristian Alexander P alexforsale

👀
On the lookouts
View GitHub Profile
From a67f8c0ca3bad08a7d4ecf26df6a11c2757a9aee Mon Sep 17 00:00:00 2001
From: alexforsale <alexforsale@yahoo.com>
Date: Sun, 21 May 2017 00:54:00 +0700
Subject: [PATCH 1/6] A16C3H: drivers:input:misc: add kionix_accel
---
arch/arm/boot/dts/qcom/msm8909-qrd-skuc.dtsi | 16 +
drivers/input/misc/Kconfig | 9 +
drivers/input/misc/Makefile | 1 +
drivers/input/misc/kionix_accel.c | 2518 ++++++++++++++++++++++++++
@alexforsale
alexforsale / phonepatch.patch
Last active August 29, 2015 14:06
possible phone fc fix
diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java
index 6d14dfc..d1a690c 100644
--- a/core/java/android/provider/CallLog.java
+++ b/core/java/android/provider/CallLog.java
@@ -246,6 +246,13 @@ public class CallLog {
public static final String CACHED_FORMATTED_NUMBER = "formatted_number";
/**
+ * The subscription id.
+ * <P>Type: Integer</P>
@alexforsale
alexforsale / logcat-20140419-1909
Created April 19, 2014 12:15
using M8625SSNSKMLYA1050 hardware/qcom/display
- waiting for device -
--------- beginning of /dev/log/main
I/DEBUG ( 121): debuggerd: Apr 19 2014 10:39:25
--------- beginning of /dev/log/system
I/Vold ( 117): Vold 2.1 (the revenge) firing up
D/Vold ( 117): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 117): Volume sdcard2 state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 117): Volume sdcard2 state changing 0 (No-Media) -> 2 (Pending)
D/Vold ( 117): Volume sdcard2 state changing 2 (Pending) -> 1 (Idle-Unmounted)
W/Vold ( 117): Duplicate state (1)
@alexforsale
alexforsale / logcat-20140419-1801
Created April 19, 2014 11:57
using M8625SSNSKMLYA1050 hardware/qcom/display
- waiting for device -
--------- beginning of /dev/log/main
I/DEBUG ( 121): debuggerd: Apr 19 2014 10:39:25
--------- beginning of /dev/log/system
I/Vold ( 116): Vold 2.1 (the revenge) firing up
D/Vold ( 116): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 116): Volume sdcard2 state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 116): Volume sdcard2 state changing 0 (No-Media) -> 2 (Pending)
D/Vold ( 116): Volume sdcard2 state changing 2 (Pending) -> 1 (Idle-Unmounted)
W/Vold ( 116): Duplicate state (1)