Re: [android-beginners] list of best Android Dev forums/discussions

2009-10-31 Thread Chaiyasit T
www.codemobiles.com It's just begun, but i will do the best to help you and you help me do tutorial too. Regards + Thanks On Sat, Oct 31, 2009 at 3:13 PM, Marton Kodok pentiu...@gmail.com wrote: Hello, I am looking to a forum or discussion where there is more activity then here. As I have

[android-beginners] Re: [android-beginners]

2009-10-27 Thread Chaiyasit T
Intent is a kind of message that required action immediately, while pendingIntent is a kind of intent that will allow another application to send the intent bound to pendingintent to send the bound intent. For pendingIntent, let's see this code, you will understand The sendSMS() function is

[android-beginners] Re: Mounting sdcard in Emulator

2009-10-26 Thread Chaiyasit T
I don't recommend to start the emulator from the ADT, you should command line. I have created a bat file for setup both native font and mount sdcard to emulator. Let's see the link below, you can modify the bat file to fit your env.

[android-beginners] Re: Mounting sdcard in Emulator

2009-10-26 Thread Chaiyasit T
Hi friend 555, if it can help you, please be member of my website too, and if you comment this topic, that will be very good. On Mon, Oct 26, 2009 at 4:28 PM, Chaiyasit T chaiyasi...@gmail.com wrote: I don't recommend to start the emulator from the ADT, you should command line. I have

[android-beginners] Re: Mounting sdcard in Emulator

2009-10-26 Thread Chaiyasit T
. Not sure why its not working. The SDcard image itself is 17KB even though i told it to create a 2mb one. On 26 Oct, 09:30, Chaiyasit T chaiyasi...@gmail.com wrote: Hi friend 555, if it can help you, please be member of my website too, and if you comment this topic, that will be very good

[android-beginners] Re: Emulator permission problem

2009-10-26 Thread Chaiyasit T
your problem would ge about internet access permission, could you post the error code you see in my website http://www.codemobiles.com/forum/viewforum.php?f=16 I will try to help you. regards On Mon, Oct 26, 2009 at 8:01 PM, Tom tomir...@googlemail.com wrote: Im am trying to download a file

[android-beginners] How to use IntentReceiver? Where is this class?

2009-10-24 Thread Chaiyasit T
Hi all, I see some examples about IntentReceiver, but seem this class is no longer available in the present SDK 1.5,16, anyone can tell me if it's really not available, if so, what class can I use instead of it as well as an example. jaboho www.codemobiles.com

[android-beginners] Re: unknown socket error Is anyone know this error??

2009-10-22 Thread Chaiyasit T
%20final%20String%20URL%20=%20%22http://www.codemobiles.com/nusoap/samples/authen_ws.php%22; * Note: any result, please let me know too. :) Chaiyasit T. www.codemobiles.com* * On Thu, Oct 22, 2009 at 4:00 PM, GreenRiver thong.dom...@gmail.com wrote: what does it means? On Oct 22, 2:37 pm, Samuh

[android-beginners] Re: XML Parser error

2009-10-21 Thread Chaiyasit T
hi let's try my example : http://www.codemobiles.com/forum/viewtopic.php?t=69 On Wed, Oct 21, 2009 at 4:30 PM, GreenRiver thong.dom...@gmail.com wrote: I get error java.lang.UnsupportedOperation Exception occurred invoking method. when i complied this code line below: xr.parse(new

[android-beginners] Re: Android Getting started

2009-10-20 Thread Chaiyasit T
in that fieldsbut i reached that new android project windoow... On Tue, Oct 20, 2009 at 8:31 AM, Chaiyasit T chaiyasi...@gmail.comwrote: Hi Let's go to the file menu and other and select android project. note: here is my website, if you need to run emulator directly without depedning eclipse, try

[android-beginners] Re: Android Getting started

2009-10-20 Thread Chaiyasit T
not found shar...@sharief-desktop:~/Desktop/SDK/android-sdk-linux_x86-1.5_r3/tools$ * On Tue, Oct 20, 2009 at 4:12 PM, Chaiyasit T chaiyasi...@gmail.comwrote: Hi Let's follow this guideline http://developer.android.com/guide/tutorials/hello-world.html On Tue, Oct 20, 2009 at 1:54 PM

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
On unix context, you must type all commands by starting with ./ Ex: ./emulaltor -avd sharief www.codemoibiles.com Regards + Thanks On Mon, Oct 19, 2009 at 2:47 PM, Niamathullah sharief android...@gmail.comwrote: I think i set the path correctly..now i am getting another error

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
, Chaiyasit T chaiyasi...@gmail.comwrote: On unix context, you must type all commands by starting with ./ Ex: ./emulaltor -avd sharief www.codemoibiles.com Regards + Thanks On Mon, Oct 19, 2009 at 2:47 PM, Niamathullah sharief android...@gmail.com wrote: I think i set the path correctly

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
* On Mon, Oct 19, 2009 at 1:44 PM, Chaiyasit T chaiyasi...@gmail.comwrote: Sorry I typed emulator wrong. let's type this: *./emulator -avd sharief* Note: Let's be sure you already change directory to this emulator command like ../tools/... Regards + Thanks On Mon, Oct 19, 2009 at 3:10 PM

[android-beginners] Re: Setting proxy on emulator: Unable to open settings.db

2009-10-19 Thread Chaiyasit T
hi I recommend you to login to the the emulaltor's shell before using sqlite3 ex: ./adb shell cd /data/data.../databases sqlite3 you_file_database Regards + Thanks On Mon, Oct 19, 2009 at 3:52 PM, joareiss joare...@googlemail.com wrote: Hello, Does anyone know what I have to do in order

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
$ * On Mon, Oct 19, 2009 at 1:58 PM, Chaiyasit T chaiyasi...@gmail.comwrote: you typed the wrong command let's change *emulaltor -- ./emulator* On Mon, Oct 19, 2009 at 3:20 PM, Niamathullah sharief android...@gmail.com wrote: oops...me too didnt see that. yes i already changed

[android-beginners] Re: Setting proxy on emulator: Unable to open settings.db

2009-10-19 Thread Chaiyasit T
it seems you're still stuck on it, right? I am not sure but you should check the folder of the database you are inserting, if it's really available. If you can't change directory to it, so it's possible that your database does not actually exist. Regards + Thanks On Mon, Oct 19, 2009 at 4:18

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
to bring this emulator in eclipse? Can anyone help me... On Mon, Oct 19, 2009 at 11:57 PM, Niamathullah sharief android...@gmail.com wrote: yes thank you chaiyasit. Its working fine now.. Thank you On Mon, Oct 19, 2009 at 2:43 PM, Chaiyasit T chaiyasi...@gmail.comwrote: could you show

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
...@gmail.comwrote: yes i already done this and created the new avd.. after that only i am confused On Tue, Oct 20, 2009 at 8:16 AM, Chaiyasit T chaiyasi...@gmail.comwrote: Let's get to the eclipse' preference and open android tree tab, you will the android sdk installation path setup

[android-beginners] Re: How can solve this error? Please help me :)

2009-10-12 Thread Chaiyasit T
Hi friend Can you give me your code so that I will review the correctness for you. Regards + Thanks On Mon, Oct 12, 2009 at 11:57 AM, GreenRiver thong.dom...@gmail.com wrote: I installed the older version of Android SDK and ADT but still have that error The method openDatabase(String,null)