Skip to content

Commit

Permalink
Update LSPosed download link (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
1q23lyc45 authored Dec 1, 2024
1 parent 6bc35ea commit d4fe822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/avd_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ emu="$ANDROID_SDK_ROOT/emulator/emulator"
avd="$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/avdmanager"
sdk="$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager"
emu_args_base='-no-window -no-audio -no-boot-anim -gpu swiftshader_indirect -read-only -no-snapshot -show-kernel -memory $memory'
lsposed_url='https://github.com/LSPosed/LSPosed/releases/download/v1.9.2/LSPosed-v1.9.2-7024-zygisk-release.zip'
lsposed_url='https://github.com/JingMatrix/LSPosed/releases/download/v1.10.1/LSPosed-v1.10.1-7115-zygisk-release.zip'
boot_timeout=600
emu_pid=

Expand Down Expand Up @@ -117,7 +117,7 @@ wait_emu() {

run_content_cmd() {
while true; do
local out=$(adb shell echo "'content call --uri content://com.topjohnwu.magisk.provider --method $1'" \| /system/xbin/su | tee /dev/fd/2)
local out=$(adb shell echo "'content call --uri content://io.github.huskydg.magisk.provider --method $1'" \| /system/xbin/su | tee /dev/fd/2)
if ! grep -q 'Bundle\[' <<< "$out"; then
# The call failed, wait a while and retry later
sleep 30
Expand Down

0 comments on commit d4fe822

Please sign in to comment.