Author Topic: Ndless 1.7 for TI-Nspire  (Read 135188 times)

0 Members and 2 Guests are viewing this topic.

Offline ExtendeD

  • Project Author
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Ndless 1.7 for TI-Nspire
« Reply #345 on: December 04, 2010, 04:10:26 am »
I wanted to take my chance with particles, but now, I get this errors :

I unfortunately don' t have any clue at the moment, I am keeping this aside as a ticket.
Ndless.me with the finest TI-Nspire programs

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Ndless 1.7 for TI-Nspire
« Reply #346 on: December 04, 2010, 06:43:52 am »
Ndless 1.7 was just released!!! All I am expecting now is Ndless 2.0!!!! Touchpad-working!

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: Ndless 1.7 for TI-Nspire
« Reply #347 on: December 04, 2010, 08:57:38 am »
All I am expecting now is Ndless 2.0!!!! Touchpad-working!

Then, you might consider a small donation to the Ndless team ?

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Ndless 1.7 for TI-Nspire
« Reply #348 on: December 04, 2010, 08:58:36 am »
All I am expecting now is Ndless 2.0!!!! Touchpad-working!

Then, you might consider a small donation to the Ndless team ?

If I was very hum... rich I would give you 5 TI NSpire Touchpads for you to play. But I'm not hum... rich, so I can give you moral support, coding support and reply to your stuff to give you more moral support, I'm sorry.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Ndless 1.7 for TI-Nspire
« Reply #349 on: December 04, 2010, 01:47:41 pm »
Oh boy Extended :D this is >9000 in awesomeness. Final release FTW.
BTW,I tried the current beta of ndless, got it to work on 2nd try

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Ndless 1.7 for TI-Nspire
« Reply #350 on: December 04, 2010, 02:19:25 pm »
Yay!  Congratulations to the Ndless team on this major milestone!  :D


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Ndless 1.7 for TI-Nspire
« Reply #351 on: December 04, 2010, 09:10:08 pm »
I had to add the following line in the os.h file in order to be able to use the int chdir(char*) function:
Code: [Select]
_SYSCALL1(int, chdir, char*)
Now I'm able to browse through the whole Nspire filesystem, even the hidden part!



If you need such a browsing interface for your Ndless programs, you may reuse/adapt my code:
http://ti.bank.free.fr/index.php?mod=archives&ac=voir&id=2001
Btw this is awesome, is it possible to modify files there? O.O

Ndless combines a resident program and utilities to open the TI-Nspire to third-party C and assembly development.

Ndless 1.7 is the latest stable release compatible with OS 1.7. This version is currently not compatible with the TI-Nspire Touchpad.
This topic is dedicated to discussions about this version.

Possible enhancements and known issues are available on the tracker.

You may browse the Development resources on Hackspire to start your own programs.

To build and hack into Ndless 1.7, follow src/doc/Ndess-Development.txt.

Ndless v1.1.1 is still available but support is dicontinued.



Issues to be confirmed:

If you happen to come across one of them, please report it.

  • (apcalc) Installation lost when turning the TI-Nspire on:
    Even though the calculator was not reset.  Reinstalling Ndless fixes this.

  • (critor) Reboot when turning the TI-Nspire on:
    'particles' was run before turning it off.



Your help is needed:

- Post any bug report, source-level if possible
- Help us to extend the list of supported syscalls
- Any details, diagnostic or patch which would help fixing the defects identified is extremely valuable
Awesome to see Ndless 1.7 out! Ndless 1.0 was probably one of the best achievement in the TI community in the last decade and now 1.7 makes it even greater! I'M glad you finally got able to solve all issues to make it compatible with OS 1.7. Let's hope TI keeps a copy of 1.7 on their server for another while. As for 2.0 it will be awesome when it's out, but still, awesome work on 1.0 and 1.7.  :thumbsup:
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Ndless 1.7 for TI-Nspire
« Reply #352 on: December 04, 2010, 10:23:35 pm »
W000t, I am so happy now that ndless has finally overcame the power management bug in a release for users too!  /me cires from happyness

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: Ndless 1.7 for TI-Nspire
« Reply #353 on: December 05, 2010, 06:03:00 am »
I had to add the following line in the os.h file in order to be able to use the int chdir(char*) function:
Code: [Select]
_SYSCALL1(int, chdir, char*)
Now I'm able to browse through the whole Nspire filesystem, even the hidden part!



If you need such a browsing interface for your Ndless programs, you may reuse/adapt my code:
http://ti.bank.free.fr/index.php?mod=archives&ac=voir&id=2001
Btw this is awesome, is it possible to modify files there? O.O

If you insert the wanted modifying actions in the source code,yes it is possible.
You just need to fopen/fseek/fread/fwrite/fclose.
TI-Planet co-admin.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Ndless 1.7 for TI-Nspire
« Reply #354 on: December 05, 2010, 03:09:04 pm »
I see, thanks for the info. I assume there are things we must NOT modify, though, that could harm the calculator permanently if we do, right?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: Ndless 1.7 for TI-Nspire
« Reply #355 on: December 05, 2010, 03:53:04 pm »
I see, thanks for the info. I assume there are things we must NOT modify, though, that could harm the calculator permanently if we do, right?

Probably not permanently, as the boot2 is not accessible through the file system.
So in the worst case, you'll still have the maintenance menu.
TI-Planet co-admin.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: Ndless 1.7 for TI-Nspire
« Reply #356 on: December 05, 2010, 06:21:23 pm »
You could still do things like overclock the processor too high or use bluescale too long.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Ndless 1.7 for TI-Nspire
« Reply #357 on: December 05, 2010, 10:01:42 pm »
Oh, right, that's good, then, in some ways. On a 83+ when writing to Flash it's possible to accidentally delete the whole certificate and if you lose your OS then that's pretty bad. I think BrandonW has a tool to unbrick your calc if this happens, but I'm not sure if it requires an actual OS to be installed.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: Ndless 1.7 for TI-Nspire
« Reply #358 on: December 06, 2010, 08:09:48 am »
You could still do things like overclock the processor too high or use bluescale too long.

Through accessing the filesystem ? . . .
TI-Planet co-admin.

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: Ndless 1.7 for TI-Nspire
« Reply #359 on: December 06, 2010, 09:15:09 am »
Oh, right, that's good, then, in some ways. On a 83+ when writing to Flash it's possible to accidentally delete the whole certificate and if you lose your OS then that's pretty bad. I think BrandonW has a tool to unbrick your calc if this happens, but I'm not sure if it requires an actual OS to be installed.
If I recall correctly, BrandonWs program exploits a glitch in the boot code to execute code from another calculator. This requires that the boot pages are present. To restore the calculator in a more normal way (resend the OS from TI-Connect), both the certificate and the boot pages have to be present.