aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Luther <wartomato@users.noreply.github.com>2021-07-25 08:50:05 +0200
committerRalf Luther <luther.ralf@gmail.com>2021-07-25 21:12:56 +0200
commitf09a16007c0541cb90859c393e8c507681854ba8 (patch)
tree6302dd07d3c83e7b1a6750311caa81b12ee872ef
parent5dd7ff49436e0cb64b13b5cd3ed117dd44e92372 (diff)
PartsBin: update the README
Add package name strings and the string for the Soundtuner activity in the overlay /config.xml for PartsBin. Those are the default values, which are present in packages_res_deviceparts too, but if the DAX implementation is changed to other files, these strings need to be adapted to make the Soundtuner menu in PartsBin become visible. First strings make the on/off switch for the Dolby service visible. Second and third strings make the option to get to the configuration UI for Dolby appear. Defining none of the strings with a non-OOS package or service, will result in PartsBin NOT displaying the Sound menu at all, as the installed packages are checked by PartsBin based on the strings mentioned in the README and (when undefined) against the ones in res/deviceparts (stock OnePlus package and intent names). Change-Id: Ica290834df8ba4d559ffa2384b1ce689eebcc227
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 58f982d..345555e 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,9 @@ _Note that defining paths needs support in the kernel! Thus the features might n
Sweep to sleep (S2S): En-/disable to put the display to sleep by swiping from left to right in the lower section.
- SoundTuner: En-/disable the proprietary SoundTuner (OnePlus specific)
- [Note: Requires the needed vendor packages. Automatically appears when packages are correctly installed.]
+ SoundTuner: En-/disable the proprietary SoundTuner (Vendor specific)
+ [Note: Requires the needed vendor packages. Automatically appears when packages are correctly installed.
+ and defined by the strings mentioned below.]
HBMSwitch: High Brightness Mode toggle with configurable off-on values with additional QS tile
@@ -114,6 +115,15 @@ _Note that defining paths needs support in the kernel! Thus the features might n
`<!-- Show/hide the QS tile, if device supports switching HighBrightness mode or not. Default value is false. -->`<br />
`<bool name="enableHBMModeTile">false</bool>`<br />
+`<!-- Dolby atmos package -->`<br />
+`<string name="dolby_atmos_packagename">com.dolby.daxservice</string>`<br />
+
+`<!-- Sound tuner package -->`<br />
+`<string name="sound_tuner_packagename">com.oneplus.sound.tuner</string>`<br />
+
+`<!-- Dolby atmos classname -->`<br />
+`<string name="dolby_atmos_classname">com.oneplus.sound.tuner.panoramic.DolbyPanoramicSoundActivity</string>`<br />
+
`<!-- Whether device supports disabling hwkeys -->`<br />
`<string name="pathHWKToggle"> </string>`<br />