diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn index ebc7d4f5..a90c3aca 100644 --- a/CHANGELOG.mkdn +++ b/CHANGELOG.mkdn @@ -1,3 +1,6 @@ +Replicant +========= + CyanogenMod =============== diff --git a/CONTRIBUTORS.mkdn b/CONTRIBUTORS.mkdn index f05c6e67..76a51dda 100644 --- a/CONTRIBUTORS.mkdn +++ b/CONTRIBUTORS.mkdn @@ -1,3 +1,9 @@ +Replicant +========= + +The full list of contributors to the Replicant code base must be very long since it is based on CyanogenMod and AOSP, which are both using third party projects. +However, a (non-exhaustive) list of people who specifically contribute(d) to Replicant is available at: + CyanogenMod =========== diff --git a/README.mkdn b/README.mkdn index 70489ab9..0b8bad79 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,3 +1,42 @@ +Replicant +========= + +About +----- + +Replicant is a fully free Android distribution running on several devices. +It is based on CyanogenMod and thus on the Android Open Source Project. + +Android includes software from various sources, released under different free software licenses. +Replicant attempts to remove or replace any non-free component (running on the main CPU) that is needed by Android, whenever this is possible. + +We are not experts in embedded devices, just a couple enthusiastic hackers that are giving a try. + +Credits +------- + +Replicant is based on CyanogenMod which is based on the Android Open Source Project . + +Contributors +------------ + +The full list of contributors to the Replicant code base must be very long since it is based on CyanogenMod and AOSP, which are both using third party projects. +However, a (non-exhaustive) list of people who specifically contribute(d) to Replicant is available at: + +Artwork copyright +----------------- + +Copyright 2011 Mirella Vedovetto +Copyright 2012 Paul Kocialkowski + +This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. + +Links +----- + +Website: +Wiki/Tracker: + CyanogenMod =========== diff --git a/config/cdma.mk b/config/cdma.mk index bd1a6994..15eb7f46 100644 --- a/config/cdma.mk +++ b/config/cdma.mk @@ -1,3 +1,3 @@ # CDMA APN list PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/etc/apns-conf-cdma.xml:system/etc/apns-conf.xml + vendor/replicant/prebuilt/common/etc/apns-conf-cdma.xml:system/etc/apns-conf.xml diff --git a/config/cm_audio.mk b/config/cm_audio.mk index 6e4f89f9..7d0f4d68 100644 --- a/config/cm_audio.mk +++ b/config/cm_audio.mk @@ -2,10 +2,10 @@ # CyanogenMod Audio Files # -ALARM_PATH := vendor/cm/prebuilt/common/media/audio/alarms -NOTIFICATION_PATH := vendor/cm/prebuilt/common/media/audio/notifications -RINGTONE_PATH := vendor/cm/prebuilt/common/media/audio/ringtones -UI_PATH := vendor/cm/prebuilt/common/media/audio/ui +ALARM_PATH := vendor/replicant/prebuilt/common/media/audio/alarms +NOTIFICATION_PATH := vendor/replicant/prebuilt/common/media/audio/notifications +RINGTONE_PATH := vendor/replicant/prebuilt/common/media/audio/ringtones +UI_PATH := vendor/replicant/prebuilt/common/media/audio/ui # Alarms PRODUCT_COPY_FILES += \ diff --git a/config/common.mk b/config/common.mk index f0fec566..c2db795c 100644 --- a/config/common.mk +++ b/config/common.mk @@ -1,61 +1,12 @@ -PRODUCT_BRAND ?= cyanogenmod +PRODUCT_BRAND ?= replicant --include vendor/cm-priv/keys.mk +-include vendor/replicant-priv/keys.mk SUPERUSER_EMBEDDED := true SUPERUSER_PACKAGE_PREFIX := com.android.settings.cyanogenmod.superuser -# To deal with CM9 specifications -# TODO: remove once all devices have been switched ifneq ($(TARGET_BOOTANIMATION_NAME),) -TARGET_SCREEN_DIMENSIONS := $(subst -, $(space), $(subst x, $(space), $(TARGET_BOOTANIMATION_NAME))) -ifeq ($(TARGET_SCREEN_WIDTH),) -TARGET_SCREEN_WIDTH := $(word 2, $(TARGET_SCREEN_DIMENSIONS)) -endif -ifeq ($(TARGET_SCREEN_HEIGHT),) -TARGET_SCREEN_HEIGHT := $(word 3, $(TARGET_SCREEN_DIMENSIONS)) -endif -endif - -ifneq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space)) - -# clear TARGET_BOOTANIMATION_NAME in case it was set for CM9 purposes -TARGET_BOOTANIMATION_NAME := - -# determine the smaller dimension -TARGET_BOOTANIMATION_SIZE := $(shell \ - if [ $(TARGET_SCREEN_WIDTH) -lt $(TARGET_SCREEN_HEIGHT) ]; then \ - echo $(TARGET_SCREEN_WIDTH); \ - else \ - echo $(TARGET_SCREEN_HEIGHT); \ - fi ) - -# get a sorted list of the sizes -bootanimation_sizes := $(subst .zip,, $(shell ls vendor/cm/prebuilt/common/bootanimation)) -bootanimation_sizes := $(shell echo -e $(subst $(space),'\n',$(bootanimation_sizes)) | sort -rn) - -# find the appropriate size and set -define check_and_set_bootanimation -$(eval TARGET_BOOTANIMATION_NAME := $(shell \ - if [ -z "$(TARGET_BOOTANIMATION_NAME)" ]; then - if [ $(1) -le $(TARGET_BOOTANIMATION_SIZE) ]; then \ - echo $(1); \ - exit 0; \ - fi; - fi; - echo $(TARGET_BOOTANIMATION_NAME); )) -endef -$(foreach size,$(bootanimation_sizes), $(call check_and_set_bootanimation,$(size))) - -PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/bootanimation/$(TARGET_BOOTANIMATION_NAME).zip:system/media/bootanimation.zip -endif - -ifdef CM_NIGHTLY -PRODUCT_PROPERTY_OVERRIDES += \ - ro.rommanager.developerid=cyanogenmodnightly -else -PRODUCT_PROPERTY_OVERRIDES += \ - ro.rommanager.developerid=cyanogenmod + PRODUCT_COPY_FILES += \ + vendor/replicant/prebuilt/common/bootanimation/$(TARGET_BOOTANIMATION_NAME).zip:system/media/bootanimation.zip endif PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0 @@ -77,46 +28,47 @@ endif # Copy over the changelog to the device PRODUCT_COPY_FILES += \ - vendor/cm/CHANGELOG.mkdn:system/etc/CHANGELOG-CM.txt + vendor/replicant/CHANGELOG.mkdn:system/etc/CHANGELOG-CM.txt # Backup Tool PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/bin/backuptool.sh:system/bin/backuptool.sh \ - vendor/cm/prebuilt/common/bin/backuptool.functions:system/bin/backuptool.functions \ - vendor/cm/prebuilt/common/bin/50-cm.sh:system/addon.d/50-cm.sh \ - vendor/cm/prebuilt/common/bin/blacklist:system/addon.d/blacklist + vendor/replicant/prebuilt/common/bin/backuptool.sh:system/bin/backuptool.sh \ + vendor/replicant/prebuilt/common/bin/backuptool.functions:system/bin/backuptool.functions \ + vendor/replicant/prebuilt/common/bin/50-cm.sh:system/addon.d/50-cm.sh \ + vendor/replicant/prebuilt/common/bin/blacklist:system/addon.d/blacklist # init.d support PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \ - vendor/cm/prebuilt/common/bin/sysinit:system/bin/sysinit + vendor/replicant/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \ + vendor/replicant/prebuilt/common/bin/sysinit:system/bin/sysinit # userinit support PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit + vendor/replicant/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit # SELinux filesystem labels PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/etc/init.d/50selinuxrelabel:system/etc/init.d/50selinuxrelabel + vendor/replicant/prebuilt/common/etc/init.d/50selinuxrelabel:system/etc/init.d/50selinuxrelabel # CM-specific init file PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/etc/init.local.rc:root/init.cm.rc + vendor/replicant/prebuilt/common/etc/init.local.rc:root/init.cm.rc # Compcache/Zram support PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/bin/compcache:system/bin/compcache \ - vendor/cm/prebuilt/common/bin/handle_compcache:system/bin/handle_compcache + vendor/replicant/prebuilt/common/bin/compcache:system/bin/compcache \ + vendor/replicant/prebuilt/common/bin/handle_compcache:system/bin/handle_compcache -# Terminal Emulator +# Prebuilt apps PRODUCT_COPY_FILES += \ - vendor/cm/proprietary/Term.apk:system/app/Term.apk \ - vendor/cm/proprietary/lib/armeabi/libjackpal-androidterm4.so:system/lib/libjackpal-androidterm4.so + vendor/replicant/prebuilt/common/apps/FDroid.apk:system/app/FDroid.apk \ + vendor/replicant/prebuilt/common/apps/Term.apk:system/app/Term.apk \ + vendor/replicant/prebuilt/common/apps/lib/armeabi/libjackpal-androidterm4.so:system/lib/libjackpal-androidterm4.so # Bring in camera effects PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \ - vendor/cm/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd + vendor/replicant/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \ + vendor/replicant/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd # Enable SIP+VoIP on all targets PRODUCT_COPY_FILES += \ @@ -128,14 +80,14 @@ PRODUCT_COPY_FILES += \ # This is CM! PRODUCT_COPY_FILES += \ - vendor/cm/config/permissions/com.cyanogenmod.android.xml:system/etc/permissions/com.cyanogenmod.android.xml + vendor/replicant/config/permissions/com.cyanogenmod.android.xml:system/etc/permissions/com.cyanogenmod.android.xml # Don't export PS1 in /system/etc/mkshrc. PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/etc/mkshrc:system/etc/mkshrc + vendor/replicant/prebuilt/common/etc/mkshrc:system/etc/mkshrc # T-Mobile theme engine -include vendor/cm/config/themes_common.mk +include vendor/replicant/config/themes_common.mk # Required CM packages PRODUCT_PACKAGES += \ @@ -159,12 +111,10 @@ PRODUCT_PACKAGES += \ DSPManager \ libcyanogen-dsp \ audio_effects.conf \ - CMWallpapers \ + ReplicantWallpapers \ Apollo \ - CMUpdater \ CMFileManager \ - LockClock \ - CMAccount + LockClock PRODUCT_PACKAGES += \ CellBroadcastReceiver @@ -201,52 +151,18 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ rsync -PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries -PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/common +PRODUCT_PACKAGE_OVERLAYS += vendor/replicant/overlay/dictionaries +PRODUCT_PACKAGE_OVERLAYS += vendor/replicant/overlay/common -PRODUCT_VERSION_MAJOR = 10 -PRODUCT_VERSION_MINOR = 1 -PRODUCT_VERSION_MAINTENANCE = 3 +PRODUCT_VERSION_MAJOR = 4 +PRODUCT_VERSION_MINOR = 2 +PRODUCT_VERSION_MAINTENANCE = 2 -# Set CM_BUILDTYPE -ifdef CM_NIGHTLY - CM_BUILDTYPE := NIGHTLY -endif -ifdef CM_EXPERIMENTAL - CM_BUILDTYPE := EXPERIMENTAL -endif -ifdef CM_RELEASE - CM_BUILDTYPE := RELEASE -endif - -ifdef CM_BUILDTYPE - ifdef CM_EXTRAVERSION - # Force build type to EXPERIMENTAL - CM_BUILDTYPE := EXPERIMENTAL - # Remove leading dash from CM_EXTRAVERSION - CM_EXTRAVERSION := $(shell echo $(CM_EXTRAVERSION) | sed 's/-//') - # Add leading dash to CM_EXTRAVERSION - CM_EXTRAVERSION := -$(CM_EXTRAVERSION) - endif -else - # If CM_BUILDTYPE is not defined, set to UNOFFICIAL - CM_BUILDTYPE := UNOFFICIAL - CM_EXTRAVERSION := -endif - -ifdef CM_RELEASE - CM_VERSION := $(PRODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR).$(PRODUCT_VERSION_MAINTENANCE)$(PRODUCT_VERSION_DEVICE_SPECIFIC)-$(CM_BUILD) -else - ifeq ($(PRODUCT_VERSION_MINOR),0) - CM_VERSION := $(PRODUCT_VERSION_MAJOR)-$(shell date -u +%Y%m%d)-$(CM_BUILDTYPE)-$(CM_BUILD)$(CM_EXTRAVERSION) - else - CM_VERSION := $(PRODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR)-$(shell date -u +%Y%m%d)-$(CM_BUILDTYPE)-$(CM_BUILD)$(CM_EXTRAVERSION) - endif -endif +REPLICANT_VERSION := "replicant-4.2" PRODUCT_PROPERTY_OVERRIDES += \ - ro.cm.version=$(CM_VERSION) \ - ro.modversion=$(CM_VERSION) + ro.cm.version=$(REPLICANT_VERSION) \ + ro.modversion=$(REPLICANT_VERSION) --include vendor/cm/sepolicy/sepolicy.mk +-include vendor/replicant/sepolicy/sepolicy.mk -include $(WORKSPACE)/hudson/image-auto-bits.mk diff --git a/config/common_full.mk b/config/common_full.mk index be4cfb92..97137925 100644 --- a/config/common_full.mk +++ b/config/common_full.mk @@ -1,5 +1,5 @@ # Inherit common CM stuff -$(call inherit-product, vendor/cm/config/common.mk) +$(call inherit-product, vendor/replicant/config/common.mk) # Bring in all audio files include frameworks/base/data/sounds/NewAudio.mk @@ -11,7 +11,7 @@ include frameworks/base/data/sounds/AudioPackageNewWave.mk $(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk) # Include CM audio files -include vendor/cm/config/cm_audio.mk +include vendor/replicant/config/cm_audio.mk # Optional CM packages PRODUCT_PACKAGES += \ diff --git a/config/common_full_phone.mk b/config/common_full_phone.mk index a1f974e4..a3af5ce9 100644 --- a/config/common_full_phone.mk +++ b/config/common_full_phone.mk @@ -1,5 +1,5 @@ # Inherit common CM stuff -$(call inherit-product, vendor/cm/config/common_full.mk) +$(call inherit-product, vendor/replicant/config/common_full.mk) # Default ringtone PRODUCT_PROPERTY_OVERRIDES += \ @@ -14,8 +14,7 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ system/bluetooth/data/main.conf:system/etc/bluetooth/main.conf - -ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space)) +ifeq ($(TARGET_BOOTANIMATION_NAME),) PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/bootanimation/480.zip:system/media/bootanimation.zip + vendor/replicant/prebuilt/common/bootanimation/vertical-480x800.zip:system/media/bootanimation.zip endif diff --git a/config/common_full_tablet_wifionly.mk b/config/common_full_tablet_wifionly.mk index 683a37d4..97305144 100644 --- a/config/common_full_tablet_wifionly.mk +++ b/config/common_full_tablet_wifionly.mk @@ -1,5 +1,5 @@ # Inherit common CM stuff -$(call inherit-product, vendor/cm/config/common_full.mk) +$(call inherit-product, vendor/replicant/config/common_full.mk) # Default ringtone PRODUCT_PROPERTY_OVERRIDES += \ @@ -11,7 +11,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_COPY_FILES += \ system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf -ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space)) +ifeq ($(TARGET_BOOTANIMATION_NAME),) PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip + vendor/replicant/prebuilt/common/bootanimation/horizontal-1280x800.zip:system/media/bootanimation.zip endif diff --git a/config/common_mini_phone.mk b/config/common_mini_phone.mk index ec5e2942..e72e34ab 100644 --- a/config/common_mini_phone.mk +++ b/config/common_mini_phone.mk @@ -1,11 +1,11 @@ # Inherit common CM stuff -$(call inherit-product, vendor/cm/config/common.mk) +$(call inherit-product, vendor/replicant/config/common.mk) # Bring in all audio files include frameworks/base/data/sounds/NewAudio.mk # Include CM audio files -include vendor/cm/config/cm_audio.mk +include vendor/replicant/config/cm_audio.mk # Default ringtone PRODUCT_PROPERTY_OVERRIDES += \ @@ -16,7 +16,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PACKAGES += \ Mms -ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space)) +ifeq ($(TARGET_BOOTANIMATION_NAME),) PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/bootanimation/320.zip:system/media/bootanimation.zip + vendor/replicant/prebuilt/common/bootanimation/vertical-320x480.zip:system/media/bootanimation.zip endif diff --git a/config/common_mini_tablet_wifionly.mk b/config/common_mini_tablet_wifionly.mk index 90600014..f29e41b1 100644 --- a/config/common_mini_tablet_wifionly.mk +++ b/config/common_mini_tablet_wifionly.mk @@ -1,11 +1,11 @@ # Inherit common CM stuff -$(call inherit-product, vendor/cm/config/common.mk) +$(call inherit-product, vendor/replicant/config/common.mk) # Bring in all audio files include frameworks/base/data/sounds/NewAudio.mk # Include CM audio files -include vendor/cm/config/cm_audio.mk +include vendor/replicant/config/cm_audio.mk # Default ringtone PRODUCT_PROPERTY_OVERRIDES += \ @@ -17,7 +17,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_COPY_FILES += \ system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf -ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space)) +ifeq ($(TARGET_BOOTANIMATION_NAME),) PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip + vendor/replicant/prebuilt/common/bootanimation/horizontal-1024x600.zip:system/media/bootanimation.zip endif diff --git a/config/gsm.mk b/config/gsm.mk index 58a8af56..98e7cee7 100644 --- a/config/gsm.mk +++ b/config/gsm.mk @@ -1,10 +1,10 @@ # GSM APN list PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml + vendor/replicant/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml # GSM SPN overrides list PRODUCT_COPY_FILES += \ - vendor/cm/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml + vendor/replicant/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml # SIM Toolkit PRODUCT_PACKAGES += \ diff --git a/config/nfc_enhanced.mk b/config/nfc_enhanced.mk index d9ea1024..63a9097f 100644 --- a/config/nfc_enhanced.mk +++ b/config/nfc_enhanced.mk @@ -1,3 +1,3 @@ # This device supports CM enhanced NFC PRODUCT_COPY_FILES += \ - vendor/cm/config/permissions/com.cyanogenmod.nfc.enhanced.xml:system/etc/permissions/com.cyanogenmod.nfc.enhanced.xml + vendor/replicant/config/permissions/com.cyanogenmod.nfc.enhanced.xml:system/etc/permissions/com.cyanogenmod.nfc.enhanced.xml diff --git a/config/themes_common.mk b/config/themes_common.mk index 919b4a11..975df927 100644 --- a/config/themes_common.mk +++ b/config/themes_common.mk @@ -5,4 +5,4 @@ PRODUCT_PACKAGES += \ com.tmobile.themes PRODUCT_COPY_FILES += \ - vendor/cm/config/permissions/com.tmobile.software.themes.xml:system/etc/permissions/com.tmobile.software.themes.xml + vendor/replicant/config/permissions/com.tmobile.software.themes.xml:system/etc/permissions/com.tmobile.software.themes.xml diff --git a/get-prebuilts b/get-prebuilts index 1d2b6df8..3c40e1c7 100755 --- a/get-prebuilts +++ b/get-prebuilts @@ -1,9 +1,9 @@ BASEDIR=`dirname $0` -mkdir -p $BASEDIR/proprietary - -# Get Android Terminal Emulator (we use a prebuilt so it can update from the Market) -curl -L -o $BASEDIR/proprietary/Term.apk -O -L http://jackpal.github.com/Android-Terminal-Emulator/downloads/Term.apk -unzip -o -d $BASEDIR/proprietary $BASEDIR/proprietary/Term.apk lib/* +# Get FDroid +curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L http://f-droid.org/FDroid.apk +# Get Android Terminal Emulator +curl -L -o $BASEDIR/prebuilt/common/apps/Term.apk -O -L http://f-droid.org/repo/jackpal.androidterm_54.apk +unzip -o -d $BASEDIR/prebuilt/common/apps/ $BASEDIR/prebuilt/common/apps/Term.apk lib/armeabi/libjackpal-androidterm4.so diff --git a/overlay/common/frameworks/base/core/res/res/drawable-hdpi/usb_android.png b/overlay/common/frameworks/base/core/res/res/drawable-hdpi/usb_android.png new file mode 100644 index 00000000..8dc05e3c Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-hdpi/usb_android.png differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-hdpi/usb_android_connected.png b/overlay/common/frameworks/base/core/res/res/drawable-hdpi/usb_android_connected.png new file mode 100644 index 00000000..0e7318cf Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-hdpi/usb_android_connected.png differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-ldpi/usb_android.png b/overlay/common/frameworks/base/core/res/res/drawable-ldpi/usb_android.png new file mode 100644 index 00000000..3fd694cc Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-ldpi/usb_android.png differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-ldpi/usb_android_connected.png b/overlay/common/frameworks/base/core/res/res/drawable-ldpi/usb_android_connected.png new file mode 100644 index 00000000..02348e49 Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-ldpi/usb_android_connected.png differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-mdpi/usb_android.png b/overlay/common/frameworks/base/core/res/res/drawable-mdpi/usb_android.png new file mode 100644 index 00000000..87283dc8 Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-mdpi/usb_android.png differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-mdpi/usb_android_connected.png b/overlay/common/frameworks/base/core/res/res/drawable-mdpi/usb_android_connected.png new file mode 100644 index 00000000..f8ae1200 Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-mdpi/usb_android_connected.png differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.jpg b/overlay/common/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.jpg index 4d812a09..61bd5b23 100644 Binary files a/overlay/common/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.jpg and b/overlay/common/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.jpg differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-sw600dp-nodpi/default_wallpaper.jpg b/overlay/common/frameworks/base/core/res/res/drawable-sw600dp-nodpi/default_wallpaper.jpg new file mode 100644 index 00000000..ae991b5f Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-sw600dp-nodpi/default_wallpaper.jpg differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-sw720dp-nodpi/default_wallpaper.jpg b/overlay/common/frameworks/base/core/res/res/drawable-sw720dp-nodpi/default_wallpaper.jpg new file mode 100644 index 00000000..ae991b5f Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-sw720dp-nodpi/default_wallpaper.jpg differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-xhdpi/default_wallpaper.jpg b/overlay/common/frameworks/base/core/res/res/drawable-xhdpi/default_wallpaper.jpg new file mode 100644 index 00000000..ae991b5f Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-xhdpi/default_wallpaper.jpg differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-xhdpi/usb_android.png b/overlay/common/frameworks/base/core/res/res/drawable-xhdpi/usb_android.png new file mode 100644 index 00000000..13446c53 Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-xhdpi/usb_android.png differ diff --git a/overlay/common/frameworks/base/core/res/res/drawable-xhdpi/usb_android_connected.png b/overlay/common/frameworks/base/core/res/res/drawable-xhdpi/usb_android_connected.png new file mode 100644 index 00000000..1fb9b05a Binary files /dev/null and b/overlay/common/frameworks/base/core/res/res/drawable-xhdpi/usb_android_connected.png differ diff --git a/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml index b5929d42..e0916320 100644 --- a/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml +++ b/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml @@ -18,7 +18,9 @@ --> com.google.android.backup/.BackupTransportService - + true + true + true 2 @@ -27,5 +29,4 @@ 1 #Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.android.mms/.ui.ConversationList;S.icon_resource=ic_lockscreen_sms_normal;end|#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.andrew.apollo/.ui.activities.HomeActivity;S.icon_resource=ic_lockscreen_music_normal;end|#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.android.contacts/.activities.DialtactsActivity;S.icon_resource=ic_lockscreen_phone_normal;end|#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.android.browser/.BrowserActivity;S.icon_resource=ic_lockscreen_browser_normal;end - diff --git a/overlay/common/packages/apps/Settings/res/values-af/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-af/cm_strings.xml new file mode 100644 index 00000000..ecafd953 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-af/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant weergawe + Onbekend + "Wysiging van hierdie instelling kan teen jou staat of regerings wette wees.\n\nRaak ""OK"" om hierdie waarskuwing en kwytskelding te aanvaar en Replicant en sy bydraers te vrywaar van alle wetlike verpligtinge." + diff --git a/overlay/common/packages/apps/Settings/res/values-ca/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-ca/cm_strings.xml new file mode 100644 index 00000000..061c1c43 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-ca/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant versió + Desconegut + Canviar aquest ajust podria anar en contra del teu país o les lleis nacionals.\n\nSeleccionant \'OK\', declares conèixer aquesta alerta i renuncies, i alliberes a Replicant i els seus contribuïdors de totes les responsabilitat legals. + diff --git a/overlay/common/packages/apps/Settings/res/values-cs/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-cs/cm_strings.xml new file mode 100644 index 00000000..85bec0de --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-cs/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Verze Replicantu + Neznámá + Změnou tohoto nastavení může dojít k porušení práva dané země.\n\nPotvrzení tlačítka \'OK\' níže přijímáte toto varování a zprošťujete povinnost jakéhokoliv odškodnění v případě újmy. + diff --git a/overlay/common/packages/apps/Settings/res/values-da/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-da/cm_strings.xml new file mode 100644 index 00000000..ff12b322 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-da/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant-version + Ukendt + At ændre denne indstilling kan være imod loven.\n\nVed at vælge \'OK\' herunder anerkender du denne advarsel og ophæver, sikrer og holder Replicant og dens bidragydere skadesløse fra alle juridiske forpligtelser. + diff --git a/overlay/common/packages/apps/Settings/res/values-de/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-de/cm_strings.xml new file mode 100644 index 00000000..869f1d99 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-de/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant-Version + Unbekannt + Das Deaktivieren dieser Funktion kann gegen geltendes Recht verstoßen.\n\nDurch Ihre Bestätigung erklären Sie, dass Sie Replicant sowie alle daran Mitwirkenden von sämtlichen damit verbunden rechtlichen Verbindlichkeiten, u.A. Schadensersatzpflichten, befreien. + diff --git a/overlay/common/packages/apps/Settings/res/values-el/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-el/cm_strings.xml new file mode 100644 index 00000000..fda350fd --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-el/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Έκδοση Replicant + Άγνωστη + Η αλλαγή αυτής της ρύθμισης μπορεί να είναι ενάντια στη νομοθεσία της πολιτείας ή της κυβέρνησης σας.\n\nΕπιλέγοντας \'OK\' παρακάτω, αποδέχεστε αυτή την προειδοποίηση και απαλλάσετε το Replicant και τους συνεργάτες του από όλες τις νομικές ευθύνες και υποχρεώσεις. + diff --git a/overlay/common/packages/apps/Settings/res/values-es/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-es/cm_strings.xml new file mode 100644 index 00000000..0f12411b --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-es/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Versión Replicant + Desconocida + Cambiar este ajuste puede ir en contra de la leyes de tu estado o país.\n\nPulsando \u00ABAceptar\u00BB, reconoces esta advertencia y eximes de cualquier responsabilidad legal a Replicant y sus colaboradores, renunciando así a cualquier reclamación por daños y perjuicios. + diff --git a/overlay/common/packages/apps/Settings/res/values-fi/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-fi/cm_strings.xml new file mode 100644 index 00000000..2611966d --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-fi/cm_strings.xml @@ -0,0 +1,19 @@ + + + + Replicant-versio + Tuntematon + diff --git a/overlay/common/packages/apps/Settings/res/values-fr/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-fr/cm_strings.xml new file mode 100644 index 00000000..f8544018 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-fr/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Version Replicant + Inconnue + Le changement de ce paramètre peut être interdit par les lois de votre gouvernement ou état.\n\nEn sélectionnant \'OK\' ci-dessous, vous reconnaissez avoir pris connaissance de cet avertissement, et vous dégagez Replicant et ses contributeurs de toutes responsabilités et de toutes obligations juridiques. + diff --git a/overlay/common/packages/apps/Settings/res/values-hu/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-hu/cm_strings.xml new file mode 100644 index 00000000..efd660b3 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-hu/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant verzió + Ismeretlen + A beállítás módosítása halláskárosodáshoz vezethet.\n\nAz \"OK\" gombbal Ön elfogadja ezt a figyelmeztetést és ezzel felmenti a Replicant csapatot és minden közreműködőt az esetleges jogi kötelezettségek alól. + diff --git a/overlay/common/packages/apps/Settings/res/values-it/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-it/cm_strings.xml new file mode 100644 index 00000000..92a7f5bb --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-it/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Versione Replicant + Sconoscito + Cambiare questa impostazione può essere contro le leggi del tuo stato/governo.\n\nPremendo \'OK\' più sotto, accetti quanto riportato in questo avviso, e dichiari di esonerare e sollevare Replicant e i suoi collaboratori da ogni responsabilità civile e penale. + diff --git a/overlay/common/packages/apps/Settings/res/values-iw/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-iw/cm_strings.xml new file mode 100644 index 00000000..a8bc80ad --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-iw/cm_strings.xml @@ -0,0 +1,19 @@ + + + + גרסת Replicant + לא ידועה + diff --git a/overlay/common/packages/apps/Settings/res/values-ja/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-ja/cm_strings.xml new file mode 100644 index 00000000..9f43d7c2 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-ja/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant バージョン + 不明 + この設定の変更は条例や法律に反しているかもしれません。\n\n\ここで\'OK\'を選択した場合、あなたはこの警告及び権利の放棄、Replicantとその貢献者に対する全ての法的責任からの免責に同意したことになります。 + diff --git a/overlay/common/packages/apps/Settings/res/values-ko/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-ko/cm_strings.xml new file mode 100644 index 00000000..364a3ab7 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-ko/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant 버전 + 알 수 없음 + 이 설정을 변경하는 것은 법에 저촉될 수 있습니다.\n\n아래 \'확인\'을 선택하면 귀하는 이 경고와 면책 사항을 모두 이해하였으며 Replicant와 그 기여자들에게 어떠한 법적 책임도 묻지 않는 것에 동의한 것으로 간주됩니다. + diff --git a/overlay/common/packages/apps/Settings/res/values-lt/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-lt/cm_strings.xml new file mode 100644 index 00000000..85818ccb --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-lt/cm_strings.xml @@ -0,0 +1,19 @@ + + + + Replicant versija + Nežinoma + diff --git a/overlay/common/packages/apps/Settings/res/values-nb/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-nb/cm_strings.xml new file mode 100644 index 00000000..a1c3fa12 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-nb/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant versjon + Ukjent + Å endre denne innstillingen kan være mot loven.\n\nVed å velge \'OK\' nedenfor, godtar du denne advarslen og opphevelsen, sikrer og holder Replicant og dens bidragsytere fra alle juridiske forpliktelser. + diff --git a/overlay/common/packages/apps/Settings/res/values-nl/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-nl/cm_strings.xml new file mode 100644 index 00000000..cc973cf2 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-nl/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant-versie + Onbekend + Het wijzigen van deze instelling kan in overtreding zijn met de regelgeving in uw staat/land.\n\nDoor te tikken op \'OK\' erkent u deze waarschuwing en doet u afstand van en vrijwaart u Replicant en/of haar bijdragers van alle wettelijke verplichtingen + diff --git a/overlay/common/packages/apps/Settings/res/values-pl/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-pl/cm_strings.xml new file mode 100644 index 00000000..85a555a5 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-pl/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Wersja Replicant + Nieznana + Zmiana tych ustawień może być niezgodna z lokalnym prawem.\n\nWybierając \'OK\' przyjmujesz to ostrzeżenie do wiadomości oraz odciążasz Replicant i jego twórców od wszystkich konsekwencji prawnych. + diff --git a/overlay/common/packages/apps/Settings/res/values-pt/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-pt/cm_strings.xml new file mode 100644 index 00000000..4e693da4 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-pt/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Versão Replicant + Desconhecida + Alterar esta configuração pode ser contra as leis do seu local.\n\nAo selecionar abaixo \'OK\', você reconhece este aviso e garantia, proteção e isenção ao Replicant e seus contribuintes de todas responsabilidades legais. + diff --git a/overlay/common/packages/apps/Settings/res/values-ro/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-ro/cm_strings.xml new file mode 100644 index 00000000..9fb7e9dc --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-ro/cm_strings.xml @@ -0,0 +1,19 @@ + + + + "Versiune Replicant" + "Necunoscută" + diff --git a/overlay/common/packages/apps/Settings/res/values-ru/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-ru/cm_strings.xml new file mode 100644 index 00000000..b5e33e3d --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-ru/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Версия Replicant + Неизвестно + Изменение этих настроек может противоречить законам Вашего государства.\n\nНажимая \"OK\" Вы соглашаетесь с этим предупреждением и освобождаете Replicant и всех его разработчиков от любых юридических обязательств. + diff --git a/overlay/common/packages/apps/Settings/res/values-sk/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-sk/cm_strings.xml new file mode 100644 index 00000000..48a63e2a --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-sk/cm_strings.xml @@ -0,0 +1,19 @@ + + + + Verzia Replicant-u + Neznáma + diff --git a/overlay/common/packages/apps/Settings/res/values-tr/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-tr/cm_strings.xml new file mode 100644 index 00000000..2146852d --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-tr/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant sürümü + Bilinmiyor + Bu ayaları değiştirme hükümet ya da eyaletinizin yasalarına aykırı olabilir.\n\nAşağıdan \'Tamam\' butonuna bastığınızda bu uyarı ve feragat\'ı dikkate aldığınız ve Replicant ve katkıcılarını her türlü cezai yükümlülükten sorumlu tutmayacağınızı kabul ediyorsunuz. + diff --git a/overlay/common/packages/apps/Settings/res/values-uk/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-uk/cm_strings.xml new file mode 100644 index 00000000..407e9580 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-uk/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Версія Replicant + Невідомо + Зміна цих налаштувань може суперечити законам вашох країни.\n\nНатискаючи \"OK\" Ви погоджуєтесь із цим попередженням та звільняєте Replicant і всіх його розробників від любих юридичних зобов’язань. + diff --git a/overlay/common/packages/apps/Settings/res/values-zh-rCN/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values-zh-rCN/cm_strings.xml new file mode 100644 index 00000000..fd125fcf --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values-zh-rCN/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant 版本 + 未知 + 改变此设置可能在您所在的国家属于非法行为.\n\n选择 \'确定\' 意味着您已读此警告并放弃一切起诉权, 保证 Replicant 及其贡献者免于受罚并且不承担任何法律责任. + diff --git a/overlay/common/packages/apps/Settings/res/values/cm_strings.xml b/overlay/common/packages/apps/Settings/res/values/cm_strings.xml new file mode 100644 index 00000000..cbbe1517 --- /dev/null +++ b/overlay/common/packages/apps/Settings/res/values/cm_strings.xml @@ -0,0 +1,20 @@ + + + + Replicant version + Unknown + Changing this setting may be against your state or government laws.\n\nIn selecting \'OK\' below, you acknowledge this warning and waive, indemnify and hold harmless Replicant and its contributors from all legal liabilities. + diff --git a/overlay/common/packages/apps/Trebuchet/res/xml/default_workspace.xml b/overlay/common/packages/apps/Trebuchet/res/xml/default_workspace.xml new file mode 100644 index 00000000..faa1a6e7 --- /dev/null +++ b/overlay/common/packages/apps/Trebuchet/res/xml/default_workspace.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/prebuilt/common/apps/FDroid.apk b/prebuilt/common/apps/FDroid.apk new file mode 100644 index 00000000..fa66c1fa Binary files /dev/null and b/prebuilt/common/apps/FDroid.apk differ diff --git a/prebuilt/common/apps/Term.apk b/prebuilt/common/apps/Term.apk new file mode 100644 index 00000000..17e1fd46 Binary files /dev/null and b/prebuilt/common/apps/Term.apk differ diff --git a/prebuilt/common/apps/lib/armeabi/libjackpal-androidterm4.so b/prebuilt/common/apps/lib/armeabi/libjackpal-androidterm4.so new file mode 100644 index 00000000..6d772288 Binary files /dev/null and b/prebuilt/common/apps/lib/armeabi/libjackpal-androidterm4.so differ diff --git a/prebuilt/common/bootanimation/1080.zip b/prebuilt/common/bootanimation/1080.zip deleted file mode 100644 index 92570571..00000000 Binary files a/prebuilt/common/bootanimation/1080.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/1200.zip b/prebuilt/common/bootanimation/1200.zip deleted file mode 100644 index 005cf6dc..00000000 Binary files a/prebuilt/common/bootanimation/1200.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/240.zip b/prebuilt/common/bootanimation/240.zip deleted file mode 100644 index ed19d27b..00000000 Binary files a/prebuilt/common/bootanimation/240.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/320.zip b/prebuilt/common/bootanimation/320.zip deleted file mode 100644 index e3e4983e..00000000 Binary files a/prebuilt/common/bootanimation/320.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/360.zip b/prebuilt/common/bootanimation/360.zip deleted file mode 100644 index d4d101d7..00000000 Binary files a/prebuilt/common/bootanimation/360.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/480.zip b/prebuilt/common/bootanimation/480.zip deleted file mode 100644 index eb0131b6..00000000 Binary files a/prebuilt/common/bootanimation/480.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/540.zip b/prebuilt/common/bootanimation/540.zip deleted file mode 100644 index fedd73e9..00000000 Binary files a/prebuilt/common/bootanimation/540.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/600.zip b/prebuilt/common/bootanimation/600.zip deleted file mode 100644 index e1cd774d..00000000 Binary files a/prebuilt/common/bootanimation/600.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/720.zip b/prebuilt/common/bootanimation/720.zip deleted file mode 100644 index 1658582d..00000000 Binary files a/prebuilt/common/bootanimation/720.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/768.zip b/prebuilt/common/bootanimation/768.zip deleted file mode 100644 index adb8d6f9..00000000 Binary files a/prebuilt/common/bootanimation/768.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/800.zip b/prebuilt/common/bootanimation/800.zip deleted file mode 100644 index fec239a8..00000000 Binary files a/prebuilt/common/bootanimation/800.zip and /dev/null differ diff --git a/prebuilt/common/bootanimation/horizontal-1024x600.zip b/prebuilt/common/bootanimation/horizontal-1024x600.zip new file mode 100644 index 00000000..5987b8e1 Binary files /dev/null and b/prebuilt/common/bootanimation/horizontal-1024x600.zip differ diff --git a/prebuilt/common/bootanimation/horizontal-1024x768.zip b/prebuilt/common/bootanimation/horizontal-1024x768.zip new file mode 100644 index 00000000..da5fb5c6 Binary files /dev/null and b/prebuilt/common/bootanimation/horizontal-1024x768.zip differ diff --git a/prebuilt/common/bootanimation/horizontal-1280x800.zip b/prebuilt/common/bootanimation/horizontal-1280x800.zip new file mode 100644 index 00000000..50571e81 Binary files /dev/null and b/prebuilt/common/bootanimation/horizontal-1280x800.zip differ diff --git a/prebuilt/common/bootanimation/vertical-240x320.zip b/prebuilt/common/bootanimation/vertical-240x320.zip new file mode 100644 index 00000000..7ed95e0b Binary files /dev/null and b/prebuilt/common/bootanimation/vertical-240x320.zip differ diff --git a/prebuilt/common/bootanimation/vertical-320x480.zip b/prebuilt/common/bootanimation/vertical-320x480.zip new file mode 100644 index 00000000..7aea6763 Binary files /dev/null and b/prebuilt/common/bootanimation/vertical-320x480.zip differ diff --git a/prebuilt/common/bootanimation/vertical-480x800.zip b/prebuilt/common/bootanimation/vertical-480x800.zip new file mode 100644 index 00000000..2a9e9caa Binary files /dev/null and b/prebuilt/common/bootanimation/vertical-480x800.zip differ diff --git a/prebuilt/common/bootanimation/vertical-480x854.zip b/prebuilt/common/bootanimation/vertical-480x854.zip new file mode 100644 index 00000000..7223626f Binary files /dev/null and b/prebuilt/common/bootanimation/vertical-480x854.zip differ diff --git a/prebuilt/common/bootanimation/vertical-540x960.zip b/prebuilt/common/bootanimation/vertical-540x960.zip new file mode 100644 index 00000000..1fd9b0fb Binary files /dev/null and b/prebuilt/common/bootanimation/vertical-540x960.zip differ diff --git a/prebuilt/common/bootanimation/vertical-600x1024.zip b/prebuilt/common/bootanimation/vertical-600x1024.zip new file mode 100644 index 00000000..f3af2742 Binary files /dev/null and b/prebuilt/common/bootanimation/vertical-600x1024.zip differ diff --git a/prebuilt/common/bootanimation/vertical-720x1280.zip b/prebuilt/common/bootanimation/vertical-720x1280.zip new file mode 100644 index 00000000..5a13e484 Binary files /dev/null and b/prebuilt/common/bootanimation/vertical-720x1280.zip differ diff --git a/prebuilt/common/bootanimation/vertical-800x1280.zip b/prebuilt/common/bootanimation/vertical-800x1280.zip new file mode 100644 index 00000000..1074637c Binary files /dev/null and b/prebuilt/common/bootanimation/vertical-800x1280.zip differ diff --git a/sepolicy/sepolicy.mk b/sepolicy/sepolicy.mk index 2defe789..255cc1f0 100644 --- a/sepolicy/sepolicy.mk +++ b/sepolicy/sepolicy.mk @@ -4,7 +4,7 @@ # BOARD_SEPOLICY_DIRS := \ - vendor/cm/sepolicy + vendor/replicant/sepolicy BOARD_SEPOLICY_UNION := \ mac_permissions.xml diff --git a/targets b/targets new file mode 100644 index 00000000..e69de29b diff --git a/vendorsetup.sh b/vendorsetup.sh index 36c7fd92..6af7d0fe 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1,4 +1,4 @@ -for combo in $(curl -s https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-10.1 | awk {'print $1'}) +for combo in $(cat vendor/replicant/targets) do add_lunch_combo $combo done