Hi guys
I am having a strange problem where a service/app I have built doesn't start on boot on a specific tablet/ set of tablets but does fine without an issue on the others.
Here are the specs of the tablet that it is not working on:
Model: Lenovo TB-X304L
Android version: 7.1.1
Android security patch level: July 1, 2018
Kernel version: 3.18.31
Hardware version: Lenovo Tablet TB-X304L
I have created a "shell" app (which is attached) that just writes a log when it starts up for testing and to help with diagnosing the problem. It is set to start up the same way the main project is ("#StartAtBoot: True"). Starts up fine on a Samsung phone or tablet with the same version of android on it.
Because it is a service and not a GUI and compiled with sdk 26 it doesn't ask for permissions on installation or when you open it. Will need to give it read/write permissions manually in the app settings.
Your help will be appreciated.
Thanks
Dave
I am having a strange problem where a service/app I have built doesn't start on boot on a specific tablet/ set of tablets but does fine without an issue on the others.
Here are the specs of the tablet that it is not working on:
Model: Lenovo TB-X304L
Android version: 7.1.1
Android security patch level: July 1, 2018
Kernel version: 3.18.31
Hardware version: Lenovo Tablet TB-X304L
I have created a "shell" app (which is attached) that just writes a log when it starts up for testing and to help with diagnosing the problem. It is set to start up the same way the main project is ("#StartAtBoot: True"). Starts up fine on a Samsung phone or tablet with the same version of android on it.
Because it is a service and not a GUI and compiled with sdk 26 it doesn't ask for permissions on installation or when you open it. Will need to give it read/write permissions manually in the app settings.
Your help will be appreciated.
Thanks
Dave