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

0 Members and 1 Guest are viewing this topic.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Exporting/signing apps?
« Reply #60 on: October 31, 2010, 09:15:22 pm »
Cool, so first type "rabbitsign.exe -c TWHGEdit.8xk".  It should say there is no certificate.

If there isn't one, do this: "rabbitsign.exe -k 0104.key -t 8xk -o TWHG.8xk TWHGEdit.8xk"

That should work.
I typed the first part and it said
Quote
TWHGEdit.8xk: error: incorrect application length
I tried the second part, and it gave me a bunch of errors.
Vy'o'us pleorsdti thl'e gjaemue

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Exporting/signing apps?
« Reply #61 on: October 31, 2010, 09:22:58 pm »
basically, the size byte field is wrong.  Run the second command again, but add a -r option.

Then, run the second command again, but a -f instead of a -r, and a "TWHG2.8xk" instead of "TWHG.8xk" and zip both those files up with the original "TWHGEdit.8xk" file and attach them.

EDIT: make sure the -r and the -f are case sensitive.
« Last Edit: October 31, 2010, 09:23:33 pm by graphmastur »

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Exporting/signing apps?
« Reply #62 on: October 31, 2010, 09:26:45 pm »
where do I put the -r ?
Vy'o'us pleorsdti thl'e gjaemue

Offline FloppusMaximus

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +57/-5
    • View Profile
Re: Exporting/signing apps?
« Reply #63 on: October 31, 2010, 09:32:49 pm »
rabbitsign.exe -r -k 0104.key -t 8xk -o TWHG.8xk TWHGEdit.8xk

(actually, the "-k 0104.key -t 8xk" is unnecessary)

In this case, you want -r, not -f (rabbitsign is complaining because there's a lot of empty space after the end of the app, probably because you transferred it from the calculator, and it didn't have a correctly formed signature to begin with.)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Exporting/signing apps?
« Reply #64 on: October 31, 2010, 09:38:42 pm »
Darl181, I think you're using the old command prompt. Use cmd.exe instead, and dragging-and-dropping should work.
« Last Edit: October 31, 2010, 09:39:09 pm by Deep Thought »




Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Exporting/signing apps?
« Reply #65 on: October 31, 2010, 10:12:14 pm »
the reason I said -f is it compiles while ignoring errors.  yeah, the -k -t is unnecessary, but I figured it couldn't hurt.  Also, it shows him how to use prompts with 010A.key and so on.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Exporting/signing apps?
« Reply #66 on: October 31, 2010, 11:58:28 pm »
Well -f made the output app three pages.
But -r seemed to work.
So, let me see...
rabbitsign.exe -r -k <keyFile.key> -t <outputFormat?> -o <output.8xk> <input.8xk>
...the stuff in red being unnecessary.  Good to know.
Vy'o'us pleorsdti thl'e gjaemue