Author Topic: Customize your TI-Nspire CX / CM boot screen at last!  (Read 6788 times)

0 Members and 1 Guest are viewing this topic.

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Customize your TI-Nspire CX / CM boot screen at last!
« on: October 04, 2013, 07:45:00 pm »
In a previous news, we were focusing on the TI-Nspire CX/CM startup screens.
Unlike monochrome TI-Nspire, these calculators include a graphical data stream in the first pages of their NAND memory chip, a part called the Manuf zone. That stream is used during startup by both Boot1 and Boot2.

So far, we could dump up to three different samples of this data stream:
  • on production TI-Nspire CX/CM
  • on TI-Nspire CM EVT prototypes
  • on TI-Nspire CX EVT prototypes



It turns out that the content format has remained exactly the same.
This graphical data flow in RGB-565 has remained a mystery for a long time because it is not visible in NAND dumps. Indeed, it is compressed - but we're not surprised to discover that it's the same compression format as the Boot2, which avoids the small Boot1 to have to manage various decompression algorithms.

This flow is also signed with the same RSA keys as the Boot2, Diagnostics software or OS. That means that it's going to be rejected in case of modifications, and the calculator in this case boots with a default screen similar to the one on monochrome TI-Nspire.
And yet, today is a great day. I'm releasing a tool which will probably be my penultimate Ndless 3.1 program, mySpire, a splash screen editor for the TI-Nspire CX/CM! ;D



How is this possible ?
The startup screen does actually include a maximum of 12 displayable elements which are extracted from the signed data stream. On the data streams we could dump, only 8 of these elements are being used.

And all the parameters about these elements (position, size, part of the data stream...) are unsigned and therefore freely editable!  ;D

We can therefore move all of these elements, and even reuse a part of an element in another one!  ;D

In fact, the logic is completely different from the one of an image editor, because here you're controling the container instead of the content.
But after an adaptation phase you will realize, however, that we can still do very cool effects.

By expanding an element horizontally, one can for example tilt it to the right or reduce it and even make it appear several times!  ;D

By compressing element instead, you can tilt it to the left or enlarge it!  ;D

There's even an option to shift the RGB-565 and get new colors!  ;D

And as Texas Instruments kindly left us 4 free items, by borrowing to uniform areas of the data stream areas we can build fun shapes for example!  ;D



Note that mySpire is a simple file editor. The changes will be applied to the calculator once you flash the modified Manuf image to the NAND memory using another tool like nsNandMgr.
You are therefore free to take all the time necessary to train yourself, to get use to the logic of the RGB-565 date stream containers modifications, and to create your customized boot screen in several times!  ;D

With mySpire and nsNandMgr, your TI-Nspire CX/CM becomes finally yours and you can customize it according to your desires!  ;D

It is also an excellent way to mark your calculator against theft, since there is no official way to cancel the changes.
The only way to rollback is to flash a backup of the original Manuf image using nsNandMgr again.

Look at this... Isn't it beautiful? ;)

And for those who think to a simple trick with mViewer displaying image, I 'm going to show you the creation and flashing of another custom boot screen: ;)
(jump to 8'45 to see directly the reboot with the custom splash screen)



Downloads:
mySpire
nsNandMgr

Source:
http://tiplanet.org/forum/viewtopic.php?f=43&t=13071&lang=en
« Last Edit: October 05, 2013, 06:52:21 am by critor »
TI-Planet co-admin.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Customize your TI-Nspire CX / CM boot screen at last!
« Reply #1 on: October 04, 2013, 08:01:59 pm »
Very cool stuff Critor! :)

Offline Legimet

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +29/-0
    • View Profile
Re: Customize your TI-Nspire CX / CM boot screen at last!
« Reply #2 on: October 04, 2013, 10:12:28 pm »
Awesome! I had been waiting for this for a long time. I wonder if it would be possible to make a nice-looking boot menu for nLaunchy.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Customize your TI-Nspire CX / CM boot screen at last!
« Reply #3 on: October 05, 2013, 05:00:28 am »
That is pretty awesome stuff :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: Customize your TI-Nspire CX / CM boot screen at last!
« Reply #4 on: October 09, 2013, 01:49:56 am »
I like this. I think I recall we could do this a few years ago already, though (but to a much lower scale)?

Offline floris497

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 210
  • Rating: +8/-0
    • View Profile
Re: Customize your TI-Nspire CX / CM boot screen at last!
« Reply #5 on: October 18, 2013, 09:27:39 am »
so if we get all the colors from the existing pictures can we make our own pictures? what is the posibility of placing our own images in the nand?

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: Customize your TI-Nspire CX / CM boot screen at last!
« Reply #6 on: October 18, 2013, 01:22:44 pm »
Quote
what is the posibility of placing our own images in the nand?
Nonexistent ;)

From critor's text:
Quote
The startup screen does actually include a maximum of 12 displayable elements which are extracted from the signed data stream.
(emphasis mine)
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.