summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-11-06 18:18:20 +0100
committerMoyster <oysterized@gmail.com>2016-11-06 18:18:20 +0100
commit8222f598673b0241848149edf0d746fca6466cc9 (patch)
tree331e08038feadc6148f25e7473f615f51ef34f3a
parent6878b6780a2030f16c9c72d92d7396bfd305ed22 (diff)
move all patches to Moyster/android_device_mt6753_common
-rw-r--r--patches/apply-patch.sh6
-rw-r--r--patches/framework_opt_telephony/0002_mobile_data_patch_mt6753.patch20
2 files changed, 0 insertions, 26 deletions
diff --git a/patches/apply-patch.sh b/patches/apply-patch.sh
deleted file mode 100644
index c15cb6a..0000000
--- a/patches/apply-patch.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-cd ../../../..
-cd frameworks/opt/telephony
-git apply -v ../../../device/meizu/m2note/patches/framework_opt_telephony/0002_mobile_data_patch_mt6753.patch
-cd ../../..
-echo Patches Applied Successfully!
diff --git a/patches/framework_opt_telephony/0002_mobile_data_patch_mt6753.patch b/patches/framework_opt_telephony/0002_mobile_data_patch_mt6753.patch
deleted file mode 100644
index cfd428f..0000000
--- a/patches/framework_opt_telephony/0002_mobile_data_patch_mt6753.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-commit 0a52d87c422927dca260ad94aa00a6ddd4b2e727
-Author: Jan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de>
-Date: Sun Mar 6 00:46:17 2016 +0100
-
- fixed mobile data on MT6753
-
- Change-Id: Ieaa51f8b3d89733727c4e63baa50710b1adc0b83
-
-diff --git a/src/java/com/android/internal/telephony/RIL.java b/src/java/com/android/internal/telephony/RIL.java
-index 330679e..9ba3e64 100644
---- a/src/java/com/android/internal/telephony/RIL.java
-+++ b/src/java/com/android/internal/telephony/RIL.java
-@@ -3900,6 +3900,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
- dataCall.suggestedRetryTime = p.readInt();
- dataCall.cid = p.readInt();
- dataCall.active = p.readInt();
-+ dataCall.mtu = p.readInt(); // fix for mobile data on MT6753 SoC
- dataCall.type = p.readString();
- dataCall.ifname = p.readString();
- if ((dataCall.status == DcFailCause.NONE.getErrorCode()) &&