Advertisement
mgross029

Untitled

Oct 13th, 2011
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # Default network type
  2. # 0 => WCDMA Preferred.
  3. # 4 => CDMA w/EVDO
  4. ro.telephony.default_network = 4
  5.  
  6. dalvik.vm.execution-mode = int:jit
  7.  
  8. #
  9. # ADDITIONAL_BUILD_PROPERTIES
  10. #
  11. ro.opengles.version=65537
  12. dalvik.vm.heapsize=32m
  13. keyguard.no_require_sim=true
  14. ro.com.android.dateformat=MM-dd-yyyy
  15. ro.com.android.dataroaming=true
  16. ro.cdma.home.operator.numeric=310004
  17. ro.cdma.home.operator.alpha=Verizon
  18. ro.ril.hsxpa=1
  19. ro.ril.gprsclass=10
  20. wifi.interface=tiwlan0
  21. wifi.supplicant_scan_interval=15
  22. ro.config.notification_sound=OnTheHunt.ogg
  23. ro.config.alarm_alert=Alarm_Classic.ogg
  24. dalvik.vm.lockprof.threshold=500
  25. net.bt.name=Android
  26. dalvik.vm.stack-trace-file=/data/anr/traces.txt
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement