How to make my mobile app automatic start after the mobile phone is booted?

1. I want to make my mobile app auto-startable. How to implement it in Delphi XE5?

2. If I want to set an option to let users to choose if my app is auto-start, how to implement it?
0 Chi 11/5/2013 10:56:10 AM
> {quote:title=Chi SongTao wrote:}{quote}
> 1. I want to make my mobile app auto-startable. How to implement it in Delphi XE5?
> 
> 2. If I want to set an option to let users to choose if my app is auto-start, how to implement it?

You can't do it, cause we need to use broadcast receiver or a service that intercept the boot, and at this moment there aren't any implementation.
i don't understand why embarcadero didn't implement this things that are very important for mobile development. (for android)
0 Fabio 11/5/2013 11:01:34 AM
> {quote:title=Fabio Giovanetti wrote:}{quote}
> > {quote:title=Chi SongTao wrote:}{quote}
> > 1. I want to make my mobile app auto-startable. How to implement it in Delphi XE5?
> > 
> > 2. If I want to set an option to let users to choose if my app is auto-start, how to implement it?
> 
> You can't do it, cause we need to use broadcast receiver or a service that intercept the boot, and at this moment there aren't any implementation.
> i don't understand why embarcadero didn't implement this things that are very important for mobile development. (for android)

oh no.....it is important and not very complex......why......
0 Chi 11/5/2013 11:23:18 AM
> {quote:title=Chi SongTao wrote:}{quote}
> > {quote:title=Fabio Giovanetti wrote:}{quote}
> > > {quote:title=Chi SongTao wrote:}{quote}
> > > 1. I want to make my mobile app auto-startable. How to implement it in Delphi XE5?
> > > 
> > > 2. If I want to set an option to let users to choose if my app is auto-start, how to implement it?
> > 
> > You can't do it, cause we need to use broadcast receiver or a service that intercept the boot, and at this moment there aren't any implementation.
> > i don't understand why embarcadero didn't implement this things that are very important for mobile development. (for android)
> 
> oh no.....it is important and not very complex......why......

i think because is not possible to extend java class directly. i hope that someone will find a solution.
0 Fabio 11/5/2013 12:02:52 PM
> {quote:title=Fabio Giovanetti wrote:}{quote}
> > {quote:title=Chi SongTao wrote:}{quote}
> > > {quote:title=Fabio Giovanetti wrote:}{quote}
> > > > {quote:title=Chi SongTao wrote:}{quote}
> > > > 1. I want to make my mobile app auto-startable. How to implement it in Delphi XE5?
> > > > 
> > > > 2. If I want to set an option to let users to choose if my app is auto-start, how to implement it?
> > > 
> > > You can't do it, cause we need to use broadcast receiver or a service that intercept the boot, and at this moment there aren't any implementation.
> > > i don't understand why embarcadero didn't implement this things that are very important for mobile development. (for android)
> > 
> > oh no.....it is important and not very complex......why......
> 
> i think because is not possible to extend java class directly. i hope that someone will find a solution.

Is there any way to add a java class directly into Delphi Andriod project?
0 Chi 11/6/2013 5:47:15 AM
what about a simple Eclipse or similar compiled app that is set to start on android boot that then starts your app up?
0 Brian 11/6/2013 5:51:31 AM
> {quote:title=Brian Hamilton wrote:}{quote}
> what about a simple Eclipse or similar compiled app that is set to start on android boot that then starts your app up?
Then users must install two app, it is hard.
0 Chi 11/7/2013 8:05:18 AM
> {quote:title=Brian Hamilton wrote:}{quote}
> what about a simple Eclipse or similar compiled app that is set to start on android boot that then starts your app up?
there are a lot of application on google play that do the same thing
0 Fabio 11/7/2013 8:36:02 AM
Reply:

(Thread closed)