Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. # begin build properties
  2. # autogenerated by buildinfo.sh
  3. # ericsson GPS interface
  4. # set the device for controlling the gps
  5. mbm.gps.config.gps_ctrl=/dev/cdc-wdm0
  6. # set the device for nmea data
  7. mbm.gps.config.gps_nmea=/dev/ttyACM2
  8. # set the desired mode
  9. # the available options are
  10. # MEGPS
  11. # SUPL
  12. # STANDALONE
  13. mbm.gps.config.gps_pref_mode=MEGPS
  14. # the following settings are only used for SUPL
  15. # enable network initiated requests
  16. mbm.gps.config.supl.enable_ni=yes
  17. # allow connecting to supl servers without certificates
  18. mbm.gps.config.supl.allow_uncert=yes
  19. # APN to be used for SUPL
  20. #mbm.gps.config.supl.apn=supl.apn.com
  21. # set if the apn requires a username
  22. mbm.gps.config.supl.username=test
  23. # set if the apn requires a password
  24. mbm.gps.config.supl.password=test
  25. #huawei specify GPS interface
  26. ro.kernel.gps.data=/dev/ttyUSB3
  27. ro.kernel.gps.ctl=/dev/ttyUSB4
  28. ro.build.id=FRF91
  29. ro.build.display.id=harmony-eng 2.2 FRF91 20110119.174401 test-keys
  30. ro.build.version.incremental=20110119.174401
  31. ro.build.version.sdk=8
  32. ro.build.version.codename=REL
  33. ro.build.version.release=2.2
  34. ro.build.date=δΈ‰ 1月 19 17:44:48 CST 2011
  35. ro.build.date.utc=1295430288
  36. ro.build.type=eng
  37. ro.build.user=fred
  38. ro.build.host=derek-server
  39. ro.build.tags=test-keys
  40. ro.product.model=EASYPAD
  41. ro.product.brand=nvidia
  42. ro.product.name=harmony
  43. ro.product.device=harmony
  44. ro.product.board=harmony
  45. ro.product.cpu.abi=armeabi-v7a
  46. ro.product.cpu.abi2=armeabi
  47. ro.product.manufacturer=nvidia
  48. ro.product.locale.language=en
  49. ro.product.locale.region=US
  50. ro.wifi.channels=
  51. ro.board.platform=tegra
  52. # ro.build.product is obsolete; use ro.product.device
  53. ro.build.product=harmony
  54. # Do not try to parse ro.build.description or .fingerprint
  55. ro.build.description=harmony-eng 2.2 FRF91 20110119.174401 test-keys
  56. ro.build.fingerprint=nvidia/harmony/harmony/harmony:2.2/FRF91/20110119.174401:eng/test-keys
  57. # end build properties
  58.  
  59. #
  60. # ADDITIONAL_BUILD_PROPERTIES
  61. #
  62. ro.config.notification_sound=OnTheHunt.ogg
  63. ro.config.alarm_alert=Alarm_Classic.ogg
  64. media.stagefright.enable-player=true
  65. media.stagefright.enable-meta=true
  66. media.stagefright.enable-scan=true
  67. media.stagefright.enable-http=true
  68. ro.config.sync=no
  69. ro.media.dec.vid.wmv.enabled=1
  70. ro.media.dec.aud.wma.enabled=1
  71. ro.media.enc.hprof.file.format=3gp
  72. ro.media.enc.hprof.aud.hz=44100
  73. ro.media.enc.hprof.aud.ch=2
  74. ro.media.enc.hprof.codec.aud=aac
  75. ro.media.enc.hprof.aud.bps=128000
  76. ro.browser.useragent=1
  77. persist.service.mount.umsauto=1
  78. #ro.kernel.android.checkjni=1
  79. ro.setupwizard.mode=OPTIONAL
  80. net.bt.name=Android
  81. dalvik.vm.stack-trace-file=/data/anr/traces.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement