Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen recording example #167

Open
lfdversluis opened this issue Jun 27, 2015 · 11 comments
Open

Screen recording example #167

lfdversluis opened this issue Jun 27, 2015 · 11 comments

Comments

@lfdversluis
Copy link
Contributor

Since lollipop it's possible to record the screen: https://android.googlesource.com/platform/development/+/bf1e262/samples/ApiDemos/src/com/example/android/apis/media/projection/MediaProjectionDemo.java

Perhaps an example using a service running in the background while it captures the screen is a nice idea.

@ShihabSoft
Copy link

Wowie.is it possible though?.

But wait a minutes.

Is that a security a hole?

Regards,
ShihabSoft
Founder of RevealedTricks4U http://www.revealedtricks4u.com

On Sat, Jun 27, 2015 at 10:04 PM, Laurens Versluis <[email protected]

wrote:

Since lollipop it's possible to record the screen:
https://android.googlesource.com/platform/development/+/bf1e262/samples/ApiDemos/src/com/example/android/apis/media/projection/MediaProjectionDemo.java

Perhaps an example using a service running in the background while it
captures the screen is a nice idea.


Reply to this email directly or view it on GitHub
#167.

@ShihabSoft
Copy link

Sorry its just a minute not minutes.

Regards,
ShihabSoft
Founder of RevealedTricks4U http://www.revealedtricks4u.com

@lfdversluis
Copy link
Contributor Author

No, as per android 5 this is possible.

@ShihabSoft
Copy link

But wait.

is there any special permission for that.

If not,i am sure it may be a security vulnerability..

Incase,a spyware app can easily start a service and stream out the screen
of the user to the server or save it in local.and send after a while to an
attacker.

Regards,
ShihabSoft
Founder of RevealedTricks4U http://www.revealedtricks4u.com

On Sat, Jun 27, 2015 at 10:10 PM, Laurens Versluis <[email protected]

wrote:

No, as per android 5 this is possible.


Reply to this email directly or view it on GitHub
#167 (comment).

@saudet
Copy link
Member

saudet commented Jun 27, 2015

@lfdversluis Sure, that would be nice! Is this something you would like to work on?

@lfdversluis
Copy link
Contributor Author

@saudet eventually, yes. Currently I am wrapping up some different work so until july 10 I won't be able to do much. I hope someone else is willing to make a start, else I'll get there eventually.

@lfdversluis
Copy link
Contributor Author

@ShihabSoft It does require additional permissions as far as I am aware. If you wish to protect your apps, use the FLAG_SECURE and it cannot be recorded 👍

@lfdversluis
Copy link
Contributor Author

Alright, I am going to try and make a sample project based on the idea.

@saudet
Copy link
Member

saudet commented Jul 10, 2015

Great 👍 Thanks!

@lfdversluis
Copy link
Contributor Author

Just letting you guys know I haven't forgotten it due to work and other stuff.
Basically I've tried to implementing a backgrounds service from the google io, but it crashes my device completely (even the hard and soft keys no longer respond). As it's code from google themselves I wonder what is going wrong.

Also, I've seen some updates passing by so I'll update my versions and such and (hopefully) give it another go in the coming week.

@saudet
Copy link
Member

saudet commented Sep 22, 2015

No problem! Thanks for the update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants