Introduction
Since 25.3.2022.1 release, we are introducing a new mechanism for storing the INI parameter. In the old release, we were using Android system property to store the INI parameter. However, there is a strict limitation on the number of character stored. We are introducing a new mechanism for storing the parameter.
Retrieving the INI parameter
To retrieve the INI parameter on the box
- Connect to the STB through adb
- Run the following command
-
adb shell device_param -l
- Here is an example output
-
adb shell device_param -l
[globalkey.key_action]: [2]
[standby.deep_sleep.enable]: [0]
[system.disable_rescue]: [0]
[tvapp.package_id]: [com.aminocom.browser]
[webapp.lineup_url]: [http://10.0.32.26/script/Zapper/h200_functional.json]
[ZZZ99_ENGAGE_INI_VERSION]: [7]
-
Comments
0 comments
Article is closed for comments.