Advertisement
gugustiuc

Untitled

Aug 11th, 2021
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. ########################################################
  2. # #
  3. # DAWN v2 #
  4. # www.mrwalkman.ml #
  5. # #
  6. # Mod Settings #
  7. # #
  8. ########################################################
  9.  
  10. ########################################################
  11. # #
  12. # SOME INFO - READ ME #
  13. # #
  14. ########################################################
  15. #
  16. #
  17. # This file is automatically generated if it doesn't
  18. # exist.
  19. #
  20. # There should be no spaces after a setting. For example,
  21. # the region should be "REG=J", and not "REG=J ".
  22. #
  23. # When this file is generated automatically, the region
  24. # below is the region that your device had when the file
  25. # was generated.
  26. #
  27. # If a setting cannot be found, the default value for
  28. # that setting will be used.
  29. #
  30. # You can check the boot log in the "cfw" folder in
  31. # the internal storage to make sure that everything
  32. # you set here is being acknowledged by the device.
  33. #
  34. # Reboot the device after changing any settings here.
  35. #
  36. ########################################################
  37.  
  38.  
  39.  
  40. ########################################################
  41. #
  42. # REGION
  43. #
  44. # Available regions from the destination tool:
  45. # J, U, U2, U3, CA, CEV, CE7 CEW, CEW2, CN, KR, E,
  46. # MX, E2, MX3, TW
  47. #
  48. # Actually supported regions in the firmware:
  49. # J, UC (U), EE (CEV), CEW (CEW2), CN, E, LA (MX3), KR3
  50. #
  51. # Region KR3 doesn't exist in the destination tool.
  52. #
  53. # Any of these regions should bring a change in the
  54. # sound signature.
  55. #
  56. # Type the chosen destination after the equal sign.
  57. # For example: REG=MX3
  58. # Default is J.
  59.  
  60. REG=J
  61.  
  62.  
  63. ########################################################
  64. #
  65. # REMOTE OPTION WITH ANY REGION
  66. #
  67. # Show the bluetooth remote option with any region.
  68. # The region you set still has an effect on the sound.
  69. #
  70. # Type 0 for Off, or 1 for On.
  71. # For example: REM=1
  72. # Default is 0.
  73.  
  74. REM=0
  75.  
  76.  
  77. ########################################################
  78. #
  79. # PLUS MODE VERSION
  80. #
  81. # Choose between the v1 Plus mode and the v2 Plus mode.
  82. #
  83. # The v2 Plus mode is experimental - when using the BT
  84. # Receiver mode, the screen needs to stay on, otherwise
  85. # the audio glitches. Just reboot the device if it happens.
  86. #
  87. # Type 1 for the v1 Plus mode, or 2 for the v2 Plus mode.
  88. # For example: PMV=2
  89. # Default is 1.
  90.  
  91. PMV=1
  92.  
  93.  
  94. ########################################################
  95. #
  96. # PLUS MODE BY DEFAULT
  97. #
  98. # Choose to boot by default into the Plus mode.
  99. #
  100. # While this option is On, the Hold Button UP position
  101. # must be used if you want to boot into the normal mode.
  102. #
  103. # While this option is Off, the Hold Button UP position
  104. # must be used if you want to boot into the Plus mode.
  105. #
  106. # Type 0 for Off, or 1 for On.
  107. # For example: PMD=0
  108. # Default is 0.
  109.  
  110. PMD=0
  111.  
  112.  
  113. ########################################################
  114. #
  115. # GAIN MODE (used before in the WM1A/Z++ firmware)
  116. #
  117. # Choose to have the gain in its stock state, or to
  118. # have a slightly higher gain.
  119. #
  120. # Type 0 for Off, or 1 for On.
  121. # For example: GM=1
  122. # Default is 0.
  123.  
  124. GM=0
  125.  
  126.  
  127. ########################################################
  128. #
  129. # DAC INITIALIZATION MODE
  130. #
  131. # Choose to initialize the DAC differently, which
  132. # alters the sound signature.
  133. #
  134. # This was done in the WM1A/Z+ and WM1A/Z++ firmwares.
  135. #
  136. # Type 0 for normal initialization, or 1 for the different one.
  137. # For example: DIM=1
  138. # Default is 0.
  139.  
  140. DIM=0
  141.  
  142.  
  143. ########################################################
  144. #
  145. # CHANGE UI COLOR
  146. #
  147. # This option only applies for some icons in the interface.
  148. #
  149. # Available options:
  150. # DEFAULT, PEACH (#FFD2B0), RED (#FF6757), BLUE (#B1CFE5),
  151. # GREEN (#AED1B3)
  152. #
  153. # Type the chosen color after the equal sign.
  154. # For example: COL=PEACH
  155. # Default is DEFAULT.
  156.  
  157. COL=DEFAULT
  158.  
  159.  
  160. ########################################################
  161. # #
  162. # ENJOY THE MUSIC! #
  163. # #
  164. ########################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement