sudo apt-get install bison g++-multilib git gperf libxml2-utils make zlib1g-dev:i386 zip
sudo apt-get install gcc-multilib g++-multilib
sudo apt-get install flex
sudo apt-get install libswitch-perl
export USE_CCACHE=1
prebuilts/misc/linux-x86/ccache/ccache -M 50G
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
mkdir taintdroid
cd taintdroid
repo init -u https://android.googlesource.com/platform/manifest -b android-4.3_r1 2>&1 | tee init.log
repo sync 2>&1 | tee sync.logcd .repo/
mkdir local_manifests
cd local_manifests/
nano local_manifest.xml
repo sync 2>&1 | tee taint-sync.log
repo sync 2>&1 | tee taint-sync-2.log
repo sync 2>&1 | tee taint-sync-3.log
repo forall dalvik libcore frameworks/base frameworks/native frameworks/opt/telephony system/vold system/core device/samsung/manta device/samsung/tuna packages/apps/TaintDroidNotify -c 'git checkout -b taintdroid-4.3_r1 --track github/taintdroid-4.3_r1 && git pull'nano buildspec.mk
nano build/target/product/core.mk
. build/envsetup.sh
lunch 1
make -j8 2>&1 | tee make.log
emulator -kernel kernel-goldfish-direct -partition-size 1024emulator -kernel kernel-goldfish-direct -partition-size 1024 -logcat *:V 2>&1 | tee logcat.logDid you start the TaintdroidNotify App?
;Katharina
--
You received this message because you are subscribed to the Google Groups "TaintDroid" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taintdroid+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.