[android-developers] Re: Problem using IBinder accross two services

2012-03-06 Thread Alberto Andreotti
Hi again, in case of anybody being interested I may post the solution. Alberto. On Thursday, March 1, 2012 8:19:28 PM UTC-3, Alberto Andreotti wrote: > > Hi, > > I'm doing something really simple. I have two services A, and B. > Both started with startService. The

[android-developers] Problem using IBinder accross two services

2012-03-04 Thread Alberto Andreotti
Hi, I'm doing something really simple. I have two services A, and B. Both started with startService. The steps are as follows, 1)First service A calls startService to create service B. 2)Then service B calls bindService to bind to service A. 3)Once service B is bound to A, it calls a method in A