From 320278333a3f7a1761596fb11e9aff468a6d4faf Mon Sep 17 00:00:00 2001 From: Moritz Poldrack <33086936+mpldr@users.noreply.github.com> Date: Mon, 28 Jun 2021 09:41:10 +0200 Subject: [PATCH] Update TroubleShooting.md --- TroubleShooting.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TroubleShooting.md b/TroubleShooting.md index 95a14637..13d9b29c 100644 --- a/TroubleShooting.md +++ b/TroubleShooting.md @@ -50,6 +50,16 @@ Losing Scrobbles? 5. Timestamp too far in the future. 6. Max daily scrobbles exceeded. +Enable Notification Access without Settings App +----------------- + +1. Get ADB +2. enable Developer Settings (System Information and tap the Build Number a few times) +3. enable USB-Debugging in the Developer Settings +4. run `adb devices` to start the adb daemon and send an auth-request to your device +5. accept on your device +6. run `adb shell settings put secure enabled_notification_listeners %nlisteners:com.adam.aslfms/com.adam.aslfms.service.ControllerReceiverService` + to enable notification access (Tested on FiiO M9) [Compatible Applications List](https://github.com/tgwizard/sls/blob/master/Compatability.md) --------------------------------------------------------------------------------------------