I want to see the contents of my database created in my app in the device I deploied it. I can use sqlite commands in shell and see in emulator but not in a real device.
Actually your Real Device is not Rooted so you don't have a permission to access /data/data//database/ directory.
/data/data//database/
Only one solution copy that file to external Storage .. And see it in SQLiteManager or any other SQLite tools.