Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2266
    voorstad
    Participant

    I did install the latest beta .apk (downloaded from this forum) on my de-googled non-playstore Android device.

    All is working perfect! I then went to the Thorkracing website to buy a licensekey.

    When I now click on “buy license”, nothing happens. I am not transfered to the page where I can enter my licensekey.

    So where/how can I activate my license?

    Thanks for all the work!

    #2269
    João Pereira
    Keymaster

    I did install the latest beta .apk (downloaded from this forum) on my de-googled non-playstore Android device. All is working perfect! I then went to the Thorkracing website to buy a licensekey. When I now click on “buy license”, nothing happens. I am not transfered to the page where I can enter my licensekey. So where/how can I activate my license? Thanks for all the work!

    When you click on “Buy Plugin” a dialog pops up… the one in that picture right?
    Look at the bottom buttons and read them, one by one, slowly… 😛

    DMD2 Project Manager & Lead Developer
    Buy Me a Coffee

    #2270
    voorstad
    Participant

    Hi John, that is exactly the problem: that pop-up window does not show up. I wish it did.

    I now checked all three licensed features:

    – Roadbook demo mode, pressing buy plugin: nothing happens

    – OBD2 demo mode, pressing buy plugin: nothing happens

    – Map demo mode, pressing buy plugin: window opens with “Select subscription duration”. When selecting 12 or 6 months, the same happens as if pressing “cancel”. It returns to the previous “buy plugin” screen.

     

    #2271
    João Pereira
    Keymaster

    What device is it?

    And the first time you clicked did you got this screen (before you purchased it?):

    DMD2 Project Manager & Lead Developer
    Buy Me a Coffee

    #2272
    João Pereira
    Keymaster

    Because when you click the buy plugin what DMD2 does is this check:

    isPlayStoreAvailable = GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable(modulesController.getContext())
    == com.google.android.gms.common.ConnectionResult.SUCCESS;

    If PlayStore is not available you get that dialog, if that check returns true (play services available) then it tries to buy from the Play Store.
    On both cases you need to be connected to the internet.

    DMD2 Project Manager & Lead Developer
    Buy Me a Coffee

    #2273
    voorstad
    Participant

    Hi John, it is an Android device running the e.foundation e.os Android. This is AOSP Android with micro-g.

    Thanks.

    P.S. I did purchase the license on the Thorkracing website.

     

    #2276
    João Pereira
    Keymaster

    Hi John, it is an Android device running the e.foundation e.os Android. This is AOSP Android with micro-g. Thanks. P.S. I did purchase the license on the Thorkracing website.

    It seems MicroG make your device return “True” for Google Play Services.
    Its state din their website: https://microg.org/
    Im going to check if its possible to detect if the device is using MicrG or not…

    DMD2 Project Manager & Lead Developer
    Buy Me a Coffee

    #2286
    voorstad
    Participant
    Im going to check if its possible to detect if the device is using MicrG or not…
    Thanks.
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.