Magic Mouse triggering Mission Control on remote machine, how do I stop it?

I'm not sure if this is a bug or not, but here's the deal: sometimes, when I single finger scroll with my Magic Mouse, it will trigger Mission Control on the remote mac. Probably happens about 50% of the time. The other 50% it correctly scrolls the document/window/etc that I am trying to scroll.
I've attemped to disable any possible gesture and such that may be triggering it, but no luck. Any suggestions? What am I missing?
Thanks.

Mouse settings can be locked in : Menu bar, Apple Menu, System Preferences, Mouse, "Click & Tap" tab
There will be a secion labeled "Clicks." Typicaly "One Finger Middle axis Click" will be checked, and set to  "Middle Click." That means it you tap the mouse, down the vertical center of the magic mouse, it will trigure middle click instead of left click.
Try unchecking "One Finder Middle Axis click," and then see if you still have the issue.

Similar Messages

  • My macbook keeps locking all of my folders and files, even when I try unlocking them myself in Get Info and disabling autolocking in Time Machine, how can I stop the locking as well as unlock my files?

    My macbook keeps locking all of my folders and files, even when I try unlocking them myself in Get Info and disabling autolocking in Time Machine, how can I stop the locking as well as unlock my files?

    Managed to solve this myself. Just went to properties > hidden.

  • Mission Control 32bit remote jrockit 64bit

    I am having connection issues connection to remote server via Mission Control.
    Could my issue be caused perhaps by different architecture 32bit vs 64bit?
    Mission Control is running on
    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    BEA JRockit(R) (build R27.5.0-110-94909-1.6.0_03-20080204-1558-windows-ia32, com
    piled mode)The server is running
    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    BEA JRockit(R) (build R27.5.0-110-94909-1.6.0_03-20080204-1558-linux-x86_64, compiled mode)The StackTrace when
    Could not open Memory Leak Detector for COFFEE.
      java.io.IOException: Problem connecting to RMP server.
        java.io.IOException: Problem connecting to RMP server.
             at com.jrockit.console.rmp.JMXOverRMPConnector.connect(JMXOverRMPConnector.java:44)
             at com.jrockit.console.rmp.JMXOverRMPConnector.connect(JMXOverRMPConnector.java:36)
             at com.jrockit.console.rjmx.RJMXConnection.setupServer(RJMXConnection.java:498)
             at com.jrockit.console.rjmx.RJMXConnection.<init>(RJMXConnection.java:137)
             at com.jrockit.console.rjmx.RJMXConnectorModel.getOrCreateConnection(RJMXConnectorModel.java:608)
             at com.jrockit.console.rjmx.RJMXConnectorModel.<init>(RJMXConnectorModel.java:113)
             at com.jrockit.mc.memleak.ui.RjmxMemleakEditorInput.connect(Unknown Source)
             at com.jrockit.mc.memleak.ui.actions.StartMemleak$1.preConnect(Unknown Source)
             at com.jrockit.mc.browser.utils.PreConnectJob.run(PreConnectJob.java:73)
             at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
        Caused by: com.jrockit.common.rmp.JRockitNotAnRmpServerException: Handshaking with JRockit failed due to timeout waiting on server reply.
             at com.jrockit.console.connection.RmpConnection.handshake(RmpConnection.java:206)
             at com.jrockit.console.connection.RmpConnection.<init>(RmpConnection.java:180)
             at com.jrockit.console.connection.ConnectorModel.connect(ConnectorModel.java:236)
             at com.jrockit.console.rmp.JMXOverRMPConnector.connect(JMXOverRMPConnector.java:41)
             ... 9 more
        Caused by: com.jrockit.common.rmp.JRockitRmpPacketTimeOutException: Connection lost to JRockit. Reason: RMP reply timed out for packet 'HELO'.
             at com.jrockit.console.connection.RmpConnection.getReplyPacket(RmpConnection.java:423)
             at com.jrockit.console.connection.RmpConnection.sendRmpWithReply(RmpConnection.java:374)
             at com.jrockit.console.connection.RmpConnection.handshake(RmpConnection.java:196)
             ... 12 moreThis is a remote connection, running locally works fine.
    TIA.

    Thank you for your replies.
    Having resolved this using the 1.5 instead of 1.4 connection another issue came up, which the thread at http://forums.bea.com/thread.jspa?threadID=600016837 helped me resolve. I found the port required by using netstat on the production machine. I am now able to use the console in Mission Control. However I am still not able to connect using MemLeak or start a JRA recording the followin stacktrace is from trying to start memleakdetector via MissionControl in Eclipse.
    Thanks in advance for any hints to this problem.
    Could not open Memory Leak Detector for COFFEE.
      java.lang.reflect.UndeclaredThrowableException: null
        java.lang.reflect.UndeclaredThrowableException
             at com.jrockit.console.rjmx.AbstractServerOperations.invokeMethodWithException(AbstractServerOperations.java:112)
             at com.jrockit.console.rjmx.AbstractServerOperations.invokeMethodWithException(AbstractServerOperations.java:131)
             at com.jrockit.console.rjmx.JMXR27Operations.startMemleakServer(JMXR27Operations.java:377)
             at com.jrockit.mc.memleak.ui.RjmxMemleakEditorInput.connect(Unknown Source)
             at com.jrockit.mc.memleak.ui.actions.StartMemleak$1.preConnect(Unknown Source)
             at com.jrockit.mc.browser.utils.PreConnectJob.run(PreConnectJob.java:73)
             at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
        Caused by: javax.management.InstanceNotFoundException: bea.jrockit.management:type=MemLeak
             at com.caucho.jmx.AbstractMBeanServer.getClassLoaderFor(AbstractMBeanServer.java:909)
             at javax.management.remote.rmi.RMIConnectionImpl$5.run(RMIConnectionImpl.java:1325)
             at javax.management.remote.rmi.RMIConnectionImpl.getClassLoaderFor(RMIConnectionImpl.java:1322)
             at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:771)
             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:597)
             at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
             at sun.rmi.transport.Transport$1.run(Transport.java:159)
             at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
             at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
             at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
             at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
             at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
             at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
             at java.lang.Thread.run(Thread.java:619)
             at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
             at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
             at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
             at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
             at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown Source)
             at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:978)
             at com.jrockit.console.rjmx.RJMXConnection.invokeOperation(RJMXConnection.java:432)
             at com.jrockit.console.rjmx.AbstractServerOperations.invokeMethodWithException(AbstractServerOperations.java:110)
             ... 6 more

  • HT2845 If my magic mouse is already paired with a machine that is no longer working how can I unpair it so I can use it with a new machine?

    I wish to pair my old magic mouse with a new machine but have no way of unpairing to  the last computer. Is there some sort of reset on the mouse? Is there any other way to unpair it? Thank you.

    You don't need to unpair it with the old machine, the mouse is unaware of the pairing.  Turn the mouse off and back on and pair it to the new machine in System Preferences > Bluetooth.

  • Right-click on Magic Mouse and Volume Controls on Wireless keyboard suddenly stopped working

    I am running Mavericks 10.9.2 on an Late 2012 iMac.
    One morning the right click on my Magic Mouse and the volume controls on the wireless keyboard stopped working.
    These mouse and keyboard themselves seem fine; they work okay ehn used on a MacBook.
    Everything else about the mouse and keyboard is fine.
    This seems to be a problem what has been around for a whole, with a wide variety of solutions.
    I have read
    https://discussions.apple.com/message/16799039#16799039
    https://discussions.apple.com/message/23474052#23474052
    https://discussions.apple.com/message/19660884#19660884
    and have tried
    Clicking on and off the 'right click' checkbox in the Mouse System Preferences - No effect
    Deleting /Library/Preferences/com.apple.Bluetooth.plist - No effect
    Restarting in Safe Mode - When starting in safe mode, the computer crashes out and restarted
    Resetting NVRAM / PRAM - Is it CTRL+CMD+P+R or CMD+OPT+P+R ?  Neither work for me (I do try it using a wired keyboard, but never get the double chime)
    Upgraded to 10.9.2 - no effect
    Moved the /System/Library/Extensions/AppleHIDMouse.kext and AppleHIDKeyboard.kext and and back in (and re-authenticate) - No joy
    Moved the /System/Library/Extensions/AppleHIDMouse.kext and AppleHIDKeyboard.kext from a working MacBook on same OS - Made the keyboard misbehave even more
    Has anyone got any other cures for this?
    Thanks in advance.

    Here is what worked for me.  My scrolling on the mighty mouse and a few buttons on my wireless keyboard weren't working properly.  I reset the SMC, a link explaining the process is below.  Hope it helps you too!
    http://support.apple.com/kb/HT3964

  • My magic mouse no longer controls the cursor. new batteries don't fix it. like it's died.

    My magic mouse used with G5 has apparently died all of a sudden. Doesn't move the cursor.Fresh batteries don't fix. 
    Is it really dead? Can it be revived?

    Try resetting the SMC and PRAM.  If that does not work, it is probably gone.
    Barry

  • How can I disable mouse shortcuts (mission control, etc) in games?

    I just installed the new Deus Ex: Human Revolution from the App Store and I'd like to use the miltiple mouse buttons my  Logitech mouse has in my game. I can set up the controls to use various buttons in the game, but I also have the same mouse buttons set up in the System Preferences to be used for mouse shortcuts. The problem is, when I try to use the game, the "All Applications" or the "Show Desktop" shortcuts kick in instead of the games setup controls.
    How can I disable the Mouse Shortcuts for the system while I'm in the game?

    Forgive me... I should have said:
    How do I permenantly disable the shortcuts only while in the game, without having to redo my System Preferences every time I start or stop my game?

  • Magic Mouse Unusable during Wireless Time Machine Backup

    Hello,
    I have had the 500gb model Time Capsule for some time which I am using for Time Machine backups. Since its release I have had a Magic Mouse and every time a Time Machine backup is initiated it interfere's with my Magic Mouse and renders it unusable until the backup completes. I have been holding out for a update/fix but none have worked, I would even settle for the ability to configure Time Machine only to backup over night. Any suggestions would be greatly appreciated.
    Kind Regards,
    - LzK

    Take a look at this thread: http://discussions.apple.com/thread.jspa?messageID=12814835&#12814835

  • How can I prevent my mouse from erratic tracking with time machine on?, How can I rpevent my mouse from errtic tracking with time machine on?

    I am running 10.8.5 on my MBP, and external monitor, keyboard and Magic Mouse. When I have Time Machine on the mouse is a pain to use use as it does not track properly. Is there anyway to have Time MAchine come on after 30 minutes of inactivity or something? I have yet to find that prference.
    Thanks,
    Jim

    4 MB 
    I was doing that and I wanted something on Sept 18 and I shut it off on 8/20 and never turned it back on. So that will work but you have to remember to turn it it. There should almmost be an option somewhere to check that when the system goes to sleep, turn on Time Machine. All my PC back-up stuff has that option. Surprised TM doesn't. If raising the memory will do it it seems to cheap enough. Will that help you think. And I did just reboot my machine yesrday so it is pretty clean:).

  • Magic Mouse on Parallels 6

    Hi,
    Before buying a magic mouse for my MBP, I was wondering if I could also use it for the Windows 7 I have running through parallels 6. Would all the features of the mouse work??
    Thanks

    I have an old MBP, and I also have a Magic Mouse. When I boot my machine using BootCamp, some of the features of the Magic Mouse don't work (forward/backward swipes, etc.) but the core functions (left & right click, scroll up, down, left, right) all work fine. When I boot the BootCamp partition under Parallels v6, all of the mouse features I use under MacOS also work under Windows 7.

  • Problem starting JRA recording in Mission Control

    Hi all,
    I have a local weblogic 10.1 installed in my computer, when i tried to get start JRA recording it produces an error, here is the trace of the error:
    Could not open JRA for Create JRA-recording on (1.5) weblogic.Server (2840).
    javax.management.RuntimeMBeanException: RuntimeException thrown in operation start
    javax.management.RuntimeMBeanException: RuntimeException thrown in operation start
         at com.sun.jmx.mbeanserver.StandardMetaDataImpl.wrapRuntimeException(StandardMetaDataImpl.java:994)
         at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:430)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
         at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1341)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
         at sun.rmi.transport.Transport$1.run(Transport.java:153)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
         at java.lang.Thread.run(Thread.java:595)
         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
         at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:972)
         at com.jrockit.console.rjmx.RJMXConnection.invokeOperation(RJMXConnection.java:432)
         at com.jrockit.console.rjmx.AbstractServerOperations.invokeMethodWithException(AbstractServerOperations.java:110)
         at com.jrockit.console.rjmx.JMXR27Operations.startJRARecording(JMXR27Operations.java:60)
         at com.jrockit.mc.jra.ui.wizards.RecordingJob.startRecording(RecordingJob.java:195)
         at com.jrockit.mc.jra.ui.actions.StartJRA$1.preConnect(StartJRA.java:50)
         at com.jrockit.mc.browser.utils.PreConnectJob.run(PreConnectJob.java:73)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.RuntimeException: java.lang.IllegalAccessException: Your license does not allow JRA to be started: Error: license signature validation error.
    Please check http://www.jrockit.com/
         at bea.jmapi.DiagnosticCommandImpl.execute(DiagnosticCommandImpl.java:54)
         at com.bea.jvm.DiagnosticCommand.execute(DiagnosticCommand.java:234)
         at com.bea.jvm.DiagnosticCommand.execute(DiagnosticCommand.java:253)
         at com.bea.jvm.DiagnosticCommand$Command.execute(DiagnosticCommand.java:349)
         at com.bea.jvm.DiagnosticCommand$Command.execute(DiagnosticCommand.java:377)
         at bea.jrockit.management.JRARecording.<init>(JRARecording.java:79)
         at bea.jrockit.management.JRA.start(JRA.java:88)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
         at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1341)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
         at sun.rmi.transport.Transport$1.run(Transport.java:153)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.IllegalAccessException: Your license does not allow JRA to be started: Error: license signature validation error.
    Please check http://www.jrockit.com/
         at bea.jmapi.DiagnosticCommandImpl.execute(Native Method)
         at bea.jmapi.DiagnosticCommandImpl.execute(DiagnosticCommandImpl.java:50)
         ... 29 more
    Somebody knows what can be the problem ??
    Thanks.
    Edited by: user10798842 on 15-ene-2009 7:48

    "Caused by: java.lang.RuntimeException: java.lang.IllegalAccessException: Your license does not allow JRA to be started: Error: license signature validation error."
    For the version of JRockit that you are running, you need to have a license file to run JRockit Mission Control.
    Information about how to find a license file can be found here
    In the normal case, you will get better and faster response to JRockit Mission Control questions if you ask them in the JRMC Forum
    Good luck,
    Tomas

  • AD4J vs. Mission Control

    Can anybody tell me what I can see more with AD4J than Mission Control. We use Mission Control to monitor our production environment, we do this already more than a year and it was already helpful a lot for us.
    In the beginning our WebLogic (or better VM) crashed a lot because of bad memory tuning. After tuning the VM (with help of Oracle consultants) and the code the crashing has disappeared. Then we still had major garbage collects that took more than 40 seconds (stop the world GCs) about 1 every hour. After tuning again, we now have major GCs of maximum 10s (5 a day), 7s (a few every hour), and lots of less than 2 seconds.
    Now our question is there a way to see what is happening (at code level) near those 10s GCs because we see these GCs happen near heavy CPU usage of the VM (so we think heavy business logic). Because our application has 20 EJB modules, 400 entity beans and at peak periods near 1000 concurrent users using a Swing client connected to this single WebLogic instance it is complicated to find out what is happening.
    The find a solution the local Oracle people suggested we have to use AD4J to find out what is happening. But before we starts evaluating this tool I want to know whether anybody has any experience using and Mission Control and AD4J and how they relate to each other.
    Tnx
    Bjorn

    That is true, we did already some recordings this helped the Oracle consultants in the first tunings, but what "triggered" the GCs is not what is causing the heavy CPU activity. Something needs a bit more heap and the GC is started but this is not what the garbage generated.
    What I really want to know is there an easy way to follow business logic activity, and so find out hot methods.
    Regards,
    Bjorn

  • Magic Mouse very erratic in mapping apps

    Hi all, I have found Magic Mouse to be very erratic in mapping apps and at map web sites online. I think this is an over sinsitivity of the touch area. Usually these map apps and sites let you zoom in and out with your scroll wheel. What I am finding, when I click the map to pan, the map will zoom in and out rappedly. I imagine this is because of the pressure I am using to keep it clicked in to grab the map. And that a slight change force at the finger tip makes the thing assume I am scrolling.
    One thing I do with touch pads is tell them to ignore accedental commands. The Magic Mouse control pannel does not have this sensitivity ability.
    Not sure if there is anything that can be done about this. I may utilize a track-ball that I have when in these apps in the future.

    I discovered this.
    By keeping three (3) fingers on the mouse (Magic Mouse), mapping software will ignore scrolling input.
    This technique stops the erradic scrolling and zooming of the map.

  • Lion - bluetooth for keyboard and magic mouse not working anymore

    Hi all,
    I installed LION on my macbook pro yesterday. Today my macbook stopped recognizing my magic mouse via bluetooth - after rebooting the machine it also didn't recognize the bluetooth keyboard anymore.
    When I try to pair the devices with my machine under system preferences it keeps finding them, but cannot pair any longer.
    Did anybody else experience this problem - and solved it?
    Cheers,
    Gregor

    I have the same problem, and so far no solution.  After Lion install, MacBook Pro 17" (mid'09) will not re-pair with my Apple bluetooth keboard.  First of all, it should not need re-pairing at all -- but it does.  Next, keyboard is recognized by Bluetooth Setup Assistant, but the the result is always "pairing attempt unsuccessful."  I am using new batteries, and the keyboard is two feet away from the MBP.  UGH.
    Apple Bluetooth Software Version:          2.5.0f17
      Hardware Settings:
      Address:          60-fb-42-7a-a0-ba
      Manufacturer:          Broadcom
      Name:          San Juan Studio
      Firmware Version:          180 (369)
      Bluetooth Power:          On
      Discoverable:          Yes
      Vendor ID:          0x5ac
      Product ID:          0x8217
      HCI Version:          4 (0x4)
      HCI Revision:          369 (0x171)
      LMP Version:          4 (0x4)
      LMP Subversion:          8628 (0x21b4)
      Device Type (Major):          Computer
      Device Type (Complete):          Mac Portable
      Composite Class Of Device:          3801356 (0x3a010c)
      Device Class (Major):          1 (0x1)
      Device Class (Minor):          3 (0x3)
      Service Class:          464 (0x1d0)
      Peer to Peer Supported:          Yes
      Services:
      Bluetooth File Transfer:
      Folder other devices can browse:          /Users/Shared
      Requires Authentication:          No
      State:          Enabled
      Bluetooth File Exchange:
      Folder for accepted items:          /Users/mac/Public/Drop Box
      Requires Authentication:          No
      When other items are accepted:          Ask
      When PIM items are accepted:          Ask
      When receiving items:          Refuse all
      State:          Disabled

  • How to Setup Apple Magic Mouse in Windows 7?

    Hi,
    I have a MBP that runs "Apple OS X 10.6.3" and "Windows 7 Ultimate".
    I also purchased an "Apple Magic Mouse".
    I have no problem setting up the Apple Magic Mouse on the Mac side, but don't know how to set up the Apple Magic Mouse in the Windows 7.
    So how do I make my Apple Magic Mouse work in the Windows 7?
    Thanks.

    Hi,
    I clicked "Add wireless devices", but it cannot show apple magic mouse.
    i put my apple magic mouse for a while and let bluetooth search, the apple magic mouse can be used, but still not showing in the panel.
    if i have to wait for 1 or 2 mins for the mbp to recognize my apple magic mouse,(in the windwos 7 of course), then it's too tedious.
    anyway that can solve this problem?
    Thansk

Maybe you are looking for