BinaryBlue / simple-android-instant-messaging-application

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

force close #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
im trying to use to app but when i type in all the information in the sign up 
screen and click sign up it app force close....need help

Original issue reported on code.google.com by ryanosb...@gmail.com on 10 Sep 2012 at 8:10

GoogleCodeExporter commented 8 years ago
same problem

Original comment by mooiboy....@gmail.com on 13 Apr 2013 at 12:29

GoogleCodeExporter commented 8 years ago
do you have some detailed infos of the failure or your sys spec.?

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

GoogleCodeExporter commented 8 years ago

Original comment by d.pirngruber@gmail.com on 6 May 2013 at 5:05

GoogleCodeExporter commented 8 years ago
same error... and this is my logcat.. kindly help soon

Original comment by raviprab...@gmail.com on 18 May 2013 at 8:01

Attachments:

GoogleCodeExporter commented 8 years ago
Are your webserver and the eclipse/adt on the same machine?
If yes -->

"if it is wanted to run applications on same computer, remove the slashes at 
the line of //IP=10.0.2.2 in sendmessage function in imService . Then you need 
to port forwarding. let me give me an example for instance user1 logins the 
emulator-5554 with port number 12345 and user2 logins the emulator-5556 with 
port number 54321

then issue these commands

adb -s emulator-5554 forward tcp:12345 tcp:12345

adb -s emulator-5556 forward tcp:54321 tcp:54321"

;)

Original comment by d.pirngruber@gmail.com on 19 May 2013 at 3:02

GoogleCodeExporter commented 8 years ago
what if the webserver is  on a different machine.

Pls help. Thanks in advance

Original comment by fitzaf...@gmail.com on 23 May 2013 at 3:42

GoogleCodeExporter commented 8 years ago
sryy it has nothing to do with the webserver, it only is important to do the 
above steps if you're chatting with two virtual devices.

Because if 10.0.2.2 is the "ADT-Host" so it would send the messages from the 
virtual Android Device #1 to your pc and your pc would "forward" the packages 
to virtual Android Device #2

the webserver url has to be configured in the "socketOperator" file at 
"AUTHENTICATION_SERVER_ADDRESS" (i.e. "http://192.168.7.5/android_im/")

hope this helps you ;)

Original comment by d.pirngruber@gmail.com on 23 May 2013 at 4:21

GoogleCodeExporter commented 8 years ago
how do we solve this problem??? webserver is online and app running on mobile 
phone

Original comment by k.makis1...@gmail.com on 3 Jun 2013 at 8:16

GoogleCodeExporter commented 8 years ago
why result=null and app crashes???how can i fix this?

Original comment by k.makis1...@gmail.com on 3 Jun 2013 at 8:17

GoogleCodeExporter commented 8 years ago
I am trying to run this application since 3 weeks and I am getting forceful 
closing message on signup.java

I am using WAMP , I tried 
http://192.168.1.100/index.php?action=authenticateUser&username=admin&password=a
dmin

however i see a ZERO as result in my mozilla browser.

Please help

Original comment by abhi.mah...@gmail.com on 26 Jun 2013 at 12:58

GoogleCodeExporter commented 8 years ago
Try the new Source Package in "Downloads"

Original comment by d.pirngruber@gmail.com on 29 Jun 2013 at 2:26