georgiaw / Smartphone-Pentest-Framework

Repository for the Smartphone Pentest Framework (SPF)
452 stars 190 forks source link

kaliinstall - missing dep. #12

Closed partopronto closed 11 years ago

partopronto commented 11 years ago

kaliinstall is missing android installation lines like in btinstall.

wget http://dl.google.com/android/android-sdk_r21-linux.tgz; tar -xvzf android-sdk_r21-linux.tgz; export PATH=${PATH}:${PWD}/android-sdk-linux/tools:${PWD}/android-sdk-linux/platform-tools

georgiaw commented 11 years ago

Hi. Kali 1.0 comes with Android already installed. So we don't need that step in Kali. Let me know if that has changed in a later version and I will add it in.