When looking at the update that was released for Android 4.2.2 (see link ), I was trying to understand the scipt file they wrote.
It contains:
mount("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/APP", "/system");
I am new to writing such script files. I know linux has a mount
command. How do the four arguments above relate to linux mount
command and what do they mean ?
So android update zip file are typically written in edify script (may vary depending on what recovery image you have). Some sources for reading