Quote:
Originally Posted by ndno
Ok, thanks. I'll just back up the db file, apply the sqlite command then; if I need to go back I have my backup db file.
|
I guess that works. All you need to do is set the value back to '0'...
Quote:
EDIT2: OK, I can call now but I'm still in roaming mode . However, I can't add an APN as specified in the first post. The "Mobile network settings" look different than what I usually see:
There's no option to add an APN; I just get the menu above.
|
I've written a patch for the Phone.apk that will enable the APN menu in CDMA mode, but stinebd hasn't picked it up yet. For now you'll just have to switch back to GSM mode to add the APN. You need to have the MCC/MNC of your operator, along with any other relevant info needed to make a data connection (username, password...). For most CDMA operators you don't actually need any info, since the phone number is always #777 and most of them don't require username/password authentication.
For future reference: in fake GSM mode, the ril reports a hardcoded operator ID of 310995 to the phone. The default apn_conf.xml always has an APN defined for this ID, with #777 as the number. In real CDMA mode, you should probably add an APN with your own operator ID, but again, in most cases it won't make a difference.