elephone -> mediatek && p8000 -> mt6753_common

This commit is contained in:
Jan Engelmohr 2016-08-16 00:42:11 +02:00
parent 604971df95
commit 6cf8b0d41f
1 changed files with 19 additions and 19 deletions

View File

@ -1,40 +1,40 @@
#!/bin/bash
cd ../../../..
cd frameworks/av
git apply -v ../../device/elephone/p8000/patches/framework_av/0001-libmedia-stub-out-MTK-specific-bits-audio-working.patch
git apply -v ../../device/elephone/p8000/patches/framework_av/0002-camera.patch
git apply -v ../../device/elephone/p8000/patches/framework_av/0003-frameworks_av_fmradio_patch.patch
git apply -v ../../device/elephone/p8000/patches/framework_av/0001_engineering_mode_audio_settings_frameworks_av.patch
git apply -v ../../device/mediatek/mt6753_common/patches/framework_av/0001-libmedia-stub-out-MTK-specific-bits-audio-working.patch
git apply -v ../../device/mediatek/mt6753_common/patches/framework_av/0002-camera.patch
git apply -v ../../device/mediatek/mt6753_common/patches/framework_av/0003-frameworks_av_fmradio_patch.patch
git apply -v ../../device/mediatek/mt6753_common/patches/framework_av/0001_engineering_mode_audio_settings_frameworks_av.patch
cd ../..
cd frameworks/base
git apply -v ../../device/elephone/p8000/patches/framework_base/0001-location-support-GNSS-extension-presumably-from-MTK.patch
git apply -v ../../device/elephone/p8000/patches/framework_base/0002-location-add-some-logs-just-to-be-confident.patch
git apply -v ../../device/elephone/p8000/patches/framework_base/0003-location-style-fix.patch
git apply -v ../../device/elephone/p8000/patches/framework_base/0004_minimal_xlog_frameworks_base.patch
git apply -v ../../device/elephone/p8000/patches/framework_base/0005-Update-for-mtk.patch
git apply -v ../../device/elephone/p8000/patches/framework_base/0001_engineering_mode_audio_settings_frameworks_base.patch
git apply -v ../../device/mediatek/mt6753_common/patches/framework_base/0001-location-support-GNSS-extension-presumably-from-MTK.patch
git apply -v ../../device/mediatek/mt6753_common/patches/framework_base/0002-location-add-some-logs-just-to-be-confident.patch
git apply -v ../../device/mediatek/mt6753_common/patches/framework_base/0003-location-style-fix.patch
git apply -v ../../device/mediatek/mt6753_common/patches/framework_base/0004_minimal_xlog_frameworks_base.patch
git apply -v ../../device/mediatek/mt6753_common/patches/framework_base/0005-Update-for-mtk.patch
git apply -v ../../device/mediatek/mt6753_common/patches/framework_base/0001_engineering_mode_audio_settings_frameworks_base.patch
cd ../..
cd packages/apps/Settings/
git apply -v ../../../device/elephone/p8000/patches/packages_apps_Settings/0001-multisim.patch
git apply -v ../../../device/mediatek/mt6753_common/patches/packages_apps_Settings/0001-multisim.patch
cd ../../..
cd frameworks/opt/telephony
git apply -v ../../../device/elephone/p8000/patches/framework_opt_telephony/0001-Update-for-mtk.patch
git apply -v ../../../device/mediatek/mt6753_common/patches/framework_opt_telephony/0001-Update-for-mtk.patch
cd ../../..
cd hardware/libhardware
git apply -v ../../device/elephone/p8000/patches/hardware_libhardware/fix-gps-light-audio.patch
git apply -v ../../device/elephone/p8000/patches/hardware_libhardware/0001_engineering_mode_audio_settings_hardware_libhardware.patch
git apply -v ../../device/mediatek/mt6753_common/patches/hardware_libhardware/fix-gps-light-audio.patch
git apply -v ../../device/mediatek/mt6753_common/patches/hardware_libhardware/0001_engineering_mode_audio_settings_hardware_libhardware.patch
cd ../..
cd hardware/libhardware_legacy
git apply -v ../../device/elephone/p8000/patches/hardware_libhardware_legacy/patch-for-mtk.patch
git apply -v ../../device/mediatek/mt6753_common/patches/hardware_libhardware_legacy/patch-for-mtk.patch
cd ../..
cd packages/services/Telephony
git apply -v ../../../device/elephone/p8000/patches/packages_services_telephony/NeedsFakeIccid.patch
git apply -v ../../../device/mediatek/mt6753_common/patches/packages_services_telephony/NeedsFakeIccid.patch
cd ../../..
cd system/core
#git apply -v ../../device/elephone/p8000/patches/system_core/fix-boot-for-mtk.patch
git apply -v ../../device/elephone/p8000/patches/system_core/prevent-MTK-audio-and-silead-fingerprint-libs-from-spamming-log.patch
#git apply -v ../../device/mediatek/mt6753_common/patches/system_core/fix-boot-for-mtk.patch
git apply -v ../../device/mediatek/mt6753_common/patches/system_core/prevent-MTK-audio-and-silead-fingerprint-libs-from-spamming-log.patch
cd ../..
cd system/netd
git apply -v ../../device/elephone/p8000/patches/system_netd/hotpost-fix.patch
git apply -v ../../device/mediatek/mt6753_common/patches/system_netd/hotpost-fix.patch
cd ../..
echo Patches Applied Successfully!