ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: News :: TI-83+ Application Signing Utility for Linux

TI-83+ Application Signing Utility for Linux
Posted by Eric on 5 December 2001, 19:28 GMT

Peter-Martijn Kuipers (with the permission of TI) has released an Application Signing Utility for Linux. This can be used in conjunction with TASM for Linux to provide a much neater solution for TI-83+ FLASH development under the Linux platform. With the upcoming TiLP with FLASH support, you will soon be able to develop FLASH applications in a completely Windows-free environment. Imagine the possibilities.

 


The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.


Re: TI-83+ Application Signing Utility for Linux
ShivonM  Account Info

If only they could make a port of this for the 89 ;)

     6 December 2001, 02:59 GMT


Re: Re: TI-83+ Application Signing Utility for Linux
roms  Account Info
(Web Page)

Is there any such programs for TI89 under Windows ?
In this case, I can do this port...

     6 December 2001, 10:35 GMT


Re: Re: Re: TI-83+ Application Signing Utility for Linux
Kevin Kofler
(Web Page)

Unfortunately, the freeware signing key for the TI-89 has not (yet?) been released.

     7 December 2001, 04:43 GMT

Re: TI-83+ Application Signing Utility for Linux
JoelThePenguin  Account Info

Now awaiting TiLP with FLASH support...Anyone know when it's supposed to be released?

     6 December 2001, 04:11 GMT


Re: Re: TI-83+ Application Signing Utility for Linux
roms  Account Info
(Web Page)

About TiLP FLASH support: I have just retrieved procotol specs.
Thus, I am coding support but I will not be able to test it since I don't have a TI83+.
Unless I can patch TiLem (TI Linux Emulator, http://lpg.ticalc.org/prj_tilp) for making TiLem communicate with TiLP.
I am also open to beta-testers :-))

I think that a support should be available in 1 or 2 weeks.
Please be patient...

     6 December 2001, 10:38 GMT


Re: Re: Re: TI-83+ Application Signing Utility for Linux
JoelThePenguin  Account Info

1 to 2 weeks is good. I'll be a beta tester if you want. Email me.

     6 December 2001, 15:47 GMT

Re: TI-83+ Application Signing Utility for Linux
kevtiva1  Account Info
(Web Page)

I am assuming an App Signing utility means that the apps can be distributed as freeware. Is there a free app signing utility out there for windows? I tried to get TI's Free SDK, but I never got an app signing utility, to the best of my knowledge.

     6 December 2001, 05:48 GMT

Re: Re: TI-83+ Application Signing Utility for Linux
JoelThePenguin  Account Info

Yes, there is a App-Signing thing for Windoze, and yes, your own signed apps can be distributed.

If you cannot find the App-Signer for Windoze at education.ti.com, try looking in the older news(There was a news article on it's release for Windoze a while bac), there will be a link to download it in the news.

     6 December 2001, 06:34 GMT


Re: Re: TI-83+ Application Signing Utility for Linux
Peter Martijn Kuipers  Account Info

It's in the Utility directory, a whole bunch of tools,
combined with a batch file called "appsign.bat"
It's all win32 though...
If the 0104.key file is not in your file, you can fetch if from the linux tool....

--Peter-Martijn

     6 December 2001, 13:38 GMT

Re: TI-83+ Application Signing Utility for Linux
Benjamin Moody  Account Info

BOOYAH!!!!!!!!!

     6 December 2001, 22:15 GMT

Re: TI-83+ Application Signing Utility for Linux
Barrett Anderson  Account Info
(Web Page)

just got a ti-83p SE from the apps contest today... but i don't have linux... 1 question.. are the games that i play using ion twice as fast running on the SE as the regular 83p? or is there some sort of clock that slows it down automatically? and if it's faster, does anyone make options on their games to slow it down? i can't tell if the games i'm playing are just super fast, or if it's my calc.

     7 December 2001, 02:38 GMT


Re: Re: TI-83+ Application Signing Utility for Linux
Peter Martijn Kuipers  Account Info

There's a rom call that allows a program/app to select 15 mhz speed instead of 6 mhz,
if the program doesn't use the romcall, 6 mhz old speed...

     7 December 2001, 08:47 GMT


Re: Re: Re: TI-83+ Application Signing Utility for Linux
Benjamin Moody  Account Info
(Web Page)

B_CALL $50BF

Register A = maximum speed
0: 6 mHz
1: 15 mHz
FF: to go as fast as possible

But you must also check that the OS version (_getbasever) >= 1.13
or bad things will happen.

Click link for official info from TI.

     7 December 2001, 21:32 GMT


Re: Re: Re: Re: TI-83+ Application Signing Utility for Linux
Michael Vincent  Account Info
(Web Page)

Or, you could do this simple check which works on all OS versions:

in a,(2)
and 80h
jr z,notSE
ld a,1
out (20h),a
notSE:

     8 December 2001, 15:00 GMT

Re: TI-83+ Application Signing Utility for Linux
John Mitchell  Account Info

What?!? No source code?

     10 December 2001, 00:46 GMT


Re: Re: TI-83+ Application Signing Utility for Linux
Peter Martijn Kuipers  Account Info

No, sorry
TI didn't want me to relase the (mostly their) source code (yet?)

     10 December 2001, 07:26 GMT
1  2  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer