On Fri, 19 Jun 2020 06:08:48 +0200
Denis 'GNUtoo' Carikli <[email protected]> wrote:

> Without that fix:
> - Copying the files to the device can fail with the
>   following error:
>       adb: error: failed to copy './device-files/modem.sh'
>       to '/system/bin/modem.sh': remote Read-only file system
> - using 'adb wait-for-device' instead of sleep 3 guarantees
>   that the device is available and doesn't wait longer than
>   necessary.
> - We re-set /system to read-only afterward and make sure
>   that everything is written back to prevent any possible
>   data corruption.
I should also add that:

The Failing copy due to read-only filesystem is due to this commit:
    ce8db3e networking: modem: setup.sh: use the same paths than Android.mk

Before that, /data/misc/modem was used and it worked fine because it
is already writable.

Denis.

Attachment: pgpdLalG0Stug.pgp
Description: OpenPGP digital signature

_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to