GithubHelp home page GithubHelp logo

thecomputerguy96 / scr-screen-recorder-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iwo/scr-screen-recorder-app

0.0 2.0 1.0 1.82 MB

Android screen recording app. No longer maintained!

License: Apache License 2.0

Java 99.66% Shell 0.34%

scr-screen-recorder-app's Introduction

SCR Screen Recorder

The most popular screen recording app for Android version prior to Lollipop. Requires root.

This app evolved from the quick-and-dirty prototype and was never properly rewritten/redesigned. You won't find sophisticated architecture or beautiful code here. You may find some interesting hacks and workarounds for Android limitations tho.

This app is no longer maintained.

Since this app got removed from Google Play (for manipulating SELinux settings) I'm not able to support it. Lollipop introduced a MediaProjection API that is used by a growing number of screen recorders that don't require root.

First full build takes DAYS!

SCR Screen Recorder heavily depends on Android private APIs and is rather complex to build. Building whole app from source requires almost 1TB of disk space and takes couple DAYS for the initial build. See my blog post for more details. If you wish to only modify the Java code you can download prebuilt native binaries from here.

Code structure

SCR source code is divided into 3 repositories

Build variants

This project has two [build variants] configured in Gradle file.

  • root - the original SCR app with internal audio recording and support for ICS+. Uses private Android APIs and requires root.
  • nonRoot - (SCR 5+) the version of the app targeting Lollipop and higher. It has a limited functionality but it uses only official APIs and doesn't require root.

Building native code

Native SCR code uses private Android APIs which are not part of SDK/NDK. To build it you need to build whole AOSP tree first.

Separate binary needs to be built for each Android version and placed under ScreenRecorder/src/root/res/raw-vX resource folder where X is na Android version code. The last released version of the app supported platforms Ice Cream Sandwich to Lollipop and required building 8 AOSP source treas for two architectures (arm and x86). See my blog post for further details regarding using private Android APIs.

scr-screen-recorder-app's People

Contributors

iwo avatar

Watchers

 avatar  avatar

Forkers

digits88

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.