Author Topic: OS 2.21 From Calc to Computer  (Read 11629 times)

0 Members and 1 Guest are viewing this topic.

Offline Mighty Moose

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 141
  • Rating: +4/-0
    • View Profile
OS 2.21 From Calc to Computer
« on: October 08, 2010, 10:43:42 pm »
I recently acquired a very ancient TI-84+SE calculator with OS 2.21 still installed.  Is there any way I can get the OS from calculator to computer?
Thx.
Cheers!
I beta test, so...yeah.  PM me if you want me to test anything :D.

Almost only counts in horseshoes and handgrenades.

Cogito ergo sum.

Calcs:
TI-84+, OS 2.43, Boot Code 1.02, 128k RAM
TI-84+SE VSC, OS 2.43, Boot Code 1.00, 128k RAM  (I'm spoiled :P)
TI-81, OS 1.6K (only borrowed)
Casio fx-CG10 (Prizm), OS 01.04.0200
TI-Nspire Clickpad, OS 1.4
TI-Nspire Clickpad, OS 3.1.0.392
TI-Nspire CAS Clickpad, OS 1.6.10110 (!?) now OS 3.1.0.392

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OS 2.21 From Calc to Computer
« Reply #1 on: October 08, 2010, 11:40:40 pm »
Mhmm I'M not sure if this is possible. You might want to check if TI-Connect got such option, or maybe check TiLP (make sure only one is installed at once)

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: OS 2.21 From Calc to Computer
« Reply #2 on: October 10, 2010, 09:09:23 am »
TILP should be able to perform ROM dumps, indeed.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OS 2.21 From Calc to Computer
« Reply #3 on: October 10, 2010, 01:08:35 pm »
I think he wants to copy the OS to his computer, though, not a ROM.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: OS 2.21 From Calc to Computer
« Reply #4 on: October 10, 2010, 02:36:56 pm »
Yeah, I don't think any existing software can do this. To briefly outline the procedure, you'll need an ASM program that dumps each page of the OS into a 16KB appvar. Then those appvars need to be sent to a computer, and a program assembles them into a .8xk.
"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: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OS 2.21 From Calc to Computer
« Reply #5 on: October 10, 2010, 03:01:35 pm »
How do you use the OS afterward, though? Do you just run the app and it overwrites the OS sectors?

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: OS 2.21 From Calc to Computer
« Reply #6 on: October 10, 2010, 03:10:42 pm »
hm? The computer program would generate a .8xk, just like TI's official ones.
The theoretical on-calc program just reads the OS; it doesn't change it :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 TC01

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 344
  • Rating: +9/-0
    • View Profile
Re: OS 2.21 From Calc to Computer
« Reply #7 on: October 10, 2010, 05:00:55 pm »
hm? The computer program would generate a .8xk, just like TI's official ones.
The theoretical on-calc program just reads the OS; it doesn't change it :P

I think you mean .8xu. .8xk is app format, .8xu is flash OS format.



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 calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: OS 2.21 From Calc to Computer
« Reply #8 on: October 10, 2010, 05:04:56 pm »
Oh, definitely. My mistake. 8xu it is.
* calcdude shouldn't have made such a silly mistake. :P
« Last Edit: October 10, 2010, 05:05:12 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: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OS 2.21 From Calc to Computer
« Reply #9 on: October 10, 2010, 11:44:07 pm »
Yeah that's why I was confused, as I thought the file would have to be a 8xu file.

Offline FloppusMaximus

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +57/-5
    • View Profile
Re: OS 2.21 From Calc to Computer
« Reply #10 on: October 11, 2010, 12:23:04 am »
What calcdude84se is describing is a ROM dumper (albeit somewhat harder to use than your typical ROM dumper.)  The OS is part of "ROM", you know. :)

Presumably the question is how to convert a binary ROM image into an 8xu file that you could install on another calculator, and the answer is, as far as I know there isn't any program to do that.  But it wouldn't be difficult to write.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OS 2.21 From Calc to Computer
« Reply #11 on: October 11, 2010, 12:32:44 am »
Ah right, the ROM contains the OS. From what I recall, Critor had a ROM to OS converter, as he took a Flash Debugger TI-73 ROM file (clc I think) and converted it to an OS. I then installed it on a real TI-73 to see if it worked. It was a rare OS too, from what I remember.

I'll go check TI-BANK website later to see if it was hosted there.

Offline FloppusMaximus

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +57/-5
    • View Profile
Re: OS 2.21 From Calc to Computer
« Reply #12 on: October 12, 2010, 12:02:13 am »
Here's a program that should work to convert an 83+/84+ ROM image to an 8xu file.  It doesn't sign the OS or even check that the signature is valid; garbage in, garbage out.

Funny story: the first real ROM image I found to test this on was a dump of a TI-83+ running OS 1.12.  So I ran the program and compared the results against os112.8xu.  I was expecting to see a few differences between the two files (the date stamp is different, and TI's older OS files don't have the version number in the header.)  But as it happened, the two files matched even more exactly than I had hoped... because it turns out OS 1.12 was originally released on October 11, 1999.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OS 2.21 From Calc to Computer
« Reply #13 on: October 12, 2010, 02:00:14 am »
Wow... 1.12, that brings back some memories. This is what my TI-83 Plus came with when I bought it in July 2001, same for my bro's calc. Is it me or was that OS slightly faster than newer ones?

Offline coolsnake

  • LV2 Member (Next: 40)
  • **
  • Posts: 36
  • Rating: +2/-0
    • View Profile
Re: OS 2.21 From Calc to Computer
« Reply #14 on: November 13, 2010, 07:02:42 am »
I got TI-OS 2.21 on my good old "Ti Graphing Product CD v 1.1" that came with my TI-84, maybe you do too.
It's near impossible to find it on the internet I think. The closest thing I found was the less buggy TI-OS 2.22
Unpretty Integrals
This program gives you a graphical representation of the "fnint(" function, which allows you to calculate definite integrals. It is extremely similar to the functionality MathPrint provides, minus the extreme bloat that slows your calculator down to a crawl.