benbahrenburg / benCoding.Android.Tools

A collection of utilities designed to make working with Titanium on Android alittle easier.
Other
59 stars 36 forks source link

Inconsistent function rebooting app. #17

Open Buder opened 8 years ago

Buder commented 8 years ago

Hi Ben,

I just tried out your module to get my app rebooted when I reboot my device, at first it looked good, except the sendToBack property, but the real problem is that when trying to make multiple reboots of my device the app only reboots the first time at fresh install/start almost 99% of all consequent reboots do not reboot the app. Thanks for the effort to do this module, maybe you can guide me a little to where the centerpiece is in your code and I can look at it my self... How do you test it in Android with this module? Or you test it in the test apps right here? Could it matter that I have a background service running as well? The error in the logg is simply that the app is started by ActivityManager but shortly after just "killed". with no extra information, well or actually I think it is something about empty #17 but that tells me nothing... Is there other modules that do the same? Or could Ti 5 support this now in other ways?

Thanks!