Automatic authorisation in Wepoker
Installing programmes
To start using this guide, you must have an emulator window in which a previous version of Wepoker has been installed, and in this emulator window you have logged into your Wepoker account.
Download and install the new version of Wepoker:
Wepoker
Install the new version of Wepoker (without uninstalling the old version of Wepoker). In total, you have two installed versions of Wepoker in the emulator window.
After installing the new version of Wepoker, run it and get to the authorisation window (download all the necessary update files). Then, once you have reached the authorisation window the Wepoker application can be closed.
Important: You do not need to authorise your Wepoker account. You only need to reach the authorisation window as shown on the screenshot.
Install the SQL database viewer application and ADB(tools):
DB Browser for SQLite or at the link DB Browser(Yandex disk)
ADB(tools_r34.0.4.r2-windows_.zip)Unzip the ADB archive to the LDPlayer folder. The path may look like this: ..//LDPlayer/LDPlayer9 or ..//ledian/LDPlayer9.
Working with SQLite
In the settings of the emulator windows you need to make the setting that is shown on the screenshot.
It is necessary to go to the folder where LDPlayer files are located(..//LDPlayer/LDPlayer9 or ..//ledian/LDPlayer9). In the folder with LDPlayer you need to click on the file location, type cmd and go to the Windows command line. Launch the emulator window on which Wepoker is installed.
Next, at the command line to test, enter the command adb devices , if set up correctly, the device (emulator window) will be displayed on the command line. Enter the following 4 commands:
call adb shell su -c 'cp /data/data/com.bao408xue.bolizha/databases/jsb.sqlite /sdcard/Download/old.sqlite'
call adb pull /sdcard/Download/old.sqlite
call adb shell su -c 'cp /data/data/com.lwfniac.jkvdom/databases/jsb.sqlite /sdcard/Download/new.sqlite'
call adb pull /sdcard/Download/new.sqlite
After that run 2 windows of DB Browser(SQLite) application, in one window open database old.sqlite, in another window open database new1.sqlite.
From the old.sqlite database, you need to transfer the values of the following key fields to the new1.sqlite database also in the key fields:
user_device_id_datas
loginPhoneNum
loginType
RSAPublicKey
Logininfo
login_userdata
Also transfer their values from the fields value. Let's demonstrate it on the example of one of the fields:
In the new1.sqlite database, in the login_userdata and logininfo records, also edit the "Package name" parameter in the value column. In the value column of this fields, find the string com.lamhazd.uvghby and replace with the string com.bao408xue.bolizha
After that, you need to save the changes in the new1.sqlite database file. The process of saving changes is shown in the screenshot below:
Open the cmd command line in the LDPlayer folder(..//LDPlayer/LDPlayer9 or ..//ledian/LDPlayer9). Make sure that the emulator window is open and everything is also visible in the command line (by typing adb devices). After that, enter the following commands:
call adb push new1.sqlite /sdcard/Download/jsb.sqlite
call adb shell su -c 'rm -rf /data/data/com.bao408xue.bolizha/databases/jsb.sqlite-*'
call adb shell su -c 'cp -r /sdcard/Download/jsb.sqlite /data/data/com.bao408xue.bolizha/databases/jsb.sqlite'
Launching the Wepoker application
After completing all the above steps, we need to launch Wepoker and make sure that we are automatically logged into our Wepoker account: