A
_artem_
Gast
Bahni schrieb:das nützt nix
ok. wie es aussieht, ist es ein allgemein android bug, hier z.B. Issue 2831 - android - Bluetooth headphone doesn't autoconnect - Android - An Open Handset Alliance Project - Google Project Hosting
viele verschiedene Handymodelle und verschiedene hands-free's und gleiche Probleme
eine der Loesungen:
Hi people, I had the same problem described in the issue with a Nokia HS-54W, headsets pair but doesn't reconnect automatically, today I've tried to modify a bit the configuration files, (I'm using a CyanogenMod 7 custom ROM) and it seems to be fixed, I've done this (Android SDK and a rooted device, I guess, required), using adb tool:
adb pull /etc/bluetooth/audio.conf
[edit the file audio.conf imported and quit first '#' character from the line AutoConnect=true]
adb remount
adb push audio.conf /etc/bluetooth
[reboot the phone]
Now my headset autoconnects, I've to check if this somehow affected the "reconnection" of my phone to my car's Parrot, that was working OK.
I don't know why the AutoConnect option is disabled, a good reason should exist for this great inconvenience in a device that firstly, is a PHONE.
also die Datei audio.conf aus dem /etc/bluetooth/ editieren, und dort #AutoConnect=true gegen AutoConnect=true ersetzen (das "#" loeschen), um die Dateien im /etc/ zu editieren ist das Rooten eventuell notwendig (leichter: rooten, und ueber root explorer die Datei direkt im Handy editieren).
oder eine andere Loesung koennte sein: wenn deine Freispecheinrichtung verschiedene Kopplungsmoeglichkeiten hat (z.B. uebers Menue zu koppeln und ueber die Sprachbefehle, dann versuche durch Sprachbefehlen zu koppeln, oder umgekehrt)