- Status Closed
- Percent Complete
- Task Type Bug Report
- Category General
-
Assigned To
outlyer - Operating System Android
- Severity High
- Priority Medium
- Reported Version 1.5.1 (rel. 1xx041)
- Due in Version 1.5.2 (rel. 1xx042)
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Network Type Indicator
Opened by outlyer - 21.08.2017
Last edited by outlyer - 28.08.2017
Opened by outlyer - 21.08.2017
Last edited by outlyer - 28.08.2017
FS#362 - App doesn't load on boot (HTC phones)
Reported by Andrew 21/8/2017 over email
[...] on my HTC 10 running Marshmallow, it fails to startup on boot.
ID | Project | Summary | Priority | Severity | Assigned To | Progress | |
---|---|---|---|---|---|---|---|
361 | Network Type Indicator | Medium | Low | outlyer |
Closed by outlyer
28.08.2017 00:56
Reason for closing: Fixed
Additional comments about closing:
28.08.2017 00:56
Reason for closing: Fixed
Additional comments about closing:
Believed to be fixed in 1.5.2
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
This is probably due to HTC's "Quick Boot", since it appears to require an additional intent-filter:
or
Test with:
From <https://stackoverflow.com/questions/10411731/how-to-get-boot-complete-intent-in-htc-when-i-use-poweroff-for-reboot> by user HardCoder:
Some HTC devices can enable a "fast boot" feature that is more like a deep hibernation and not a real reboot and therefore should not give the
BOOT_COMPLETE
intent.From <https://stackoverflow.com/questions/7978403/boot-receiver-not-working>, by user Remi:
On my HTC, if I turn off the device and turn it on for a while I got
QUICKBOOT_POWERON
and noBOOT_COMPLETED
.If I turn off the device and remove battery for a while - I got
BOOT_COMPLETED
after start.https://stackoverflow.com/questions/29370187/receive-boot-completed-and-exported-receiver-does-not-r
https://stackoverflow.com/questions/43862986/receive-boot-completed-not-getting-called
https://groups.google.com/forum/#!topic/android-developers/VlYuTeSRncY
https://stackoverflow.com/questions/10411731/how-to-get-boot-complete-intent-in-htc-when-i-use-power
https://stackoverflow.com/questions/7978403/boot-receiver-not-working
https://stackoverflow.com/questions/9525907/htcs-fast-boot-is-not-broadcasting-boot-completed-intent