Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created December 17, 2014 17:00
Show Gist options
  • Save invisiblek/fe6274d1ff0c451a00f9 to your computer and use it in GitHub Desktop.
Save invisiblek/fe6274d1ff0c451a00f9 to your computer and use it in GitHub Desktop.
diff --git a/ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java b/ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java
index 44e18de..c7872f6 100644
--- a/ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java
+++ b/ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java
@@ -136,7 +136,7 @@ public class LgeLteRIL extends RIL implements CommandsInterface {
}
// Trigger socket reset if RIL connect is called again
SystemProperties.set("ril.socket.reset", "1");
- setPreferredNetworkType(mPreferredNetworkType, null);
+// setPreferredNetworkType(mPreferredNetworkType, null);
setCdmaSubscriptionSource(mCdmaSubscription, null);
notifyRegistrantsRilConnectionChanged(((int[])ret)[0]);
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment