1. ADB Shell
2. CD to the database directory:
3. sqlite3 databasename. dB;
4. tables;
5. Selecte * From tablename;
# Ls
Ls
Lib
Cache
Databases
Shared_prefs
# Cd Databases
CD Databases
# Ls
Ls
Webviewcache. DB
Webview. DB
Yb_database.db
# Cd yb_database
CD yb_database
CD: Can't CD to yb_database
# Select
Select
Select: not found
# Select * from DB yb_database
Select * from DB yb_database
Select: not found
# Ls
Ls
Webviewcache. DB
Webview. DB
Yb_database.db
# Sqlite3 yb_database.db
Sqlite3 yb_database.db
SQLite version 3.6.22
Enter ". Help" for instructions
Enter SQL statements terminated with ";"
SQLite>. Tables
. Tables
Android_metadata cnd_coupon_alert tracking_urls
Barcode_history favorites
Cnd_business_watch_list search_history
SQLite> select * From cnd_business_watch_list;
Select * From cnd_business_watch_list;
1 | 1854751897 | Rada boutique | 394 Main Street | Wakefield | Ma | 01880 | 781-224-1033 | 42503
Five |-710705
2 | 1854751897 | Rada boutique | 394 Main Street | Wakefield | Ma | 01880 | 781-224-1033 | 42503
Five |-710705
SQLite>
C: \ Users \ allen_fang.d7yb>