PDA

View Full Version : bypass headset earphone jack switch


adomila
15-01-2008, 06:28 AM
Hi,
Before I start creating an application that would bypass the headset earphone jack switch(the one the activates once you insert a headset), I would like to know or find out first, if it is programatically possilble to bypass this manually by a registry setting or an application. If yes, kindly advice as to where I should start.

lifeisfun
15-01-2008, 11:17 AM
I found similar application while searching for solution to
fix sound problem while using VOIP on Titan/Mogul
and other HTC devices. It was writen for ETEN but
to my disapoitment doesnt work on the Titan :(
http://www.eten-users.eu/lofiversion/index.php/t8854.html

adomila
16-01-2008, 03:30 AM
I found similar application while searching for solution to
fix sound problem while using VOIP on Titan/Mogul
and other HTC devices. It was writen for ETEN but
to my disapoitment doesnt work on the Titan :(
http://www.eten-users.eu/lofiversion/index.php/t8854.html

tnx, this application works w/ my device but i don't see the capability toggle the headset profile.

adomila
23-01-2008, 08:18 AM
up up up...

adomila
01-02-2008, 02:49 PM
up up up...

adomila
29-02-2008, 09:53 AM
any takers or brave soul out there? ;)

le_cactus
09-03-2008, 09:23 PM
Hi,

As I understand it the HTC models that do have an FM Radio build in can switch the FM Radio output the the main speaker even while the headset is plugged in. It needs to be pluggen in; it's theis antenne. So my guess is that it must be possible. I myself would be very interested in such a program.

Good luck, hope you'll sucseed,

Cheers,
Cactus

adomila
10-03-2008, 12:40 PM
Hi,

As I understand it the HTC models that do have an FM Radio build in can switch the FM Radio output the the main speaker even while the headset is plugged in. It needs to be pluggen in; it's theis antenne. So my guess is that it must be possible. I myself would be very interested in such a program.

Good luck, hope you'll sucseed,

Cheers,
Cactus
yup :)

anybody out there who could point me in the right direction? where should i start...?

adomila
05-05-2008, 05:32 AM
i've search desperately but no luck :( i know it is possible; first because the built fm radio application can stream through both speaker and earphone. second, i run into a bluetooth app that can divert/stream audio(not only calls). this leads me to conclude, that is it possible. i just don't have infos i need to create one. i've read many msdn articles, tutorials but still no luck that is specific.

please to all the programmers out there, help us. this is just a very simple app and it would hurt 5mins of your time just to point me in the right direction. I am most willing to view/review servelar even tons of source codes that is very similar or close to the solution we are looking for, you just have to share it to us. thank you. i hope somebody out there could help us.

ryomahino
05-05-2008, 05:53 AM
Hi,
Before I start creating an application that would bypass the headset earphone jack switch(the one the activates once you insert a headset), I would like to know or find out first, if it is programatically possilble to bypass this manually by a registry setting or an application. If yes, kindly advice as to where I should start.

In the registry:

HKLM/System/State/Hardware

change the key "Headset" 0 to 1.

but the headphones works like antenna and you dont hear any radio station.

adomila
05-05-2008, 06:32 AM
In the registry:

HKLM/System/State/Hardware

change the key "Headset" 0 to 1.

but the headphones works like antenna and you dont hear any radio station.
thank you ryomahino, for taking time to reply. i'm already aware of this registry work around and have done this already, but the hardware switch still persists. aslo sometimes or when you reset, it does not persists. so the only solution is having at switch, that will run the audio both on the headset and speaker, pretty much like what the fm radio does, but must also work on calls, together with the microphone. im pretty sure this is very much simple for those experience programmers out there. if we put together that fm radio and bluetooth audio capability then this would work. just need a little push/help as to where start. or if I could look into those source codes then we are ready to go...

adomila
15-05-2008, 08:14 AM
Gurus/programmers/anybody,
Does anybody know, or at the least, give me an idea, as to how the o2 xda atom build in fm radio application, programmatically (technically) toggle from stereo headset to speaker? Just even, point me to the right direction, pls, I'll read tons of infos, if need be...