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 > i can execute adb yes. > > 17 Şubat 2012 14:21 tarihinde Duygu Kahraman yazdı: > > i am using windows 7 >> >> 17 Şubat 2012 14:08 tarihinde moktarul anam yazdı: >> >> Firs

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 yazdı: > i am using windows 7 > > 17 Şubat 2012 14:08 tarihinde moktarul anam yazdı: > > First tell me r u able to connect adb means check whether ur adb is >> connected or not. >> >> execute -- >> adb devices >> >> check whethe

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 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 wrote: > >

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 wrote: > where is the ddms in ide? > > 17 Şubat 2012 13:15 tarihinde shihab shiha yazdı: > > 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

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 yazdı: > 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 > wrote: > >> intellj is not include ddms and you can not push /data/da

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 wrote: > intellj is not include ddms and you can not push /data/data// > etc. > > Can anybody help me? > > > 17 Şubat 2012 08:57 tarihinde shihab shiha yazdı:

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// etc. Can anybody help me? 17 Şubat 2012 08:57 tarihinde shihab shiha yazdı: > 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 ./

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 wrote:

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 wrote: > best way is use adb shell > > 1. adb shell > 2. cd /data/data// > 3. adb pull database ./ > > Enjoy > Moktarul > > On Feb 16, 8:18 pm, Duygu Kahraman wrote: > > I am using intellj idea and i am working with **ORMLi