언어 설정

Menu
Sites
Language
rich notification problem

Is there any change after gear update this time?? 

After updating, rich notification is not send to gear side no more. ( include gear s3 )

I already added permission below.

<uses-permission android:name="com.samsung.wmanager.ENABLE_NOTIFICATION"/>
<uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY"/>

 

And the rich notification sample code that Samsung provided also have same problem. ( Rich notifications are never sent to gear )

My code is not changed... :-( 

 

I have no idea about this problem. :-(

Please help me..

Edited by: Hyojin Kwon on 15 11월, 2016

Responses

6 댓글
Armaan-Ul- Islam

Samsung Gear  Manager application regulates Rich Notifications sent to gear. Please verify whether the specific application trying to notify is permitted to do so. You may check the post....


TIZEN (Gear S2) Notifications are not appearing

https://stackoverflow.com/questions/39831378/tizen-gear-s2-notifications-are-not-appearing-until-i-restart-the-gear/39845423#39845423

Hyojin Kwon

My phone's gear manager is alredy latest version.

And some phone's receive my application's rich notification but some others are not. 

(include rich notification sample code's noti )

 

Is there any other permissions or allowance to use rich notification?

Armaan-Ul- Islam

To verify whether the specific application trying to notify is permitted to do so:

a) On your phone:

     Gear manager > Notifications> Manage Notifications > Select your specific app

b) Set 'Limit Notifications' to off.

      Gear manager > Notifications> Limit Notifications> Off

Limit Notifications Block notifications from appearing on the Gear while the phone is being used.

Adeilson Albuquerque

I'm get the same problem.

After Gear Manager and Tizen update to 2.3.2, some devices can't receive the notificiation.

I receive this exception in all devices:

W/System.err: android.content.pm.PackageManager$NameNotFoundException: com.samsung.accessory.goproviders
W/System.err:     at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:426)
W/System.err:     at com.samsung.android.sdk.richnotification.SrnRichNotificationManager.isAboveGearS(SrnRichNotificationManager.java:1027)
W/System.err:     at com.samsung.android.sdk.richnotification.SrnRichNotificationManager.start(SrnRichNotificationManager.java:814)
W/System.err:     at br.org.sidia.app.gearsync.manager.notification.gear.GearNotificationManager.sendNotification(GearNotificationManager.java:52)

Hyojin Kwon

This is exactly same as my problme.

Now Gear S2 can receive a rich notification, but Gear S3 still not receiving that.

Adeilson Albuquerque

Hi Hyojin,

This is certainly a bug of the last update.

I removed the Gear Manager from my android device and installed it again. Mandatoryly, your Gear will be reset.
After resetting, notifications by rich notification have returned to my GearS2.

Its not good news, because the user doesnt know this "solution".