A Z M JANNAT UL KARIM Member Licensed User Oct 18, 2018 #1 Hi, I have an application where I had created a service through Starter to get current location through FusedLocation. In logs I see the below warnings - The Starter service should never be started from a receiver What should I do? Thank you in Advance.
Hi, I have an application where I had created a service through Starter to get current location through FusedLocation. In logs I see the below warnings - The Starter service should never be started from a receiver What should I do? Thank you in Advance.
DonManfred Expert Licensed User Longtime User Oct 18, 2018 #2 https://www.b4x.com/android/forum/p...rvice+should+never+be+started+from+a+receiver Upvote 0
A Z M JANNAT UL KARIM Member Licensed User Oct 18, 2018 #3 Hi Don, may be I am naive. But can't find the right solution. Can you please pin point. Sorry to bother :-( Upvote 0
Hi Don, may be I am naive. But can't find the right solution. Can you please pin point. Sorry to bother :-(
DonManfred Expert Licensed User Longtime User Oct 18, 2018 #4 How could we help if you are just hiding all relevant infos? Help us help you: Upload a project which shows the issue Upvote 0
How could we help if you are just hiding all relevant infos? Help us help you: Upload a project which shows the issue
A Z M JANNAT UL KARIM Member Licensed User Oct 18, 2018 #5 DonManfred said: Help us help you: Upload a project which shows the issue Click to expand... Ooops Sorry. It's a big project. Let me cut it to share. Meanwhile I am sharing the Screenshot - Thank you ... Upvote 0
DonManfred said: Help us help you: Upload a project which shows the issue Click to expand... Ooops Sorry. It's a big project. Let me cut it to share. Meanwhile I am sharing the Screenshot - Thank you ...
Erel B4X founder Staff member Licensed User Longtime User Oct 18, 2018 #6 What causes the starter service to be started? Are you using StartServiceAt? You should use a different service for this. Upvote 0
What causes the starter service to be started? Are you using StartServiceAt? You should use a different service for this.
A Z M JANNAT UL KARIM Member Licensed User Oct 18, 2018 #7 Erel said: What causes the starter service to be started? Are you using StartServiceAt? You should use a different service for this. Click to expand... Hi Erel, Yes I am using StartServiceAt. Any example of how to create different service will be helpful. Thank you ... Upvote 0
Erel said: What causes the starter service to be started? Are you using StartServiceAt? You should use a different service for this. Click to expand... Hi Erel, Yes I am using StartServiceAt. Any example of how to create different service will be helpful. Thank you ...
Erel B4X founder Staff member Licensed User Longtime User Oct 18, 2018 #8 All you need to do is: Project - Add New Module - Service Module. Upvote 0
A Z M JANNAT UL KARIM Member Licensed User Oct 18, 2018 #9 Erel said: All you need to do is: Project - Add New Module - Service Module. Click to expand... Thank you Erel. Let me try tonight Upvote 0
Erel said: All you need to do is: Project - Add New Module - Service Module. Click to expand... Thank you Erel. Let me try tonight