Hacker News new | ask | show | jobs
by userbinator 3361 days ago
My brief experience with smartphones a few years ago is that you could just download the .apk elsewhere and copy it to the phone to install, like the good old days... or have Google thoroughly locked down that route too now?

(It does take longer and more effort, but IMHO you should really be doing more research on each piece of software you decide to use, than just reading a description in an app store.)

2 comments

You can still do that pretty easily, but most software doesn't release as separate apks outside of an app store (and particularly the Google store).

There are websites that provide apks, but I'm not sure of the legality there, and I'm not positive that they're unmodified versions of the software.

There's not any useful UI on android, but apks are signed (at least the jar is) by the developer, so you could check if it had been modified if you get the signing certificate from a Google Play install and see if that's the same certificate that signed the apk you download from who knows where.

You still have a potential issue if there's native code: Google Play makes it possible to build separate apks to support the different flavors of native code, so you need to grab the right apk for your phone, if the developers don't provide a web download with all the native code in one package.

There's always been an option (in recent years at least) in security that allows installation from other sources.