Author Topic: nRemote : Control your TI-Nspire from your computer !  (Read 37992 times)

0 Members and 1 Guest are viewing this topic.

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #45 on: August 30, 2012, 03:22:01 am »
A ClassNotFoundException on a com.ti.eps.navnet.* class certainly means that the program cannot find navnet.jar in the CLASSPATH :)
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #46 on: August 30, 2012, 05:20:08 am »
Hm I have a problem, my CX 3.1 isnt detected, nREmote says loading untill I press a key then it says connect a device. Please help.
This is kinda silly question to ask... but do you have that yellow wireless adaptor?
Well, if linked via USB, no need.



@bsl :
What is the version of the computer software you put nRemote in ?
(Eh, I've just checked, navnet.jar is only in the 3.2 software(s) ... >.>)

But if you have the computer link 3.2 installed, you can find navnet.jar and copy it into /lib/ or /java/ inside the computer software.
I think you can find it inside somewhere like here :  C:/Program%20Files%20(x86)/Common%20Files/TI%20Shared/CommLib/2/NavNet/





Having to not include the libs is really a pain :(
« Last Edit: August 30, 2012, 05:21:01 am by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline bsl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 157
  • Rating: +14/-0
    • View Profile
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #47 on: August 30, 2012, 09:12:43 pm »
I am using student software version 3.1

I created a batch file to change environmental vaiables.
The error message changes now - so adding to the CLASSPATH can fix it:

set CLASSPATH="C:\Program Files (x86)\Common Files\TI Shared\CommLib\1\NavNet\";%CLASSPATH%
cd "\Program Files (x86)\TI Education\TI-Nspire Student Software"
jre\bin\java -jar "C:\Program Files (x86)\TI Education\TI-Nspire Student Software\nRemote.jar"

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #48 on: August 31, 2012, 06:37:15 am »
Good, glad it can make it work that way too (didn't know you could make it a global env var)

So does it run fine after that ?
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline bsl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 157
  • Rating: +14/-0
    • View Profile
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #49 on: September 01, 2012, 03:24:58 pm »
No, it does not run - its just an attempt.
May need to define may paths here.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #50 on: September 01, 2012, 03:33:54 pm »
No, it does not run - its just an attempt.
May need to define may paths here.

Ok well, anyway you can lurk in the manifest.mf file to see the 4 needed files :)
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #51 on: September 02, 2012, 06:23:36 am »
Sorry for double posting but here is Version 1.6b (bugfix) over 1.6 that aded Screen scaling :)


Download

My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #52 on: September 13, 2012, 07:35:17 pm »
I tried nRemote on WindowsXP and Vista and I do get the graphic to come up,
but it was taking too long to load anything.
Finally, I executed it from the commandline to get some information.

use:
java -jar c:\complete\path\to\nRemote.jar

If there are spaces in the path double quote the path.
Here is what I got:

initialize
Exception in thread "main" java.lang.NoClassDefFoundError: com/ti/eps/navnet/NodeHandle
        at Remote.Initialize(Remote.java:38)
        at nRemote.main(nRemote.java:51)
Caused by: java.lang.ClassNotFoundException: com.ti.eps.navnet.NodeHandle
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 2 more
exactly what I have
This used to contain a signature.

Offline blfngl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 121
  • Rating: +3/-4
  • No worry, I'll surpass Calc84 in greatness...never
    • View Profile
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #53 on: September 13, 2012, 10:04:56 pm »
Is this only compatible with 3.2 software?
GAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAME
My blog:

TiLibs
My Projects:
Minecraft Library

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #54 on: September 14, 2012, 02:27:03 am »
Yes (for minor reasons grrrrr :/).

However, having the computer software 3.2 will not do anything bad as it doesn't have anything to do with your calc's OS.
Just like before, when it asks for updating your calc, decline. (you can even firewall it to block in/out connections :P)
And it still works the same for installing/upgrading Ndless.

Pretty much the only new thing (except bringing the 3.2 OS's changes) is the Lua SDK built-in.

Anyway, you can actually download TINCS 3.2 and copy the 4 .jar libs needed by nRemote and put everything in a folder of yours (nRemote +libs) so you wouldn't need anything else anyway (except TINC[L]) installed). The libs required are :   commproxy.jar, navnetcommproxy.jar, navnet.jar and upgrade.jar
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline blfngl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 121
  • Rating: +3/-4
  • No worry, I'll surpass Calc84 in greatness...never
    • View Profile
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #55 on: September 14, 2012, 08:09:35 am »
We can also use Levak's vPatch to get rid of those pesky updates...right?
GAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAME
My blog:

TiLibs
My Projects:
Minecraft Library

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #56 on: September 14, 2012, 09:25:28 am »
We can also use Levak's vPatch to get rid of those pesky updates...right?
I guess so. I haven't personally tested.
But I don't really see at least some kind of manual step in the OS updating process even if TI enables its force upgrade thing. So I believe you're quite safe anyway :)
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #57 on: September 14, 2012, 07:05:10 pm »
where can I get the 4 .jars

EDIT ah I found them I just didnt see navnet.jar

im updating my computer sofware right now
« Last Edit: September 14, 2012, 07:16:56 pm by annoyingcalc »
This used to contain a signature.

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #58 on: September 15, 2012, 01:36:54 am »
navnet.jar is in another folder, I don't remember which one.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: nRemote : Control your TI-Nspire from your computer !
« Reply #59 on: October 07, 2012, 02:22:02 pm »
When running an ndless program nRemote stops responding. The screen disappears and I have to force close the program by using task manager. Is it not compatible with ndless or does ndless block I/O through USB when running a program?
[edit]Also, where are the recordings saved?
« Last Edit: October 07, 2012, 02:39:22 pm by ElementCoder »

Some people need a high five in the face... with a chair.
~EC