Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"marketplace" app (idea for future) #5

Open
ngvincent opened this issue Jul 11, 2015 · 1 comment
Open

"marketplace" app (idea for future) #5

ngvincent opened this issue Jul 11, 2015 · 1 comment

Comments

@ngvincent
Copy link

Currently, we need tethered-usb to install (maybe thru wifi as well?)

We should look at how/whether a (marketplace) app can download&install other apps. Can the app bypass the RSA/DSA key and simply execute the default android install function?(RSA/DSA key is same for all users?)

The marketplace app can simply be a QR code reader. The marketplace webpage can display a QR code (pointing to correct ?RSA/DSA-encrypted? spk/apk file) and install

That way, user doesn't have to scroll through a gigantic list of apps on the camera's marketplace app

@ma1co
Copy link
Owner

ma1co commented Jul 13, 2015

Yes, this is possible. However, only .spk packages are supported by the installer. So we still have to encrypt our apks into spks (you can use PMCA-RE to do this).

I've implemented InstallerActivity as a proof of concept. It allows you to install apps from your SD card. It won't be much trouble to add the wifi download later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants