Guest User

Untitled

a guest
Jun 13th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. # begin build properties
  2. # autogenerated by buildinfo.sh
  3. # ROM Manager OTA info
  4. ro.rommanager.developerid=miuius
  5. ro.modversion=MIUIUS-2.2.2-EN-PYRAMID-V4
  6. ro.build.id=MIUI.us
  7. ro.build.display.id=MIUI.2.2.2
  8. ro.build.version.incremental=201310
  9. ro.build.version.sdk=15
  10. ro.build.version.codename=REL
  11. ro.build.version.release=4.0.3
  12. ro.build.date=Сб. янв. 21 17:04:56 KRAT 2012
  13. ro.build.date.utc=1327136696
  14. ro.build.type=userdebug
  15. ro.build.user=scott951
  16. ro.build.host=scott@ubuntu
  17. ro.build.tags=release-keys
  18. ro.product.model=HTC Sensation
  19. ro.product.brand=tmous
  20. ro.product.name=htc_pyramid
  21. ro.product.device=pyramid
  22. ro.product.board=pyramid
  23. ro.product.cpu.abi=armeabi-v7a
  24. ro.product.cpu.abi2=armeabi
  25. ro.product.manufacturer=HTC
  26. ro.product.locale.language=en
  27. ro.product.locale.region=US
  28. ro.wifi.channels=
  29. ro.board.platform=msm8660
  30. # ro.build.product is obsolete; use ro.product.device
  31. ro.build.product=pyramid
  32. # Do not try to parse ro.build.description or .fingerprint
  33. ro.build.description=htc_pyramid-eng 4.0.3 IML74K eng.mdj.20120121.170420 test-keys
  34. ro.build.fingerprint=htc_europe/htc_pyramid/pyramid:4.0.3/IML74K/272754.1:userdebug/test-keys
  35. ro.buildversion=Virtuous Quattro A3
  36. ro.build.date=07-01-2012-1439
  37. ro.build.characteristics=default
  38. keyguard.no_require_sim=1
  39. # end build properties
  40. #
  41. # system.prop for pyramid
  42.  
  43. # Common display settings
  44. ro.sf.lcd_density=240
  45. debug.fb.rgb565=0
  46. debug.sf.hw=1
  47. persist.sys.ui.hw=1
  48. debug.composition.type=cpu
  49.  
  50. # Qualcomm display settings
  51. debug.enabletr=true
  52. debug.qctwa.statusbar=1
  53. debug.qctwa.preservebuf=1
  54. com.qc.hardware=true
  55. windowsmgr.max_events_per_sec=60
  56.  
  57. # RIL path
  58. rild.libpath=/system/lib/libhtc_ril.so
  59. # RilLibPath for Ganlite by Godel_Chen
  60. rild.libpath.ganlite=/system/lib/librilswitch.so
  61. rilswitch.vendorlibpath=/system/lib/libhtc_ril.so
  62. rilswitch.ganlibpath=/system/lib/libganril.so
  63. ro.telephony.ril.v3=signalstrength
  64.  
  65. # Modify MMS APN retry timer from 5s to 2s.
  66. ro.gsm.2nd_data_retry_config = max_retries=3, 2000, 2000, 2000
  67.  
  68. # pyramid RF team request
  69. ro.ril.enable.dtm = 0
  70. ro.ril.gprsclass = 12
  71. ro.ril.hsdpa.category = 10
  72. ro.ril.hsupa.category = 6
  73. ro.ril.hsxpa = 3
  74.  
  75. # Default network type.
  76. # 0 => WCDMA preferred.
  77. ro.telephony.default_network=0
  78.  
  79. # Mobile data interfaces
  80. mobiledata.interfaces=gannet0,rmnet0,rmnet1,rmnet2
  81.  
  82. # Modify MMS APN retry timer from 5s to 2s.
  83. ro.gsm.2nd_data_retry_config=max_retries=3, 2000, 2000, 2000
  84.  
  85. # WiFi interface & scan interval
  86. wifi.interface=wlan0
  87. wifi.supplicant_scan_interval=30
  88.  
  89. # The OpenGL ES API level that is natively supported by this device.
  90. # This is a 16.16 fixed point number
  91. ro.opengles.version=131072
  92.  
  93. # This is a high density device with more memory, so larger vm heaps for it.
  94. # For ICS project, default 32m/48m
  95. dalvik.vm.heapsize=128m
  96. dalvik.vm.heapgrowthlimit=48m
  97.  
  98. # unlock keyguard when SIM is non-inserted
  99. keyguard.no_require_sim=1
  100.  
  101. # For the default value of agps
  102. ro.ril.def.agps.mode=2
  103.  
  104. # For HSDPA low throughput
  105. ro.ril.disable.power.collapse=1
  106.  
  107. # For Pyramid China NEL
  108. ro.ril.enable.prl.recognition = 1
  109.  
  110. # Define TCP buffer sizes
  111. net.tcp.buffersize.hsdpa=4094,87380,393216,4096,16384,110208
  112.  
  113. # For emmc phone storage
  114. ro.phone_storage = 0
  115.  
  116. # Release Bluetooth HW/SW information
  117. ro.bt.chipset = Broadcom BCM4329-B1
  118. ro.bt.stack = Broadcom BTL-A
  119. ro.bt.stack.version = 2.0.50.032
  120. #0x10000010010100100000011 represent bt profile list
  121. ro.bt.profiles = 4270339
  122.  
  123. # Properties of BTLA stack
  124. service.brcm.bt.activation = 0
  125. service.brcm.bt.srv_active = 0
  126. service.brcm.bt.hcid_active = 0
  127. service.brcm.bt.btld = 0
  128. service.brcm.bt.btld_pid = 0
  129. service.brcm.bt.avrcp_pass_thru = 0
  130. service.brcm.bt.avrcp_toggle = 1
  131. service.brcm.bt.local_name =
  132. service.brcm.fm.rssi = 109
  133.  
  134. # For quick boot mode
  135. persist.sys.shutdown.mode = hibernate
  136.  
  137. # Properties of Scalado Denoise param.
  138. postprocess.iso_midband = 400
  139. postprocess.denoise_level = 6
  140.  
  141. # Following property will be reference by Settings.
  142. ro.product.processor = 1.2 - 1.5 GHz Qualcomm MSM8660 Dual-Core
  143. ro.product.ram = 768MB
  144. ro.product.display_resolution = 4.3 inch QHD resolution
  145. ro.product.main_camera = 8Mpx
  146. ro.product.front_camera = VGA
  147. ro.product.bluetooth = 3.0
  148. ro.product.wifi = 802.11 b/g/n
  149.  
  150. # Properties for supporting framework features
  151. ro.htc.framework.screencapture = true
  152.  
  153. # For opensense sdk
  154. ro.htc.common.version = 3.0.0.0
  155.  
  156. #Dump native call stack when an ANR happens to com.htc.launcher.
  157. profiler.anr_dump_native_uid = 9999
  158.  
  159. # For QC perf binary hooks
  160. # src:vendor/qcom/proprietary/android-perf/release/lib/<CPU arch>/libqc-opt.so
  161. ro.vendor.extension_library=/system/lib/libqc-opt.so
  162.  
  163. # System property for cabl
  164. ro.qualcomm.cabl=1
  165.  
  166. #
  167. # ADDITIONAL_BUILD_PROPERTIES
  168. #
  169. drm.service.enabled=true
  170. htc.audio.alt.enable=0
  171. htc.audio.hac.enable=1
  172. htc.audio.beats.state=0
  173. lpa.decode=true
  174. lpa.use-stagefright=true
  175. htc.audio.q6.topology=0
  176. ro.com.google.clientidbase=android-htc
  177. ro.com.google.locationfeatures=1
  178. ro.com.google.networklocation=1
  179. ro.com.google.gmsversion=2.3_r3
  180. keyguard.no_require_sim=true
  181. ro.setupwizard.enable_bypass=1
  182. dalvik.vm.lockprof.threshold=500
  183. dalvik.vm.dexopt-flags=m=y
  184. ro.vold.umsdirtyratio=20
  185. ro.com.android.dateformat=MM-dd-yyyy
  186. persist.sys.usb.config=adb
  187. ro.config.ringtone=MI.ogg
  188. ro.config.notification_sound=FadeIn.ogg
  189. ro.config.alarm_alert=ClassicAlarm.ogg
  190. media.a1026.nsForVoiceRec=0
  191. htc.audio.alt.enable=0
  192. htc.audio.hac.enable=1
  193. htc.audio.beats.state=0
  194. lpa.decode=true
  195. lpa.use-stagefright=true
  196. htc.audio.q6.topology=0
  197. ro.setupwizard.mode=OPTIONAL
  198. net.bt.name=Android
  199. dalvik.vm.stack-trace-file=/data/anr/traces.txt
  200.  
  201. # Additional build.prop tweaks
  202.  
  203. # Render UI with GPU
  204. debug.sf.hw=1
  205. windowsmgr.max_events_per_sec=250
  206. ro.HOME_APP_ADJ=1
  207.  
  208. # Increase overall touch responsiveness
  209. debug.performance.tuning=1
  210. video.accelerate.hw=1
  211. persist.sys.composition.type=gpu
  212.  
  213. # Disable debugging notify icon on statusbar
  214. persist.adb.notify=0
  215.  
  216. # Disable checkin services, error reporting and logging
  217. ro.config.htc.nocheckin=1
  218. ro.config.nocheckin=1
  219. profiler.force_disable_err_rpt=1
  220. profiler.force_disable_ulog=1
  221. ro.kernel.android.checkjni=0
  222.  
  223. # Improve overall media quality
  224. ro.media.enc.jpeg.quality=100
  225. ro.media.dec.jpeg.memcap=8000000
  226. ro.media.enc.hprof.vid.bps=8000000
  227.  
  228. # Tweaks for battery saving
  229. pm.sleep_mode=1
  230.  
  231. # For ext4 file system
  232. ro.ext4fs=1
  233.  
  234. # Turn on Just In Time in dalvik virtual machine
  235. dalvik.vm.execution-mode=int:jit
  236.  
  237. #Bravia Engine Service
  238. ro.service.swiqi.supported=true
  239. persist.service.swiqi.enable=1
Add Comment
Please, Sign In to add comment