1

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?

Community
  • 1
  • 1
mehrdad eilbeygi
  • 133
  • 1
  • 15

1 Answers1

1

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.
rajshree
  • 790
  • 5
  • 19