Yealink Forums
How to Install an App on T58A - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Phone specific topic (/forumdisplay.php?fid=12)
+--- Thread: How to Install an App on T58A (/showthread.php?tid=44222)



How to Install an App on T58A - theobald - 07-14-2020 11:55 AM

Hello around,

i've read some topics around and it seems like an eternal question:

How can I install/deploy an App from an *.apk file?

I've set in my y*.boot-file
Code:
#!version:1.0.0.1

## The header above must appear as-is in the first line

include:config <805ec07d74f6.cfg>
include:config <805ec07d74f6-local.cfg>
include:config <y000000000058.cfg>
include:config <common.cfg>
include:config <app.cfg>

overwrite_mode = 1
specific_model.excluded_mode = 0

and I've set in my app.cfg
Code:
#!version:1.0.0.1

pm.version = standard
app.install_url = 192.168.5.127/telegram-6-2-0.apk
app.permission = telegram-6-2-0.apk

no matter whether pm.version is set to standard or special but always nothing happens. The firmware version is 58.85.0.5 (the latest afaik). The telegram-6-2-0 works well from android version 2.5+. My tftp server serves the *.apk-files correctly.

Do you have any suggestions? Which steps have to be carried out exactly?

Best regards.
Theo