I have an Activity calling a Service defined in IDownloaderService.aidl:
public class Downloader extends Activity { IDownloaderService downloader = null; //
I did something similar before, the only different is I was not binding to service, but just starting it.
I would broadcast an intent from the service to notify the caller/activity about it is started.