sonyxperiadev / device-sony-loire

17 stars 40 forks source link

fstab: Allow recovery to use the misc partition #48

Closed alviteri closed 7 years ago

alviteri commented 7 years ago

Android Nougat changed how it communicates with the recovery partition. Until now the recovery commands had been written to the /cache partition, but this has changed. Now recovery writes to the /misc partition.

Fortunately for loire devices we actually have an empty and unused /apps_log partition we can use.

NOTE: avoid

  E:Cannot load volume /misc!
  checked on Marshmallow recovery

Signed-off-by: Adam Farden adam@farden.cz Signed-off-by: David Viteri davidteri91@gmail.com