Skip to content

Commit

Permalink
add new patch and some other potential fixes
Browse files Browse the repository at this point in the history
Change-Id: If07ed363d1856f663a75fa02fe9128fe57e94a9a
  • Loading branch information
Highwind1991 authored and judas77 committed Aug 8, 2015
1 parent b11c4a7 commit 98c81cb
Show file tree
Hide file tree
Showing 4 changed files with 716 additions and 1 deletion.
91 changes: 91 additions & 0 deletions patches/build/0001-remove-some-bloatware.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
From 2bc95971974821f78f8e5e5cd80fb0779c223c11 Mon Sep 17 00:00:00 2001
From: Kain Highwind <[email protected]>
Date: Tue, 21 Jul 2015 15:01:49 +0200
Subject: [PATCH] remove some bloatware

Change-Id: I28874abd47e1901eedc8d1f479df41c4f64c5b81
---
target/product/core.mk | 5 -----
target/product/emulator.mk | 12 ------------
target/product/generic_no_telephony.mk | 4 ----
3 files changed, 21 deletions(-)

diff --git a/target/product/core.mk b/target/product/core.mk
index a871780..7ba14fb 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -21,10 +21,8 @@
# core_tiny.mk in addition to core_minimal.mk.

PRODUCT_PACKAGES += \
- BasicDreams \
Browser \
Calculator \
- Calendar \
CalendarProvider \
CaptivePortalLogin \
CertInstaller \
@@ -32,8 +30,6 @@ PRODUCT_PACKAGES += \
DeskClock \
DocumentsUI \
DownloadProviderUi \
- Email \
- Exchange2 \
ExternalStorageProvider \
FusedLocation \
InputDevices \
@@ -46,7 +42,6 @@ PRODUCT_PACKAGES += \
libpac \
PrintSpooler \
ProxyHandler \
- QuickSearchBox \
Settings \
SharedStorageBackup \
Telecom \
diff --git a/target/product/emulator.mk b/target/product/emulator.mk
index 62099df..af5225f 100644
--- a/target/product/emulator.mk
+++ b/target/product/emulator.mk
@@ -25,7 +25,6 @@ PRODUCT_PACKAGES += \
# Device modules
PRODUCT_PACKAGES += \
egl.cfg \
- gralloc.goldfish \
libGLESv1_CM_emulation \
lib_renderControl_enc \
libEGL_emulation \
@@ -36,16 +35,5 @@ PRODUCT_PACKAGES += \
libGLESv1_enc \
qemu-props \
qemud \
- camera.goldfish \
- camera.goldfish.jpeg \
- lights.goldfish \
- gps.goldfish \
- sensors.goldfish \
e2fsck

-
-PRODUCT_COPY_FILES += \
- device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
- device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \
- device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \
- device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc
diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk
index a938a5f..68265d3 100644
--- a/target/product/generic_no_telephony.mk
+++ b/target/product/generic_no_telephony.mk
@@ -19,10 +19,6 @@

PRODUCT_PACKAGES := \
Bluetooth \
- Camera2 \
- Gallery2 \
- Music \
- MusicFX \
OneTimeInitializer \
Provision \
SystemUI \
--
1.9.1

4 changes: 4 additions & 0 deletions rootdir/init.w7.rc
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ on boot
# an ack packet comes out of order
write /proc/sys/net/netfilter/nf_conntrack_tcp_be_liberal 1

# setup permissions for IrRC UART
chown system system /dev/ttyHSL1
chmod 660 /dev/ttyHSL1

# NFC local data and nfcee xml storage
mkdir /data/nfc 0770 nfc nfc
mkdir /data/nfc/param 0770 nfc nfc
Expand Down
Loading

0 comments on commit 98c81cb

Please sign in to comment.