Why is the Redmi Note 3 Pro a separate topic?
Xiaomi Redmi Note 3 Pro, released in 2016, is still popular with users due to its reliable hardware and support for custom firmware. However, its age imposes limitations: not all modern methods of creating screenshots (for example, gestures in new versions of MIUI) work here. Moreover, device owners often face system freezes when pressing button combinations or lack of audio confirmation of screen capture.
In this article, we will discuss all the current ways to take a screenshot on the Redmi Note 3 Pro, including rare methods through the use of the Redmi Note 3 Pro. ADB And third-party apps, and we'll focus on the black screen problem when you're shooting games or videos, which is a specific model of this model because of the Adreno 510 GPU driver, and you'll also learn how to get back the screenshot function if it's Suddenly disappeared after a MIUI update.
Method 1: Classic button combination (Power + Volume Down)
Itโs a versatile method that works on 99% of Android devices, including the Redmi Note 3 Pro.
- ๐ Press and hold the Power button and Volume Down button at the same time.
- ๐ Hold them 1-2 seconds until the screen animation or sound signal appears.
- ๐ Screenshot will be saved in the folder DCIM/Screenshots or Pictures/Screenshots.
โ ๏ธ Note: On the Redmi Note 3 Pro with custom firmware (like LineageOS), this combination can cause the device to reboot.If it does, try the alternative methods below.
Make sure the buttons are not stuck or damaged.|
Battery charge above 15% (at low charge, the system can ignore pressings)|
Turn off the case if it blocks access to the buttons |
Check if Do Not Disturb mode is enabled (it can turn off the sound of the screenshot)-->
| Problem. | Reason. | Decision |
|---|---|---|
| The combination doesn't work. | Plug buttons or a damaged plume | Try other methods or disassemble the cleaning device |
| Screenshot taken, but black | Restriction of DRM in games/applications | Use ADB or third-party apps |
| No sound when shooting. | System sound or "No Sound" mode is disabled | Turn the sound into Settings โ Sound |
๐ก
If the Power button is broken but the sensor is working, use the notification panel method (see next section).
Method 2: Shooting through the notification panel (MIUI 8-12)
This method only works on official MIUI versions (8 to 12). If you have custom firmware, skip this section.
- Turn the notification bar swipe from top to bottom.
- Find the Screenshot icon in the quick settings. If it's not there, click Edit and add.
- Slip the icon โ the screen is โphotographedโ in 1-2 seconds.
โ ๏ธ Note: Redmi Note 3 Pro with MIUI 9 and below this method may not save screenshots to the gallery. check the Download folder or use the file manager to search by creation date.
What if the screenshot icon is not in the panel?
Method 3: Three-finger gesture (only for MIUI 10+)
The Three-Finger Screenshot feature appeared in MIUI 10, but on the Redmi Note 3 Pro, it is unstable due to hardware limitations.
- Go to Settings โ Additional โ Buttons and gestures โ Screenshot of three fingers.
- Turn on the switch and select the action: swipe down or touch and hold.
- Swipe three fingers across the screen from top to bottom (or hold for 1 second).
๐น Challenges and solutions:
- ๐ข Does the gesture work with a delay? Reduce the number of background apps.
- โ Doesn't work at all? MIUI Up to the latest version available for your model.
- ๐ฎ Does it take screenshots in games? DRM โ use ADB.
Button combination |Notification Panel |Three-finger gesture |Application side |I don't know how to do-->
Method 4: Screenshot applications (if standard methods don't work)
If none of the above methods worked, third-party utilities will come to the rescue.
| Annex | Pluses | Cons |
|---|---|---|
| Screenshot Touch | It works without root, supports scrolling | Advertising, sometimes not filmed in games |
| Super Screenshot | Editor built-in, you can draw on a screenshot | Requires access to โSpecial Opportunitiesโ |
| AZ Screen Recorder | Can take videos and screenshots | It takes a lot of RAM. |
โ ๏ธ Note: Apps will need permission to "overlay over other windows:
- Go to Settings โ Applications โ Permissions โ Special Access โ Overlay over other windows.
- Find your screenshot app and turn on the switch.
๐ก
The application side is the only way to take a screenshot in secure applications (banks, messengers with DRM), where standard methods are blocked.
Method 5: Screenshot via ADB (for advanced users)
If your Redmi Note 3 Pro doesnโt respond to buttons or gestures, and apps donโt help, the console method remains through ADB. This requires a PC connection, but is guaranteed to work even on โkilledโ firmware.
๐ง What's the matter:
- ๐ฅ๏ธ Computer with Windows/Linux/macOS
- ๐ฑ USB-cable (preferably original)
- ๐ ๏ธ Installed drivers Xiaomi and ADB Tools
๐ Step-by-step instruction:
- Turn on USB debugging on your phone: Settings โ About Phone โ MIUI Version (stamp 7 times to become a developer) โ Go back to Settings โ Additional โ For Developers โ Debugging on USB.
- Connect your phone to your PC and confirm your trust in your computer.
- Open the Command Prompt (Windows) or Terminal (Linux/macOS) and type: Adb devices Make sure the device is defined.
- Take a screenshot with the command: adb shell screencap -p /sdcard/screen.png
- Download the file on PC: adb pull /sdcard/screen.png
๐ก Tip: If you want to take a screenshot of a particular window (such as a game), use it:
adb shell dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'Find the window ID and then:
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.pngHow to automate the process? Create a.bat file on your desktop with text
Frequent mistakes and their solutions
Even after the successful screenshot, Redmi Note 3 Pro users are facing challenges.
1. Screenshot taken, but black screen
๐น Reason: Limitations DRM (Digital Rights Management in applications (Netflix, games, banking programs).
๐ง Decision:
- Use it. ADB (method 5) flag-headed --display-id.
- Install Magisk and the Disable Flag Secure module (requires root).
2 Screenshots are not saved to the gallery
๐น Reason: Media Provider malfunction or Screenshots folder missing.
๐ง Decision:
- Reboot the phone.
- Create Pictures/Screenshots folder manually through the file manager.
- Clear the cache of the Gallery app in the settings.
3. Hanging when you press the buttons
๐น Cause: Conflict with background processes or firmware damage.
๐ง Decision:
- Hold the buttons longer (3-4 seconds).
- Turn off MIUI Optimization in the battery settings.
- Reset the settings to factory (pre-make a backup!).
๐ก
If screenshots are needed frequently (for example, for work), set up automatic saving in Google Drive through the Screenshot Tile app.