Closed
Bug 832082
Opened 12 years ago
Closed 12 years ago
Stk proactive command to display text does not function properly after receiving set idle mode text
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(blocking-b2g:tef+, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)
VERIFIED
FIXED
blocking-b2g | tef+ |
People
(Reporter: ggrisco, Assigned: frsela)
References
Details
(Whiteboard: cr 438070)
Attachments
(4 files, 1 obsolete file)
In GCF TC 27.22.4.22.1.4, the test is executed as follows:
- Start GCF test which prompts for device power up
- After power up and network registration is successful, GCF test prompts to select the idle screen if not already available
- The GCF test then asks if "Idle Mode Text" is displayed
Result: Yes, we see the notification show up for idle mode text
- The GCF test sends an SMS and asks if the message is displayed
Result: Yes, we see a notification for received SMS
- Then we are prompted to clear the message and select the idle screen if not already available
Result: we don't need to clear the message since it showed up as a notification and then went away.
- The GCF test asks if we can see the "Idle Mode Text".
Result: We can if we pull down the notification bar, so answer "yes".
- The GCF test sends a proactive command of Display Text and asks if we can see the message "Toolkit Test 1".
Result: the message is not displayed.
The logs show that the message to display text was received:
02-02 18:36:04.989 123 123 I Gecko : -*- RILContentHelper: Received message 'RIL:StkCommand': {"commandNumber":1,"typeOfCommand":33,"commandQualifier":128,"options":{"text":"Toolkit Test 1","userClear":true}}
Reporter | ||
Updated•12 years ago
|
blocking-b2g: --- → tef?
Whiteboard: cr 438070
Reporter | ||
Updated•12 years ago
|
Summary: Stk proactive command to display text does not function properly after receiving SMS → Stk proactive command to display text does not function properly after receiving set idle mode text
Reporter | ||
Comment 1•12 years ago
|
||
We found that we could reproduce without sending the SMS. Sending proactive command to display text followed by command to set idle mode text results in both being displayed properly. But if you reverse the order then the display text is not shown.
The payloads we used for testing:
set idle mode text: {D01A8103012800820281828D0F0449646C65204D6F64652054657874}
display text: {D01A8103012180820281028D0F04546F6F6C6B697420546573742031}
Comment 2•12 years ago
|
||
Yoshi, are you the best owner here?
Assignee: nobody → allstars.chh
blocking-b2g: tef? → tef+
Assignee | ||
Comment 3•12 years ago
|
||
I just tested the {"commandNumber":1,"typeOfCommand":33,"commandQualifier":128,"options":{"text":"Toolkit Test 1","userClear":true}} command at UI level and it's working well.
Could you provide the other received STK commands (preferible in JSON format as this one ;)
Flags: needinfo?(ggrisco)
Updated•12 years ago
|
Component: Gaia → Gaia::System
(In reply to Andrew Overholt [:overholt] from comment #2)
> Yoshi, are you the best owner here?
Seems it's a gaia bug.
Frsela,
I think you need to send the IDLE_MODE_TEXT command first,
then send DISPLAY_TEXT command.
Assignee: allstars.chh → nobody
Assignee | ||
Comment 5•12 years ago
|
||
Theoretically, as soon as the UI receives the IDLE_MODE_TEXT, it's responded with STK_RESULT_OK after that, the message is displayed in the notification bar.
So the STK app is free to receive a second DISPLAY_TEXT command.
I tested to sent two commands and worked well.
Could you provide a logcat with all STK commands sent?
Comment 6•12 years ago
|
||
Assigning to Fernando since it seems like he's investigating here.
Assignee: nobody → frsela
Reporter | ||
Comment 7•12 years ago
|
||
Flags: needinfo?(ggrisco)
Assignee | ||
Comment 9•12 years ago
|
||
(In reply to Anshul from comment #8)
> Fernando, do you have an update on this issue?
I've been away, now I get with it
Assignee | ||
Comment 10•12 years ago
|
||
Detected the failure. Now the non-solicited STK messages are only received as System Message "icc-stkcommand" and not through "window.navigator.mozMobileConnection.icc.stkcommand" event handler.
Some time ago, both messages were sent so settings & system received the messages.
So it's needed that system notifies settings if this one is opened since settings didn't receive the message.
Working on it.
Assignee | ||
Comment 11•12 years ago
|
||
Attachment #705837 -
Flags: review?(21)
Attachment #705837 -
Flags: feedback?(ggrisco)
Attachment #705837 -
Flags: review?(21) → review-
Assignee | ||
Comment 12•12 years ago
|
||
Comment on attachment 705837 [details]
Manage Async STK commands also if settings is opened
Vivien, Changes made.
Attachment #705837 -
Flags: review- → review?(21)
Comment 13•12 years ago
|
||
Comment on attachment 705837 [details]
Manage Async STK commands also if settings is opened
Don't forget to squash your commits and to add the bug number in the commit message.
Attachment #705837 -
Flags: review?(21) → review+
Assignee | ||
Comment 14•12 years ago
|
||
(In reply to Vivien Nicolas (:vingtetun) (:21) from comment #13)
> Comment on attachment 705837 [details]
> Manage Async STK commands also if settings is opened
>
> Don't forget to squash your commits and to add the bug number in the commit
> message.
Thanks Vivien.
Squashed and landed in: https://github.com/mozilla-b2g/gaia/commit/cd217e574b202b2e8eb5e48498705e6cd750e457
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 15•12 years ago
|
||
I applied the patch and tested with IT3 machine but now I see the Settings application brought up instead of seeing notifcation of Setup Idle Mode Text being received.
Reporter | ||
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 16•12 years ago
|
||
(In reply to ggrisco from comment #15)
> I applied the patch and tested with IT3 machine but now I see the Settings
> application brought up instead of seeing notifcation of Setup Idle Mode Text
> being received.
If I understood well, this is the WoW on FirefoxOS.
The message on the IDLE screen will be available until the handset is unlocked.
After that, the message will be show in the notification bar.
I'll provide some screenshots.
Assignee | ||
Comment 17•12 years ago
|
||
Updated•12 years ago
|
Flags: needinfo?(ggrisco)
Reporter | ||
Comment 18•12 years ago
|
||
We retested today and the problem is a little bit different than what I reported in Comment 15 (sorry for the confusion). Here is what we see:
1. Notification of Setup Idle Mode Text is seen
The pulldown shows 1 notification
2. Notification of incoming SMS is seen
The pulldown shows 2 notifications
3. The Display Text popup is shown
The pulldown now only shows 1 notification. The Setup Idle Mode Text notification has been dropped from the list.
Continuing on, the test attempts to play dial tone which also isn't being heard. The command is
{D01B81030120008202810385094469616C20546F6E658E010184020105}
Not sure if it is related at all to this bug or whether it should be handled in a separate bugzilla.
Flags: needinfo?(ggrisco)
Assignee | ||
Comment 19•12 years ago
|
||
(In reply to ggrisco from comment #18)
> We retested today and the problem is a little bit different than what I
> reported in Comment 15 (sorry for the confusion). Here is what we see:
>
> 1. Notification of Setup Idle Mode Text is seen
>
> The pulldown shows 1 notification
>
> 2. Notification of incoming SMS is seen
>
> The pulldown shows 2 notifications
>
> 3. The Display Text popup is shown
>
> The pulldown now only shows 1 notification. The Setup Idle Mode Text
> notification has been dropped from the list.
>
The notifications showed on the notif. bar will be removed when the target app is opened. For example, if you receive an SMS, this will be showed in the notif. bar and you've two options:
1.- Open the notif. bar and touch on the notification which opens SMS app & remove notification
2.- Open SMS app directly which also removes notification
I think in your case, the notification is removed cause the settings app is opened and the IDLE MODE TEXT notification is targeted to settings app.
> Continuing on, the test attempts to play dial tone which also isn't being
> heard. The command is
>
> {D01B81030120008202810385094469616C20546F6E658E010184020105}
>
> Not sure if it is related at all to this bug or whether it should be handled
> in a separate bugzilla.
Ummm, some logcat with settings and system apps debug enabled will be great to follow this other issue.
Assignee | ||
Comment 20•12 years ago
|
||
(In reply to ggrisco from comment #18)
> Continuing on, the test attempts to play dial tone which also isn't being
> heard. The command is
>
> {D01B81030120008202810385094469616C20546F6E658E010184020105}
>
> Not sure if it is related at all to this bug or whether it should be handled
> in a separate bugzilla.
One more question, this PLAY TONE bug is related with bug #836135?
Flags: needinfo?(ggrisco)
Comment 21•12 years ago
|
||
(In reply to Fernando R. Sela [:frsela] from comment #14)
> Squashed and landed in:
> https://github.com/mozilla-b2g/gaia/commit/
> cd217e574b202b2e8eb5e48498705e6cd750e457
Can you confirm that this landed on v1-train and v1.0.0 then mark the status-b2g18 & status-b2g18-v1.0.0 flags as 'fixed' if/when it is landed on those branches?
Updated•12 years ago
|
Flags: needinfo?(frsela)
Reporter | ||
Comment 22•12 years ago
|
||
(In reply to Fernando R. Sela [:frsela] from comment #19)
The GCF test will fail since its purpose is to test competing info. Even though IDLE_MODE_TEXT is targeted to settings app, opening settings app does not allow the user to view the actual text (only viewable from notification bar or selecting it from notification bar). It would seem that the user may never get a chance to view the IDLE_MODE_TEXT if any other STK commands come after it. I think it's still important that we find a solution for this.
Flags: needinfo?(ggrisco)
Updated•12 years ago
|
status-b2g18:
--- → affected
status-b2g18-v1.0.0:
--- → affected
Assignee | ||
Comment 23•12 years ago
|
||
(In reply to Lukas Blakk [:lsblakk] from comment #21)
> (In reply to Fernando R. Sela [:frsela] from comment #14)
>
> > Squashed and landed in:
> > https://github.com/mozilla-b2g/gaia/commit/
> > cd217e574b202b2e8eb5e48498705e6cd750e457
>
> Can you confirm that this landed on v1-train and v1.0.0 then mark the
> status-b2g18 & status-b2g18-v1.0.0 flags as 'fixed' if/when it is landed on
> those branches?
In v.1.0.0 is not landed
In v1-train is not landed too
Flags: needinfo?(frsela)
Assignee | ||
Comment 24•12 years ago
|
||
(In reply to ggrisco from comment #22)
> (In reply to Fernando R. Sela [:frsela] from comment #19)
>
> The GCF test will fail since its purpose is to test competing info. Even
> though IDLE_MODE_TEXT is targeted to settings app, opening settings app does
> not allow the user to view the actual text (only viewable from notification
> bar or selecting it from notification bar). It would seem that the user may
> never get a chance to view the IDLE_MODE_TEXT if any other STK commands come
> after it. I think it's still important that we find a solution for this.
Show a popup as soon as settings is opened with the pending message?
Flags: needinfo?(dcoloma)
Assignee | ||
Comment 25•12 years ago
|
||
Adding more information about this new issue.
The notification helper changed to work this way:
https://bugzilla.mozilla.org/show_bug.cgi?id=824549#c13
So we've little options:
1.- Open a dialog when settings is opened if pending notificatons are not attended?
2.- Add additional hack to notifications to avoid this WoW with settings app?
-> Checking the manifest in this part: https://bugzilla.mozilla.org/attachment.cgi?id=702913&action=diff#a/apps/system/js/notifications.js_sec3
3.- Add additional parameter to notifications to avoid this WoW with them.
Vivien, WDYT is the best approach? Any other cool idea? ;)
Flags: needinfo?(dcoloma) → needinfo?(21)
Comment 26•12 years ago
|
||
Look at the blocking bug for this one.
If you add a system message for 'notification' you will be able to receive a message with navigator.setMessageHandler('notification', foo()) and check if the user has seen the notification or not. You will then be able to show the user a dialog or whatever containing the text if needed.
Does it works for you?
Flags: needinfo?(21)
Assignee | ||
Comment 27•12 years ago
|
||
(In reply to Vivien Nicolas (:vingtetun) (:21) from comment #26)
> Look at the blocking bug for this one.
>
> If you add a system message for 'notification' you will be able to receive a
> message with navigator.setMessageHandler('notification', foo()) and check if
> the user has seen the notification or not. You will then be able to show the
> user a dialog or whatever containing the text if needed.
>
> Does it works for you?
yes, the callback is defined. but, is this callback called when the settings app is opened but is not opened through the notification?
I mean, if I press the notification, the callback is called but if I use the desktop icon I think it's not called and the notif. is removed
Flags: needinfo?(21)
Comment 28•12 years ago
|
||
(In reply to Fernando R. Sela [:frsela] from comment #27)
> (In reply to Vivien Nicolas (:vingtetun) (:21) from comment #26)
> > Look at the blocking bug for this one.
> >
> > If you add a system message for 'notification' you will be able to receive a
> > message with navigator.setMessageHandler('notification', foo()) and check if
> > the user has seen the notification or not. You will then be able to show the
> > user a dialog or whatever containing the text if needed.
> >
> > Does it works for you?
>
> yes, the callback is defined. but, is this callback called when the settings
> app is opened but is not opened through the notification?
>
> I mean, if I press the notification, the callback is called but if I use the
> desktop icon I think it's not called and the notif. is removed
Does the onclose method of the desktop notification not called? (The second callback of the NotificationHelper.send method - which you don't use actually)
Flags: needinfo?(21)
Assignee | ||
Comment 29•12 years ago
|
||
(In reply to Vivien Nicolas (:vingtetun) (:21) from comment #28)
> (In reply to Fernando R. Sela [:frsela] from comment #27)
> > (In reply to Vivien Nicolas (:vingtetun) (:21) from comment #26)
> > > Look at the blocking bug for this one.
> > >
> > > If you add a system message for 'notification' you will be able to receive a
> > > message with navigator.setMessageHandler('notification', foo()) and check if
> > > the user has seen the notification or not. You will then be able to show the
> > > user a dialog or whatever containing the text if needed.
> > >
> > > Does it works for you?
> >
> > yes, the callback is defined. but, is this callback called when the settings
> > app is opened but is not opened through the notification?
> >
> > I mean, if I press the notification, the callback is called but if I use the
> > desktop icon I think it's not called and the notif. is removed
>
> Does the onclose method of the desktop notification not called? (The second
> callback of the NotificationHelper.send method - which you don't use
> actually)
Oh, nice. I'll add it. Thanks
Assignee | ||
Comment 30•12 years ago
|
||
Vivien, You mean this?
@ggrisco: This solves the issue?
Attachment #708689 -
Flags: feedback?(21)
Flags: needinfo?(ggrisco)
Comment 31•12 years ago
|
||
(In reply to Fernando R. Sela [:frsela] from comment #30)
> Created attachment 708689 [details] [diff] [review]
> [WIP] STK Notifications with close callback too
>
> Vivien, You mean this?
Something similar.
I think the issue with this right now is the fact that the application will not be move in foreground when the user click on the notification. (You also want to listen see how it is done in apps/sms/js/sms.js with app.launch().)
You probably also does not want to put the application in foreground if you enter the second callback.
Assignee | ||
Comment 32•12 years ago
|
||
Attachment #708689 -
Attachment is obsolete: true
Attachment #708689 -
Flags: feedback?(21)
Attachment #708966 -
Flags: review?(21)
Comment 33•12 years ago
|
||
Comment on attachment 708966 [details]
STK Notifications with close callback too
This code will always put the Settings Application in foreground when you display a notification, even if the user dismiss it manually. I believe this is not what you want.
What about:
// The user has clicked the notification, let's focus the application and show the content
// of the notification.
function onClick() {
// If the document is already visible, just display the message.
if (document.mozHidden == false) {
alert(options.text);
return;
}
// The application is not currently focused, let's move it on the foreground
navigator.mozApps.getSelf().onsuccess = function getSelfCB(evt) {
var app = evt.target.result;
app.launch();
alert(options.text);
}
}
// The user has cancelled the notification or the notification has been closed when
// the application has been opened. In any case, this is an important message so let's
// show the user the message when it comes back to the application or show it
// instantly if the application is already focused.
function onCancel() {
if (document.mozHidden == false) {
alert(options.text);
return;
}
// The notification has been closed and the message could not have been seen.
// This is an important message so let's show it once the application goes visible again.
window.addEventListener('mozvisibilitychange', function showClosedNotification(e) {
window.removeEventListener(e.type, showClosedNotification);
alert(options.text);
}
}
This offers more granularity and less annoyance to the user but I don't know if that's will be enough for passing the test?
Attachment #708966 -
Flags: review?(21) → review-
Assignee | ||
Comment 34•12 years ago
|
||
(In reply to Vivien Nicolas (:vingtetun) (:21) from comment #33)
> This offers more granularity and less annoyance to the user but I don't know
> if that's will be enough for passing the test?
I'm not really sure what's needed for passing the GCF test. Anyway I'll upload another patch with your suggestion.
Assignee | ||
Comment 35•12 years ago
|
||
Comment on attachment 708966 [details]
STK Notifications with close callback too
Vivien, I changed the CB with your code. Thanks.
Attachment #708966 -
Flags: review- → review?(21)
Reporter | ||
Comment 36•12 years ago
|
||
So, we tested again this morning with both patches and yes now when the display text comes, the Set Idle Mode text is shown in a dialog above the display text. This feels a little strange because it's blocking the view of the display text.
A potentially bigger problem is that later on in the test a dial tone command is sent, after which the test asks to verify that set idle mode text can still be seen. Of course, the set idle mode text has already been removed from the notifcation list and the popup has already been dismissed so there is no way to retrieve this information. I'm not sure yet whether the test team will view this as pass or not, but I'm suspecting that they will fail the test case still.
Flags: needinfo?(ggrisco)
Assignee | ||
Comment 37•12 years ago
|
||
(In reply to ggrisco from comment #36)
> So, we tested again this morning with both patches and yes now when the
> display text comes, the Set Idle Mode text is shown in a dialog above the
> display text. This feels a little strange because it's blocking the view of
> the display text.
>
> A potentially bigger problem is that later on in the test a dial tone
> command is sent, after which the test asks to verify that set idle mode text
> can still be seen. Of course, the set idle mode text has already been
> removed from the notifcation list and the popup has already been dismissed
> so there is no way to retrieve this information. I'm not sure yet whether
> the test team will view this as pass or not, but I'm suspecting that they
> will fail the test case still.
Thank you for your feedback.
With your explanation I understand that the IDLE text never should be removed automatically.
AFAIK the real WoW of this use case is: When STK_CMD_SET_UP_IDLE_MODE_TEXT is received an IDLE text is showed until STK_CMD_REFRESH (https://github.com/frsela/gaia/blob/master/apps/settings/js/icc.js#L266) is called.
Anyway, in FirefoxOS we only can show IDLE messages with the notificationhelper which are removed when the attendant app is opened.
NotificationHelper doesn't have a method to remove messages, that's the reason clearNotification (https://github.com/frsela/gaia/blob/master/apps/settings/js/icc.js#L837) isn't yet implemented.
I think the only way to solve this is to add a new helper to maintain notifications more time, anyway this is another bug (since this is out of the STK scope) and I'm not sure if we should afford this for the current release.
@dcoloma: WDYT?
Flags: needinfo?(dcoloma)
Comment 38•12 years ago
|
||
(In reply to Fernando R. Sela [:frsela] from comment #37)
> (In reply to ggrisco from comment #36)
> > So, we tested again this morning with both patches and yes now when the
> > display text comes, the Set Idle Mode text is shown in a dialog above the
> > display text. This feels a little strange because it's blocking the view of
> > the display text.
> >
> > A potentially bigger problem is that later on in the test a dial tone
> > command is sent, after which the test asks to verify that set idle mode text
> > can still be seen. Of course, the set idle mode text has already been
> > removed from the notifcation list and the popup has already been dismissed
> > so there is no way to retrieve this information. I'm not sure yet whether
> > the test team will view this as pass or not, but I'm suspecting that they
> > will fail the test case still.
>
> Thank you for your feedback.
>
> With your explanation I understand that the IDLE text never should be
> removed automatically.
>
> AFAIK the real WoW of this use case is: When STK_CMD_SET_UP_IDLE_MODE_TEXT
> is received an IDLE text is showed until STK_CMD_REFRESH
> (https://github.com/frsela/gaia/blob/master/apps/settings/js/icc.js#L266) is
> called.
>
> Anyway, in FirefoxOS we only can show IDLE messages with the
> notificationhelper which are removed when the attendant app is opened.
>
> NotificationHelper doesn't have a method to remove messages, that's the
> reason clearNotification
> (https://github.com/frsela/gaia/blob/master/apps/settings/js/icc.js#L837)
> isn't yet implemented.
>
> I think the only way to solve this is to add a new helper to maintain
> notifications more time, anyway this is another bug (since this is out of
> the STK scope) and I'm not sure if we should afford this for the current
> release.
>
> @dcoloma: WDYT?
Maybe a dirty solution could be:
- instead of opening an alert that shown the STK_DISPLAY_IDLE_MODE_TEXT when the user enters the settings app we can call NotificationHelper.send(the_old_notification_content) ?
This will add back the notification in the notification center. The trick here is to do that until the user click it volontarily or until a STK_COMMAND_REFRESH is received.
Then when you receive a STK_COMMAND_REFRESH does the settings app needs to be put in the foreground? If yes that means the notification will be cleared because of the app opening and then you will be able to not call NotificationHelper.send this time.
wdyt?
Assignee | ||
Comment 39•12 years ago
|
||
(In reply to Vivien Nicolas (:vingtetun) (:21) from comment #38)
> Maybe a dirty solution could be:
> - instead of opening an alert that shown the STK_DISPLAY_IDLE_MODE_TEXT
> when the user enters the settings app we can call
> NotificationHelper.send(the_old_notification_content) ?
>
> This will add back the notification in the notification center. The trick
> here is to do that until the user click it volontarily or until a
> STK_COMMAND_REFRESH is received.
>
> Then when you receive a STK_COMMAND_REFRESH does the settings app needs to
> be put in the foreground? If yes that means the notification will be cleared
> because of the app opening and then you will be able to not call
> NotificationHelper.send this time.
>
> wdyt?
I thought that but as you told I think this is a very dirty solution but can work.
I'm not sure the user feedback seeing notifications appearing again and again ... In android phones this kind of notifications are showed in a different area to differenciate them but we'll show on the same place.
As told in the first paragraph, this can work but is a dirty solution. If all of you want this WoW, I'll drive these changes.
Comment 40•12 years ago
|
||
(In reply to Fernando R. Sela [:frsela] from comment #39)
> (In reply to Vivien Nicolas (:vingtetun) (:21) from comment #38)
> > Maybe a dirty solution could be:
> > - instead of opening an alert that shown the STK_DISPLAY_IDLE_MODE_TEXT
> > when the user enters the settings app we can call
> > NotificationHelper.send(the_old_notification_content) ?
> >
> > This will add back the notification in the notification center. The trick
> > here is to do that until the user click it volontarily or until a
> > STK_COMMAND_REFRESH is received.
> >
> > Then when you receive a STK_COMMAND_REFRESH does the settings app needs to
> > be put in the foreground? If yes that means the notification will be cleared
> > because of the app opening and then you will be able to not call
> > NotificationHelper.send this time.
> >
> > wdyt?
>
> I thought that but as you told I think this is a very dirty solution but can
> work.
>
> I'm not sure the user feedback seeing notifications appearing again and
> again ... In android phones this kind of notifications are showed in a
> different area to differenciate them but we'll show on the same place.
>
> As told in the first paragraph, this can work but is a dirty solution. If
> all of you want this WoW, I'll drive these changes.
I don't want anything particularly :) I know that the Web Notifications API is not ready yet and so there is no method for an application to remove notifications from the notifications center. As a workaround those notifications are removed when the application is opened.
About the user experience what I wonder is: how often this stuff happens?
Comment 41•12 years ago
|
||
We have tested this command in an Android device and the behaviour does not comply with GCF tests either. Based on the comments above I suggest we don't fix this one, keeps the current solution that is good enough imho and ask for GCF leniency in this particular bug. Is that OK with you George?
Flags: needinfo?(dcoloma)
Updated•12 years ago
|
Flags: needinfo?(ggrisco)
Comment 42•12 years ago
|
||
(In reply to Daniel Coloma:dcoloma from comment #41)
> We have tested this command in an Android device and the behaviour does not
> comply with GCF tests either. Based on the comments above I suggest we don't
> fix this one, keeps the current solution that is good enough imho and ask
> for GCF leniency in this particular bug. Is that OK with you George?
I have been told that Android has a special mode to pass CGF test? Have you heard about it?
Reporter | ||
Comment 43•12 years ago
|
||
(In reply to Daniel Coloma:dcoloma from comment #41)
If you want to add this to the list of TC's that you plan have waived, then I'm ok with closing this bug out.
Flags: needinfo?(ggrisco)
Comment 44•12 years ago
|
||
Comment on attachment 708966 [details]
STK Notifications with close callback too
Removing the review - ask me again if needed.
Attachment #708966 -
Flags: review?(21)
Comment 45•12 years ago
|
||
>
> I have been told that Android has a special mode to pass CGF test? Have you
> heard about it?
Hi Vivien,
I haven't heard about this, maybe Michael could provide more info on this.
@mvines: do you know if this "special mode" for Android exists?
Thanks!
David
Flags: needinfo?(mvines)
Assignee | ||
Comment 47•12 years ago
|
||
As discussed in the last comments, I close this bug as WONTFIX.
We'll return to it in version 2.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → WONTFIX
Comment 48•12 years ago
|
||
(In reply to Fernando R. Sela [:frsela] from comment #47)
> As discussed in the last comments, I close this bug as WONTFIX.
>
> We'll return to it in version 2.
should we clear tef+ and the status-b2g18* flags?
Assignee | ||
Comment 49•12 years ago
|
||
(In reply to John Ford [:jhford] from comment #48)
> (In reply to Fernando R. Sela [:frsela] from comment #47)
> > As discussed in the last comments, I close this bug as WONTFIX.
> >
> > We'll return to it in version 2.
>
> should we clear tef+ and the status-b2g18* flags?
I suppose that, but asking Daniel . . .
Flags: needinfo?(dcoloma)
Comment 50•12 years ago
|
||
(In reply to John Ford [:jhford] from comment #48)
> (In reply to Fernando R. Sela [:frsela] from comment #47)
> > As discussed in the last comments, I close this bug as WONTFIX.
> >
> > We'll return to it in version 2.
>
> should we clear tef+ and the status-b2g18* flags?
Yes (I suppose), and also the dependency on the Commercial Software flag?
Flags: needinfo?(dcoloma)
Comment 51•12 years ago
|
||
Batch edit: Bugs still affected on b2g18 after 2/13 merge to v1.0.1 branch are affected on v1.0.1 branch.
status-b2g18-v1.0.1:
--- → affected
Comment 52•12 years ago
|
||
Hey, I don't exactly get this bug.
I think part of it landed on master:
https://github.com/mozilla-b2g/gaia/commit/cd217e574b202b2e8eb5e48498705e6cd750e457
was this the first patch ? And the WONTFIX resolution concerns the second patch ?
Then, if this was tef+ or tracking+, this will need to go to v1.0.1 and v1-train. Is this correct ? Or do we have to backout this patch from master too ?
Flags: needinfo?(frsela)
Assignee | ||
Comment 53•12 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #52)
> Hey, I don't exactly get this bug.
>
> I think part of it landed on master:
> https://github.com/mozilla-b2g/gaia/commit/
> cd217e574b202b2e8eb5e48498705e6cd750e457
>
> was this the first patch ? And the WONTFIX resolution concerns the second
> patch ?
>
> Then, if this was tef+ or tracking+, this will need to go to v1.0.1 and
> v1-train. Is this correct ? Or do we have to backout this patch from master
> too ?
Yes, on comment 15 the bug has been reopened but after some tricky (and dirty) hacks we decided to WONTFIX the second "issue" commented in #15 since it's a dirty hack and other platforms (like Android) didn't care about this too.
We suggested to move it to V2 when the NotificiationHelper implementes more features like remove messages, group notifications and set non-deletable notifications (needed here ;)
Flags: needinfo?(frsela)
Comment 54•12 years ago
|
||
Thanks Fernando, then I set it to FIXED instead of WONTFIX. (not sure which one is the good one, but FIXED feels better to me)
John, could you proceed with the uplift of cd217e574b202b2e8eb5e48498705e6cd750e457 to v1-train and v1.0.1 then ? Thanks !
Flags: needinfo?(jhford)
Resolution: WONTFIX → FIXED
Comment 55•12 years ago
|
||
v1-train: fb6282e6e9bb6e2c851a8d9408526bf11a31be90
v1.0.1: cf02734260d5775843a91f72f74685becde72cbb
Flags: needinfo?(jhford)
Comment 56•12 years ago
|
||
Build ID: 20130329070203
Kernel Date: Dec 5
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/5cc5df16447a
Gaia: 26b463f14caa11e0fc64fda09a17054da4bea68b
Verified as fixed in V1 train. I see the Settings application brought up instead of seeing notifcation of Setup Idle Mode Text being received.
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•12 years ago
|
Attachment #705837 -
Flags: feedback?(ggrisco)
You need to log in
before you can comment on or make changes to this bug.
Description
•