WebUSB APK Installer
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .zed | ||
| dist | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| LICENSE | ||
| README.md | ||
Web APK Installer
A web app that uses the ya-webadb library to easily install a predefined APK to an Android device, using WebUSB.
Therefore no app install is required, aside of a Chromium browser due to them being the only ones supporting WebUSB.
You can see it in action at install.vendroid.nin0.dev.
Why?
It bypasses the need to enable an "advanced flow" in system settings and wait a day, simply to install an unverified APK file.
Deployment
- Clone the repository;
- Make a copy of
dist/config.example.js, intodist/config.js; - Edit
dist/config.jsto your liking, then delete the example config; - Deploy the
dist/dir to your favourite static site host.
It is, in fact, that simple.
Acknowledgements
which are the sole two dependencies of this project.