On 07/10/2015 08:49, Julien Wajsberg wrote: > In SMS, to be able to run some automated tests, we're currently > emulating these APIs from Gaia. This means we don't test the Gecko code > at all. This is better than having no test, but this is not good enough IMO.
In the emulator you can send real SMS messages that will go through the RIL, gecko & all. See the documentation here on how to do it: http://developer.android.com/tools/devices/emulator.html#sms BTW since this accepts arbitrary PDUs it's also possible to deliver WAP Push messages, class 0 messages, etc... You have to first encode your payload though as the emulator interface doesn't do that for you. If you need help in setting up the emulator or using it ping me, I'm using it everyday to emulate calls in the callscreen & dialer. Gabriele
signature.asc
Description: OpenPGP digital signature
_______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

