Network Type Indicator

  • Status Closed
  • Percent Complete
    100%
  • 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

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.

The task blocks this from closing
ID Project Summary Priority Severity Assigned To Progress
361 Network Type Indicator  FS#361 - Release 1.5.2  Medium Low outlyer
100%
This task is a sub task of FS#337 - App doesn't load on boot
Closed by  outlyer
28.08.2017 00:56
Reason for closing:  Fixed
Additional comments about closing:  

Believed to be fixed in 1.5.2

Project Manager

This is probably due to HTC's "Quick Boot", since it appears to require an additional intent-filter:

android.intent.action.QUICKBOOT_POWERON

or

com.htc.intent.action.QUICKBOOT_POWERON

Test with:

$ adb shell am broadcast -a android.intent.action.QUICKBOOT_POWERON

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 no BOOT_COMPLETED.

If I turn off the device and remove battery for a while - I got BOOT_COMPLETED after start.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing