Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

[GUIDE] How to disable Mobile Data Connection at first boot

$
0
0
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:
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

Thanks to mnemonyc :D

Viewing all articles
Browse latest Browse all 3614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>