10/17/2011, 11:07 AM
|
#1 (permalink) |
|
Member
![]()
Posts: 54
|
I have paired a Motorola S10-HD headphone with my TP with no problem. Tested it first with AudiophileHD, worked as it should and good sound quality. I next tested on my KalemSoft by starting a movie, again all was well. I went into TuneIn and no sound on any radio station. I discovered by accident that if I turn on Audiophile, I get both the radio and Audiophile, however if I pause the Audiophile I only get the radio. I have since tested using KalemSoft and the same applies. I have to leave either app open and paused in order to continue with the radio.
Has anyone else ran into this problem? Perhaps a patch is needed or a fix for TuneIn? Any suggestions? Last edited by rangerf6; 10/17/2011 at 11:11 AM. Reason: wrond devise |
10/18/2011, 03:30 AM
|
#2 (permalink) | |
|
Homebrew Developer
![]() ![]() |
Drop into the forum here for the tuning dev and let them know you're having problems with bluetooth and their app
-- Sent from my HP TouchPad using Communities
__________________
Author: Remove Messaging Beeps patch for webOS 3.0.5, Left/Right bezel gestures in LunaCE, Whazaa! Messenger and node-wa, SynerGV 1 and 2 - Google Voice integration, XO - Subsonic Commander media streamer, AB:S Launcher Quote:
GO OPEN WEBOS! People asked me for a donate link for my non-catalog work, so here you are:
|
|
10/20/2011, 07:28 AM
|
#6 (permalink) | |
|
Homebrew Developer
![]() ![]() |
Incorrect, there are specific things that have to be configured properly in order to get it to playback on a headset. I just read a topic on that about two weeks ago over in the official developer forums. If I run across it again, I'll try to remember to link back here
-- Sent from my HP TouchPad using Communities
__________________
Author: Remove Messaging Beeps patch for webOS 3.0.5, Left/Right bezel gestures in LunaCE, Whazaa! Messenger and node-wa, SynerGV 1 and 2 - Google Voice integration, XO - Subsonic Commander media streamer, AB:S Launcher Quote:
GO OPEN WEBOS! People asked me for a donate link for my non-catalog work, so here you are:
|
|
10/20/2011, 12:35 PM
|
#8 (permalink) | |
|
Member
![]() ![]() |
Quote:
Doc |
|
10/20/2011, 12:54 PM
|
#9 (permalink) | |
|
Member
![]() ![]() |
Quote:
There's also a difference between a PDK application versus HTML5 applications and how the system handles bluetooth. Sound in the PDK is handled very rudimentarily with minimal routing directly to the audio processor of the operating system (which I believe is still gstreamer). The audio libraries are basically integrated into the application when it's compiled. HTML5 applications, on the other hand, use additional layers in order to get audio to work. You have the web audio layer on top of the Enyo layer which then backends to the Enyo libraries which then send to the audio processor. If any of these layers has a bug in it, there's going to be an issue. But, us developers can only really control one layer of it when it comes to audio and that's the web audio layer. There's really only one way of handling audio in a web app (two if you include the very basic Enyo.Sound library but that doesn't work well for streaming audio and is meant more for things like sound board applications or game web apps). On the audio side of things, our Touchpad application uses the same audio setup as our Palm Pre/Pixi application (both use HTML5 audio with the audio class set to media). If you have a Pre/Pixi you should be able to confirm that bluetooth audio works pretty flawlessly in our Pre app with the occasional hiccup. This leads me to say that it has to be a bug in either Enyo or the operating system itself, particularly in the way that bluetooth audio is routed for media application without media locking and there's not really anything that we can do about it. If we could, we would. We'd like to be able to deliver a perfect application but our hands are tied working within the confines of a very limited SDK. Doc |
|
10/20/2011, 11:30 PM
|
#10 (permalink) |
|
Member
![]()
Posts: 54
|
I installed and downloaded 3.0.4 and the audio problem with TuneIn is still there, and still works as I outlined in my first post.
DocLee, I think I understand what you are saying, however I wonder why only TuneIn is subject to this. If indeed this is a problem with HP software or Enyo wouldn't AudiophileHD, Pandora and KalemSoft have this problem? I did note in the posts from xninjagrrl and Kwas, that Internet Radio Pro and IHeart Radio both have this problem. The common thread here is streaming internet radio. I also would like to point out that according to the post by toaste that Pandora radio works, wonder what they are doing different in their streaming? I have not tested Pandora yet, but will download and test sometime tomorrow. Ah what the heck, why wait. Up and playing thru headphones and sounding good. |
10/21/2011, 12:09 AM
|
#11 (permalink) | |
|
Member
![]() ![]() |
Quote:
As stated, the common thing between the apps that do not function correctly is HTML5 and no media locking as I've explained above which means that the issues are almost certainly Enyo/WebOS related; not application related. Really, there's nothing that we developers can do to change it as we do not have access to low level Bluetooth audio routing in the sdk. There's nothing to check off or code in or activate or anything like that. It's an operating system issue with the way Enyo interacts with the audio subsystem which we have no control over. Doc |
|
10/21/2011, 06:03 AM
|
#12 (permalink) | |
|
Homebrew Developer
![]() ![]() |
I'll do some poking at this . . My Bluetooth headphones are on a FedEx truck awaiting delivery to my house right now. Although the FedEx website says it'll take 4 days to arrive here, even though I could go intercept the driver on foot right now. :|
-- Sent from my HP TouchPad using Communities
__________________
Author: Remove Messaging Beeps patch for webOS 3.0.5, Left/Right bezel gestures in LunaCE, Whazaa! Messenger and node-wa, SynerGV 1 and 2 - Google Voice integration, XO - Subsonic Commander media streamer, AB:S Launcher Quote:
GO OPEN WEBOS! People asked me for a donate link for my non-catalog work, so here you are:
|
|
10/22/2011, 01:00 AM
|
#13 (permalink) | |
|
Homebrew Developer
![]() ![]() |
Ugh, I can't get anything at all to work with my new Bluetooth set. Everything recognizes it as a "music device" rather than a comm device, and I can't find any software for PC or Touchpad that is actually outputting to it. Wth?
-- Sent from my HP TouchPad using Communities
__________________
Author: Remove Messaging Beeps patch for webOS 3.0.5, Left/Right bezel gestures in LunaCE, Whazaa! Messenger and node-wa, SynerGV 1 and 2 - Google Voice integration, XO - Subsonic Commander media streamer, AB:S Launcher Quote:
GO OPEN WEBOS! People asked me for a donate link for my non-catalog work, so here you are:
|
|
10/22/2011, 07:13 AM
|
#14 (permalink) | |
|
Homebrew Developer
![]() ![]() |
Ok I did finally get it to work. I heart radio and tunein are the only two programs I have that play media that do not broadcast thru the Bluetooth
they merely make no sound whatsoever at all-- Sent from my HP TouchPad using Communities
__________________
Author: Remove Messaging Beeps patch for webOS 3.0.5, Left/Right bezel gestures in LunaCE, Whazaa! Messenger and node-wa, SynerGV 1 and 2 - Google Voice integration, XO - Subsonic Commander media streamer, AB:S Launcher Quote:
GO OPEN WEBOS! People asked me for a donate link for my non-catalog work, so here you are:
|
|
10/22/2011, 11:13 AM
|
#15 (permalink) | |
|
Member
![]()
Posts: 54
|
Quote:
Would be good if someone could figure this out and solve the problem. |
|
12/27/2012, 08:45 AM
|
#16 (permalink) | |
|
Member
![]()
Posts: 77
|
Quote:
__________________
Pilot 1000 w/5000 upgrade > Palm Pilot Pro w/2meg hand soldered ram > M130 > TX > VZPre+ oc1ghz webOS 2.1 +classic +flash +2.2.4 Bluetooth > VZPre 2 oc 1.2ghz webOS 2.2.4 (Super Verizon) > TouchPad 32gb w/cyanogen dual boot |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



