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

Complex instructions to access recovery and bootloader needed #7

Closed
NeoTheThird opened this issue May 18, 2017 · 1 comment · Fixed by #710
Closed

Complex instructions to access recovery and bootloader needed #7

NeoTheThird opened this issue May 18, 2017 · 1 comment · Fixed by #710
Assignees
Labels
enhancement a new feature or an improvement of existing functionality

Comments

@NeoTheThird
Copy link
Member

NeoTheThird commented May 18, 2017

Some devices break the standards to boot to recovery or boot-loader. The installer should be able to give more complex instructions, like holding down both volume buttons. It might also be useful to be able to display custom messages.

This needs to be supported by the devices.ubports.com api as well: https://github.com/ubports/devices.ubports.com/issues/16

@NeoTheThird NeoTheThird added the enhancement a new feature or an improvement of existing functionality label May 18, 2017
@NeoTheThird
Copy link
Member Author

Another example where this is necessary is the M10: The boot-loader is reached by shutting down the device, pressing vol up + power for three seconds, selecting "Reboot to bootloader" using the volume keys and confirming with the power key. This can't be communicated in a picture.

@NeoTheThird NeoTheThird self-assigned this Apr 30, 2018
@NeoTheThird NeoTheThird mentioned this issue Mar 15, 2019
NeoTheThird added a commit that referenced this issue Mar 17, 2019
## New features

- Allow the user to reconnect their device if the connection gets lost
- New *beautiful* animations for downloading and pushing files
- Include the command-line interface in the normal app (not fully implemented yet)
- Use --debug and --verbose instead of env vars, resolves #704
- Remove google fonts, because fuck google
- Clean cache before installing, resolves #6

## Bugfixes

- Tame the cross-firing events, fixes #187 and possibly many other
issues
- Finish adb-support snapd interface implementation, fixes #258
- Implement ubports-api-node-module, fixes #692, resolves #7
- Use new (a year old, holy shit time is flying!) API server, fixes #692
- Shut the child process up, fixes #216
- Fix macos paths, fixes #430, fixes #553, fixes #120, fixes #92
- Fixes stupid bug where we tried to execute [Object]
- Fixes #703 , where custom tools were not executed on asar convenience function usage
- Introduce a --simulate option (still experimental), resolves #706
- Implement --force-fallback, resolves #705 
- Implement introduce --no-root option
- Fix #716, `fastboot boot` issue on Meizu Pro 5

## General improvements related to unreported or distributed issues

- More intuitive loading bars
- Improve logging by, like, a lot
- Remove a lot of unused code
- Improvements of code quality in some areas
- Move stuff around
- More useful event handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement a new feature or an improvement of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants