Omnimaga

Calculator Community => Major Community Projects => The Axe Parser Project => Topic started by: squidgetx on December 31, 2010, 06:22:55 pm

Title: signing apps
Post by: squidgetx on December 31, 2010, 06:22:55 pm
I'm sure this has been asked before..but...

Nooby question: How do you sign apps ?  :-[ I downloaded wabbitsign but I can't figure out how it works. (Specifically Axe generated appas that are already in .8xk format, not in .bin or .asm format) I don't want to use ducksign (because it doesn't get rid of the 16use limit, right?)
Title: Re: signing apps
Post by: jnesselr on December 31, 2010, 06:32:24 pm
Well, for axe apps, I used rabbitsign, but then, after trying to create my own apps, none of the apps worked, so I used a patch by brandonw to trick my calc into thinking that all files had been signed.
Title: Re: signing apps
Post by: Munchor on December 31, 2010, 06:40:04 pm
On a side note, do Axe applications can only be used 16 times?
Title: Re: signing apps
Post by: jnesselr on December 31, 2010, 06:46:35 pm
On a side note, do Axe applications can only be used 16 times?
There is a field in the app header that if it's not signed, it's considered a temporary or trial app, which gets deleted after 16 (or maybe 18) times.
Title: Re: signing apps
Post by: Quigibo on December 31, 2010, 09:47:26 pm
There is already a signer included with Axe under "Tools".  I made a batch file for it so its super easy to use.
Title: Re: signing apps
Post by: squidgetx on January 01, 2011, 11:28:52 am
Oh, ok, thanks quigibo. Didn't see that at first lol
Title: Re: signing apps
Post by: Fast Crash on January 01, 2011, 11:59:48 am
You can also use ducksign to sign it on-calc ( check on-calc app signature topic something like that )
Title: Re: signing apps
Post by: JosJuice on January 01, 2011, 12:09:42 pm
You can also use ducksign to sign it on-calc ( check on-calc app signature topic something like that )
Ducksign does not modify the certificate properly.
Title: Re: signing apps
Post by: FinaleTI on January 01, 2011, 12:11:14 pm
So, squidgetx, is this what I think it is? (The Ash: Phoenix demo)
Title: Re: signing apps
Post by: FloppusMaximus on January 01, 2011, 07:20:25 pm
There is a field in the app header that if it's not signed, it's considered a temporary or trial app, which gets deleted after 16 (or maybe 18) times.
A small quibble: it's not the app header or signature that's the issue; there's a separate field (stored on the certificate page) that indicates whether it's a limited-trial app.  That field gets set when you install an app by normal means (over the link port), but not when it's created by Axe.

Signing the application is a tangential issue: it needs to be signed in order to be transferred to another calculator.
Title: Re: signing apps
Post by: jnesselr on January 01, 2011, 07:43:37 pm
There is a field in the app header that if it's not signed, it's considered a temporary or trial app, which gets deleted after 16 (or maybe 18) times.
A small quibble: it's not the app header or signature that's the issue; there's a separate field (stored on the certificate page) that indicates whether it's a limited-trial app.  That field gets set when you install an app by normal means (over the link port), but not when it's created by Axe.

Signing the application is a tangential issue: it needs to be signed in order to be transferred to another calculator.
Oh yes, that's right. I remember now, because I was appalled (sp?) at how often the calcs actually messed with the certificate.