Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在查看为 Android 4.2.2 发布的更新(请参阅链接)时,我试图理解他们编写的 scipt 文件。
它包含:
mount("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/APP", "/system");
我是编写此类脚本文件的新手。我知道linux有一个mount命令。上面的四个参数如何与 linuxmount命令相关,它们是什么意思?
mount
因此,android 更新 zip 文件通常是用 edify 脚本编写的(可能会因您拥有的恢复映像而异)。一些阅读资源
http://forum.xda-developers.com/galaxy-nexus/themes-apps/tutorial-making-flashable-zips-edify-t1611615
http://forum.xda-developers.com/wiki/Edify_script_language
mount参数是:
EMMC
MTD