javaos74 / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

Mouse: Mighty Mouse does not click #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.none
2.
3.

What is the expected output? What do you see instead?
If i click nothing happens

What version of the product are you using? On what operating system?
Initial public release, iPhone 3GS 3.1.2

Please provide any additional information below.
Im using an apple mighty mouse

please email me if you would like anymore information of my device
ltjbigshot@gmail.com

Original issue reported on code.google.com by ltjbigs...@gmail.com on 6 Jan 2010 at 12:37

GoogleCodeExporter commented 9 years ago
Excuse me I meant to say there is no output by the mouse. haha

Original comment by ltjbigs...@gmail.com on 6 Jan 2010 at 12:38

GoogleCodeExporter commented 9 years ago
I'm also affected by this issue. 

Original comment by chemi...@gmail.com on 6 Jan 2010 at 9:03

GoogleCodeExporter commented 9 years ago
hi

BTstack Mouse does support the mouse buttons, but not for you. 

First, please install the "PreferenceLoader" package. It is missing in the
dependencies of MouseSupport.

Now, try again to see if this makes a difference.

If not, please  send me (iphone@ringwald.ch) the file /tmp/hci_dump.pklg (log 
of all
Bluetooth data from the last session), and tell me what special extensions you 
are using.

Also try disabling all but MouseSupport, SpringBoardAccess, Veency, and
PreferenceLoader and try again.

Thanks for your help.

 Matthias 

Original comment by matthias.ringwald@gmail.com on 6 Jan 2010 at 12:13

GoogleCodeExporter commented 9 years ago
Same problem for me, using Mighty Mouse, I see and can move the cursor, but I 
can't
click anything.

Original comment by marcopet...@gmail.com on 6 Jan 2010 at 12:46

GoogleCodeExporter commented 9 years ago
I too am having this issue. I installed late last night Eastern Time and the
PreferenceLoader was installed with the main application. I am using Iphone 3G 
16gb
with OS 3.1.2. BTStack Mouse 1.0-23116, btstack version 0.1-480. Apple BT 
Mighty Mouse.

Thanks.

Original comment by keeper8...@gmail.com on 6 Jan 2010 at 1:40

GoogleCodeExporter commented 9 years ago
I also have the same issue with the Mighty Mouse, I see the screen but I can't 
click. 

Original comment by santi...@gmail.com on 6 Jan 2010 at 6:08

GoogleCodeExporter commented 9 years ago
Hi all. Seems like it is the Mighty Mouse which is causing trouble. Please try 
again
and send/attach /tmp/hci_dump.pklg from the device.

Matthias

Original comment by matthias.ringwald@gmail.com on 6 Jan 2010 at 6:19

GoogleCodeExporter commented 9 years ago
My hci_dump.pklg

Original comment by marcopet...@gmail.com on 6 Jan 2010 at 7:12

Attachments:

GoogleCodeExporter commented 9 years ago
Same problem Here with Iphone 3GS on 3.0 also mighty Mouse

Original comment by cesar.ga...@gmail.com on 6 Jan 2010 at 8:24

GoogleCodeExporter commented 9 years ago
Hi,

I am also on an iPhone 3Gs running firmware 3.1.2 and am using my mighty mouse 
but I
can't click on anything. I only see a mouse cursor. Here is my hci_dump.pklg. 
Please
try and fix this as soon as you can. I'd love to use my mouse with my iPhone.

Original comment by segiho...@gmail.com on 7 Jan 2010 at 3:25

Attachments:

GoogleCodeExporter commented 9 years ago
Here is an update. I used SBSettings to disable all Mobile Substrate add ons 
except for  MouseSupport, 
SpringBoardAccess, and PreferenceLoader. I don't have Veency installed. I still 
have the same problem 
where I can see the mouse cursor and move it but I can't click on anything. 

Original comment by segiho...@gmail.com on 7 Jan 2010 at 5:01

GoogleCodeExporter commented 9 years ago
Update for me as well. I have also disabled all MobileSubstrate Add ons except 
the
ones needed. I even installed Veency to see if that would help. Still no such 
luck.

Original comment by keeper8...@gmail.com on 7 Jan 2010 at 2:25

GoogleCodeExporter commented 9 years ago
also having this issue with the Mighty Mouse and iPhone 3gs 3.1.2

Original comment by dan.die...@gmail.com on 7 Jan 2010 at 6:28

GoogleCodeExporter commented 9 years ago
Will there be a fix for the Mighty Mouse issue or should I get a new mouse if I 
want
to use this.

Original comment by pjca...@gmail.com on 7 Jan 2010 at 10:53

GoogleCodeExporter commented 9 years ago
hi all

I looked at your logs. A mouse can be in a boot mode or in the normal mode. I 
use the
boot mode as BTstack does not support normal mode yet, and HID descriptors 
don't have
to be parsed. Getting this to work correctly will take a while and I don't want 
to
promise a date. Sorry. We'll see.

Matthias

Original comment by matthias.ringwald@gmail.com on 7 Jan 2010 at 11:31

