Skip to content

Instantly share code, notes, and snippets.

@Vivek9190
Vivek9190 / Genshin Impact 3.x Wish URL Android.md
Created January 5, 2023 12:37 — forked from jogerj/Genshin Impact 4.x Wish URL Android.md
Get Wish URL in Genshin Impact 3.x on Android using Android Debugging Tools

Using Termux on Android 10 or above

  1. Open and Download Termux (Do not download from Play Store as it is not up-to-date)
  2. Enable Wireless Debugging on your Android phone
  3. Open Termux and run pkg update && pkg install android-tools termux-api (if failed, run apt update && apt install android-tools termux-api instead)
  4. Open Settings > System > Developer Options > Wireless Debugging. Open the app switcher then tap and hold the Settings app icon. Select "Split top", then select Termux as the bottom half.
  5. Tap on "Pair device with pairing code" and a window will appear. Go to Termux and run adb pair localhost:12345 replacing 12345 with the port number shown in the window (192.168.x.x:12345). Enter the pairing code when prompted, the pairing window will close automatically.
  6. Run adb connect localhost:23456 replacing 23456 with the port number shown under "IP address & Port" (192.