Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread Duygu Kahraman
intellj is not include ddms and you can not push /data/data/packagename/ etc. Can anybody help me? 17 Şubat 2012 08:57 tarihinde shihab shiha shihabkp.andr...@gmail.comyazdı: ya but you can open it using command mode. just go command mode and change your directory into the android sdk .

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread shihab shiha
I am using intellij . i can access the sdcard using ddms. i tried it using command mode . On Fri, Feb 17, 2012 at 3:24 PM, Duygu Kahraman duygu.kahram...@gmail.comwrote: intellj is not include ddms and you can not push /data/data/packagename/ etc. Can anybody help me? 17 Şubat 2012 08:57

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread Duygu Kahraman
where is the ddms in ide? 17 Şubat 2012 13:15 tarihinde shihab shiha shihabkp.andr...@gmail.comyazdı: I am using intellij . i can access the sdcard using ddms. i tried it using command mode . On Fri, Feb 17, 2012 at 3:24 PM, Duygu Kahraman duygu.kahram...@gmail.com wrote: intellj is not

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread shihab shiha
which os you are using ? On Fri, Feb 17, 2012 at 4:48 PM, Duygu Kahraman duygu.kahram...@gmail.comwrote: where is the ddms in ide? 17 Şubat 2012 13:15 tarihinde shihab shiha shihabkp.andr...@gmail.comyazdı: I am using intellij . i can access the sdcard using ddms. i tried it using command

[android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread moktarul anam
First tell me r u able to connect adb means check whether ur adb is connected or not. execute -- adb devices check whether ur device s there or not Moktarul On Feb 17, 2:54 pm, Duygu Kahraman duygu.kahram...@gmail.com wrote: intellj is not include ddms and you can not push  

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread Duygu Kahraman
i am using windows 7 17 Şubat 2012 14:08 tarihinde moktarul anam mokta...@gmail.com yazdı: First tell me r u able to connect adb means check whether ur adb is connected or not. execute -- adb devices check whether ur device s there or not Moktarul On Feb 17, 2:54 pm, Duygu Kahraman

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread Duygu Kahraman
i can execute adb yes. 17 Şubat 2012 14:21 tarihinde Duygu Kahraman duygu.kahram...@gmail.comyazdı: i am using windows 7 17 Şubat 2012 14:08 tarihinde moktarul anam mokta...@gmail.com yazdı: First tell me r u able to connect adb means check whether ur adb is connected or not. execute --

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread shihab shiha
I am using linux and ide is intellij. i can open ddms using command mode. i never use ecclipse . 2012/2/17 Duygu Kahraman duygu.kahram...@gmail.com i can execute adb yes. 17 Şubat 2012 14:21 tarihinde Duygu Kahraman duygu.kahram...@gmail.comyazdı: i am using windows 7 17 Şubat 2012 14:08

[android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-16 Thread moktarul anam
best way is use adb shell 1. adb shell 2. cd /data/data/packagename/ 3. adb pull database ./ Enjoy Moktarul On Feb 16, 8:18 pm, Duygu Kahraman duygu.kahram...@gmail.com wrote:     I am using intellj idea and i am working with **ORMLite**.     My question is, i create a database but i want

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-16 Thread shihab shiha
you can use ./ddms On Fri, Feb 17, 2012 at 10:37 AM, moktarul anam mokta...@gmail.com wrote: best way is use adb shell 1. adb shell 2. cd /data/data/packagename/ 3. adb pull database ./ Enjoy Moktarul On Feb 16, 8:18 pm, Duygu Kahraman duygu.kahram...@gmail.com wrote: I am using

[android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-16 Thread moktarul anam
Hi I think ddms feature is not there in intellj Moktarul On Feb 17, 10:20 am, shihab shiha shihabkp.andr...@gmail.com wrote: you can use ./ddms On Fri, Feb 17, 2012 at 10:37 AM, moktarul anam mokta...@gmail.com wrote: best way is use adb shell 1. adb shell 2. cd

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-16 Thread shihab shiha
ya but you can open it using command mode. just go command mode and change your directory into the android sdk . android-sdk-linux/tools and type ./ddms then you will get the window from there you can get the access to the sdcard and all On Fri, Feb 17, 2012 at 11:25 AM, moktarul anam