This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ill be installed anyway. | |
build/core/base_rules.mk:528: system/core/mkbootimg/Android.mk: Module "unpackbootimg" has useless module tags: eng. It will be installed anyway. | |
PRODUCT_COPY_FILES device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml ignored. | |
PRODUCT_COPY_FILES frameworks/base/data/sounds/effects/ogg/Effect_Tick.ogg:system/media/audio/ui/Effect_Tick.ogg ignored. | |
PRODUCT_COPY_FILES frameworks/base/data/sounds/effects/ogg/KeypressStandard.ogg:system/media/audio/ui/KeypressStandard.ogg ignored. | |
PRODUCT_COPY_FILES frameworks/base/data/sounds/effects/ogg/KeypressSpacebar.ogg:system/media/audio/ui/KeypressSpacebar.ogg ignored. | |
PRODUCT_COPY_FILES frameworks/base/data/sounds/effects/ogg/KeypressDelete.ogg:system/media/audio/ui/KeypressDelete.ogg ignored. | |
PRODUCT_COPY_FILES frameworks/base/data/sounds/effects/ogg/KeypressReturn.ogg:system/media/audio/ui/KeypressReturn.ogg ignored. | |
PRODUCT_COPY_FILES frameworks/base/data/sounds/effects/ogg/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg ignored. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KonstantinKeller@gooey:~/pcf_aosp/frameworks/base$ git commit -a -m "derp" | |
[detached HEAD abdf818] derp | |
Author: xoomdev <[email protected]> | |
15 files changed, 2317 insertions(+), 0 deletions(-) | |
create mode 100644 core/java/android/content/pm/BaseThemeInfo.java | |
create mode 100755 core/java/android/content/pm/ThemeInfo.aidl | |
create mode 100644 core/java/android/content/pm/ThemeInfo.java | |
create mode 100644 core/java/android/content/res/CustomTheme.java | |
create mode 100644 core/java/android/content/res/PackageRedirectionMap.aidl | |
create mode 100644 core/java/android/content/res/PackageRedirectionMap.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KonstantinKeller@gooey:~/pcf_aosp/frameworks/base$ git commit -a -m "derp" | |
# Not currently on any branch. | |
# Untracked files: | |
# (use "git add <file>..." to include in what will be committed) | |
# | |
# core/java/android/content/pm/BaseThemeInfo.java | |
# core/java/android/content/pm/ThemeInfo.aidl | |
# core/java/android/content/pm/ThemeInfo.java | |
# core/java/android/content/res/CustomTheme.java | |
# core/java/android/content/res/PackageRedirectionMap.aidl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KonstantinKeller@gooey:~/pcf_aosp/frameworks/base$ git cherry-pick 507c144a89dea570af796a5cc40e19ef8da7eab7 | |
error: The following untracked working tree files would be overwritten by merge: | |
core/java/android/content/pm/BaseThemeInfo.java | |
core/java/android/content/pm/ThemeInfo.aidl | |
core/java/android/content/pm/ThemeInfo.java | |
core/java/android/content/res/CustomTheme.java | |
core/java/android/content/res/PackageRedirectionMap.aidl | |
core/java/android/content/res/PackageRedirectionMap.java | |
core/java/com/android/internal/app/IAssetRedirectionManager.aidl | |
core/java/com/android/internal/app/ThemeUtils.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages/apps/Settings/src/com/android/settings/pcf/NavRingTargets.java:239: cannot find symbol | |
symbol : variable SYSTEMUI_NAVRING_4 | |
location: class android.provider.Settings.System | |
mString = Settings.System.SYSTEMUI_NAVRING_4; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.android.settings.pcf; | |
import android.app.Activity; | |
import android.content.ComponentName; | |
import android.content.Intent; | |
import android.content.pm.PackageManager.NameNotFoundException; | |
import android.graphics.Bitmap; | |
import android.graphics.drawable.BitmapDrawable; | |
import android.graphics.drawable.Drawable; | |
import android.os.Bundle; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
including vendor/cm/vendorsetup.sh | |
Looking for dependencies | |
============================================ | |
PLATFORM_VERSION_CODENAME=REL | |
PLATFORM_VERSION=4.2.1 | |
TARGET_PRODUCT=cm_mako | |
TARGET_BUILD_VARIANT=userdebug | |
TARGET_BUILD_TYPE=release | |
TARGET_BUILD_APPS= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ProGuard, version 4.4 | |
Reading program jar [/home/KonstantinKeller/pcf/out/target/common/obj/APPS/Calculator_intermediates/classes.jar] | |
Note: packages/apps/DSPManager/src/com/bel/android/dspmanager/service/HeadsetService.java uses or overrides a deprecated API. | |
Note: Recompile with -Xlint:deprecation for details. | |
Reading library jar [/home/KonstantinKeller/pcf/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar] | |
Copying: /home/KonstantinKeller/pcf/out/target/common/obj/APPS/DSPManager_intermediates/classes-jarjar.jar | |
Copying: /home/KonstantinKeller/pcf/out/target/common/obj/APPS/DSPManager_intermediates/emma_out/lib/classes-jarjar.jar | |
Copying: /home/KonstantinKeller/pcf/out/target/common/obj/APPS/DSPManager_intermediates/classes.jar | |
Proguard: /home/KonstantinKeller/pcf/out/target/common/obj/APPS/DSPManager_intermediates/proguard.classes.jar | |
ProGuard, version 4.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project path="device/lge/mako" name="CyanogenMod/android_device_lge_mako" revision="mr1-staging" /> | |
<project path="kernel/lge/mako" name="CyanogenMod/lge-kernel-mako" revision="mr1-staging" /> | |
<project path="vendor/lge/mako" name="KonstantinKeller/vendor_lge_mako" revision="master" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KonstantinKeller@gooey:~/cm_mr1-staging/build$ git push cmremote HEAD:refs/for/mr1-staging | |
The authenticity of host '[review.cyanogenmod.com]:29418 ([174.127.88.54]:29418)' can't be established. | |
RSA key fingerprint is de:32:24:02:76:53:fd:d4:42:ea:54:29:a7:7b:98:64. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added '[review.cyanogenmod.com]:29418' (RSA) to the list of known hosts. | |
Permission denied (publickey). | |
fatal: The remote end hung up unexpectedly | |
KonstantinKeller@gooey:~/cm_mr1-staging/build$ |
NewerOlder