Advertisement
wiktorek140

Untitled

Aug 14th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. sh-3.2# cat /usr/share/csd/settings.d/hw-settings.ini
  2. [features]
  3. AudioMic1=1
  4. AudioMic2=1
  5. BackCamera=1
  6. BackCameraFlash=0
  7. Backlight=1
  8. Battery=1
  9. Bluetooth=1
  10. CellularData=1
  11. CellularVoice=1
  12. ECompass=0
  13. FmRadio=1
  14. FrontCamera=1
  15. FrontCameraFlash=0
  16. GPS=1
  17. CellInfo=1
  18. GSensor=0
  19. Gyro=0
  20. Hall=0
  21. Fingerprint=0
  22. Headset=1
  23. Key=1
  24. LCD=1
  25. LED=1
  26. LightSensor=1
  27. Loudspeaker=1
  28. TOH=0
  29. ProxSensor=
  30. Receiver=1
  31. SDCard=1
  32. SIM=1
  33. StereoLoudspeaker=0
  34. Touch=1
  35. TouchAuto=0
  36. UsbCharging=1
  37. UsbOtg=1
  38. Vibrator=1
  39. Wifi=1
  40. VideoPlayback=1
  41.  
  42. [BackCamera]
  43. #Flash=1
  44. # Focus modes:
  45. # 1 == Manual
  46. # 2 == Hyperfocal
  47. # 4 == Infinity
  48. # 8 == Auto
  49. # 16 == Continious
  50. # 32 == Manual
  51. #FocusMode=8
  52.  
  53. #[FrontCamera]
  54. #FocusMode=2
  55.  
  56. # Each RunInTest can be configured to have a pass rate requirement.
  57. # By default we're expecting 100% pass rate.
  58. [FrontBackCamera]
  59. RunInTestPassRateRequirement=0.95
  60.  
  61. [LED]
  62. # Supported types are: Binary, White, AmberGreen, RedGreen, and RGB
  63. LedType=Binary
  64.  
  65. [SIM]
  66. ModemCount=1
  67.  
  68. [FmRadio]
  69. DefaultFrequency=91.9
  70.  
  71. # Defaults should be fine for most of the devices,
  72. # but in case one wants to loosen or stricten the defaults
  73. # it can be done here.
  74. #[GSensor]
  75. #MinY=-1.0
  76. #MaxY=1.0
  77. #MinX=-1.0
  78. #MaxX=1.0
  79. #MinZ=8.8
  80. #MaxZ=10.8
  81.  
  82. # As for GSensor, default should be fine, but if need adjustment
  83. # Min and Max values set min and max for all axis X, Y and Z
  84. #[Gyro]
  85. #Min=-1.3
  86. #Max=1.3
  87.  
  88. [Battery]
  89. VoltageTest=False
  90. sh-3.2#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement