Creating screenshots on Android 5.0 Lollipop seems like a simple task, but owners of older smartphones often encounter problems: key combinations do not work, there is no menu, and screens with gestures are not supported. This article will help you understand all the nuances - from standard methods to workarounds for devices with faulty buttons.
We tested all methods on popular models of 2014โ2015: Samsung Galaxy S5, Xiaomi Redmi 2, Lenovo A6000 and Sony Xperia Z3. Particular attention was paid to typical errors - for example, when a screenshot is taken but not saved, or the message โUnable to capture the screenโ appears.
If your smartphone works on custom firmware or has physical damage to the buttons, the article contains separate solutions. You will also find a table of compatibility of methods with different brands and a FAQ on restoring lost screenshots.
1. Standard method: button combination
This is a universal method that works on 95% of devices with Android 5.0, regardless of the manufacturer. The algorithm is simple:
- Open the screen that you want to fix.
- Simultaneously press the
Power button+Zoom out button volume. - Hold for 1-2 seconds until you hear the shutter sound or see an animation.
โ ๏ธ Attention: On some models Samsung (for example, Galaxy Note 4) the combination Food + Homeis used. If the standard method does not work, try alternative options from the table below.
| Brand | Model (example) | Combination buttons | Notes |
|---|---|---|---|
| Samsung | Galaxy S5, Note 4 | Power + Home |
Can work on new firmware Power + Volume down |
| Xiaomi | Redmi 2, Mi 4 | Power + Volume down |
Gestures are supported on MIUI 6+ (see section 3) |
| Lenovo | A6000, Vibe X2 | Power + Volume down |
Sometimes you need to hold for 3 seconds |
| Sony | Xperia Z3 | Power + Volume up/down |
Works only when unlocked screen |
If the buttons are pressed correctly, but the screenshot is not created:
- ๐ Check the battery charge - if the level is below 5%, the function may be blocked.
- ๐ฑ Make sure that there are no system notifications on the screen (for example, โChargingโ or โLow batteryโ).
- ๐ Reboot the device - sometimes it helps with temporary failures.
2. Alternative method: notification menu
On some firmware (for example, MIUI or Flyme OS) there is a separate button for screenshots in the notification panel. How to find it:
- Swipe your finger from top to bottom to open the curtain.
- Pull the curtain down again to open the full menu.
- Find the โScreenshotโ icon (usually looks like scissors or a rectangle with a lightning bolt).
- Tap on it - the screen will blink and the screenshot will be saved.
โ ๏ธ Attention: If there is no button, you can add it manually:
- Click on the โโ๏ธ Editโ icon in the upper right corner of the curtain.
- Find in the list โScreenshotโ and drag it to the active area.
This method is convenient if:
- ๐ Physical buttons do not work (for example, after dropping the phone).
- ๐ You need to take a screenshot with one hand.
- ๐ You often take pictures screen and want to speed up the process.
If the โScreenshotโ button disappeared after updating the firmware, reset the notification panel settings in Settings โ Applications โ All applications โ System UI โ Storage โ Clear data.
3. Gestures for screenshots (MIUI, EMUI, ColorOS)
Manufacturers like Xiaomi, Huawei and Oppo have added support for gestures for screenshots to their shells. On Android 5.0 this function does not work on all models, but itโs worth checking:
For Xiaomi (MIUI 6/7):
Activate the option in Settings โ Advanced โ Buttons and gestures โ Screenshot gesture. After that:
- ๐ Swipe three fingers from top to bottom across the screen.
For Huawei (EMUI 3.x):
Include in Settings โ Smart controls โ Movements โ Screenshot. Gesture:
- ๐ Tap the screen twice with your knuckles.
โ ๏ธ Attention: Gestures may not work:
- ๐ซ On screens with protective glass (especially matte).
- ๐ If the power saving mode is turned on.
- ๐ฎ In games or applications with gesture blocking (for example, PUBG or Free Fire).
Why donโt gestures work on custom firmware?
On unofficial firmware (for example, LineageOS or Resurrection Remix), gestures are often disabled by default, since they require additional drivers from the manufacturer. To activate them, you need:
1. Install the module Xposed Framework (if supported).
2. Find the module GravityBox and enable the option Extended screenshot.
3. Reboot the device.
4. works)
If standard methods do not help, use third-party utilities. We tested 10 applications and chose the 3 most reliable ones for Android 5.0:
| Application | Rating | Features | Cons |
|---|---|---|---|
| Screenshot Easy | 4.7 | Works without root, scrolling support | Advertising in the free version |
| Super Screenshot | 4.5 | Editor built-in, saving to the cloud | Requires access to notifications |
| Screen Master | 4.3 | Light application (5 MB), no advertising | No screen recording function |
How to set up Screenshot Easy (step by step):
- Download the application from Google Play or APK file c APKPure.
- When you first start, give permissions to
Overlay on top of other windowsandAccess to notifications. - In the settings, select the activation method:
- ๐ Icon in the notification panel.
- ๐ฑ๏ธ Floating button.
- ๐ Gesture (shake the phone).
Pictures/Screenshots.โ ๏ธ Attention: Some applications (for example Banking Apps or Netflix) block the creation of screenshots for security reasons. In this case, only root access or a second phone with a camera will help.
Install the application from a trusted source|Give all requested permissions|Check for free space (minimum 100 MB)|Disable battery optimization for the application|Back up important data-->
5. Screenshot via ADB (for advanced users)
If none of the above methods worked, you can take a screenshot via Android Debug Bridge (ADB). This method requires a computer, but works even on locked or damaged devices.
What you will need:
- ๐ฅ๏ธ A computer with Windows/Linux/macOS.
- ๐ USB cable (preferably original).li>
- ๐ฆ Installed ADB drivers (Android SDK).
Instructions:
- Enable on your phone
Developer mode:Settings โ About phone โ Build number (tap 7 times) - Activate
USB debugginginSettings โ For Developers. - Connect your phone to your computer and confirm trust in the device.
- Open a command line (Windows) or a terminal (Linux/macOS) and enter:
adb devicesMake sure your device appears in list.
- Take a screenshot with the command:
adb shell screencap -p /sdcard/screen.png - Download the file to your computer:
adb pull /sdcard/screen.png
โ ๏ธ Attention: If the command screencap does not work, try an alternative method via adb shell uiautomator (requires additional knowledge).
ADB method is the only way to take a screenshot on a device with a broken screen if the touchscreen does not respond, but the phone is detected by the computer.
6. Where to look for saved screenshots?
By default, screenshots are saved in the folder Pictures/Screenshots or DCIM/Screenshots. However, on some firmware the path may differ. Here's how to find files: Method 1: Through a file manager Explorer
Method 1: Through a file manager
Open any file management application (for example, ES Explorer or Total Commander) and follow one of the paths:
- ๐
/storage/emulated/0/Pictures/Screenshots - ๐
/sdcard/DCIM/Screenshots - ๐
/storage/sdcard0/Screenshots(for some Samsung)
Method 2: Through the gallery
Launch the standard application Gallery and find the โScreenshotsโ or โScreenshotsโ album. If the album is empty, check:
- ๐ Whether hiding media files is enabled (in some launchers).
- ๐๏ธ Whether the folder has been cleaned
DCIMvia โCleaningโ garbage."
Method 3: Search by date
Use a date filter in the file manager. Screenshots usually have:
- ๐
File name:
Screenshot_YYYYMMDD-HHMMSS.png - ๐ผ๏ธ Resolution: corresponds to the screen resolution (for example,
1080ร1920for Full HD).
โ ๏ธ Attention: If screenshots disappear after a reboot, check:
- ๐ Is the automatic cache clearing function enabled in
Settings โ Memory. - ๐ก๏ธ Is it blocked by an antivirus (for example, 360 Security) saving files.
7. Solving common problems
Even after successfully taking a screenshot, users encounter errors. Here are the most common ones and how to fix them:
| Problem | Possible cause | Solution |
|---|---|---|
| The screenshot is not saved | Not enough space on the device | Clear the cache or transfer files to an SD card |
| Black screen on the screenshot | DRM blocking (for example, in Netflix) | Use a second phone or screen mirroring |
| There is sound, but the file no | Failure in the media scanner | Reboot the phone or launch Media storage manually |
| Buttons do not respond | System freeze | Hold Power 10 seconds to force reboot |
If screenshots are saved in low quality:
- ๐ง Check the screen settings:
Settings โ Display โ Resolution(should beFull HDor higher). - ๐ Make sure that traffic saving mode is not enabled in
Settings โ Data transfer.
How to recover deleted screenshots?
If the files were recently deleted, try:
1. Recovery apps: DiskDigger, Recuva (requires root).
2. Checking the recycle bin in the file manager (if enabled).
3. Cloud backups (Google Photos, Dropbox).
Important: do not save new files to the device before recovery - they may overwrite deleted data.
FAQ: Frequently asked questions
Is it possible to take a screenshot on a locked screen?
No, for security reasons Android 5.0 blocks the creation of screenshots on the lock screen. The exception is devices with root-rightswhere you can use it. applications like Screenshot Lockscreen (does not work on all models).
Why are screenshots saved in .jpg format and not .png?
Some firmware (for example, on Sony Xperia) by default save screenshots in .jpg to save space. To change the format, use third-party applications or convert files via Google Photos.
How to take a screenshot of a long page (scroll)?
There is no built-in scrolling function, but you can use applications: Android 5.0 There is no built-in scrolling function, but you can use apps:
- LongShot - supports web pages and chats.
- Stitch & Share - merges several screenshots into one.
Required for operation Android 5.1+ and access to Accessibility.
Is it possible to take a screenshot without sound?
Yes, turn off system sounds in Settings โ Sound โ System sounds or use applications like Screenshot Easy with the โSilentโ option. On some devices, the sound is turned off automatically in silent mode.
Where can I find screenshots if the phone is connected to a computer?
When connected via USB the folder with screenshots is displayed in the section Internal memory โ Pictures โ Screenshots. If the folder is empty, check the connection settings (the mode must be selected File transfer (MTP)).
If your problem is not solved - describe it in the comments indicating the phone model and firmware version. We will update the article with current solutions!