Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4323929c authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

telephony: Add a RIL subclass for the LGE Star

Some hacks are just cleaner to do here...
Use the opportunity to implement working NITZ and
SET_NETWORK_SELECTION_MANUAL

Change-Id: Iafb15692df2b1a8500b070d9cca3a45452b7f7fd
parent ebc61e13
Loading
Loading
Loading
Loading
+959 −0

File added.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Diff line number Diff line
@@ -116,6 +116,9 @@ public class PhoneFactory {
                {
                    Log.i(LOG_TAG, "Using Samsung RIL");
                    sCommandsInterface = new SamsungRIL(context, networkMode, cdmaSubscription);
                } else if("lgestar".equals(sRILClassname)) {
                    Log.i(LOG_TAG, "Using LGE Star RIL");
                    sCommandsInterface = new LGEStarRIL(context, networkMode, cdmaSubscription);
                } else {
                    sCommandsInterface = new RIL(context, networkMode, cdmaSubscription);
                }