Hi,
I had some problems with the gtalk example (ApiDemos - app/
GTalkDataMessageReceiver).
when I tried to send message from one emulator to another I got error
"can't find the full JID for ..."
Looking in this group I found some suggestions but they did not really
work.

I think I found a workaround:
1. open shell: adb shell
2. open the db:
sqlite3 /data/data/com.google.android.providers.im/databases/im.db
insert into gtalkDataMessageCapable (bare_jid, resource) values
( '[EMAIL PROTECTED]', 'androidwCxwXphYj3JM');


now you can send message to [EMAIL PROTECTED]

An idea how to implement the workaround by code you can find here:

http://craigbbaker.com/2008/01/03/android-on-smack/















--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to