GithubHelp home page GithubHelp logo

Comments (5)

dominikwille avatar dominikwille commented on July 27, 2024

well i found something out about the registration-process... but it doesn't work to me yet...

http://talk.maemo.org/showthread.php?t=82384

from whatsapi.

koenk avatar koenk commented on July 27, 2024

It can be done without a smartphone, but they now require a token based on the phone number somewhere in their registration process. As far as I know it is currently not known how that's generated. But you can use an Android emulator like BlueStacks to run the official WhatsApp app. Just fill in your own phone number, you will get a verification sms on that number (after about 10 minutes...).

With that verification code you can set your password (the android app sets it to the md'd reversed IMEI), but that step is also just a web request, not requiring that token. So you can then set it to any password you like, that has not changed from the link dominikwille gave.

from whatsapi.

ericblade avatar ericblade commented on July 27, 2024

The token is the MD5 of: a static string (which is different in each client's implementation, apparently), combined with the SHA1 of the app executeable, combined with the phone number. My guess is that they store the SHA1 of all of the released executeables in a table along with the static string, and then take the passed in registration phone number, and rebuild that MD5 on their end before responding to the request. If that matches something that is in their table, then it goes through, otherwise you get either a "success" response with no code ever sent, or you get a "fail-too-many" response.

from whatsapi.

dominikwille avatar dominikwille commented on July 27, 2024

And where did you get that from?

from whatsapi.

chandukrish avatar chandukrish commented on July 27, 2024

Yeah we can create whatsapp account without smart phone.But we need laptop or tablet(without sim) and one normal phone ( not smart phone) is enough.We can create account.For more details see this..http://www.searchforsolutionsonline.com/2015/09/how-to-get-whatsapp-for-free-without.html

from whatsapi.

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.