I've completed developing the first phase of my application. I wanted to test it on an actual device so hooked up my mobile to my computer and installed the application. This application uses a database, so when I run my app on my mobile it throws an error
W/System.err(21912): android.database.sqlite.SQLiteException: no such table: UserTable: , while compiling: SELECT * FROM UserTable WHERE username='null'
How can I insert my database into my device during runtime ?
Regular method of inserting it through Eclipse wont work as root access is blocked by the mobile phone.