jogi-k / droidweight

Automatically exported from code.google.com/p/droidweight
0 stars 0 forks source link

Notifications not working right #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Notifications are still reported to "not work right" on multiple hardware 
types. More information is needed.

On my Defy they seemed to work until I turned off the phone completely.

Original issue reported on code.google.com by yash...@gmail.com on 6 Jun 2011 at 4:48

GoogleCodeExporter commented 8 years ago
AlarmManagers "will be cleared if it is turned off and rebooted" [from 
http://developer.android.com/reference/android/app/AlarmManager.html]

Original comment by blokeley@gmail.com on 7 Jun 2011 at 2:34

GoogleCodeExporter commented 8 years ago
Fixed with patch attached to this comment.

Apply patch on rev 2 from svn.

Tested on my HTC Desire running android 2.2.

Note: it takes quite a lot of time for the SD card to be mounted on many 
phones. This can stop apps receiving the BOOT_COMPLETED broadcast, especially 
if:
 1. The app is installed on the SD card; or
 2. The app needs to access the SD card before it can handle the BOOT_COMPLETED event.

The above warning applies to all apps and is not specific to DroidWeight.

Original comment by blokeley@gmail.com on 11 Jun 2011 at 7:20

Attachments: