user2112878
user2112878

Reputation: 33

How to take screenshot on Android when app disables it?

I'm working on a UX analysis of an existing Android app and I need to take screenshots of every screen as I'm using the app. Once I log in, I'm no longer able to take screenshots. (It was obviously disabled for privacy). Is there a way around this?

Thanks!

Upvotes: 2

Views: 13661

Answers (3)

Pratik Singhal
Pratik Singhal

Reputation: 6492

You can project your phone screen to your PC and then take a screenshot on your PC.

To project your android screen on to your PC, you can use an app like Vysor.

Upvotes: 1

David C Adams
David C Adams

Reputation: 1973

Probably the easiest way is to download the Android Developer Kit. The Android Device Monitor has a button for taking screen grabs of the device that is being monitored via USB. You'll need to enable developer mode and make sure the phone can be debugged via USB.

If you have access to an Android developer, they'll be set up to do this already.

Upvotes: 0

pelya
pelya

Reputation: 4494

Root your phone and install this XPosed module: https://play.google.com/store/apps/details?id=com.prashantwosti.bypassflagsecure

Upvotes: 0

Related Questions