[android-developers] Re: sqlite database storage data

2012-02-27 Thread JJ
I just went through this and believe I can help.

It's on the device. It's also in the virtual device, but it's a lot
harder to get at (google UnYaffs)

I tried to use UnYaffs and gave up after a few days, as it did not
compile on my machine (it's C++).

The easiest way is to root your phone. Once your phone is rooted, you
can easily get to your SQLite DB...

adb pull /data/data/com.example/databases/whatever.db .

Then it will be on your computer's drive and you can open it...
Rooting your phone can be a headache, but I found it the easiest way.
JJ

On Feb 25, 12:35 am, Jagruti Sangani jagruti.sang...@inextrix.com
wrote:
 hello,
 i want to know the sqlite database at where store the data?It is on
 application device or on the pc.Because i need the data will be remain
 with project.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: sqlite database storage data

2012-02-27 Thread abhijeet tomar
Narendra sir guide well ...it should be like that ...why are u not applying
that.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: sqlite database storage data

2012-02-24 Thread abdullah mohamed mohamed abdelrhim
i think the answer is in this link
http://stackoverflow.com/questions/513084/how-to-ship-an-android-application-with-a-database

On Feb 24, 3:57 pm, Jagruti Sangani jagruti.sang...@inextrix.com
wrote:
 hello,
 can anybody know the sqlite database at which place store the data
 like in project or inpc at any where.because i have use the sqlite
 database store the data on my pc its work perfect.but when this
 project run on other pc then no data found from table.so can anybody
 give me reply at where place the sqlite database.i want the data will
 be stay on project bcz i dont want at every time create datbase and
 insert data.so plz help me.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: sqlite database storage data

2012-02-24 Thread Narendra Singh Rathore
On Fri, Feb 24, 2012 at 8:53 PM, abdullah mohamed mohamed abdelrhim 
eng.abod...@gmail.com wrote:

 i think the answer is in this link

 http://stackoverflow.com/questions/513084/how-to-ship-an-android-application-with-a-database

 On Feb 24, 3:57 pm, Jagruti Sangani jagruti.sang...@inextrix.com
 wrote:
  hello,
  can anybody know the sqlite database at which place store the data
  like in project or inpc at any where.because i have use the sqlite
  database store the data on my pc its work perfect.but when this
  project run on other pc then no data found from table.so can anybody
  give me reply at where place the sqlite database.i want the data will
  be stay on project bcz i dont want at every time create datbase and
  insert data.so plz help me.


 I guess, you got the solution.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en