GoogleCodeExporter commented 9 years ago
Does the mighty mouse need to be on normal or boot mode ? What makes it 
different from other 
bluetooth mice ? 

Original comment by segiho...@gmail.com on 7 Jan 2010 at 11:42

GoogleCodeExporter commented 9 years ago
Is there a list of supported Mouses?  

Original comment by pjca...@gmail.com on 8 Jan 2010 at 12:43

GoogleCodeExporter commented 9 years ago
segihovav: BTstack Mouse tells it use boot mode (as it was easier). However, in 
this mode, the mighty mouse 
does not report mouse clicks, for some reason. it certainly would in the normal 
mode, but then there is more 
code needed to parse its description. I might add a special "Mighty 
Mouse"-switch with a hard-coded report 
format. gimme some time.

Original comment by matthias.ringwald@gmail.com on 8 Jan 2010 at 2:31

GoogleCodeExporter commented 9 years ago
I have done quite a bit of searching and can find no details on the concept of a
"boot mode" for the wireless mighty mouse. Nor could I find any information on 
the
magic mouse having such a feature either. So why does the magic mouse appear to 
work
and the mighty mouse appear to not work.

Original comment by keeper8...@gmail.com on 8 Jan 2010 at 3:31

GoogleCodeExporter commented 9 years ago
the boot mode is described in the BT HID spec 
http://www.bluetooth.com/NR/rdonlyres/0BE438ED-DC1B-
41D1-AAC0-1AAA956097A2/980/HID_SPEC_V10.pdf although it results from the USB 
HID specification.

every BT HID supports this mode, but the Mighty one just doesn't report the 
clicks.

Original comment by matthias.ringwald@gmail.com on 8 Jan 2010 at 4:34

GoogleCodeExporter commented 9 years ago
Matthais, Thanks for the update. I look forward to using this once your "mighty
mouse" switch is setup. Thanks for the explination.

Original comment by keeper8...@gmail.com on 8 Jan 2010 at 4:41

GoogleCodeExporter commented 9 years ago
I cannot click with my mighty mouse either. Please could you notify me if this 
problem is fixed. My email 
is jazzguy1984@hotmail.co.uk app will be brilliant then!

Original comment by tomgreen...@googlemail.com on 11 Jan 2010 at 9:24

GoogleCodeExporter commented 9 years ago
tomgreenhalf, get a google account, and vote (star) for this issue. And then 
you'll
get email notification about each comment posted in this issue

Original comment by salim.hb...@gmail.com on 11 Jan 2010 at 9:28

GoogleCodeExporter commented 9 years ago
Fix it please! :(

Original comment by federico...@gmail.com on 11 Jan 2010 at 10:32

GoogleCodeExporter commented 9 years ago
Could this have to do with the capacative sensors in the 
Mighty Mouse?

Original comment by platni...@gmail.com on 17 Jan 2010 at 7:03

GoogleCodeExporter commented 9 years ago
platnicat: it appears that the problem is caused by the mighty mouse not 
completely 
following HID specs. An HID mouse will have a 'boot' mode and a 'normal' mode 
but 
the mighty mouse does not report clicks in 'boot' mode.

Original comment by matt.ven...@gmail.com on 17 Jan 2010 at 7:13

GoogleCodeExporter commented 9 years ago
:BUMP: iPhone 3Gs on 3.1.2 with Mighty Mouse

Original comment by rallycar27@gmail.com on 15 Feb 2010 at 12:06

GoogleCodeExporter commented 9 years ago
Any progress on the mighty switch?

Original comment by michael....@gmail.com on 15 Feb 2010 at 6:54

GoogleCodeExporter commented 9 years ago
kind of. I've also tried to use the Mighty Mouse in 'normal' mode and I still 
got no clicks. So, I have no idea why 
this (only this one) does not tell me about clicks.not sure what to try next... 
I have compared the log of a Mac to 
my app, and I sent the same commands and get the answers... but no clicks.

Original comment by matthias.ringwald@gmail.com on 15 Feb 2010 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by matthias.ringwald@gmail.com on 15 Feb 2010 at 9:28

GoogleCodeExporter commented 9 years ago
I had the same problem, my mighty mouse suddenly stopped engaging (clicking) 
with
anything on my computer.  It would scroll around no problem, but I could not 
click on
anything.  I fixed the issue by removing the batteries and replacing them and 
using a
wired mouse to go re-connect the blue tooth mouse in the system preferences.  
Lame.

Original comment by Normally...@gmail.com on 21 Feb 2010 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by matthias.ringwald@gmail.com on 25 Feb 2010 at 6:58

GoogleCodeExporter commented 9 years ago
Matthias.ringwald: Has there been any progress on the mighty mouse switch? Or 
has the project been 
abandoned?

Original comment by dmop...@gmail.com on 14 Mar 2010 at 4:06

GoogleCodeExporter commented 9 years ago
nope, sorry. I recently tried again as I've fixed some low-level bugs in 
BTstack, but
still no clicks reported, neither in normal nor in boot mode. something is 
strange here.

Original comment by matthias.ringwald@gmail.com on 14 Mar 2010 at 3:39

GoogleCodeExporter commented 9 years ago
Are there any progress about click unavailable issue of Mighty Mouse?
I'm using iPhone 3GS OS 3.1.2 JB with PWnage 3.1.5 and Might Mouse.
I'm waiting for any progress about this issue.....

Original comment by sk8er...@gmail.com on 12 May 2010 at 9:03

GoogleCodeExporter commented 9 years ago
Thanks for all the awesome BT code you put together for the keyboard and mouse. 
I too ran into the mighty 
mouse problem. Does the new Apple mouse work though? It sounded like the new 
bluetooth mouse worked 
fine? Or another bluetooth mouse perhaps?

Original comment by steelsky...@gmail.com on 12 May 2010 at 11:42

GoogleCodeExporter commented 9 years ago
HI. As far as I can tell, all mice beside the Mighty Mouse work. The Magic Mouse
works for sure (I have one). I wonder if the Mighty Mouse work with Linux and/or
Windows, I might try.

Original comment by matthias.ringwald@gmail.com on 13 May 2010 at 6:50

GoogleCodeExporter commented 9 years ago
@sk8er.ys Sorry, no progress. If anybody can tell how to convince this mouse to 
send
button clicks, I'll be happy to fix it. It tried sending the exact same 
sequence of
commands to it as Mac OS X does. I'm still puzzled :(

Original comment by matthias.ringwald@gmail.com on 13 May 2010 at 6:52

GoogleCodeExporter commented 9 years ago
@matthias.ringwald the mighty mouse works with windows xp, I tested it with 
windows
on bootcamp and on an HP laptop, it works perfectly normal.

Original comment by salim.hb...@gmail.com on 13 May 2010 at 6:55

GoogleCodeExporter commented 9 years ago
Interestingly enough, I went bought a magic mouse this morning (ouchhh on the 
price of that thing), and the 
ipad BT Keyboard app sees it but never completes connecting to it. So you get 
the spinning wheel and nothing 
else. i am still trying. I got the discover mode switched on for the magic 
mouse -- hence it appears on the 
list of bluetooth devices.

so it is a little disheartening that the might mouse at least gave me a cursor 
but no click now the new magic 
mouse is a total bust. 

Could there be any other third party utils, apps, files I am missing? I am so 
close yet so far! LOL

The keyboard works great btw.

Original comment by steelsky...@gmail.com on 13 May 2010 at 4:15

GoogleCodeExporter commented 9 years ago
sorry I meant: Ipad BT Mouse App discovers it but is not able to connect. But 
you probably got that :-)

