unplugged-system/packages/modules/ImsMedia/test
2025-10-06 13:59:42 +00:00
..
app/ImsMediaTestingApp/app Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
imsmediahal Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

ImsMedia test

1. Introduction

  • The test/ directory in ImsMedia contains test implementation of ImsMedia'.
  • Module imsmediahal/ contains implementation of ImsMedia's HAL APIs.

2. Procedure to test app

Build app and imsmediahal under test\ folder

gcert
cd test
mma

2.1 Install test app from out folder and run

adb install imsmediatestingapp.apk

2.2 Modify manifest file

adb pull /vendor/etc/vintf/manifest.xml

add below content in manifest file.

<hal format="aidl">
       <name>android.hardware.radio.ims.media</name>
       <fqname>IImsMedia/default</fqname>
</hal>

push back manifest file to Device.

adb push manifest.xml /vendor/etc/vintf/manifest.xml

2.3 Push imsmediahal apk into device from out folder

adb push com.android.telephony.testimsmediahal /system/priv-app/

adb reboot

Test the Audio using test app