Tagged Questions
5
votes
1answer
3k views
adb command to search the filesystem
Is there an adb command similar to "locate" or "grep" that would help me find a file on my Android device?
I'm curious about adb specifically, not a search app.
EDIT: "find" has been suggested, ...
5
votes
2answers
1k views
How can I determine storage directory from ADB?
Is there a way I can use ADB to determine the external storage directory (equivalent of the Android API call Environment.getExternalStorageDirectory())?