Update error
Hi,
I have to say, that this is my first expierence with custom roms at all. I was happy to find such a good guide, which I could follow.
I did everything as described in the guide and downloaded the lineage OS 16.0 build from August 24th.
First problems occured in the step
Go to Wipe -> Advanced Wipe.
Check following partitions : Dalvik, System, Data, Internal Storage, Cache
and Swipe to Wipe.
### Don't try to format partitions to F2FS, it won't work.
### If you get this error : Failed to mount '\data' (Operation not supported on transport endpoint),
### format all partitions back to EXT4
It was unable to mount \data and \cache both with (invalid argument)
I solved that somehow with formating.
I finaly failed in this step
Go back to Home Screen.
Now go to menu Install > Select Storage button > select Micro SD Card, confirm with OK.
select ROM file LineageOS*.zip,
then tap on Add more zips button and select Magisk*.zip,
then Add more zips : opengapps*.zip.
Now swipe to confirm flash and wait while flash occurs.
The flash failed with error 7. The log says the following:
Code:
I:operation_start: 'Flashing'
Installing zip file '/external_sd/lineage-16.0-20200824-UNOFFICIAL-h815.zip'
Checking for Digest file...
Unmounting System...
I:Update binary zip
Verifying package compatibility...
Package doesn't contain compatibility.zip entry
I:Extracting updater binary 'META-INF/com/google/android/update-binary'
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment not used in updater.
SELinux: Loaded file_contexts
Target: lge/p1_global_com/p1:6.0/MRA58K/152940055675e:user/release-keys
Extracted file "/tmp/install/bin/backuptool.sh"
Extracted file "/tmp/install/bin/backuptool.functions"
Extracted 2 file(s)
Target: lge/p1_global_com/p1:6.0/MRA58K/152940055675e:user/release-keysabout to run program [/tmp/install/bin/backuptool.sh] with 4 args
Patching system image unconditionally...
performing update
Patching system image unconditionally...blockimg version is 4
maximum stash entries 0
creating stash /cache/recovery/2bdde8504898ccfcd2c59f20bb8c9c25f73bb524/
script aborted: mkdir "/cache/recovery/2bdde8504898ccfcd2c59f20bb8c9c25f73bb524/" failed: No such file or directory
E1001: Failed to update system image.
mkdir "/cache/recovery/2bdde8504898ccfcd2c59f20bb8c9c25f73bb524/" failed: No such file or directoryE1001: Failed to update system image.error: 1001
cause: 101
Updater process ended with ERROR: 7
I:Install took 1 second(s).
Error installing zip file '/external_sd/lineage-16.0-20200824-UNOFFICIAL-h815.zip'
Updating partition details...
I:Data backup size is 0MB, free: 23199MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
Please help me.