![]() |
2010-01-22
, 00:03
|
Posts: 38 |
Thanked: 8 times |
Joined on Jan 2008
|
#62
|
Could soneone test this.
- phone rangs
-- disconnect headphones and answer
- end call
- music plays from speakers?
Maybe this just user error but happened me once.
![]() |
2010-01-22
, 19:02
|
Posts: 38 |
Thanked: 8 times |
Joined on Jan 2008
|
#63
|
You can check out the code from https://garage.maemo.org/projects/headphoned and add the code
If you send me some a2dp hardware, I can try to implement it
signal sender=:1.3 -> dest=(null destination) serial=220 path=/org/maemo/Playback/Manager; interface=org.maemo.Playback.Manager; member=BluetoothOverride int32 -1
![]() |
2010-01-27
, 17:05
|
|
Posts: 81 |
Thanked: 109 times |
Joined on Apr 2009
@ Brasov/Cluj, Romania
|
#64
|
![]() |
2010-01-27
, 19:10
|
Posts: 247 |
Thanked: 91 times |
Joined on Jan 2008
@ London/M4 Corridor
|
#65
|
The Following User Says Thank You to Alan_Peery For This Useful Post: | ||
![]() |
2010-01-27
, 20:12
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#66
|
The Following 3 Users Say Thank You to qwerty12 For This Useful Post: | ||
![]() |
2010-01-27
, 20:23
|
Posts: 97 |
Thanked: 103 times |
Joined on Sep 2009
@ switzerland
|
#67
|
Could soneone test this.
- phone rangs
-- disconnect headphones and answer
- end call
- music plays from speakers?
Maybe this just user error but happened me once.
![]() |
2010-01-27
, 20:50
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#68
|
Happened a couple of times here too, but I've so far not been able to replicate it under "controlled" conditions. But I seem to be having the same behaviour with disconnected skype calls only. Though still not every time.
![]() |
2010-01-28
, 17:22
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#69
|
Yes, you can listen for D-Bus signals saying that the headphones have been removed (mike2k4, sniff the system bus, instead), but there's an easier way: Don't use GIOChannels to monitor the state file, but use libhal to listen for computer_logicaldev_input_1 being removed. This way, you kill two birds with one stone: Removing a wired or a bluetooth headset causes the same event to be broadcast by HAL - "computer_logicaldev_input_1 removed".
The Following 3 Users Say Thank You to qwerty12 For This Useful Post: | ||
![]() |
2010-01-30
, 05:19
|
|
Posts: 266 |
Thanked: 157 times |
Joined on Oct 2009
|
#70
|
Could soneone test this.
- phone rangs
-- disconnect headphones and answer
- end call
- music plays from speakers?
Maybe this just user error but happened me once.
The Following User Says Thank You to unkno For This Useful Post: | ||
- phone rangs
-- disconnect headphones and answer
- end call
- music plays from speakers?
Maybe this just user error but happened me once.