Hi,
I am trying to come up with a method to identify whether a specific file is present on a fleet of Honeywell CT60 Android Enterprise devices running Android 9. I need to be able to identify which devices have the file using a Log Information Report (or similar).
I was hoping that the solution would be to run a legacy script along the lines of:
if exist "/sdcard/Android/data/com.vendor.myapp/files/LogonData.ini" echo "LogonData.ini exists"
but this returns the error 'Script command is not supported by device (if).'
A directory listing like the ls command with output sent to the logs would also be ideal.
Any suggestions would be gratefully received, thank you.