Quote:
Originally Posted by muziling
In com\android\internal\telephony\cdma\CdmaServiceSta teTracker.java, there is one line:
So ro.cdma.home.operator.numeric need to be set by ril, but ril has no privilige, so property_set("net.gprs.local-ip", "0.0.0.0"); will fail too.
|
Nope, because ril has the permissions to modify net.grps. and net.ppp
system/core/init/property_service.c
{ "net.gprs.", AID_RADIO, 0 },
{ "net.ppp", AID_RADIO, 0 },