Ndless+ installation: -------------------- for TI-Nspire CAS+ with OS 1.0.529/1.0.554 Step 0: Getting your CAS+ IP ---------------------------- - with the CAS+ plugged and turned on, in a command line type 'ipconfig' - you should get an interface with a 172.16.xxx.yyy IP - add 1 to the last 'yyy' byte: that's your CAS+ IP Step 1: Using a TI-Nspire CAS+ compatible link software ------------------------------------------------------- (for example TI-Nspire Computer Link 1.0 -> http://tiplanet.org/forum/archives_voir.php?id=1439 ) - create a 'ndless' folder at the root of your documents folder - depending upon your OS version, send 'components.tns', 'hook.tns', 'loader.tns' and 'policy.dat.tns' files from res/os1_0_xxx/ to the 'ndless' folder Step 2: Using telnet -------------------- - in a command line telnet your CAS+ IP on port 10002 - type the following commands: fm_fileop(127.0.0.1, pn_fm_fdel, "/phoenix/policy.dat") fm_xfer(127.0.0.1, pn_fm_fget, "/phx/documents/ndless/policy.dat.tns", "/phoenix/policy.dat", 0, 0, 0) size("/phoenix/policy.dat") - if the last command fails, try again (a reboot and/or OS reinstallation might be necessary) - type 'exit(0)' - reboot your CAS+ by removing a battery in each row Step 3: Using telnet -------------------- - in a command line telnet your CAS+ IP on port 10002 - type the following commands: fm_fileop(127.0.0.1, pn_fm_mkdir, "/phx/root/phoenix/ndls") fm_fileop(127.0.0.1, pn_fm_mkdir, "/phx/root/phoenix/ndls/locales") fm_fileop(127.0.0.1, pn_fm_mkdir, "/phx/root/phoenix/ndls/locales/en") fm_fileop(127.0.0.1, pn_fm_mkdir, "/phx/root/phoenix/ndls/locales/da") fm_fileop(127.0.0.1, pn_fm_mkdir, "/phx/root/phoenix/ndls/locales/de") fm_fileop(127.0.0.1, pn_fm_mkdir, "/phx/root/phoenix/ndls/locales/fr") fm_fileop(127.0.0.1, pn_fm_mkdir, "/phx/root/phoenix/ndls/locales/it") fm_fileop(127.0.0.1, pn_fm_mkdir, "/phx/root/phoenix/ndls/locales/no") fm_xfer(127.0.0.1, pn_fm_fput, "/phx/root/phoenix/ndls/hook.tns", "/documents/ndless/hook.tns", 0, 0, 0) size("/phoenix/ndls/hook.tns") fm_xfer(127.0.0.1, pn_fm_fput, "/phx/root/phoenix/ndls/locales/en/strings.res", "/documents/ndless/loader.tns", 0, 0, 0) size("/phoenix/ndls/locales/en/strings.res") fm_xfer(127.0.0.1, pn_fm_fput, "/phx/root/phoenix/components.old", "/phoenix/components", 0, 0, 0) size("/phoenix/components.old") fm_xfer(127.0.0.1, pn_fm_fput, "/phx/root/phoenix/components", "/documents/ndless/components.tns", 0, 0, 0) siez("/phoenix/components") exit(0) Step 4: ------ - remove 'components', 'hook', 'loader' and 'policy.dat' from your 'ndless' folder - reboot your CAS+ by removing a battery in each row Ndless+ should now be installed.