This file contains hidden or 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
| * daemon not running. starting it now on port 5037 * | |
| * daemon started successfully * | |
| --------- beginning of /dev/log/main | |
| I/installd( 167): installd firing up | |
| I/bdAddrLoader( 175): option : f=/persist/bluetooth/.bdaddr | |
| I/bdAddrLoader( 175): option : h | |
| I/bdAddrLoader( 175): option : x | |
| I/bdAddrLoader( 175): Read From /persist/bluetooth/.bdaddr by Path type(0x11), Data type (0x21) | |
| I/DEBUG ( 161): debuggerd: Nov 22 2012 20:57:25 | |
| I/bdAddrLoader( 175): Output Data type(0x22), bPrintout(1), bPath((null)) |
This file contains hidden or 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
| $(call inherit-product, vendor/cm/config/gsm.mk) | |
| $(call inherit-product, vendor/cm/config/common_full_phone.mk) | |
| PRODUCT_RELEASE_NAME := mako | |
| TARGET_SCREEN_HEIGHT := 1280 | |
| TARGET_SCREEN_WIDTH := 768 | |
| TARGET_BOOTANIMATION_NAME := 720 |
This file contains hidden or 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$ brunch mako | |
| including vendor/cm/vendorsetup.sh | |
| Trying dependencies-only mode on a non-existing device tree? | |
| ============================================ | |
| PLATFORM_VERSION_CODENAME=REL | |
| PLATFORM_VERSION=4.2 | |
| TARGET_PRODUCT=cm_mako | |
| TARGET_BUILD_VARIANT=userdebug | |
| TARGET_BUILD_TYPE=release |
This file contains hidden or 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$ |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |