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 ... 30 31 [32] 33 34 ... 137
466
Casio Calculators / Re: Upgrade fx9750GII to fx9860GII problem
« on: December 28, 2012, 04:16:17 pm »
Actually we might not be able to help much due to new forum policies (added after many complains from members of another TI forum and to avoid more inter site drama) but if you e-mail cfxm he might be able to help you. I think an issue is that you got a new generation 9750G with the SH4 processors, but cfxm apparently knows the answer :)

Might we know what kind of complaints would be related to the 9750Gii -> 9860Gii transformation?
This is not related to cheating to my advice.

Because I'm now wondering if I should stop newsing here on Linux and Boot1 flashing on the TI-Nspire for example. Many things have been attempted successfully this week... It would be sad not to tell you the end of the story.

467
News / Re: A hot air balloon in the TI-Nspire Color Diags ?!!!
« on: December 27, 2012, 03:42:48 pm »
width*height*(bitdepth/8)
=320x240x2
=153600B
=150KB

468
News / Re: A hot air balloon in the TI-Nspire Color Diags ?!!!
« on: December 27, 2012, 02:25:20 pm »
And for some reason, they have every image once for each language :P

And there are similar wastes of space on the handhelds.
But fotunately, nCleaner does deal with that ;)

@critor, can you see in what format the image is saved? Because this means some kind of format is natively supported, or am i wrong here?

It's just raw R5G6B6 top-down without a header.
That's simply the native format for the screen, which I'm using in mViewer.

469
News / Re: A hot air balloon in the TI-Nspire Color Diags ?!!!
« on: December 27, 2012, 02:17:59 pm »
Ok, thanks. :)

470
News / Re: A hot air balloon in the TI-Nspire Color Diags ?!!!
« on: December 27, 2012, 02:13:20 pm »
Which image package?

471
News / Re: A hot air balloon in the TI-Nspire Color Diags ?!!!
« on: December 27, 2012, 02:08:49 pm »
Strangely, the photo seems to be from september 2010 too, exactly like the Diags build date. Was one of the TI-Dallas Nspire CX developpers coming back from Colorado at that time? ;)

472
News / A hot air balloon in the TI-Nspire Color Diags ?!!!
« on: December 27, 2012, 02:01:02 pm »
TI-Nspire TouchPad, CX and CM come with a diagnostic software which can be launched by holding down before a reboot.

The EVT1 TI-Nspire Color prototype we discovered in a previous news is no exception:

This 3.0.0.102 version was compiled on 24th september 2010, and introduces itseld as a "NSC EVT1 Version3 Diag Menu".



Development Diags softwares are usually much more interesting than production Diags softwares, as they often include additionnal options.

Let's go to the "2. LCD" menu and launch the "LCD Pixel Test":

Nothing different from production Diags are you going to say?
On a production Diags, the test would end now, yes...

But on this prototype there's an additionnal screen:

Wow! :o

Yes, there is an image hard coded in this prototype developement Diags, which was then removed on production Diags.

For information, it's a photo from the Aspen hot air balloon festival (Colorado) and here is it:

Strangely, the photo seems to be from september 2010 too, exactly like the Diags build date. Was one of the TI-Dallas Nspire CX developpers coming back from Colorado at that time? ;)


The diagnostics has been dumped. If you flash it on your production TI-Nspire CX, your Boot1 won't accept to run it.

But you can run it without installation using my nsNandMgr tool! ;)





Source:
http://tiplanet.org/forum/viewtopic.php?p=133920&lang=en

473
Other Calculators / Re: A fullscreen image on a Nspire Color prototype?!!!
« on: December 26, 2012, 04:11:04 pm »
wait, the prototype supportes nativley assembly?
No, it doesn't support assembly natively.

Or did you turn the alpha-channel of the menu to 0? (or set it as graph background and disable axis etc.)
No, I didn't do anything in order to trick a fullscreen display from within the OS. (I know such a thing is (was?) possible with Lua)

474
Other Calculators / Re: A fullscreen image on a Nspire Color prototype?!!!
« on: December 26, 2012, 04:06:51 pm »
How? You transmitted it to the calc :P

Just try on a normal TI-Nspire CX and tell me if you manage to do this and how. ;)


this may be a dumb question, but is the NspireColor a prototype for the CX, or for a future version of the nspire?

TI-Nspire Color is the name of the TI-Nspire CX prototypes.


