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
|