Xiaomi Redmi 7A remains a popular budget smartphone even years after its release โ thanks to its reliability, simple MIUI firmware and support for updates. But many users still face difficulties in creating screenshots: buttons do not work, menus do not open, screens just flash without results. In this article, we will discuss all possible ways to take a screenshot on the Redmi 7A โ from standard to little-known, and also solve typical problems.
It's important to consider that Redmi 7A (codename pine) has MIUI firmware running Android 9 Pie or Android 10 (depending on the version), which means that some features may be different from the new Xiaomi models, for example, there's no "three-finger swipe" gesture that came later, but classic methods and hidden chips work, and we'll talk about them.
If you just bought a used Redmi 7A or upgraded your firmware, check your settings: sometimes a factory reset turns off standard keyboard shortcuts. But don't worry, we'll look at workarounds.
1. Standard method: power and volume buttons
The most reliable and versatile method is the use of physical buttons, which works on any version of MIUI and does not depend on the gesture settings.
- Open the screen you want to capture (for example, a dialog in the messenger or a page in the browser).
- At the same time, press and hold the power button (right) and the volume button (top left).
- Hold them for 1-2 seconds until you hear the sound of the camera shutter and see the animation of the screenshot.
โ ๏ธ Warning: Not to be confused with long-term retention โ if you press buttons longer than 3 seconds, the smartphone can reboot to Fastboot mode or turn off. Also avoid accidentally pressing the volume button โ this will cause the emergency call menu.
Where do I look for the screenshot? All screenshots are automatically saved to the folder:
Gallery โ Albums โ ScreenshotsOr through the file manager along the way:
/storage/emulated/0/Pictures/Screenshots/The sound of the camera shutter was heard.|There was an animation on the edges of the screen|In the top panel, the notification "Screenshot saved"|The file appeared in the folder "Screenshots"-->
2. Alternative method: Quick settings menu
If the physical buttons don't work (for example, the volume key broke), you can take a screenshot through the notification panel.
- Turn the notification bar swipe from top to bottom.
- Find the screenshot icon (usually hidden under the Edit button).
- If there is no icon, press it. โฎ โ Edit and drag the โScreenshotโ to the active panel.
- Slap the icon - the screen will blink, and the screenshot will be saved.
๐ก Useful tip: If the notification bar doesnโt unfold fully (like in a game), swipe down twice first โ first to display brief notifications, then for the full menu.
What if the screenshot icon is not on the menu?
3. Screenshot by gesture (only for MIUI 11 and later)
Redmi 7A with MIUI 11/12 now has the ability to swipe down screenshots with three fingers, but by default, this feature is disabled to activate it:
- Go to Settings โ Additional settings โ Buttons and gestures โ Screenshot gestures.
- Turn on the switch "Swipe with three fingers".
- Choose the direction of the swipe (down or up).
Now, just swipe your three fingers across the screen from top to bottom (or bottom to top, depending on the settings), and the screenshot is taken, which is convenient for games or applications where physical buttons are locked.
โ ๏ธ Attention: The gesture may conflict with navigation. If swipes become incorrect after activation (for example, return to the main screen), disable the function or change the direction of the gesture.
Power buttons + volume | Notifications |Three-finger swipe |Special applications-->
4. Screenshot with Google Assistant
If standard methods don't work (for example, because of broken buttons), you can use Google's voice assistant, which requires an Internet connection and an activated Google Assistant:
- Activate the assistant with the โOK, Googleโ voice command or hold the Home button (if physical).
- Say, โTake a screenshotโ or โPhotograph the screen.โ
- Confirm the action in the window that appears.
๐น Limitations of method:
- ๐ถ It only works on the active Internet (for voice recognition).
- ๐ It wonโt work if your microphone or Google access is disabled.
- ๐ฎ In games, you may not recognize the team due to the blocking of the assistant.
Alternatively, use text input in Google Assistant:
- Open the Google app (the icon with the letter โGโ).
- Click on the microphone icon โ select โKeyboardโ.
- Enter the request โTake a screenshotโ and send it.
5. Screenshot applications: when standard methods don't work
If none of these methods worked (for example, due to custom firmware or hardware breakdowns), third-party utilities will come to the rescue. Here are 3 proven applications for Redmi 7A:
| Annex | Features | Reference | Cons |
|---|---|---|---|
| Screenshot Easy | Smooth animation, screenshot editor, gesture support | Google Play | Advertising in the free version |
| Screen Master | Screenshots of scrolling pages, screen recording | Google Play | Requires permission to display over other windows |
| AZ Screen Recorder | In addition to screenshots, it can record video from the screen. | Google Play | It takes up a lot of memory. |
โ ๏ธ Warning: When installing third-party apps for screenshots, turn off battery optimization for them in Settings โ Annexes โ Permits โ Battery optimization. Otherwise, the utility may not work in the background.
On the Redmi. 7A s MIUI 9 and below, some applications may not work due to system limitations, in which case only a firmware update or use will help. ADB-Teams (see next section).
6. Advanced method: screenshot via ADB (for experienced)
If you need to take a screenshot of a Redmi 7A with a broken screen or broken buttons, you can use the ADB (Android Debug Bridge), which requires a computer and minimal technical skills.
๐ What's the matter:
- ๐ฅ๏ธ Computer with Windows/Linux/macOS.
- ๐ USB-cable (preferably original).
- ๐ ๏ธ Installed Xiaomi and ADB-tools drivers.
- โ๏ธ Included debugging by USB on the phone (Settings) โ The phone. โ Version. MIUI โ 7 times tap to unlock the developer menu โ return to additional settings โ For developers โ Debugging by USB).
๐ง Step-by-step instruction:
- Connect Redmi 7A to your computer and confirm your trust in the device on your smartphone screen.
- Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with adb.exe.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Take a screenshot with the command: adb shell screencap -p /sdcard/screen.png
- Download the file to your computer: adb pull /sdcard/screen.png
๐ก Useful tip: If you need to take a screenshot of a scrolling page (like a long chat), use the command:
adb shell uiautomator dump /sdcard/window.xml && adb pull /sdcard/window.xmlIt'll keep it. XML-screen structure that can be converted into an image using special tools (e.g. scrcpy).
๐ก
If ADB doesnโt recognize the device, try reinstalling Xiaomi drivers manually through Windows or using Xiaomi ADB/Fastboot Tools.
7 Problem Solving: Why You Can't Take a Screenshot
If none of the methods worked, the reasons may be as follows:
| Problem. | Possible cause | Decision |
|---|---|---|
| Buttons don't respond. | Contamination or breakage of keys | Use the notification menu or ADB |
| The screen flashes, but the screenshot is not saved | There's not enough memory space. | Clear the DCIM/Screenshots folder or transfer files to your PC |
| The screenshot icon is not on the menu | Outdated version of MIUI or custom firmware | Update your firmware or use third-party apps |
| Screenshot taken, but black | Conflict with Secure Content (Netflix, banking applications) | Turn off Content Protection in the App Settings |
๐น Frequent User Mistakes:
- ๐ Pressing volume instead of decreasing (causing an emergency call).
- ๐ Too short/long button retention (optimally 1-2 seconds).
- ๐ Forget to unlock the screen before the screenshot (on the locked screen will only work the camera photo).
๐ก
If screenshots are no longer saved after the MIUI update, reset the Gallery app settings in Settings โ Apps โ Gallery โ Storage โ Clear Data.