PDA

View Full Version : Operation A2DP (A2DP for all devices) - One step closer


Pages : [1] 2

universaldoc
14-03-2006, 02:53 PM
I have downloaded the new T-Mo MDA Pro ROM and decoded it with the tools made by mamaich and with the procedure given by Buzz.

I then dumped the contents of the "nk.nba" file to a subdirectory called Dump . I opened the subdirectory and noticed that it had all the ROM files in it including those for Bluetooth (obviously). I also noticed many BT files as shown in the screenshot below.

Now, what is the next step that we need to do to be able to port A2DP and probably even the Remote SIM access profile to the other devices? I know its possible, i just want to know how!!!

Ideas anyone?

http://img59.imageshack.us/img59/9323/screenshot0sb.jpg

universaldoc
14-03-2006, 02:58 PM
Contents of the "imageinfo" text file of "bta2dp.dll":

"Module name: bta2dp.dll
e32_objcnt: 00000004
e32_imageflags: 0000212E
e32_entryrva: 0000B3E8
e32_vbase: 016D0000
e32_subsysmajor: 00000005
e32_subsysminor: 00000001
e32_stackmax: 00010000
e32_vsize: 00018000
e32_sect14rva: 00000000
e32_sect14size: 00000000
e32_timestamp: 663CB98F
e32_unit[0].rva: 0000C090
e32_unit[0].size: 0000009A
e32_unit[1].rva: 0000BF24
e32_unit[1].size: 0000003C
e32_unit[2].rva: 00000000
e32_unit[2].size: 00000000
e32_unit[3].rva: 00017000
e32_unit[3].size: 000008A0
e32_unit[4].rva: 00000000
e32_unit[4].size: 00000000
e32_unit[5].rva: 00018000
e32_unit[5].size: 00001000
e32_unit[6].rva: 00001000
e32_unit[6].size: 0000001C
e32_unit[7].rva: 00000000
e32_unit[7].size: 00000000
e32_unit[8].rva: 00000000
e32_unit[8].size: 00000000
e32_subsys: 00000009

o32[0].o32_vsize: 0000B12A
o32[0].o32_rva: 00001000
o32[0].o32_psize: 0000B12C
o32[0].o32_dataptr: 20000203
o32[0].o32_realaddr: 016D1000
o32[0].o32_flags: 60002020

o32[1].o32_vsize: 000092E4
o32[1].o32_rva: 0000D000
o32[1].o32_psize: 00000200
o32[1].o32_dataptr: 00000000
o32[1].o32_realaddr: 016DD000
o32[1].o32_flags: C0002040

o32[2].o32_vsize: 000008A0
o32[2].o32_rva: 00017000
o32[2].o32_psize: 000008A0
o32[2].o32_dataptr: 00000000
o32[2].o32_realaddr: 016E7000
o32[2].o32_flags: 40002040

o32[3].o32_vsize: 00001000
o32[3].o32_rva: 00018000
o32[3].o32_psize: 000001F8
o32[3].o32_dataptr: 10000000
o32[3].o32_realaddr: 00000000
o32[3].o32_flags: 42002042

Can someone make anything out of this? The folder called "bta2dp.dll" also contains 4 other files named:

1) S000
2) S001
3) S002
4) S003

universaldoc
14-03-2006, 03:03 PM
All the files in the dump with the letters "bt" in them can be seen in the attached screenshot.

Notice there is a folder with the name "BthAGPhonebook.dll"

http://img86.imageshack.us/img86/7729/bt8en.jpg

bepe
14-03-2006, 03:14 PM
Sorry for by bad english

Have you tried to move this modul to another ROM and to set this in the registry

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BtA2dpSnd]
"Dll"="bta2dp.dll"
"Prefix"="WAV"
"Order"=dword:8
"Index"=dword:8
"Flags"=dword:10002

universaldoc
14-03-2006, 03:20 PM
Hi Bepe,

Your English is fine! :)

The problem is that the BT dll files are packaged into folders rather than the regular .dll files. I cannot create a dynamic link libray (dll) file without the help of applications i don't know and don't have.

If someone has the knowhow, i will be more than happy to upload the file for you guys so that you can do the necessary.

Cheers.

universaldoc
14-03-2006, 03:28 PM
I have attached the BT files from the ROM just to save time :) Let me know if you guys need any other files.

bepe
14-03-2006, 03:56 PM
Yes I know, this folders are moduls.
But it is posible to integrate this folders/moduls to other roms using viewimgfs.exe and BuildImgfs.exe.

Or are you traying to convert a folder to a regular .dll?
This would difficult, I only managed to rebuild resource-dll's.

universaldoc
14-03-2006, 04:09 PM
Hi Bepe,

I was trying to rebuild the dll's but it was difficult just as you said. Luckily, Asukal has uploaded the Bluetooth dll files from this T-Mobile MDA Pro.

I copied over all the dll files to my Jasjar but it messed up my device so i had to restore everything through a backup i had taken. I am now going to add only the a2dp and acrcp files to the Jasjar and see what happens.

Will keep you all posted.

universaldoc
14-03-2006, 04:57 PM
Well, i just ported "bta2dp.dll" and "btavrcp.dll" to my Jasjar and added the necessary registry entries, but still didn't get the Wireless stereo profile when i was pairing with my headset.

Something is missing somewhere. Anyone else have an idea what it could be?

Asukal
14-03-2006, 06:57 PM
i compared carfully.

1:TMUK has more dll than i-mate

sbc.dll
Avrcp_MPplugin.dll
bta2dp.dll

2:also some dlls file size were different.
other dlls are seems to be same size in explore,
but actualy sizes were very little diffenrt each other.

for your refference

Asukal
14-03-2006, 07:34 PM
[HKEY_LOCAL_MACHINE\Services\BTAGSVC]
"IsEnabled"=dword:1

"Index"=dword:0

"Prefix"="BAG"

"Keep"=dword:1

"Order"=dword:9

"Dll"="BTAGSVC.Dll"

"FriendlyName"="Bluetooth Audio Gateway"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\0000111E-0000-1000-8000-00805F9B34FB]
@="Hands Free"

"btagsvc.dll"=dword:0


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\00001108-0000-1000-8000-00805F9B34FB]
@="Headset"

"btagsvc.dll"=dword:0


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Au dioGateway]
"Capability"=dword:25

"BTAGExtModule"="BTAGExt.dll"

"SupportCLI"=dword:0

"BTAGPBModule"="\\Windows\\BthAGPhonebook.dll"

"NoRoleSwitch"=dword:1


[HKEY_CLASSES_ROOT\CLSID\{7AAC2B28-5DD1-4052-81DD-E17114EE96B6}]
@="WMP Mobile A2DP Plugin"


[HKEY_CLASSES_ROOT\CLSID\{1666BC64-0DE1-4ba9-9BDC-BB9F68FFE6AC}\InProcServer32]
@="BthASPlugIn.dll"


[HKEY_CLASSES_ROOT\CLSID\{7AAC2B28-5DD1-4052-81DD-E17114EE96B6}\InProcServer32]
"ThreadingModel"="Free"

@="Avrcp_MPplugin.dll"

universaldoc
14-03-2006, 07:36 PM
I have copied the following A2DP files to my Jasjar:

1) bta2dp.dll
2)Avrcp_MPplugin.dll
3) sbc.dll

I have also added these registry entries that i found in the text document that Asukal so kindly posted:

1)HKEY_CLASSES_ROOT\CLSID\{7AAC2B28-5DD1-4052-81DD-E17114EE96B6}]
@="WMP Mobile A2DP Plugin"

2)[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ UIPlugins\{7AAC2B28-5DD1-4052-81DD-E17114EE96B6}]
"FriendlyName"="Windows Media Player Mobile A2DP Plugin"

"Description"="Integrates Bluetooth A2DP functionality with Windows Media Player Mobile"

"Capabilities"=dword:2000001

3) [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BtA2dpSnd]
"Flags"=dword:10002

"Index"=dword:8

"Order"=dword:8

"Prefix"="WAV"

"Dll"="bta2dp.dll"

These are the only files and registry entries in respect to A2DP.

UD.

Asukal
14-03-2006, 07:43 PM
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\0000110B-0000-1000-8000-00805F9B34FB]
@="Wireless Stereo"

"bthutil.dll"=dword:0

HKEY_LOCAL_MACHINE\Services\BTAGSVC]
"IsEnabled"=dword:1

"Index"=dword:0

"Prefix"="BAG"

"Keep"=dword:1

"Order"=dword:9

"Dll"="BTAGSVC.Dll"

"FriendlyName"="Bluetooth Audio Gateway"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Ha ndsfreeProfileOn]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se ttings]
"IgnoreExternal"=dword:1


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports]
"BthUnivPresent"=dword:1


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\BuiltIn\3]
"BTCOMstatus"=dword:0

"flags"=dword:1

"baud"=dword:e1000

"Name"="COM7:"

"driver"="bthuart.dll"

not sure all of them are usefull, just picked up.

moghisi101
14-03-2006, 07:46 PM
You are all copying the missing files...You are forgetting one very important one though: The updated file called btdrt.dll

Surely this is needed?

universaldoc
14-03-2006, 07:56 PM
Trying it out right now. By the way, how do you know that this is an important file?

universaldoc
14-03-2006, 08:00 PM
Ok, so this is a real trouble-maker!

Copying this file to the Windows directory actually wipes out everything from your today screen and turns off the wireless functions and keyboard access!!!

Are you sure that this file is the key to a2dp?

Asukal
14-03-2006, 08:19 PM
i agree another updated files needed,
Today Screen mainly manage thres.dll or shelres..dll managed,
also coredll.dll.

many of other BTxxxx.dll also size were different a alot.
i think not only a few of dlls can not work.

we need to replace not only BT relative dlls, but also OS core dlls.
If you compare the old BTxxxx.dll and new one each one by one, you can find thier defference in sizes.

it will be long way to do.<for me.....i already have been workd this since T-Mobile German ROM 1.20 was released, but too poor skil to be done>

moghisi101
14-03-2006, 08:34 PM
Obviously that was not the only updated file you need... Sorry! LOL, you guys got your work cut out.... good luck!

universaldoc
14-03-2006, 08:51 PM
I hope Buzz or Mamaich take some interest in this. I guess they are the only one's who can probably make something happen here!

Thanks for your help Asukal :)

Cheers!

bepe
14-03-2006, 09:05 PM
@Asukal
How did you dump the Bluetooth dll files?

Asukal
15-03-2006, 02:43 AM
@Asukal
How did you dump the Bluetooth dll files?

used rdmsflsh.pl todump. and
coredll.dll cant dmped wirh this, so used dumprom.exe to dump XIP parts.

buzz_lightyear
15-03-2006, 09:19 AM
hi,
where do you try to port those files to?
Any WM5 device?

buzz

Asukal
15-03-2006, 09:34 AM
i am trying to port to i-mate 1.30.
but universal doc may port to any of WM5<guess from title of this thread>

please help us! Our Buzz!

bepe
15-03-2006, 10:49 AM
Ok, rdmsflsh.pl contains code to reconstruct executables
but I thought the exports table of dumped executables are broken and the reconstruction gives only access to resources not to any funktions of dll files, so .MUI files are working but not any other dll files.

Asukal
15-03-2006, 10:56 AM
Ok, rdmsflsh.pl contains code to reconstruct executables
but I thought the exports table of dumped executables are broken and the reconstruction gives only access to resources not to any funktions of dll files, so .MUI files are working but not any other dll files.

Thanks, which tool is better to dump??

bepe
15-03-2006, 11:24 AM
There is no tool.
The most wm5 executables (exe dll and cpl files) are moduls.
The binary data of moduls are nearly the same as the original dll file but some parts are missing and all dump tools exept of viewimgfs are trying to rebuild the executable by using the same standard datapart.

To get a working dll file you will have to rebuild it by your self.
I tried it and had no success but mamaich should know how to do this.

I'm thinking the easiest way is to add the modul direct to the destination rom:
- dump the destination rom using viewimgfs
- copy the bta2dp.dll folder (modul) to dump
- edit default.hv
- rebuild the ROM using BuildImgfs

this should work

Asukal
15-03-2006, 11:58 AM
thank very much,

How about exe files dmped with rdmsflsh.pl ??

before i dumped DOPOD900 chinese ROM with rdmsflsh.pl ,
and take the "Camera.exe" in Chinese onto English OS,
it could worked.

not made mui for that, just replaced with original

bepe
15-03-2006, 12:06 PM
Camera.exe is not M$ file it is from IACamera so it was not a modul.
Dump your rom using viewimgfs and you will see it is not a folder.

Asukal
15-03-2006, 12:25 PM
Camera.exe is not M$ file it is from IACamera so it was not a modul.
Dump your rom using viewimgfs and you will see it is not a folder.

oo! i understood now.

now my exec seems to die :cry:

eman
17-03-2006, 04:16 PM
did anyone managed to port it yet?

James72
19-03-2006, 08:59 PM
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2 DP]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2 DP\Devices]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2 DP\Devices\1]
"Address"=hex:\
7D 19 B6 A4 07 00 00 00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2 DP\Devices\2]
"Address"=hex:\
00 00 00 00 00 00 00 00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2 DP\Devices\3]
"Address"=hex:\
00 00 00 00 00 00 00 00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2 DP\Devices\4]
"Address"=hex:\
00 00 00 00 00 00 00 00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Au dioGateway]
"BTAGExtModule"="BTAGExt.dll"
"BTAGPBModule"="\Windows\BthAGPhonebook.dll"
"Capability"=dword:00000025
"NoRoleSwitch"=dword:00000001
"SupportCLI"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Au dioGateway\Devices]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Au dioGateway\Devices\1]
"Address"=hex:\
7D 19 B6 A4 07 00 00 00
"Service"=hex:\
1E 11 00 00 00 00 00 10 80 00 00 80 5F 9B 34 \
FB

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\BT HLINK]
"Dll"="bthlink.dll"
"Flags"=dword:00000002
"Index"=dword:00000001
"Prefix"="BTL"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\de bug]
"mask"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\De vice]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\De vice\0007a4b6197d]
"class"=dword:00240404
"name"="Motorola HT820"
"trusted"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\De vice\0007a4b6197d\Services]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\De vice\0007a4b6197d\Services\0000110b-0000-1000-8000-00805f9b34fb]
"channel"=dword:00000000
"enabled"=dword:00000001
"name"="Wireless Stereo"
"sdprecord"=hex:\
36 00 3B 36 00 38 09 00 00 0A 00 01 00 02 09 \
00 01 35 03 19 11 0B 09 00 04 35 10 35 06 19 \
01 00 09 00 19 35 06 19 00 19 09 01 00 09 00 \
09 35 08 35 06 19 11 0D 09 01 00 09 03 11 09 \
00 01

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\De vice\0007a4b6197d\Services\0000111e-0000-1000-8000-00805f9b34fb]
"channel"=dword:00000001
"enabled"=dword:00000001
"name"="Hands Free"
"sdprecord"=hex:\
36 00 5C 36 00 59 09 00 00 0A 00 01 00 06 09 \
00 01 35 06 19 11 1E 19 12 03 09 00 04 35 0C \
35 03 19 01 00 35 05 19 00 03 08 01 09 00 06 \
35 09 09 65 6E 09 00 6A 09 01 00 09 00 09 35 \
08 35 06 19 11 1E 09 01 01 09 01 00 25 0F 48 \
61 6E 64 73 2D 46 72 65 65 20 75 6E 69 74 09 \
03 11 09 00 1A

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Ha ndsfreeProfileOn]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\HC I]
"baud"=dword:000e1000
"BTCOMstatus"=dword:00000000
"driver"="bthuart.dll"
"flags"=dword:00000001
"Name"="COM7:"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Hi d]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Hi d\Hid_Class]
"Dll"="BTHHID.Dll"
"Index"=dword:00000000
"Keep"=dword:00000001
"Order"=dword:00000009
"Prefix"="BHI"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Hi d\Instance]
"Dll"="BTHHID.DLL"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\l2 cap]
"ConfigTimeout"=dword:00000078
"ConnectPacketType"=dword:00000000
"ERTX"=dword:0000012c
"IdleConnect"=dword:0000000a
"IdlePhys"=dword:0000000a
"LinkPolicy"=dword:0000000f
"NoRoleSwitch"=dword:00000001
"PicoCapable"=dword:00000000
"RTX"=dword:0000003c
"ScanModeControl"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\rf comm]
"timeout"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rial]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rial\Ports]
"SupportedPorts"=hex(7):\
43 00 4F 00 4D 00 30 00 00 00 43 00 4F 00 4D \
00 31 00 00 00 43 00 4F 00 4D 00 32 00 00 00 \
43 00 4F 00 4D 00 33 00 00 00 43 00 4F 00 4D \
00 34 00 00 00 43 00 4F 00 4D 00 35 00 00 00 \
43 00 4F 00 4D 00 36 00 00 00 43 00 4F 00 4D \
00 37 00 00 00 43 00 4F 00 4D 00 38 00 00 00 \
43 00 4F 00 4D 00 39 00 00 00 00 00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\00001101-0000-1000-8000-00805F9B34FB]
"BthASPlugin.dll"=dword:00000001
"bthutil.dll"=dword:00000000
"Default"="Serial Port"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\00001103-0000-1000-8000-00805F9B34FB]
"Default"="Dialup Networking"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\00001108-0000-1000-8000-00805F9B34FB]
"btagsvc.dll"=dword:00000000
"Default"="Headset"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\0000110B-0000-1000-8000-00805F9B34FB]
"bthutil.dll"=dword:00000000
"Default"="Wireless Stereo"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\0000111E-0000-1000-8000-00805F9B34FB]
"btagsvc.dll"=dword:00000000
"Default"="Hands Free"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\00001124-0000-1000-8000-00805F9B34FB]
"bthidsvc.dll"=dword:00000000
"Default"="Input Device"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\0350278F-3DCA-4e62-831D-A41165FF906C]
"BthASPlugin.dll"=dword:00000001
"Default"="ActiveSync"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se ttings]
"IgnoreExternal"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\sy s]
"COD"=dword:00920100
"DisableAutoSuspend"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports]
"BthUnivPresent"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\BuiltIn]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\BuiltIn\3]
"baud"=dword:000e1000
"BTCOMstatus"=dword:00000000
"driver"="bthuart.dll"
"flags"=dword:00000001
"Name"="COM7:"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\PnP]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\PnP\{54DA86F7-9B78-46d1-8022-51BFA88D7F03}]
"baud"=dword:0001c200
"driver"="bthcsr.dll"
"flags"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\PnP\{61F10771-B483-48fd-94A1-498C0F6F3C10}]
"baud"=dword:0001c200
"driver"="bthamb.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\PnP\{6523D1BF-45E4-47aa-B394-A0333A4C32FC}]
"baud"=dword:000e1000
"driver"="bthcsr.dll"
"flags"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\PnP\{77F394E5-9F8B-4167-A4E6-DE5A54AAF77A}]
"baud"=dword:00001c20
"driver"="bthuart.dll"
"flags"=dword:00000004

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\PnP\{B3DD867A-1E6E-4215-8AA7-EAC1DFC46548}]
"BlockSize"=dword:00000005
"driver"="bthusb.dll"
"flags"=dword:80000000
"PacketSize"=dword:00000200
"resetdelay"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\PnP\{BC425227-6617-44b7-932E-FD0B4EB7ABF3}]
"baud"=dword:00070800
"driver"="bthuart.dll"
"flags"=dword:80000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\PnP\{E5329142-59DF-485b-B146-0CFD6F14D93B}]
"baud"=dword:00002580
"driver"="bthsc.dll"
"flags"=dword:80000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\PnP\{FDC0D92F-C0CC-4e5b-89A3-8AD9E78C068F}]
"baud"=dword:0001c200
"driver"="bthuart.dll"
"flags"=dword:00000004

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Tr ansports\PnP\{FE8730B4-C802-4b79-BE1B-227572556B0D}]
"baud"=dword:0001c200
"driver"="bthuart.dll"
"flags"=dword:00000000
"resetdelay"=dword:00001388

James72
19-03-2006, 09:05 PM
I've doing the upgrde and this is the result of my device Today.
Why not, anyone will so gently to upload the Files of BT (New Rom).

I think then can be simple to overwrite it with Total Commander. If the modules and *.dll are English for all Devices (included Italians)

I'd forgotting to download all what the *.BT------- modules in Windows Directory in the New Rom.

Can Anyone do this, please?

dave106
20-03-2006, 03:41 AM
extracted the wizard roms, here are all the reg keys that are present in the qtek aku2 test rom with a2dp but not in the recent qtek aku2

[HKEY_CLASSES_ROOT\CLSID\{7AAC2B28-5DD1-4052-81DD-E17114EE96B6}]
@="WMP Mobile A2DP Plugin"

[HKEY_CLASSES_ROOT\CLSID\{7AAC2B28-5DD1-4052-81DD-E17114EE96B6}\InProcServer32]
"ThreadingModel"="Free"
@="Avrcp_MPplugin.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Se rvices\0000110B-0000-1000-8000-00805F9B34FB]
@="Wireless Stereo"
"bthutil.dll"=dword:0

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ UIPlugins\{7AAC2B28-5DD1-4052-81DD-E17114EE96B6}]
"FriendlyName"="Windows Media Player Mobile A2DP Plugin"
"Description"="Integrates Bluetooth A2DP functionality with Windows Media Player Mobile"
"Capabilities"=dword:2000001

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BtA2dpSnd]
"Flags"=dword:10002
"Index"=dword:8
"Order"=dword:8
"Prefix"="WAV"
"Dll"="bta2dp.dll"

obtained by comparing the default.hv registry hives from each rom.

so youre gonna need these at least plus copies of all 3 files mentioned from the a2dp rom

bta2dp.dll
Avrcp_MPplugin.dll
bthutil.dll

