ernw / AndroTickler

Penetration testing and auditing toolkit for Android apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adb: error: remote object '/sdcard/Tickler/xxx does not exist

geosphere opened this issue · comments

Hi!
When I try to execute "java -jar AndroTickler.jar -pkgs" - it works fine.
But when I try other commands, such as -pkg xxx -info or -screen - I get the error "adb: error: remote object '/sdcard/Tickler/xxx does not exist" in .pullLog.log
Well, I created the directory /sdcard/Tickler/ manually, but it did not help.
I do not know if it's important, but the option "Tickler_sdcard_directory" in Tickler.conf does not lead to any changes in the .pullLog.log: I tried to change this option, but the path in the error remained the same

I use official rooted LineageOS 14.1 on Google Nexus 4

commented

Hi, thanks for your input.
Tickler_sdcard_directory in Tickler.conf did not update the external storage directory properly. I fixed this and now you can specify any directory in /sdcard.

Also could you try to just pull any file from "Tickler_sdcard_directory" that you specify with normal privileges? such as "adb pull /sdcard/Tickler/com.package.something/anyfile ." from your host