M mistermentality Active Member Licensed User Longtime User Mar 14, 2011 #1 Is it possible to send an mms, as opposed to sms, message with B4A? Dave
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2011 #2 Currently only SMS messages are supported. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 6, 2012 #4 As far as I know it is not possible to directly send MMS messages (without sending an Intent to the built-in MMS application). Upvote 0
As far as I know it is not possible to directly send MMS messages (without sending an Intent to the built-in MMS application).
vb1992 Well-Known Member Licensed User Longtime User Sep 14, 2012 #5 http://www.b4x.com/forum/additional...cial-updates/12922-mms-library.html#post72842 Upvote 0
NJDude Expert Licensed User Longtime User Sep 14, 2012 #6 Like Erel mentioned above, you can use an Intent to open the built-in SMS/MMS client. look at THIS code. Upvote 0
Like Erel mentioned above, you can use an Intent to open the built-in SMS/MMS client. look at THIS code.
eleandrot Member Licensed User Longtime User Jun 24, 2014 #7 Meu código funciona mas apre o aplicativo de envio de mms, e depende de um clique, ele não faz automaticamente, alguem pode me ajudar ? Upvote 0
Meu código funciona mas apre o aplicativo de envio de mms, e depende de um clique, ele não faz automaticamente, alguem pode me ajudar ?
NJDude Expert Licensed User Longtime User Jun 24, 2014 #8 eleandrot said: Meu código funciona mas apre o aplicativo de envio de mms, e depende de um clique, ele não faz automaticamente, alguem pode me ajudar ? Click to expand... Google Translate: "My code works but presented the application to send mms, and depends on a click, it does automatically, can someone help me?" That s not possible, if you are using an intent the user has to tap on the SEND button. Upvote 0
eleandrot said: Meu código funciona mas apre o aplicativo de envio de mms, e depende de um clique, ele não faz automaticamente, alguem pode me ajudar ? Click to expand... Google Translate: "My code works but presented the application to send mms, and depends on a click, it does automatically, can someone help me?" That s not possible, if you are using an intent the user has to tap on the SEND button.