Support for other devices #9
ViniciusRed
started this conversation in
Ideas
Replies: 1 comment
-
Structured JSON commands are relatively easy to implement, but if we're going in the direction of extensibility, I don't think a purely declarative config is enough to express the logic needed for some devices. Maybe a documented API for adding device support with JS would be better. (This installer is due for a rewrite anyway, so until then I don't plan to work on this) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to support other devices?
I made an example in json:
if the device is of the same brand it does those commands:
the first step will return a key that will need to be redirected to this "url":
after that you will receive an email with unlock code:
and then continue the installation using android-webinstall
if you don't have a manufacturer, it unlocks by name or model
the installation part too, if possible using the same example done in json:
Beta Was this translation helpful? Give feedback.
All reactions