After adding the some new certificates to the platform using ..
./cupcake/dalvik/libcore/security/src/main/files/certimport.sh
I had to change the script to add .cer, but I am positive that the
certs are added to cacerts.bks
Next, I make a build ..
man@user-desktop:~/AndroidSources/cupcake$ make -j4
build/core/
product_config.mk:261: WARNING: adding test OTA key
============================================
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=false
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=
============================================
make: execvp: /bin/bash: Argument list too long
Checking API: checkapi-last
Checking API: checkapi-current
target Prebuilt: (out/target/product/generic/system/etc/security/
cacerts.bks)
Install: out/target/product/generic/system/app/Mms.apk
Target system fs image: out/target/product/generic/obj/PACKAGING/
systemimage_unopt_intermediates/system.img
Install system fs image: out/target/product/generic/system.img
Installed file list: out/target/product/generic/installed-files.txt
man@user-desktop:~/AndroidSources/cupcake$ which emulator
/home/man/AndroidSources/cupcake/out/host/linux-x86/bin/emulator
Now, I launch the emulator, go and visit the https site that I added
the certificate for but I still see the popup !!
What am I missing here ?