View Single Post
  #389 (permalink)  
Old 11-18-2011, 03:13 AM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Threadstarter
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (Latest version 1.2.3) - 400/500 Only

Quote:
Originally Posted by muziling View Post
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 },
__________________
Reply With Quote