Hey there,
I successfully installed /e/OS on my Fairphone 4. Now I want to install Aurora Services. Since my phone is not rooted, I’m trying to install it as a system app following the instructions.
It fails when trying to push the APK to /system/priv-app
. These are the commands that I already tried:
-
adb root
→restarting adbd as root
-
adb push AuroraServices_v1.1.1.apk /system/priv-app/AuroraServices.apk
→remote couldn't create file: Read-only file system
-
adb remount
→
Skipping /system for remount
Skipping /system_ext for remount
Skipping /product for remount
Skipping /vendor for remount
Skipping /odm for remount
remount failed
-
adb shell mount -o rw,remount /system
→mount: '/system' not in /proc/mounts
-
adb shell mount -o rw,remount /
→mount: '/dev/block/dm-5'->'/': I/O error
-
adb disable-verity
→Device is locked. Please unlock the device first
The question is pretty simple what can I do to install Aurora Services without rooting the device?
Thanks!