Paladin27
20-03-2006, 03:04 PM
Any luck getting A2DP to work? I really would love it on my Wizard. :?:

James72
21-03-2006, 12:12 AM
bta2dp.dll
Avrcp_MPplugin.dll
bthutil.dll

Then I need to download (pfhisycal)those Three Files.
Who is so gently to upload?
We can then change with Total Commander!

Thanx

Jwrightmcps
23-03-2006, 03:41 AM
Hello All,

You’ll never believe it but I have been able to get A2DP working on the I-Mate 1.30.76 ROM :D

It is now being tested by me and a few of my IT staff (I have 30 JASJARs and am testing on 7). I have been testing it for about one week and have not found any major issues (am using Motorola HT820 headphones and Parrot CK3100 to test BT features). I am posting a few notes below, please read them. If anyone is interested in testing this as well, please pm me. I plan to release this to the public this weekend if all continues to go well.

ROM Notes

THIS IS A BLEND OF "TMO UK W/A2DP" and "I-Mate WWE W/ MSFP"


1). I have removed the "Battery" icon from the taskbar and replaced it with Time & Date. However this also removed the newer "Date" and "Wireless" plug-ins for the today screen (uses old single line date plug-in).

2). Remote Wipe and Password Enforcement Policies don't work right now; they fail when the provisioning cpf from the Exchange Server tries to run on the device. (It appears to be a "Security Policy" issue, so I should be able to resolve it).

3). I had to use the older core from the TMO UK ROM [OS 5.1.70 (build 14409.1.1.2)] to make A2DP work, but I must say it seems to be vary stable and just as responsive as the newer one form I-Mate. Just a note!

4). I have moved the "Clear Storage" to the Control Panel>Settings and corrected their BAD ENGLISH. It is now Called “System Restore”.

5). I have added the "GPS" settings to “Control Panel>Connections”.

6). I have added the "Remote SIM Access" to “Control Panel>Connections”.

7). I have moved the "Download Agent" to “Control Panel>Settings”.

8 ). I have added the following to the “Start Menu>Programs”.
ClearVue PDF
Enroller
MIDlet Manager
SIM Manager
Voice Speed Dial

9). Removed the "Screen Rotate" icon from the launch bar.

10). Restored the "Battery" icon on the launch bar.

That about covers it, everything works great and like I said no major problems or issues so far (completed and using since Mar 16).

I hope this will at least provide a solid solution for all those that really want A2DP, until the OPR's get there act together and listen to the publics demand.

Take care,

J-

cktlcmd
23-03-2006, 04:10 AM
This is good news Jwrightmcps! :D :D :D :D :D :D When can we expect the release? How easy is the BT pairing with the Motorolla HS820? Can you please comment on reception and ease of use in playing MP3 Music?

Jwrightmcps
23-03-2006, 04:35 AM
The Motorola HT820 is a breeze to pair and use. You can also control media player functions (play/pause previous/next track and volume not to mention take phone calls too). I had only bought them to test the ROM, but have enjoyed them so much I have decided to keep them. The only thing is they are big and kinda look like coke cans on your head, but hey you’re a geek already right? :)

The ROM is ready but has only been tested by me and some of my staff. Are you interested in trying it? Do you already have BT Headphones to test? If so please just pm me. I don't want to upload it yet until a few more people try it (outside my group) just to keep a possible bugged version from going everywhere. JUST BEING SAFE.


-J

wahidullah
23-03-2006, 04:43 AM
Hi does it transfer the CID with name in bluetooth headset?

Thanks in advance.

bull_do3er
23-03-2006, 04:43 AM
Hi J,

Fantastic job! :lol: :lol: :lol: :lol: :lol:

Have you tested it on other WM5 devices apart from universals? Will the installation be in the Rom or can it be enabled through dll files and registry edits?

I have a prophet and itech R35. Would love to test it out. I've sent you a pm.

Cheers.

Jwrightmcps
23-03-2006, 06:20 AM
I haven't tested the Jabra but it does work with the Parrot CK3100 Car Kit. I would assume it will work since before I did this ROM update my Parrot could not do it.

-J

Jwrightmcps
23-03-2006, 07:00 AM
I have not tested it on any other devices besides the Universal. However I was able to do this by "Merging" two different ROMs together. So one should be able to do the same for say, the Wizard; since there is a ROM out there that has A2DP in it for that device.

As for installing via dll and reg... NO WAY! It requires too much for that method, they will need to be in the ROMs

-J

chris_khho
23-03-2006, 10:55 AM
OK J,

I can only find one problem at all for this ROM. Otherwise, everything is just the same as periously 130 ROM which is extremely fast!!! Great Stuff.

The only problem is that wifi connection and A2DP stereo WMP listening cannot be operated together. Otherwise, you will have the WMP dropping seriously that I dont ever experience with 120 ROM (but may be I didnt test together with wifi cause I used to listen songs on the way to office and surely no wifi is provided during that time).

I tested with UMTS data connection and they works together with no problems at all.

I think that's. That is good enough for me and for most people I think!!!

Cheers,

cdally
23-03-2006, 01:32 PM
This is exciting stuff guys - has anyone cooked a UK O2 version with this functionlity?

James72
23-03-2006, 10:19 PM
it's very simple!

HKLM\software\oem\voicecommand and "launchapenable" from 1 to 0

It's functionally, my Pda works music without A2dp and only my Pda and Bluetooth Headset!

Probe it!

Jwrightmcps
23-03-2006, 10:39 PM
Guys,

The reason that I left the voicecmd alone is because when you use
BT headsets like the Motorola HT820 it plays both music (A2DP) and takes phone calls (headset). So if I changed that value you would not be able to use the voice command to make calls anymore and since this ROM supports A2DP I felt it was better to give the ability to use voice command as it should be. Also music sounds like crap on "phone" headsets (non A2DP) due to bit rates and speaker quality.


-J

mcq3000
23-03-2006, 11:30 PM
could anyone do this for the Sprint PPC 6700PCS AKU 2 rom that got released a few weeks ago with MSFP?

Jwrightmcps
24-03-2006, 12:21 AM
As for the WiFi and A2DP issues it is the same on the TMO ROM as matter of fact I did the hack for the HP 6315 a while back and it had the same issues. These devices cannot handle the amounts of data being transferred (A2DP streams around 364 kbps continuously plus the overhead of AVRCP), too much resource sharing to handle all this data. This amount of sharing has to be done if you want to keep the devices small in size though. It is a real “give and take” situation unfortunately. You can have the WiFi on while using the BT but not while the WiFi is transferring data (i.e. browsing websites, checking e-mails and so on… but why bother at that point?) Try the TMO ROM again if you want to test it, but I did that already when developing this ROM just to check things between the two. Hope this helps clear things up.

Take care,

J

