Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: skuller972 on June 03, 2009, 06:23:57 pm

Title: BasicBuilder - Huh?
Post by: skuller972 on June 03, 2009, 06:23:57 pm
I used basic builder, and it was pretty easy, but I dont know how to get it into an app... it just outputs a .hex file
Title: Re: BasicBuilder - Huh?
Post by: Eeems on June 03, 2009, 08:32:00 pm
you have to sign it, let me look to see what I did

EDIT: ah I think you need to use Wappsign
EDIT2: oh wait, don't you need an assembler or something???
Title: Re: BasicBuilder - Huh?
Post by: DJ Omnimaga on June 03, 2009, 10:39:09 pm
TI-83 Plus Flash debugger comes with something allowing you to sign apps too. If it doesn't work (last time I tried to sign a basic builder app it worked for me) I think Wabbitsign usually does the job
Title: Re: BasicBuilder - Huh?
Post by: Eeems on June 03, 2009, 10:41:26 pm
wappsign comes with TI-83 Flash debugger, but I can't remember if it turns it into an app for you or you needed one more step
Title: Re: BasicBuilder - Huh?
Post by: DJ Omnimaga on June 03, 2009, 10:44:03 pm
ooh yeah it's Wappsign. I know the one from Revsoft is Wabbitsign
Title: Re: BasicBuilder - Huh?
Post by: Eeems on June 03, 2009, 10:47:31 pm
I know, hmm, now that I think of it I think Wappsign does make it into the sendable app for you...I never really used Basicbuilder that much because I needed the administrator password to run it for some reason, so I only used it a few times....
Title: Re: BasicBuilder - Huh?
Post by: nitacku on June 04, 2009, 03:06:09 am
Just run Wappsign.exe and drop the .hex file onto the window.
If you have to, locate the key file, then generate the app.

That's all there is to it.
Title: Re: BasicBuilder - Huh?
Post by: Halifax on June 04, 2009, 08:29:26 am
Best thing to do, really, would be to download Wabbitsign (http://www.ticalc.org/archives/files/fileinfo/390/39060.html) (not Wappsign). Then run the following on the commandline:
Code: [Select]
wabbit MyBasicBuilderApp.bin MyApp.8xk
(Obviously you must replace the name with what you find necessary, and be in the correct directory.)
Title: Re: BasicBuilder - Huh?
Post by: Galandros on June 04, 2009, 12:27:31 pm
EDIT2: oh wait, don't you need an assembler or something???
No, no. You just need a program like Wabbitsign or Wappsign to convert the hex into a ready apps to send to calc.

I managed to sign a apps like nitacku said.
Halifax, the file is not .hex? You need to replace .bin with .hex.
EDIT: I didn't noticed at first your note...
Title: Re: BasicBuilder - Huh?
Post by: skuller972 on June 04, 2009, 04:20:17 pm
thanks all
Title: Re: BasicBuilder - Huh?
Post by: jashaszun on April 17, 2010, 09:37:04 am
Just run Wappsign.exe and drop the .hex file onto the window.
If you have to, locate the key file, then generate the app.

That's all there is to it.
It's not that easy. What is a key file? How do you make one?
Title: Re: BasicBuilder - Huh?
Post by: mapar007 on April 17, 2010, 11:10:32 am
The key file contains the so-called 0104 RSA private key for signing applications. You can't 'make' one. You have to get the correct key file, which is included with wappsign and is called 0104.key iirc.