ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: News :: TI Online Store Updates

TI Online Store Updates
Posted by Michael on 27 August 2004, 04:19 GMT

TI's Online Store has been busy with updates recently. For the 83 Plus and 83 Plus Silver Edition, operating system v1.18 is out. 84 Plus and 84 Plus Silver Edition users will want to download v2.22.

[Pink faceplate and slidecase combo]But wait, there's more! 84+, 84+ SE, and 89 Titanium owners can purchase the kickstand slide case (available under Accessories in the store). For $9.99, it lets you prop up your calculator to four different "viewing angels" (celestial battery replacement not included). You can also find on the 84+ Accessories page faceplates of various colors for the Silver Edition, including a limited edition pink faceplate & slidecase package for $10.99.

  Reply to this article


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 Online Store Updates
Timmc Account Info
(Web Page)

Yay, maybe they fixed the bug where the 83+ OS uses Y-var when using Line()
If you use Y in a loop where Y is changing and repeatedly printing lines on the screen then the Var will stay the same. Atleast that happened to a program I made until I used V instead of Y. Grr @ TI, "You said you could use any var!"

Reply to this comment    27 August 2004, 07:11 GMT


Re: Re: TI Online Store Updates
Timmc Account Info
(Web Page)

Oh, staying on topic: I think the 83+SE are banned in formal exams here because of it's memory capabilities.
Anyone know the routine to recover memory that's erased? Hex please.

Reply to this comment    27 August 2004, 07:12 GMT

Re: Re: Re: TI Online Store Updates
ti_is_good_++  Account Info

I know it involves a TSR that hides variables when the OS tries to delete them.

Reply to this comment    27 August 2004, 09:06 GMT


Re: Re: Re: Re: TI Online Store Updates
Timmc Account Info
(Web Page)

I think there was a routine to recover memory though. Not sure on the extent of it but Omnicalc has it....

Reply to this comment    27 August 2004, 13:36 GMT

Re: Re: Re: Re: Re: TI Online Store Updates
W Hibdon  Account Info
(Web Page)

There is a program called "Archive recovery" Just makesure that there is no garbage collect. Also, it only recovers the ROM.

-W-

Reply to this comment    28 August 2004, 04:00 GMT


Re: Re: Re: Re: Re: TI Online Store Updates
Rob van Wijk  Account Info

Omnicalc uses the extra RAM in the SE (which is never used by TIOS) to store a backup of your RAM. If TIOS decides to reset your RAM, Omnicalc's RestoreMem() function will restore its backup, thus recovering the contents of your RAM memory.

Reply to this comment    30 August 2004, 11:28 GMT


Re: Re: Re: TI Online Store Updates
michael knoop  Account Info

Dan E. Made a program to recover data when deleted directly from the archive. Deleteing from the archive apparently only deletes the VAT entry. This program looks for the actual program data stored elsewhere and recovers. On the note of using Omnicalc; Omnicalc doesnt exactly "recover" data. It simply copies the ram to the extra 24k (not available to the normal user, but it does exist) and copies back when RestoreMem() is called.

Reply to this comment    27 August 2004, 22:01 GMT

Re: Re: Re: Re: TI Online Store Updates
Timmc Account Info
(Web Page)

I might end this line of conversation, the VACC might not know of this and just ban them on the basis that they're better than the standard 83+ and would dissadvantage others.

Reply to this comment    28 August 2004, 02:17 GMT


Re: Re: Re: Re: Re: TI Online Store Updates
Rob van Wijk  Account Info

Except ofcourse that SE's aren't "better" than regular 83+'s, not in any way that could give you an unfair advantage on tests at least.

Reply to this comment    30 August 2004, 11:30 GMT


Re: Re: Re: Re: TI Online Store Updates
qbman  Account Info

Actually, isn't the extra RAM much greater than 24k. I thought it was at least 32k or as much as 96k (I can't seem to remember which). I read something somewhere about the asm ports that control the extra RAM and found that there were pages that are not being used. With each page being 16k, there would at have to be 32k extra for a total of 64k on the SE.

I only have the old 83+, so I didn't really pay attention to all the extra RAM that the SE had; however, if the extra RAM is 96k*, then someone needs to write an asm file manager that can allow people to back up even more programs the the extra RAM.

*I can't remember if the SE has 4 or 8 pages of RAM. I know the old 83+ has only 2, so by multiplying by 16k, the calculators would have

83+ 32k
83+SE (if 4 pages) 64k
83+SE (if 8 pages) 128k

I don't know, but maybe the 84 series has more RAM, and no one has been told yet (but it's doubtful). TI didn't let us know about the increase with the SE, so why would they change now about what they let us know.

Reply to this comment    30 August 2004, 19:49 GMT


Re: Re: Re: Re: Re: TI Online Store Updates
blauggh Account Info

Now *that* is interesting. My major complaint about the 83+ series of calculators has always been that its RAM is too small. (Well, that and the whole 8K asm program limit.) If there were a systematic way of accessing those extra pages of RAM, then you could use them for archiving extra data/programs.

You might also be able to use it to extend the effective side of runnable asm programs to a full 16K.

Imagine if you will: The 83+SE will only allow ASM programs to be run if the instructions are being fetched from a certain page in memory. Is the protection based on the address being sent out of the CPU, or on the address being received by the RAM chip?

If it is based on the address received by the RAM chip, then you're sunk. But, if it is based on the address being supplied by the CPU, then there is hope. You could use a Flash APP to switch a new RAM page in, which happens to contain an ASM program starting at address 0000. Jump to address 0000, and the ASM program will run, with a full 16K to play with before risking triggering the HW reset.

Reply to this comment    1 September 2004, 21:12 GMT


Re: Re: Re: Re: Re: Re: TI Online Store Updates
Benjamin Moody  Account Info

The 83+ SE has a 128k RAM chip. (So do the 84+ and SE.) It is mapped to logical pages 80-87. Of those eight pages, four are executable (81, 83, 85, and 87.)

Only two of those pages -- 80 and 81 -- are ever touched by TIOS. Thus all four models have the exact same amount of user memory.

If you want to, you can eat three of the four odd RAM pages and get a full 48k of executable RAM swapped at once. You'll be overwriting Omnicalc backup and VC, though, and people won't like that.

Reply to this comment    3 September 2004, 00:14 GMT

Re: TI Online Store Updates
Timmc Account Info
(Web Page)

Anything new in 83+ 1.18 OS ?
Other than the vague description: Improved CBL/CBR & Keyboard Support.

Reply to this comment    27 August 2004, 07:42 GMT

Re: Re: TI Online Store Updates
Memwaster  Account Info

I missed 1.17.. what happened then?

Reply to this comment    27 August 2004, 08:29 GMT

Re: Re: Re: TI Online Store Updates
Timmc Account Info
(Web Page)

I think they're going to go up by .02 now. =P
next OS should be 1.2y (for Y bug fix) *hint*

Reply to this comment    27 August 2004, 13:38 GMT


Re: Re: Re: Re: TI Online Store Updates
no_one_2000_  Account Info
(Web Page)

Nah, don't worry about that. Just take it as a fact that when using graphs or graphing functions, the calculator will use the X and Y variables and their values will be changed. Think of them as "reserved" variables and don't use them in programs where you graph stuff.

And I doubt that they skipped one. They probably HAD a 1.17 OS and just didn't have it out for very long.

Reply to this comment    28 August 2004, 00:15 GMT

Re: Re: Re: Re: Re: TI Online Store Updates
W Hibdon  Account Info
(Web Page)

Or they discovered a critical bug right before launch, but some did have it. so they put 18 out so that there was no confusion.

-W-

Reply to this comment    28 August 2004, 04:03 GMT

Re: Re: Re: Re: Re: Re: TI Online Store Updates
dogman6400  Account Info

are there any compatibility issues with the new OS?

Reply to this comment    28 August 2004, 04:30 GMT


Re: Re: Re: Re: Re: Re: TI Online Store Updates
no_one_2000_  Account Info
(Web Page)

I thought it would be something like that. I know it seems like they skipped some on the TI-89 because there are certain ROMs that are really hard to find, but I looked it up and apparently, they didn't skip any, they just released them for a very short time.

Reply to this comment    28 August 2004, 13:33 GMT


Re: Re: Re: Re: Re: TI Online Store Updates
CajunLuke Account Info

>> the calculator will use the X and Y variables

That;s why you can't archive them.

>> They probably HAD a 1.17 OS and just didn't have it out for very long.

One of my friends recently bought a 83+ that came with 1.17.

Reply to this comment    2 September 2004, 20:31 GMT


Re: Re: Re: TI Online Store Updates
Morgan Davies  Account Info
(Web Page)

Actually Michael just informed me that there were some 83+'s sold with version 1.17 but they never made it available for download on their site. You might be able to ask them for a copy in an e-mail.

Reply to this comment    27 August 2004, 14:40 GMT

Re: Re: Re: Re: TI Online Store Updates
Nikky Southerland  Account Info
(Web Page)

Yeah, my sister got a Blue regular 83+ recentaly with OS 1.17
Don't know what I did though...

Reply to this comment    27 August 2004, 17:24 GMT


