0 Members and 1 Guest are viewing this topic.
I wanted to take my chance with particles, but now, I get this errors :
All I am expecting now is Ndless 2.0!!!! Touchpad-working!
Quote from: ScoutDavid on December 04, 2010, 06:43:52 amAll I am expecting now is Ndless 2.0!!!! Touchpad-working!Then, you might consider a small donation to the Ndless team ?
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
_SYSCALL1(int, chdir, char*)
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
Quote from: critor on December 02, 2010, 08:24:37 amI 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=2001Btw this is awesome, is it possible to modify files there?
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?
You could still do things like overclock the processor too high or use bluescale too long.
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.