I never knew about the Nspire color prototype.

Then you missed some news two months ago:
http://ourl.ca/17425

475
Other Calculators / A fullscreen image on a Nspire Color prototype?!!!
« on: December 26, 2012, 03:58:45 pm »
Let's play a game tonight - instead of giving you the news and the photos inside it, I give you the photo - try to guess what the news could be! ;)



So a fullscreen image on a TI-Nspire Color prototype, which should be stuck to development OSes.

Here is the original image:




Question: how did I do? ;):P

476
News / Re: New nspire_emu 0.70 with CAS+ support !
« on: December 26, 2012, 07:26:50 am »
The right CAS+ option is /MP.
Code: [Select]
nspire_emu /1=your_casp_boot1 /PB=your_casp_boot2 /PO=your_casp_os /MP

For your first try, you should use Boot1/Boot2 1.0.526 and OS 1.0.529/1.0.554.
It works.

Older Boot2 are using a different format for OS images preloaded in memory or sent through RS232.
As it is not easy on the emulator side to guess which format is the right one, the /PO parameter uses the format suitable for the latest and more common CAS+ Boot2 (1.0.526).

For older Boot2 versions, you'll need to remove the /PO parameter, hexedit your OSes, add a specific header, and send the file using the Xmodem emulation.

For information:
Quote from: Goplat
boot2 EVT2 versions:
* preload format: 0x18 bytes, followed by contents of phoenix.img
+ 0x00: nul-terminated string "***PRELOAD_IMAGE***"
+ 0x14: phoenix.img size (big-endian)
* OS sent by XMODEM has no header (just phoenix.img)
* preload images in flash have no ECC

boot2 1.0.491:
* preload format: 0x1C bytes, followed by contents of manifest_img and
phoenix.img
+ 0x00: nul-terminated string "***PRELOAD_IMAGE***"
+ 0x14: manifest_img size (big-endian)
+ 0x18: phoenix.img size (big-endian)
* OS sent by XMODEM includes preload header
* preload images in flash have no ECC

boot2 1.0.526:
* preload format: 0x20 bytes, followed by contents of manifest_img and
phoenix.img
+ 0x00: nul-terminated string "***PRELOAD_IMAGE***"
+ 0x14: bytes 55 F0 01 55
+ 0x18: manifest_img size (big-endian)
+ 0x1C: phoenix.img size (big-endian)
* OS sent by XMODEM includes preload header
* preload images in flash have ECC in the "extra" part of each flash page

477
News / Re: nsNandMgr, the NAND Swiss Army knife for the TI-Nspire
« on: December 25, 2012, 06:08:51 pm »
I often noticed, however, that every week or so, we would see a news on Omni or TI-Planet saying that the boot1, boot2 or OS of one Nspire model/prototype in particular was flashed/dumped/etc for the first time ever, and I kinda got confused over time so I hoped one day there would be a topic compiling every single news link in one page D:

I'm glad to see you're interested :)
Someday... ;)

478
News / nsNandMgr, the NAND Swiss Army knife for the TI-Nspire
« on: December 25, 2012, 04:40:03 pm »
In the past, many NAND related Ndless tools were released for the TI-Nspire ...



