Hello everybody,
it's me again with a problem.
I'd like to install the actual LineageOS 19 on my good old Nexus 7 (deb).
I know that it has to be repartitioned.
First I installed the TWRP recovery. The device was in bootloader mode, so I can do
fastboot flash recovery twrp-3.4.0-0-deb.img
. This worked without errors.
Desktop output:
Code:
Sending 'recovery' (9066 KB) OKAY [ 0.299s]
Writing 'recovery' OKAY [ 1.169s]
Finished. Total time: 1.624s
Then I change into the recovery mode.
All links to the
sysrepart_1380_20.zip lead to a Google Drive folder only with LieageOS zips and md5sum files. So I had to look for it by myself. I can't remember from where I downloaded that file but I'm sure that was from this forum.
In recovery mode i installed the zip file by sideloading it:
adb sideload sysrepart.zip
Desktop output;
Code:
* daemon not running; starting now at tcp:5037
* daemon started successfully
serving: 'sysrepart.zip' (~78%) adb: failed to read command: Success
Nexus 7 output:
Code:
Updating partition details...
...done
Fill DELinux support is present.
MTP enabled
Starting ADB sideload feature
Installing zip file '/sideloadf/package.zip'
Unmounting system...
##############################
# k23m Nexus 7'13 Reparition #
##############################
Creating log and gpt backup
Removing paritions
Creating new partitions
Formatting new partitions
##############################
Operation completed. Copy backup gpt and log files from
internal storage to PC before rebooting.
##############################
Until here everything should work without errors.
Now I rebooted my Nexus and tried to install te system zip by sideload:
adb sideload lineage-19.1-20230113-UNOFFICIAL-deb.zip
Desktop output:
Nexus 7 output:
Code:
Updating partition details...
...done
Full SELinux support is enabled.
MTP Enabled
Starting ADB sideload feature...
Installing zip file ’/sideload /paclage.zip’
Unmounting system...
Target: google/razorg/deb:6.0.1/MOB30X/3036618:user/
release-keys
Patching system image unconditionally...
E1001: Failed to update system image.
Updater process ended with ERROR: 1
The last line shows up in red.
What do I do wrong? Something very simple I suppose.
Can someone explain me that?
Thank you...