• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Snapshot Query

mnewsome

Newbie
Alcatel OneTouch... Images created with power button and down volume button... Where are they?
.
 

Attachments

  • 20200902_072406.jpg
    20200902_072406.jpg
    448 KB · Views: 97
If gallery doesn't find them, using a file manager, navigate to your /sdcard folder and locate the Pictures folder. The location path would be /sdcard/Pictures. If you use adb you can pull them to your computer with the command
Code:
adb<add .exe for Windows> pull /sdcard/Pictures/ <on Windows .\path\to\where\you\want\them> <on Linux ./path/to/save/them>
 
Back
Top Bottom