From f6cab221e4f0b8353206bb78f8e9c27d3f38b2bd Mon Sep 17 00:00:00 2001 From: Marco Martinez Date: Thu, 30 May 2024 11:37:01 -0600 Subject: [PATCH] Update gmsaas_spike.yml --- .github/workflows/gmsaas_spike.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/gmsaas_spike.yml b/.github/workflows/gmsaas_spike.yml index 235f74983..5946daf32 100644 --- a/.github/workflows/gmsaas_spike.yml +++ b/.github/workflows/gmsaas_spike.yml @@ -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