Search results

  1. C

    Thread [Q] Building AOSP 4.4.2 No symbol found compilation error

    I am working on AOSP4.4.2 where I added few new symbols to symbols.xml under frameworks/base/core/res/res/values/symbols.xml file I have a file created under: frameworks/base/packages/src/com/android/keyguard/ folder. When I try to access the resources under symbols.xml I get the following...
  2. C

    Thread [Q] Where to find hidden images on android root

    Hi, I have a customized android tablet my company is working on. I have an image set as background on lock screen. When I look at the device android source files on my computer I find this file is located at device/MYDEVICE/xyz.jpg. How can I locate this file on my android device? I tried going...
  3. C

    Thread [Q] Rock Chip kernel build fails at mkkrnlimg binary

    Hi, I am trying to build a kernel for rochchip tablet. When I compile the kernel using "make -j4 kernel.img", I am getting the following error. GEN drivers/video/rockchip/screen/lcd.h Kernel: arch/arm/boot/Image is ready <path>/kernel/mkkrnlimg: <path>/kernel/mkkrnlimg: cannot execute...
  4. C

    Thread [Q] No rule to make target error when compiling rockchip kernel

    Hi, I am new to AOSP and I am trying to make a kernel for rock chip for a vendor. When I run "make rk30xx_4.4_defconfig ARCH=arm"; I get the following error message. build/core/Makefile:32: warning: overriding commands for target `out/target/product/rk30xx/root/init.connectivity.rc'...
  5. C

    Thread [Q] Kernel build error for AOSP 4.4.2

    Hi, I am trying to compile a kernel for a specific device on AOSP 4.4.2 and got the following error. I understand that the variable is declared twice and need to be removed from one. Vendor folder cannot be removed since it has device specific configuration files. Looking into external/jpeg...
  6. C

    Thread [Q] Motorola atrix 4G upgrade rom CM10

    Hi, I am trying to find upgrade from CM7 to CM10 which has 4.1.1 android OS for my motorola atrix 4G. Can some one please share link to new CM Thanks