mercredi 13 mai 2015

[Q] Tasker + Instagram, intent problem. topic


Ive been trying for a couple of hours now, and just cant figure this out, can anyone help.

I'm trying to pass a file to instagram from Tasker, lets say /sdcard1/curfile.jpg (fails internal too)

I'm trying to pass that to Instagram, through the send intent. I know Instagram accepts files through intents, things like Takeoff app are able to do this.

All i get though is instagram launching, and then crashing. Ive tried what seems to be about every plausible combination of options, but just cant seem to get it right.

Action = android.intent.action.SEND
Cat = None (tried Default also)
Mime Type = image/*
Extra = android.intent.extra.STREAM://file:///sdcard1/curfile.jpg
Package = com.instagram.android
Target = Service

All i ever get though is "Unfortunately, Instagram has stopped"

using the same file path in say File -> open, and the image opens fine.

xda-developers