Cédric lombardot
Cédric lombardot
OK found have to change sdk imported to 4.0
Still one beginner issue : import com.koushikdutta.ion.Ion; is not found (' com.koushikdutta' could not be resolved) but i've well ion.aar ! any idea ?
I 've temporary add ion-1.3.7.jar to fix it
I also can't send sms / mms using : ``` java private void sendMMS(String phoneNumber, String message) { Settings sendSettings = new Settings(); sendSettings.setMmsc("http://mms1"); sendSettings.setProxy("10.151.0.1"); sendSettings.setPort("8080"); sendSettings.setGroup(true); sendSettings.setDeliveryReports(false); sendSettings.setSplit(false); sendSettings.setSplitCounter(false);...
Note if i clear my sms with the contact i try to send in my android message application when i class sendMMS method i stop at the creation of thread...
And this should solve the second problem ?
My log is here http://pastebin.com/0DfXrDyy call start at line 84 "sendMMS" if you need i can also send you my code thanks in advance 2014-07-23 20:57 GMT+02:00 Jacob Klinker [email protected]:...
Arf sorry do not remind what i ve changed ! Perheaps, check the composer.json to use stable versions ?
Hi here ? Have u got an idea ? @chalasr is it a missing feature, if true perhaps can i propose an implementation !?