Skip to content

Commit

Permalink
test 34
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Oct 20, 2023
1 parent 628f68a commit 3a60d58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/avd_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type='default'
# API 29: 2 Stage Init
# API 34: latest Android

api_list='23 26 28 29 34'
api_list='34'

print_title() {
echo -e "\n\033[44;39m${1}\033[0m\n"
Expand Down Expand Up @@ -107,6 +107,9 @@ test_emu() {
emu_pid=$!
wait_emu wait_for_boot

adb shell cat /proc/1/mountinfo
adb shell /system/xbin/su -c ls -lZ /debug_ramdisk
adb shell /system/xbin/su -c ls -lZ /data/adb
adb shell magisk -v

# Install the Magisk app
Expand Down

0 comments on commit 3a60d58

Please sign in to comment.