Re: [android-developers] database connectivity on real device

2011-12-01 Thread Narendra Singh Rathore
Hi again, my problem solved by storing my database in sdcard, but even now I have to push my database for the first time I m using it. Now, I want something likestoring my database in assets folder, so that it can directly be installed with the apk directly, without using push. Here is what

Re: [android-developers] database connectivity on real device

2011-11-29 Thread Streets Of Boston
To access that directory and its sub-directories (data/data/**), you'll need to root your device. Create (and prefill) you database in the app (the app with id/name * package_name*) itself through SQL. -- You received this message because you are subscribed to the Google Groups "Android Develop

Re: [android-developers] database connectivity on real device

2011-11-29 Thread Narendra Singh Rathore
Now, I guess no one can help me out.. ** *H* -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr.

Re: [android-developers] database connectivity on real device

2011-11-29 Thread Narendra Singh Rathore
On Tue, Nov 29, 2011 at 3:01 PM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > > Absolutely creating.. > Actually its data/data/package_name/database/database_name. > > is it ok, now.? > I m even unable to open data folder (DDMS->file Explorer -> *data*), while using real device. --

Re: [android-developers] database connectivity on real device

2011-11-29 Thread Narendra Singh Rathore
Absolutely creating.. Actually its data/data/package_name/database/database_name. is it ok, now.? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] database connectivity on real device

2011-11-29 Thread NaveenShrivastva
data/data/package name/ur_database, Database folder you creating or not by Ur own code . On Tue, Nov 29, 2011 at 2:27 PM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > Hi all, plz help me connecting the sqlite database onto a real device. > I have connected it to the android emulator e

[android-developers] database connectivity on real device

2011-11-29 Thread Narendra Singh Rathore
Hi all, plz help me connecting the sqlite database onto a real device. I have connected it to the android emulator easily, using push in DDMS -> file Explorer -> data/data/package name/ur_database. It worked fine. But, now when I going to use real device (Samsung Galaxy Pop) for database, it is gi