Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Recent change to anbool-tool broke installation for the FP2 #39

Closed
Ingo-FP-Angel opened this issue Mar 22, 2020 · 0 comments · Fixed by #40
Closed

Recent change to anbool-tool broke installation for the FP2 #39

Ingo-FP-Angel opened this issue Mar 22, 2020 · 0 comments · Fixed by #40

Comments

@Ingo-FP-Angel
Copy link

There were some recent reports by other people that the FP2 is not supported by anbox. See https://forums.ubports.com/topic/3968/anbox-not-supported-on-fp2 and https://forum.fairphone.com/t/ubuntu-touch-with-threema-on-anbox-where-are-the-files/53768/6

In fact I found a recent change that I think is the reason for this problem:
e117ed1

That commit added a .lower() on the device name in

["getprop", "ro.product.device"]).strip().decode("utf-8").lower()

This is then checked against https://cdimage.ubports.com/anbox-images/devices.json
But there the FP2 is listed in upper case.

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

Successfully merging a pull request may close this issue.

1 participant