FICS / atcmd

Android AT command scripts and firmware extraction
https://atcommands.org
336 stars 90 forks source link

Exception in thread "main" java.lang.IllegalArgumentException: Cannot find file or directory "$HOME/atsh_odex0/out" #8

Open P3nguin-M opened 5 years ago

P3nguin-M commented 5 years ago

Just can't get this tool to work right. So far have manually updated the atextract.sh script with all the binaries and apps linked to correct areas. Running samsung firmware that's been extracted from .tar and put into .zip file. Everytime smali decompiles apk, i get the same error on every APK file: Exception in thread "main" java.lang.IllegalArgumentException: Cannot find file or directory "/home/kevin/atsh_odex0/out" Help?

daveti commented 5 years ago

Sounds like some directory setting up issues. Could you turn on Bash debugging (bash -x) to see what happened?