Notices


Reply
Thread Tools
Posts: 287 | Thanked: 862 times | Joined on Dec 2015
#421
Originally Posted by ruff View Post
yes, it shows new mail below. At least on PTR there appears a black dot at the bottom so i can just press down and read next mail. Need to try again, maybe when multiple mails come simultaneously jolla groups them together...
It does, but it sends separate notifications for the group and the individual. Rockpool drops the group one and only forwards the email preview.
 
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#422
ok, updated Rockpool and rebooted. Now:
  • when an email comes in the watch vibrates briefly, but no notification is shown;
  • no notifications come up in the watches notifications app either; and
  • most problematically, notifications are no longer shown on the Jolla itself either.
 

The Following User Says Thank You to taixzo For This Useful Post:
Posts: 207 | Thanked: 482 times | Joined on Mar 2016
#423
sounds like insert/remove loop. which one did you install - beta or release?
 
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#424
Beta version.

Edit: opened the Rockpool app and subsequent emails are showing notifications, but like this again:



The only difference being that this is now a grey notification instead of a red one (what do the colors mean? Notification classes?)

Last edited by taixzo; 2016-06-09 at 19:07.
 
Posts: 207 | Thanked: 482 times | Joined on Mar 2016
#425
that's odd, somehow group is not suppressed and it overrides original one. group is always generated after original one.
Can you capture the debug log while notification is delivered - the one which is vibrating and not showing (that will be insert/remove) and the one with subsequent mail? To capture that you can use pebble sdk tool and dev connection (enable dev connection and use pebble logs --phone <phone ip>).
If you have no sdk or cannot install it - then old school ssh to phone and run daemon manually will do (need to disable service first).
I need logs after firmware update message - a section starting with watchfish:Notification Notification(sender=... up to latest line of doMaintenance: Executing maintenance cycle (with timestamps) - may need to wait till that one for up to one minute (normally) or less (if something is wrong).

A color is different for pre-defined groups of messages, and is red for unknown. Previously the same logic was applied - but it was not working properly so everything was falling to default and was red.
Code:
    {"generic",{"system://images/NOTIFICATION_GENERIC","red"}},
    {"email",{"system://images/GENERIC_EMAIL","gray","E-Mails"}},
    {"gmail",{"system://images/NOTIFICATION_GMAIL","red","GMail"}},
    {"sms",{"system://images/GENERIC_SMS","lightblue","SMS"}},
    {"hangouts",{"system://images/NOTIFICATION_GOOGLE_HANGOUTS","green","Hangouts"}},
    {"facebook",{"system://images/NOTIFICATION_FACEBOOK","blue","Facebook"}},
    {"twitter",{"system://images/NOTIFICATION_TWITTER","blue","Twitter"}},
    {"telegram",{"system://images/NOTIFICATION_TELEGRAM","cyan","Telegram"}},
    {"whatsapp",{"system://images/NOTIFICATION_WHATSAPP","green","WhatsApp"}},
    {"weather",{"system://images/TIMELINE_WEATHER","indigo","Weather"}},
    {"reminder",{"system://images/NOTIFICATION_REMINDER","red","Reminders"}},
    {"calls",{"system://images/TIMELINE_MISSED_CALL","red","Calls"}},
    {"music",{"system://images/MUSIC_EVENT","red"}},
    {"alarm",{"system://images/ALARM_CLOCK","red"}},
    {"unknown",{"system://images/NOTIFICATION_FLAG","red"}}
 

The Following User Says Thank You to ruff For This Useful Post:
Posts: 207 | Thanked: 482 times | Joined on Mar 2016
#426
btw - are we speaking about android/dalvik notifications or jolla native notifications also buzzing and not popping up?
I.e. mail is ok, that's native (I hope?) and it seems it's popping up, but what about those which don't?
Bcz current implementation has a hook to remove message when notification is closed. So if dalvik emitting notif-n and immediatelly closing it - that will be the behaviour - buzz with no popup.
and I don't have dalvik (and not eager to install it) to test
 
Posts: 207 | Thanked: 482 times | Joined on Mar 2016
#427
Ok, seems together with @abranson we nailed it down.
First fact is - when notification is updated (or same notification id delivered twice) while the notification is popped up - popup is suppressed and updated notification just stays in notification history.
Then - rockpool's timeline is(was) designed with explicit ability to update not only pins but also notifications.
Finally it seems that android notifications are always generated in pairs or twice. So for android notifications are always suppressed in the new timeline engine.

Current fix is simply to block update of the notifications. Proper fix would be probably to allow update only after 15min (or whatever time popup is being held active) but that proper one will be implemented only when necessity to update notifications arises.

Pushing new beta to openrepo with GUI for timeline management and this fix. GUI with canned messages will follow.
 

The Following 4 Users Say Thank You to ruff For This Useful Post:
Posts: 9 | Thanked: 7 times | Joined on Jul 2010
#428
I currently have two issues with the daemon, I'm using the latest alpha rockpool-1.0-alpha1timeline4

1. Calendar Sync does not work any more. Events do not show up. They show up on my Phone in the notification screen.

2. The Pebble Login does not work. Once I press "Login" the webview complains that the url scheme (pebble://...) is unknown. Once I go back I do not seem to be logged in, or am I?

Best Max

PS: I love the SMS/IM quick reply feature!
 

The Following 2 Users Say Thank You to DarthMax For This Useful Post:
Posts: 207 | Thanked: 482 times | Joined on Mar 2016
#429
hm, right, i forgot about startupCache, i cleaned it on my phone while debugging login and other stuff but on normal rpm update it's apparently not touched.
Can you remove .cache/rockpool/.mozilla/startupCache/startupCache.4.little and try to re-launch app again to confirm login feature? I'll then think of some hook to invalidate the cache when jsm is updated.

As for calendar, I got already another report, planning to dig it tomorrow once I have events in timeline window (my cal is very sparse).
 

The Following 2 Users Say Thank You to ruff For This Useful Post:
Posts: 287 | Thanked: 862 times | Joined on Dec 2015
#430
I didn't get far with it, but OrganizerAdaptor was being very quiet indeed.
 
Reply

Tags
pebble, smartwatch


 
Forum Jump


All times are GMT. The time now is 18:54.