| The Following User Says Thank You to hawaii For This Useful Post: | ||
|
|
2010-03-26
, 12:29
|
|
Posts: 42 |
Thanked: 52 times |
Joined on Mar 2010
@ planet earth i guess
|
#62
|
|
|
2010-03-26
, 12:31
|
|
|
Posts: 154 |
Thanked: 124 times |
Joined on Mar 2007
|
#63
|
|
|
2010-03-26
, 16:34
|
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#64
|
when i first installed the default proximity setting had me having to smush the phone against my face for the speakers to turn off. i then set it to the higher setting and it made it so i could hold the phone comfortably to my ear to get the speakers to turn off. this seemed to work better for me.
|
|
2010-03-26
, 16:38
|
|
Posts: 433 |
Thanked: 273 times |
Joined on Jan 2010
|
#65
|
|
|
2010-03-26
, 16:48
|
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#66
|

| The Following User Says Thank You to ndi For This Useful Post: | ||
|
|
2010-03-29
, 22:35
|
|
Posts: 130 |
Thanked: 13 times |
Joined on Nov 2005
|
#67
|
|
|
2010-03-29
, 22:55
|
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#68
|
i like this project just the way it is pretty much, except when i use it in my car. my garmin gps and the n900 automatically connect when i get in the car, and the gps will answer a phone call automatically, but it seems as soon as the phone answers it switches the blue tooth feed to the n900 speakers and microphone. i can also dial a call from the garmin but as soon as the phone starts ringing it drops the garmin connection.
if the program would recognize the blue tooth connection as a top priority and not start the phone speakers i would be pretty happy. (of course holding the phone up to my head turns on the garmin again. so much for hands free.)
and plus added some more extra functions from the suggestions in previous posts so until the next release I'd suggest bluetooth users to disable by unchecking everything in settings or uninstall it completely.
|
|
2010-03-31
, 02:17
|
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#69
|
|
|
2010-03-31
, 23:34
|
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#70
|
from monitoring lshal, here's what a connect and disconnect looks like -
08:06:04.813: computer_logicaldev_input_1 added
08:06:23.737: computer_logicaldev_input_1 removed
and there is no change in the headphone/state file - it's always disconnected, so assume that's for the wired headset only.
I ran a diff of lshal and the only bits that change when connected and disconnected is this line;
udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_1'
udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0'
First is connected, second is disconnected - so a simple sanity check for input_1 would suffice for NOT enabling the loudspeaker when the keyboard is slid open.
Last edited by hawaii; 2010-03-26 at 12:23.