Thanks very much

My service returns an ArrayList<String> of data to my main activity which 
then uses

Intent tagPickerIntent = new Intent(PlantPulseActivity.this, 
TagPicker.class);
        tagPickerIntent.putExtra("analogue", analogTags);
        PlantPulseActivity.this.startActivity(tagPickerIntent);

But i get the error below. What causes this? (I thought maybe i needed to 
unbind from the service with the open connection thats why i asked the first 
question)

08-08 08:14:01.222: INFO/ActivityManager(106): Starting: Intent { 
cmp=com.boozel.plantpulse/.TagPicker (has extras) } from pid 10064
08-08 08:14:01.234: ERROR/JavaBinder(106): !!! FAILED BINDER TRANSACTION !!!
08-08 08:14:11.222: WARN/ActivityManager(106): Launch timeout has expired, 
giving up wake lock!
08-08 08:14:11.238: WARN/ActivityManager(106): Activity idle timeout for 
HistoryRecord{4087b7f0 com.boozel.plantpulse/.TagPicker}

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to