Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Dec 7, 2019
1 parent 3144be3 commit af71a1f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

# Xmader/google-recorder

> make [Google Recorder](https://play.google.com/store/apps/details?id=com.google.android.apps.recorder) run on any Android devices (Android >= 9)
> *Google Recorder is only officially available for Pixel >=2 phones currently.*
## Dependencies

* [OpenJDK](https://openjdk.java.net/install/)
* [Apktool](https://github.com/iBotPeaches/Apktool)
* a keystore for `jarsigner` to sign the apk file

## Usage

```bash
export KEYSTORE_FILE=<path to your keystore file>
export KEYSTORE_ALIAS=<your keystore alias>

./patch.sh
```

## License

MIT

0 comments on commit af71a1f

Please sign in to comment.