The keyboard looks the same, and I haven't read anything to the contrary. It looks like the USB port on the right side has moved aft slightly.
I know it has to end someday, but hopefully not quite yet!
Will our MacNTouch's fit in the new MacBook Pro?
Moderator: The00Dustin
From looking at the instructions to remove the upper part of the case, I would say that the chances of a Silver MacNTouch fitting is pretty good. The builtin keyboard looks like it would be removed in a similar manner as in the Oct2005 PowerBook (http://www.ifixit.com/Guide/64.4.0.html).
@nomaded
TouchStream Mini - February 26, 2002 - Sold
TouchStream Stealth - March 18, 2002 - Windows 7 Ultimate (home)
TouchStream MacNTouch (white) - July 23, 2003 - Retired
TouchStream LP - March 31, 2004 - In storage
TouchStream MacNTouch (silver) - December 1, 2004 - In storage
Stenovations Digitouch (dvorak) - 2007 - Windows 7 Ultimate (work)
Stenovations Digitouch (dvorak) - 2007 - In storage
TouchStream Mini - February 26, 2002 - Sold
TouchStream Stealth - March 18, 2002 - Windows 7 Ultimate (home)
TouchStream MacNTouch (white) - July 23, 2003 - Retired
TouchStream LP - March 31, 2004 - In storage
TouchStream MacNTouch (silver) - December 1, 2004 - In storage
Stenovations Digitouch (dvorak) - 2007 - Windows 7 Ultimate (work)
Stenovations Digitouch (dvorak) - 2007 - In storage
Good... LORD! I knew I was spoiled with my TiBook, but I didn't know keyboard removal was THAT bad for the new machines!
But now I've got a MacBook, with exactly zero chance of replacing the keyboard, even if I came into posession of a MacNTouch. :-/ Maybe somebody will come up with a hack to get better gesture recognition out of the trackpad...
But now I've got a MacBook, with exactly zero chance of replacing the keyboard, even if I came into posession of a MacNTouch. :-/ Maybe somebody will come up with a hack to get better gesture recognition out of the trackpad...
-jeffB (Jeff Brandenburg, Durham, NC, USA)
My fiance got me a 15" MacBook Pro
My fiance got me a 15" MacBook Pro, using my home-made cable and my MacNTouch - i installed it and it works fine.
I posted pictures here: http://www.tycomsystems.com/fingerworks/mbp
XWinder works fine but the Multi-Touch utilities die right after loading
I posted pictures here: http://www.tycomsystems.com/fingerworks/mbp
XWinder works fine but the Multi-Touch utilities die right after loading

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Burgundy Touchstream LP - QWERTY (Daily Driver) ... 2003-2007
Silver Touchstream LP - QWERTY (In Case Of Emergency Open Box) ... 2005-Present
iGesture NumberPad - Modified (Converted to detachable mini-USB) ... 2005-2006
Silver MacNTouch - QWERTY (In Case Of Emergency Open Box) ... 2007-2010
White External USB MacNTouch - QWERTY (For use with UniBody Macbook Pro) ... 2010 - Present
Burgundy Touchstream LP - QWERTY (Daily Driver) ... 2003-2007
Silver Touchstream LP - QWERTY (In Case Of Emergency Open Box) ... 2005-Present
iGesture NumberPad - Modified (Converted to detachable mini-USB) ... 2005-2006
Silver MacNTouch - QWERTY (In Case Of Emergency Open Box) ... 2007-2010
White External USB MacNTouch - QWERTY (For use with UniBody Macbook Pro) ... 2010 - Present
You should get some useful error message from the following procedure:
(As I am with Windows, I can't be sure about details but I know you can do that with Java.)
Create a shell script in the folder where your FW utility has been installed. (You should see there a file named lax.jar.)
Copy&Paste this launch code into a shell script named something like mu.sh and make it executable (i.e. chmod a+x mu.sh)
I don't know how to do that with Mac OS but the idea is to have a chance to collect error mesages from a command-line console.
I don't know how comfortable you are with this level of details on Mac OS but someone here who is could be more specific about all this...
-ivan
(As I am with Windows, I can't be sure about details but I know you can do that with Java.)
Create a shell script in the folder where your FW utility has been installed. (You should see there a file named lax.jar.)
Copy&Paste this launch code into a shell script named something like mu.sh and make it executable (i.e. chmod a+x mu.sh)
Code: Select all
SEP=":" # for Mac Os / Unix
CP=lax.jar
CP=$CP$SEP"lib/FW_defaults.jar"
CP=$CP$SEP"lib/jdom/jdom.jar"
CP=$CP$SEP"lib/jdom/xerces.jar"
CP=$CP$SEP"lib/jh.jar"
CP=$CP$SEP"lib/jusb/jusb.jar"
CP=$CP$SEP"lib/upgredit.jar"
CP=$CP$SEP"lib/utility_help.jar"
java -classpath $CP fingerworks.firmup.UtilityLauncher
I don't know how comfortable you are with this level of details on Mac OS but someone here who is could be more specific about all this...
-ivan
jusb error
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jusbMacOSX in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at usb.macosx.MacOSX.getHost(MacOSX.java:86)
at usb.macosx.MacOSX.createHost(MacOSX.java:59)
at usb.core.HostFactory.maybeGetHost(HostFactory.java:141)
at usb.core.HostFactory.getHost(HostFactory.java:124)
at fingerworks.firmup.k.<init>(Unknown Source)
at fingerworks.firmup.UtilityLauncher.<init>(Unknown Source)
at fingerworks.firmup.UtilityLauncher.main(Unknown Source)
Now the app launches but doesn't see the macntouch. baby steps huh?

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at usb.macosx.MacOSX.getHost(MacOSX.java:86)
at usb.macosx.MacOSX.createHost(MacOSX.java:59)
at usb.core.HostFactory.maybeGetHost(HostFactory.java:141)
at usb.core.HostFactory.getHost(HostFactory.java:124)
at fingerworks.firmup.k.<init>(Unknown Source)
at fingerworks.firmup.UtilityLauncher.<init>(Unknown Source)
at fingerworks.firmup.UtilityLauncher.main(Unknown Source)
Now the app launches but doesn't see the macntouch. baby steps huh?

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Burgundy Touchstream LP - QWERTY (Daily Driver) ... 2003-2007
Silver Touchstream LP - QWERTY (In Case Of Emergency Open Box) ... 2005-Present
iGesture NumberPad - Modified (Converted to detachable mini-USB) ... 2005-2006
Silver MacNTouch - QWERTY (In Case Of Emergency Open Box) ... 2007-2010
White External USB MacNTouch - QWERTY (For use with UniBody Macbook Pro) ... 2010 - Present
Burgundy Touchstream LP - QWERTY (Daily Driver) ... 2003-2007
Silver Touchstream LP - QWERTY (In Case Of Emergency Open Box) ... 2005-Present
iGesture NumberPad - Modified (Converted to detachable mini-USB) ... 2005-2006
Silver MacNTouch - QWERTY (In Case Of Emergency Open Box) ... 2007-2010
White External USB MacNTouch - QWERTY (For use with UniBody Macbook Pro) ... 2010 - Present
Re: jusb error
Java and you said exactly the same thing, each with his own words!Minox wrote:Exception in thread "main" java.lang.UnsatisfiedLinkError: no jusbMacOSX in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
(...)
Now the app launches but doesn't see the macntouch
* USB Java Native Interface library is missing
That means that we have to find a jusbMacOSX.so library file (the Unix flavor of Dynamically Linked Library)...
The catch is that USB handling may have changed for the version of Java currently installed with Mac OS.

It's all about LD_LIBRARY_PATH environment and such kind of things

Who is online
Users browsing this forum: No registered users and 0 guests