GithubHelp home page GithubHelp logo

Comments (21)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
its okay. i got it fixed alrdy!!

Original comment by [email protected] on 28 Jul 2012 at 8:05

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
are both emulators suppose to be online for friend request to be accepted?

Original comment by [email protected] on 29 Jul 2012 at 10:30

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
also does the port value change everytime i close the emulator?

Original comment by [email protected] on 29 Jul 2012 at 11:06

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
how does the port forwarding works?

Original comment by [email protected] on 29 Jul 2012 at 11:07

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
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 [email protected] on 3 Aug 2012 at 12:12

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
i can get it working already. which one do you need help with?

Original comment by [email protected] on 4 Sep 2012 at 9:43

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
[deleted comment]

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
[deleted comment]

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
i am getting the problem with the sign up....can you help me get it fix

Original comment by [email protected] on 10 Sep 2012 at 8:23

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
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 [email protected] on 21 Sep 2012 at 3:10

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I also get error when try to sign up. My error at SignUp.java:112.

Original comment by [email protected] on 19 Oct 2012 at 9:18

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
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 [email protected] on 20 Oct 2012 at 1:00

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
how dit u fix it so after register u can use the app ?

Original comment by [email protected] on 3 Feb 2013 at 9:20

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
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 [email protected] on 17 Feb 2013 at 3:38

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
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 [email protected] on 8 Apr 2013 at 11:51

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
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 [email protected] on 6 May 2013 at 4:50

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024

Original comment by [email protected] on 6 May 2013 at 4:50

  • Changed state: Accepted

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
[deleted comment]

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
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 [email protected] on 12 Jun 2013 at 5:37

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
@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 [email protected] on 22 Jun 2013 at 7:37

from simple-android-instant-messaging-application.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024

Original comment by [email protected] on 14 Jul 2013 at 3:38

  • Changed state: Done

from simple-android-instant-messaging-application.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.