Added new boot animation and removed overlays for now.
Signed-off-by: iceandfire <arhamjamal@gmail.com>
diff --git a/overlay/common/frameworks/base/core/res/res/values/arrays.xml b/overlay/common/frameworks/base/core/res/res/values/arrays.xml
deleted file mode 100644
index 0e84973..0000000
--- a/overlay/common/frameworks/base/core/res/res/values/arrays.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <!-- reboot options -->
- <string-array name="reboot_options">
- <item>@string/reboot</item>
- <item>@string/reboot_recovery</item>
- <item>@string/reboot_bootloader</item>
- </string-array>
-
- <!-- reboot values -->
- <string-array name="reboot_values">
- <item></item>
- <item>recovery</item>
- <item>bootloader</item>
- </string-array>
-</resources>
-
diff --git a/overlay/common/frameworks/base/core/res/res/values/bools.xml b/overlay/common/frameworks/base/core/res/res/values/bools.xml
deleted file mode 100644
index ce0734d..0000000
--- a/overlay/common/frameworks/base/core/res/res/values/bools.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<resources>
-
-
-<!-- Set Dual-Pane Mode to true for tablets -->
- <bool name="preferences_prefer_dual_pane">false</bool>
-
-</resources>
-
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
deleted file mode 100644
index fe96890..0000000
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 2009, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
--->
-
-<resources>
-
- <!-- If true, the screen can be rotated via the accelerometer in all 4
- rotations as the default behavior. -->
- <bool name="config_allowAllRotations">true</bool>
-
-</resources>
-
diff --git a/overlay/common/packages/apps/Gallery/res/drawable-hdpi/ic_launcher_gallery.png b/overlay/common/packages/apps/Gallery/res/drawable-hdpi/ic_launcher_gallery.png
deleted file mode 100644
index 34410f8..0000000
--- a/overlay/common/packages/apps/Gallery/res/drawable-hdpi/ic_launcher_gallery.png
+++ /dev/null
Binary files differ
diff --git a/overlay/common/packages/apps/Gallery/res/drawable-mdpi/ic_launcher_gallery.png b/overlay/common/packages/apps/Gallery/res/drawable-mdpi/ic_launcher_gallery.png
deleted file mode 100644
index 3a701bc..0000000
--- a/overlay/common/packages/apps/Gallery/res/drawable-mdpi/ic_launcher_gallery.png
+++ /dev/null
Binary files differ
diff --git a/overlay/maguro/packages/apps/ROMControl/res/values/arrays.xml b/overlay/maguro/packages/apps/ROMControl/res/values/arrays.xml
deleted file mode 100644
index 05d4b43..0000000
--- a/overlay/maguro/packages/apps/ROMControl/res/values/arrays.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string-array name="available_toggles_entries">
- <item>ROTATE</item>
- <item>BT</item>
- <item>GPS</item>
- <item>WIFI</item>
- <item>AIRPLANE_MODE</item>
- <item>VIBRATE</item>
- <item>SILENT</item>
- <item>SYNC</item>
- <item>DATA</item>
- <item>2G</item>
- <item>AP</item>
- <item>TETHER</item>
- <item>TORCH</item>
- <item>NFC</item>
- <item>SWAGGER</item>
- <item>FCHARGE</item>
- </string-array>
-
- <string-array name="available_toggles_values">
- <item>@string/toggle_auto_rotate</item>
- <item>@string/toggle_bluetooth</item>
- <item>@string/toggle_gps</item>
- <item>@string/toggle_wifi</item>
- <item>@string/toggle_airplane_mode</item>
- <item>@string/toggle_vibrate</item>
- <item>@string/toggle_silent</item>
- <item>@string/toggle_sync</item>
- <item>@string/toggle_data</item>
- <item>@string/toggle_2g</item>
- <item>@string/toggle_wifi_ap</item>
- <item>@string/toggle_usb_tether</item>
- <item>@string/toggle_torch</item>
- <item>@string/toggle_nfc</item>
- <item>@string/toggle_swagger</item>
- <item>@string/toggle_fast_charge</item>
- </string-array>
-
-</resources>
diff --git a/overlay/tuna/packages/apps/ROMControl/res/values/arrays.xml b/overlay/tuna/packages/apps/ROMControl/res/values/arrays.xml
deleted file mode 100644
index 766d1b1..0000000
--- a/overlay/tuna/packages/apps/ROMControl/res/values/arrays.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string-array name="navigation_bar_qty_entries">
- <item>1</item>
- <item>2</item>
- <item>3</item>
- <item>4</item>
- <item>5</item>
- <item>6</item>
- <item>7</item>
- </string-array>
-
- <string-array name="navigation_bar_qty_values" translatable="false">
- <item>1</item>
- <item>2</item>
- <item>3</item>
- <item>4</item>
- <item>5</item>
- <item>6</item>
- <item>7</item>
- </string-array>
-</resources>
diff --git a/overlay/tuna/packages/apps/ROMControl/res/values/arrays.xml~ b/overlay/tuna/packages/apps/ROMControl/res/values/arrays.xml~
deleted file mode 100644
index e69de29..0000000
--- a/overlay/tuna/packages/apps/ROMControl/res/values/arrays.xml~
+++ /dev/null
diff --git a/overlay/tuna/packages/apps/ROMControl/res/values/config.xml b/overlay/tuna/packages/apps/ROMControl/res/values/config.xml
deleted file mode 100644
index 9a22afb..0000000
--- a/overlay/tuna/packages/apps/ROMControl/res/values/config.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <!-- Whether or not to display the notification LED settings -->
- <bool name="has_notification_led">true</bool>
-
- <!-- Whether device has camera flash or torch capabilities -->
- <bool name="has_torch">true</bool>
-
- <!-- Whether device has hardware buttons -->
- <bool name="has_hardware_buttons">false</bool>
-
- <!-- Whether can use fast chage -->
- <bool name="has_fast_charge">true</bool>
-
- <!-- Whether can use color tuning -->
- <bool name="has_color_tuning">true</bool>
-</resources>
diff --git a/products/common_versions.mk b/products/common_versions.mk
index 2a12741..22d9775 100644
--- a/products/common_versions.mk
+++ b/products/common_versions.mk
@@ -1,5 +1,5 @@
# Version information used on all builds
-PRODUCT_BUILD_PROP_OVERRIDES += BUILD_DISPLAY_ID=JZO54K BUILD_VERSION_TAGS=release-keys USER=android-build BUILD_UTC_DATE=$(shell date +"%s")
+PRODUCT_BUILD_PROP_OVERRIDES += BUILD_DISPLAY_ID=JOP40C BUILD_VERSION_TAGS=release-keys USER=android-build BUILD_UTC_DATE=$(shell date +"%s")
# Rom Manager properties
PRODUCT_PROPERTY_OVERRIDES += \
diff --git a/proprietary/grouper/media/bootanimation.zip b/proprietary/grouper/media/bootanimation.zip
index 32084a6..699bd0f 100644
--- a/proprietary/grouper/media/bootanimation.zip
+++ b/proprietary/grouper/media/bootanimation.zip
Binary files differ
diff --git a/proprietary/tuna/media/bootanimation.zip b/proprietary/tuna/media/bootanimation.zip
index e675ed9..699bd0f 100644
--- a/proprietary/tuna/media/bootanimation.zip
+++ b/proprietary/tuna/media/bootanimation.zip
Binary files differ