roncville
unread,Sep 1, 2011, 11:40:09 AM9/1/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
I think my need is different, but I can't be sure since I don't know the details of the 'normal system update mechanism' you refer to. But, I assume that update mechanism is used with (or from) a running Android system.
My need is to manage apps when Android is not running. I have a memory card upon which the Android stack, along with some apps, are installed. I want to temporarily mount that card to a separate Linux system, and use basic Linux commands like mv, rm, cp, or whatever, to add and delete apps from the card. Then, when I once again boot my card on my Android hardware to run Android, Android should reflect the newly modified set of apps.
For example, from the separate Linux system, is it safe to simply issue the command 'rm /system/app/Calendar.apk'?