Re: Re: Re: Re: TI Online Store Updates
Adam Rust  Account Info

hmmmm.... i to noticed that the previous update was 1.16 and it also said it fixed the same thing as the new one..... kinda strange. Maybe it fixes something other than what they are saying.... any ideas?

Adam

Reply to this comment    27 August 2004, 19:34 GMT


Re: Re: Re: Re: Re: TI Online Store Updates
ti_is_good_++  Account Info

Two stages of improvement. For example, 1.16 could introduce basic support and 1.17 could make the external and internal keyboards functionally the same.

Reply to this comment    27 August 2004, 20:48 GMT


Re: Re: Re: Re: Re: Re: TI Online Store Updates
Michael Vincent  Account Info
(Web Page)

That they didn't bother to update the description is a far more likely explanation.

Reply to this comment    28 August 2004, 00:32 GMT

Re: Re: Re: Re: Re: Re: Re: TI Online Store Updates
Timmc Account Info
(Web Page)

jsp generated page, reference to 1.18 xml name whilst page hasn't been changed in a few months. =P

Reply to this comment    28 August 2004, 02:20 GMT


Re: Re: Re: Re: Re: Re: Re: TI Online Store Updates
Jason Malinowski  Account Info

I believe the OS download page's title still said 1.16 (even though it was changed everywhere else to 1.18).

It's probably just that TI didn't change it (although I have yet to look closely at the OS...had to swap batteries with my 89 to send it.)

Reply to this comment    29 August 2004, 20:24 GMT


Re: Re: TI Online Store Updates
tal_oz  Account Info
(Web Page)

I think that it runs faster because I actually put the new OS today in the morning and it seriously felt faster (...or maybe im hi and I forgot that it RAM cleard and that usually makes it go faster. Oh well.)
>hey faceplates are cool but as we all know its just to make money. Why the heck do we need to custimize our graphing calculators. A kickstand is cool because its actually somewhat useful. Go TI because the 84+ and the 89ti are awsome calcs.

Reply to this comment    27 August 2004, 21:53 GMT


Re: Re: Re: TI Online Store Updates
TheGreatOne Account Info

>> Go TI because the 84+ and the 89ti are awsome calcs.

I dunno about that.. all they did was add memory and a USB port. Seems to me they're lazy.

As for the new OS, I find it strange that the date says Aug.25, 2004. Don't they usually spend a month or two testing it before it comes out..

Reply to this comment    27 August 2004, 23:03 GMT


Re: Re: Re: Re: TI Online Store Updates
no_one_2000_  Account Info
(Web Page)

Yes, they didn't add much to them, but that doesn't mean that they're not worth buying. They're still very good calculators. All TI needs to do is come up with some more practical ideas for your calculator. Not fancy coloring things to make it look "pretty."

Reply to this comment    28 August 2004, 00:18 GMT


Re: Re: Re: Re: Re: TI Online Store Updates
jessef Account Info

that might be the problem I mean what more can you want out of an 89 besides size which they did not do.

Reply to this comment    29 August 2004, 20:25 GMT


Re: Re: Re: Re: Re: Re: TI Online Store Updates
no_one_2000_  Account Info
(Web Page)

I wouldn't want the calculator to get any bigger. If you want physical size, go for a TI-92+ or a V200. I like being able to fit the calculator in my pocket. Besides, it's not considered to be a computer (no QWERTY), so you can use it for many more things.

Reply to this comment    30 August 2004, 01:08 GMT

Re: Re: Re: Re: Re: Re: Re: TI Online Store Updates
jessef Account Info

what I was saying is the only thing that ti could do to improve the 89 would be to shrink it, but I think that the titanium is bigger

Reply to this comment    31 August 2004, 04:28 GMT


Re: Re: Re: Re: Re: Re: Re: Re: TI Online Store Updates
no_one_2000_  Account Info
(Web Page)

It's bigger? I thought they were the same size. Well, it's shaped a bit differently...

Reply to this comment    31 August 2004, 14:04 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: TI Online Store Updates
jessef Account Info

it feels bigger, to me, I could be wrong but I think it is.

Reply to this comment    2 September 2004, 02:53 GMT


Re: Re: Re: Re: Re: Re: Re: TI Online Store Updates
Lewk Of Serthic Account Info
(Web Page)

Are you allowed to use a calculator with a DOVAK (I probably misspelled that) keyboard on the SATs?

Reply to this comment    31 August 2004, 15:41 GMT


Re: Re: Re: Re: Re: Re: Re: Re: TI Online Store Updates
ti_is_good_++  Account Info

No DVORAK keyboards, either.

Reply to this comment    31 August 2004, 23:35 GMT

1  2  3  4  5  

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