-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HMI sets forwardSeekIndicator and backSeekIndicator parameters for multiple Apps during SetMediaClockTimer request #519
Comments
@jordynmackool, Please notice this issue is related to feature Media Skip Indicators that should be released in the 7.1 release. |
Luxoft is working on it. |
@Ypostolov please note @jacobkeeler may have already started working on a fix for this reported bug. Please allow me a day to confirm before you continue working on a fix so efforts are not duplicated. |
@Ypostolov I was able to investigate the issue for a while on Thursday, but I wasn't able to find the actual root cause as of yet. I should be able to take on another task if Luxoft is planning on looking into the fix. Some notes I have from my investigation:
|
Thanks, @jacobkeeler. @Ypostolov, please let me know when a PR is ready for Livio review. |
@Ypostolov please advise when the fix for this issue will be ready for Livio review? |
@jordynmackool fix for this issue is currently in progress and will be ready for Livio review by the end of this week |
@jacobkeeler Fix is ready for Livio review. Thank you. |
Closing with the merge of #550 |
Description:
HMI sets forwardSeekIndicator and backSeekIndicator parameters for multiple Apps during SetMediaClockTimer request from App1
Precondition:
1. SDL and HMI are started
2. App1 and App2 with HMI type 'Media' are registered
3. App1 is activated
4. App1 sends SetMediaClockTimer RPC with:
"updateMode":"COUNTUP",
"startTime": { "hours":0, "minutes":15, "seconds":30 },
"backSeekIndicator": {"seekTime":30,"type":"TIME" },
"forwardSeekIndicator": { "seekTime":30,"type":"TIME"}
5. The seek indicators are "TIME" for App1
'SEEKLEFT' button with "ico_seek_left.png" image is observed on HMI
'SEEKRIGHT' button with "ico_seek_right.png" image is observed on HMI
Steps to reproduce:
Expected result:
SEEKLEFT' button with "ico_prew.png" image is observed on HMI for App2
'SEEKRIGHT' button with "Ico_next.png" image is observed on HMI for App2
Actual result:
'SEEKLEFT' button with "ico_seek_left.png" image is observed on HMI
'SEEKRIGHT' button with "ico_seek_right.png" image is observed on HMI
Environment:
SDL: https://github.com/smartdevicelink/sdl_core/tree/develop (fed2ae4)
HMI: https://github.com/smartdevicelink/sdl_hmi/tree/develop (ad2dc80)
SPT: 20210305-Android (1076)
The text was updated successfully, but these errors were encountered: