112345Level 3 - Gold Member
- Edited
yerushivish
i noticed that also and i was thinking if you would give it notification access through adb would it work
does anyone know the command for notification access for app on Kyocera ??
yerushivish
i noticed that also and i was thinking if you would give it notification access through adb would it work
does anyone know the command for notification access for app on Kyocera ??
There are 2 you must try both, because some only work on lower versions of android:
adb shell cmd notification allow_listener com.mypackage.app/com.mypackage.app.mylistener
adb shell settings put secure enabled_notification_listeners com.mypackage.app/com.mypackage.app.mylistener
Biden2020prez how do i do that command with messages plus?
(i'm terrible at figuring out how to put in the real package name without messing something up...)
Biden2020prez I tried this and it didn't work. Is mylistener a placeholder name, or should I be using it in the shell?
zevythegreat It's a placeholder name
zevythegreat yea same here it didn't work. really determined to figure this out over Bein Hazmanim...
zevythegreat Try this:
adb shell settings put secure enabled_notification_listeners %nlisteners:com.mypackage.app/com.mypackage.app.mylistener
Biden2020prez it seems like the right command (it was executed) but still doesnt solve the issue.
did anyone figure out how to get messages plus to display "new messages" on the home screen? (not just the notification icon on top, as that is usually hidden when theres's too many icons to display) I'm using the version of messages plus pulled from cadence posted by flippy back in April...
yerushivish Do you know if you have the right notification listener service name?
Biden2020prez No. how do i know which listener to try? this is the command that i used. it didnt give any error or success message: adb shell settings put secure enabled_notification_listeners %nlisteners: com.verizon.messaging.vzmsgs/com.verizon.messaging.vzmsgs.mylistenerA
yerushivish it wont give an error even for a bad listener. send the apk and I'll try to find it.
Biden2020prez is there an easy guide on how to find a listener?
moshe1 do you know of a way to do this on the extreme PLUS? i did it no problem on the regular duraxv extreme but on the extreme plus it just refuses to start up without crashing...