-
Notifications
You must be signed in to change notification settings - Fork 9
Description
When running through the instructions in ADB I get the following when running
mount -o rw,remount /system && cp /system/app/webview/webview.apk /system/app/webview/webview.apk.bak
root@BGS-102K-T:/ # mount -o rw,remount /system && cp /system/app/webview/webview.apk /system/app/webview/webview.apk.bak
cp /system/app/webview/webview.apk /system/app/webview/webview.apk.bak <
mount: Operation not permitted
and get the below when running
mount -o rw,remount /system && rm -rf /system/app/webview/oat
255|root@BGS-102K-T:/ # mount -o rw,remount /system && rm -rf /system/app/webview/oat
ount -o rw,remount /system && rm -rf /system/app/webview/oat <
mount: Operation not permitted
Do I need a physical sdcard in the Frameo? Or is there a different issue
Thanks