Hacker News new | ask | show | jobs
by 4cao 1259 days ago
Since it's compatible with so many devices, it should probably run on most others too as long they support the same Camera API.

As for downloading, I'm not sure if it's available separately, which of course would be the easiest way, but you can always get the APK for it from any LineageOS build. Just download the flashable ZIP image, extract payload.bin from inside the ZIP, extract the product partition with payload-dumper-go [1]:

    payload-dumper-go -p product payload.bin
and then you have an EXT4 image you can simply mount under UN*X, or extract from using numerous tools for Windows. It'll be somewhere in the /app/ directory.

1. https://github.com/ssut/payload-dumper-go