... | ... | @@ -13,18 +13,18 @@ Online Nandroid uses a file named ``partlayout4nandroid`` for detection unmounta |
|
|
10. If a partition's name is not known, it can be named as ``unknown``
|
|
|
11. The file should end with a line feed / empty line.
|
|
|
12. The below partitions must be named:
|
|
|
* boot partition, named as "boot".
|
|
|
* recovery partition, named as "recovery", unless the device does not have one.
|
|
|
* system partition, named as "system".
|
|
|
* data partition, named as "userdata".
|
|
|
* cache partition, named as "cache"
|
|
|
* appslog partition, named as "appslog", if the device has one.
|
|
|
* wimax partition, named as "wimax", if the device has one.
|
|
|
* datadata partition, named as "datadata", if the device has one.
|
|
|
* flexrom partition, named as "flexrom", if the device has one.
|
|
|
* efs partition, named as "efs", if the device has one.
|
|
|
* modem / radio partition, named as modem.
|
|
|
* internal sd card, named as "emmc", if the device has one.
|
|
|
* boot partition, named as ``boot``.
|
|
|
* recovery partition, named as ``recovery``, unless the device does not have one.
|
|
|
* system partition, named as ``system``.
|
|
|
* data partition, named as ``userdata``.
|
|
|
* cache partition, named as ``cache``
|
|
|
* appslog partition, named as ``appslog``, if the device has one.
|
|
|
* wimax partition, named as ``wimax``, if the device has one.
|
|
|
* datadata partition, named as ``datadata``, if the device has one.
|
|
|
* flexrom partition, named as ``flexrom``, if the device has one.
|
|
|
* efs partition, named as ``efs``, if the device has one.
|
|
|
* modem / radio partition, named as ``modem``.
|
|
|
* internal sd card, named as ``emmc``, if the device has one.
|
|
|
* All other mounted / mountable partitions.
|
|
|
|
|
|
----
|
... | ... | |