Ticket #1479 (closed defect: fixed in core)
Palmpre2 SHR-u : halt/reboot handling
| Reported by: | GarthPS | Owned by: | mrmoku |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | upstream | Version: | SHR-unstable |
| Keywords: | Cc: |
Description
rebooting or halting device hang on
Change History
comment:2 Changed 19 months ago by mrmoku
- Status changed from new to closed
- Resolution set to fixed in core
I made the command fsousaged is using to shutdown the phone a configurable option in fsousaged.conf. Having something like:
[fsousage]
shutdown_command = "/sbin/shutdown -r now"
should make it reboot instead of shutting down.
Note: See
TracTickets for help on using
tickets.

should be fixed with this commit http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=9add266141c2c6ae9e96b62bb6529c13129d11bb
but for this device it is not completely perfectly intergrated in SHR as shr call halt by default from phoneui-quick-settings which let the device completely down (hardware design) then you need to remove/reput the battery. phoneui-quick-settings should call reboot instead.