We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a LLD-L31 (ieland) with TWRP 3.6.1_9-0 for anne and tetherback -0vv returns:
ieland
anne
tetherback -0vv
ADB: ('adb', '-d', 'version') Found ADB version 1.0.41 Using default transfer method: adb exec-out pipe (--exec-out) ADB: ('adb', '-d', 'shell', 'uname -r') Device reports kernel 4.9.148 ADB: ('adb', '-d', 'shell', 'twrp -v') Device reports TWRP version 3.6.1_9-0 ADB: ('adb', '-d', 'shell', 'cat /etc/fstab') ADB: ('adb', '-d', 'shell', 'cd /sys/block; ls -d mmcblk*') ADB: ('adb', '-d', 'shell', 'cat "/sys/block/mmcblk0/uevent"') Reading partition map for mmcblk0 (0 partitions)... partition map: 100% ADB: ('adb', '-d', 'shell', 'cat "/sys/block/mmcblk0boot0/uevent"') Reading partition map for mmcblk0boot0 (0 partitions)... partition map: 100% ADB: ('adb', '-d', 'shell', 'cat "/sys/block/mmcblk0boot1/uevent"') Reading partition map for mmcblk0boot1 (0 partitions)... partition map: 100% ADB: ('adb', '-d', 'shell', 'cat "/sys/block/mmcblk0rpmb/uevent"') Reading partition map for mmcblk0rpmb (0 partitions)... partition map: 100% ADB: ('adb', '-d', 'shell', 'cat "/sys/block/mmcblk1/uevent"') Reading partition map for mmcblk1 (0 partitions)... partition map: 100% Traceback (most recent call last): File "/usr/bin/tetherback", line 33, in <module> sys.exit(load_entry_point('tetherback==0.9.1', 'console_scripts', 'tetherback')()) File "/usr/lib/python3.10/site-packages/tetherback/tetherback.py", line 317, in main plan = plan_backup(args, partmap) File "/usr/lib/python3.10/site-packages/tetherback/tetherback.py", line 190, in plan_backup plan.update((p,BackupPlan('%s.%s.win'%(p, partmap[p].fstype), '-p')) for p in mp) File "/usr/lib/python3.10/site-packages/tetherback/tetherback.py", line 190, in <genexpr> plan.update((p,BackupPlan('%s.%s.win'%(p, partmap[p].fstype), '-p')) for p in mp) KeyError: 'system'
I also tried with TWRP 3.2.1 Pretorian but it encounters the same error
The text was updated successfully, but these errors were encountered:
duplicate of #68.
Sorry, something went wrong.
No branches or pull requests
I have a LLD-L31 (
ieland
) with TWRP 3.6.1_9-0 foranne
andtetherback -0vv
returns:I also tried with TWRP 3.2.1 Pretorian but it encounters the same error
The text was updated successfully, but these errors were encountered: