Re: [android-developers] Need Advice in Syncing Data From Android Device to SQL-Server Database

2012-11-19 Thread Anees Thyrantakath
Below is the settings what i got when i checked *adb shell netcfg* System Directory: C:\Windows\system32# netcfg netcfg lo UP127.0.0.1 255.0.0.0 0x0049 eth0 UP10.0.2.15 255.255.255.0 0x1043 tunl0DOWN 0.0.0.0 0.0.0.0 0x0080

Re: [android-developers] Need Advice in Syncing Data From Android Device to SQL-Server Database

2012-11-17 Thread Andrew Mackenzie
Aadi, just to understand more what you want: You're trying to have an Android app read/write to a SQLite database running on your PC, using the USB connection? That doesn't sound easy, and I'm not sure it's possible. To get access over IP to the PC you will have to start by using the loopback

Re: [android-developers] Need Advice in Syncing Data From Android Device to SQL-Server Database

2012-11-14 Thread Anees Thyrantakath
If i use Samsung Device i can see Kies Tray Agent Application Running in my Task Manager.Can anyone tell me if is that the application helping samsung android device to sync datas. I wanted to know this because in my computer windows firewall i didnt configure this application. Please Anyone Help

Re: [android-developers] Need Advice in Syncing Data From Android Device to SQL-Server Database

2012-11-14 Thread Mukesh Srivastav
Hi There, Are you taking about the Sync with Between Android Device to the Local DB which sits on your computer through the USB ? if yes, did you write any windows Services which check that Android device is connected and then read the applicaton localdb and upload the same in the Local machine

Re: [android-developers] Need Advice in Syncing Data From Android Device to SQL-Server Database

2012-11-14 Thread Anees Thyrantakath
No i didn't write anything like that in my app i used jtds.jdbc connection to establish connection to database. My logic is after connecting device through usb. I provide a button on my Android App if i press the button the device should start syncing..Please let me know if the way i'm

[android-developers] Need Advice in Syncing Data From Android Device to SQL-Server Database

2012-11-13 Thread Aadi Rockzz
Hi, I wrote an application in android which will sync with SQL-server database that is sitting on my Local Server. while testing in real device using emulator it's not syncing Giving me IOException. I'm new to Android Technology. what my doubt is if i install this App in my android device