kilads / simple-android-instant-messaging-application

Automatically exported from code.google.com/p/simple-android-instant-messaging-application
0 stars 0 forks source link

Message was not able to sent #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What version of the product are you using? On what operating system?
Android 2.2 or above

I can connect to my server and added some one as friend but not able to send 
message , everytime getting message cannot be sent .
Can you just suggest me about this ?

Original issue reported on code.google.com by rizvan....@gmail.com on 20 Mar 2012 at 12:43

GoogleCodeExporter commented 8 years ago
i have same problem too

Original comment by WuTony...@gmail.com on 10 Apr 2012 at 10:31

GoogleCodeExporter commented 8 years ago
i think i got the key.
because of the IP, sharing internet must have virtual ip,it's the device u hand 
each one.
so, it need to upload u'r device real ip but not virtual ip more then one 
device are sharing.

Original comment by WuTony...@gmail.com on 11 Apr 2012 at 5:30

GoogleCodeExporter commented 8 years ago
@WuTony can u please more descriptive because if you give solution for this , 
it would  be more helpful to me .

Original comment by rizvan....@gmail.com on 11 Apr 2012 at 6:32

GoogleCodeExporter commented 8 years ago
I am having the same problem. It works fine in local net with 10.0.0.2 IP, but 
when I try to send message throught the internet with Friend.IP, this error 
appears. Did you find the solution?

Original comment by davidft....@gmail.com on 22 Apr 2012 at 6:05

GoogleCodeExporter commented 8 years ago
same problem here.

Original comment by jbinc...@ittc.up.edu.ph on 23 Apr 2012 at 4:55

GoogleCodeExporter commented 8 years ago
sorry i just see it now!
what's are u connect to internet? wifi or 3g?
try to check the database, the two device ip is same or not?

Original comment by WuTony...@gmail.com on 25 Apr 2012 at 9:32

GoogleCodeExporter commented 8 years ago
cannot sent the message...

Original comment by senmonka...@gmail.com on 18 May 2012 at 5:07

GoogleCodeExporter commented 8 years ago
by the way it's can't sent in different internet area

Original comment by WuTony...@gmail.com on 7 Jun 2012 at 11:34

GoogleCodeExporter commented 8 years ago
did anyone found the solution?

Original comment by alexandr...@gmail.com on 4 Jul 2012 at 11:28

GoogleCodeExporter commented 8 years ago
Any one found the solution?

Please let us know 

Original comment by nilesh.p...@gmail.com on 20 Aug 2012 at 5:38

GoogleCodeExporter commented 8 years ago
your need to do port forwarding for the message to sent

Original comment by Zacknigh...@gmail.com on 7 Sep 2012 at 2:49

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
i an unable to send message while i am using it on server . 

Original comment by haris.ba...@gmail.com on 3 Nov 2012 at 2:57

GoogleCodeExporter commented 8 years ago
if any one found the solution please let me know . 

Original comment by haris.ba...@gmail.com on 3 Nov 2012 at 2:58

GoogleCodeExporter commented 8 years ago
Can any one solve this problem?

Original comment by hamid.mo...@gmail.com on 5 Nov 2012 at 4:23

GoogleCodeExporter commented 8 years ago
did anyone find a solution to this problem?

Original comment by jrenna...@pacificap.com on 19 Apr 2013 at 10:11

GoogleCodeExporter commented 8 years ago
These "Chat Message couldn't be sent" is caused by sending/receiving directly 
through sockets.

some operators provide private IP-Adresses so it is just impossible to connect 
(send/receive) on devices in their net.

I just got the commitment rights to maintain this project, my first update will 
include sending and receiving messeges through the XML Api which will fix these 
Issues.

Original comment by d.pirngruber@gmail.com on 6 May 2013 at 4:34

GoogleCodeExporter commented 8 years ago
I already hosted im but whenever im signing up the mekya aap failed...
how to overcome this problem...
plz any1 help me...
or give the this runnable project....

Original comment by durgesh....@gmail.com on 13 Jun 2013 at 6:52

GoogleCodeExporter commented 8 years ago
just be sure to modify the connection adress to your web service

"set AUTHENTICATION_SERVER_ADDRESS in socketOperator, it must be the address 
where server folder are located, for our example it is 
http://192.168.7.5/android_im/ (don't use localhost)"

so if you are running the web service on your developement machine get your own 
lan ip and sub directory e.g. "android_im/" and modify the 
"AUTHENTICATION_SERVER_ADDRESS" to http://<your lan ip>/android_im/ 

it works like a charm!

Original comment by d.pirngruber@gmail.com on 22 Jun 2013 at 7:34

GoogleCodeExporter commented 8 years ago
Hey i've just uploaded the preview APK with the Fix for the send/receive "bug", 
try it out!
http://code.google.com/p/simple-android-instant-messaging-application/downloads/
detail?name=AndroidIMu2.apk&can=2&q=

I think i get the source ready till tomorrow, you'll find it under downloads.
Update 2

Original comment by d.pirngruber@gmail.com on 13 Jul 2013 at 2:01

GoogleCodeExporter commented 8 years ago

Original comment by d.pirngruber@gmail.com on 13 Jul 2013 at 4:00