qpython icon indicating copy to clipboard operation
qpython copied to clipboard

SMS send issue

Open doryashar opened this issue 7 years ago • 5 comments

why does qpython smsSend throws an exception but qpython3 doesn't ? is there a workaround to fix this issue?

my script is simple: from androidhelper import Android droid = Android() droid.smsSend('432432432','Test')

doryashar avatar Sep 20 '17 10:09 doryashar

Recently with the new android phone, I have the smsSend issue with qpython3 also. java.lang.NullPointerException: throw with null exception

Android 8.0.0 Sony Xperia XA2, model H3113 kernel 4.4.78-perf+

mrjoso avatar Oct 12 '18 16:10 mrjoso

Same here. With qpython3 it works fine.

fernandogl avatar Jan 28 '19 04:01 fernandogl

Same also. java.lang.NullPointerException: throw with null exception

kunzhipeng avatar Mar 29 '19 05:03 kunzhipeng

java.lang.NullPointerException: throw with null exception. The same problem. How to resolve?

eltonbin avatar Jun 11 '20 01:06 eltonbin

java.lang.NullPointerException: throw with null exception. The same problem. How to resolve?

Just open app permission and turn all ON. Qpython needs to have permission for working with sms

Saidov2005 avatar Aug 24 '22 08:08 Saidov2005