Background:
When jompao (his original thread on this is here) brought an interesting A2DP workaround to light I was intrigued:
Apparently there's this free, opensource taskmanager which, when running, corrects the Hermes skipping problem! So I tried it for myself and damn if it wasn't true! Not only did it allow my iPAQ stereo headset to operate w/o skipping but the non skip range on my HS-12W was doubled too!
So, I obtained the code and found out what was going on. Turns out, this free little gem of a task manager determines CPU usage by running an infinite loop thread (it does a "while(1)" for all you code jocks) at THREAD_PRIORITY_IDLE, then, based on a timer trigger, it periodically stops the thread and sees how much time it got. The more time it gets, the more idle the cpu being the rationale here.
btw: Thanks for generously donating your Taskmanger to the opensource community Yuichiro Ishitani!
Anyway, I said to myself "Heck Sleuth, you can build a service process that does this in about 5 minutes". So I did & now I listening to skip-free Jimmy Buffett on my iPAQ headset with my little A2DP fix service running in the background.
heheheheh.....
Installation Instructions
1. Transfer A2DPFix.cab from the attachment to your Hermes device
2. Tap on the cab to install. Note: you must install this to your device! The service dll can't run from extrom or your storage card!
3. When the installation is complete, reset your Hermes
4. Enjoy skip free A2DP!
Early implementor additional instructions
I had to change the service key to allow automatic start so you will need to manually remove the old key. You must do this before installing v1.0. Here's how:
1. Stop the A2DPFix service
2. Remove the entire HKLM/Services/A2DPFix key from your registry.
Latest Breaking News:
12/03/06
There may be registry settings, previously done in an attempt to work around the skipping problem, that are now hindering rather than helping. Changing quality and other A2DP settings with the Hermes registry Tweaker may actually contribute to this. If you are still skipping with a known good ROM/headset combination, please check your registry settings against these and report on your findings!
(all DWORD values are decimal)
/HKLM/Drivers/BuiltIn/BtA2dpSnd
remove any Priority256 value
HKLM/Drivers/BuiltIn/WaveDev,
Priority256=149
/HKLM/Software/Microsoft/Bluetooth/AudioGateway
Capability=37
/HKLM/Software/Microsoft/Bluetooth/A2DP/Settings
UseJointStereo=0
BitPool=58
MaxSupportedBitPool=80
Remove all other values from this key including SampleRate
Don't forget to reset your Hermes if you change any of these!
12/02/06
As promised, there's now a CAB based installation
ROM version dependency confirmed! This patch's effectiveness is inconsistent with the orignal v1.18 TyTN ROM. YMMV on this ROM for sure.
12/01/06
The success of this patch may also be related to the ROM version you're running. I have the latest TyTN ROM loaded and it has quite a few out-of-the-box performance tweaks which are also included in the latest Cingular and DoPod ROMS.
Known Good ROMs/Headsets
These ROMs are known to benefit from applying this patch:
TyTN v1.35 ROM
Cingular v1.34 ROM
In addition to the few headsets that used to work, the following additional Headsets now work with this patch (I'll add more as I find out)
SE HBH-DS970
Moto HT820
Logitech iPod Headset
HP iPAQ Headset
Jabra BT 620S
As always, Enjoy!
Tried it according to your instructions (imported the .reg with Total Commander), started BT and set my headset as Wireless Stereo (for some reason the TyTN doesn't keep the setting even when selected in the partnership settings.
And it still skips (drops audio) for me.
Is the service started? What A2DP headset are you using? Did you try the Taskmanager workaround I referenced, and if so did that work for you or not?
Sleuth255 said:
Is the service started? What A2DP headset are you using?
Click to expand...
Click to collapse
Yes, checked with dotFred's TaskMgr. It autostarts after a soft reset it seems?
It will auto-start only if you're also running SPB Pocket plus.
edit:
I'm trying a reset now to see if it's still working afterward....
edit2:
Still working for me. Set your following registry entries to the following and see what happens:
HKLM/Software/Microsoft/Bluetooth/A2DP/Settings
UseJointStereo = 0
BitPool = 58
MaxSupportedBitPool = 80
also: What ROM are you running?
Sleuth255 said:
It will auto-start only if you're also running SPB Pocket plus.
Click to expand...
Click to collapse
Yeah, I have SPBpp
Sleuth255 said:
It will auto-start only if you're also running SPB Pocket plus.
edit:
I'm trying a reset now to see if it's still working afterward....
edit2:
Still working for me. Set your following registry entries to the following and see what happens:
HKLM/Software/Microsoft/Bluetooth/A2DP/Settings
UseJointStereo = 0
BitPool = 58
MaxSupportedBitPool = 80
also: What ROM are you running?
Click to expand...
Click to collapse
Done, still skipping. Although it looks like it's skipping a little bit less now. Also, the TyTN is completely unusable when music is playing, it is VERY slow to respond to anything other then the pause/stop and forward/backward buttons on my headset.
ROM version: 1.18.255.3
ROM date: 07/22/06
Radio version: 1.03.03.10
Protocol version: 32.34.7010.01H
ExtROM version: 1.18.255.106
Yeah, that's normal with your ROM. You're on an original TyTN ROM. You'll even lose the digitizer occasionally with A2DP running. I wonder if this patch is ineffective on your ROM. I'm using the South African v1.35 TyTN ROM currently.
Edit:
Did you try the Taskmanager workaround? I'm betting that won't work for you either. Part of this patch's requirements may be upgrading to either the latest Cingular, DoPod or TyTN ROM. These ROMs have a quite a few performance tweaks that may just allow my A2DP patch to "take it over the top" from a skipping perspective.
What BT headset are you using btw?
Sleuth255 said:
Yeah, that's normal with your ROM. You're on an original TyTN ROM. You'll even lose the digitizer occasionally with A2DP running. I wonder if this patch is ineffective on your ROM. I'm using the South African v1.35 TyTN ROM currently.
Click to expand...
Click to collapse
I'm putting off upgrading as long as I can (don't feel like reinstalling all my apps all over again ) But it seems I might have to try that now.
Sleuth255 said:
Did you try the Taskmanager workaround? I'm betting that won't work for you either. Part of this patch's requirements may be upgrading to either the latest Cingular, DoPod or TyTN ROM. These ROMs have a quite a few performance tweaks that may just allow my A2DP patch to "take it over the top" from a skipping perspective.
What BT headset are you using btw?
Click to expand...
Click to collapse
That was the first thing I tried. I have the Jabra 620s headset
Hiryu said:
I'm putting off upgrading as long as I can (don't feel like reinstalling all my apps all over again ) But it seems I might have to try that now.
Click to expand...
Click to collapse
Yeah, I know what you mean... I'm getting used to the routine now tho but it still takes a while. Flashing itself is less stressful now that I have a known good computer with a known good USB port which I use for flashing. The 20 minute Hermes flash process caused high anxiety for sure the first time I tried it.
Sleuth255 said:
Yeah, I know what you mean... I'm getting used to the routine now tho but it still takes a while. Flashing itself is less stressful now that I have a known good computer with a known good USB port which I use for flashing. The 20 minute Hermes flash process caused high anxiety for sure the first time I tried it.
Click to expand...
Click to collapse
guess I will bite the bullet tomorrow and upgrade, It's 2am here and that's not a good time to do anything that stressful.
Have any good links for upgrading?
Not really. Here's some tips though:
Practice safe flashing techniques:
1. Windows XP with nothing else running
2. Screen saver off, sleep mode off, powersave mode off
3. Use a rear USB port. Make sure activesync works ok on it.
Do pof's SuperCID upgrade first. See his thread in the upgrading section for how. There's good step-by-step instructions. I'd read through the whole thread (takes a while) first to be familiar with any pitfalls.
The current TyTN ROM can be found in the Wiki along with flashing techniques and recovery for common errors.
and finally: don't exit until the ride comes to a complete stop....
Excuse me but I'm fairly new to Tytn and Windows Mobile devices. The .zip file should it be renamed to .cab once downloaded or is this something you will upload later?
Sleuth255 said:
Not really. Here's some tips though:
Practice safe flashing techniques:
1. Windows XP with nothing else running
2. Screen saver off, sleep mode off, powersave mode off
3. Use a rear USB port. Make sure activesync works ok on it.
Do pof's SuperCID upgrade first. See his thread in the upgrading section for how. There's good step-by-step instructions. I'd read through the whole thread (takes a while) first to be familiar with any pitfalls.
The current TyTN ROM can be found in the Wiki along with flashing techniques and recovery for common errors.
and finally: don't exit until the ride comes to a complete stop....
Click to expand...
Click to collapse
Thanks Sleuth! Upgraded and now I have no more skipping audio!
@jompao:
Sorry about this reply's delay: it's now morning here in the US Midwest. If you unzip the archive on your PC you'll find two files: the reg file and the dll itself. It's strictly for "early implementors" though so if you don't know what to do with these offhand, just wait a few hours and I'll have a full install cab posted. I have to code up a small program to start the dll automatically first.
@Hiryu: that's great to hear I'll add your jabra headset to the list of supported hardware. Btw: did the upgrade correct the problem that headset has with pairing or do you still have to go into bluetooth settings to get it to pair?
Sleuth255 said:
@jompao:
It's strictly for "early implementors" though so if you don't know what to do with these offhand, just wait a few hours and I'll have a full install cab posted. I have to code up a small program to start the dll automatically first.
QUOTE]
No worries! I will wait for the .cab file as to not mess up my device..
Click to expand...
Click to collapse
A big mahalo to you Sleuth!
Works great on the HTC v1.35 ROM to a pair of NBH-DS970's... one little skip while downloading over UMTS but fixed that by pumping up file caching to 4mb and audio buffer to 2000 msec on pocketplayer v3.01. No slowness whatsoever.
Email, internet, open and closing various programs all while jammin' to a little jeff beck's guitar shop...
Cheers
Damn! Streaming audio.... I'm jealous! No UMTS here yet
Sleuth255 said:
Damn! Streaming audio.... I'm jealous! No UMTS here yet
Click to expand...
Click to collapse
not to make you anymore jealous but i was streaming my xm radio off my phone... with UMTS it worked fantastic, and now with the patch there is no skipping
Related
Hi!
In the last some days i read a lot and found the following :
1. download the widcomm stack from axim site : LINK
2. install it + do a soft reset
3. get a registry edittor (Resco, CECMD etc.)
4. change these values :
[HKEY_LOCAL_MACHINE\Software\WIDCOMM\BtConfig\SerialTransport]
BaudRate=115200 (Won't start at higher rate.)
Device=COM
FlowControl=0
Parity=0
Port=1 (This is the most important thing!)
-soft reset
-at the today screen you will find a BT icon, click on it and have fun
TESTED FEATURES
-BT FTP, tested with : SE K750i, hx4700.
-ActiveSync : NOT WORKING
KNOWN ISSUES
-unable to control from comm manager
-blue led not flashing, easy to forget
-a2dp not tested
-tested on aku3.2 and aku2.3 roms, others maybe ok.
-other devices can't download bt services list, but the services works well.
-maybe unable to remove, not tested yet
-turns off, when you trun off your device, that maybe a problem with BT headset.
DO IT ON YOUR OWN RISK
Great news! Posted an announcement to the SP & Pocket PC Mag Expert Blog too!
Problems!!!
I've just installed the bluetoth stack in my phone. I've not yet tested it but i've found two showstop problems:
- activesync doesn't work anymore
- i cannot start the comm manager anymore (when i press the comm manager button in the upper left corner i can see only a small dialog with wifi and bluetooth power levels)
This is what i've done (maybe i did something wrong):
- copied the cab to storage and ran it (installed in device)
- soft-reset (required by the installer)
- edited the registry according to the first post
- soft-reset
I'm using an aku3.2 rom
-----EDIT--------------
Comm manager is working again. I had to reassociate it in Start-Settings-Buttons
Still no activesync (over USB at least)
bye
bye
Has anyone else tried this then? Has anyone tried the hermes cab install found in here...
http://forum.xda-developers.com/showthread.php?p=1072292#post1072292
There has been reports that it works on the trinity as well, so it may work on the Wizard.
Edit: No it doesn't. I have just ried it and it gives the memory error.
took the plunge and tried it
Bluetooth works and I can connect my itech S35 to it. The A2DP profile is detected and can connect... problem is, the signal is too weak to maintain a connection, in other words, I just heard 2 seconds of music and that's it... Another problem is my speakers now don't work... must do more reading...
It's hopeful though...
I am using a Dopdo838...
new2city said:
Bluetooth works and I can connect my itech S35 to it. The A2DP profile is detected and can connect... problem is, the signal is too weak to maintain a connection, in other words, I just heard 2 seconds of music and that's it... Another problem is my speakers now don't work... must do more reading...
It's hopeful though...
I am using a Dopdo838...
Click to expand...
Click to collapse
Did you try tweaking the BT params (for example, lowering the bit speed) to see whether it would work at lower bit speeds? See my related articles.
got look out for the links to your tips and tricks again
Hi Menneisyys,
Surrendered on Widcomm stack almost 2 months ago, now have to look again for the links for your tips and tricks for the Widcomm stack again...
Any idea on how to restore audio to my speakers... still dead at the moment... sigh... don't want to restore my back up yet...
i found that you don't really need to remove the shift* keys. if you already removed it, download the BTSpeedSwitcher from the download link, and set the speed to 921600bps. that may help.
Got it working fine
Thanks, but now I am a bit unclear, but will clear things up later. I used the speedswitcher as you suggested and but I had to disable audiogateway before it could work... now I am stuck as I put my wizard into standby and now it won't come back.... on... doh!
Well, one thing I can confirm, you can put it into standby and the bluetooth is still on.......
will feed back more when I get a clearer picture of what happened.... The sound quality is great..... just skipped for a second but is not back to normal again...
My wizard has now a nice quality A2DP sound without the high pitch noise...
went to http://forum.xda-developers.com/showthread.php?p=1073003&posted=1#post1073003
and used the files from Superdave... all is well now... look at my reply at the hermes thread.. Now I will just back up this "working configuration" and retry these settings on the cab from Aximsite... All the same, thanks to the legendary Mikelspikel
Just wanted A2DP to work so bad.... and it does now. nicely..
new2city said:
Got it working
Click to expand...
Click to collapse
Okay, when you get time can you stick up how you got it all working? Many Thanks!
Ive installed the Superdave BBS_HERMES_03.CAB file and then modified the registry to use the above settings but every time i do the soft reset, the registry settings go back to the original values. Im stuck here.
Oh and i am using the last T-Mobile UK rom. (2.0 i think)
Edit 2: Now got it working. I had to kill voicecmd and cprog for it to load without giving the memory issue!
new2city said:
you can put it into standby and the bluetooth is still on.......
Click to expand...
Click to collapse
as it should - BT is on on PPC PE devices in standby mode, unlike on plain PPC's.
peetking said:
-unable to control from comm manager
Click to expand...
Click to collapse
It looks like comm manager is just an HTML document in the /windows directory. (Should be simple to redirect the button)
Leaskovski
sorry for the late reply but had a few setbacks during the night(I am in Malaysia)..
Got A2DP running all night and by mid morning... suddenly all went to hell..
1) No skipping with your suggestion of using MikelSpikel's speed switcher.
2) While trying to put it to standby to test if BT still works and it hung at first attempt. Something must have happened here as I recovered using the reset button and then suddenly I could get it to revert back to built in speakers and headset without issue. I thought, cool, it is like complete solution...
And then, I decided to backup this "complete solution" with SPB backup.. and after the softreset, I lost the ability to switch between headset and speakers. Then during the night while I sleep and use the headset, at around 3 am... the skipping came back...
and then... I restored the backup and now... got to tackle the skipping again.. never mind the muted speakers..
What linespeed(I use 320 dec), Blocks(16) and subband(8) do you use? I followed MikelSpikel's settings which work ok... last night...
back to the drawing board..
Right, i installed the superdave 03 version and then opened up the registry to make sure the settings matched the ones above. I had to kill cprog and voicecmd to start it without the memory error.
I have tested it now and although it is loading up ok, my headset connection is just not working properly. Its paired ok but nothing is getting routed through. However, my gps bluetooth device paired okay and is working fine with iGO 2006 after doing a detection. Damn shame about this headset! I am using a parrott ck3000.
redo..
Re-installed everything again and now I got a working version, some things to note though on my wizard..
1) I must overclock to 260mhz(battery status method) before I get skip free music.
2) Leaskovski, I had the same problem too in the beginning, where there is no audio getting through. Did you go to Bluetooth Manager and check the status of your headset? i went to mine(ItechS35) and I can see that the Wizard is sending data through successfully but there is no sound coming out of the headset. I solved this(that time, I don't know why it worked but it did) by going to Bluetooth services and removing the Check box for audio gateway enabled, and then music started coming through. I know, does not sound logical but it worked... that time..
Now hoping to find a way to redirect audio back to speakers when bluetooth is not used..
not tonight though.. its 10.46 pm now where I am...
This doesn't look promising for how i though the BT audio might work with this stack. I was hoping for something like the following...
"A good example of this is MS Voise command running on the MS BT stack. The two devices are paired and connected, however there is currently no streaming. You then receive the text message and MS Voice command reads the message back to you. Just before the message is read, the connection between the devices is made live, and thus the message gets read over the BT headset."
I was hoping that this was going to work for all applications like media player and iGO. I can reproduce what it is doing at the moment using the BTAudio programme that is available on these boards. I just wanted to get around this 'constant' streaming of silent noise.
Damn shame.
Okay for anyone wanting to play with this, here is how i installed and got it running...
1) Download from this thread post http://forum.xda-developers.com/showpost.php?p=1072773&postcount=72 the file BBS_HERMES_03.zip.
2) Install onto your wizard and soft reset when asked. Upon the reset, the device will moan at you about not having enought memory to load the drivers. Click ok to close this.
3) Load up your registry editor (i use FDCSoft Task Manager) and make the following mods as stated in the first post...
[HKEY_LOCAL_MACHINE\Software\WIDCOMM\BtConfig\SerialTransport]
BaudRate=115200 (Won't start at higher rate.)
Port=1 (This is the most important thing!)
If you only want audio routed to headset when there is audio to route then make this reg edit...
[HKEY_LOCAL_MACHINE\Software\WIDCOMM\Plugins\handsfree]
Audiohandling=21
4) Do not do a soft reset yet.
5) Now fire up your Task Manager (i use FDCSoft Task Manager) and kill any memory hungry tasks. The ones i kill which then allow me to start the stack is voicecmd.exe and cprog.exe.
6) Now click on the BT icon in the system tray and turn BT on.
Obviously there must be some memory leaks some where in the wizard because a couple of people have said that later in the day, if you try to turn BT on again it wont start due to memory requirements. Anyway, the best thing i can think of is to leave BT on after you have turned it on.
Currently, the blue led will not flash when BT is one. Try not to use the Normal Comms Manager to turn BT one as well as i think this trys to turn the MS stack on which won't work (probably due to memory requirements! )
new2city said:
I solved this(that time, I don't know why it worked but it did) by going to Bluetooth services and removing the Check box for audio gateway enabled, and then music started coming through. I know, does not sound logical but it worked... that time..
Click to expand...
Click to collapse
I didnt get this to work in the end by the way.
I tried your idea to leave BT all the while but some problems pop up..
1) If turn off the headset without disconnecting it(BT still left on and the phone goes on standby, sometimes it won't come back.. a poke at the reset button is the only way..
2) I left BT on and disconnected the headset properly. Great BT is still on... BUT after a few hours, I can still connect the headset, but audio is not going there anymore... ??? but goes into internal speakers?
new2city said:
I tried your idea to leave BT all the while but some problems pop up..
1) If turn off the headset without disconnecting it(BT still left on and the phone goes on standby, sometimes it won't come back.. a poke at the reset button is the only way..
2) I left BT on and disconnected the headset properly. Great BT is still on... BUT after a few hours, I can still connect the headset, but audio is not going there anymore... ??? but goes into internal speakers?
Click to expand...
Click to collapse
Hmm, i dont have those issues. I am using it with my carkit, so when i turn the engine off and remove the keys, the kit turns off. I haven't had to reset the device apart from when i have turned BT off and then tried to turn it back on again at a later stage (then giving me the memory issue).
When I use the A2DP in wm5/6 I tray all versions BT stack~but no one could work,so I chose 2003se,IT's best for BT A2DP.
Why Helmi Do not fix that?Dose this really hard?
Yes, it's that hard to fix that. The only way we could get wm5/wm6 working flawless on BA is if we had the source code for the drivers and the testing/debug equipment.
If you know someone that works at HTC you could ask them to look for the BA devkit and sourcecodes on the storage rom... hehehe
Mine didn't skip with WM5 and did not skip when I first flashed WM6. Now it does. When I was messing around trying to connect to bluetooth devices (I couldn't connect properly), it stopped skipping for a while. I don't know if this gives any clues.
rambo6 said:
Mine didn't skip with WM5 and did not skip when I first flashed WM6. Now it does. When I was messing around trying to connect to bluetooth devices (I couldn't connect properly), it stopped skipping for a while. I don't know if this gives any clues.
Click to expand...
Click to collapse
I know a way to prevented this bug,but not prefectly.
Use regedit tool,open to find software\widcom\plugin\av
add 3 dwords
Linespeed 320 (10+)
Blocks 16 or 32
Subbands 16
You will see the music quality is prefect
but the skipping frequency is above normal~
When using the asus p535,this way will surly improve the quality~and it no skipping,so I thing it must be the bug from the System~
Use win2003 have no such foolish bug.Now I set my pc back up my pda every time connected it with PC~Store the phone book in simcard~
I have no choice
Toxi,
Thanks. I couldn't add the Dword settings which you suggested because I had no Widcom file. So I loaded Helmi's 1.7 Broadcom BT driver. (Always wanted to try it. The Broadcom BT drivers alway better. Immediately after installing, my BA played music better alone and with my BT headsets. Adding the Hemi 1.7 BT cab, added the Widcom file which allowed me to add the Dword registry changes. The music sounds almost perfect.
I tested the BA with these three BT Stereo Headsets: Motorola S9 headsets; Chinese Copy Motorola BT820; and I-Phono RX450. The Motorola S9 works (It didn't at all with the MS WM6 BT Drivers). The S9 would only work if it's 12 to 18" from the BA. That's unacceptable. The BT820 chinese knockoffs skipped as usual (the skip some with every device cause they're knockoffs). The I-Phono worked perfectly with crisp clear sound and no skipping. I can also get further away from the BA but certainly not more than 3 feet without trouble.
In conclusion: Helmis Broadcom 1.7 cab worked to fix the sound problems completely with and without using the headsets. The newer headsets such as the S9 don't work all that well with the BA.
I hope this is helpful for others not satisfied with the music quality of the BA running WM6.
I wish HTC would make a Blue Angle II.
Heres a new WM6.1 rom from pdaviet...
I tried it on my BA and it is stable with a lot of features and fixes...
here's the link:
Comes with ramdisk and no ramdisk version...
http://rapidshare.com/files/90807518/BA_ROM_CE_OS_5.2.19716__Build_19716.1.1.0_PV_DVH__16MB_PP.rar
http://rapidshare.com/files/9080750...uild_19716.1.1.0_PV_DVH__16MB_Ram_16MB_PP.rar
New WM6.1 ROM
elow is several form of reproduction ROM v6.01.01 ( 01 ) with entrust dress up because of VIP TaQuangDuc blueprint ( like with board ROM v5.6.02 ( 01 ) and CLEAN )
Core 5.2.19716
Build 19716.1.1.0
16MB RamDisk and NoRamDisk
16MB PagePool
Feature of ROM 6.01.01 ( 01 )
Tích close ( Added ) :
Internet Sharing
Bass Treble ( use for ear listen )
ClearTemp 0.9.9
Midi Support
PPC Pim Backup 2.8
SMS Delivery Fix
SMS Alert Fix
SRS Wow HD 1.2.10.0 ( false establish suitable sound for listen music )
Zoom SMS
Ce Commander 1.04 ( submit booklist check and approve use many )
ExSoftKey ( mortgage 2 phím function )
Flight Mode
PBar 1.5
USB HDD
Office 6.1 ( Word and Excel )
Theme Windows Mobile 6.1
Sound Fix
Fix mistake xoay màn form when play video
Remove ( removed ) :
NetCf ( can deduct out when need )
This ROM is not bad at all. Is it a real 6.1 ROM?
The Good:
1) BT Stack good. I've used my S9 stereo headset and there's no problems so far. Music plays well.
2) Very fast and stable. No problems scrolling while browsing using PIE.
3) Very Clean ROM
The Bad:
1) I have not found a streaming media player that works with it. I've tried TCPMP and the HTC Streaming Media Player. I cannot play youtube videos. Any clues on how to do this with WM6.1
2) When I try to update the library in WMP to include songs on my SD card, I end up with not only songs but all ringtones, etc. in the library.
Nice Job dude.
Really nice 6.1 rom? 0_o
This ROM working fast. Cool! But:
1. My PC (WinXP SP2) can't find driver for BA, ActiveSync installed.
2. Some several programs don't start up. (popup window with "The file 'mchat' cannot be opened. Either it is not signed with a trusted certificate..."
Can anybody help me with this problems?
PS: Sorry for bad english.
kabanera said:
This ROM working fast. Cool! But:
1. My PC (WinXP SP2) can't find driver for BA, ActiveSync installed.
2. Some several programs don't start up. (popup window with "The file 'mchat' cannot be opened. Either it is not signed with a trusted certificate..."
Can anybody help me with this problems?
PS: Sorry for bad english.
Click to expand...
Click to collapse
You must to install NETCF2.0 or 3.5 to complete
DVHA
nice to see you in our forum, thanx for ur great ROM and support. I have a question regarding the battery drain, i have a brand new battery but it lasts only for 12-18 hours with usual phone usage and GPRS always connected (for exchange server), is it normal or i have a problem?
Backlight not working
Love this rom. The only issue I have found so far is my backlight not working. When I soft reset, backlight is on. As soon as it boots into the rom, the backlight is off. Have checked settings, pressed and held power button (to turn on backlight) but nothing I do seems to turn the backlight on.
Anyone else with this issue?
second hard reset fixed the backlight problem
Please disregard my last post. did a second hard reset - this fixed baclight problem!
hmmm...might give it a try...while waiting for xplode's release
can any body uplaod it some where else
pleeeeease
BA WM6.1 bt stack
Hi !
Can somebody looking in the bluetooth settings that in option available selecting the handsfree,ad2p,discovery...etc. ( audiogateway ) ?
Or only automatically working ?
Thank's a lot:
Tamage
P.s.: In the wm2003se I could use the mono BT headset as audio gateway and all of sounds going to the headset . But in this rom not?
gr8 rom mirror
Code:
http://rapidshare.com/files/91564023/BA_ROM_CE_OS_5.2.19716__Build_19716.1.1.0_PV_DVH__16MB_Ram_16MB_PP.rar
rambo6 said:
This ROM is not bad at all. Is it a real 6.1 ROM?
The Good:
1) BT Stack good. I've used my S9 stereo headset and there's no problems so far. Music plays well.
2) Very fast and stable. No problems scrolling while browsing using PIE.
3) Very Clean ROM
The Bad:
1) I have not found a streaming media player that works with it. I've tried TCPMP and the HTC Streaming Media Player. I cannot play youtube videos. Any clues on how to do this with WM6.1
2) When I try to update the library in WMP to include songs on my SD card, I end up with not only songs but all ringtones, etc. in the library.
Nice Job dude.
Click to expand...
Click to collapse
@rambo6
Try this plugin for TCPMP:
http://forum.xda-developers.com/showthread.php?t=339269&page=7
I have not flashed the new rom, but I guess since this is independent from the rom itself, it should work ok. Enjoy!
egzthunder1
Thanks. I think I've tried that video bundle. But I'll give it another go just to be sure.
PDAVIET:
I know that Helmi, Xplode, and others have made lots of contributions to the BA. I know this ROM would not exist without their work also. Nevertheless this ROM is simply rocks. Possibly the best ROM for BA yet. The more I use it the more I like it.
1) It connects quickly to WiFi. If the device is turned off, the WiFi goes off. But when the device is turned on again later, the WiFi springs to life and connects. With other BA ROMs, I had to go to the wireless manager page to restart WiFi.
2) The Bluetooth has fantastic sound. Better yet, it stays on when the device is shut off so that I can use a BT headset reliably. Some earlier ROMs had to keep waking up to keep the BT going. This was very annoying.
3) The 6.1 is very stable and fast. I haven't had to do any resets so far.
I am finding some programs won't load. I get errors like "Not Signed or Bad Certificate". Is there any way around this?
rambo6 said:
egzthunder1
Thanks. I think I've tried that video bundle. But I'll give it another go just to be sure.
PDAVIET:
I know that Helmi, Xplode, and others have made lots of contributions to the BA. I know this ROM would not exist without their work also. Nevertheless this ROM is simply rocks. Possibly the best ROM for BA yet. The more I use it the more I like it.
1) It connects quickly to WiFi. If the device is turned off, the WiFi goes off. But when the device is turned on again later, the WiFi springs to life and connects. With other BA ROMs, I had to go to the wireless manager page to restart WiFi.
2) The Bluetooth has fantastic sound. Better yet, it stays on when the device is shut off so that I can use a BT headset reliably. Some earlier ROMs had to keep waking up to keep the BT going. This was very annoying.
3) The 6.1 is very stable and fast. I haven't had to do any resets so far.
I am finding some programs won't load. I get errors like "Not Signed or Bad Certificate". Is there any way around this?
Click to expand...
Click to collapse
Can you post which programs are not running? I believe that I saw a patch for the Certificates error somewhere in the Development and Hacking section. However, I am not sure if these patches are program specific.
i hope that u upload it to another site such as megashare
thanks
rambo6 said:
egzthunder1
Thanks. I think I've tried that video bundle. But I'll give it another go just to be sure.
PDAVIET:
I know that Helmi, Xplode, and others have made lots of contributions to the BA. I know this ROM would not exist without their work also. Nevertheless this ROM is simply rocks. Possibly the best ROM for BA yet. The more I use it the more I like it.
1) It connects quickly to WiFi. If the device is turned off, the WiFi goes off. But when the device is turned on again later, the WiFi springs to life and connects. With other BA ROMs, I had to go to the wireless manager page to restart WiFi.
2) The Bluetooth has fantastic sound. Better yet, it stays on when the device is shut off so that I can use a BT headset reliably. Some earlier ROMs had to keep waking up to keep the BT going. This was very annoying.
3) The 6.1 is very stable and fast. I haven't had to do any resets so far.
I am finding some programs won't load. I get errors like "Not Signed or Bad Certificate". Is there any way around this?
Click to expand...
Click to collapse
U have to install netcf 2.0 or 3.5=)
rambo6 said:
2) The Bluetooth has fantastic sound. Better yet, it stays on when the device is shut off so that I can use a BT headset reliably. Some earlier ROMs had to keep waking up to keep the BT going. This was very annoying.
Click to expand...
Click to collapse
rambo6: are you saying that the random BT wakup issue is gone with this ROM? can you confirm this?
Thanks,
PoGa
poga said:
rambo6: are you saying that the random BT wakup issue is gone with this ROM? can you confirm this?
Thanks,
PoGa
Click to expand...
Click to collapse
I don't think that is what he is saying, but one can always hope
If you have a bluetooth headset, then BtMusic will redirect all your audio to the wireless headset.
It will even resume the redirection after a phone call. So if you get a call while listening to an audio book, your phone won't start talking (with that scary computer voice) and won't not frighten people around, when you finish the call
all files that you need
i haven't tested this with a phone call cuz i'm nowhere near a phone to see if this app does what it supposed to with phone calls per say. the music does transfer.
Hi,
there is a new version of this software available at: http://www.maxmobilesoft.com/index.php/software/btmusic
It didn't work after install
Thank you for your BT.Music. But It didn't work after install.
maximb said:
Hi,
there is a new version of this software available at: http://www.maxmobilesoft.com/index.php/software/btmusic
Click to expand...
Click to collapse
Unfortunately can not register - or better say registering has no effect - you can not download the latest version...
would love to test this though
just uploaded btmusic 1.0 beta
henftling said:
Unfortunately can not register - or better say registering has no effect - you can not download the latest version...
would love to test this though
Click to expand...
Click to collapse
which user name did you use when regististering?
not working on the Diamond with bepe's ROM 0.54.
There is an error message about the .net CF (install these versions....) - but I guess bepe included a .net CF
The feature i'd incredibly love to have, is a 'auto on' feature :
I try to explain.
To use a gps software in a car with bluetooth equipment, today, I have to
- activate bluetooth sound permanently using btmusic, includinc when the gps soft ware as nothing to say.
or
- putting the music of my radio very low to try to hear guidance instructions.
What would be fantastic is :
When my phone is paired with a bt handfree device :
When there 's no sound from the phone then music is playing on my radio.
When there's a guidance instruction (like when there's a phone call), by bluetooth car kit cut the music and play the instruction over the sound system...
do you think it would be hard to develop?
Thanks in advance!
maximb said:
which user name did you use when regististering?
Click to expand...
Click to collapse
I registered with "henftling".
My xda is broken now. As soon as I got it back I will give vfeedback. - Thanks for uploading 1.0
pehun said:
The feature i'd incredibly love to have, is a 'auto on' feature :
I try to explain.
To use a gps software in a car with bluetooth equipment, today, I have to
- activate bluetooth sound permanently using btmusic, includinc when the gps soft ware as nothing to say.
or
- putting the music of my radio very low to try to hear guidance instructions.
What would be fantastic is :
When my phone is paired with a bt handfree device :
When there 's no sound from the phone then music is playing on my radio.
When there's a guidance instruction (like when there's a phone call), by bluetooth car kit cut the music and play the instruction over the sound system...
do you think it would be hard to develop?
Thanks in advance!
Click to expand...
Click to collapse
Did you find what you were hoping for?
nope, i'm looking for that since 3 years...
the badest think is that's fonctionnality is integrated in symbian, and in some bluetooth stacks in windows mobile...
Hi, in which bluetooth stacks is it possible?
I have a touch diamond and I'm trying to find out an app that does what you've described...
I don't know it's name, but in the stack included in the wm6's roms for the fujitsu siemens T830 on this forum...
I never seen this stack elsewere...
In this stack there's an option "put audio throught bluetooth" wich do exactly what I want.
pehun said:
I don't know it's name, but in the stack included in the wm6's roms for the fujitsu siemens T830 on this forum...
I never seen this stack elsewere...
In this stack there's an option "put audio throught bluetooth" wich do exactly what I want.
Click to expand...
Click to collapse
Asus and LG can do it because they are using Broadcomm/Widcomm stack
BT with Igo8 on Diamond
Im using the BtMusic to redirect the instructions from IGO to my BT headset , eventhough its written here and in the developer site that the BtMusic resume the redirection after a phone call, every time i hang up a a call during navigating, the sound return to be heard from my diamond speaker...
any ideas???
Unfortunatly BtMusic 1.0 beta is not redirecting the sound to the bluetooth headset on my Samsung Omnia!
Can anyone help here?
Ehi man...
I've just tried the 1.0 BETA version and it says to me that it is expired on 1st september!
Any solution?
EDIT:
Just downloaded the 1.0 Beta verion from the official website....
It works like a charm on my TOUCH!!
Works great ...1 request?
hello
thanks for the great application
works well on my Eten Glofish M700 with WM 6.1 rom by TB_TB
the best feature in my openion is that it resumes BT redirection after hanging a call
i used acb ToggleBT that do the same job ... but after installing MS voice command 1.6 it makes the sound come off the phone after a call
my only request is that i had acb ToggleBT mapped to a hard button, when i press once i get voice out of BT & if i press again it goes back to phone
maybe something like the following when mapped to hardware button can happen with next version:
if i click the mapped button, BTMusic screen shows up, BT gets enabled automatically (as if i had clicked left softkey), then the BTMusic screen closes by itself....if i click hardware button again, BTMusic opens then it gets disables automatically then screen closes by itself...
but what happens now is that when i mapped BTMusic, i click & i get the application screen ...then i have to click on "enable"...or "disble" to divert the sound
it would be super nice if you can add toggle function, maybe a link inside the program folder to toggle BT on/off?
Thanks again...GREAT job
expiry date
the latest btmusic cab works fine...
still can not link it to hardware button for toggle action (hardware brings up software screen to furthur choices but does not activate/deactivate BT by 1 touch yet)
also has a popup that says expired 10/15/2008, although the application keeps working fine its just annoying popup...i contacted developers & he wants $10 to release a code that makes it go away...i think its little pricy for a small cab...i wish it gets released as freeware
Thanks for a great application
Hello buddies,
this thread is about some strange behavior of bluetooth with current energy roms. details follow...
why a new thread?
I decided to start a new thread, because it leads to nothing to discussing this topic in the main thread ... found some people who shares my sorrow, never the less there was a lot of users who hit the answer button on page 1 and report "problem xy" or "hell yeah what a nice rom"
what is the problem?
I'm not able to pair my TouchHD with my car's Hands Free system. A2DP works fine, but when I turn on the Radio Unit a small blue headphone symbol blinks in the statusbar of the phone - no pairing succeeds. If I switch to BT audio, a black headphone symbol stays resident and the media player opens for playback, so A2DP works. Installing SIM access profile on roms without built in rSAP or other various tools in addition doesn't make it work. [see "what have been done" section!]
Just used the latest MIRI-Roms (discontinued) and it works like a charm for me. After initial setup, Hands Free (version 1.5) and Wireless Stereo where installed and activated - Serial Port left out unchecked. Then a popup message informs me, that a BT-Device is trying to access phones phonebook remotly - all went fine.
as reported by other users, this behavior occurs since ~may versions of energy roms...
about the environment
Using energy's rom on TouchHD [Blackstone] T8282 [BLAC100 32M]
flashing with USPL
phone's SPL: stock SPL-1.54.0000
radio: 1.12.25.16D3 - don't see a reason to update
protocoll: 52.60.25.33U
carrier: O2 GERMAN
what have been done so far?
I've tested the pairing of my device in various cars
tested with my Renault Megane 3 integrated car kit (arkamys audio / parrot)
tested with a 2010 Toyota Prius car kit
tested with a subaru 2010 car kit
tested with Blaupunkt Toronto 400 BT head unit by phitsc
I've tried programs, suggested by the xda community
installed Bluetooth_SAP_Profile.CAB
installed BT_SAP.cab
installed Gooru_Sense_BT_A2DP_Fix_Cab_by_JVH3.CAB
installed HeadsetFix.cab
installed JetBTHFExt_1.40.CAB
reg-tweaks on "HKLM\Software\Microsoft\Obex\ObexServiceMask"
roms tried
Miri_WM65_21891_Premium_Manila_2.5_V20.0_NoHtcMessaging.rar
Miri_WM65_21893_Premium_Manila_2.5_REV22.0.rar
Energy.BLACKSTONE.23563.Sense2.5.Cookie.HomeTab.Apr.23.7z
Energy.BLACKSTONE.23566.Sense2.5.Cookie.HomeTab.May.01.7z
Energy.BLACKSTONE.23569.Sense2.5.Cookie.May.16.7z
Energy.BLACKSTONE.21903.Sense2.5.Cookie.May.16.7z
HD_Miri_6.5.X_23541_SENSE25.rar
Miri_WM65_21893_V38.0_Premium.rar
Energy.BLACKSTONE.23569.Sense2.5.Cookie.May.22.7z
(green indicates a working rom)
dear community...
please use this thread wisely for recommendations or suggestions on this topic. keep this thread a productive discussion. if you have a contact to NRGZ, feel free to report this thread, cause my afford to reach him fails.
So I hope we can figure out, why it does'nt work as it should to...
kindly regards, FS
Hi,
I have the same problem with my Touch Pro and my Megane 3.
I have to switch back to an older version of the rom then..
Hi,
I'm using Energy ROM Titanium 18may.
Radio 1.17.xxxx
No problem here with BT of my car stereo.
I had this problem untill I delete the old pairing on the car BT.
After this, the phone pair great
firespawn said:
Hello buddies,
this thread is about some strange behavior of bluetooth with current energy roms. details follow...
why a new thread?
I decided to start a new thread, because it leads to nothing to discussing this topic in the main thread ... found some people who shares my sorrow, never the less there was a lot of users who hit the answer button on page 1 and report "problem xy" or "hell yeah what a nice rom"
what is the problem?
I'm not able to pair my TouchHD with my car's Hands Free system. A2DP works fine, but when I turn on the Radio Unit a small blue headphone symbol blinks in the statusbar of the phone - no pairing succeeds. If I switch to BT audio, a black headphone symbol stays resident and the media player opens for playback, so A2DP works. Installing SIM access profile on roms without built in rSAP or other various tools in addition doesn't make it work. [see "what have been done" section!]
Just used the latest MIRI-Roms (discontinued) and it works like a charm for me. After initial setup, Hands Free (version 1.5) and Wireless Stereo where installed and activated - Serial Port left out unchecked. Then a popup message informs me, that a BT-Device is trying to access phones phonebook remotly - all went fine.
as reported by other users, this behavior occurs since ~may versions of energy roms...
about the environment
Using energy's rom on TouchHD [Blackstone] T8282 [BLAC100 32M]
flashing with USPL
phone's SPL: stock SPL-1.54.0000
radio: 1.12.25.16D3 - don't see a reason to update
protocoll: 52.60.25.33U
carrier: O2 GERMAN
what have been done so far?
I've tested the pairing of my device in various cars
tested with my Renault Megane 3 integrated car kit (arkamys audio / parrot)
tested with a 2010 Toyota Prius car kit
tested with a subaru 2010 car kit
tested with Blaupunkt Toronto 400 BT head unit by phitsc
I've tried programs, suggested by the xda community
installed Bluetooth_SAP_Profile.CAB
installed BT_SAP.cab
installed Gooru_Sense_BT_A2DP_Fix_Cab_by_JVH3.CAB
installed HeadsetFix.cab
installed JetBTHFExt_1.40.CAB
reg-tweaks on "HKLM\Software\Microsoft\Obex\ObexServiceMask"
roms tried
Miri_WM65_21891_Premium_Manila_2.5_V20.0_NoHtcMessaging.rar
Miri_WM65_21893_Premium_Manila_2.5_REV22.0.rar
Energy.BLACKSTONE.23563.Sense2.5.Cookie.HomeTab.Apr.23.7z
Energy.BLACKSTONE.23566.Sense2.5.Cookie.HomeTab.May.01.7z
Energy.BLACKSTONE.23569.Sense2.5.Cookie.May.16.7z
Energy.BLACKSTONE.21903.Sense2.5.Cookie.May.16.7z
HD_Miri_6.5.X_23541_SENSE25.rar
Miri_WM65_21893_V38.0_Premium.rar
Energy.BLACKSTONE.23569.Sense2.5.Cookie.May.22.7z
(green indicates a working rom)
dear community...
please use this thread wisely for recommendations or suggestions on this topic. keep this thread a productive discussion. if you have a contact to NRGZ, feel free to report this thread, cause my afford to reach him fails.
So I hope we can figure out, why it does'nt work as it should to...
kindly regards, FS
Click to expand...
Click to collapse
Mine works fine without any cab fix.. your pda must search 4 a car kit as a bleutotth headset! comm manager /bluetooth/ set up BT headset turn your cars BT on and there you go!! i tell yo the energy roms work fine 4 me
+ 1 here
Don-Maco said:
Mine works fine without any cab fix.. your pda must search 4 a car kit as a bleutotth headset! comm manager /bluetooth/ set up BT headset turn your cars BT on and there you go!! i tell yo the energy roms work fine 4 me
Click to expand...
Click to collapse
sorry dude, not much help but i have the same experience; all energy roms (and i do mean all of them) work perfectly with my parot CK3100 but then i do task 29 before every flash & hard reset a few times after initial setup.
in addition, i also flash the latest stock rom from htc every so often.
i know this seems a bit ott but i rarely seem to suffer the buggy issues that many others do.
hope you get it sorted
It is not about Task 29.
I had problems with access through the original multi-functional touch panel in the Ford Mondeo. When I went to CLEAN ROM, all troubles are gone. The problem is that you must agree with access on the phone. This question is not on Energy ROMs displayed. I can pair phone but can not be used for handsfree calling.
Now I have a CLEAN ROM and everything is bugfree.
To be honest, no ROM to date consistently works with the in-car bluetooth kit in our Zafira. It works flawlessly with my old phone (K800i) and my wife's phone (W950i) but it's just not stable for the HD.
If it works, it'll drop the bluetooth connection after about 15mins. It's as if there is a time-out, but I've hunted the registry and both HD Tweak and Adv. Config for anything related to this but with no joy.
My current ROM seems to be about the best so far (kwbr's WM6.5 and Manila 2.1) but it still drops the connection randomly yet other times it may keep the connection for over an hour no problems.
Seems very very strange to me, but from what I've read, it's a common issue with the bluetooth kits in GM's euro cars (Vauxhall, Saab, Chevrolet etc.)
|WWE|BLACKSTONE|¯`·.¸¸.- Energy -.¸¸.·´¯ |BlueTooth CarKit ISSUE|`·.¸¸.·´¯`·.¸¸.·´¯)
@DaRulah
what kind of rilphone / radio rom do you use - pointing my research in this direction, may that's the reason... does bluetooth depends on the used radio rom?
@raistlin74 / @Don-Maco
tried all ways possible
car to phone
htc comm mgr to car
windows BT settings to car
@superseagull
having the latest carrier rom flashed before (comes with SPL 1.54 to enable flashing of 6.5+ roms)
what kind of rilphone / radio rom do you use? [EDIT: saw it in your signature ]
@malson
well, sounds logic ... the pairing won't succeed cause the phone's dialog to allow access doesn't appear. will try it with energy's titanium rom. never the less, the outdated MIRI roms /w sense 2.5 and windows mobile 6.5 works for me
@jonifen
as mentioned, the phone is compatible with my car - in basic. simply doesn't work with energy roms.
therefore I tried it with various other systems to exclude a mismatch with my car kit
well, thanks for you participation so far - may we get the clue with my problem
regards - FS
2 options?
Why only two options yes and yes? Why not a no option in the poll? I don't have a problem with nrg roms.
firespawn said:
@DaRulah
what kind of rilphone / radio rom do you use - pointing my research in this direction, may that's the reason... does bluetooth depends on the used radio rom?
Click to expand...
Click to collapse
Radio: 1.14.25.35 with the matching rilphone
Rom: Energy.RAPHAEL.23569.Sense2.5.GTX.Themed.May.13
i don't think it's a radio problem since i used that one with older energy roms, and had no problems with my car kit.
no problems here
I tried my phone with a bluetooth carkit in a BMW X5 and found no problems with it. I use latest NRG rom 21905 with CHT and latest Radio (1.17) with Rilphone 1.15. i suggest u upgrade to those as well.
GL
As this is about a genaral pairing problem I don't know if it will help u as u seem to be able to pair but just have Handsfree problems...
But as u didn't mention how u tested out the fixes I will post this here.
Remember i had a problem once when trying to pair my HD.
Base:
- Touch HD with some newer Sense 2.5
- A2DP wasn't working or Windows Mediaplayer hooked A2DP keys
AFTER I tried to fix A2DP problem (installed some "fix" cabs u mentioned above) I wasn't able to pair anymore.
Here is what i figured out:
- To get it working again it didn't help to over-install another fix - don't know why but seems that some fixes do reg changes wich break other ones.
- I had to hard reset the device
- so never try to install 1 fix after another to figure it out
- always do 1 hardreset + 1 fix then hardreset again
- only really good working fix for me was HeadsetFix.cab I posted in NRG thread - many other fixes broke my pairing capability
Now im on:
- actual NRG 2. June MaxSense 23xxx
- HeadsetFix.cab installed (otherwise Windows Mediaplayer pops up or it doesn't work for me)
- haven't had problem with pairing since several month with any NRG Rom (before it wasn't depending on NRG but on Sense 2.5 / but just had A2DP issue - pairing issue just with wrong fixes installed)
Radios I tested were .12 and .14
Tested BT Headsets/Caraudios:
- Motorola HT820
- some Sony MEX BT xxxx Caraudio
BTW for all who are interested in - i always install "AutoA2DP" or "AutoActiveSync" cause A2DP doesn't pair automaticaly in my car - just the Handsfree pairs by default.
Mimic NRG style ROM Thread !!!!!!!!!!!!
eddyve said:
Why only two options yes and yes? Why not a no option in the poll? I don't have a problem with nrg roms.
Click to expand...
Click to collapse
Yes + 1
Why only YES and YES option ...
No problems with any BT. Myy HD conects on any BT device that i have with no problems...
*****************************************************
PS: its not nice to use for your thread title the same format and characters that NRG use for all of his roms !!!!!!!!!!!!
Its a bit confusing for regular users and misleading....
And if i was you i will change the title not to mimic NRG ROM threads !!!!!!!!!!!!!!!!!!!!!!!!!!!!
colossus
|WWE|BLACKSTONE|¯`·.¸¸.- Energy -.¸¸.·´¯ |BlueTooth CarKit ISSUE|`·.¸¸.·´¯`·.¸¸.·´¯)
@eddyve
it is a yes poll (or call it simply a counter), because I want to know how many people have a problem like me
@DaRulah
well, good to know
@TheOne741
updating my radio rom asap, just to confirm that the radio version is not the source of my problem ... I will report on this
@FrEcP
thank you very much for your detailed explaination! I also do hard resets between the fixes. I will try HeadsetFix.cab in combination with AutoA2DP on a clean rom
@colossus_r
do you have anything useful to contribute? stay on topic please!
Well, thank you all so far, I will report my progress when the mentioned tips have finished... regards - FS
mimic NRG ROM thread
firespawn said:
@colossus_r do you have anything useful to contribute? stay on topic please!
Click to expand...
Click to collapse
@firespawn: Whats the matter with you? colossus_r is on the right way. Why only "Yes or Yes" in poll. And whats about mimic NRG ROM threads?
Please choose your own style for this thread.
On topic: No problem with Siemens HKW 720 Bluetooth Car Kit at all. Im using Handsfree-Profile and rSAP-Profile.
Issues with bluetooth ...
aleskow said:
@firespawn: Whats the matter with you? colossus_r is on the right way. Why only "Yes or Yes" in poll. And whats about mimic NRG ROM threads?
Please choose your own style for this thread.
On topic: No problem with Siemens HKW 720 Bluetooth Car Kit at all. Im using Handsfree-Profile and rSAP-Profile.
Click to expand...
Click to collapse
Again, it is used as a counter aaand again: stay on topic and stop cryin' like a baby about the choosen subject! I couldn't change it anymore!!!
Please do not post things like: Oh boy, mine is working fine *smiley*, cause this is worth nothing!
Sorry, I'm a bit frustrated, because a productive research on this problem seems to be impossible...
superseagull said:
sorry dude, not much help but i have the same experience; all energy roms (and i do mean all of them) work perfectly with my parot CK3100 but then i do task 29 before every flash & hard reset a few times after initial setup.
in addition, i also flash the latest stock rom from htc every so often.
i know this seems a bit ott but i rarely seem to suffer the buggy issues that many others do.
hope you get it sorted
Click to expand...
Click to collapse
Right is right i also never had bugs since energy roms march 2010
and the opera 10 never gave issues! so some flashers are doing somthing wrong! when using titanium the rom is superbly fast i also spice things up with the htc-performance.cab.
firespawn said:
Again, it is used as a counter aaand again: stay on topic and stop cryin' like a baby about the choosen subject! I couldn't change it anymore!!!
Please do not post things like: Oh boy, mine is working fine *smiley*, cause this is worth nothing!
Sorry, I'm a bit frustrated, because a productive research on this problem seems to be impossible...
Click to expand...
Click to collapse
We cant do any research if we dont have the problem
i think you should swich the the car bluetooth on and keep it pressed till the device finds it! thats what i did on other cars
or you will have to reset the cars bluetooth as shown in the manual
firespawn said:
@eddyve
it is a yes poll (or call it simply a counter), because I want to know how many people have a problem like me
@DaRulah
well, good to know
@TheOne741
updating my radio rom asap, just to confirm that the radio version is not the source of my problem ... I will report on this
@FrEcP
thank you very much for your detailed explaination! I also do hard resets between the fixes. I will try HeadsetFix.cab in combination with AutoA2DP on a clean rom
@colossus_r
do you have anything useful to contribute? stay on topic please!
Well, thank you all so far, I will report my progress when the mentioned tips have finished... regards - FS
Click to expand...
Click to collapse
set up you bT via comm.manager. dont turn Bt on just choose set up bluetooth hdset device etc/ turn you cars bt on an make shure it is visible etc by keeping the on button pressed in while searching with your gsm and thats it i think thats how it worked 4 me and will work 4 every one too!!!
study your old rom be4 you use a new one and you will know how to recognize the differenzesss amen
I've experienced something similar with my volvo. In my case it paired sometimes and usually in a call it disconnected. This happened with all kind of roms. It all disappeared after a radio update.
Somebody mentioned 1.17... with rillphone 1.15... works like a charm!
Hope it helps
(else you can try to let a mechanic update the bluetooth software in your car)