Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

2Wep.JPG

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.

Update_download.JPG
Auth..JPG

Important: You do not need to authorise your Wepoker account. You only need to reach the authorisation window as shown on the screenshot.

Working with SQLite

In the settings of the emulator windows you need to make the setting that is shown on the screenshot.

ADB_fix.JPG

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.

cmd.JPG

At this step, there should be 2 versions of Wepoker installed in the emulator window.

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.lamhazd.uvghby/databases/jsb.sqlite /sdcard/Download/old.sqlite'

  • call adb pull /sdcard/Download/old.sqlite

  • call adb shell su -c 'cp /data/data/com.bao408xue.bolizha/databases/jsb.sqlite /sdcard/Download/new1.sqlite'

  • call adb pull /sdcard/Download/new1.sqlite

    DB_download.JPG

If the command is executed correctly, the files old.sqlite and new1.sqlite should appear in the LDPlayer folder (..//LDPlayer/LDPlayer9 or ..//ledian/LDPlayer9).

After that run 2 windows of DB Browser(SQLite) application, in one window open database old.sqlite, in another window open database new1.sqlite.

DBOpen.JPG

FolderOpen.JPG

DBargs.JPG

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:

DBCopy.JPG

Paste.JPG

Paste2.JPG

Data is transferred only from the old.sqlite database to the new1.sqlite database. As a result, the new1.sqlite database should have rows of data completely identical to the rows from the old.sqlite database (both the key and value fields match).

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

Packagecheck.JPG
Package_fix.JPG

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:

Save.JPG

Make sure that both versions of Wepoker are closed in the emulator window. If Wepoker is open, the next step cannot be performed

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'
FinalCMD.JPG

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:

Use the following pot-button settings for the autoclicker to work correctly.

AuthSuccess.JPG
image-20240314-102121.png
image-20240314-102813.png
  • No labels