-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Hello. Thank you for making this. I am using microg.me builds for Ether (Nextbit Robin) and I have one small problem that prevents the microg solution from being perfect.
Google Voice does not display notifications. It receives the push message, and I can verify it does so looking at microg settings > Google Cloud messaging, but it does not show a notification along with that message.
I've tried the Push Notification Tester and it works flawlessly.
Here is the logcat for the event:
11-19 20:57:06.463 4212 5885 D GmsGcmMcsInput: Incoming message: DataMessageStanza{id=C99C6E21, from=301778431048, category=com.google.android.apps.googlevoice, app_data=[AppData{key=user_hash, value=----------------------------------------=}, AppData{key=gaia_based_user_hash, value=----------------------------------------=}, AppData{key=parcel_type, value=1}, AppData{key=notification_id, value=----------------------------------------}, AppData{key=call_id, value=----------------------------------------}, AppData{key=call_type, value=11}, AppData{key=publish_timestamp_ms, value=1511153826395}], from_trusted_server=true, persistent_id=0:1511153826487581%2535d064f9fd7ecd, sent=1511153826475} 11-19 20:57:06.499 4212 5885 D GmsGcmMcsSvc: Target: ResolveInfo{74647cf com.google.android.apps.googlevoice/com.google.android.gms.gcm.GcmReceiver m=0x108000} 11-19 20:57:06.501 1355 2268 W BroadcastQueue: Permission Denial: receiving Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x30 pkg=com.google.android.apps.googlevoice cmp=com.google.android.apps.googlevoice/com.google.android.gms.gcm.GcmReceiver (has extras) } to com.google.android.apps.googlevoice/com.google.android.gms.gcm.GcmReceiver requires com.google.android.apps.googlevoice.permission.C2D_MESSAGE due to sender com.google.android.gms (uid 10020) 11-19 20:57:06.514 1355 2394 E wifi : Ignoring invalid tx_level info in radio_stats 11-19 20:57:07.713 4212 5885 D GmsGcmMcsInput: Incoming message: DataMessageStanza{id=C99C7073, from=301778431048, category=com.google.android.apps.googlevoice, app_data=[AppData{key=user_hash, value=-----------------------------------------=}, AppData{key=gaia_based_user_hash, value=-----------------------------------------=}, AppData{key=parcel_type, value=1}, AppData{key=notification_id, value=----------------------------------------:new}, AppData{key=call_id, value=----------------------------------------}, AppData{key=call_type, value=10}, AppData{key=call_content, value=wtesttwse}, AppData{key=call_time, value=1511153826659}, AppData{key=sender_contact_name, value=+1555444123}, AppData{key=conversation_id, value=374530163a80e61a7a39f341e8aed3ae7bf9b095}, AppData{key=thread_id, value=t.+19253026312}, AppData{key=sender_address, value=+15554441234}, AppData{key=publish_timestamp_ms, value=1511153827654}], from_trusted_server=true, persistent_id=0:1511153827710985%2535d064f9fd7ecd, sent=1511153827709} 11-19 20:57:07.745 4212 5885 D GmsGcmMcsSvc: Target: ResolveInfo{be7d55c com.google.android.apps.googlevoice/com.google.android.gms.gcm.GcmReceiver m=0x108000} 11-19 20:57:07.748 1355 2268 W BroadcastQueue: Permission Denial: receiving Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x30 pkg=com.google.android.apps.googlevoice cmp=com.google.android.apps.googlevoice/com.google.android.gms.gcm.GcmReceiver (has extras) } to com.google.android.apps.googlevoice/com.google.android.gms.gcm.GcmReceiver requires com.google.android.apps.googlevoice.permission.C2D_MESSAGE due to sender com.google.android.gms (uid 10020)
