[android-beginners] need help in debugging/making sense of this code

2008-04-03 Thread Kevin Tan
hi, I got an error on the emulator saying that the table new was not found. From the debugger, I notice that the program never entered the catch block, and therefore the table is not created. I borrowed this code from the notepad tutorial and it worked fine when i did the tutorial. Does anyone k

[android-beginners] Re: need help in debugging/making sense of this code

2008-04-03 Thread Kevin Tan
#x27;m thinking > it did when you tested the notepad tutorial and therefore the > DATABASE_CREATE never gets executed. Try wiping the data on the > emulator. > > On Apr 3, 1:05 pm, Kevin Tan <[EMAIL PROTECTED]> wrote: > > > > > hi, > >   I got an error on

[android-beginners] openFileOutput questions / clarifications

2008-04-08 Thread Kevin Tan
hi, I have been reading the android file storage and content provider documentations and have few questions that was unanswered. I did a few searches alternating around the words ' android file storage methods' and can the only result that i find useful is the documentation that i have been readi

[android-beginners] Re: openFileOutput questions / clarifications

2008-04-08 Thread Kevin Tan
r. Just because a column > is there doesn't mean you need to search with it. > > On Apr 8, 12:04 pm, Kevin Tan <[EMAIL PROTECTED]> wrote: > > > > > hi, > > > I have been reading the android file storage and content provider > > documentations a

[android-beginners] Re: openFileOutput questions / clarifications

2008-04-08 Thread Kevin Tan
don't think I'd manipulate the file data. I think maybe > just opening the file for output with a different flag would do it. > Either that or maybe you'd have to get the file contents, then delete > and re-create it with the new flag. > > On Apr 8, 2:16 pm, Kevin Tan &

[android-beginners] Clarification on GtalkService mechanics

2008-06-28 Thread Kevin Tan
hi there, I have been reading about GtalkService, "The system currently maintains a single GTalk connection to the server, and all messaging traffic — including both standard GTalk instant messages, and this P2P message-passing system — is carried on the same connection." I interpreted this se

[android-beginners] unable to signin to Gtalk with a new gmail account in XMPP setting?

2008-07-18 Thread Kevin Tan
hi, I want setup two emulators communicating with each other on the same Windows Vista machine. So I setup a new gmail account (this account) yesterday. I was able to login to gmail with the new account. I use the new account to setup the XMPP setting on the emulator. When i try to send a messa

[android-beginners] Using GtalkService on two or more emulator instances on the same machine solution

2008-07-20 Thread Kevin Tan
I was finally able to send messages between multiple emulators on the same machine with the sample GtalkdataMessageSender application. The amount of tweaking needed to do that is non-trivial especially for someone new to Android. I will try to list the steps here to save people some time and frust