Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Update TroubleShooting.md #596

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions TroubleShooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
--------------------------------------------------------------------------------------------
Expand Down