[android-developers] Re: insert the data in the Sqlite Database

2008-12-02 Thread NuuNeoI
You may forget Double Quote String strsql="INSERT TABLE DataTable(Name,Mobile,City) VALUES (\""+ Iname +"\",\""+ Imob +"\",\""+ Icity +"\")"; On Dec 2, 6:11 pm, Rahul <[EMAIL PROTECTED]> wrote: > i want to insert data in the database of Android Application i create > this code > >         String

[android-developers] Android Language Switcher

2008-11-09 Thread NuuNeoI
Hi, Just for information. I just finished hacking the android core to add my local language display and input (Thai). Here are the pictures. - Typing in English: http://farm4.static.flickr.com/3252/3015085799_7192835c90.jpg - Language Switcher ( by press Alt+Shift+X ): http://farm4.static.flic

[android-developers] Re: Android Language Switcher

2008-11-09 Thread NuuNeoI
using the adb application found in the tools > folder of the SDK > > then you'll be ready to go > > On Nov 9, 2:58 pm, NuuNeoI <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Just for information. I just finished hacking the android core to add > > my local langu

[android-developers] Re: Error while pushing file to android

2008-11-18 Thread NuuNeoI
Emulator or real device? -Sittiphol On Nov 18, 7:23 pm, "Asif Kadiwala" <[EMAIL PROTECTED]> wrote: > Hi All, > > I am trying to push the 1.txt file from my desktop C:/ to android /sdcard/ > folder using following command. > > adb push C:\1.txt  /sdcard/asif.txt > > but getting following error :

[android-developers] Re: How to create a socket in Andriod

2008-11-18 Thread NuuNeoI
Don't forget to add permission to your AndroidManifest.xml like this. -Sittiphol On Nov 19, 12:03 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > i have this source code: > > My Rcb.java line 216 is >  sock = new Socket(host, port); > > // where host is 127.0.0.1 and port = 690

[android-developers] Re: source code for android application mms

2008-11-18 Thread NuuNeoI
It's available in Android source code. http://android.git.kernel.org/?p=platform/packages/apps/Mms.git;a=commit;h=8eed706474910ccb978acda03e85d3261037da6e -Sittiphol On Nov 14, 4:08 pm, jalandar <[EMAIL PROTECTED]> wrote: > Hi > Is com.android.mmsapplication's source code  available ? > If so,I

[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example

2008-08-27 Thread NuuNeoI
I found the solution already. First please delete file C:\Documents and Settings\\Local Settings\Application Data\Android\debug.keystore Next, change your location and date time settings to United Stated. Rebuild project once again. If everything goes fine, you can change date time back to you

[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example

2008-08-27 Thread NuuNeoI
in order to solve the problem. > > bottom line... > when creating a project in Eclipse the Windows system locale and > location must be English, United States. > > should we treat this problem as a bug and submit to the issue tracker? > > On Aug 27, 9:32 pm, NuuNeoI <