Advertisement
Guest User

Untitled

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