GithubHelp home page GithubHelp logo

Comments (8)

rahulbambale avatar rahulbambale commented on June 15, 2024

i setup database in xampp server.than open apk file and sign up succesfully,but when i login its said username and password not match.apk file open in my mobile not emulator.plz help me sir

from androidim.

sikrinick avatar sikrinick commented on June 15, 2024

Try to find the reason in log files. Maybe server doesn't return on request. Also, check if the user actually exist in database.

from androidim.

rahulbambale avatar rahulbambale commented on June 15, 2024

Log cat messge.init cant open zip file.

So what next step I do.plz tell me bro

from androidim.

sikrinick avatar sikrinick commented on June 15, 2024

Does your user exist in database?

from androidim.

narogg avatar narogg commented on June 15, 2024

As I recall It can't work on localhost, you have to connect to some php server on the web (or on local network).

WebAPI:
There is a folder whose name is "android-im_WEBAPI", copy all files under "android-im" folder to a folder in your web server directory, for instance android-im that can be accessed by http://192.168.7.5/android-im/ (192.168.7.5 is the IP address of computer which runs apache and mysql, use local network IP address instead of using localhost or 127.0.0.1).
Open the index.php and enter database connectivity parameters such as host, username, password etc. write error_reporting(0) in top of index.php
Create the tables in mysql database with the included android_im.sql

Android app:
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)

from androidim.

rahulbambale avatar rahulbambale commented on June 15, 2024

Plz sir upload full tutorial about configure to androidim to server database .plz sir upload video.plz

from androidim.

rahulbambale avatar rahulbambale commented on June 15, 2024

I use xampp server.but didn't workSent from my Huawei Mobile-------- Original Message --------Subject: Re: [AndroidIM] For those who can't register new user. (#25)From: Goran Mandinić To: Pirngruber/AndroidIM CC: rahulbambale As I recall It can't work on localhost, you have to connect to some php server on the web (or on local network).

WebAPI:
There is a folder whose name is "android-im_WEBAPI", copy all files under "android-im" folder to a folder in your web server directory, for instance android-im that can be accessed by http://192.168.7.5/android-im/ (192.168.7.5 is the IP address of
computer which runs apache and mysql, use local network IP address instead of using localhost or 127.0.0.1).
Open the index.php and enter database connectivity parameters such as host, username, password etc. write
error_reporting(0) in top of index.php
Create the tables in mysql database with the included android_im.sql

Android APP:
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)

—Reply to this email directly or view it on GitHub.

from androidim.

saligerdo avatar saligerdo commented on June 15, 2024

included in 2954aa0
thx to @sikrinick

from androidim.

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.