[android-developers] Re: gtalk - error 503 while sending message

2008-04-06 Thread nirdroid

thanks. it was unconnected
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] gtalk - error 503 while sending message

2008-04-03 Thread nirdroid

ERROR/gtalkSrv(1639):
ERROR Message:
message id=8fmxs-5 to=[EMAIL PROTECTED]/androidwCxwXphYj3JM
from=[EMAIL PROTECTED]/androidwCxwXphYj3JM type=error
error code=503/error
x xmlns=google:data-msg token=1yAeH-1
intent_action=com.test.app.msg
app-data type=MeetingCodeZq4Wny45BAXKJMz5/app-data
app-data type=UserCodeqAksVBKOVUcySJRO/app-data
/x
/message


any idea what's wrong?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] about the gtalk bug

2008-04-01 Thread nirdroid

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
-~--~~~~--~~--~--~---