markostamcar
markostamcar
This project doesn't support the Google Play extended app properties yet. There's a newer .proto file available at https://github.com/egirault/googleplay-api - I'll try to port it to PHP myself.
OK, here's my progress so far: - I managed to make googleplay.proto.php from https://github.com/egirault/googleplay-api 's googleplay.proto using https://github.com/stuporglue/protoc-gen-php - I can login then make requests to https://android.clients.google.com/fdfe/[API call] and get...
Trying now with https://github.com/drslump/Protobuf-PHP Edit: It works much better! I'll post my results soon. OK, here we go - put these 3 files in the same directory: - index.php: https://gist.github.com/4210198...
Nope, seems the updates are just for "GetAssetRequest/Response". The .proto used above is completely different as it is for the Google Play app store which introduced a lot of new...
Yes, with https://github.com/egirault/googleplay-api ;)
Sorry to bump this old thread, but since you mention dirtycow-ing /system/bin/wpa_supplicant: I wanted to write a one-click app to grab /data/misc/wifi/wpa_supplicant.conf from the device without permanently rooting it. Targeting...
Oh man, this bug really bums me out. It seems that using all 3 boot media types at the same time makes the boot fail completely. I don't know much...
Also in the current implementation "c.details.appDetails.versionString" seems to be NULL. Only versionCode gets returned.
Just to add my experience: - On Windows 10 I managed to get it to work using QEMU 5.1.0 (qemu-w64-setup-20200814) - did not work with the latest QEMU - the...
Hey guys, I think this might be related to my issue which I opened in chromium tracker since there is no public Gboard tracker: [Issue 1161227 in chromium: Android 11...