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
[INFO] Figuring out partitions scheme
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/nokeew/.local/lib/python3.12/site-packages/aospdtgen/main.py", line 11, in
main()
File "/home/nokeew/.local/lib/python3.12/site-packages/aospdtgen/main.py", line 31, in main
dump = DeviceTree(args.dump_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nokeew/.local/lib/python3.12/site-packages/aospdtgen/device_tree.py", line 36, in init
self.partitions = Partitions(self.path)
^^^^^^^^^^^^^^^^^^^^^
File "/home/nokeew/.local/lib/python3.12/site-packages/sebaubuntu_libs/libandroid/partitions/partitions.py", line 27, in init
assert PartitionModel.SYSTEM in self.partitions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
dump made by dumpyara
The text was updated successfully, but these errors were encountered:
[INFO] Figuring out partitions scheme
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/nokeew/.local/lib/python3.12/site-packages/aospdtgen/main.py", line 11, in
main()
File "/home/nokeew/.local/lib/python3.12/site-packages/aospdtgen/main.py", line 31, in main
dump = DeviceTree(args.dump_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nokeew/.local/lib/python3.12/site-packages/aospdtgen/device_tree.py", line 36, in init
self.partitions = Partitions(self.path)
^^^^^^^^^^^^^^^^^^^^^
File "/home/nokeew/.local/lib/python3.12/site-packages/sebaubuntu_libs/libandroid/partitions/partitions.py", line 27, in init
assert PartitionModel.SYSTEM in self.partitions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
dump made by dumpyara
The text was updated successfully, but these errors were encountered: