This is for an Android-based appliance. A service will be preinstalled and 
will have a proprietary data connection not visible to the rest of the 
system. The data transfer bandwidth is very limited, but I need to 
seamlessly update components from time to time.

1. I think to break the service into smaller APKs in order to be able update 
the service more granularly (and save on data transfers to the box).
2. Is it possible to make the system use local repository (e.g. SD card) 
instead of a remote app store for updates? I'd pre-transfer the updated APKs 
to a local repository and then made the system update the apps from there.
3. How to seamlessly update (with no user interaction)?

Thanks,
Dr

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to