From `B2G/device/t2m/flame/extract-files.sh`:

    if [[ ! -d ../../../backup-${DEVICE}/system ]]; then
        echo Backing up system partition to backup-${DEVICE}
        mkdir -p ../../../backup-${DEVICE} &&
        adb root &&
        sleep 1 &&
        adb wait-for-device &&
        adb pull /system ../../../backup-${DEVICE}/system
    fi

That doesn’t work: Without being able to switch the device to `root`,
it’s not possible to pull everything. I just tried it. OTOH possibly the
necessary files are available. I see that `system/lib/libalsa-intf.so`
is needed, and that can be pulled.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to