haggag / simple-android-instant-messaging-application

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

http://192.168.7.5/android_im/ #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
How does  http://192.168.7.5/android_im/ work? There's error whenever i click 
the sign up button.

Original issue reported on code.google.com by Zacknigh...@gmail.com on 28 Jul 2012 at 7:18

GoogleCodeExporter commented 8 years ago
its okay. i got it fixed alrdy!!

Original comment by Zacknigh...@gmail.com on 28 Jul 2012 at 8:05

GoogleCodeExporter commented 8 years ago
are both emulators suppose to be online for friend request to be accepted?

Original comment by Zacknigh...@gmail.com on 29 Jul 2012 at 10:30

GoogleCodeExporter commented 8 years ago
also does the port value change everytime i close the emulator?

Original comment by Zacknigh...@gmail.com on 29 Jul 2012 at 11:06

GoogleCodeExporter commented 8 years ago
how does the port forwarding works?

Original comment by Zacknigh...@gmail.com on 29 Jul 2012 at 11:07

GoogleCodeExporter commented 8 years ago
even I had the same error whenever i click the sign up button. How did u fix 
it??
can u please tell me how to do the port forwarding??

Original comment by medhapa...@gmail.com on 3 Aug 2012 at 12:12

GoogleCodeExporter commented 8 years ago
i can get it working already. which one do you need help with?

Original comment by Zacknigh...@gmail.com on 4 Sep 2012 at 9:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
i am getting the problem with the sign up....can you help me get it fix

Original comment by ryanosb...@gmail.com on 10 Sep 2012 at 8:23

GoogleCodeExporter commented 8 years ago
I have problems with signing up too. The app crashes at SocketOperator.java:99 
with FileNotFound exception. But everything seems to be set right...

Original comment by maxsol...@googlemail.com on 21 Sep 2012 at 3:10

GoogleCodeExporter commented 8 years ago
I also get error when try to sign up. My error at SignUp.java:112.

Original comment by nangdu...@gmail.com on 19 Oct 2012 at 9:18

GoogleCodeExporter commented 8 years ago
I've already fixed my error. In SocketOperator.java for 
AUTHENTICATION_SERVER_ADDRESS I add "index.php" in the end of address. So the 
address will be "http://192.168.7.5/android_im/index.php".

Original comment by nangdu...@gmail.com on 20 Oct 2012 at 1:00

GoogleCodeExporter commented 8 years ago
how dit u fix it so after register u can use the app ?

Original comment by ginofern...@gmail.com on 3 Feb 2013 at 9:20

GoogleCodeExporter commented 8 years ago
pls help.... Even i have error during signup..
it says "sign up failed because of unknown reason"
I am using apache tomcat 6.0 as server. is it ok??

Original comment by rishabhc...@gmail.com on 17 Feb 2013 at 3:38

GoogleCodeExporter commented 8 years ago
hi 

Can anyone help i am trying to connect this app using a java Servlet or Apache 
Axis2 Web service. Please help.

Original comment by KCMASHI...@gmail.com on 8 Apr 2013 at 11:51

GoogleCodeExporter commented 8 years ago
It works like a charm on the XAMPP Package ;)

You can check your Apache Config when manually navigating to 
http://<SERVERIP>/android_im/index.php?action=authenticateUser&username=<USERNAM
E>&password=<PASSWORD>

if you dont see a single Zero in your upper left corner, it works!

If your skilled in web debugging you can just take a look on your http 
response-head, it should look something like this:

<data>
<user userKey='1' />
<friend  username = 'User1'  status='online' IP='192.168.0.51' userKey = '2'/>
<friend  username = 'User2'  status='offline' IP='192.168.0.52' userKey = '3'/>
</data>

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
baHow to check Apache Config in Wamp Package?

when i navigate to 
http://<SERVERIP>/android_im/index.php?action=authenticateUser&username=<USERNAM
E>&password=<PASSWORD>
it gave me 0 at the uper left corner ..how to resolve it?

And my Sign Up is also giving exception  to force close it.

Original comment by sanatanv...@gmail.com on 12 Jun 2013 at 5:37

GoogleCodeExporter commented 8 years ago
@sanatanvir053:
have you already signed up? or what parameters have you used in your 
http://<SERVERIP>/android_im/index.php?action=authenticateUser&username=<USERNAM
E>&password=<PASSWORD>

for the placeholders <SERVERIP>, <USERNAME> and <PASSWORD>?

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

GoogleCodeExporter commented 8 years ago

Original comment by d.pirngruber@gmail.com on 14 Jul 2013 at 3:38