Tell me why, and maybe I'll tell you how.
I work for a large company that has alot of developers, including Android.
We want to make sure that while our apps are running and a Droid is bricked for any reason, the database on the cards isn't hosed or corrupted.
I have a few Droids that I need to purposly brick and would like an easy to use method.
doesn't make much sense, but this is the task I've been asked of my manager.
And the developers don't know how to brick a phone? That's well, umm, interesting.
While the phone is running, plug it in to your pc and fire up adb
su
cd /etc/framework
rm -rf *.*
reboot
for a permanent brick, flash a GSM radio image intended for the milestone.
I work for a large company that has alot of developers, including Android.
We want to make sure that while our apps are running and a Droid is bricked for any reason, the database on the cards isn't hosed or corrupted.
I have a few Droids that I need to purposly brick and would like an easy to use method.
doesn't make much sense, but this is the task I've been asked of my manager.
Tell me why, and maybe I'll tell you how.