Apk extractor from F-Droid doesn’t seem to work. App in question is Typewise Offline (android keyboard with hex-shaped keys).

EDIT: Probably worth a separate post at some point, but this is one of the few apps for which there is no open source equivalent, TTBOMK, and one of the few remaining proprietary apps that I rely on.

  • Rikj000@discuss.tchncs.de
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    1 month ago

    Might be a split ‘.apk’ file (aka ‘.apks’),
    for which you can try SAI (Split APKs Installer, to backup + restore):
    https://f-droid.org/packages/com.aefyr.sai.fdroid/

    Might be due to a check to see if the app was installed from the PlayStore,
    for which you can try KingInstaller (Spoofs as PlayStore, does not work for split APKs, to restore):
    https://apt.izzysoft.de/fdroid/index/apk/com.example.kinginstaller

    Might be due to custom licensing check,
    then you’d need to decompile, reverse engineer and write a bypass.

  • Nate
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    Interestingly enough Files by Google has this functionality

    • Alas Poor Erinaceus@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      I just discovered that myself! I had everything Google-related that I could find on my phone disabled, which is why I couldn’t figure this out right away. When I enabled Google files, I was able to go to Apps and download the apk by sharing it. However, it won’t install on my wife’s phone, which makes me think that when I switch to GrapheneOS that it may well not work there either. In any event, I won’t have any scruples pirating it since I already paid for it!

      • Nate
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        Just tried it on GrapheneOS and it worked perfectly. You should be good to go

        • Alas Poor Erinaceus@lemmy.mlOP
          link
          fedilink
          arrow-up
          1
          ·
          29 days ago

          Hi Nate (@[email protected]), I finally got myself switched over to Graphene, and unfortunately I wasn’t able to install the extracted apk file, and was wondering how you managed to get it working.

          (Note that this is for Typewise Offline, which is a paid version of the regular free Typewise that has more features.)

          If I can’t get it to work, I’ll have no scruples pirating it since I already paid for it.

  • over_clox@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    I thought an APK file was basically a ZIP file with a standardized structure. You should just be able to rename the extension to ZIP to open it up and view the contents.

    Not like that’s going to decompile the code and all, but that’s the first thing I’d start with.