Customizable AVRCP Agent

Search This thread

irus

Senior Member
Jun 29, 2007
1,950
3
ok so i have searched but i cant fine the codes for mort player does anyknow how i can find those. thanks
 

Alexx_B

Senior Member
May 2, 2007
84
1
40
Moscow
www.palmz.in
Can anyone help me with setting up this tool?

My system is: Touch HD + DS980 + CorePlayer 1.3.0 build 6213

I run AVRCP tool and configure it with the following settings:

Path: \program files\coreplayer\player.exe
Window Name: CorePlayer

Double click: 500 ms
Triple Click: 1000 ms

Play single click: 1102
Forward single click: 1101
Backward single click: 1100

All the WMP UI Plugins are disabled in the CorePlayer

I connect the headset, run coreplayer, press Play button on the headset.
Coreplayer minimizes after that and a few seconds later WMP is starts. Thats all, I cannot control CorePlayer via my headset

What do I do wrong?
 

DrBeer

Member
Aug 6, 2006
27
0
-if you want to start any other program with an AVRCP command, you can now specify a path and the .exe file in the message field!!
-in the "path" field of the settings you must put the COMPLETE path, including the .exe file to start!

Hi.
I use your eminent avrcp-program to control my old 40iplay-player.

It´s nearly impossible to catch the correct wm_commands to control the player so instead I made three small vb-programs that emulate pressing different hardkeys.
(In my case Left and Right Softkeys (112,113) and the Enter-key (13))
Then I let your program start either of these .exe-files to control 40iplay

The problem with this is that it is a slow way since it takes around 7 sek to execute the files.

Would it be possible for you to implement keypress-emulation (like hardware.keypress(112)) for example in your programm.

Example, If the number 113 was written in the textbox for "Play single click" then that keycode would be executed... Get it?

Or at least make it possible to add arguments to the path to files.
In that case I could use VJKeyPress with the argument for key
(Like "\program files\VJKey\VJKeyPress.exe 193") that would emulate pressing C2-button (193))


Just some tips and wishes for an update to a great program!
 

dre@ms

Senior Member
Oct 31, 2008
307
4
Madras
gonna try this with coreplayer and nitrogen in my Elfin..thnx for the share

Edit: Tried to configure both core and nitrogen..both didnt work..this is wat I did..

Tried to install AVRCP Agent from PC with my Elfin activesynced.. Windows 7 gv a msg not a valid Win32 application..So googled and found out this has to be put in \Windows\Startup.. did the same, now getting a Windows title as Windows Media and the bottom says Ok and Settings. Went to settings, first added core, uncheck WMP UI Plugins from Core. Started Core, played thru my BTH, pressed the play/pause or next/prev, AVRCP agent opens. If I exit AVRCP Agent then HTC AM opens.

The same behaviour is seen for Nitrogen player too.. no luck till now.
 
Last edited:

raghumovies

New member
Oct 27, 2008
3
0
Need AVRCP that can play music from speakers

Hi,

Kindly can any one find me a smartphone software (app) that can control the mobile media player (play/pause/skip ford./skip back.) with my A2DP Bluetooth stereo headset, but play through the phone speakers and not the headset.

To be clear..I want to control the media player with my bluetooth stereo headset but play the music from the phone speakers.

Thank You,
Regards.
Raghu.
 

LEDJSTYLE

Senior Member
Apr 16, 2007
79
0
Hi, I'm also trying to get AVRCP with Nitrogen Player.
I tried with tback driver but it's not working.
WMP is still launching when using my headset control.
I got a HTC Leo and S9.
Any help would be great..
Thanks
 

nhvoltagenh

Senior Member
Oct 17, 2008
729
0
Kitchener
www.thewebstation.ws
ok my frist question is did you configure and properly run avrcp?

i have made a registry capture for nitrogen.

i will attach it here

import this into your registry,

and the next thing i would do is drop avrcp into your windows\startup folder.


reset phone.

and thats all you should need to do.

the registry settings attached are the settings for Nitrogen used by AVRCP

now let me explain something else.

on my phone avrcp will not Launch Nitro
or rather my Headset wont launch Nitrogen

dunno why, dont care as once nitro is launched it works perfect.

hit me up if this doesnt work.

also the tback driver, isnt (i dont think) a solution to this.

rather its a way for the phone to use the WM Bluetooth stack.

not really sure as i forgot, but i do use it.
 

Attachments

  • AVRCP.zip
    474 bytes · Views: 148

LEDJSTYLE

Senior Member
Apr 16, 2007
79
0
Thank you nhvoltagenh, i did everything you wrote.
But after the soft reset when i launch nitrogen, and try to use avrcp, it starts wmp. Everytime, i ve tried many soft reset, with and without Tbackdriver.
I don't know why it's not working , maybe because of leo's new rom ??

By the way, i've tried the new Pocket Player V 4.01 which already includes AVRCP and everything is working just fine.
I m happy because it's great to be able to use AVRCP again but i would like to understand why it's not working with nitrogen and avrcp client.

If you got any "new" idea :), i'll be please to try..
Regards
 

nhvoltagenh

Senior Member
Oct 17, 2008
729
0
Kitchener
www.thewebstation.ws
ok,

so do me a favor

do you have tback installed?

wait lets back this up.

unistall whatever you have going on.

install tback

reset

make sure AVRCP is in the windows folder. the Start up

make sure install nitrogen

make sure you install the registry i posted.

reset again.

if that doesnt work, i have no clue.

the other player isnt bad though.

i prefer nitro because of the wheel. i love that
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Hello,
    here is my new version of the avrcp-agent. It is now customizable, so you can control every application from wich you know the messages to be send as WM_COMMAND.
    On startup you do not see anything from the app! When you start it a second time, you see an menu at the bottom (OK and SETTINGS) where you can configure various things like the path to the application you want to control and timings for double and triple clicks. Don´t click the OK button, because the app will exit after that! Just leave it run in background. The menu disappears after clicking somewhere else.

    Here are the sample Codes for the CorePlayer:

    WindowName: CorePlayer

    play/pause 1102
    PREV 1100
    NEXT 1101
    OpenFile Dialog 1105
    Switch Display 1037

    For the GSPlayer:

    WindowName: GSPlayer

    play/pause 40027
    PREV 40037
    NEXT 40038
    FastFF 40075
    FastBack 40074
    OpenFile Dialog 40018
    Switch Display 100

    You can customize the Agent for the functions of the headset by setting the message values to the buttons you want to.
    I hope you will enjoy.
    Greets,
    Thomas


    21.09.07 - BUG!
    There is a bug in the program. When you reset the device, it "forgets" the settings. I will correct this at monday!

    24.09.07 - FIXED! V1.11
    I have updated the file to the new version.
    -the settings will "survive" a reboot now.
    -the problem with the activation of the application to control is fixed
    -if you want to start any other program with an AVRCP command, you can now specify a path and the .exe file in the message field!!


    Remarks:
    -if you change settings, you must restart the agent.
    -in the "path" field of the settings you must put the COMPLETE path, including the .exe file to start!
    -COREPLAYER: if you want to use the agent with the CorePlayer, you must deactivate the "WMP UI plugin support" under settings/advanced!!!