Results 46 comments of Matlink

got some news using : ``` apt-get install maven protobuf-compiler libprotobuf-java ``` trying again throws : ``` [ERROR] Failed to execute goal com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.4:run (default) on project android-checkin: Protobuf installation version...

From what I know, you have to analyze the apk to get the "human" version code. Check pyaxmlparser for it: https://github.com/appknox/pyaxmlparser I guess APK('path/to/apk.apk').version_name is the line you want.

I guess there is no way to get version codes without downloading apps.

Yeah it seems to work only for the device where I unlocked the security check. It does not work for my travis build :(

Looks like it's related to https://github.com/yeriomin/token-dispenser/issues/19

I guess you'll have to downloads all of required apks and install them. I guess they have different package names so that wouldn't be so dramatic.

Maybe we should ask @yeriomin from YalpStore.

@NoMore201 I'm trying to do that, but that doesn't work: play store tells me there is no internet connection, and mitmproxy tells me there is a handshake fail.

Great that's working, but be carefull, you might need to switch the order of base64 and x.509 cert in the file because the command prints it in the reversed order.

Now how do you get device.properties values from mitmproxy? I can see User-Agent and some other stuff. Is all the values passed in requests or you have to manually at...