Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - critor

Pages: 1 ... 105 106 [107] 108 109 ... 137
1591
Other Calculators / My new useless Nspire
« on: February 02, 2011, 11:06:18 am »
Look at this very rare TI-Nspire CAS prototype - even DataMath.org doesn't have it.



You can easily mistake it for a commercial TI-Nspire CAS... be carefull when buying online!

Notice the small icon at boot time in the top left hand corner of he screen.




It has early versions of the 1.1 boot1/boot2/diagnostics:
Boot1: 1.1.8129 (instead of 1.1.8916)
Boot2: 1.1.8310 (instead of 1.1.8981)
Diagnostics: from 2007.03.31 (instead of 1.1.8769 from 2007.04.17 - version is not shown on early diagnostics and only readable in the dump)


It does reject all commercial CAS & basic OSes 1.1-2.1.
The OS is rejected at the end of the download (so, something to do with the validation).

It probably had a 1.1 OS prior to 1.1.9170.
Yes, "had"... being unable to update the OS, the previous owner thought it would work better after erasing the OS through the maintenance menu.


The calculator is now totally useless.

Do you have any idea on how i could dump those early versions of the boot1/boot2/diagnostics, and on how I could install a working OS?

Remember: no OS -> no Ndless... ???

1592
Other Calculators / Re: A 83+ with 1400 Ko !
« on: February 02, 2011, 10:36:40 am »
Hmm... I've heard about similar stuff happening before. Maybe your swap sector is deleted... If it is, garbage collecting and a few other things will crash your calc. But this doesn't seem right... I think the 83+ doesn't have more than 1 MB of total flash memory (including OS, certificate, and swap sector), but I'm not sure.

In fact, the TI-83+ FlashROM chip is 512Kb (160Kb archive).
The TI-84+ FlashROM chip is 1Mb (480Kb archive).
And the TI-83+SE/84+SE FlashROM chip is 2Mb (1.5Mb archive).

1593
News / Re: PolyPatch84 released
« on: February 02, 2011, 06:43:33 am »
I tried transferring the 2.53 and 2.55 MP patch but TI-Connect keeps telling me "Cannot transfer application to the connected TI device. A certificate is needed for a successful transfer.

Do I need to manually sign the OS for a successful transfer? Note, my 83+SE runs OS 1.19 and here is the serial: I-0501


Ok. This should not happen.
I'm checking...

The certificate is not a problem with the signature, but with the header of the file.

1594
TI Z80 / Re: Four Level Grayscale Video
« on: January 31, 2011, 08:24:41 pm »
Great! :)

Oh, and it definitely won't work on an 83+ for so many reasons.

And with a TI-83+SE?

1595
TI-Nspire / Re: TI-Nspire Video Player
« on: January 31, 2011, 06:50:06 pm »
That's great!!!
After reading images, the Nspire is now playing videos! :)


If I've understood correctly, you are using a list of images.

The only problem currently, is that it won't be easy for most users to convert a video as it needs to be compiled.


Could you think of a specific separate file format that could be opened by your program?
Then no compilation would be needed.

For example:
- concatenated bitmaps in a single file
- bitmaps with a numeric suffix like 001, 002, 003...
- or if you have the courage and the time, supporting GIF files (many free online tools let you convert videos to animated GIF files)


What do you think of this?

1596
Calculator C / Re: TI-Nspire Video Player Help
« on: January 31, 2011, 06:40:46 pm »
Sorry, I was quite busy today.

I'm glad the problem is solved :)

1597
Calculator C / Re: nDOOM - Fixing the crash on exit
« on: January 31, 2011, 06:33:56 pm »
This might be it! :
A screen buffer is equal to SCREEN_WIDTH*SCREEN_HEIGTH/2, so this would be 320*240/2, not 320*240
Try using the constant "SCREEN_BYTES_SIZE" for the third argument of memcpy! :)

The screen buffer's that size only if you're in 4bpp mode... I'm using 8bpp (so I don't have to bother with nibble->byte conversion), where the screen buffer is indeed 320*240 (hence using SCREEN_BYTES_SIZE gives you only half the screen in this mode).


The first mViewer beta was using 4bpp mode.
When I changed the source to use 16bpp mode, i experienced very frequent reboots on exit.

mViewer is now very stable.

How did I solve the problem?
- I'm allocating my own separate 16bpp screen buffer
- I'm changing the screen buffer base address (see HackSpire)
- I'm switching the mode from 4bpp to 16bpp

Of course, before exiting:
- I switch the mode from 16bpp to 4bpp
- I restore the original screen buffer address
- I'm freeing my now unused 16bpp screen buffer


Hope this can help you.


Now, some questions for you.

Do the wad file still have to be in the root document folder?
(with OSes 1.X, it's not easy storing things in that folder...)

With my basic Nspire ClickPad, and the wad file in the same folder as ndoom, I'm getting a reboot upon starting... no error message.
It happened both with Ndless 1.7 and Ndless 1.4.

1598
ASM / Re: [Urgent Request] Modifying OS 2.53MP
« on: January 28, 2011, 02:17:43 pm »
You cannot delete applications/appvars with the patched OS.

But there is a way to delete programs.
Just unarchive the programs you want to remove,  and make a RAM reset.

1599
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 27, 2011, 07:27:37 pm »
TouchPad calculators with a 2.x OS can be downgraded to any 1.x OS using Nleash.

1600
ASM / Re: [Urgent Request] Modifying OS 2.53MP
« on: January 27, 2011, 06:39:30 pm »
It should be, if you write it into the boot code with TI's utility.

I's possible to write in a TI-73/83+/84+ boot code using only softwares?

1601
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 27, 2011, 06:12:38 pm »
Yes. It only works on 2.0.1 and 2.1.0.

1602
Here's a link for the basic Nspire 1.4.11653 OS:
http://replay.waybackmachine.org/20080829033103/http://education.ti.com/downloads/files/ti-nspire/TI-Nspire.tno

It's as legal as my last link some posts above.

It comes from the new beta site of the Internet Wayback Machine.
Strangely, that file is not indexed on the old web.archive.org site (that's why I didn't post it earlier).

1603
News / Re: PolyPatch84 released
« on: January 26, 2011, 08:12:16 pm »
MathPrint is composed of 2 parts:
- the editor (when you're entering a natural expression)
- the viewer (to display the result in a natural way - only support fractions)

You've got exactly the same thing on the basic TI-Nspire.

1604
News / Re: PolyPatch84 released
« on: January 26, 2011, 05:45:00 pm »
So 2.53 MP won't work on the 83+ BE?  or did i read it wrong?

2.53MP/2.55MP won't work on 83+BE because of the too small RAM chip.
You can install them and boot them, but they will be very unstable.
They will crash when being asked for 1+1 for example.

But the MathPrint editor is working, which makes the above photo possible.
I should have taken a photo with a 83+SE, but mine doesn't want to boot those OSes. But it worked on Brandon's 83+SE, that's why I would like more statistics with datestamps.

Critor TI-83+SE (I-0301): 84+ OSes 2.30-2.55 don't boot
BrandonW TI-83+SE (?): 84+ OS 2.53 does boot (others untested)

1605
News / Re: PolyPatch84 released
« on: January 26, 2011, 05:34:50 pm »
If I run a TI 84+ OS on my 83+SE, would linking work?

With my basic TI-83+ running a TI-84+OS, linking is still working.

Pages: 1 ... 105 106 [107] 108 109 ... 137