Post Reply 
HP Prime Beta Firmware Version 2.2 Revision 15008
09-02-2024, 06:41 PM (This post was last modified: 09-02-2024 06:43 PM by Insoft.)
Post: #121
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-02-2024 06:31 PM)ftneek Wrote:  
(09-02-2024 06:25 PM)Insoft Wrote:  All I get is "Could not connect to the update server"
Is they not a link to just download the files like the BETA

It worked for me.

what's your config.xml file look as this is mine.
Code:
<config>
<update_server>
    <protocol>https</protocol>
    <host>http://www.moravia-parts.com</host>
    <!--<host>15.1.152.155</host>-->
    <port>80</port>
    <folder>/hp-prime</folder>
    <file>update.xml</file>
</update_server>
<options>
    <debug>0</debug>
</options>
</config>


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
09-02-2024, 06:53 PM (This post was last modified: 09-02-2024 07:01 PM by ftneek.)
Post: #122
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-02-2024 06:41 PM)Insoft Wrote:  what's your config.xml file look as this is mine.

Ah, when I posted the url for the host, it automatically became a hyperlink. I updated that post to remove the hyperlink.

The host tag should not contain http:// , so it should be this:

Code:
<host>www.moravia-parts.com</host>

Here's my config file, in case anyone just wants to replace theirs.


Attached File(s)
.zip  config.xml.zip (Size: 845 bytes / Downloads: 11)

- neek
Find all posts by this user
Quote this message in a reply
09-02-2024, 07:09 PM
Post: #123
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-02-2024 06:53 PM)ftneek Wrote:  
(09-02-2024 06:41 PM)Insoft Wrote:  what's your config.xml file look as this is mine.

Ah, when I posted the url for the host, it automatically became a hyperlink. I updated that post to remove the hyperlink.

The host tag should not contain http:// , so it should be this:

Code:
<host>www.moravia-parts.com</host>

Here's my config file, in case anyone just wants to replace theirs.

Thanks, I was wondering about that part since it was stated in the <protocal>
Find all posts by this user
Quote this message in a reply
09-02-2024, 08:31 PM
Post: #124
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
When is it expected to get the official update?
Find all posts by this user
Quote this message in a reply
09-02-2024, 08:37 PM
Post: #125
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-02-2024 08:31 PM)amindanial Wrote:  When is it expected to get the official update?

that should already be the case. But with Moravia, you shouldn't be surprised by anything.
Find all posts by this user
Quote this message in a reply
09-02-2024, 10:20 PM
Post: #126
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
I’m still getting the help for TEXTOUT for TEXTSIZE.
Perhaps the next update can address some of the mistakes in the help section as well as a few typos

Not super important but would be nice to see.
Find all posts by this user
Quote this message in a reply
09-02-2024, 10:48 PM
Post: #127
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-02-2024 10:20 PM)Insoft Wrote:  I’m still getting the help for TEXTOUT for TEXTSIZE.
Perhaps the next update can address some of the mistakes in the help section as well as a few typos

Not super important but would be nice to see.

The revised documentation has not been included in this firmware release; work on it is still ongoing...

Piotr Kowalewski
Find all posts by this user
Quote this message in a reply
09-03-2024, 01:13 AM
Post: #128
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-02-2024 05:58 PM)ftneek Wrote:  
https://www.moravia-parts.com/hp-prime/beta.html Wrote:At the moment, there are no public beta downloads.

Version 2.2 firmware updates for the HP Prime G1 and the HP Prime G2 are now available for download using the HP Prime Connectivity Kit.

The long awaited moment is here, the officially released firmware is available for download via the Connectivity Kit.

I was able to download the new firmware via the macOS CK by following these steps:
  1. Right click on the "HP Connectivity Kit" app (in finder)
  2. Click Show Package Contents
  3. Open Content/Resources/config.xml
  4. Change the host to
    Code:
    www.moravia-parts.com
  5. Change the folder to
    Code:
    /hp-prime
  6. Open the CK and Check for update Smile

I’ve done exactly that, using TextEdit to edit the XML file. When I check for updates, I get an “Expected character data” error message, referring to the config.xml file. Should I be using something other than TextEdit on it?
Find all posts by this user
Quote this message in a reply
09-03-2024, 01:49 AM
Post: #129
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-03-2024 01:13 AM)dbrothers Wrote:  Should I be using something other than TextEdit on it?

I happened to use Xcode to save the updated file. You can also try replacing the config file with the one in this reply.

- neek
Find all posts by this user
Quote this message in a reply
09-03-2024, 02:21 AM
Post: #130
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-03-2024 01:49 AM)ftneek Wrote:  
(09-03-2024 01:13 AM)dbrothers Wrote:  Should I be using something other than TextEdit on it?

I happened to use Xcode to save the updated file. You can also try replacing the config file with the one in this reply.

For whatever reason, your file worked. I have Xcode installed (I’m a Mac/IOS developer), but it wasn’t one of the options under “Open With” when I right-clicked the config file.
Find all posts by this user
Quote this message in a reply
09-03-2024, 04:50 AM
Post: #131
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-03-2024 02:21 AM)dbrothers Wrote:  For whatever reason, your file worked.

The issue was probably TextEdit, I think by default it saves files in the Rich Text Format. I ran into a similar issue recently when I was writing a script that expected a txt file, I used TextEdit but didn't change the file format.

- neek
Find all posts by this user
Quote this message in a reply
09-04-2024, 06:22 AM
Post: #132
RE: HP Prime Beta Firmware Version 2.2 Revision 15008
(09-03-2024 01:13 AM)dbrothers Wrote:  I’ve done exactly that, using TextEdit to edit the XML file. When I check for updates, I get an “Expected character data” error message, referring to the config.xml file. Should I be using something other than TextEdit on it?

textedit worked fine for me. it should save in whatever format the file was originally in. It does RTF only if you are creating a new file.
Find all posts by this user
Quote this message in a reply
Post Reply 




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