Created
May 26, 2015 03:46
-
-
Save aniruddha-adhikary/aeabec0b2df2c5f07cb3 to your computer and use it in GitHub Desktop.
mediatek mt65x2 dual SIM RIL support patch for frameworks/opt/telephony
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From fcb7e94b6c0adf7427326aa50e7f8a9267b1e5f6 Mon Sep 17 00:00:00 2001 | |
From: Aniruddha Adhikary <[email protected]> | |
Date: Tue, 26 May 2015 09:36:42 +0600 | |
Subject: [PATCH 1/1] telephony: add mediatek mt65x2 support | |
Change-Id: I8866ca89bb933bc1e57e5316c8579cf7b23294cb | |
--- | |
src/java/com/android/internal/telephony/RIL.java | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/src/java/com/android/internal/telephony/RIL.java b/src/java/com/android/internal/telephony/RIL.java | |
index 5aff2e9..dcf39e9 100644 | |
--- a/src/java/com/android/internal/telephony/RIL.java | |
+++ b/src/java/com/android/internal/telephony/RIL.java | |
@@ -299,7 +299,7 @@ public class RIL extends BaseCommands implements CommandsInterface { | |
static final int RESPONSE_SOLICITED = 0; | |
static final int RESPONSE_UNSOLICITED = 1; | |
- static final String[] SOCKET_NAME_RIL = {"rild", "rild1", "rild2"}; | |
+ static final String[] SOCKET_NAME_RIL = {"rild", "rild2", "rild1"}; | |
static final int SOCKET_OPEN_RETRY_MILLIS = 4 * 1000; | |
-- | |
1.9.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
এগুলা কি? খায় না মাথায় দেয়?
-- মোবাইলে দেয় ;)