Post Reply 
HP Prime Beta Firmware Version 2.2 Revision 15008
12-08-2024, 02:21 AM (This post was last modified: 12-08-2024 09:00 PM by jte.)
Post: #139
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-19-2024 04:47 PM)compsystems Wrote:  Hello
When will the hp-prime app be available for both PC and mobile devices?

For Windows, version 2.2 of the HP Prime Virtual Calculator is available, but updating is not directly possible in the HP Prime Virtual Calculator program as the domain name for the update server was changed (i.e., where the HP Prime Virtual Calculator goes to look for updates). To update to 2.2, or
  • one can edit the config.xml file so that the new domain name (& path) for the update server is used.
Editing the config.xml file is only possible if an older version is already installed. The config.xml file is typically at C:\Program Files\HP\HP Prime Virtual Calculator or C:\Program Files (x86)\HP\HP Prime Virtual Calculator. To update using this approach, that file should be modified to be as follows:

Code:
<config>
  <update_server>
    <protocol>https</protocol>
    <host>updates.moravia-consulting.com</host>
    <port>80</port>
    <folder></folder>
    <file>update.xml</file>
  </update_server>
  <options>
    <debug>0</debug>
  </options>
</config>

Using notepad is one way to do this. (The file must remain a plain text file.) What has changed is the text content in the "host" and "folder" elements. (If editing the config.xml file: launch the HP Prime Virtual Calculator program after making the change and then check for updates from within the HP Prime Virtual Calculator.)

Similarly with the HP Connectivity Kit.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Prime Beta Firmware Version 2.2 Revision 15008 - jte - 12-08-2024 02:21 AM



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