• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

oi safe

navaneeth

Lurker
i m using oi safe app in my last htc phone i got application data back up oisafe.xml when i try to restore the previous data it is asking master password i really forget about the password i have given. please any one help to restore the back up or tell me how can i look into the file
 
Open the file in any text editor (like Notepad on a Windows computer). If it's not encrypted, you'll be able to read it. (An xml file is a plain text file laid out in a specific way.) It may take you a bit of thinking to figure out how it's laid out - the name, the url, the login, the password, etc. If it's simple, it'll be something like

<My Site>
<login>myname</login>
<password>abcxyz</password>
</MySite>
 
Back
Top Bottom