Re: [android-developers] Remote wipe SD card Invocation Event

2011-12-12 Thread giles ian
Thanks All for your suggestions and help On Fri, Dec 9, 2011 at 9:10 PM, Erwann Abalea wrote: > > Le vendredi 9 décembre 2011 15:24:55 UTC+1, lbendlin a écrit : > >> There are a couple of technical difficulties. First of all the phone is >> likely too heavy for the AC. Then, even if we assume th

Re: [android-developers] Remote wipe SD card Invocation Event

2011-12-09 Thread Erwann Abalea
Le vendredi 9 décembre 2011 15:24:55 UTC+1, lbendlin a écrit : > > There are a couple of technical difficulties. First of all the phone is > likely too heavy for the AC. Then, even if we assume the AC's excrements > are toxic - how does it target exactly the SD card? And the request says > "wip

Re: [android-developers] Remote wipe SD card Invocation Event

2011-12-09 Thread lbendlin
There are a couple of technical difficulties. First of all the phone is likely too heavy for the AC. Then, even if we assume the AC's excrements are toxic - how does it target exactly the SD card? And the request says "wipe", not "soil" anyhow. -- You received this message because you are subs

Re: [android-developers] Remote wipe SD card Invocation Event

2011-12-09 Thread Erwann Abalea
Le vendredi 9 décembre 2011 14:50:03 UTC+1, TreKing a écrit : > > On Fri, Dec 9, 2011 at 1:43 AM, giles ian wrote: > >> *3. **Broadcast receiver for **C2DM message* >> >> Shortcoming: No Internet >> > > How do you propose to *remote* wipe a device with no internet? > > IPoAC, as described in RFC1

Re: [android-developers] Remote wipe SD card Invocation Event

2011-12-09 Thread TreKing
On Fri, Dec 9, 2011 at 1:43 AM, giles ian wrote: > *3. **Broadcast receiver for **C2DM message* > > Shortcoming: No Internet > How do you propose to *remote* wipe a device with no internet? - TreKing

[android-developers] Remote wipe SD card Invocation Event

2011-12-08 Thread giles ian
Hi Everyone, I want to remote wipe data on sd card. I know the code of wiping the data on SD card. What I am struggling with is how to invoke this code remotely. Options that i have is *1. Broadcast receiver for SMS.* Shortcoming: SIM Card removed immediately. *3. **Broadcast receiver for **C