1

I followed Nikolay Elenkov's method of unpacking backup.ab.

Is it possible to get data/data/com.android.browser/databases/webview.db from backup.ab?

AlanBond
  • 21
  • 1
  • 2
  • 5

1 Answers1

1

I found a bypass to this problem. Just do a full adb backup including all app data, apk and system data. Then root the phone and restore everything from backup. Then I would be able to access data/data/com.android.browser/databases/webview.db using Root Explorer on my phone.

AlanBond
  • 21
  • 1
  • 2
  • 5