From 532cd4bfc86bf013a760055e6b9d2e5abb46f270 Mon Sep 17 00:00:00 2001 From: airomyst <33327698+airomyst@users.noreply.github.com> Date: Sat, 17 Mar 2018 01:13:43 +0200 Subject: [PATCH] Update create_guest_avd.sh Pushing files inside "python_agent" instead of pushing the folder --- utils/android_emulator_creator/create_guest_avd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/android_emulator_creator/create_guest_avd.sh b/utils/android_emulator_creator/create_guest_avd.sh index 0c5f884..eec03c8 100755 --- a/utils/android_emulator_creator/create_guest_avd.sh +++ b/utils/android_emulator_creator/create_guest_avd.sh @@ -44,7 +44,7 @@ $ADB install apps/ImportContacts.apk # Install Cuckoo Agent and Python for ARM echo "Installing Cuckoo Agent and Python for ARM" -$ADB push ../../agent/android/python_agent/ /data/local/ +$ADB push ../../agent/android/python_agent/* /data/local/ $ADB shell chmod 06755 /data/local/aapt $ADB shell chmod 06755 /data/local/agent.sh $ADB shell chmod 06755 /data/local/python/bin/python