weatheryoko
24-03-2006, 01:11 AM
James72,
The registry hack you mention. Does it play in stereo (assuming you've got a stereo headset paired) or does it play mono?

Thanks

einsteinck
24-03-2006, 02:40 AM
The first thing I want to say is "Thank you still Jwrightmcps!" This ROM is very promising!
However, after my test in yesterday, I've found a few MAJOR problems:

My Dopod 900 and i.tech R35 paring may successfully transfer stero sound, use the voice command and catch phone, the AVRCP is also working! However, When I tried to play musics or .wmv films (stream of sounds), It can play for about 0.5 secs before it droped out. After that, when I stop the music, a few seconds later, the sound is back! (say the beep sound of adjusting volume level.)

Above is the normal situation.
Below are the special cases:

I've successfully play stereo sound once, and it last long, long enough so I can't count how long. But AVRCP and voice command are dead.

Some other time, I successfully made all functions working! Stereo music, AVRCP, voice command and phone functionality. At that time I thought I had the right setting on blue tooth service settings: use only Hands free and wireless stereo. Letting the headset service off.
However, when I turned off Blue tooth and the i.tech R35 and turn them on again, it came back to the normal situation.

I wish I had stated the problem I met clearly, if u have any problem, just pm me. Cos I wish my R35 can be used for playing musics. Thx!

Jwrightmcps
24-03-2006, 02:55 AM
That sounds vary odd. The Motorola HT820 headphones have not done this at all. The control feature sometimes gets a little strange after phone calls, but it stoped after I disabled the "Resume playback after a phone call" in WMP. I think your issues may be with the device or some fluk in the pairing. I use the HT820's to play hours of music with no issues, my phone battery goes dead before the headphones do when I use them to jam :)

Has anyone else had this issue?

-J

P.S. Have you tried those headphones on another device yet?

hdubli
24-03-2006, 04:29 AM
Just to give a hint..if Jwrightmcps can do something with the attached file..

hdubli
24-03-2006, 04:31 AM
Just to give a hint..if Jwrightmcps can do something with the attached file..

Jwrightmcps
24-03-2006, 05:07 AM
hdubli,

????

These have been around for a while, they just send sound to your headset (not A2DP). What is it that you want from this?

-J

James72
24-03-2006, 05:46 PM
"The registry hack you mention. Does it play in stereo (assuming you've got a stereo headset paired) or does it play mono?"

By me songt stereo, but not cleary.........little bit distort

cktlcmd
24-03-2006, 06:44 PM
The ROM is ready but has only been tested by me and some of my staff. Are you interested in trying it? Do you already have BT Headphones to test? If so please just pm me. I don't want to upload it yet until a few more people try it (outside my group) just to keep a possible bugged version from going everywhere. JUST BEING SAFE.


-J

Thank you for the offer, I do appreciate it a lot. :D I am really tempted now to try your new customized ROM. If only I had not done a recent hard reset and fresh install, I would have said YES. I still don't have a Motorolla BT Headset. I did saw one the other day at RadioShack, but decided not to buy it yet because of lack of support at this time. I was afraid I would just be able to use it for phone calls then I'd rather buy the SE HBH662 because of its caller display. Anymore improvements that you have done in your new ROM? Can you also please comment if you experienced any call answer delays? Right now, I am using the NEW I-Mate ROM I don't have any problems so far. So I am a bit hesitant to try.

Jwrightmcps
24-03-2006, 09:02 PM
No I have not had any issues with delays in answering phone calls via the device itself or via BT headset. It has been really stable besides the few statements I made on the previous page (biggest issue left is no remote wipe, password policy is now working though). As for the issue with the i.tech R35 I am going to see for myself, I have ordered one and should get it next week to test. I find this issue hard to believe, because the HT820's work perfect!

I hope this helps,

-J

moghisi101
25-03-2006, 12:12 AM
where can we get this ROM? Also, how did you actually get A2DP into this ROM?

cktlcmd
25-03-2006, 02:31 AM
biggest issue left is no remote wipe, password policy is now working though

I hope this helps,

-J

Does this mean "Clear Storage" does not work? How do you perform a hard reset then?

Snappy
25-03-2006, 03:14 AM
i think hard reset can you perfom with the two softbuttons and the softreset button

einsteinck
25-03-2006, 04:12 AM
I've been trying the connection of i.tech R35 and your rom of dopod 900 all day. However, It never success... Not even any successful playing of stereo sound. The R35 still may play stereo sound for a small moment...I'm quite frustrated...Cos I wish I can use stereo sounds so much...

By the way, If and only if I've got some time, I will go the electronic shops to ask for trying the HT820 device...Although I think i.tech R35 is a device much more compatible to me

I still thank you for your effort! Thanks

chris_khho
25-03-2006, 04:50 AM
I am using the i-tech clip S (similar to R35) with no problem on listening to stereo songs via bluetooth.

Did u select the headset to stereo wireless default mode?

Cheers,

einsteinck
25-03-2006, 04:07 PM
what do u mean?

dah54
25-03-2006, 06:54 PM
Let's see if I can help a little here.

Open Bluetooth settings.

Go to Devices, you should see your headset listed. Tap and hold on it, you should get a pop-up menu. Choose "Set as Wireless Stereo"

I believe this is what he is talking about.

gemito138
25-03-2006, 07:27 PM
where do i download this test rom? I have a jabra bt800 and i want to test it.

asci
25-03-2006, 07:42 PM
Yes, what are you all talking about?
:?

Let's see if I can help a little here.

Open Bluetooth settings.

Go to Devices, you should see your headset listed. Tap and hold on it, you should get a pop-up menu. Choose "Set as Wireless Stereo"

I believe this is what he is talking about.

eman
25-03-2006, 07:47 PM
Some problems found:

AVRCP only works with Media Player with this ROM and the Stop button doesn't work..

AVRCP doesn't work with TCPMP nor with PocketPlayer (inc. Bluetooth Plugin)

I also get cuts in sound. (Mostly after installing back my 3rd party applications) as it used to cut less before

Using AnyCom Headphones. Anyone noticed similar problems?

themonkbythesea
26-03-2006, 12:28 AM
Jwrightmcps,

Great job! I would love to test out the rom w/a2dp, i've already pm you.
I will be pairing Bluetake I-Phono mini BT450rx with JasJar.

Too bad about wi-fi and a2dp. I was hoping to livestream internet radio and use bluetooth at same time.

Anyways, cant wait to try out your rom :D :D :D

RonnyGydar
26-03-2006, 01:04 AM
Jwrightmcps,

Looking forward to try out the ROM myself, PM'ed you earlier today, and can't wait to test this out!

Finally I can use my Motorola BT820 headphones, without having to use a German ROM (A2DP worked with it...but for a person who does not understand a word of german, it was a bit confusing to use the rest of the phone/PDA:-).

dah54
26-03-2006, 03:11 AM
Some problems found:

AVRCP only works with Media Player with this ROM and the Stop button doesn't work..

AVRCP doesn't work with TCPMP nor with PocketPlayer (inc. Bluetooth Plugin)

I also get cuts in sound. (Mostly after installing back my 3rd party applications) as it used to cut less before

Using AnyCom Headphones. Anyone noticed similar problems?

Correct me if I am wrong, but from reading the discription PocketPlayer with Bluetooth Headphone plugin 1.2 "...this plugin enables Pocket Player to receive playback control commands from the HP Bluetooth Stereo Headphones." And I believe the HP Bluetooth Headphones do NOT support AVRCP.

Jwrightmcps
26-03-2006, 08:13 AM
Clear Storage works fine it is the automatic (remote) wipe that seems to not work right. This is a feature of the "MSFP" that allows an administrator to "Remotely Wipe" a device if it has been lost or stolen.

I hope this clears any confusion.

-J

Jwrightmcps
26-03-2006, 08:25 AM
I do beleive that WMP (mobile) is the only one that truly supports AVRCP (on WM5 devices) as of now. I am trying to verify this.

Can anyone else verify this too?

-J

moghisi101
26-03-2006, 11:27 AM
Where do I get this ROM?!

eman
26-03-2006, 02:58 PM
Apparently there have been some performance degradations after I installed a few cab files from the old Ext rom to enable the MMS folder. I did not install the ExtRom from the ROM supplied.

And yes, PocketPlayer mentions the HP Headphones. But after some research I found forums saying people having problems using Bluetooth Remote features on A2DP on WM5 and PocketPlayer on Conduits' forum.

I have tried to increase the priority of the WaveDev but it does not make any difference. Is anyone else experiencing choppy audio?

Btw jwright, I agree with A2DP in WM5 is different than the A2DP in the previous versions. Thus TCPMP and PocketPlayer do not yet support this. (AVRCP)

mike_eeee
26-03-2006, 09:45 PM
I too have a HT820 and would LOVE to get this working on my PPC6700. Right now I'm using a wire to connect my devices... sort of backwards, don't you think? :D

einsteinck
27-03-2006, 03:25 AM
I've tested the T-Mobile UK ROM, however, it behaves exactly like the modified i-mate ROM. Playing back stereo sounds for only 0.5 seconds... :(
I'll see if it (T-Mobile ROM) can work or not on HT820 device (in the electonic shop)with my dopod 900.

I hope it work!

dah54
27-03-2006, 04:36 AM
I've tested the T-Mobile UK ROM, however, it behaves exactly like the modified i-mate ROM. Playing back stereo sounds for only 0.5 seconds... :(
I'll see if it (T-Mobile ROM) can work or not on HT820 device (in the electonic shop)with my dopod 900.

I hope it work!

That sure sounds like "Voice Speed Dial" kicking in when you press the connect button. Is that what is happening to you?

Have you tapped on | Start (menu) | Settings | Voice Speed Dial (icon) | Application (tab) | and scrolled down to "Windows Media" tap the record button and said "Media Player"? Then when you first tap the connect button say "Media Player" and Voice Speed Dial should launch media player and leave you connected. Note you may need to press the pause/play button.

There is also a registry hack to disable Voice Speed Dial, have you done the registry hack?

eman
27-03-2006, 11:15 AM
In order to enable wireless Stereo, you have to go into bluetooth settings, holding the stylus on the device and clicking Set As Wireless Stereo

The method you're mentioning transferrs low quality mono output

regards,
Eman

RonnyGydar
27-03-2006, 12:45 PM
Installed the modified ROM yesterday, and A2DP works great for me (JasJar and Motorola BT820 stereo headphones).

I do experienceThere is some "cuts" in the sound occationally (sound disapear for approx 1 second), but as long as I have my JasJar in same pocket and don't move it to much around it seems to have few/no cuts in sound. I can pause/resume playback from Motorola 820 headphones, and I can jump to previous/next track, and of course adjust volume.

So with A2DP, I am quite happy with this ROM, since I now can listen to podcasts/music on the bus, and select tracks without fiddling with the JasJar.

The controll the music (next/previous track and pause/resume) only works in Windows Media Player of course. Hopefully Mortplayer, PocketMusic, PocketPlayer and other 3. party media apps starts supporting this in the future...since I must admit that WMP is a bit of pain to use...but that is a totaly different subject, so I'll stop bickering about that one, right here and now! :-)

RonnyGydar
27-03-2006, 12:50 PM
OK, A2DP-vise, I am a happy-camper with the new ROM.

...but is it just me, or is PushMail not the same as in the original i-Mate ROM?

Can't remember that I had to fill out "Device Address" when setting up PushMail against www.4smartphone.com with the i-Mate ROM? Now I am forced to fill this out (this is the screen you can manually choose in Activesync on device with "Menu"+ "Schedule..."+"Set up device to sync when new items arrive"). Is'nt that something you had to fill out "before AKU2", and that this is not required with AKU2, since there is no need for SMS msg on AKU2!?

Can't see to recall that I had to do this when I setup PushMail with my original i-Mate ROM!? I have not gotten the PushMail to work correctly with this customized ROM.

...is it my memmory that plays tricks with me (meaning; I just do not remember that I filled in a "Delivery Address" with the "imate ROM":-)), or is there some issues with PushMail/AKU2 in this customized ROM?

asci
27-03-2006, 02:42 PM
Installed the modified ROM yesterday, and A2DP works great for me (JasJar and Motorola BT820 stereo headphones).

I do experienceThere is some "cuts" in the sound occationally (sound disapear for approx 1 second), but as long as I have my JasJar in same pocket and don't move it to much around it seems to have few/no cuts in sound. I can pause/resume playback from Motorola 820 headphones, and I can jump to previous/next track, and of course adjust volume.

So with A2DP, I am quite happy with this ROM, since I now can listen to podcasts/music on the bus, and select tracks without fiddling with the JasJar.

The controll the music (next/previous track and pause/resume) only works in Windows Media Player of course. Hopefully Mortplayer, PocketMusic, PocketPlayer and other 3. party media apps starts supporting this in the future...since I must admit that WMP is a bit of pain to use...but that is a totaly different subject, so I'll stop bickering about that one, right here and now! :-)

Is it so hard to have a link to this new modified rom???

:?:

Jwrightmcps
27-03-2006, 02:54 PM
This ROM is in a testing stage still and has not been released to the public yet. This is why there is no download link being provided on this page at this time. However if you have a "Universal" (JASJAR,EXEC, MDAPro, etc...) you can pm me to beta test it.

Thanks,
-J

spinedoc
27-03-2006, 03:39 PM
Any word on a version for Sprint PPC6700 that we can beta test? I dont mind toasting my unit.

RonnyGydar
27-03-2006, 04:25 PM
OK, has anyone gotten PushMail to work with this ROM?

When looking at the instructions for setting up DirectPush from clientside at http://www.htcclub.net/en/toontips.php?ID=10 it looks more like I remember the setup...that is; no "Delivery Address"-screen to go through!?

If no one replies, I might as well try to re-install with the original imate ROM, setup PushMail and see for sure if there really is an issue with DirectPush in this ROM. And update with info here after that.

fergusstrachan
27-03-2006, 04:46 PM
Hey Jwrightmcps,

Preliminary testing on a pair of Plantronics Pulsar 590A "Geeky Alien Weirdo" phones:

Paied the phones no problem, set them to stereo audio and started playing music (WMP) and it cut out after 1sec.
Did it again, cut out again exactly the same.

Funnily enough, after about the 4th or 5th time it didn't cut out anymore and it seems fine now.

It still has the issue (or maybe it's by design) that the test Qtek 9100 rom has in that I have to set it as stereo audio (in BT settings) every time I switch on the phones, re-enable BT, or just about anything.

Sorry I've not had much time to do any more decent testing, but I'll see what I can do. :-)

Ferg.

einsteinck
27-03-2006, 06:52 PM
I've been to the electornic shop today, HT820 truely worked fine! Just exactly like you guys said. Functions perfectly!!

However, I had tested another new i.tech R35 in the shop, and it behaved just like I've reported...

I wish someone may find a way to make R35 work! Because R35 fit my purposes much more than HT820...

Thank all of u for your care!

gemito138
27-03-2006, 11:43 PM
I have updated with this test rom and no caller id on the jabra bt800 only the numbers like before. :?

asci
28-03-2006, 12:05 AM
Which BT stereo headphone would you advice to buy?
:roll:

cktlcmd
28-03-2006, 03:56 AM
I've been to the electornic shop today, HT820 truely worked fine! Just exactly like you guys said. Functions perfectly!!

However, I had tested another new i.tech R35 in the shop, and it behaved just like I've reported...

I wish someone may find a way to make R35 work! Because R35 fit my purposes much more than HT820...

Thank all of u for your care!

Hmmmm. Then I guess the fault lies with the R35 and not the ROM nor the BT file.

pinele
28-03-2006, 11:01 AM
Which BT stereo headphone would you advice to buy?
:roll:

plantronics 590a

killercheung
28-03-2006, 06:36 PM
May I join the beta testing?

eman
28-03-2006, 07:21 PM
Reason for Choppy Audio Found! :

Apparently there is nothing wrong with the AnyCom Headset but there may be something that I am installing which is causing the audio to become choppy.

I have hard-resetted the device after discovering extremely choppy audio without installing ExtRom or restoring any files from backup. And the A2DP started working perfectly.. I have then Restored the File System (Excluding Registry) from backup and.... Problem re-occoured.

I am now restoring bit by bit to find the cause

eman
28-03-2006, 08:11 PM
Restored everything bit by bit except the \Windows\ Directory.

The A2DP is still working fine.

moghisi101
28-03-2006, 09:58 PM
I have sent 2 PMs one week ago and still awaiting BETA ROM Testing....

Please help us out Jwrightmcps.

Thanks

ramram
29-03-2006, 01:11 AM
Greetings to all,

Could someone post the final .dll files and the registry keys in order to build a final cab file for the A2DP or at least the cab file in order to test this service, I don't want to flash a rom,much appreciated..

Thank you.

chris_khho
29-03-2006, 02:16 AM
OK, has anyone gotten PushMail to work with this ROM?

When looking at the instructions for setting up DirectPush from clientside at http://www.htcclub.net/en/toontips.php?ID=10 it looks more like I remember the setup...that is; no "Delivery Address"-screen to go through!?

If no one replies, I might as well try to re-install with the original imate ROM, setup PushMail and see for sure if there really is an issue with DirectPush in this ROM. And update with info here after that.

I can follow the HTCclub instructions to set up directpush but since I dont have the exchange server so I cant test. Is there any free exchange server email account available?

Cheers,

chris_khho
29-03-2006, 02:19 AM
I've been to the electornic shop today, HT820 truely worked fine! Just exactly like you guys said. Functions perfectly!!

However, I had tested another new i.tech R35 in the shop, and it behaved just like I've reported...

I wish someone may find a way to make R35 work! Because R35 fit my purposes much more than HT820...

Thank all of u for your care!

I personally will not buy any more i-tech products cause they are not so reliablie. Just like the I-tech clip S that I am using now, I can make it to work with Stereo listening but not talking...and sometimes none of them works.....I think it is their design problem....

So, I am going to get the Motorola HT820 or the Samsung SBH-100. Is there anywhere selling this with cheap price?

Cheers,

cktlcmd
29-03-2006, 04:11 AM
The Motorola HT820 is a breeze to pair and use. You can also control media player functions (play/pause previous/next track and volume not to mention take phone calls too). I had only bought them to test the ROM, but have enjoyed them so much I have decided to keep them. The only thing is they are big and kinda look like coke cans on your head, but hey you’re a geek already right? :)

The ROM is ready but has only been tested by me and some of my staff. Are you interested in trying it? Do you already have BT Headphones to test? If so please just pm me. I don't want to upload it yet until a few more people try it (outside my group) just to keep a possible bugged version from going everywhere. JUST BEING SAFE.


-J

Hi J,

I could not resist the urge. I bought the Motorolla headset from RadioShack. Expensive little gadget $129. I am ready to try your new ROM. I sent you a PM too. :D :D :D

I have to say, they could have made these headsets a bit smaller, if they've tried. I like that it goes behind the head instead of on top. Make's us look more "hip" than "geeky". :D :D :D

themonkbythesea
29-03-2006, 08:38 AM
Jwrightmcps did great! New rom works fine. Paired Jasjar with Bluetake I-phono mini BT450. Great headsets by the way for Jasjar users. Experienced same cutouts in sound. However, suspect maybe something to do with BT antennae in Jasjar. Only cutouts when it is pointing away form headphones (when i have Jasjar concealed in my pocket). Otherwise, on belt clip i have had no problems with sound. Only other sound problems i encountered were when i forgot to turn off Wi-Fi and BT signal is weakened as this posts has already mentioned.

Encountered one problem with having to "re-pair" headphones with Jasjar if i walk out of range on unit or turn-off then turn-on unit. As suggested by Jwrightmcps this maybe due to not activating "play/pause." Jasjar screen currently damaged so cannot verify this.

eman
29-03-2006, 01:10 PM
The BT Antenna of the JasJar is located above the storage card. Its a tiny piece of plastic/metal paper surrounding the storage card area abt 2 cms.

It works far better than the Blue Angel,

pinele
29-03-2006, 07:38 PM
Please help me.
With these new rom and plantronics p590a with windows media player i can listen to music only for 1 sec ....

?!?!? :oops:

ikk0
29-03-2006, 08:23 PM
Wohoo, just updated to the modified Rom. My Logitech Wireless Headset is working perfect. Thank you very much! I'll report any bugs i find.

cktlcmd
29-03-2006, 09:43 PM
I am still awaiting J's reply.

dah54
30-03-2006, 01:29 AM
Please help me.
With these new rom and plantronics p590a with windows media player i can listen to music only for 1 sec ....

?!?!? :oops:

Have you done;
HKLM\SOFTWARE\OEM\VoiceCommand
LaunchAPEnable = 0 To enable the use of A2DP

Jwrightmcps
30-03-2006, 06:14 AM
Hey cktlcmd,

I have sent you a reply, did you not get it yet?

-J

pm me again if not....

cktlcmd
30-03-2006, 08:21 AM
Hey cktlcmd,

I have sent you a reply, did you not get it yet?

-J

pm me again if not....

