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

Project Abandoned? #2

Open
JD2542 opened this issue May 8, 2020 · 8 comments
Open

Project Abandoned? #2

JD2542 opened this issue May 8, 2020 · 8 comments

Comments

@JD2542
Copy link

JD2542 commented May 8, 2020

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?

@Xmader
Copy link
Owner

Xmader commented May 9, 2020

Sorry, I didn't check for version number updates regularly due to no newer changelog provided in the updated version.

Also, how would I be able to do this myself on Windows?

You can use Windows Subsystem for Linux (WSL). Also, you need a keystore generated by keytool.

@Xmader
Copy link
Owner

Xmader commented May 9, 2020

The v1.1.289058594 version is released.

@nm17
Copy link

nm17 commented May 9, 2020

@Xmader can you please check my issue #1

@dimitry-ishenko
Copy link

The app is no longer restricted to PIXEL devices.
See here: https://techpp.com/2019/11/01/download-google-recorder-apk-live-transcribe/

So, you don't have to sodomize Google anymore 😏

@Xmader
Copy link
Owner

Xmader commented May 17, 2020

The app is no longer restricted to PIXEL devices.
See here: https://techpp.com/2019/11/01/download-google-recorder-apk-live-transcribe/

So, you don't have to sodomize Google anymore smirk

The article is true only for v1.0. I can't even get Google Recorder v1.1 working on my Pixel XL (first gen).

@dimitry-ishenko
Copy link

dimitry-ishenko commented May 17, 2020

@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.

@Xmader
Copy link
Owner

Xmader commented May 17, 2020

I am running the latest version on a non-PIXEL device

How can I get the exception not thrown in the application's main class on devices without the com.google.android.feature.PIXEL_2017_EXPERIENCE system feature (which should only present on Pixel 2 and later)?

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");
    }
    // …
}

And a on a 1st gen PIXEL installed from the app store.

What?

@dimitry-ishenko
Copy link

Heh weird... I am now also getting the "incompatible" message for the PIXEL.

But it is running on my ODROID with LineageOS:

Screenshot from 2020-05-17 18-02-35

I wonder if LineageOS is fooling it somehow?

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

No branches or pull requests

4 participants