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 ... 99 100 [101] 102 103 ... 137
1501
Other Calculators / Re: mViewer - Nspire BMP viewer
« on: March 09, 2011, 08:21:48 am »
Touch pad navigation is very nice! It does suck that youtube's re-encoding messed up the video a bit though. :/

Vimeo reencoding (if any) seems to be quite better:

1502
Other Calculators / Re: mViewer - Nspire BMP viewer
« on: March 09, 2011, 06:28:52 am »
1st public video of mViewer 3.0 "TouchMe Edition"! Enjoy!


(sorry, YouTube did ruin the quality by reencoding the video...)


Could be released today.

1503
News / Re: Ndless 1.2 released for some TI-Nspire CAS prototypes
« on: March 09, 2011, 06:19:31 am »
Thank you very much for the news. :)

Some little precision: TI-Nspire CAS prototypes can come with "special" OSes 1.1 or 1.2.
We just ndlessed the most recent OS, as there is a downgrade protection (all TI-Nspire CAS prototypes can be upgraded to 1.2, but you cannot downgrade back to 1.1)

1504
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: March 07, 2011, 08:06:56 pm »
I don't know if this has allready been reported, but I've got another ClickPad key error in common.h:

Code: [Select]
#define KEY_NSPIRE_UP           KEYTPAD_ARROW_(0x1E, 0x001, TPAD_ARROW_UP)
#define KEY_NSPIRE_CLICK        KEYTPAD_ARROW_(0x1E, 0x001, TPAD_ARROW_CLICK)

On a ClickPad keypad, the "click" key doesn't work, and pressing the "up" key does press the "click" key by the same time.


Correction:
Code: [Select]
#define KEY_NSPIRE_CLICK        KEYTPAD_ARROW_(0x1C, 0x002, TPAD_ARROW_CLICK)

1505
News / Re: TI-Nspire CX and TI-Nspire OS 3.0
« on: March 07, 2011, 05:15:46 pm »
Did you notice how the TI-Nspire CX screen is much smaller than the TI-Nspire screen?

I couldn't find the screen dimensions on TI website, so I've just calculated them.
The TI-Nspire CX screen is 25% smaller, no bigger than a TI-83+/84+ screen.

Find all dimensions and schematics in the TI-Bank news:
http://ti.bank.free.fr/index.php?mod=news&ac=commentaires&id=991

1506
News / Re: TI-Nspire CX and TI-Nspire OS 3.0
« on: March 07, 2011, 03:22:43 pm »
which are "not too big".
Ok this is scary. O.O

500 KB free space maybe? ???

Also when we bought a TI-Nspire, didn't they advertise 16 MB free space on the package? If they still do so now, then it would kinda be like false advertising after installing OS 3.0, right?

16Mb is ok with the CAS OS 2.0.0.
But the french package is mentionning 20Mb, which is false advertising and it's been mentionned in my news too.



The oldest OS you can install (according to TI) is the 2.0.0.
Look at the chart: 16Mb.
You can get allmost 20Mb with OS 2.0.0, only by using the TNOC tool.

1507
News / Re: TI-Nspire CX and TI-Nspire OS 3.0
« on: March 07, 2011, 03:10:57 pm »
According to some TI staff (T3 teacher from Univers-TI-Nspire who has "worked" on the 3.0 software), the new 3.0 OS will be installable on old TI-Nspire Clickpad/TouchPad, but we'll have to use documents which are "not too big".




As TI had never mentionned a free space problem with the 2.1 OS (although there is a problem: just look at the chart...) I'm very frightened this time...

My full analysis in the TI-Bank news:
http://ti.bank.free.fr/index.php?mod=news&ac=commentaires&id=990

Feel free to translate some parts and/or reuse some images if you'd like to make a news about this.


Let's try to guess what the remainging free space (with no user documents in memory) will be.
4Mb on the basic TI-Nspire, and 6Mb on the CAS TI-Nspire ? We wouldn't be able to play nDoom any more!
They've finally found out how to prevent students from using Ndless and playing games: after the "no programming", comes the "no memory"! :P

1508
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: March 07, 2011, 10:48:20 am »
Problem solved by updating Yagarto.

Thank you ExtendeD.

1509
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: March 06, 2011, 10:38:28 am »
Is there anythng to change in the Makefile or in the headers?

I cannot recompile code which did compile on the previous r369.
Error at linking time:
Code: [Select]
c:/program files/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none
-eabi/bin/ld.exe: c:/ndless/sdk/bin/../lib\libndls.a(touchpad.o): Unknown mandat
ory EABI object attribute 44
c:/program files/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none
-eabi/bin/ld.exe: failed to merge target specific data of file c:/ndless/sdk/bin
/../lib\libndls.a(touchpad.o)
collect2: ld returned 1 exit status
make: *** [mviewer.tns] Error 1

I didn't modify the code, and I've performed a "make clean"...



Edit: It doesn't seem to come from the makefile or from my code...
I cannot even recompile the samples.
Same kind of errors, which all seem to be related to the new libndls:
Code: [Select]
c:/program files/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none
-eabi/bin/ld.exe: c:/ndless/sdk/bin/../lib\libndls.a(show_msgbox.o): Unknown man
datory EABI object attribute 44
c:/program files/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none
-eabi/bin/ld.exe: failed to merge target specific data of file c:/ndless/sdk/bin
/../lib\libndls.a(show_msgbox.o)
c:/program files/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none
-eabi/bin/ld.exe: c:/ndless/sdk/bin/../lib\libndls.a(sleep.o): Unknown mandatory
 EABI object attribute 44
c:/program files/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none
-eabi/bin/ld.exe: failed to merge target specific data of file c:/ndless/sdk/bin
/../lib\libndls.a(sleep.o)
c:/program files/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none
-eabi/bin/ld.exe: c:/ndless/sdk/bin/../lib\libndls.a(idle.o): Unknown mandatory
EABI object attribute 44
c:/program files/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none
-eabi/bin/ld.exe: failed to merge target specific data of file c:/ndless/sdk/bin
/../lib\libndls.a(idle.o)
collect2: ld returned 1 exit status
make: *** [particles.tns] Error 1

1510
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: March 05, 2011, 03:41:06 pm »
I've noticed that the keypad_type is not updated when you hot-swap the keypad in an Ndless program.
I'm not saying it's a bug: Ndless is simply returning the type that was detected by the OS, and which is not updated anymore as interrupts are disabled.

But it might be usefull for some programs to be able to hot-swap the keypad while a Ndless program is running.


So, is there a way for a Ndless program to detect the current inserted keypad?

1511
Other Calculators / Re: TI-Nspire prototype 1.1.7320
« on: March 04, 2011, 05:29:02 pm »
Ok guys. I've filmed the 1.1.7xxx diags code yesterday. It took me 90 minutes, with the finger on the down arrow, and exiting/restarting the NAND reader every 5-6 minutes as there is a bug (see above).

That diagnostics version is quite interesting, as it has a NAND reader and a NAND writer too. So you can read and modify anything in NAND, yes anything (like the downgrade protection for example).
It's very important to dump it, as we might be able to flash it on TI-Nspire CAS+ calculators for example and understand more about those older and strange prototypes running the 1.0 OS.

The range is 16B000-20FFFF.

But some some areas are filled with 0xFF bytes:
1CED0B-1FF7FF
200C90-20FFFF

So it seems we only have to dump:
16B000-1CED0A
1FF800-200C8F


Could some of you try to OCR the video with the appropriate tools?

I still have to dump the boot2 (it'll probably take me 3 hours) and the OS (...).
But I'd like to get some comments with the OCR first, before filming again.

Here are the files:
http://xandrean.free.fr/ns-1.1.7xxx-cam/


Thank you very much for helping.

1512
Also guys watch out in case prototypes are leaked on Ebay.

:P

1513
Other Calculators / Re: TI-84 Pocket
« on: March 02, 2011, 06:05:00 am »
So this was one way of making a much smaller TI-84+.
Here's another way with a sliding keypad, but I've spent much less time on it:

Hmm, I doubt TI would make a sliding keypad. The keys that get recessed would be a lot harder to access.

Yes, me too.
Sincerely, the clamshell TI-84 pocket.fr is more probable (and better).


Here's a way.....smaller screen, Nspire Alpha's buttons for everything, li-Ion battery :P

TI has indicated that the screen size will be the same.

1514
Other Calculators / Re: TI-84 Pocket
« on: March 01, 2011, 10:06:29 pm »
Yes, it was a 'shop.
I've done it myself.


But the final TI-84 Pocket.fr could have several similarities...

TI-France has mentionned on FB that:
- the TI-84 Pocket.fr will have the same functionnalities as other TI-84+
- the keys will have the french labels
- the screen will have the same dimensions as the TI-84+ screen
- the calculator will be smaller ("pocket")

So this was one way of making a much smaller TI-84+.
Here's another way with a sliding keypad, but I've spent much less time on it:



1515
Other Calculators / Re: TI-84 Pocket
« on: March 01, 2011, 05:14:39 pm »
YES,  if that is real, I spy a app/prgm button :O

"apps" and "prgm" buttons are in the top right hand corner... what do you mean?

Just have a closer look:


No specifications yet.

Pages: 1 ... 99 100 [101] 102 103 ... 137