I had been assaulted twice in the last 6 months, looked into the barrel of pistols and had a guy wielding a knife in front of me. Their goal was to take my phone off me. I had more money in my pocket than they would have gotten from selling the phone off. And I noticed without this phone I am completely screwed. All my banking and security stuff is all depending on this phone. If gone, I don't know if I could restart my online life. So I get myself into danger of real-world life, which is fine, but I need a real backup plan.
So I figured replication is the key. I would like to create an exact clone of this phone, with the exact same make and model (to make it easier). With computers, I can just clone the disk an everything works usually. But is there a way to do that with an android phone? I am not talking about a "backup" where then you need to "restore" some of the apps will appear but totally blank. I need a clone of a phone that hits the ground running!
There must be a way to do this, because it really is so important to living online life these days.
EDIT: I am thinking the most straight forward way I could see is if I would root the phone (or get a pair of phones that I can fully root), and then as root I dd the contents of the disk (as raw as it gets) and push it though dd if=/dev/physical-disk | rsh ...
or so over to a computer, then on the other side I do rsh ... |dd of=/dev/physical-disk
. I don't need rsh or ssh exactly as long as I have something that can push to the network (e.g. netcat). People say this can't work, but why if I can be root on the phone and it is a Linux system should I not be able to dd if and of to the raw disk?