-
Notifications
You must be signed in to change notification settings - Fork 13
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
Project Abandoned? #2
Comments
Sorry, I didn't check for version number updates regularly due to no newer changelog provided in the updated version.
You can use Windows Subsystem for Linux (WSL). Also, you need a keystore generated by |
The v1.1.289058594 version is released. |
The app is no longer restricted to PIXEL devices. So, you don't have to sodomize Google anymore 😏 |
The article is true only for v1.0. I can't even get Google Recorder v1.1 working on my Pixel XL (first gen). |
@Xmader well, FWIW I am running the latest version on a non-PIXEL device. And a on a 1st gen PIXEL installed from the app store. |
How can I get the exception not thrown in the application's main class on devices without the pseudocode package com.google.android.apps.recorder.ui.application;
import android.app.Application;
public class RecorderApplication extends Application {
// …
public void onCreate() {
super.onCreate();
if (isDevBuild() || getPackageManager().hasSystemFeature("com.google.android.feature.PIXEL_2017_EXPERIENCE")) {
// …
return;
}
throw new IllegalStateException("Cannot start Recorder on unsupported device");
}
// …
}
What? |
Is this not being updated? The latest version of Google Recorder is v1.1.289058594, but the latest release is v1.1.284933798. Also, how would I be able to do this myself on Windows?
The text was updated successfully, but these errors were encountered: