onyxbits
onyxbits
Unless you need this urgently, please don't spend time on it. I'm currently rewriting the entire Setup Wizard due to issue #73 While I'm at it, I'm looking for options...
That looks interesting. My JSON only covers a fraction of that (just the stuff that is needed for a checkin). How do you extract the data? ADB shell or app?
Ah, cool. I was looking to go down that route as well. We'd just need a translation layer between our two projects then. Would be nice to build a device...
I have a somewhat cleaner implementation of PropertiesDeviceInfoProvider.java already: ` package de.onyxbits.raccoon.mockup; import java.util.List; /** * An Android device, as far as Google Play is concerned. * * @author patrick...
The ApplicationInfo (HashMap: packagename->versioncode) is missing from your output. In the very least, the versioncode of the "com.android.vending" package is required to build a user agent string. Without that it...
Correction, ApplicationInfo records: String packageName String versionName int versionCode Packages/Apps of interest are "com.android.vending" (Google Play client app), "com.google.android.gsf", "com.google.android.gms" and "com.android.providers.download". But it may be interesting to record all...
> It might be a version incompatible with the protocol implemented by Raccoon (maybe?) That's the whole point. When you make a (HTTP) DFE request (search or purchase), you have...
@dweinstein can you give me an example of such an app?
Am 22.04.2019 07:56, schrieb Amagician: > > Hi, I have struggled on this question for a long time. I downloaded > the whole project and use .|/gradlew -Pversion=4.x.y-DEV createExe| to...
Am 14.07.2019 12:54, schrieb Chris Georgoulis: > > Is there any update on this, I'm facing the exact same problem > > — > You are receiving this because you...