this post was submitted on 25 Jan 2025
9 points (100.0% liked)

Android

9554 readers
1 users here now

A place to discuss anything related to Android or Android adjacent.


INFO:


Check Out Our Partner Communities:

!android@lemmy.world

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] Rikj000@discuss.tchncs.de 6 points 4 weeks ago* (last edited 4 weeks 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.