Author Topic: Axe Application transfering  (Read 3651 times)

0 Members and 1 Guest are viewing this topic.

Offline nabako

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 9
  • Rating: +0/-0
    • View Profile
Axe Application transfering
« on: February 24, 2016, 01:40:15 pm »
Hello,
I do have a problem with a (working) application.
When i try to send it to another Calculator it wont work.
The transfer of other apps like Finance etc. work fine, but if i send a self made
application, it waits a long time and says Error in XMIT.
Does anyone know what could be the problem?
Hope for anwsers.

PS: The source code is ~8400 Bytes large, so I didn't post it here.
Still a learning Axe coder, but lots of experience with BASIC :)

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: Axe Application transfering
« Reply #1 on: February 24, 2016, 01:41:56 pm »
You need to transfer the app to a computer first if you haven't done so, then use rabbitsign on it. It should work then.
I am Bach.

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Axe Application transfering
« Reply #2 on: February 24, 2016, 01:46:19 pm »
Axe can compile the application's code just fine, but it can't calculate the signature, which requires a relatively complicated cryptographic procedure. And calculators check this cryptographic signature when receiving an application and reject the application if the signature is wrong.

However, you can still send the application to a computer. As pimathbraniac mentioned, you need to sign the application on a computer. But (as long as you're on Windows) rather than grabbing the signing program and using it manually, you may find it easier to check out the "Tools\Application Signing" folder in your (extracted) Axe download. As the name of "Drag App Over Me.bat" suggests, just drag and drop the application (.8xk) file onto this to sign it.

Offline nabako

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 9
  • Rating: +0/-0
    • View Profile
Re: Axe Application transfering
« Reply #3 on: February 24, 2016, 03:51:05 pm »
Thank you very much.
This problem ruined the week for me.
 ;D
Still a learning Axe coder, but lots of experience with BASIC :)