05-30-2012 07:38 AM
Hi Friends,
To wipe/erase personal data we have the following option on BlackBerry Phone (Model: 9930)
Options -> Security -> Security Wipe
I want to provide the same option in my BlackBerry App (e.g. A button labelled "Erase Personal Data")
How can I simulate the same functionality through java code
Can anyone please provide some help or provide reference to any API
Thank you,
Solved! Go to Solution.
05-30-2012 07:47 AM
Welcome to the forums.
Can you clarify what this app would erase. Is it just your apps data?
05-30-2012 10:23 AM
Peter, Thank you for the response,
It should remove all the personal data
The same functionality of the command (Options -> Security -> Security Wipe)
but through my App.
05-30-2012 11:42 AM
05-31-2012 02:20 AM - edited 05-31-2012 02:30 AM
Simon, thank you for the response.
My requirement is similar to WIPE option in the BuddyGaurd App
or
similar to the following java code in BlackBerry
Runtime.getRuntime().exec("notepad.exe");
instead of "notepad.exe" I want to execute Options -> Security -> Security Wipe from BlackBerry App
05-31-2012 02:47 AM
05-31-2012 04:55 AM - edited 05-31-2012 04:56 AM
thank you,
not only Security Wipe, is it possible to simulate any command through code like we do in Java (e.g. Runtime.getRuntime().exec("notepad.exe"); )
05-31-2012 05:05 AM
05-31-2012 06:16 AM
Simon, Thanks a lot. thank you for your time.