View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#4
Originally Posted by hyno111 View Post
Impossible without sourcecode or at least API for it(And must be English of course
Download android version, unpack it and check what technology it is using. If it is html5/javascript stuff, examine what it is sending to the server. If it is compiled java classes, then decompile them (they are not still easy to read). Or capture network data with wireshark.
(hard work)
-> unofficial API, which can break in any day.