Surely many of you will want to know how to disable Data Connection at the first boot for your ROM :)
You need to put ro.com.android.mobiledata=false in # RIL, telephony before ro.com.android.dataroaming=false
Here's a piece of my FutureNext build.prop:
Thanks to mnemonyc :D
You need to put ro.com.android.mobiledata=false in # RIL, telephony before ro.com.android.dataroaming=false
Here's a piece of my FutureNext build.prop:
Code:
# RIL, telephony
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/smd0
ro.telephony.default_network=0
ro.com.android.mobiledata=false
ro.com.android.dataroaming=false
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.telephony.ril_class=SamsungMSMRIL
mobiledata.interfaces=pdp0,gprs,ppp0
ro.ril.disable.power.collapse=0
DEVICE_PROVISIONED=1