How to use HMI for testing ‘Handle response from HMI during resumption data’ feature - smartdevicelink/sdl_hmi GitHub Wiki

  1. Start HMI and SDL
  2. Checkout to settings screen, press Settings button You will see disabled RPC Control button until an app is registered

  1. Register any app for enabling RPC Control button
  2. See the screen with the list of registered apps

  1. Choose any app. Then you will see the next screen with RPC properties.

choose any result code for presented RPCs.

Also, you can see the buttons Back, Save and Reset to default.

Back button - If you press this button, chosen result codes will not be saved, and it will return to apps list screen.

Save button - Saves all changes and returns to apps list screen.

Reset to default - Resets all changes to default value which is “SUCCESS”. But doesn’t save it. You should to press Save button for save after reset. If press “back button” after reset it will nothing to save.

As example we chose “REJECTED” result code for “AddSubmenu” request.

We can see on the screen that HMI received “AddSubmenu” request, and in response HMI sends error code which is “4” = “REJECTED”.