Original comment by steelsky...@gmail.com on 13 May 2010 at 4:17

GoogleCodeExporter commented 9 years ago
@steelskyblue strange.  can you quit Mouse.app after the connection fails and 
attach
/tmp/hci_dump.pklg here. You can use e.g. iFile to send by mail to yourself or 
use
scp or Cyberduck ..

Original comment by matthias.ringwald@gmail.com on 14 May 2010 at 10:55

GoogleCodeExporter commented 9 years ago
I've got a mighty mouse and access to a Linux box. Is there something I can do 
to help ?

Original comment by segiho...@gmail.com on 14 May 2010 at 7:14

GoogleCodeExporter commented 9 years ago
Additional Information.
I'm also using Windows XP sp3 on MacBookPro 15" which is booted from NTFS 
partition
with BootCamp driver. I'm using Might Mouse every day under this environment, 
and it
works fine. How about checking sequence between Windows and Mighty Mouse? Does 
this
info give you any help?

Original comment by sk8er...@gmail.com on 17 May 2010 at 1:35

GoogleCodeExporter commented 9 years ago
I Was able to make the magic mouse finally work but I had to first pair it with 
my Mac Pro and then it would 
finally pair with the ipad. I guess the magic mouse when it comes out of the 
box is not READY to talk to ipad, it 
needs chaperon. LOL

Either way it works beautifully. Thank you for all this great code.

Original comment by steelsky...@gmail.com on 17 May 2010 at 7:32

GoogleCodeExporter commented 9 years ago
@steelskyblue interesting. If I ever do a FAQ, I'll add that :)

Original comment by matthias.ringwald@gmail.com on 17 May 2010 at 7:34

GoogleCodeExporter commented 9 years ago
@skaters A log of the connection process with some clicking would be nice. I 
have
logs for the Mac. You can get logs for linux, no idea if this is possible on 
Windows.

Original comment by matthias.ringwald@gmail.com on 17 May 2010 at 7:35

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi. Thanx for your amazing app, really takes iphone/ipad to the next level. 
Same problem here with the Mighty 
Mouse - can move the cursor, but cant click. Which mouses, other than the magic 
mouse, are supported 
completely by your app? A cheaper one perhaps?

Original comment by avikarsi...@gmail.com on 20 May 2010 at 8:27

GoogleCodeExporter commented 9 years ago
Hello!  Very exciting app, will really complete the whole package so to speak.  
I 
have a mighty mouse, which is of course not working.  Please let me know what 
mouse 
to buy and I will go get it.

Original comment by nelson.a...@gmail.com on 28 May 2010 at 5:14