-
Notifications
You must be signed in to change notification settings - Fork 42
Add self-sign guide for openharmony #144
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
base: main
Are you sure you want to change the base?
Conversation
mukilan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will need to be reviewed and merged by one of the code owners.
|
|
||
| ### Installing the nightly release on an HarmonyOS device | ||
|
|
||
| The official nightly releases on [GitHub](https://github.com/servo/servo/releases) or [servo.org](https://servo.org/download/) are suitable for installation on OpenHarmony devices without additional steps. It is possible to install them on an HarmonyOS5 (or later) device, but the `hap` must self-signed first using the `hdc` tool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but the
hapmust self-signed first using thehdctool.
After the suggestions, this is incorrect now. hdc is just like adb, and only handles interaction with the device (e.g. in this case you use hdc to install the signed package).
We don't yet have steps for how to self-sign - I'd be fine with leaving how to do the self-sign undocumented right now (because I would still need to investigate what the best course here is).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we just change the last line to:
It is possible to install them on an HarmonyOS5 (or later) device but the hap must be self-signed first.
cc @richerfu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but i agree with jonathan. We may need some docs how to self-sign. I'm trying it. :)
No description provided.