[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
T38G interface does not redraw correctly
Author Message
cptjack Offline
Member
***

Posts: 97
Joined: Jan 2014
Reputation: 8
Post: #1
T38G interface does not redraw correctly
The interface of the T38G does not redraw correctly after a YealinkIPPhoneImageScreen in fullscreen mode. The background and line labels don't get refreshed properly. This issue occurs when you go from a fullscreen YealinkIPPhoneImageScreen XML to an XML that does not occupy the whole screen.

For example:
  • Fullscreen.xml -> Regular.xml
  • Fullscreen.xml -> Text.xml
Will produce these results:
       

It can be easily reproduced using these 3 XML files that point to eachother. Everything works fine, unless the fullscreen image is shown and you press another softkey.

text.xml
Code:
<YealinkIPPhoneTextScreen Beep="no" Timeout="120" LockIn="no">
<Title>Test Title</Title><Text>Test Text</Text>
<SoftKey index = "1"><Label>Regular</Label><URI>http://10.1.0.30/voip/yealink/regular.xml</URI></SoftKey>
<SoftKey index = "2"><Label>Fullscreen</Label><URI>http://10.1.0.30/voip/yealink/fullscreen.xml</URI></SoftKey>
<SoftKey index = "3"><Label>Text</Label><URI>http://10.1.0.30/voip/yealink/text.xml</URI></SoftKey>
<SoftKey index = "4"><Label>Exit</Label><URI>Key:CANCEL</URI></SoftKey>
</YealinkIPPhoneTextScreen>

regular.xml
Code:
<YealinkIPPhoneImageScreen doneAction="" Beep="no" Timeout="120" LockIn="no" mode="regular">
<Image horizontalAlign="right" verticalAlign="top">http://10.1.0.30/voip/test.jpg</Image>
<SoftKey index = "1"><Label>Regular</Label><URI>http://10.1.0.30/voip/yealink/regular.xml</URI></SoftKey>
<SoftKey index = "2"><Label>Fullscreen</Label><URI>http://10.1.0.30/voip/yealink/fullscreen.xml</URI></SoftKey>
<SoftKey index = "3"><Label>Text</Label><URI>http://10.1.0.30/voip/yealink/text.xml</URI></SoftKey>
<SoftKey index = "4"><Label>Exit</Label><URI>Key:CANCEL</URI></SoftKey>
</YealinkIPPhoneImageScreen>

fullscreen.xml
Code:
<YealinkIPPhoneImageScreen doneAction="" Beep="no" Timeout="120" LockIn="no" mode="fullscreen">
<Image horizontalAlign="right" verticalAlign="top">http://10.1.0.30/voip/test.jpg</Image>
<SoftKey index = "1"><Label>Regular</Label><URI>http://10.1.0.30/voip/yealink/regular.xml</URI></SoftKey>
<SoftKey index = "2"><Label>Fullscreen</Label><URI>http://10.1.0.30/voip/yealink/fullscreen.xml</URI></SoftKey>
<SoftKey index = "3"><Label>Text</Label><URI>http://10.1.0.30/voip/yealink/text.xml</URI></SoftKey>
<SoftKey index = "4"><Label>Exit</Label><URI>Key:CANCEL</URI></SoftKey>
</YealinkIPPhoneImageScreen>

This is the way it should look:


Attached File(s) Thumbnail(s)
       

Please use the reputation button below if you like this post.
(This post was last modified: 06-29-2014 02:24 AM by cptjack.)
06-29-2014 02:16 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
cptjack Offline
Member
***

Posts: 97
Joined: Jan 2014
Reputation: 8
Post: #2
RE: T38G interface does not redraw correctly
Hello Yealink Admin,

Can you confirm this is an issue in the two T38G phone firmware 38.70.0.171?
Do you have any firmware updates that fix this issue?

Thanks,
CJ

Please use the reputation button below if you like this post.
07-03-2014 11:28 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
cptjack Offline
Member
***

Posts: 97
Joined: Jan 2014
Reputation: 8
Post: #3
RE: T38G interface does not redraw correctly
Does anybody else have this issue on their T38G phones?
It's quite easy to reproduce. So far no aswer from yealink... Sad

Please use the reputation button below if you like this post.
07-16-2014 05:39 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
cptjack Offline
Member
***

Posts: 97
Joined: Jan 2014
Reputation: 8
Post: #4
RE: T38G interface does not redraw correctly
Unfortunately 38.70.0.185 still exhibits this bug and still no reply from Yealink support... This is a really annoying bug that makes the firmware look amateurish. Huh

Please use the reputation button below if you like this post.
09-17-2014 10:21 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Wilson_Yealink Offline
Administrator
*******

Posts: 171
Joined: Aug 2014
Reputation: 0
Post: #5
RE: T38G interface does not redraw correctly
Hi cptjack,

Thanks for your feedback. It might be a bug in T38.
May I know why do you use this feature like you mentioned? Which Influence Will Have If Without This Feature?

thanks
(This post was last modified: 09-19-2014 03:04 PM by Wilson_Yealink.)
09-18-2014 02:02 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
cptjack Offline
Member
***

Posts: 97
Joined: Jan 2014
Reputation: 8
Post: #6
RE: T38G interface does not redraw correctly
Hello Wilson,

Thank you for your reply. The examples above where to illustrate the issue more easily. I am building (dynamic) graphical menus to leverage the large color display. This way users can quickly use the soft-keys to select an option, like a service, picture phonebook or a movie...

This is working OK and I can present the info fullscreen, but sometimes the next XML screen is Text or not fullscreen. For example a doorcam will present a softkey to use the fullscreen. When the user presses the button again to get the regular display again, the GUI interface does not redrawn correctly and the layout is bad. The same thing happens when displaying an info text message after a fullscreen menu.

In my opinion this is not a new feature, since the interface is not redrawn as it should. Without this 'feature' it is not possible to use fullscreen images as a menu...

Best regards,
Francis


Attached File(s) Thumbnail(s)
           

Please use the reputation button below if you like this post.
09-19-2014 05:51 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Wilson_Yealink Offline
Administrator
*******

Posts: 171
Joined: Aug 2014
Reputation: 0
Post: #7
RE: T38G interface does not redraw correctly
Hi Francis,

I have tested it in my side, and i have known your issue already.
Would you please help me clear below items:
1. May I know why do you need to build the graphical menus?
2. How many phones do you have and need this requirement ?
3. And when the user press the soft key to select an option, how does the phone do a service, picture phonebook and movie in the LCD?
4. Did this issue related to any project ?
5. Do you have other brand phones support your graphical menus perfectly now?

In order to I can receive your update, could you please help me clear above items and sent email to me? Then I can give you a reply ASSP.

thanks
09-19-2014 03:41 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
cptjack Offline
Member
***

Posts: 97
Joined: Jan 2014
Reputation: 8
Post: #8
RE: T38G interface does not redraw correctly
Thanks Wilson, I have sent the answer by mail.

Please use the reputation button below if you like this post.
09-24-2014 01:37 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #9
RE: T38G interface does not redraw correctly
Hi Francis,

I have received your mail but didn't find your email address, so I can't reply you via email directly. Thanks for detailed reply.
Very sorry for inconvenience and thanks for your feedbak.
Our product department think your application is not commonly used for end users. And as you mentioned, you have designed a PHP script to output the image as 8bit BMP, The dynamic image loads very fast in about 1 second, so the user doesn't even notice the difference in a text based menu or a fullscreen graphical menu. It have little impact on customers to use this feature currently.
So we will consider to improved the XML broswer feature in the future. Thanks for your understanding. Smile

Best Regards
wilson
(This post was last modified: 09-24-2014 05:04 PM by Yealink Support.)
09-24-2014 05:01 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  LDAP doesn't work correctly in T31G mroca 0 1,544 12-19-2022 11:30 AM
Last Post: mroca
  Remote PhoneBook format for T38G aralmeida 1 8,360 10-02-2019 05:06 PM
Last Post: Chris708
  Push XML on T38G ruffle 8 31,339 06-17-2016 07:38 AM
Last Post: grawil
  T38G File Format Error w03zd8rc 3 15,250 03-25-2016 09:52 PM
Last Post: w03zd8rc
  T38G Voice In Cutting Out Vanlon 4 21,202 12-30-2015 01:35 AM
Last Post: mujizac
  T38G Firmware zmcgoogan 1 11,462 12-08-2015 02:11 AM
Last Post: CWR
  Yealink T38G Hide DTMF Option carlosn 7 26,522 12-08-2015 02:05 AM
Last Post: carlosgamboa06
  [split] T38G slow and unresponsive GreenLine 12 42,435 11-07-2015 04:41 AM
Last Post: zachtate
  Customizing phone user interface mdu113 2 11,417 07-24-2015 05:48 AM
Last Post: mdu113
  T38G auto-provisioing. How to clear out value of a text parameter mdu113 5 16,941 07-22-2015 06:27 AM
Last Post: cptjack

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication