Skip to content
New issue

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

assert PartitionModel.SYSTEM in self.partitions AssertionError #80

Open
Nokeew opened this issue Nov 28, 2024 · 2 comments
Open

assert PartitionModel.SYSTEM in self.partitions AssertionError #80

Nokeew opened this issue Nov 28, 2024 · 2 comments

Comments

@Nokeew
Copy link

Nokeew commented Nov 28, 2024

[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

@Nokeew
Copy link
Author

Nokeew commented Nov 28, 2024

im writing the path to the dump
python3 -m aospdtgen ~home/nokeew/tree
maybe it is wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant