Author Topic: Exporting/signing apps?  (Read 22498 times)

0 Members and 1 Guest are viewing this topic.

Offline TC01

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 344
  • Rating: +9/-0
    • View Profile
Re: Exporting/signing apps?
« Reply #15 on: September 19, 2010, 01:30:52 pm »
And there are three (probably more, actually) programs that can do it:

-Wappsign (TI's Flash Debugger, key included)
-Wabbitsign (ticalc.org, need to download key seperately)
-Rabbitsign (tiicalc.org, need to download key seperately)

Rabbitsign is probably the best program to use, though, because it can sign 68k flash apps and OSes for both.



The userbars in my sig are links embedded links.

And in addition to calculator (and Python!) stuff, I mod Civilization 4 (frequently with Python).

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Exporting/signing apps?
« Reply #16 on: September 19, 2010, 01:32:31 pm »
No, they will run, but only up to 16 times.

...
The calculator keeps track?  o.O
How?  Why?

Also, if I use Axe to make an app with an actual calculator, is it automatically signed?

My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

SirCmpwn

  • Guest
Re: Exporting/signing apps?
« Reply #17 on: September 19, 2010, 01:34:32 pm »
Axe does not sign applications, and I don't know how or why the calculator keeps track.  16 is an important number in computers (the total number of digits in hex), so perhaps there is something related to this?

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: Exporting/signing apps?
« Reply #18 on: September 19, 2010, 01:34:44 pm »
Quote
The calculator keeps track?  o.O
How?
By using a 16-bit bitfield and clearing one bit at a time, IIRC.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Exporting/signing apps?
« Reply #19 on: September 19, 2010, 01:39:35 pm »
Axe does not sign applications

Ooh, you're right!  I just tried running an unsigned app 16 times in a row, and it deleted itself!  That's awesome!
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

SirCmpwn

  • Guest
Re: Exporting/signing apps?
« Reply #20 on: September 19, 2010, 01:43:06 pm »
Ooh, you're right!  I just tried running an unsigned app 16 times in a row, and it deleted itself!  That's awesome!

*cough* not awesome *cough* it's actually quite an inconvenience.  You can sign in on-calc, but it takes roughly 12 minutes.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Exporting/signing apps?
« Reply #21 on: September 19, 2010, 01:49:15 pm »
You can? I thought Quigibo ditched app signing feature addition?

As for the 16, I think it has to do with trial APPs from TI. You could run them 16 times before they delete themselves.
« Last Edit: September 19, 2010, 01:50:18 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: Exporting/signing apps?
« Reply #22 on: September 19, 2010, 01:51:05 pm »
It's not Quigibo's program, it comes separate from Axe.
And trial APPs makes sense, come to think of it.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Exporting/signing apps?
« Reply #23 on: September 19, 2010, 01:51:34 pm »
It's not in Axe, but an ASM program could be written. It is a slow process, though.
Edit: ninja'd :P
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Exporting/signing apps?
« Reply #24 on: September 19, 2010, 01:54:21 pm »
Oh ok, is the on-calc app signer included with Axe download?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Exporting/signing apps?
« Reply #25 on: September 19, 2010, 01:55:08 pm »
It doesn't look like it...
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Exporting/signing apps?
« Reply #26 on: September 19, 2010, 01:55:25 pm »
No, the signer included with Axe is computer-side.
I think brandonw wrote an on-calc version...
* calcdude goes and finds
« Last Edit: October 09, 2010, 05:34:26 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Exporting/signing apps?
« Reply #27 on: September 19, 2010, 01:57:08 pm »
Oh I see. I remember Quigibo telling me he was trying to get help from BrandonW on that part of Axe back then, but finally I think he ditched the idea. BrandonW probably still wrote it regardless.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Exporting/signing apps?
« Reply #28 on: September 19, 2010, 02:04:44 pm »
http://brandonw.net/calcstuff/resign.zip
It's for the OS, actually, but still ;D
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Exporting/signing apps?
« Reply #29 on: September 19, 2010, 02:34:51 pm »
Does app signing uses the same key as for OS signing?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)