View Single Post
  #4 (permalink)  
Old 04-05-2011, 07:58 PM
ndno's Avatar
ndno
VIP Member
Offline
 
Join Date: Jan 2010
Posts: 421
Reputation: 3570
ndno is still contributing even after becoming a VIPndno is still contributing even after becoming a VIPndno is still contributing even after becoming a VIPndno is still contributing even after becoming a VIPndno is still contributing even after becoming a VIPndno is still contributing even after becoming a VIPndno is still contributing even after becoming a VIPndno is still contributing even after becoming a VIPndno is still contributing even after becoming a VIPndno is still contributing even after becoming a VIPndno is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to set CDMA APNs with new more stable ril

If anything, thanks for the heads up and link to the XDA site. I don't visit XDA enough to know about this but it always helps when threads like these pop up.

@highlandsun, is the second post on your XDA link executed on the terminal under XDAndroid?

Quote:
To switch into CDMA mode with your current install

Code:
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
update secure set value='4' where name='preferred_network_mode';
.quit

Last edited by ndno; 04-05-2011 at 08:00 PM.
Reply With Quote