![]() |
2010-10-01
, 06:46
|
Posts: 79 |
Thanked: 11 times |
Joined on Oct 2009
@ Norway
|
#12
|
![]() |
2011-07-28
, 10:56
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2011
|
#13
|
jtmstr: Music over bluetooth also works with my Pioneer DEH-P9800BT. It connects automatically but I have to start the media player on the phone and manually start playback. As it is, A2DP playback offer little advantage over having a seperate mp3 player hooked up to the AUX.
I suspect it should be technically possible to write a script that trigger when the car stereo connects to the phone. If so, starting the preferred playback program should be possible. That would be a great improvement.
![]() |
2011-07-28
, 11:55
|
Posts: 502 |
Thanked: 366 times |
Joined on Jun 2010
@ /dev/null
|
#14
|
The Following User Says Thank You to tuxsavvy For This Useful Post: | ||
![]() |
2011-07-28
, 12:03
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2011
|
#15
|
![]() |
2011-07-28
, 12:17
|
Posts: 502 |
Thanked: 366 times |
Joined on Jun 2010
@ /dev/null
|
#16
|
![]() |
2011-07-28
, 12:44
|
Posts: 14 |
Thanked: 2 times |
Joined on Aug 2010
|
#17
|
![]() |
2011-07-28
, 13:17
|
Posts: 86 |
Thanked: 21 times |
Joined on Sep 2010
|
#18
|
![]() |
2011-07-30
, 01:54
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2011
|
#19
|
I figured this might be a bit of a learning curvethough if you have some experience with Linux CLI then you shouldn't have much to worry about, for I have dug most of the hard work up.
For now I couldn't be stuffed pinpointing the exact location of where I want dbus-scripts to run that script and I could in theory get away with parsing one line command maybe via using backquotes. Though the general idea I guess is there. Hopefully it'll work out right for your case.
![]() |
2011-07-30
, 03:01
|
Posts: 502 |
Thanked: 366 times |
Joined on Jun 2010
@ /dev/null
|
#20
|
Nokia-N900:~$ file /bin/bash /bin/bash: ELF 32-bit LSB executable, ARM, version 1 (SYSV), for GNU/Linux 2.6.14, dynamically linked (uses shared libs), stripped
Nokia-N900:~$ dpkg -l mediaplayer*| grep ii| awk '{ print $2 }' mediaplayer mediaplayer-l10n-cscz mediaplayer-l10n-dadk mediaplayer-l10n-dede mediaplayer-l10n-engb mediaplayer-l10n-enus mediaplayer-l10n-eses mediaplayer-l10n-esmx mediaplayer-l10n-fifi mediaplayer-l10n-frca mediaplayer-l10n-frfr mediaplayer-l10n-itit mediaplayer-l10n-mr0 mediaplayer-l10n-nlnl mediaplayer-l10n-nono mediaplayer-l10n-plpl mediaplayer-l10n-ptpt mediaplayer-l10n-ruru mediaplayer-l10n-svse mediaplayer-restore mediaplayerhomeapplet
Nokia-N900:~$ dpkg -L mediaplayer /. /usr /usr/share /usr/share/dbus-1 /usr/share/dbus-1/services /usr/share/dbus-1/services/com.nokia.mediaplayer.service /usr/share/doc /usr/share/doc/mediaplayer /usr/share/doc/mediaplayer/copyright /usr/share/doc/mediaplayer/changelog.Debian.gz /usr/share/gconf /usr/share/gconf/schemas /usr/share/gconf/schemas/mediaplayer.schemas /usr/share/mime /usr/share/mime/packages /usr/share/mime/packages/mediaplayer-service-mime.xml /usr/share/applications /usr/share/applications/hildon /usr/share/applications/hildon/mediaplayer.desktop /usr/share/pixmaps /usr/share/pixmaps/mediaplayer /usr/share/pixmaps/mediaplayer/1bit_alpha_round_corner_button.png /usr/share/pixmaps/mediaplayer/1bit_alpha_round_corner_button_active.png /usr/bin /usr/bin/mediaplayer.launch /etc /etc/others-menu /etc/others-menu/extra_applications /etc/osso-backup /etc/osso-backup/applications /etc/osso-backup/applications/mediaplayer.conf /usr/bin/mediaplayer /etc/others-menu/extra_applications/0000_mediaplayer.desktop
Nokia-N900:~$ for i in `dpkg -L mediaplayer`; do file $i; done /.: directory /usr: directory /usr/share: directory /usr/share/dbus-1: directory /usr/share/dbus-1/services: directory /usr/share/dbus-1/services/com.nokia.mediaplayer.service: ASCII text /usr/share/doc: directory /usr/share/doc/mediaplayer: ERROR: cannot open `/usr/share/doc/mediaplayer' (No such file or directory) /usr/share/doc/mediaplayer/copyright: ERROR: cannot open `/usr/share/doc/mediaplayer/copyright' (No such file or directory) /usr/share/doc/mediaplayer/changelog.Debian.gz: ERROR: cannot open `/usr/share/doc/mediaplayer/changelog.Debian.gz' (No such file or directory) /usr/share/gconf: directory /usr/share/gconf/schemas: directory /usr/share/gconf/schemas/mediaplayer.schemas: ASCII English text /usr/share/mime: directory /usr/share/mime/packages: directory /usr/share/mime/packages/mediaplayer-service-mime.xml: XML document text /usr/share/applications: directory /usr/share/applications/hildon: directory /usr/share/applications/hildon/mediaplayer.desktop: ASCII text, with very long lines /usr/share/pixmaps: symbolic link to `/opt/usr/share/pixmaps' /usr/share/pixmaps/mediaplayer: directory /usr/share/pixmaps/mediaplayer/1bit_alpha_round_corner_button.png: PNG image data, 96 x 96, 8-bit colormap, non-interlaced /usr/share/pixmaps/mediaplayer/1bit_alpha_round_corner_button_active.png: PNG image data, 96 x 96, 8-bit colormap, non-interlaced /usr/bin: directory /usr/bin/mediaplayer.launch: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), stripped /etc: directory /etc/others-menu: directory /etc/others-menu/extra_applications: directory /etc/osso-backup: directory /etc/osso-backup/applications: directory /etc/osso-backup/applications/mediaplayer.conf: ASCII text /usr/bin/mediaplayer: symbolic link to `maemo-invoker' /etc/others-menu/extra_applications/0000_mediaplayer.desktop: symbolic link to `/usr/share/applications/hildon/mediaplayer.desktop'
/usr/bin/mediaplayer.launch: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), stripped
The Following 2 Users Say Thank You to tuxsavvy For This Useful Post: | ||
I know there is the fm transmitter option, and this will do for now.