From bc7d4ec35e16b6b2d3e1b1fc1e310e885b875756 Mon Sep 17 00:00:00 2001 From: PaulK Date: Thu, 14 Jul 2011 16:42:12 +0200 Subject: The previous commit did not delete some files. This one fixes that. Change-Id: I635f23ca3c2a3a3c58211fe400a2e474939eac1c --- CHANGELOG | 1 - extract-gapps-files | 30 -------------------------- extract-google-files | 44 -------------------------------------- get-rommanager | 2 -- prebuilt/common/lib/libncurses.so | Bin 180824 -> 0 bytes prebuilt/common/xbin/bash | Bin 585760 -> 0 bytes prebuilt/common/xbin/nano | Bin 64068 -> 0 bytes 7 files changed, 77 deletions(-) delete mode 100644 CHANGELOG delete mode 100755 extract-gapps-files delete mode 100755 extract-google-files delete mode 100755 get-rommanager delete mode 100644 prebuilt/common/lib/libncurses.so delete mode 100755 prebuilt/common/xbin/bash delete mode 100755 prebuilt/common/xbin/nano diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 70508b9..0000000 --- a/CHANGELOG +++ /dev/null @@ -1 +0,0 @@ -Moved to http://github.com/CyanogenMod/android_vendor_cyanogen/blob/froyo/CHANGELOG.mkdn diff --git a/extract-gapps-files b/extract-gapps-files deleted file mode 100755 index ef99e52..0000000 --- a/extract-gapps-files +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash -# -# Extract gapps files from downloaded zip file. -# -# Just a replacement for get-google-files script. -# - -usage() { - cat << EOF -Usage: $0 -EOF -} - -if [ $# -lt 1 ]; then - usage - exit 1 -fi - -GAPPS="$1" - -cd `dirname $0` - -mkdir -p proprietary -mkdir tmp - -unzip -q -o -d tmp $GAPPS - -find tmp/system -type f -exec mv -v -f {} proprietary/ \; - -rm -rf tmp diff --git a/extract-google-files b/extract-google-files deleted file mode 100755 index 27de164..0000000 --- a/extract-google-files +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/bash - -cd `dirname $0` -mkdir -p proprietary - -adb pull /system/app/CarHomeGoogle.apk proprietary -adb pull /system/app/CarHomeLauncher.apk proprietary -adb pull /system/app/Facebook.apk proprietary -adb pull /system/app/GenieWidget.apk proprietary -adb pull /system/app/Gmail.apk proprietary -adb pull /system/app/GoogleBackupTransport.apk proprietary -adb pull /system/app/GoogleCalendarSyncAdapter.apk proprietary -adb pull /system/app/GoogleContactsSyncAdapter.apk proprietary -adb pull /system/app/GoogleFeedback.apk proprietary -adb pull /system/app/GooglePartnerSetup.apk proprietary -adb pull /system/app/GoogleQuickSearchBox.apk proprietary -adb pull /system/app/GoogleServicesFramework.apk proprietary -adb pull /system/app/HtcCopyright.apk proprietary -adb pull /system/app/HtcEmailPolicy.apk proprietary -adb pull /system/app/HtcSettings.apk proprietary -adb pull /system/app/LatinImeGoogle.apk proprietary -adb pull /system/app/LatinImeTutorial.apk proprietary -adb pull /system/app/Maps.apk proprietary -adb pull /system/app/MarketUpdater.apk proprietary -adb pull /system/app/MediaUploader.apk proprietary -adb pull /system/app/NetworkLocation.apk proprietary -adb pull /system/app/OneTimeInitializer.apk proprietary -adb pull /system/app/PassionQuickOffice.apk proprietary -adb pull /system/app/SetupWizard.apk proprietary -adb pull /system/app/Street.apk proprietary -adb pull /system/app/Talk.apk proprietary -adb pull /system/app/Twitter.apk proprietary -adb pull /system/app/Vending.apk proprietary -adb pull /system/app/VoiceSearch.apk proprietary -adb pull /system/app/YouTube.apk proprietary -adb pull /system/app/googlevoice.apk proprietary -adb pull /system/app/kickback.apk proprietary -adb pull /system/app/soundback.apk proprietary -adb pull /system/app/talkback.apk proprietary -adb pull /system/etc/permissions/com.google.android.maps.xml proprietary -adb pull /system/etc/permissions/features.xml proprietary -adb pull /system/framework/com.google.android.maps.jar proprietary -adb pull /system/lib/libspeech.so proprietary - diff --git a/get-rommanager b/get-rommanager deleted file mode 100755 index 7b960f2..0000000 --- a/get-rommanager +++ /dev/null @@ -1,2 +0,0 @@ -mkdir -p `dirname $0`/proprietary -curl -L -o `dirname $0`/proprietary/RomManager.apk -O -L http://download.clockworkmod.com/recoveries/RomManager.apk diff --git a/prebuilt/common/lib/libncurses.so b/prebuilt/common/lib/libncurses.so deleted file mode 100644 index 0e3d431..0000000 Binary files a/prebuilt/common/lib/libncurses.so and /dev/null differ diff --git a/prebuilt/common/xbin/bash b/prebuilt/common/xbin/bash deleted file mode 100755 index 9d9f572..0000000 Binary files a/prebuilt/common/xbin/bash and /dev/null differ diff --git a/prebuilt/common/xbin/nano b/prebuilt/common/xbin/nano deleted file mode 100755 index 67dc091..0000000 Binary files a/prebuilt/common/xbin/nano and /dev/null differ -- cgit v1.1