Skip to content

Instantly share code, notes, and snippets.

View Dil3mm4's full-sized avatar
🇮🇹

Francesco "Dil3mm4" Manzo Dil3mm4

🇮🇹
View GitHub Profile
========================================================
== dumpstate: 2019-09-07 18:38:24
========================================================
Build: PQ3A.190801.002
Build fingerprint: 'google/taimen/taimen:9/PQ3A.190801.002/5670241:user/release-keys'
Bootloader: TMZ20r
Radio: g8998-00008-1902121845
Network: (unknown)
diff --git a/arch/arm64/boot/dts/amlogic/Makefile b/arch/arm64/boot/dts/amlogic/Makefile
index 3f38fd78da68..5372fd934e70 100644
--- a/arch/arm64/boot/dts/amlogic/Makefile
+++ b/arch/arm64/boot/dts/amlogic/Makefile
@@ -43,8 +43,11 @@ dtb-y += g12a_s905y2_radxa0_4g.dtb
dtb-y += g12a_s905y2_u220.dtb
dtb-y += g12a_s905y2_u221.dtb
dtb-y += g12a_s905y2_u223_lp.dtb
+dtb-y += g12b_a311d_radxa02pro.dtb
+dtb-y += g12b_a311d_dscs9.dtb
@Dil3mm4
Dil3mm4 / sp2
Last active April 18, 2023 19:03
{"profile":{"serialNo":"0123456789","timers":[]}}
.controller.fight-stick {
background: url(http://www.zak123.com/u/base.png) center no-repeat;
background-position: 247px 55px;
}
.fight-stick .arrows {
display: none;
}
.fight-stick .quadrant{
From eca31a267194e1adc2bdffe6237b59409714132a Mon Sep 17 00:00:00 2001
From: Dil3mm4 <dil3mm4.dev@gmail.com>
Date: Wed, 8 Dec 2021 17:59:45 +0100
Subject: [PATCH] RefreshRate: typo
diff --git a/refreshrate.mk b/refreshrate.mk
index e1df14c..7ca6fea 100644
--- a/refreshrate.mk
+++ b/refreshrate.mk
From 7fa25ce710b70847e991f4ed2f5e9cf457bc97bd Mon Sep 17 00:00:00 2001
From: Dil3mm4 <dil3mm4.dev@gmail.com>
Date: Sun, 7 Nov 2021 17:44:17 +0100
Subject: [PATCH] UdfpsView: have a config for debugging purposes instead of
relying on build type
---
packages/SystemUI/res/values/descendant_config.xml | 1 +
.../src/com/android/systemui/biometrics/UdfpsView.java | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
From 57a8866fc6e49896120b63f70910804d4393fb52 Mon Sep 17 00:00:00 2001
From: Dil3mm4 <dil3mm4.dev@gmail.com>
Date: Sun, 31 Jan 2021 02:24:39 +0000
Subject: [PATCH] KeyguardWellbeingStats: add a small widget-like for wellbeing
stats in keyguard
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index abdce62ff15..87eb862444d 100755
--- a/core/java/android/provider/Settings.java
From 4431109ef29f90c4d2f3b60b969a5a694ab14c2e Mon Sep 17 00:00:00 2001
From: Dil3mm4 <dil3mm4.dev@gmail.com>
Date: Tue, 29 Dec 2020 01:26:07 +0000
Subject: [PATCH] NotificationShadeDepthController: updateShadeBlur if keyguard
is going away
Test:
- from a secured lockscreen expand a notification to trigger qs panel expansion, observe blur correct spawn
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationShadeDepthController.kt b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationShadeDepthController.kt
From 1ae8bb10f896dd83b316530a7ef6eedae2fee9f1 Mon Sep 17 00:00:00 2001
From: Dil3mm4 <dil3mm4.dev@gmail.com>
Date: Tue, 29 Dec 2020 04:34:44 +0000
Subject: [PATCH] QuickStatusBarHeader: spawn blur if qs has been force
expanded
Test:
On lockscreen, drag statusbar down to show QS, observe blur spawn
diff --git a/packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java b/packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java
From 259776bd0218af032d5b2116af0069e105233e24 Mon Sep 17 00:00:00 2001
From: Dil3mm4 <dil3mm4.dev@gmail.com>
Date: Fri, 4 Dec 2020 18:42:54 +0000
Subject: [PATCH] SystemUI: ensure keyguardstatusbar is hidden if not on
keyguard
There seem to be some un-identified weird cases where the various runnable aren't execute by keyguard dismissal, therefore let's be sure mKeyguardStatusBar status is correct on view reinflation.
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java
index 48aeb0fd93d6..4300556e1325 100644