Home » Samsung Tips & Tricks » How to screenshot on S21

How to screenshot on S21

Hey there, Samsung S21 owner! 📱 We bet there are moments when you stumble upon something on your screen, and you think, “I need to save this.” And guess what? Taking a screenshot is the easiest way to do just that. Whether it’s a hilarious meme, an important text, or a glitch that you want to report, we’ve got you covered. Here’s a step-by-step guide on how to capture your screen moments on the Galaxy S21.

How to screenshot on S21

Why Take a Screenshot?

  1. Preserve Moments: Those fleeting social media stories? A screenshot keeps them forever.
  2. Share Information: Easily share info with friends without sending them lengthy URLs.
  3. Technical Support: Found a glitch? Screenshot it and send it over for faster solutions.
  4. Visual Reminder: Saw something interesting while browsing? Snap it and come back to it later.

How to Screenshot on Samsung Galaxy S21

1. Using Buttons:

  • a. Navigate to the screen you want to capture.
  • b. Press and hold the Power and Volume Down buttons simultaneously for about two seconds.
  • c. Voilà! You’ve captured your screen. Look for a quick animation and sound confirming the screenshot.

2. Palm Swipe (yes, it’s as cool as it sounds):

  • a. Head to Settings > Advanced Features.
  • b. Turn on Palm Swipe to Capture.
  • c. Now, swipe the edge of your palm horizontally from left to right or vice-versa across the screen.
  • d. You got it! A quick animation indicates a successful screenshot.

Oops! Didn’t Work? Here’s the Solution

  • Buttons Not Responding? Ensure no protective cases or covers are obstructing your button press.
  • Palm Swipe Not Working? It can be finicky. Try adjusting your hand position or swipe speed.
  • Software Glitches? Restart your phone. Like the age-old wisdom goes, turning it off and on can be magical.
  • Storage Issues? Screenshots need a bit of space. Check if your device has sufficient storage available.

How to take screenshot on S21 using ADB command

Taking a screenshot on an Android device, including the Samsung Galaxy S21, using ADB (Android Debug Bridge) is quite straightforward. However, you need to ensure you’ve set up ADB on your computer and have enabled USB debugging on your S21 before proceeding.

Here’s a step-by-step guide to capturing a screenshot using ADB:

  1. Setup ADB on Your Computer
    • If you haven’t already, install Android Studio or just the Android SDK Platform Tools which contains the ADB binary.
    • Add the path to the ADB tool to your system’s PATH variable so you can access it from any command prompt or terminal window.
  2. Enable USB Debugging on Your S21
    • Navigate to Settings > About phone.
    • Tap on Software information.
    • Repeatedly tap on Build number until developer mode is enabled.
    • Go back to the main settings, then Developer options.
    • Enable USB debugging.
  3. Connect Your S21 to the Computer
    • Use a suitable USB cable to connect your S21 to your computer.
    • On your phone, if prompted, allow USB debugging for the connected computer.
  4. Capture the Screenshot Using ADB
    • Open a command prompt or terminal on your computer.
    • Enter the following command:
    • bashCopy code
adb shell screencap -p /sdcard/screenshot.png
  • This command captures a screenshot and saves it to the /sdcard directory on your phone as screenshot.png.
  1. Transfer the Screenshot to Your Computer

If you want to pull the screenshot from your device to your computer, use the following command: bashCopy code

 adb pull /sdcard/screenshot.png <destination_on_your_computer>

That’s it! You’ve successfully captured a screenshot on your Samsung Galaxy S21 using ADB. Remember that using ADB is a powerful method, so always exercise caution when executing commands, especially if you’re unfamiliar with them.

Conclusion

With technology weaving its way deeper into our daily routines, the ability to quickly and effortlessly capture moments on our devices has never been more crucial. The Samsung Galaxy S21, with its intuitive screenshot feature, ensures you never miss out on preserving or sharing these instances. As you’ve discovered, becoming a screenshot expert on the S21 is a breeze. So, the next time life presents a screen-worthy moment, you’ll be ready. Go ahead, capture away, and make the most of every pixel! P.S. Always be mindful and respectful when sharing screenshots. Privacy matters!

Similar Posts