No sorry. I have not get it yet. :( :( :( I have no PMs. I also checked my e-mail my trash can and junk mail folders. None. I'll send you another PM with an alternative e-mail to be sure. Thanks my dear friend. :D :D :D

pinele
30-03-2006, 11:55 AM
Please help me.
With these new rom and plantronics p590a with windows media player i can listen to music only for 1 sec ....

?!?!? :oops:

Have you done;
HKLM\SOFTWARE\OEM\VoiceCommand
LaunchAPEnable = 0 To enable the use of A2DP

I was sure to have made it. Thanks. It works perfectly now

pinele
30-03-2006, 02:09 PM
it was simply an illusion.
I've listen 4 or 5 song perfectly. i was very happy. but....
I have made a new scan with windows media player to find new song in storage card.
And now problem is come back again.
After 1 sec i can't listen music.
I'va paired again my plantronics p590a.
I've made various soft reset.
i've changed another time registry oem voice... to 0

Nothing to do :cry:

dah54
30-03-2006, 02:47 PM
Ok,
Soft reset.
then go to

HKLM\SOFTWARE\OEM\VoiceCommand
Does LaunchAPEnable = 0 or 1

After a soft reset it needs to equal 0 if it doesn't then voice speed dial will start up. If it is showing 1 then your registry editor is not being used effectively.

pinele
30-03-2006, 03:12 PM
i've set 0 and after soft-reset is 0..
I'm using resco registry...

chris_khho
30-03-2006, 04:30 PM
Sorry guys,

But I think you are all mistaken by A2DP....

The voicecommand registry change is for BT mono audio only. It works even with previous ROM.

For J's ROM, its A2DP i.e. with Stereo capability. If you have a stereo headset, go to the BT setting and set the device as Stereo headset. An icon will be shown on the top bar with a click sound.

Then you can use the BT headset (stereo) to play good quality music with WMP. That's what A2DP for.....

Hope this help.

Cheers,

pinele
30-03-2006, 04:41 PM
Sorry guys,

But I think you are all mistaken by A2DP....

The voicecommand registry change is for BT mono audio only. It works even with previous ROM.

For J's ROM, its A2DP i.e. with Stereo capability. If you have a stereo headset, go to the BT setting and set the device as Stereo headset. An icon will be shown on the top bar with a click sound.

Then you can use the BT headset (stereo) to play good quality music with WMP. That's what A2DP for.....

Hope this help.

Cheers,
Thank you chris. i've intalled j's rom With Stereo capability. I've stereo headset (plantronics p590a). i've set the device as Stereo headset. An icon is on the top bar with a click sound. Launch wmplayer i can hear only for 1 sec.
this morning i've try to set voicecommand registry...... from 1 to 0 and ...
incredible i can hear in stereo 5 song !!!!!.
So, i have scan storage card for new song... and the problem come back?!?!? i know that registry change is for mono etc.. but this mornig has been solved my problem...
Please help me and sorry for my english

chris_khho
30-03-2006, 04:47 PM
That's strange then....

Are you music files "wma"?

I played wma files without any problem but strange anyway.

Sorry, I can't help....

Cheers,

Jwrightmcps
30-03-2006, 04:54 PM
Guys,

I have seen this issue a couple times now and I am wondering if there is some sort of difference in headphone hardware (Bluetooth chips) that is causing this. I had ordered an i.tech R35 for one user that had these issues to test and it did the same thing (I tried everything). However when I tested others they work fine (HT820, HP, Logitech, etc.). Can someone else with the Plantronics p590a test and let us know if they do the same thing. I am also trying to put together a list of compatible headphones for people to reference.

Thanks,

-J

danoldo
30-03-2006, 05:03 PM
Hi,
can someone tell me where I can download the new test ROM?
I have a Qtek EXEC and and MDA PRO and I can test they with my Motorola HT820.
Thank you in advance.

einsteinck
30-03-2006, 06:08 PM
Can anyone figure out some ways to solve the various BT chip problem (i,e. some sort of optimization for most famous and nice headsets... such as my poor i.tech R35. Or should I curse that little bitcha!?)

I'll thank all you guys!

khaledelfeki
30-03-2006, 09:23 PM
Hey cktlcmd,

I have sent you a reply, did you not get it yet?

-J

pm me again if not....

Jwrightmcps,
I'm still waiting for your reply too.
Till now I didn't receive from you, please find my PM in your PM folder and you will find my email adress.
Looking forward to receive from you.

Regards,

ASTMICHA
31-03-2006, 07:25 PM
Jwrightmcps,

Great work!! Thank you for this. My HP6315 couldn't handle transmitting bluetooth audio and video playback at the same time but this ROM works perfectly.

Pro's:
HP headphones worked great. Watched Soprano’s on my device using PocketTV w/HP headphones today and experienced no drop outs. Listened to a bunch of MP3’s today using bluetooth w/o a hitch.

Iphono BT420ex headphones paired but “set as wireless stereo” is grayed out. Will research that some more to determine what I may be doing wrong!

Con's:

Can't access Tweaks2k2 system tricks – get error message tweaks2k2.exe argumentexception.
Application:: Run+0xf
Form1::Main+0xa

Anyone else get this error message?

chris_khho
01-04-2006, 09:05 AM
Just bought a Motorola HT820. Excellent performance....everything that you want for A2DP can be done with this!!!!!

Strongly recommend to use this....if it is not the size problem, I want to take this to work.....

It just works much better than my Java BT250v regarding the sound quality....

Anyway, good job everyone.

Cheers,

asci
01-04-2006, 01:01 PM
Hi, finally I have a little of time to test your great work. Just a question:
you said that basically it's the last I-mate ROM with A2DP and some little adjustments. Just Because I don't want to re-install all my settings & applications, could I safely restore my back up maden with Sunnysoft Back Manager 3.7, without interferences with new ROM feature? Could it be better to re-Install the whole back up or maybe I have to chose only Programs option avoiding to restore regestry setting?
Please Help!

Falk
01-04-2006, 05:27 PM
I am testing the ROM as well and everything seems to work just fine... Everything except for the mailpush capability. As the problem has been left unanswered so far I'd like to bring this up again. It just seems that the pre AKU2 method is used. Which means using SMS... which is out of question of course ;) I am using a 1&1 hosted exchange server and it wants to enforce security policies. The dialogue doesn't show up with this ROM though. Something about that was mentioned before I think... I hope it's just a minor issue, but maybe the ROM is just not compatible with the new push solution? If anyone could shed some light on the issue that would be appreciated!

woschirmer
02-04-2006, 11:47 AM
>>Con's:

Can't access Tweaks2k2 system tricks – get error message tweaks2k2.exe argumentexception.
Application:: Run+0xf
Form1::Main+0xa

I have the same problem with some functions of Tweaks2k2. And also with a today pulgin called PIToday, which doesn't can access the pim.vol anymore(at least it seems so).

Wolfgang

asci
02-04-2006, 03:47 PM
I'm testing A2DP:
it works perfect with Pocket Player (and with all the other apps) and Itech BlueBand.
Great work with this ROM also to have removed some stupid chages on today!

:wink:

@woschirmer

Tweaks2k2NETv3200 works perfect to me...

dherrero
03-04-2006, 11:35 AM
Finally i bought the Motorola HT820. It works pertectly with this rom. Its a dream come truth.....

woschirmer
03-04-2006, 12:18 PM
@asci: you're right. The newest version of Tweak2k2 work well with the rom. I installed an older one.

Thanks

Wolfgang

asci
03-04-2006, 02:29 PM
Hi,
I don't know if anybody else found that but with this ROM it seems that when I charge it with an external charger Jas Jar gets warmer than before.
Could it be?
:?

cktlcmd
03-04-2006, 04:16 PM
Hi,
I don't know if anybody else found that but with this ROM it seems that when I charge it with an external charger Jas Jar gets warmer than before.
Could it be?
:?

When You say external charger, do you mean direct from the main outlet or from an external battery charger? I am also testing this ROM and I don't have the condition you mentioned. I use the main power outlet to charge.

q-biq
03-04-2006, 06:33 PM
hows it goin guys? is it workin now?

asci
03-04-2006, 10:27 PM
Hi,
I don't know if anybody else found that but with this ROM it seems that when I charge it with an external charger Jas Jar gets warmer than before.
Could it be?
:?

When You say external charger, do you mean direct from the main outlet or from an external battery charger? I am also testing this ROM and I don't have the condition you mentioned. I use the main power outlet to charge.

I mean main power outlet to charge, however today I could test A2DP function and this is what I Have found:

1- After pairing and assigning my headphone as "handsfree" and "wireless stereo", it happens that some time it looses "wireless stereo" profile, and I have to refresh it in order to have it working again. Sometimes it needs to be re-paired
2- If you go completely out of BT's range you have to re-pair your headphone.
3- Sometimes audio streaming gets interruptions for a while. I have to check if it depends on headphone battery status or it depends on BT stack
4- When I end a call the most of time instead of doing its work it opens audio recognize function.
5- I can notice some problems with PQz software. Sometimes it works random.
6- After a Soft Reset I have to refresh pairing (not to re-pair) to have it working again.

The ROM, excepting the problem with PQz, seems to work fine, but it would be great if BT A2DP profile could be stabilized. No problem with phone functions except for the end call function that I mentioned b4.
I hope it can help to better this great work!

TEST UPDATED TO 05/04/06

7- SometimeS when I refresh pairing, it comes out 3 profiles:
-Wireless Stereo
-Handsfree
-Headset
What is this last one for?

8- Sometimes it happens that I can hear only last two rings of an incoming call, even if it has started much time before. In this way you can loose many incoming calls.
9- Sometimes phone doesn't ring, only vibrate and you can hear rings only in Stereo Headphone, even if everything is correctly setted.

I hope it helps.
...To continued

asci
04-04-2006, 12:19 AM
Hey what about this?
HTC Universal: AKU2 and A2DP at least for Greece
Could it help us?

http://msmobiles.com/news.php/5087.html

q-biq
04-04-2006, 11:19 AM
Hey what about this?
HTC Universal: AKU2 and A2DP at least for Greece
Could it help us?

http://msmobiles.com/news.php/5087.html

Any greeks in here who can translate?

Frontier
04-04-2006, 05:30 PM
Yes :)

This ROM is for qTek 9000 devices bought in Greece, from ACE Hellas. The ROM is based on 1.30.77 (CE), 1.09 (Radio) and G.42.42.P8 (ExtROM). The ROM language is Greek and it's IMEI locked only for ACE-bought devices.

I can try obtaining the ROM, if someone could find use for it - I do not have an ACE-bought qTek 9000 through.

mike_eeee
05-04-2006, 10:04 PM
Hello again,

Any plans to support the PPC6700? Or did I just blow $120 on the HT820? :)

moghisi101
06-04-2006, 09:50 AM
Hey Guys

Just to let you know the Qtek 9000 AKU2 update is out, and has been for a short while now.

I don't know if it contains the A2DP update as well, but my guess is that it does (looking at the ROM version):

ftp://xda:xda@ftp.xda-developers.com/Uploads/Universal/UNI_QTEK_WWE_13077_130176_10900_WWE_Ship.exe

Tell me how it goes

Cheers

sub69
06-04-2006, 11:30 AM
Yes, the Qtek ROM definitely contains A2DP...

Jorgee
06-04-2006, 12:14 PM
Hey Guys

Just to let you know the Qtek 9000 AKU2 update is out, and has been for a short while now.

I don't know if it contains the A2DP update as well, but my guess is that it does (looking at the ROM version):

ftp://xda:xda@ftp.xda-developers.com/Uploads/Universal/UNI_QTEK_WWE_13077_130176_10900_WWE_Ship.exe

Tell me how it goes

Cheers

Hello,

Have you tried this out? Am downloading now so am waiting in anticipation on wether to Upgrade right now or not.

Is it legit? How come it wasn't released with much fanfare? Haven't seen anything about this upgrade anywhere else.

Well, that won't stop me, i will flash tonight. for sure :D Wish me luck.

moghisi101
06-04-2006, 01:52 PM
Don't worry. It is legit. It was obtained off the myqtek.com website. The reason there hasn't been much attention to it is because you must have a brightpoint IMEI to access that ROM off that website. Somebody who had a valid IMEI has obtained it for us, and uploaded it. There is a Post regarding thi update. I don't have link, but I think it was called 'Qtek AKU2 ROM' (I can't remember exact. Sorry)

EDIT:
Look here: http://forum.xda-developers.com/viewtopic.php?t=46401&postdays=0&postorder=asc&start=0

I have not tried it out yet.

cktlcmd
06-04-2006, 02:04 PM
Don't worry. It is legit. It was obtained off the myqtek.com website. The reason there hasn't been much attention to it is because you must have a brightpoint IMEI to access that ROM off that website. Somebody who had a valid IMEI has obtained it for us, and uploaded it. There is a Post regarding thi update. I don't have link, but I think it was called 'Qtek AKU2 ROM' (I can't remember exact. Sorry)

EDIT:
Look here: http://forum.xda-developers.com/viewtopic.php?t=46401&postdays=0&postorder=asc&start=0

I have not tried it out yet.

I am also in a predicament. :( With Jwright's Modified ROM. A2DP is GREAT. If QTEC's new ROM does not contain A2DP, then I will pass from upgrading.

I hope someone can really confirm if A2DP BT support is functional in the NEW QTEC ROM. :D

asci
06-04-2006, 02:10 PM
Is it possible to upgrade my WWE I-Mate JasJar with WWE Qtek 9000 ROM? Do I need any particular tools to do it or simply I have to launch UNI_QTEK_WWE_13077_130176_10900_WWE_Ship.exe?

asci
06-04-2006, 02:14 PM
Don't worry. It is legit. It was obtained off the myqtek.com website. The reason there hasn't been much attention to it is because you must have a brightpoint IMEI to access that ROM off that website. Somebody who had a valid IMEI has obtained it for us, and uploaded it. There is a Post regarding thi update. I don't have link, but I think it was called 'Qtek AKU2 ROM' (I can't remember exact. Sorry)

EDIT:
Look here: http://forum.xda-developers.com/viewtopic.php?t=46401&postdays=0&postorder=asc&start=0

I have not tried it out yet.

I am also in a predicament. :( With Jwright's Modified ROM. A2DP is GREAT. If QTEC's new ROM does not contain A2DP, then I will pass from upgrading.

I hope someone can really confirm if A2DP BT support is functional in the NEW QTEC ROM. :D

sub69 said:

Brilliant, Push e-mail AND A2DP!

Qtek have made me a happy bunny.

Can confirm that my Plantronics 590's are working perfectly so far.

Now to reinstall all my software....Again!



http://forum.xda-developers.com/viewtopic.php?t=46401&postdays=0&postorder=asc&start=25&sid=4769056bd9597ef933e320e9a3f1a435

cktlcmd
06-04-2006, 02:14 PM
Is it possible to upgrade my WWE I-Mate JasJar with WWE Qtek 9000 ROM? Do I need any particular tools to do it or simply I have to launch UNI_QTEK_WWE_13077_130176_10900_WWE_Ship.exe?

I suggest use the MA_Upgrade_NoID file to avoid errors, especially if you have a different device from the ROM you are going to install. But I don't believe it could kill your Universal anyway. The only thing you'll get is an error message.

asci
06-04-2006, 02:45 PM
Should it work without problem or could I have some problems depending from the fact I want to use a Qtek 9000 ROM over I-Mate JasJar device? Should they be twins right?

Jorgee
07-04-2006, 01:44 PM
I just bought a Motorola HT820 yesterday and just updated o the QTEk ROM and am getting some problems with the Stereo Bluetooth.

I get music for only 1 second then nothing. Has anyone encountered this? Is there a fix for those who have encountered this?

I tried searching and all i could come up with is a VOICECOMMAND registry hack but that didnt work..

Any help?

rodigezstyle
07-04-2006, 06:51 PM
Hi dear developers
I have a HTC Prophet/QTek S200 with a German O2 Firmware 2.9.4.120
and i want update to 2.9.7.106 with the "RUU_Prophet_2090724_20907106_020720_QtekWWE_Ship" Rom

but befor the Update starts comes This ERROR massege :

ERROR [294] : INVALID VENDER ID

This Update Utility cannot be used for your PDA Phone .
Please check Update Utility

__________________________________________________ __________

What can i do ???? to Update Please HELP !!!

SysCold
07-04-2006, 11:33 PM
Hey all..
I have iPAQ 3790 with WM2003 (not SE).. And I would like to see A2DP for it.. Is it possible?
I have 3 BT phones from i.Tech so I could test ROM. I have BlueBAND, ClipM and ClipI..
Could someone send me modified ROM?

Garfydude
08-04-2006, 03:17 PM
I recently bought the Motorola HT820 stereo headphones for my SPV M200. Gutted when I realised it didn't have something called A2DP I searched High and low for some way to make it work.

Eventually I stumbled across a patch on the hp.cpm website to enable ipaq uaers to use bluetooth keyboards and stereo headphones.

I didn't think it would work but downloaded it and installed it and.... Hey presto. I can now use The Motorola HT820 with my Ornage SPV M2000.

Doesn't work perfectly and drops out every now and again but it'll do!

Find the driver here
http://h18007.www1.hp.com/support/files/handheldiPAQ/us/download/22475.html?jumpid=reg_R1002_USEN

cktlcmd
08-04-2006, 03:47 PM
I recently bought the Motorola HT820 stereo headphones for my SPV M200. Gutted when I realised it didn't have something called A2DP I searched High and low for some way to make it work.

Eventually I stumbled across a patch on the hp.cpm website to enable ipaq uaers to use bluetooth keyboards and stereo headphones.

I didn't think it would work but downloaded it and installed it and.... Hey presto. I can now use The Motorola HT820 with my Ornage SPV M2000.

Doesn't work perfectly and drops out every now and again but it'll do!

Find the driver here
http://h18007.www1.hp.com/support/files/handheldiPAQ/us/download/22475.html?jumpid=reg_R1002_USEN

There is no need for this now as the latest QTEK ROM already supports A2DP.

Facegarden
09-04-2006, 01:58 AM
So I'm working on getting a2dp to work on my apache, and I have some questions about how things work once you've got A2DP working on a windows mobile device.

I'm trying to patch in the necessary .dll files and registry entries (I know it's likely not the best way, but I feel like it would work...)
I've successfully dumped the qtek rom with a2dp and gotten all the files out of it that I think I need... Specifically the 3 .dll files mentioned in the registry entries on the second page of this thread.

I copied them to the windows directory and then put the neccesary regisrty adjustments in a script that I loaded into the regisrty. That worked, and my phone now seems to have the wireless stereo service that it didn't have before.

It pairs with my HT820 headphones and lets me select them as a headset and/or wireless stereo service. (Is AVRCP supposed to show up as a service?)

I then go into WMP and play music, but it doesn't play through the headphones... Is WMP supposed to have some setting for A2DP?
Are there any different icons or settings in WMP on a phone that has A2DP?

What is the basic procedure from pairing to playing music?
Thanks for your help!
-Taylor

belfast-biker
09-04-2006, 02:24 AM
It pairs with my HT820 headphones and lets me select them as a headset and/or wireless stereo service. (Is AVRCP supposed to show up as a service?)

I then go into WMP and play music, but it doesn't play through the headphones... Is WMP supposed to have some setting for A2DP?
Are there any different icons or settings in WMP on a phone that has A2DP?

What is the basic procedure from pairing to playing music?



No, I didn't get an option for AVRCP, it just worked anyhow. There's not setting in WMP to route the sound to the phones, as long as the option is setup in the bluetooth, which it willbe if ypou've paired it, then yer sorted.

Mikee4fun
09-04-2006, 02:38 AM
A2dp required a lot of free ram and storage space. I would give up on trying to make it work on the apache all together do to the lack of ram and storage space on the apache. It may be possible to run a2dp if you plan on running only the native apps they come on the rom and not installing anything else, but that would suck. After running ad2p for 30 seconds it clips and lags do to the lack of free ram/storage space on the device. I am running a2dp on my universal with motorola HT820 stereo headset. I am using Qtek's 1.30.77 rom. I also have an apache device and it sucksssss. On my Universal the audio plays and then starts clipping about 20 seconds into it. If you stop the audio and play it again it will once again play for about 20 seconds before the audio starts clipping. Its not the wav priority either. Just my thoughts. Goodluck

Mike

Facegarden
10-04-2006, 12:50 AM
A2dp required a lot of free ram and storage space. I would give up on trying to make it work on the apache all together do to the lack of ram and storage space on the apache. It may be possible to run a2dp if you plan on running only the native apps they come on the rom and not installing anything else, but that would suck. After running ad2p for 30 seconds it clips and lags do to the lack of free ram/storage space on the device. I am running a2dp on my universal with motorola HT820 stereo headset. I am using Qtek's 1.30.77 rom. I also have an apache device and it sucksssss. On my Universal the audio plays and then starts clipping about 20 seconds into it. If you stop the audio and play it again it will once again play for about 20 seconds before the audio starts clipping. Its not the wav priority either. Just my thoughts. Goodluck

Mike

Hmmm... well, I hear that A2DP was in a beta AKU2 for the apache, and people seem to think slower devices are already capable, so I'd like to try it. If all else fails, I can try overclocking it also, but at least I'd like to prove it won't work just to give people peace of mind... everyone on the other forums wants it too...
-Taylor

Facegarden
10-04-2006, 05:31 AM
So what all was done to make the custom rom? I know there are some software packages to disassemble and reassemble ROMs, but what files were copied to the new package? I assume you had to mess with the registry too?
It looks like copying the dll files and patching the regisrty doesn't work, so I guess I'll have to try to make a custom ROM for the apache... If anyone could give me an overview of what was done, I can try to merge a wizard rom with an apache rom (since no apache with a2dp has been released...) Hopefully that will work....
-Taylor
And yeah, as far as whether or not the phone can support it... if the wizard can, I feel like the apache should be able to also...

Facegarden
10-04-2006, 09:09 AM
Actually... I've just realized that the .dll files that come from imgfs_tools are not proper .dlls... I think that's where my problem lies. Can someone send me a zip of the 4 dll files straight off of their phone, rather than those extracted from a rom?

The files I'm interested in are:
Avrcp_MPplugin.dll
bta2dp.dll
bthutil.dll
sbc.dll

My e-mail is TLAlexander@gmail.com, or you can post them here...
But yeah, that explains why it hasn't been working... (it even said the files were from an unknown publisher, but they should have been signed...) I wonder if it will work with the proper .dll files...

I think that with the registry script and the proper dlls, anyone should be able to get a2dp if the phone is capable... Thank you so much!
-Taylor

raunak
10-04-2006, 12:11 PM
hi im using xda 2/himalaya with tofclock rom 2.01 64 wwe please help me on how 2 get streamed music on my NOKIA HS 26 W BLUETOOTH HEADSET PLEASE i hav read the topic but dun understand anything caan anyone plz help
thanx

Carl_Stoke
18-04-2006, 03:49 PM
Yes, the Qtek ROM definitely contains A2DP...

Hi Can anyone post the link where this file is as it doesnt seem to be here?

:(

Thanks,

C.

Carl_Stoke
18-04-2006, 03:51 PM
Hey Guys

Just to let you know the Qtek 9000 AKU2 update is out, and has been for a short while now.

I don't know if it contains the A2DP update as well, but my guess is that it does (looking at the ROM version):

ftp://xda:xda@ftp.xda-developers.com/Uploads/Universal/UNI_QTEK_WWE_13077_130176_10900_WWE_Ship.exe

Tell me how it goes

Cheers

Sorry about that this was the post ...opps any ideas on the download location.

Cheers

ascssmith
18-04-2006, 04:39 PM
yes, can someone please post link for rom upgrade, as one in above link does not work.

AL

actGsm
18-04-2006, 08:17 PM
@ Jwrightmcps

I sent u private message asked for a link to download ur modyfied rom and u answered me that u finished testing and no more beta testers needed
and u told me that u will anounce ur final tested rom on last sunday and since then I have been waiting .

sent u another pm which u didn't answer yet

I'm interrested in this topic
r there any news ?

wbr

hizad
19-04-2006, 09:07 AM
Received PM from Jwright on the 15/4 that he will post the completed Modified Rom on Easter. Has it being posted yet because i could not find it. Thanks.

moghisi101
19-04-2006, 03:00 PM
Guys just be patient!

I am sure Jwright has not forgotten about us and that he is working very hard to get this ROM roled out. Please remember, he is doing this for no personal gain (I hope!? :P ) apart from loads of our respect on these forums. He is a busy man, just like you and me.

Give him time, and I am sure he will come up with the goods.

Thanks again for all your hard work!

philly fan
22-04-2006, 03:36 PM
Hey Guys

Just to let you know the Qtek 9000 AKU2 update is out, and has been for a short while now.

I don't know if it contains the A2DP update as well, but my guess is that it does (looking at the ROM version):

ftp://xda:xda@ftp.xda-developers.com/Uploads/Universal/UNI_QTEK_WWE_13077_130176_10900_WWE_Ship.exe

Tell me how it goes

Cheers

Sorry about that this was the post ...opps any ideas on the download location.

Cheers

Has the d/l been located? If and when found can I use this on my 8125(Wizard). If the load fails I should be able to load my previous ROM correct?

Jwrightmcps
26-04-2006, 06:05 PM
Hello Everyone,

Sorry I have been away for a while so my final release was delayed. I was testing the new updated version of my A2DP+MSFP ROM getting it ready for the public release. Well everything is finally done now :)

I have corrected all reported issues, including full MSFP and A2DP support. I have also packaged my new ROM into a true Windows Installer to make the upgrade process super easy, it will even allow you to choose which updates are installed (OS,Radio,Ext)!

There will now be a version available for each brand of the HTC Universal device. I have already uploaded three of them and will upload the rest later this week. The reason I am making a version for each brand is so we can stop using the “MaUpgradeUt_noID” method, I think it causes problems (killed a device using it).

Since I have written a ROM for each brand please use the correct version for your device as they are all the same base 1.31.79 OS (except for the splash screens, vendor certificates and CID’s). If you don’t see your brand listed please be patient and let me know via private message, I will make it available for the public (HTC UNIVERSAL ONLY PLEASE)

Enjoy everyone!

-J

OS Details:

OS 5.1.195 (Build 14847.2.0.0)
ROM Date: 4/20/06
ROM Ver: 1.31.79 WWE

New Supported Features:

Bluetooth A2DP Support (AVRCP)
Bluetooth Remote SIM Access
MSFP Support (pushmail, remote wipe, system policies)


T-Mobile MDA Pro (Final Release)

ftp://xda:xda@xda-developers.com/Uploads/HTC%20Universal/ROMS/Jwrightmcps/MDAPRO_WWE_13179_120120_10900_A2DP_MSFP.zip

I-Mate JASJAR (Final Release)

ftp://xda:xda@xda-developers.com/Uploads/HTC%20Universal/ROMS/Jwrightmcps/JASJAR_WWE_13179_130164_10900_A2DP_MSFP.zip

QTEK 9000 (Final Release)

ftp://xda:xda@xda-developers.com/Uploads/HTC%20Universal/ROMS/Jwrightmcps/9000_WWE_13179_130176_10900_A2DP_MSFP.zip


O2 XDA Exec (Final Release)

Coming soon (est. May 1-7 2006)


Orange SPV M5000 (Final Release)

Coming soon (est. May 5-9 2006)


Dopod 900 (Final Release)

Coming soon (est. May 7-11 2006)

ascssmith
26-04-2006, 07:13 PM
Excellent, thanks for the hard work... :D

Will this work for the NEW t-mobile MDA (USA) version?

JohnnyG77
26-04-2006, 08:31 PM
Can someone do me a HUGE favor? I'm trying to get the X-Scale AKU2 AD2P files for the Treo 700w. From my quick reading of the rom decrypting threads, I need a HTC Uni device to compare the "merged" data from the update + original rom...which I only have a Treo 700w.

I need the following files: Avrcp_MPplugin.dll, bta2dp.dll, sbc.dll

The theory I'm testing is by using the Intel X-Scale compiled files instead of the OMAP compiled files (it appears the file sizes are different on each platform), the Treo 700w will be able to play files without skipping. A poster on pdaphonehome.com suggested this discrepancy.

FYI - I have already tried the AD2P lag patch thread priority patch to no avail.

John

FOSA
27-04-2006, 02:08 AM
Hi Jwrightmcps

Slightly off topic.

Can you do one for O2 XDA II WM2003SE? I think so far there's no single one for it :roll:

Thanks

einsteinck
27-04-2006, 02:39 AM
Jwrightmcps !!

Long time no see!
I wonder does these new ROMs corrected the problem of i.tech R35?
Since my R35 now is simply a mono bluetooth headset...

Can u please answer me?

Thank you very much

Naldor
27-04-2006, 04:28 AM
Hi, I downloaded the Version for T-Mobile but get a country ID error. How can I fix this?

FOSA
27-04-2006, 10:06 AM
Hi JohnnyG77

I tried copying out the Avrcp_MPplugin.dll, bta2dp.dll, sbc.dll files from my QTEK 9000 with RESCO File Explorer but failed.

Each time I unchecked the 'Read-Only', 'Hidden' and 'System' attributes and checked the 'Archive' attribute it reverts to their original attributes. This prevented the copying. I think the files are in ROM hence cannot be copied out

You know of anyway to bypass this?

cktlcmd
27-04-2006, 03:13 PM
Hi J,

I have an O2 Exec and would like to use the QTEK ROM version because I prefer it's splash screen, but I can't seem to find and extract the files from my computer to use the MaUpgradeNoID Tool. In which folder can I find the files once I open it up?

Diggia
27-04-2006, 03:20 PM
@Jwrightmcps
Excellent work !
Is there a Qtek 9000 Italian Rom also ?
Thanks :wink:

Jwrightmcps
27-04-2006, 03:38 PM
cktlcmd,

You and everyone else can find the ROM files from my installer in the following location:

"%temp%\{8649BFE8-E4CF-4D07-BCCF-4ADA24A76499}"

You will need to rename the nbf's from the following:

"nk_.nbf" to "nk.nbf"
"ms__.nbf" to "ms_.nbf"
"radio__.nbf" to "radio_.nbf"

Also just a warring to everyone that is using "MaUpgradeUt_noID" to flash Universal devices; I did kill a JASJAR using it to flash O2's ROM (was testing O2's new ROM). It destroyed the DOC partition and I have not been able to recover it! Maybe it was just bad luck, but I haven't had another issue since I stopped using it (I now just encode the ROM for my CID and install using "ROMUpgradeUt.exe") so users be cautious. I would hate to see people end-up with paper weights.

Take care,

-J

Jwrightmcps
27-04-2006, 03:46 PM
Diggia and others,

I currently only did this for World Wide English (WWE). I did not plan for requests in other languages (sorry). However I am not against doing it for you guys if I can. It will take me some time to research it (I still have 3 ROMs to finish now). I will let you guys know if I can do it (will be a least two weeks).

I hope this helps and is not to vague of an answer,

-J

JohnnyG77
27-04-2006, 08:04 PM
Sorry, I'm a of a newbie in ROM dev, how do I extract the files from the nbf file in Win XP, without loading it on my device?

I have the Qtek rom downloaded, and nbf fils renamed on c:\...it seems the tool dumprom won't work. I also installed Active Perl in case that is required.

Also, I can't seem to register at buzzdev.net, it never sends me the link to activate that account, so please attach any files I may need from there.

John

cktlcmd
27-04-2006, 10:32 PM
Sorry, I'm a of a newbie in ROM dev, how do I extract the files from the nbf file in Win XP, without loading it on my device?

John

1st: Start
2nd: My Computer.
3rd: Local Hard Drive (Drive C: on mine)
4th: Documents and Settings
5th: Go to your "assigned" computer folder name.
6th: Tools
7th: Folder Options
8th: View Tab
9th: Show hidden files and folders and check it.
10th: Temp Folder
11th: Activate or run the downloaded file by Jason.
12th: Look for the newly created folder name posted by Jason from above.
13th: Don't forget to rename the files as Jason specified from above before using the MaUpgrade No ID Tool.

JohnnyG77
27-04-2006, 10:52 PM
Thanks cktlcmd, I'm former Jersey boy myself...now in SD.

On my post up above, I don't want to upgrade my device, I just need the x-scale ad2p files for my treo...so I need to get the 3 files required for a2dp (Avrcp_MPplugin.dll, bta2dp.dll, sbc.dll...xscale compliled). The ones floating around the board are for Texas Instrument processers (and different sizes from the xscale versions)...and the Treo 700w is not working with the TI files (excessive lag). It's an x-scale device, hence why I'm bothering the XDA team...in hopes for better A2DP for all xscale devices.

Any help dumping the NBF file, to a directory on my XP machine, would greatly help. I installed perl, but can't get the xdadev module loaded...and buzzdev.net won't let me actvate my account, I tried for two days but never get my activation email, preventing me from posting and downloading any files on that site.

Or, someone can just PM me the three files, but it can't be done from your existing device, for some unkown reason.

JohnnyG77
27-04-2006, 11:50 PM
Thanks for trying FOSA!

Diggia
28-04-2006, 03:18 AM
Diggia and others,

I currently only did this for World Wide English (WWE). I did not plan for requests in other languages (sorry). However I am not against doing it for you guys if I can. It will take me some time to research it (I still have 3 ROMs to finish now). I will let you guys know if I can do it (will be a least two weeks).

I hope this helps and is not to vague of an answer,

-J
Thanks a lot Jwrightmcps !
If you have time to release Italian Rom also, many italians and I will be very happy :D

Otherwise don't worry if you have no time for us, I know it takes much time :wink:

Mashie
28-04-2006, 04:07 AM
We would really appreciate it if one of you Universal owners could post the .dll files for us 700w users :). Or if someone knows the process to extract the files from a rom that would help also :)

Thanks
-Mashie

JohnnyG77
28-04-2006, 08:20 PM
Ok, I figured out how to dump the files...but now the DLLs don't see to load do to WM5 security restrictions.

How do I self-sign the DLLs and generate a cert?

JohnnyG77
28-04-2006, 09:49 PM
I solved the signing issue, but it still does not load the DLLs from NB.npa properly. Can someone verify the sizes on a real device? maybe the above files are corrupted.

bta2dp.dll 49.9K
sbc.dll 16.9K
avrcp_mpplugin.dll 10.9

I can sign the OMAP files, and they allow selecting the wireless stereo in BT config...but these of course are causing the skipping.

Replacing them with the files extracted from the nk.nba rom using rdmsflsh.pl, gives me files that do not seem to work. I can't enable wireless stereo in BT config, no option available.

Any help would be appreciated.

James72
28-04-2006, 10:29 PM
T-Mobile MDA Pro (Final Release)

ftp://xda:xda@xda-developers.com/Uploads/HTC%20Universal/ROMS/Jwrightmcps/MDAPRO_WWE_13179_120120_10900_A2DP_MSFP.zip

I-Mate JASJAR (Final Release)

ftp://xda:xda@xda-developers.com/Uploads/HTC%20Universal/ROMS/Jwrightmcps/JASJAR_WWE_13179_130164_10900_A2DP_MSFP.zip

QTEK 9000 (Final Release)

ftp://xda:xda@xda-developers.com/Uploads/HTC%20Universal/ROMS/Jwrightmcps/9000_WWE_13179_130176_10900_A2DP_MSFP.zip


Why not in Italian?

Thanks

thwagmostar
29-04-2006, 12:59 AM
JohnnyG77,
I am interested in your findings. I have a Sprint 6700 and a Samsung i730 (X-Scale and WM5 ROM w/o A2DP). This patch works for the 6700, but not for the i730. I can pair with my iTech S35 and set to Wireless Stereo in Partnership Settings, but do not have the Set to Wireless Stereo option. I tried every possible combination for the installation. It looks as though the i730 is missing several other bluetooth related files, which is likely the cause. Your Treo did not play before this patch but works after with poor quality?

~Scott

JohnnyG77
29-04-2006, 01:17 AM
It "works" on the Treo 700w (with the A2DP patch on this board)...however "works" describes the ability to activate the "wireless stereo" profile. When activated, system sounds play through the headphones (Bluetake 450rx). Windows media player however, keeps "pausing" every senod or so when playing music from ram, sd card, or through orb.com. It doesn't drop the sound, but pauses and restarts giving no loss or skipping of the song content.

My assumption, was that I needed x-scale dll's, instead of the OMAP dll's for the tornado. However, even after extracting the files, signing them, installing the cert on the phone...when the x-scale dll's are copied over, the "wireless stereo" option disappears.

Note 1 - While I can pair the phone to the 450rx headphones using "wireless stereo", it never gives me the option to enable it in BT config as with the OMAP files.

Note 2 - Once yo install the original patch, You need to use a regedit program on the phone and delete all the keys in the drivers\builtin\bta2dpsnd (sp?) hive, and soft reset. This allows you to overwrite the sbc.dll and bta2dp.dll since they will not load after the soft-reset.

Note 3 - I tried the priority256 hack for both wavedev and a2dpsnd, both at 60 or both at 1 to no avail.

Note 4 - No overclock speeds resolve these issues.

Note 5 - The only file with a different size is bta2dp after being signed. My x-scale dump: 52,128 bytes
OMAP dll:52,664 bytes
However, when using my DLL's with the same size, and using the OMAP bta2dp.dll...with the xscale avrcp and sbc, it doesn't work. I think my Dlls are either corrupt, or my signing is incorrect (though I can overwrite the tor_cert with my own cert on the OMAP files, and it works fine)

My only hope is that the dll's I extracted from the nk.nba file are corrupt. There seems to be some board chatter that dll's can get messed up if they are compressed.

John

adhoc
29-04-2006, 10:39 AM
Hello Everybody. Title is self explanatory,

Just try to think about people from other countries when releasing add ons, enhancements...

Thanks for the rest of the community.

Brgds, adh