SaferMobile / InTheClear

Java and Android mobile alerting and secure wipe application(s)
https://lab.safermobile.org/wiki/InTheClear
GNU General Public License v3.0
23 stars 19 forks source link

crashes in Torch while data wiping #51

Open katrinskaya opened 13 years ago

katrinskaya commented 13 years ago

Data wipe in actual process freezes device. Data is not wiped.

djhalliday commented 13 years ago

need to get a log of this...

n8fr8 commented 13 years ago

The bug relates to the fact that we try to load the entire contact list up at once. The new code tries to requests the data broken up in smaller lists and categories. Will see if that has any effect.