Skip to content

Commit

Permalink
Update gmsaas_spike.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored May 30, 2024
1 parent 9a5cf7a commit f6cab22
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/gmsaas_spike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@ jobs:
password: ${{ secrets.GMSAAS_PASSWORD }}
recipe_uuid: ${{ matrix.recipe_uuid }}

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

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

0 comments on commit f6cab22

Please sign in to comment.