From ffe0b826e1a5c38e6a5362f74e2e59515db5f4df Mon Sep 17 00:00:00 2001 From: Kevin - Stark 4N6 <48143894+stark4n6@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:50:16 -0500 Subject: [PATCH 1/3] Update swellbeing.py --- scripts/artifacts/swellbeing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/artifacts/swellbeing.py b/scripts/artifacts/swellbeing.py index f6741c7c..f65e3869 100755 --- a/scripts/artifacts/swellbeing.py +++ b/scripts/artifacts/swellbeing.py @@ -37,6 +37,7 @@ def get_swellbeing(files_found, report_folder, seeker, wrap_text): when usageEvents.eventType=23 THEN 'ACTIVITY_STOPPED' when usageEvents.eventType=26 THEN 'DEVICE_SHUTDOWN' when usageEvents.eventType=27 THEN 'DEVICE_STARTUP' + when usageEvents.eventType=28 THEN 'USER_UNLOCKED' else usageEvents.eventType END as eventTypeDescription FROM usageEvents From 08287e1d742e6814f15d336094100c0d8caa1ce0 Mon Sep 17 00:00:00 2001 From: Kevin - Stark 4N6 <48143894+stark4n6@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:56:04 -0500 Subject: [PATCH 2/3] Update swellbeing.py --- scripts/artifacts/swellbeing.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/artifacts/swellbeing.py b/scripts/artifacts/swellbeing.py index f65e3869..e1de786b 100755 --- a/scripts/artifacts/swellbeing.py +++ b/scripts/artifacts/swellbeing.py @@ -1,5 +1,3 @@ -import os -import sqlite3 from scripts.artifact_report import ArtifactHtmlReport from scripts.ilapfuncs import logfunc, tsv, timeline, is_platform_windows, open_sqlite_db_readonly @@ -73,4 +71,4 @@ def get_swellbeing(files_found, report_folder, seeker, wrap_text): "Digital Wellbeing", ('*/com.samsung.android.forest/databases/dwbCommon.db*'), get_swellbeing) -} \ No newline at end of file +} From 55e8f8156179bda6a4153691e585535204eeca29 Mon Sep 17 00:00:00 2001 From: Kevin - Stark 4N6 <48143894+stark4n6@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:58:07 -0500 Subject: [PATCH 3/3] Update swellbeing.py --- scripts/artifacts/swellbeing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/artifacts/swellbeing.py b/scripts/artifacts/swellbeing.py index e1de786b..82dce3a8 100755 --- a/scripts/artifacts/swellbeing.py +++ b/scripts/artifacts/swellbeing.py @@ -1,5 +1,5 @@ from scripts.artifact_report import ArtifactHtmlReport -from scripts.ilapfuncs import logfunc, tsv, timeline, is_platform_windows, open_sqlite_db_readonly +from scripts.ilapfuncs import logfunc, tsv, timeline, open_sqlite_db_readonly def get_swellbeing(files_found, report_folder, seeker, wrap_text):