You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for my issue and it does not already exist
Device codename: gts210vewifi TWRP version: 3.4.0
WHAT STEPS WILL REPRODUCE THE PROBLEM?
16-samsung-galaxy-note-2-gt-n7100-t03g) describes the problem in detail although for another model and an inofficial build.
In short:
Download official build (lineage-16.0-20201010-nightly-gts210vewifi-signed.zip in my case)
Wipe all partitions (/system /data /cache etc.)
Start ADB sideload installation
See the error below (I copied the output from the post before, mine is just slightly different, but I used the official build mentioned above).
Installing zip file '/sdcard/lineage-16-20200104-UNOFFICIAL-n7100.zip'
Checking for Digest file...
Unmounting System...
Warning: No file_contexts
Target: samsung/t03gxx/t03g:4.3/JSS15J/N71000XXUEMK4:user/release-keys
detected filesystem ext4 for /dev/block/mmcblk0p13
Patching system image unconditionally...
mkdir "/cache/recovery/8833b259bb088b2e13f62771d46006a40f54bc20/" failed: No such file or directory
E1001: Failed to update system image.
Updater process ended with ERROR: 7
Error installing zip file '/sdcard/lineage-16-20200104-UNOFFICIAL-n7100.zip'
Updating partition details...
...done
WHAT IS THE EXPECTED RESULT?
The .zip file should be installed via ADB without a problem.
WHAT HAPPENS INSTEAD?
The installation fails with error code 7 and the following message: mkdir "/cache/recovery/<UUID>/" failed: No such file or directory.
ADDITIONAL INFORMATION
I filed an issue with LineageOS but I was told this was an TWRP problem, so here I am. I am not sure how to tackle this, so let me know if can provide anything else.
I found this in the FAQ but I am not sure if that is related to my very problem.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Device codename: gts210vewifi
TWRP version: 3.4.0
WHAT STEPS WILL REPRODUCE THE PROBLEM?
16-samsung-galaxy-note-2-gt-n7100-t03g) describes the problem in detail although for another model and an inofficial build.
In short:
lineage-16.0-20201010-nightly-gts210vewifi-signed.zip
in my case)WHAT IS THE EXPECTED RESULT?
The .zip file should be installed via ADB without a problem.
WHAT HAPPENS INSTEAD?
The installation fails with error code 7 and the following message:
mkdir "/cache/recovery/<UUID>/" failed: No such file or directory
.ADDITIONAL INFORMATION
I filed an issue with LineageOS but I was told this was an TWRP problem, so here I am. I am not sure how to tackle this, so let me know if can provide anything else.
I found this in the FAQ but I am not sure if that is related to my very problem.
Thanks in advance!
The text was updated successfully, but these errors were encountered: