Comment 1 for bug 1335249

Revision history for this message
Tony Espy (awe) wrote :

Here's an ofono gprs settings file that should provide working Internet connectivity for MetroPCS SIMs.

Here are the steps required to install:

adb into the phone and as root run this command:

# stop ofono

exit out of adb, and push the attached gprs file onto the phone:

% adb push gprs /var/lib/ofono/<IMSI>

where <IMSI> is your SubscriberIdentity. If you've only used one SIM card in the device, there should be only one directory in /var/lib/ofono ( note, ignore any of the directory with a -[1-9] suffix ).

if you're still unsure about SubscriberIdentity, you can find it by running the following command on the device, as root:

# /usr/share/ofono/scripts | grep SubscriberIdentity

after pushing the new gprs settings file, reboot the device:

$ adb shell reboot