And this list is a problem in itself, because this wide range of NAND tools is very difficult to keep up to date.
Some tools have been updated to Ndless 3.1 for TI-Nspire CX, but not for TI-Nspire ClickPad / TouchPad for exemple. (FlashBoot2CX, FlashDiagsCX, DowngradeCX) :(
Other tools have never been updated to Ndless 3.1! (Boot2Launcher, DiagsLauncher) :(



I had already started to sort things by releasing my universal dumping tool, Polydumper, compatible with all TI-Nspire models and compiled for every released Ndless version from 1.1 to 3.1! ;D



Today I'm at it again with nsNandMgr! ;)

nsNandMgr is destined to become the Swiss Army knife of the NAND memory on the TI-Nspire. It includes all the functionalities of the tools mentioned above and even more! ;)

It allows you to:
  • change the type of your TI-Nspire (CAS or non-CAS) in the case where the used ASIC chip is generic (ClickPad prototypes from 2007)
  • dump the Boot2
  • flash a Boot2 image
  • launch a Boot2 image without installation
  • dump the Diagnostics software
  • flash a Diagnostics software image
  • launch a Diagnostics software image without installation
  • remove the minimum installable OS version downgrade protection
  • change the Boot2/Diags boot order
  • delete the Boot Data area
  • delete the Diags Data area

Published under a free license of course, the critic code is centralized with only a total of two NAND writing instructions in the whole program for all mentionned functionnalities! ;D
It should be easy to maintain for future versions.

nsNandMgr has also been designed to check the Boot2 and Diags images before flashing or running them, in order to prevent some unintended accidents. ;D



Let's try to understand the possibilities with examples. Here's a TI-Nspire CX CAS:
  • As the ASIC is not generic (Nspire CAS), it is not possible to change the Nspire type.
  • It comes with a compressed CX Boot2 3.1.0.16, and the file '/ndless/boot2.img' contains a compressed CX Boot2 3.0.1.131. It is therefore possible to run this image, or even flash it performing a Boot2 downgrade.
  • It comes with an uncompressed CX Diags 3.1.0.20, but here the '/ndless/diags.img file contains an uncompressed CM Diags 3.1.0.21. As the Boot1 will refuse this TI-Nspire CM Diags, nsNandMgr won't let you flash it. But as hardware is similar, it will let you run it.
  • The minimum installable OS version is 3.0.2.1785 and the boor order is Boot2 then Diags upon failure.
So just a few keystrokes and you perform a Boot2 downgrade from 3.1 to 3.0.1, the removal of the OS antidowngrade protection, and the launching of the TI-Nspire CM diagnostic software! ;)



Now let's take a non-CAS TI-Nspire ClickPad:
  • As the ASIC is not generic (Nspire non-CAS), it is not possible to change the Nspire type.
  • It comes with a compressed Boot2 3.0.1.131, and the file '/ndless/boot2.img' contains a compressed Boot2 1.4.1571. It is therefore possible to run this image, or even flash it performing a Boot2 downgrade.
  • It comes with an uncompressed Diags 1.1.9266, and the file '/ndless/diags.img contains an uncompressed development Diags 1.1.7383. Although the current nsNandMgr will let you flash this prototype Diags, Boot1 will refuse it. But you can still run it from nsNandMgr.
  • The minimum installable OS version is 3.0.2.1785 and the boor order is Boot2 then Diags upon failure.
So just a few keystrokes and you perform a Boot2 downgrade from 3.1 to 1.4, the removal of the OS antidowngrade protection, and the launching of the TI-Nspire prototype diagnostic software! ;)



Finally, let's take a non-CAS TI-Nspire ClickPad prototype:
  • As the ASIC is generic, it is possible to change the Nspire type to CAS.
  • It comes with a compressed Boot2 1.4.1571, and the file '/ndless/boot2.img' contains a compressed CX Boot2 3.0.1.131. As hardware is uncompatible,  nsNandMgr won't let you flash or run it.
  • It comes with an uncompressed Diags 1.3.2406, and the file '/ndless/diags.img contains an uncompressed Lab Cradle Diags 3.0.1658. As the Boot1 will refuse this TI-Nspire Lab Cradle Diags, nsNandMgr won't let you flash it. But as hardware is similar, it will let you run it.
  • The minimum installable OS version is 3.0.2.1785 and the boor order is Boot2 then Diags upon failure.
So just a few keystrokes and you perform a TI-Nspire to TI-Nspire CAS transformation and the removal of the OS antidowngrade protection. ;)



nsNandMgr: take the control! ;D



Source & download:
http://tiplanet.org/forum/viewtopic.php?p=133849&lang=en

479
News / Re: Ticalc.org launches POTY 2012
« on: December 25, 2012, 03:46:16 am »
If a program you think should be on the voting list doesn't get featured when it's submitted, you can always suggest it as a feature by emailing featprog@ticalc.org as said on this page.

If just 1 or 2 entries were missing, yes I'd do it - everybody can miss an important program as 2012 has been a very productive year.
When allmost all 2012 major programs are missing like here, it's a different thing...

480
General Calculator Help / Re: Nspire Boot2 Broken!
« on: December 24, 2012, 04:49:33 pm »
Seems you're directly connecting your TI-Nspire to you computer DB9/COM port.
That won't work.

The TI-Nspire uses the TTL protocol, which has different voltages level and polarity than the RS232 protocol.

You need some interface between the TI-Nspire and the computer to convert the voltages.

The easiest way is using a TTL/USB interface:


They're usually based on FTDI chips.

Pages: 1 ... 30 31 [32] 33 34 ... 137