| # |
| # system.prop for speedy |
| # |
| |
| debug.fb.rgb565 = 0 |
| |
| rild.libpath=/system/lib/libhtc_ril.so |
| ro.telephony.default_network = 4 |
| gsm.sim.operator.alpha = sprint |
| gsm.sim.operator.numeric = 310120 |
| gsm.sim.operator.iso-country = us |
| gsm.operator.alpha = sprint |
| gsm.operator.numeric = 310120 |
| gsm.operator.iso-country = us |
| |
| #Modify MTU from 1500 to 1472 on 3G network |
| ro.ril.set.mtu1472 = 1 |
| |
| net.tcp.buffersize.wimax = 4096,221184,524288,4096,16384,110208 |
| |
| wifi.interface = wlan0 |
| wifi.supplicant_scan_interval=45 |
| ro.com.google.locationfeatures = 1 |
| |
| # density in DPI of the LCD of this board. This is used to scale the UI |
| # appropriately. If this property is not defined, the default value is 160 dpi. |
| ro.sf.lcd_density = 240 |
| |
| # For auto backlight default value |
| settings.display.autobacklight=1 |
| |
| # For the default value of agps |
| ro.ril.def.agps.mode = 2 |
| |
| # The OpenGL ES API level that is natively supported by this device. |
| # This is a 16.16 fixed point number |
| ro.opengles.version = 131072 |
| |
| # This is a high density device with more memory, so larger vm heaps for it. |
| dalvik.vm.heapsize=32m |
| |
| # Make cdma voicemail the default voicemail number. |
| ro.cdma.voicemail.number = mine |
| |
| mobiledata.interfaces=rmnet0,eth0,gprs,ppp0,wimax0 |