I'm currently trying to find some way of pragmatically installing updates onto a device using an Android that:
- has no means of user input
- has no internet or network
- Is running Android 4.0
This is why I am looking to do it silently. Worst case would be hooking it up to a PC every time I wish to update but this is exactly what I'm trying to avoid.
Input is from an external sdcard.
From what I've found so far there seems to a couple of ways that will, apparently, work:
- Root set the chmod to 777 on the /data/app (and not care about security)
- appbrain over the web (Useless to me)
- Write / Rewrite the OS (Past my expertise)
So my question is as follows:
What programs do I need in order to do this and how do I go about doing it?