This device uses non standard Android remote codes. For example stock music player understands steering wheels command, but a developed player doesn't. It works perfectly with standard Android remote command codes, but Roadrover ChangAn S.
If someone worked on custom ROM for the device you should know the codes.
Currently I listen to events as
<receiver android:name=".RemoteControlReceiver" >
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
Any help is appreciated.
If someone worked on custom ROM for the device you should know the codes.
Currently I listen to events as
<receiver android:name=".RemoteControlReceiver" >
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
Any help is appreciated.