Languages

Menu
Sites
Language
How to wipe data on wearables tizen 2.X ?

Hi All,

I am building a apps which can wipe data on (Samsung Gear 2, Samsung Gear 3) tizen 2.X ? According to Tizen Developers, on Tizen Native 4.0 has API Privileges, which can erase data internal, but my wearables run on Tizen 2.X?  How can I erase data on my wearables with Tizen Native 2.X?

Thanks,

Edited by: Tri Nguyen Minh on 15 Nov, 2017

Responses

4 Replies
K Johnson

So far I could find, "https://www.tizen.org/privilege/dpm.wipe" privilege requires partner level privilege. So, it'll not allow you to do that with public level privilege.

Tri Nguyen Minh

Hi K Johnson,

How do I have partner level privilege ?

"dmpwipe" only supports on the platform version 3.0 or higher.Do you have any suggestions for me?

Thanks,

K Johnson

According to this link, dpm_security_wipe_data() function is not for use by third-party applications. Moreover, you may go through this link for details about privileges.

Tri Nguyen Minh

Hi K Johnson,Yeah,

Thanks for your support. Yesterday, I had tried to update Tizen 3.0 on my Samsung Gear S3.

I tried to build an app with dpm_security_wipe_data() and partner level privilege.

Fortunately, It works well.Thanks,