Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored May 30, 2024
1 parent c9c6bb7 commit b3489da
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/gmsaas_spike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,21 @@ jobs:
# adb root
# adb remount -R

- name: Make system writable
run: |
adb shell "mount -o rw,remount /"
# - name: Make system writable
# run: |
# adb shell "mount -o rw,remount /"

- name: Push test file
run: |
adb shell "mount -o rw,remount /"
echo tralala > tralala.txt
adb wait-for-device
adb shell ls
adb shell ls /system
adb push tralala.txt /system/
adb shell ls /system/app
adb push tralala.txt /system/app
- name: Unmount system
run: |
adb shell "mount -o remount,ro /"
- name: Check
run: |
adb shell ls /product/etc/permissions/
adb shell ls /system/app

0 comments on commit b3489da

Please sign in to comment.