mehrdad eilbeygi
mehrdad eilbeygi

Reputation: 133

Where does Android emulator store Password?

I want see emulator password and save in a text file with adb. I read this question but i can't find correct folder in DDMS, Please help me.

what command i need to do this work?

Upvotes: 1

Views: 2112

Answers (1)

rajshree
rajshree

Reputation: 800

try this.

1.Open File Explore...

2.then go to data------>data........>then your package name(project packeage name)

see here enter image description here

3. in your packege there is a folder "Database" ,in this folder your database is saved.

4.then pull this database file on your system.,where you want to save this .

5.Open Squlite Browser.,and open your database file..,then you can see your password or any filed.

Upvotes: 1

Related Questions